body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #0f0049;
  cursor: url(https://storage.perfectcdn.com/d673e4/hrxezsnje5z4ftru.png), pointer !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 520px !important;
}
.point-badge {
  width: 90px;
  display: block;
}
body.guest {
  background: radial-gradient(#2200CC,#0d0146);
  background-repeat: inherit;
  background-position: bottom;
  background-size: cover;
}
/*NEW HEADER*/
.dashboard .navbar-brand {
  padding-top: 14px;
  padding-bottom: 14px;
  height: auto;
}
.banner-img img {
  width: 100%;
  display: block;
  margin: 20px 0 0;
}
#page-wrapper {
  position: relative;
  min-height: 100vh;
}
.dashboard .inner-wrap .container-fluid {
  width: 85%;
}
.dashboard .inner-wrap .container-fluid.w100{
  width:100%;
}
.dashboard .navbar.navbar-default {
  background-color: #000;
  border-bottom: 1px solid #0f0f0f;
  border-radius: 0;
}
.dashboard .navbar-default .navbar-nav > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.dashboard .navbar-default .navbar-nav > li.setting > a,
.dashboard .navbar-default .navbar-nav > li.lang > a,
.dashboard .navbar-default .navbar-nav > li.mode > a,
.dashboard .navbar-default .navbar-nav > li.update > a,
.dashboard .navbar-default .navbar-nav > li.dropdown-currencies > a{
  padding-top: 9px;
  padding-bottom: 15px;
}
.dashboard .navbar-default .navbar-nav > .open > a, 
.dashboard .navbar-default .navbar-nav > .open > a:hover, 
.dashboard .navbar-default .navbar-nav > .open > a:focus{
  background-color: transparent;
}
.menu-icon {
  width: 23px;
  height: 28px;
  text-align: center;
  display: block;
  /*filter: invert(1);*/
  position: relative;
}
.menu-icon.profPic {
  filter: none;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border: 1px solid #ffe47a;
  border-radius: 50px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.lang .menu-icon,
.menu-icon.currencySymbol {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #ffe47a;
}
.menu-icon.currencySymbol{
  color: #2d2d2c;
  justify-content: center;
  font-weight: 700;
  position: relative;
  overflow: visible;
  font-size: 18px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.cur-icon-badge {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  background-color: red;
  border-radius: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cur-icon-badge.USD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/us.svg);
}
.cur-icon-badge.INR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/in.svg);
}
.cur-icon-badge.TRY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/tr.svg);
}
.cur-icon-badge.EUR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eu.svg);
}
.cur-icon-badge.RUB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ru.svg);
}
.cur-icon-badge.BRL {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/br.svg);
}
.cur-icon-badge.NGN {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ng.svg);
}
.cur-icon-badge.KRW {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kr.svg);
}
.cur-icon-badge.THB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/th.svg);
}
.cur-icon-badge.SAR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/sa.svg);
}
.cur-icon-badge.CNY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/cn.svg);
}
.cur-icon-badge.VND {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/vn.svg);
}
.cur-icon-badge.KWD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kw.svg);
}
.cur-icon-badge.EGP {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eg.svg);
}
.cur-icon-badge.PKR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/pk.svg);
}
.menu-icon.profPic img {
  width: 170%;
  margin-left: -11px;
  margin-top: 2px;
}
.mode .menu-icon,
.update .menu-icon{
  width: 34px;
  height: 34px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  border-radius: 50px;
  color: #000;
  line-height: 46px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.lang .menu-icon .flag-icon {
  width: 100%;
  height: 100%;
}
.update .menu-icon {
  filter: invert(0);
}
.update .menu-icon .material-icons {
  font-size: 21px;
}
.ticket-count {
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  color: #040404;
  border-radius: 50px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  font-size: 12px;
  box-shadow: 0 0 0 0 rgba(253, 240, 1, 1);
  animation: pulse 2s infinite;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -13px;
  top: -2px;
  font-weight: 700;
  font-family: poppins;
}
.mode .menu-icon, .lang .menu-icon {
  filter: invert(0);
}
.menu-text {
  font-size: 14px;
  font-weight: 500;
}
.dashboard .navbar-nav > li > .dropdown-menu {
  -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  border: none;
  min-width: inherit;
  width: auto;
  border-radius: 5px;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  margin-top: 10px;
  right: auto;
  top: 60px;
}
.dropdown.feat-drop,
.mode.mmode{
  display: none;
}
.dashboard .nav.navbar-nav.navbar-mobile {
  display: none;
}
.dashboard .lang-drop,
.dashboard .opt-drop,
.dashboard .mob-mode{
  display: none;
}
.new-stat-img .full-logo {
  width: 128px;
}
.new-stat-box2 h4 {
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.user-balance, .user-spent {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
.new-stat-box2 img {
  width: 34px;
  margin-right: 15px;
}

/*NEW HEADER*/

.dashboard .mCSB_inside > .mCSB_container {
  margin-right: 5px;
  z-index: 1;
}
.modal {
  color: #000;
}
.mCustomScrollBox{
  z-index:99999;
}
.select2-dropdown {
  z-index: 999999999999 !important;
}
.count {
  animation: count-up 2s ease-in-out;
  animation-fill-mode: forwards;
  transition: border-color 0.2s ease-in-out;
}
.navbar-right.navbar-right-block .dropdown-menu{
  background-color: #262546;
  border-radius: 20px !important;
  padding-top: 0;
  margin-top: 5px !important;
}
.navbar-right.navbar-right-block .dropdown-menu li > a,
.navbar-right.navbar-right-block .dropdown-menu li > a{
  color: #fff;
  padding-left: 12px;
  font-size: 14px;
  border-bottom: 1px solid #ededed0d;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navbar-right.navbar-right-block .dropdown-menu > a{
  color: inherit;
  font-size: inherit;
}
.navbar-right.navbar-right-block .dropdown-menu > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu > a:focus {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.navbar-right.navbar-right-block .dropdown-menu li > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu li > a:focus{
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
  color: #593b0f;
}
.navbar-right.navbar-right-block .dropdown-menu li.active > a{
  background-color: transparent;
}
.langbtn .dropdown-menu li > a .flag-icon {
  margin-right: 5px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
}
.langbtn .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #000000 transparent transparent transparent !important;
  border-width: 7px 7px 0 7px !important;
  margin-left: -7px !important;
}
@keyframes count-up {
  from { 
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.count[data-count]:after {
  content: attr(data-count);
  display: none;
}

.count[data-count]::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}

.loader {
  background: #000;
  background: radial-gradient(#190956,#0f0049);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-inner {
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
.loader-line-wrap{
  animation:spin 2000ms cubic-bezier(.175,.885,.32,1.275) infinite;
  box-sizing:border-box;
  height:50px;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  transform-origin:50% 100%;
  width:100px
}
.loader-line{
  border:4px solid transparent;
  border-radius:100%;
  box-sizing:border-box;
  height:100px;
  left:0;
  margin:0 auto;
  position:absolute;
  right:0;
  top:0;
  width:100px
}
.loader-main {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
}

.loader-main:before , .loader-main:after{
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
.loader-main:after {
  box-shadow: 0 2px 0 rgba(255,207,37,1) inset;
  animation: rotate 2s linear infinite;
}
.loader-main img {
  width: 90%;
  margin: auto;
  display: block;
  padding: 45px 0 0;
}
@keyframes rotate {
  0% {  transform: rotate(0)}
  100% { transform: rotate(360deg)}
}
.view-badge {
  background-color: #e53f25;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 4px;
  animation: pulse1 2s linear infinite;
  margin-right: 10px;
}
@keyframes pulse1 {
  0% {
    opacity:25%;
  }
  25% {
    opacity:75%;
  }
  50% {
    opacity:100%;
  }
  75% {
    opacity:50%;
  }
  100% {
    opacity:25%;
  }
}
.slider-new {
  width: 100%;
  height: 100%;
}
.slider-new img {
  object-fit: fill;
  height: 175px;
}
.new-stat-box.slide-new {
  padding: 0;
  display: block;
  overflow: hidden;
}
.guest .navbar.navbar-default {
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
.top-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0;
}
.top-stats li {
  background-color: rgb(15 0 73 / 46%);
  padding: 12px 20px;
  border-radius: 20px;
  list-style: none;
  border: 1px solid #ffe259;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  min-width: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-stats li img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
}
.guest .navbar-default .navbar-nav > li > a,
.guest .navbar-default .navbar-nav > li > a:hover,
.guest .navbar-default .navbar-nav > li.active > a{
  font-size: 16px;
  background-color: transparent;
  font-weight: 500;
  color: #fff;
}
.navbar-default .navbar-nav > li.signup-btn > a {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 3px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  height: 48px;
  line-height: 8px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
  overflow: hidden;
}
.navbar-default .navbar-nav > li.signup-btn > a:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.navbar-default .navbar-nav > li.signup-btn > a:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.navbar-default .navbar-nav > li.signup-btn> a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  user-select: none;
  background: #0002848f;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 48px;
  line-height: 18px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
}
.navbar-default .navbar-nav > li.langbtn img {
  margin-right: 5px;
}
.guest .navbar-nav > li.google-translate {
  padding: 12px 0;
}
#top-banner .well {
  background-color: #000284;
  padding: 55px 25px;
  border-radius: 50px;
  list-style: none;
  border: 1px solid #ffe259;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  max-width: 450px;
  position:relative;
}
#top-banner .well::before {
  content: '';
  background-image: url(https://storage.perfectcdn.com/d673e4/up4gqczmzoiihd2o.png);
  width: 268px;
  height: 624px;
  display: block;
  position: absolute;
  top: -97px;
  right: -83px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.top-head {
  font-size: 58px;
  font-weight: 800;
  margin-top: 0;
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-para {
  font-size: 18px;
  font-weight: 400;
  color: #949498;
  margin-bottom: 30px;
}
.btn.btn-primary {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
 background: linear-gradient(90deg, rgb(255 172 0) 0%, rgb(255 224 0) 32%, rgb(255 255 148) 68%, rgb(255 175 41) 100%);
  border: 2px solid #f6e0be;
  font-size: 18px;
  font-weight: 700;
  color: #0f0049;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 300px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #0f0049;
}
.btn.btn-xs.btn-primary {
  min-width: 80px;
  height: auto;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.btn.btn-primary:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.btn.btn-primary:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.btn.btn-primary:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.btn.btn-primary.btn-sm {
  min-width: 33px;
  height: 33px;
  padding: 0px;
  text-align: center;
  line-height: 32px;
  border: none;
}
.row.flex-row {
  display: flex;
  align-items: center;
}
#top-banner .well h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
#top-banner .well p {
  font-size: 18px;
  font-weight: 500;
  color: #949498;
  margin-bottom: 5px;
}
.igrp .form-control {
  background-color: #ffffff;
  border: none;
  height: 52px;
}
.igrp .form-control:hover,
.igrp .form-control:active,
.igrp .form-control:focus{
  box-shadow: none;
}
.igrp {
  background-color: #1e1d3a;
  border-radius: 30px;
  position: relative;
  padding-left: 50px;
}
.inico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  border-radius: 20px;
  background: rgb(248,196,34);
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
}
.inico i {
  color: #000;
}
.forgot {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 400;
}
#top-banner .well .checkbox {
  margin-top: 0;
  text-align: right;
  color: #c9c9c9;
}
.reg-text {
  font-weight: 500;
  color: #cdcdcd;
  margin-top: 40px;
}
.reg-text a{
  color: #ffe200;
}
#home-stats {
  padding: 80px 0;
}
#home-stats .row {
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
}
.hst {
  text-align: center;
  padding: 70px 0;
}
.hst-icon img {
  width: 110px;
  margin-bottom: 25px;
}
.hst h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.hst h4 {
  color: #949498;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
#content-sec .row {
  display: flex;
  align-items: center;
}
.main-head {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
}
.main-text {
  font-size: 18px;
  font-weight: 500;
  color: #a4a4a4;
  margin-bottom: 30px;
}
section#content-sec:nth-child(4) .col-sm-7 {
  padding-left: 80px;
}
section#content-sec:nth-child(5) .col-sm-7 {
  padding-right: 80px;
}
#low-sec {
  padding: 80px 0;
}
.low-box {
  padding: 40px;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
  position: relative;
}
.low-box h3 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.low-box .main-text {
  margin-bottom: 0;
}
.low-img img {
  display: block;
  margin: auto;
}
.low-box.box2::after {
  content: '';
  position: absolute;
  top: 10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/bw30g5x982g3irwa.png);
  width: 132px;
  height: 132px;
  display: block;
  right: -8px;
}
.low-box.box1::after {
  content: '';
  position: absolute;
  top: -10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/1cbgx9iqkuho5twj.png);
  width: 132px;
  height: 132px;
  display: block;
  left: -12px;
}
#what-is {
  padding: 80px 0;
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: right -30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.foo-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}
.foo-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.foo-menu li {
  max-width: 50%;
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.foo-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.foo-menu li a.soci {
  position: relative;
  padding-left: 30px;
}
.soci:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.soci.soci-yt:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-tw:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-ig:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/mngeltyg9m2m7a1p.png);
}
.soci.soci-tg:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/2z2x1m15gxki4sk0.png);
}
.review-starts {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-starts li i {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}
.review-starts li {
  margin-right: 10px;
}
.footer-bottom {
  padding: 15px;
  border-top: 1px solid #ffe689;
}
.footer-bottom p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #c8c8c8;
}
.footer-top {
  padding: 35px 0;
}
#content-sec:nth-child(5) {
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: 0 -10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.prem-prov {
  float: left;
  display: inline-block;
}
.prem-prov img {
  display: block;
  width: 130px;
}
.dashboard {
  /*background-image: url(https://storage.perfectcdn.com/d673e4/dkf8dxe44sg6ujcm.png);
  background: linear-gradient(90deg, rgb(17 0 82) 0%, rgb(41 0 83) 50%, rgb(13 0 80) 100%);*/
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom;
  top: 0 !important;
  overflow: auto;
}
.dashboard.nightmode {
  background-color: #171717;
}
.dashboard,html{
  height:100%; 
}
.dashboard .navbar.navbar-default {
  background-color: #0f0049;
  border-color: #0f0049;
  border-bottom: 2px solid #ffda66;
  transition: 0.4s all ease-in;
}
.dashboard.nightmode .navbar.navbar-default {
  background-color: #171717;
  border-color: #ffda66;
}
.sidebar-menu {
  position: fixed;
  width: 250px;
  top: 0;
  z-index: 999999;
  background-color: #0f0049;
  height: 100%;
  padding: 0 0;
  transition: .3s linear;
}
.sidebar-menu .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.content-wrap {
  margin: 0 15px 15px 250px;
  padding: 10px 0;
  transition: .3s linear;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  /*overflow: hidden;*/
}
.menu-back-wrapper {
  /*max-height: 530px;
  scrollbar-width: thin;
  scrollbar-color: #debb4e #46455f;
  overflow-y: auto;
  overflow-x: hidden;*/
  padding: 0 20px;
}
.currency-stats {
  text-align: center;
  padding: 0 20px;
  margin: 20px auto 25px;
}
.currency-stats .badge {
  display: inline-flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #debb4e;
  padding: 5px 5px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 118px;
  font-size: 13px;
  margin: 1px;
  justify-content: center;
}
.menu li {
  margin-top: 10px;
}
.menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #c2c2c2;
  display: block;
  padding: 8px 15px;
  transition: all 0.3s ease-in;
  position: relative;
  border-radius: 30px;
  border: 1px solid transparent;
  text-decoration: none;
  z-index: 4;
}
.menu li a .badge {
  font-size: 12px;
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
    background-color: rgba(0, 0, 0, 0);
  color: #0c0d24;
  position: absolute;
  left: 30px;
  top: 3px;
  border-radius: 2px;
  padding: 2px 4px;
}
.menu li.active a, .menu li a:hover {
  color: #ffe47a;
  background: linear-gradient(#0f0049, #0f0049) padding-box, linear-gradient(to top, #e5a91b, #fffd8b) border-box;
}
/*.menu li.active a{
	z-index: -1;
}
.menu li.active a::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 232px;
  height: 164px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}*/
.menu li.active a .navbar-icon {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.crown {
  text-align: center;
}
.crown img {
  width: 130px;
}
.menu li a .navbar-icon {
  margin-right: 10px;
}
.navbar-left-block.navbar-nav > li {
  line-height: 57px;
}
.bread-crumbs {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.bread-crumbs span {
  color: #ffe47a;
  font-weight: 600;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a{
  padding:0;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .caret {
  color: #fff;
  margin-left: 6px;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .user-prof-icon {
  width: 38px;
  height: 38px;
  border-radius: 30px;
  border: 1px solid;
  padding: 3px;
  text-align: center;
  line-height: 30px;
  color: #ffd922;
  border: 1px solid #fffa00;
  display: inline-block;
}
.dashboard .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  border: 1px solid #ffdb41;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  line-height: 26px;
  background: transparent;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a:focus, .dashboard .navbar-default .navbar-nav > li.accbtn > a:active, .dashboard .navbar-default .navbar-nav > li.accbtn > a:hover, .dashboard .navbar-default .navbar-nav > li.accbtn.open > a {
  background-color: transparent;
}
.dashboard .navbar-default .balance-badge .badge {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #debb4e;
  height: 38px;
  padding: 5px;
  line-height: 26px;
  background: transparent;
  border-radius: 30px;
  min-width: 140px;
}
.dashboard .navbar-default .balance-badge a {
  padding: 0;
}
.new-stat-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.new-stat-box::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 262px;
  height: 324px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: .97;
  z-index: 0;
}
.new-stat-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 30px;
  height: 100%;
  background: rgba(255,255,255, 0.3);
  transform: skewX(-30deg);
  animation-name: slide;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: .1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.new-stat-img {
  position: relative;
  overflow: hidden;
  padding-left: 55px;
}
@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  50% {
    left: 120px;
    top: 0px;
  }
  100% {
    left: 290px;
    top: 0;
  }
}
.new-stat-box h4 {
  font-size: 17px;
  margin-top: 0;
  color: #ffdb41;
  position:relative;
}
.new-stat-content h5 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0;
  color: #fff;
}
.media.brand-category {
  display: flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #ffffb261;  
  padding: 2px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 100%;
  transition: 0.4s all ease-in;
}
.nightmode .media.brand-category {
  background-color: #262626;
}
.media.brand-category:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.media.brand-category:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.brand-category img {
  border-radius: 90px;
}
.media.brand-category .media-body {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: auto;
}
.brand-company {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.brand-company .col-3 {
  max-width: 12.504%;
  flex: 0 0 19.504%;
}
.guest .brand-company .col-3 {
  max-width: 19.44%;
  flex: 0 0 19.44%;
}
.wid-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.dashboard .top-stats{
  margin-bottom: 25px;
}
.well-tab {
  background: radial-gradient(#0f0049,#0f0049);
  border: 1px solid #fff27f;
  border-radius: 20px;
  margin-bottom: 19px;
  transition: 0.4s ease-in all;
}
.nightmode .well-tab {
  background: radial-gradient(#262626,#1e1e1e);
}
.well-tab .well-body{
  padding: 15px;
  margin-bottom: 20px;
}
.well-tab .nav-tabs > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.well-tab .nav-tabs > li.active > a, 
.well-tab .nav-tabs > li.active > a:hover {
  background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color:#e9d26a;
  font-weight: 700;
}
.well-tab .nav-tabs > li.active > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 6px;
  width: 70%;
  bottom: -1px;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.well-tab .nav.nav-tabs {
  border-bottom-color: #ffffff;
}
.well-tab .control-label,
.dashboard .well .control-label{
  font-size: 14px;
  font-weight: 600;
  color: #ffe47a;
}
.well-tab .select2-container--default .select2-selection--single.form-control, 
.well-tab select.form-control, 
.well-tab input.form-control, 
.well-tab textarea.form-control,
.dashboard .well .select2-container--default .select2-selection--single.form-control, 
.dashboard .well select.form-control, 
.dashboard .well input.form-control, 
.dashboard .well textarea.form-control{
  height: 40px;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  background-color: rgb(255 255 255);
  color: #000000;
  font-weight: 520;
  border: 1px solid #ffffff;
  font-size: 16px;
}
select.form-control option {
  color: #0c0b1f;
}
.well-tab textarea.form-control,
.dashboard .well textarea.form-control{
  height: auto;
  border-radius: 20px;
}
.form-group.searchgrp {
  height: 41px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
}
.well-tab .form-group.searchgrp #input_service {
  background-color: transparent;
  padding: 0;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.well-tab .panel-body.border-solid.border-rounded {
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(16 16 16);
  color: #fff;
  font-weight: 500;
  border: 1px solid #ffe47a;
  word-break: break-word;
}
.well {
  background-color: rgba(18, 17, 47, 0.75);
  border: 1px solid #ffd200;
  border-radius: 20px;
}
.serv-box {
  background-color: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  margin-bottom: 19px;
}
.serv-icon {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  text-align: center;
  line-height: 42px;
  margin-right: 12px;
}
.serv-content h4 {
  font-size: 12px;
  color: #e9d26a;
  margin-top: 15px;
}
.nav.nav-pills.order-pills {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.nav.nav-pills.order-pills::before, .nav.nav-pills.order-pills::after {
  display: none;
}
.order-pills > li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  min-width: 152px;
  color: #000000;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 40px;
}
.order-pills > li.all-pill a {
  color: #0a0a09;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.pending-pill a {
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
}
.order-pills > li.inprogress-pill a,
.order-pills > li.active-pill a{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
}
.order-pills > li.completed-pill a {
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.partial-pill a {
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
}
.order-pills > li.processing-pill a {
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
}
.order-pills > li.canceled-pill a {
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
}
.input-group.searchgrp {
  height: 58px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
  margin-bottom: 20px;
  border: 1px solid #debb4e;
}
.input-group.searchgrp .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 20px;
  height: 55px;
}
.input-group.searchgrp .form-control:focus {
  z-index: 1;
}
.input-group.searchgrp .btn.btn-primary {
  margin-left: -30px;
  border-radius: 30px;
  width: 42px;
  height: 42px;
  border: none;
  min-width: 42px;
  line-height: 32px;
}


.order-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.order-box {
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border: 1px solid #debb4e;
  border-radius: calc(7px * 2);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order-box-top {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  color: darkgray;
}
.order-box-middle {
  border-top: 1px solid #debb4e;
  border-bottom: 1px solid #debb4e;
}
.order-box-middle,
.order-box-bottom {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.order-top-left,
.order-middle-left,
.order-bottom-left{
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
}
.order-service{
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.order-top-right,
.order-middle-right,
.order-bottom-right{
  display: flex;
  justify-content: flex-end;
}
.order-box-bottom {
  display: grid;
  padding: 10px;
  grid-template-columns: 4fr 1fr;
  gap: 10px;
}
.order-box {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.order-service {
  color: #fff;
}
.order-top-left > div:first-child, 
.order-middle-left > div:first-child, 
.order-bottom-left > div:first-child {
  min-width: 130px;
}
.order-action a {
  background: -webkit-linear-gradient(3deg, rgb(255 190 44) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  padding: 1px 8px;
  border-radius: 8px;
  border: 2px solid #ffd200;
  text-decoration: none;
}
.order-link a {
 background: -webkit-linear-gradient(3deg, rgb(255 177 0) 0%, rgb(255 238 141) 50%, rgb(255 231 101) 70%, rgb(255 185 0) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  overflow: hidden;
}

.grid-header {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding: 10px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border-radius: 30px;
}
.servgrid .grid-header {
  grid-template-columns: repeat(6, 1fr);
}
.grid-header div {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  padding: 0 10px;
}
.grid-items-container {
  display: grid;
  /*grid-template-columns: repeat(9, 1fr);*/
  grid-auto-rows: auto;
  grid-gap: 10px;
}

.grid-item {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  padding: 20px 10px;
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border-radius: 20px;
}
.grid-container.updategrid .grid-header, 
.grid-container.updategrid .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.ordergrid .grid-header, 
.ordergrid .grid-items-container .grid-item {
  grid-template-columns: repeat(9, 1fr);
}
.servgrid .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.servgrid .grid-item.cate-name-item {
  grid-template-columns: repeat(1, 1fr);
}
.ticketgrid .grid-header,
.ticketgrid .grid-item{
  grid-template-columns: repeat(4, 1fr);
}
.dripgrid .grid-header,
.dripgrid .grid-item{
  grid-template-columns: repeat(9, 1fr);
}
.paymentgrid .grid-header, 
.paymentgrid .grid-items-container .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.historygrid .grid-header, 
.historygrid .grid-items-container .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.apigrid2 .grid-header, 
.apigrid2 .grid-items-container .grid-item {
  grid-template-columns: repeat(2, 1fr);
}
.grid-item > div {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 0 10px;
}
.label-badge{
  border-radius: 60px;
  border: none;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  line-height: 40px;
  max-width: 62px;
  text-align: center;
  color: #0f0049;
  font-size: 13px;
  font-weight: 700;
}
.custom-table .grid-item div > a {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.custom-table .grid-item div > a.btn.btn-modal {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 2px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #4d4b4b;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 200px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #4d4b4b;
  text-decoration: none;
  border: none;
}
.custom-table .grid-item div.order-actions > a,
.custom-table .grid-item div.order-actions > button{
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
} 
.label-badge.label-已完成,
.label-badge.label-completed,
.label-badge.label-answered{
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  min-width: 108px;
}
.label-badge.label-部分退款,
.label-badge.label-partial{
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
  min-width: 108px;
}
.label-badge.label-进行,
.label-badge.label-pending{
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
  min-width: 108px;
}
.label-badge.label-进行中,
.label-badge.label-inprogress{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
  min-width: 108px;
}
.label-badge.label-已取消,
.label-badge.label-已到期,
.label-badge.label-canceled,
.label-badge.label-closed{
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
  min-width: 108px;
}
.label-badge.label-处理中,
.label-badge.label-processing{
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
  min-width: 108px;
}
.grid-item.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.grid-item.cate-name-item .cate-name {
  font-size: 24px;
  font-weight: 700;
}
.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.cate-name-item .cate-name {
  font-size: 24px;
}
.grid-item > div > .btn.btn-primary {
  min-width: 108px;
  border: none;
  height: 42px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
}
.well-title {
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}
.contact-box {
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.contact-box.tg {
  border-color: #28a7e8;
}
.contact-box.wh {
  border-color: #58ce6f;
}
.contact-box.ma {
  border-color: #ff5b55;
}
.contact-box.sk {
  border-color: #38c1f3;
}
.contact-content h5 {
  font-size: 12px;
  font-weight: 400;
  color: #e9d26a;
}
.contact-content h6 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.contact-icon {
  margin-right: 15px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.27);
}
.cont-ic {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.tg .cont-ic {
  background-color: #28a7e8;
  box-shadow: -3px 3px 6px -1px #28a7e8;
}
.wh .cont-ic {
  background-color: #58ce6f;
  box-shadow: -3px 3px 6px -1px #58ce6f;
}
.ma .cont-ic {
  background-color: #ff5b55;
  box-shadow: -3px 3px 6px -1px #ff5b55;
}
.sk .cont-ic {
  background-color: #38c1f3;
  box-shadow: -3px 3px 6px -1px #38c1f3;
}
.well .nav.nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.well .nav.nav-tabs::before, 
.well .nav.nav-tabs::after {
  display: none;
}
.well .nav-tabs > li > a {
  background-color: #171616;
  border-radius: 12px;
  border: 1px solid #171616;
  margin: 0;
}
.well .nav-tabs > li.active > a, 
.well .nav-tabs > li.active > a:hover, 
.well .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #e4c458;
  border-bottom-color: #e4c458;
  background-color: #1f221f;
}
.well .tab-content {
  background-color: #191b19;
  padding: 20px;
  border-radius: 12px;
}
.well .tab-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.well .grid-item,
.well-tab .grid-item{
  padding: 0;
  background-color: transparent;
  grid-column-gap: 10px;
}
.well .grid-item > div,
.well-tab .grid-item > div{
  background-color: rgba(255, 255, 255, 0.07);
  padding: 10px;
  border-radius: 40px;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.well .grid-header,
.well-tab .grid-header{
  grid-column-gap: 10px;
}
.well .grid-header > div,
.well-tab .grid-header > div{
  padding-left: 10px;
  padding-right: 10px;
}
.social-badge img {
  margin-right: 8px;
}
.inner-content p {
  font-family: Montserrat;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.apigrid1 .grid-item {
  grid-template-columns: repeat(2, 1fr);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  grid-gap: 10px;
}
.apigrid1 .grid-item > div {
  background-color: rgba(18, 17, 47, 0.75);
  border-radius: 60px;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 15px;
}
.grid-item .link-item {
  color: #e9d26a;
  font-size: 16px;
}
pre {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.ticket-msg-wrap {
  padding-top: 15px;
  min-height: 480px;
  overflow-y: scroll;
  border-bottom: 1px solid #000;
  max-height: 480px;
}
.ticket-message-block {
  display: flex;
  flex-direction: column;
  padding: 25px 15px 5px;
  margin-bottom: 0;
}
.ticket-message-block.ticket-message-left {
  align-items: flex-end;
}
.message-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.author-pic {
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 38px;
  flex: 0 0 38px;
}
.ticket-message-block.ticket-message-right .author-pic {
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
  margin-right: 20px;
  color: #513205;
}
.ticket-message-block.ticket-message-left .author-pic {
  color: #ffffff;
  margin-left: 20px;
}
.messsage-wrap {
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ticket-message-block.ticket-message-right .messsage-wrap {
  border-radius: 20px;
  color: #513205;
  background: rgb(241,223,191);
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-block.ticket-message-left .messsage-wrap {
 background: linear-gradient(90deg, rgb(44 190 223) 0%, rgb(0 148 182) 50%, rgb(0 94 168) 100%);
  color: #ffffff;
  min-height: 58px;
  border-radius: 20px;
}
.message-sub-top {
  margin-top: -46px;
  margin-bottom: 24px;
}
.message-sub-top strong {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.ticket-message-right .message-sub-top strong {
  color: #513205;
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-left .message-sub-top strong {
  background: linear-gradient(90deg, #7300ff 0%, #1970ff 50%, rgb(194 0 255) 100%);
}
.message-sub-top strong i, .message-sub-top .text-muted i {
  margin-right: 5px;
  font-size: 11px;
  margin-left: -5px;
}
.ticket-message-right .message-sub-top strong i {
  color: #513205;
}
.ticket-message-left .message-sub-top strong i {
  color: #ffffff;
}
.message-sub-top .text-muted {
  font-size: 10px;
  font-weight: 700;
  border: 1px solid;
  border-radius: 20px;
  padding: 3px 10px;
}
.ticket-message-right .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-left .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-block.ticket-message-left .author-pic img {
  width: 38px;
}
.post-well h4 {
  font-size: 16px;
  font-weight: 600;
  color: #e9d26a;
  margin-bottom: 25px;
  margin-top: 0;
  min-height: 55px;
}
.post-content {
  color: #fff;
  font-size: 14px;
  min-height: 100px;
  margin-bottom: 15px;
}
.post-well .btn.btn-primary {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-width: 1px;
  border-radius: 10px;
  min-width: auto;
  line-height: 34px;
}
.bar-wrap p {
  color: #fff;
  margin: 0;
}
.bar-wrap p strong {
 background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress {
  background-color: rgba(255, 255, 255, 35%);
  border-radius: 20px;
  height: 10px;
}
.progress-bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.ticket-backbtn {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid #ffd200;
  text-decoration: none;
}
.serv-id {
 background: -webkit-linear-gradient(3deg, rgb(255 191 49) 0%, rgb(255 237 138) 50%, rgb(255 230 141) 70%, rgb(255 197 45) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nameserver-head {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color: #e9d26a;
  font-size: 18px;
}
.namerserver-list {
  padding-left: 20px;
}
.namerserver-list li {
  font-size: 14px;
  font-weight: 500;
  color: #ffe365;
}
.namerserver-list li img {
  width: 90%;
  object-fit: contain;
  max-height: 436px;
  object-position: left;
}
.affiliate-tab p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}


@media(max-width:991px){
  .guest .brand-company .col-3 {
    max-width: 24%;
    flex: 0 0 24%;
  }
  .sidebar-menu{
    width: 180px;
  }
  .currency-stats{
    padding: 0 8px;
    margin: 8px auto 14px;
  }
  .menu-back-wrapper {
    padding: 0 8px;
  }
  .currency-stats .badge{
    padding: 6px 6px;
    width: 47%;
    font-size: 8px;
  }
  .content-wrap {
    margin: 0 0 15px 180px;
  }
  .container{
    width: 100%;
  }
  .prem-prov img {
    width: 115px;
  }
  .guest .navbar-default .navbar-nav > li > a, .guest .navbar-default .navbar-nav > li > a:hover, .guest .navbar-default .navbar-nav > li.active > a {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle,
  .navbar-default .navbar-nav > li.signup-btn > a{
    font-size: 14px;
    min-width: 130px;
  }
  .navbar-default .navbar-nav > li.signup-btn > a{
  	border: 2px solid #f6e0be;
  }
  .top-stats li{
    padding: 10px 15px;
    margin: 0 10px;
	font-size: 16px;
    min-width: 120px;
  }
  #what-is img {
    width: 100%;
  }
  .cont-img {
    width: 100%;
  }
  #home-stats {
    padding: 50px 0;
  }
  .hst-icon img {
    width: 90px;
    margin-bottom: 15px;
  }
  .hst h3 {
    font-size: 28px;
  }
  .low-img img {
    width: 100%;
  }
  .low-box.box1::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  .low-box.box2::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  #low-sec {
    padding: 50px 0;
  }
  #what-is {
    padding: 50px 0;
  }
  .grid-container.dripgrid,
  .grid-container.ordergrid{
    width: 140%;
  }
  .order-pills > li a{
    min-width: 100px;
  }
  .brand-company .col-3 {
    max-width: 24.1%;
    flex: 0 0 24.1%;
  }
  
}
@media(max-width:550px){
  .dashboard .navbar-brand {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dashboard .navbar-default .navbar-brand img {
    height: 45px;
  }
  .navbar-toggle.x {
    border:none;
    margin: 0;
    float: none;
  }
  .dashboard .navbar-default .navbar-toggle:hover, .dashboard .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle.x .icon-bar {
    width:22px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    -webkit-transition:all .2s;
    transition:all .2s
  }
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transform-origin:10% 10%;
    -ms-transform-origin:10% 10%;
    transform-origin:10% 10%
  }
  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity:0;
    filter:alpha(opacity=0)
  }
  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:10% 90%;
    -ms-transform-origin:10% 90%;
    transform-origin:10% 90%
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity:1;
    filter:alpha(opacity=100)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .brand-right {
    float: right;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
  .dashboard .lang-drop, .dashboard .opt-drop, .dashboard .feat-drop,.dashboard .mode.mmode {
    display: inline-block;
  }
  .lang-drop .btn.btn-default, .opt-drop .btn.btn-default, .feat-drop .btn.btn-default {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 6px;
  }
  .lang-drop .btn.btn-default:hover, .lang-drop .btn.btn-default:active, .lang-drop .btn.btn-default:focus, .opt-drop .btn.btn-default:hover, .opt-drop .btn.btn-default:active, .opt-drop .btn.btn-default:focus, .feat-drop .btn.btn-default:hover, .feat-drop .btn.btn-default:active, .feat-drop .btn.btn-default:focus {
    background-color: transparent;
  }
  .opt-drop .btn.btn-default .menu-icon, .feat-drop .btn.btn-default .menu-icon {
    filter: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background:linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 50px;
  }
  .opt-drop .btn.btn-default .menu-icon img {
    width: 180%;
    margin-left: -12px;
    margin-right: -6px;
  }
  .feat-drop .btn.btn-default .menu-icon {
    line-height: 34px;
    color: #000;
    font-size: 18px;
  }
  .dashboard .opt-drop .dropdown-menu, .dashboard .feat-drop .dropdown-menu {
    left: 0;
    right: 0;
    position: fixed;
    top: 70px;
    width: 92%;
    margin: auto;
    float: none;
    -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    background-color: #262546;
  }
  .mode-box, .lang-box, .curr-box {
    padding: 4px 10px 4px;
  }
  .mode-box h6, .lang-box h6, .curr-box h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #ffffff;
  }
  .dashboard .mob-mode {
    display: block;
  }
  .mode-box .mode.mob-mode, .lang-box .lang-list, .curr-box .curr-list {
    background-color: #1d1c37;
    border-radius: 5px;
    padding: 5px;
  }
  .lang-list, .curr-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lang-list li, .curr-list li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .lang-list li a, .curr-list li a {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #0f0049;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .lang-list li .lang-name {
    margin-right: 5px;
  }
  .feat-drop .dropdown-menu .divider {
    margin: 6px 0;
    background-color: #444366;
  }
  .mode-box .mob-mode .toggle {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .mode-box .mob-mode .toggle .menu-icon {
    width: auto;
    height: auto;
    background-color: transparent;
    filter: none;
    line-height: 1;
    border-radius: 0;
    color: #646360;
  }
  .opt-drop .dropdown-menu > li > a {
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
  }
  .opt-drop .dropdown-menu > li > a .drop-menu-icon {
    margin-right: 10px;
    width: 18px;
    display: inline-block;
  }
  .dashboard .navbar-left-block, .dashboard .navbar-right-block {
    display: none;
  }
  .dashboard .nav.navbar-nav.navbar-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .dashboard .navbar-default .navbar-nav > li > a {
    justify-content: space-between;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: row;
    position: relative;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e9d26a;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-text {
    order: 1;
    white-space: nowrap;
  }
  .dashboard .navbar-default .navbar-nav > li > a::after {
    content: '';
    width: 100%;
    border-top: 1px solid;
    margin: 0 10px;
    order: 2;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-right {
    order: 3;
  }
  .mob-menu-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 22px;
    padding: 4px;
    -webkit-text-fill-color: none;
	color: #151515;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a .mob-menu-icon {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-text-fill-color: #151515;
	color: #151515;
  }
  .new-stat-img .full-logo {
    width: 90px;
  }
  .new-stat-box h4 {
    font-size: 14px;
  }
  .new-stat-content h5 {
    font-size: 16px;
  }
  .new-stat-content br {
    display: none;
  }
  .progress{
    height: 8px;
	margin-bottom: 10px;
  }
  .bar-wrap p{
    font-size: 12px;
  }
  .point-badge {
    width: 80px;
  }
  .new-stat-img {
    padding-left: 0;
    margin-right: -35px;
  }
  .new-stat-box{
    justify-content: space-evenly;
  }
  .dashboard .inner-wrap .container-fluid {
    width: 100%;
  }
  .new-stat-box2 h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .user-balance, .user-spent {
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
  }
  .new-stat-box2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .new-stat-box2 img {
    width: 25px;
    margin-right: 10px;
  }
  .new-stats .col-sm-6.col-md-4:last-child {
    order: 1;
  }
  .new-stats .col-sm-6.col-md-4:first-child {
    order: 2;
  }
  .new-stats .col-sm-6.col-md-4:nth-child(2) {
    order: 3;
  }
  .new-stats .row {
    display: flex;
    flex-direction: column;
  }
  .point-box .btn.btn-primary {
    height: 33px;
    min-width: 103px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0;
  }
  .currency-stats .badge{
    width: 22%;
	font-size: 9px;
  }
  .brand-company{
    gap: 3px;
  }
  .media.brand-category .media-body{
    font-size: 10px;
  }
  .brand-company .col-3 {
    max-width: 32.6%;
    flex: 0 0 32.6%;
  }
  .brand-category img{
    width: 22px;
  }
  .footer-top .col-xs-9, .footer-top .col-xs-3 {
    width: 100%;
    float: none;
  }
  .currency-stats {
    padding: 0;
  }
  
}
.nightmode .modal-content {
  background-color: #404040;
}
.lunar_decorate {
  position: relative;
  display: block;
  margin: auto;
}
.top_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/57fy3bydengieiuc.png);
  width: 100%;
  height: 135px;
  display: block;
  position: absolute;
  background-size: auto 100%;
  background-repeat: repeat-x;
  top: 0;
}
.fly_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/l1k5ys460p6w4lb2.png);
  width: 74px;
  height: 207px;
  position: absolute;
  display: block;
  top: -10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fly_lights.fl_1 {
  left: 373px;
}
.fly_lights.fl_2 {
  left: 50%;
}
.fly_lights.fl_3 {
  right: 320px;
}
.dashboard .top_lights {
  top: 50px;
}
.dashboard .fly_lights {
  top: 72px;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #0f0049;
  cursor: url(https://storage.perfectcdn.com/d673e4/hrxezsnje5z4ftru.png), pointer !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 520px !important;
}
.point-badge {
  width: 90px;
  display: block;
}
body.guest {
  background: radial-gradient(#2200CC,#0d0146);
  background-repeat: inherit;
  background-position: bottom;
  background-size: cover;
}
/*NEW HEADER*/
.dashboard .navbar-brand {
  padding-top: 14px;
  padding-bottom: 14px;
  height: auto;
}
.banner-img img {
  width: 100%;
  display: block;
  margin: 20px 0 0;
}
#page-wrapper {
  position: relative;
  min-height: 100vh;
}
.dashboard .inner-wrap .container-fluid {
  width: 85%;
}
.dashboard .inner-wrap .container-fluid.w100{
  width:100%;
}
.dashboard .navbar.navbar-default {
  background-color: #000;
  border-bottom: 1px solid #0f0f0f;
  border-radius: 0;
}
.dashboard .navbar-default .navbar-nav > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.dashboard .navbar-default .navbar-nav > li.setting > a,
.dashboard .navbar-default .navbar-nav > li.lang > a,
.dashboard .navbar-default .navbar-nav > li.mode > a,
.dashboard .navbar-default .navbar-nav > li.update > a,
.dashboard .navbar-default .navbar-nav > li.dropdown-currencies > a{
  padding-top: 9px;
  padding-bottom: 15px;
}
.dashboard .navbar-default .navbar-nav > .open > a, 
.dashboard .navbar-default .navbar-nav > .open > a:hover, 
.dashboard .navbar-default .navbar-nav > .open > a:focus{
  background-color: transparent;
}
.menu-icon {
  width: 23px;
  height: 28px;
  text-align: center;
  display: block;
  /*filter: invert(1);*/
  position: relative;
}
.menu-icon.profPic {
  filter: none;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border: 1px solid #ffe47a;
  border-radius: 50px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.lang .menu-icon,
.menu-icon.currencySymbol {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #ffe47a;
}
.menu-icon.currencySymbol{
  color: #2d2d2c;
  justify-content: center;
  font-weight: 700;
  position: relative;
  overflow: visible;
  font-size: 18px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.cur-icon-badge {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  background-color: red;
  border-radius: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cur-icon-badge.USD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/us.svg);
}
.cur-icon-badge.INR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/in.svg);
}
.cur-icon-badge.TRY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/tr.svg);
}
.cur-icon-badge.EUR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eu.svg);
}
.cur-icon-badge.RUB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ru.svg);
}
.cur-icon-badge.BRL {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/br.svg);
}
.cur-icon-badge.NGN {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ng.svg);
}
.cur-icon-badge.KRW {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kr.svg);
}
.cur-icon-badge.THB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/th.svg);
}
.cur-icon-badge.SAR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/sa.svg);
}
.cur-icon-badge.CNY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/cn.svg);
}
.cur-icon-badge.VND {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/vn.svg);
}
.cur-icon-badge.KWD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kw.svg);
}
.cur-icon-badge.EGP {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eg.svg);
}
.cur-icon-badge.PKR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/pk.svg);
}
.menu-icon.profPic img {
  width: 170%;
  margin-left: -11px;
  margin-top: 2px;
}
.mode .menu-icon,
.update .menu-icon{
  width: 34px;
  height: 34px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  border-radius: 50px;
  color: #000;
  line-height: 46px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.lang .menu-icon .flag-icon {
  width: 100%;
  height: 100%;
}
.update .menu-icon {
  filter: invert(0);
}
.update .menu-icon .material-icons {
  font-size: 21px;
}
.ticket-count {
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  color: #040404;
  border-radius: 50px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  font-size: 12px;
  box-shadow: 0 0 0 0 rgba(253, 240, 1, 1);
  animation: pulse 2s infinite;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -13px;
  top: -2px;
  font-weight: 700;
  font-family: poppins;
}
.mode .menu-icon, .lang .menu-icon {
  filter: invert(0);
}
.menu-text {
  font-size: 14px;
  font-weight: 500;
}
.dashboard .navbar-nav > li > .dropdown-menu {
  -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  border: none;
  min-width: inherit;
  width: auto;
  border-radius: 5px;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  margin-top: 10px;
  right: auto;
  top: 60px;
}
.dropdown.feat-drop,
.mode.mmode{
  display: none;
}
.dashboard .nav.navbar-nav.navbar-mobile {
  display: none;
}
.dashboard .lang-drop,
.dashboard .opt-drop,
.dashboard .mob-mode{
  display: none;
}
.new-stat-img .full-logo {
  width: 128px;
}
.new-stat-box2 h4 {
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.user-balance, .user-spent {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
.new-stat-box2 img {
  width: 34px;
  margin-right: 15px;
}

/*NEW HEADER*/

.dashboard .mCSB_inside > .mCSB_container {
  margin-right: 5px;
  z-index: 1;
}
.modal {
  color: #000;
}
.mCustomScrollBox{
  z-index:99999;
}
.select2-dropdown {
  z-index: 999999999999 !important;
}
.count {
  animation: count-up 2s ease-in-out;
  animation-fill-mode: forwards;
  transition: border-color 0.2s ease-in-out;
}
.navbar-right.navbar-right-block .dropdown-menu{
  background-color: #262546;
  border-radius: 20px !important;
  padding-top: 0;
  margin-top: 5px !important;
}
.navbar-right.navbar-right-block .dropdown-menu li > a,
.navbar-right.navbar-right-block .dropdown-menu li > a{
  color: #fff;
  padding-left: 12px;
  font-size: 14px;
  border-bottom: 1px solid #ededed0d;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navbar-right.navbar-right-block .dropdown-menu > a{
  color: inherit;
  font-size: inherit;
}
.navbar-right.navbar-right-block .dropdown-menu > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu > a:focus {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.navbar-right.navbar-right-block .dropdown-menu li > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu li > a:focus{
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
  color: #593b0f;
}
.navbar-right.navbar-right-block .dropdown-menu li.active > a{
  background-color: transparent;
}
.langbtn .dropdown-menu li > a .flag-icon {
  margin-right: 5px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
}
.langbtn .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #000000 transparent transparent transparent !important;
  border-width: 7px 7px 0 7px !important;
  margin-left: -7px !important;
}
@keyframes count-up {
  from { 
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.count[data-count]:after {
  content: attr(data-count);
  display: none;
}

.count[data-count]::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}

.loader {
  background: #000;
  background: radial-gradient(#190956,#0f0049);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-inner {
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
.loader-line-wrap{
  animation:spin 2000ms cubic-bezier(.175,.885,.32,1.275) infinite;
  box-sizing:border-box;
  height:50px;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  transform-origin:50% 100%;
  width:100px
}
.loader-line{
  border:4px solid transparent;
  border-radius:100%;
  box-sizing:border-box;
  height:100px;
  left:0;
  margin:0 auto;
  position:absolute;
  right:0;
  top:0;
  width:100px
}
.loader-main {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
}

.loader-main:before , .loader-main:after{
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
.loader-main:after {
  box-shadow: 0 2px 0 rgba(255,207,37,1) inset;
  animation: rotate 2s linear infinite;
}
.loader-main img {
  width: 90%;
  margin: auto;
  display: block;
  padding: 45px 0 0;
}
@keyframes rotate {
  0% {  transform: rotate(0)}
  100% { transform: rotate(360deg)}
}
.view-badge {
  background-color: #e53f25;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 4px;
  animation: pulse1 2s linear infinite;
  margin-right: 10px;
}
@keyframes pulse1 {
  0% {
    opacity:25%;
  }
  25% {
    opacity:75%;
  }
  50% {
    opacity:100%;
  }
  75% {
    opacity:50%;
  }
  100% {
    opacity:25%;
  }
}
.slider-new {
  width: 100%;
  height: 100%;
}
.slider-new img {
  object-fit: fill;
  height: 175px;
}
.new-stat-box.slide-new {
  padding: 0;
  display: block;
  overflow: hidden;
}
.guest .navbar.navbar-default {
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
.top-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0;
}
.top-stats li {
  background-color: rgb(15 0 73 / 46%);
  padding: 12px 20px;
  border-radius: 20px;
  list-style: none;
  border: 1px solid #ffe259;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  min-width: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-stats li img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
}
.guest .navbar-default .navbar-nav > li > a,
.guest .navbar-default .navbar-nav > li > a:hover,
.guest .navbar-default .navbar-nav > li.active > a{
  font-size: 16px;
  background-color: transparent;
  font-weight: 500;
  color: #fff;
}
.navbar-default .navbar-nav > li.signup-btn > a {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 3px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  height: 48px;
  line-height: 8px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
  overflow: hidden;
}
.navbar-default .navbar-nav > li.signup-btn > a:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.navbar-default .navbar-nav > li.signup-btn > a:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.navbar-default .navbar-nav > li.signup-btn> a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  user-select: none;
  background: #0002848f;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 48px;
  line-height: 18px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
}
.navbar-default .navbar-nav > li.langbtn img {
  margin-right: 5px;
}
.guest .navbar-nav > li.google-translate {
  padding: 12px 0;
}
#top-banner .well {
  background-color: #000284;
  padding: 55px 25px;
  border-radius: 50px;
  list-style: none;
  border: 1px solid #ffe259;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  max-width: 450px;
  position:relative;
}
#top-banner .well::before {
  content: '';
  background-image: url(https://storage.perfectcdn.com/d673e4/up4gqczmzoiihd2o.png);
  width: 268px;
  height: 624px;
  display: block;
  position: absolute;
  top: -97px;
  right: -83px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.top-head {
  font-size: 58px;
  font-weight: 800;
  margin-top: 0;
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-para {
  font-size: 18px;
  font-weight: 400;
  color: #949498;
  margin-bottom: 30px;
}
.btn.btn-primary {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
 background: linear-gradient(90deg, rgb(255 172 0) 0%, rgb(255 224 0) 32%, rgb(255 255 148) 68%, rgb(255 175 41) 100%);
  border: 2px solid #f6e0be;
  font-size: 18px;
  font-weight: 700;
  color: #0f0049;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 300px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #0f0049;
}
.btn.btn-xs.btn-primary {
  min-width: 80px;
  height: auto;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.btn.btn-primary:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.btn.btn-primary:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.btn.btn-primary:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.btn.btn-primary.btn-sm {
  min-width: 33px;
  height: 33px;
  padding: 0px;
  text-align: center;
  line-height: 32px;
  border: none;
}
.row.flex-row {
  display: flex;
  align-items: center;
}
#top-banner .well h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
#top-banner .well p {
  font-size: 18px;
  font-weight: 500;
  color: #949498;
  margin-bottom: 5px;
}
.igrp .form-control {
  background-color: #ffffff;
  border: none;
  height: 52px;
}
.igrp .form-control:hover,
.igrp .form-control:active,
.igrp .form-control:focus{
  box-shadow: none;
}
.igrp {
  background-color: #1e1d3a;
  border-radius: 30px;
  position: relative;
  padding-left: 50px;
}
.inico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  border-radius: 20px;
  background: rgb(248,196,34);
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
}
.inico i {
  color: #000;
}
.forgot {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 400;
}
#top-banner .well .checkbox {
  margin-top: 0;
  text-align: right;
  color: #c9c9c9;
}
.reg-text {
  font-weight: 500;
  color: #cdcdcd;
  margin-top: 40px;
}
.reg-text a{
  color: #ffe200;
}
#home-stats {
  padding: 80px 0;
}
#home-stats .row {
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
}
.hst {
  text-align: center;
  padding: 70px 0;
}
.hst-icon img {
  width: 110px;
  margin-bottom: 25px;
}
.hst h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.hst h4 {
  color: #949498;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
#content-sec .row {
  display: flex;
  align-items: center;
}
.main-head {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
}
.main-text {
  font-size: 18px;
  font-weight: 500;
  color: #a4a4a4;
  margin-bottom: 30px;
}
section#content-sec:nth-child(4) .col-sm-7 {
  padding-left: 80px;
}
section#content-sec:nth-child(5) .col-sm-7 {
  padding-right: 80px;
}
#low-sec {
  padding: 80px 0;
}
.low-box {
  padding: 40px;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
  position: relative;
}
.low-box h3 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.low-box .main-text {
  margin-bottom: 0;
}
.low-img img {
  display: block;
  margin: auto;
}
.low-box.box2::after {
  content: '';
  position: absolute;
  top: 10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/bw30g5x982g3irwa.png);
  width: 132px;
  height: 132px;
  display: block;
  right: -8px;
}
.low-box.box1::after {
  content: '';
  position: absolute;
  top: -10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/1cbgx9iqkuho5twj.png);
  width: 132px;
  height: 132px;
  display: block;
  left: -12px;
}
#what-is {
  padding: 80px 0;
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: right -30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.foo-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}
.foo-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.foo-menu li {
  max-width: 50%;
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.foo-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.foo-menu li a.soci {
  position: relative;
  padding-left: 30px;
}
.soci:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.soci.soci-yt:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-tw:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-ig:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/mngeltyg9m2m7a1p.png);
}
.soci.soci-tg:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/2z2x1m15gxki4sk0.png);
}
.review-starts {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-starts li i {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}
.review-starts li {
  margin-right: 10px;
}
.footer-bottom {
  padding: 15px;
  border-top: 1px solid #ffe689;
}
.footer-bottom p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #c8c8c8;
}
.footer-top {
  padding: 35px 0;
}
#content-sec:nth-child(5) {
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: 0 -10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.prem-prov {
  float: left;
  display: inline-block;
}
.prem-prov img {
  display: block;
  width: 130px;
}
.dashboard {
  /*background-image: url(https://storage.perfectcdn.com/d673e4/dkf8dxe44sg6ujcm.png);
  background: linear-gradient(90deg, rgb(17 0 82) 0%, rgb(41 0 83) 50%, rgb(13 0 80) 100%);*/
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom;
  top: 0 !important;
  overflow: auto;
}
.dashboard.nightmode {
  background-color: #171717;
}
.dashboard,html{
  height:100%; 
}
.dashboard .navbar.navbar-default {
  background-color: #0f0049;
  border-color: #0f0049;
  border-bottom: 2px solid #ffda66;
  transition: 0.4s all ease-in;
}
.dashboard.nightmode .navbar.navbar-default {
  background-color: #171717;
  border-color: #ffda66;
}
.sidebar-menu {
  position: fixed;
  width: 250px;
  top: 0;
  z-index: 999999;
  background-color: #0f0049;
  height: 100%;
  padding: 0 0;
  transition: .3s linear;
}
.sidebar-menu .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.content-wrap {
  margin: 0 15px 15px 250px;
  padding: 10px 0;
  transition: .3s linear;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  /*overflow: hidden;*/
}
.menu-back-wrapper {
  /*max-height: 530px;
  scrollbar-width: thin;
  scrollbar-color: #debb4e #46455f;
  overflow-y: auto;
  overflow-x: hidden;*/
  padding: 0 20px;
}
.currency-stats {
  text-align: center;
  padding: 0 20px;
  margin: 20px auto 25px;
}
.currency-stats .badge {
  display: inline-flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #debb4e;
  padding: 5px 5px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 118px;
  font-size: 13px;
  margin: 1px;
  justify-content: center;
}
.menu li {
  margin-top: 10px;
}
.menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #c2c2c2;
  display: block;
  padding: 8px 15px;
  transition: all 0.3s ease-in;
  position: relative;
  border-radius: 30px;
  border: 1px solid transparent;
  text-decoration: none;
  z-index: 4;
}
.menu li a .badge {
  font-size: 12px;
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
    background-color: rgba(0, 0, 0, 0);
  color: #0c0d24;
  position: absolute;
  left: 30px;
  top: 3px;
  border-radius: 2px;
  padding: 2px 4px;
}
.menu li.active a, .menu li a:hover {
  color: #ffe47a;
  background: linear-gradient(#0f0049, #0f0049) padding-box, linear-gradient(to top, #e5a91b, #fffd8b) border-box;
}
/*.menu li.active a{
	z-index: -1;
}
.menu li.active a::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 232px;
  height: 164px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}*/
.menu li.active a .navbar-icon {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.crown {
  text-align: center;
}
.crown img {
  width: 130px;
}
.menu li a .navbar-icon {
  margin-right: 10px;
}
.navbar-left-block.navbar-nav > li {
  line-height: 57px;
}
.bread-crumbs {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.bread-crumbs span {
  color: #ffe47a;
  font-weight: 600;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a{
  padding:0;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .caret {
  color: #fff;
  margin-left: 6px;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .user-prof-icon {
  width: 38px;
  height: 38px;
  border-radius: 30px;
  border: 1px solid;
  padding: 3px;
  text-align: center;
  line-height: 30px;
  color: #ffd922;
  border: 1px solid #fffa00;
  display: inline-block;
}
.dashboard .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  border: 1px solid #ffdb41;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  line-height: 26px;
  background: transparent;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a:focus, .dashboard .navbar-default .navbar-nav > li.accbtn > a:active, .dashboard .navbar-default .navbar-nav > li.accbtn > a:hover, .dashboard .navbar-default .navbar-nav > li.accbtn.open > a {
  background-color: transparent;
}
.dashboard .navbar-default .balance-badge .badge {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #debb4e;
  height: 38px;
  padding: 5px;
  line-height: 26px;
  background: transparent;
  border-radius: 30px;
  min-width: 140px;
}
.dashboard .navbar-default .balance-badge a {
  padding: 0;
}
.new-stat-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.new-stat-box::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 262px;
  height: 324px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: .97;
  z-index: 0;
}
.new-stat-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 30px;
  height: 100%;
  background: rgba(255,255,255, 0.3);
  transform: skewX(-30deg);
  animation-name: slide;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: .1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.new-stat-img {
  position: relative;
  overflow: hidden;
  padding-left: 55px;
}
@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  50% {
    left: 120px;
    top: 0px;
  }
  100% {
    left: 290px;
    top: 0;
  }
}
.new-stat-box h4 {
  font-size: 17px;
  margin-top: 0;
  color: #ffdb41;
  position:relative;
}
.new-stat-content h5 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0;
  color: #fff;
}
.media.brand-category {
  display: flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #ffffb261;  
  padding: 2px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 100%;
  transition: 0.4s all ease-in;
}
.nightmode .media.brand-category {
  background-color: #262626;
}
.media.brand-category:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.media.brand-category:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.brand-category img {
  border-radius: 90px;
}
.media.brand-category .media-body {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: auto;
}
.brand-company {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.brand-company .col-3 {
  max-width: 12.504%;
  flex: 0 0 19.504%;
}
.guest .brand-company .col-3 {
  max-width: 19.44%;
  flex: 0 0 19.44%;
}
.wid-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.dashboard .top-stats{
  margin-bottom: 25px;
}
.well-tab {
  background: radial-gradient(#0f0049,#0f0049);
  border: 1px solid #fff27f;
  border-radius: 20px;
  margin-bottom: 19px;
  transition: 0.4s ease-in all;
}
.nightmode .well-tab {
  background: radial-gradient(#262626,#1e1e1e);
}
.well-tab .well-body{
  padding: 15px;
  margin-bottom: 20px;
}
.well-tab .nav-tabs > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.well-tab .nav-tabs > li.active > a, 
.well-tab .nav-tabs > li.active > a:hover {
  background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color:#e9d26a;
  font-weight: 700;
}
.well-tab .nav-tabs > li.active > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 6px;
  width: 70%;
  bottom: -1px;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.well-tab .nav.nav-tabs {
  border-bottom-color: #ffffff;
}
.well-tab .control-label,
.dashboard .well .control-label{
  font-size: 14px;
  font-weight: 600;
  color: #ffe47a;
}
.well-tab .select2-container--default .select2-selection--single.form-control, 
.well-tab select.form-control, 
.well-tab input.form-control, 
.well-tab textarea.form-control,
.dashboard .well .select2-container--default .select2-selection--single.form-control, 
.dashboard .well select.form-control, 
.dashboard .well input.form-control, 
.dashboard .well textarea.form-control{
  height: 40px;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  background-color: rgb(255 255 255);
  color: #000000;
  font-weight: 520;
  border: 1px solid #ffffff;
  font-size: 16px;
}
select.form-control option {
  color: #0c0b1f;
}
.well-tab textarea.form-control,
.dashboard .well textarea.form-control{
  height: auto;
  border-radius: 20px;
}
.form-group.searchgrp {
  height: 41px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
}
.well-tab .form-group.searchgrp #input_service {
  background-color: transparent;
  padding: 0;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.well-tab .panel-body.border-solid.border-rounded {
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(16 16 16);
  color: #fff;
  font-weight: 500;
  border: 1px solid #ffe47a;
  word-break: break-word;
}
.well {
  background-color: rgba(18, 17, 47, 0.75);
  border: 1px solid #ffd200;
  border-radius: 20px;
}
.serv-box {
  background-color: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  margin-bottom: 19px;
}
.serv-icon {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  text-align: center;
  line-height: 42px;
  margin-right: 12px;
}
.serv-content h4 {
  font-size: 12px;
  color: #e9d26a;
  margin-top: 15px;
}
.nav.nav-pills.order-pills {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.nav.nav-pills.order-pills::before, .nav.nav-pills.order-pills::after {
  display: none;
}
.order-pills > li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  min-width: 152px;
  color: #000000;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 40px;
}
.order-pills > li.all-pill a {
  color: #0a0a09;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.pending-pill a {
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
}
.order-pills > li.inprogress-pill a,
.order-pills > li.active-pill a{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
}
.order-pills > li.completed-pill a {
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.partial-pill a {
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
}
.order-pills > li.processing-pill a {
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
}
.order-pills > li.canceled-pill a {
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
}
.input-group.searchgrp {
  height: 58px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
  margin-bottom: 20px;
  border: 1px solid #debb4e;
}
.input-group.searchgrp .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 20px;
  height: 55px;
}
.input-group.searchgrp .form-control:focus {
  z-index: 1;
}
.input-group.searchgrp .btn.btn-primary {
  margin-left: -30px;
  border-radius: 30px;
  width: 42px;
  height: 42px;
  border: none;
  min-width: 42px;
  line-height: 32px;
}


.order-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.order-box {
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border: 1px solid #debb4e;
  border-radius: calc(7px * 2);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order-box-top {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  color: darkgray;
}
.order-box-middle {
  border-top: 1px solid #debb4e;
  border-bottom: 1px solid #debb4e;
}
.order-box-middle,
.order-box-bottom {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.order-top-left,
.order-middle-left,
.order-bottom-left{
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
}
.order-service{
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.order-top-right,
.order-middle-right,
.order-bottom-right{
  display: flex;
  justify-content: flex-end;
}
.order-box-bottom {
  display: grid;
  padding: 10px;
  grid-template-columns: 4fr 1fr;
  gap: 10px;
}
.order-box {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.order-service {
  color: #fff;
}
.order-top-left > div:first-child, 
.order-middle-left > div:first-child, 
.order-bottom-left > div:first-child {
  min-width: 130px;
}
.order-action a {
  background: -webkit-linear-gradient(3deg, rgb(255 190 44) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  padding: 1px 8px;
  border-radius: 8px;
  border: 2px solid #ffd200;
  text-decoration: none;
}
.order-link a {
 background: -webkit-linear-gradient(3deg, rgb(255 177 0) 0%, rgb(255 238 141) 50%, rgb(255 231 101) 70%, rgb(255 185 0) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  overflow: hidden;
}

.grid-header {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding: 10px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border-radius: 30px;
}
.servgrid .grid-header {
  grid-template-columns: repeat(6, 1fr);
}
.grid-header div {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  padding: 0 10px;
}
.grid-items-container {
  display: grid;
  /*grid-template-columns: repeat(9, 1fr);*/
  grid-auto-rows: auto;
  grid-gap: 10px;
}

.grid-item {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  padding: 20px 10px;
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border-radius: 20px;
}
.grid-container.updategrid .grid-header, 
.grid-container.updategrid .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.ordergrid .grid-header, 
.ordergrid .grid-items-container .grid-item {
  grid-template-columns: repeat(9, 1fr);
}
.servgrid .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.servgrid .grid-item.cate-name-item {
  grid-template-columns: repeat(1, 1fr);
}
.ticketgrid .grid-header,
.ticketgrid .grid-item{
  grid-template-columns: repeat(4, 1fr);
}
.dripgrid .grid-header,
.dripgrid .grid-item{
  grid-template-columns: repeat(9, 1fr);
}
.paymentgrid .grid-header, 
.paymentgrid .grid-items-container .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.historygrid .grid-header, 
.historygrid .grid-items-container .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.apigrid2 .grid-header, 
.apigrid2 .grid-items-container .grid-item {
  grid-template-columns: repeat(2, 1fr);
}
.grid-item > div {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 0 10px;
}
.label-badge{
  border-radius: 60px;
  border: none;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  line-height: 40px;
  max-width: 62px;
  text-align: center;
  color: #0f0049;
  font-size: 13px;
  font-weight: 700;
}
.custom-table .grid-item div > a {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.custom-table .grid-item div > a.btn.btn-modal {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 2px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #4d4b4b;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 200px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #4d4b4b;
  text-decoration: none;
  border: none;
}
.custom-table .grid-item div.order-actions > a,
.custom-table .grid-item div.order-actions > button{
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
} 
.label-badge.label-已完成,
.label-badge.label-completed,
.label-badge.label-answered{
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  min-width: 108px;
}
.label-badge.label-部分退款,
.label-badge.label-partial{
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
  min-width: 108px;
}
.label-badge.label-进行,
.label-badge.label-pending{
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
  min-width: 108px;
}
.label-badge.label-进行中,
.label-badge.label-inprogress{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
  min-width: 108px;
}
.label-badge.label-已取消,
.label-badge.label-已到期,
.label-badge.label-canceled,
.label-badge.label-closed{
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
  min-width: 108px;
}
.label-badge.label-处理中,
.label-badge.label-processing{
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
  min-width: 108px;
}
.grid-item.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.grid-item.cate-name-item .cate-name {
  font-size: 24px;
  font-weight: 700;
}
.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.cate-name-item .cate-name {
  font-size: 24px;
}
.grid-item > div > .btn.btn-primary {
  min-width: 108px;
  border: none;
  height: 42px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
}
.well-title {
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}
.contact-box {
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.contact-box.tg {
  border-color: #28a7e8;
}
.contact-box.wh {
  border-color: #58ce6f;
}
.contact-box.ma {
  border-color: #ff5b55;
}
.contact-box.sk {
  border-color: #38c1f3;
}
.contact-content h5 {
  font-size: 12px;
  font-weight: 400;
  color: #e9d26a;
}
.contact-content h6 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.contact-icon {
  margin-right: 15px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.27);
}
.cont-ic {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.tg .cont-ic {
  background-color: #28a7e8;
  box-shadow: -3px 3px 6px -1px #28a7e8;
}
.wh .cont-ic {
  background-color: #58ce6f;
  box-shadow: -3px 3px 6px -1px #58ce6f;
}
.ma .cont-ic {
  background-color: #ff5b55;
  box-shadow: -3px 3px 6px -1px #ff5b55;
}
.sk .cont-ic {
  background-color: #38c1f3;
  box-shadow: -3px 3px 6px -1px #38c1f3;
}
.well .nav.nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.well .nav.nav-tabs::before, 
.well .nav.nav-tabs::after {
  display: none;
}
.well .nav-tabs > li > a {
  background-color: #171616;
  border-radius: 12px;
  border: 1px solid #171616;
  margin: 0;
}
.well .nav-tabs > li.active > a, 
.well .nav-tabs > li.active > a:hover, 
.well .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #e4c458;
  border-bottom-color: #e4c458;
  background-color: #1f221f;
}
.well .tab-content {
  background-color: #191b19;
  padding: 20px;
  border-radius: 12px;
}
.well .tab-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.well .grid-item,
.well-tab .grid-item{
  padding: 0;
  background-color: transparent;
  grid-column-gap: 10px;
}
.well .grid-item > div,
.well-tab .grid-item > div{
  background-color: rgba(255, 255, 255, 0.07);
  padding: 10px;
  border-radius: 40px;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.well .grid-header,
.well-tab .grid-header{
  grid-column-gap: 10px;
}
.well .grid-header > div,
.well-tab .grid-header > div{
  padding-left: 10px;
  padding-right: 10px;
}
.social-badge img {
  margin-right: 8px;
}
.inner-content p {
  font-family: Montserrat;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.apigrid1 .grid-item {
  grid-template-columns: repeat(2, 1fr);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  grid-gap: 10px;
}
.apigrid1 .grid-item > div {
  background-color: rgba(18, 17, 47, 0.75);
  border-radius: 60px;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 15px;
}
.grid-item .link-item {
  color: #e9d26a;
  font-size: 16px;
}
pre {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.ticket-msg-wrap {
  padding-top: 15px;
  min-height: 480px;
  overflow-y: scroll;
  border-bottom: 1px solid #000;
  max-height: 480px;
}
.ticket-message-block {
  display: flex;
  flex-direction: column;
  padding: 25px 15px 5px;
  margin-bottom: 0;
}
.ticket-message-block.ticket-message-left {
  align-items: flex-end;
}
.message-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.author-pic {
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 38px;
  flex: 0 0 38px;
}
.ticket-message-block.ticket-message-right .author-pic {
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
  margin-right: 20px;
  color: #513205;
}
.ticket-message-block.ticket-message-left .author-pic {
  color: #ffffff;
  margin-left: 20px;
}
.messsage-wrap {
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ticket-message-block.ticket-message-right .messsage-wrap {
  border-radius: 20px;
  color: #513205;
  background: rgb(241,223,191);
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-block.ticket-message-left .messsage-wrap {
 background: linear-gradient(90deg, rgb(44 190 223) 0%, rgb(0 148 182) 50%, rgb(0 94 168) 100%);
  color: #ffffff;
  min-height: 58px;
  border-radius: 20px;
}
.message-sub-top {
  margin-top: -46px;
  margin-bottom: 24px;
}
.message-sub-top strong {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.ticket-message-right .message-sub-top strong {
  color: #513205;
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-left .message-sub-top strong {
  background: linear-gradient(90deg, #7300ff 0%, #1970ff 50%, rgb(194 0 255) 100%);
}
.message-sub-top strong i, .message-sub-top .text-muted i {
  margin-right: 5px;
  font-size: 11px;
  margin-left: -5px;
}
.ticket-message-right .message-sub-top strong i {
  color: #513205;
}
.ticket-message-left .message-sub-top strong i {
  color: #ffffff;
}
.message-sub-top .text-muted {
  font-size: 10px;
  font-weight: 700;
  border: 1px solid;
  border-radius: 20px;
  padding: 3px 10px;
}
.ticket-message-right .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-left .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-block.ticket-message-left .author-pic img {
  width: 38px;
}
.post-well h4 {
  font-size: 16px;
  font-weight: 600;
  color: #e9d26a;
  margin-bottom: 25px;
  margin-top: 0;
  min-height: 55px;
}
.post-content {
  color: #fff;
  font-size: 14px;
  min-height: 100px;
  margin-bottom: 15px;
}
.post-well .btn.btn-primary {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-width: 1px;
  border-radius: 10px;
  min-width: auto;
  line-height: 34px;
}
.bar-wrap p {
  color: #fff;
  margin: 0;
}
.bar-wrap p strong {
 background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress {
  background-color: rgba(255, 255, 255, 35%);
  border-radius: 20px;
  height: 10px;
}
.progress-bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.ticket-backbtn {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid #ffd200;
  text-decoration: none;
}
.serv-id {
 background: -webkit-linear-gradient(3deg, rgb(255 191 49) 0%, rgb(255 237 138) 50%, rgb(255 230 141) 70%, rgb(255 197 45) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nameserver-head {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color: #e9d26a;
  font-size: 18px;
}
.namerserver-list {
  padding-left: 20px;
}
.namerserver-list li {
  font-size: 14px;
  font-weight: 500;
  color: #ffe365;
}
.namerserver-list li img {
  width: 90%;
  object-fit: contain;
  max-height: 436px;
  object-position: left;
}
.affiliate-tab p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}


@media(max-width:991px){
  .guest .brand-company .col-3 {
    max-width: 24%;
    flex: 0 0 24%;
  }
  .sidebar-menu{
    width: 180px;
  }
  .currency-stats{
    padding: 0 8px;
    margin: 8px auto 14px;
  }
  .menu-back-wrapper {
    padding: 0 8px;
  }
  .currency-stats .badge{
    padding: 6px 6px;
    width: 47%;
    font-size: 8px;
  }
  .content-wrap {
    margin: 0 0 15px 180px;
  }
  .container{
    width: 100%;
  }
  .prem-prov img {
    width: 115px;
  }
  .guest .navbar-default .navbar-nav > li > a, .guest .navbar-default .navbar-nav > li > a:hover, .guest .navbar-default .navbar-nav > li.active > a {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle,
  .navbar-default .navbar-nav > li.signup-btn > a{
    font-size: 14px;
    min-width: 130px;
  }
  .navbar-default .navbar-nav > li.signup-btn > a{
  	border: 2px solid #f6e0be;
  }
  .top-stats li{
    padding: 10px 15px;
    margin: 0 10px;
	font-size: 16px;
    min-width: 120px;
  }
  #what-is img {
    width: 100%;
  }
  .cont-img {
    width: 100%;
  }
  #home-stats {
    padding: 50px 0;
  }
  .hst-icon img {
    width: 90px;
    margin-bottom: 15px;
  }
  .hst h3 {
    font-size: 28px;
  }
  .low-img img {
    width: 100%;
  }
  .low-box.box1::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  .low-box.box2::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  #low-sec {
    padding: 50px 0;
  }
  #what-is {
    padding: 50px 0;
  }
  .grid-container.dripgrid,
  .grid-container.ordergrid{
    width: 140%;
  }
  .order-pills > li a{
    min-width: 100px;
  }
  .brand-company .col-3 {
    max-width: 24.1%;
    flex: 0 0 24.1%;
  }
  
}
@media(max-width:550px){
  .dashboard .navbar-brand {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dashboard .navbar-default .navbar-brand img {
    height: 45px;
  }
  .navbar-toggle.x {
    border:none;
    margin: 0;
    float: none;
  }
  .dashboard .navbar-default .navbar-toggle:hover, .dashboard .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle.x .icon-bar {
    width:22px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    -webkit-transition:all .2s;
    transition:all .2s
  }
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transform-origin:10% 10%;
    -ms-transform-origin:10% 10%;
    transform-origin:10% 10%
  }
  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity:0;
    filter:alpha(opacity=0)
  }
  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:10% 90%;
    -ms-transform-origin:10% 90%;
    transform-origin:10% 90%
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity:1;
    filter:alpha(opacity=100)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .brand-right {
    float: right;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
  .dashboard .lang-drop, .dashboard .opt-drop, .dashboard .feat-drop,.dashboard .mode.mmode {
    display: inline-block;
  }
  .lang-drop .btn.btn-default, .opt-drop .btn.btn-default, .feat-drop .btn.btn-default {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 6px;
  }
  .lang-drop .btn.btn-default:hover, .lang-drop .btn.btn-default:active, .lang-drop .btn.btn-default:focus, .opt-drop .btn.btn-default:hover, .opt-drop .btn.btn-default:active, .opt-drop .btn.btn-default:focus, .feat-drop .btn.btn-default:hover, .feat-drop .btn.btn-default:active, .feat-drop .btn.btn-default:focus {
    background-color: transparent;
  }
  .opt-drop .btn.btn-default .menu-icon, .feat-drop .btn.btn-default .menu-icon {
    filter: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background:linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 50px;
  }
  .opt-drop .btn.btn-default .menu-icon img {
    width: 180%;
    margin-left: -12px;
    margin-right: -6px;
  }
  .feat-drop .btn.btn-default .menu-icon {
    line-height: 34px;
    color: #000;
    font-size: 18px;
  }
  .dashboard .opt-drop .dropdown-menu, .dashboard .feat-drop .dropdown-menu {
    left: 0;
    right: 0;
    position: fixed;
    top: 70px;
    width: 92%;
    margin: auto;
    float: none;
    -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    background-color: #262546;
  }
  .mode-box, .lang-box, .curr-box {
    padding: 4px 10px 4px;
  }
  .mode-box h6, .lang-box h6, .curr-box h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #ffffff;
  }
  .dashboard .mob-mode {
    display: block;
  }
  .mode-box .mode.mob-mode, .lang-box .lang-list, .curr-box .curr-list {
    background-color: #1d1c37;
    border-radius: 5px;
    padding: 5px;
  }
  .lang-list, .curr-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lang-list li, .curr-list li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .lang-list li a, .curr-list li a {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #0f0049;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .lang-list li .lang-name {
    margin-right: 5px;
  }
  .feat-drop .dropdown-menu .divider {
    margin: 6px 0;
    background-color: #444366;
  }
  .mode-box .mob-mode .toggle {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .mode-box .mob-mode .toggle .menu-icon {
    width: auto;
    height: auto;
    background-color: transparent;
    filter: none;
    line-height: 1;
    border-radius: 0;
    color: #646360;
  }
  .opt-drop .dropdown-menu > li > a {
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
  }
  .opt-drop .dropdown-menu > li > a .drop-menu-icon {
    margin-right: 10px;
    width: 18px;
    display: inline-block;
  }
  .dashboard .navbar-left-block, .dashboard .navbar-right-block {
    display: none;
  }
  .dashboard .nav.navbar-nav.navbar-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .dashboard .navbar-default .navbar-nav > li > a {
    justify-content: space-between;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: row;
    position: relative;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e9d26a;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-text {
    order: 1;
    white-space: nowrap;
  }
  .dashboard .navbar-default .navbar-nav > li > a::after {
    content: '';
    width: 100%;
    border-top: 1px solid;
    margin: 0 10px;
    order: 2;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-right {
    order: 3;
  }
  .mob-menu-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 22px;
    padding: 4px;
    -webkit-text-fill-color: none;
	color: #151515;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a .mob-menu-icon {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-text-fill-color: #151515;
	color: #151515;
  }
  .new-stat-img .full-logo {
    width: 90px;
  }
  .new-stat-box h4 {
    font-size: 14px;
  }
  .new-stat-content h5 {
    font-size: 16px;
  }
  .new-stat-content br {
    display: none;
  }
  .progress{
    height: 8px;
	margin-bottom: 10px;
  }
  .bar-wrap p{
    font-size: 12px;
  }
  .point-badge {
    width: 80px;
  }
  .new-stat-img {
    padding-left: 0;
    margin-right: -35px;
  }
  .new-stat-box{
    justify-content: space-evenly;
  }
  .dashboard .inner-wrap .container-fluid {
    width: 100%;
  }
  .new-stat-box2 h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .user-balance, .user-spent {
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
  }
  .new-stat-box2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .new-stat-box2 img {
    width: 25px;
    margin-right: 10px;
  }
  .new-stats .col-sm-6.col-md-4:last-child {
    order: 1;
  }
  .new-stats .col-sm-6.col-md-4:first-child {
    order: 2;
  }
  .new-stats .col-sm-6.col-md-4:nth-child(2) {
    order: 3;
  }
  .new-stats .row {
    display: flex;
    flex-direction: column;
  }
  .point-box .btn.btn-primary {
    height: 33px;
    min-width: 103px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0;
  }
  .currency-stats .badge{
    width: 22%;
	font-size: 9px;
  }
  .brand-company{
    gap: 3px;
  }
  .media.brand-category .media-body{
    font-size: 10px;
  }
  .brand-company .col-3 {
    max-width: 32.6%;
    flex: 0 0 32.6%;
  }
  .brand-category img{
    width: 22px;
  }
  .footer-top .col-xs-9, .footer-top .col-xs-3 {
    width: 100%;
    float: none;
  }
  .currency-stats {
    padding: 0;
  }
  
}
.nightmode .modal-content {
  background-color: #404040;
}
.lunar_decorate {
  position: relative;
  display: block;
  margin: auto;
}
.top_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/57fy3bydengieiuc.png);
  width: 100%;
  height: 135px;
  display: block;
  position: absolute;
  background-size: auto 100%;
  background-repeat: repeat-x;
  top: 0;
}
.fly_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/l1k5ys460p6w4lb2.png);
  width: 74px;
  height: 207px;
  position: absolute;
  display: block;
  top: -10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fly_lights.fl_1 {
  left: 373px;
}
.fly_lights.fl_2 {
  left: 50%;
}
.fly_lights.fl_3 {
  right: 320px;
}
.dashboard .top_lights {
  top: 50px;
}
.dashboard .fly_lights {
  top: 72px;
}body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #0f0049;
  cursor: url(https://storage.perfectcdn.com/d673e4/hrxezsnje5z4ftru.png), pointer !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 520px !important;
}
.point-badge {
  width: 90px;
  display: block;
}
body.guest {
  background: radial-gradient(#2200CC,#0d0146);
  background-repeat: inherit;
  background-position: bottom;
  background-size: cover;
}
/*NEW HEADER*/
.dashboard .navbar-brand {
  padding-top: 14px;
  padding-bottom: 14px;
  height: auto;
}
.banner-img img {
  width: 100%;
  display: block;
  margin: 20px 0 0;
}
#page-wrapper {
  position: relative;
  min-height: 100vh;
}
.dashboard .inner-wrap .container-fluid {
  width: 85%;
}
.dashboard .inner-wrap .container-fluid.w100{
  width:100%;
}
.dashboard .navbar.navbar-default {
  background-color: #000;
  border-bottom: 1px solid #0f0f0f;
  border-radius: 0;
}
.dashboard .navbar-default .navbar-nav > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.dashboard .navbar-default .navbar-nav > li.setting > a,
.dashboard .navbar-default .navbar-nav > li.lang > a,
.dashboard .navbar-default .navbar-nav > li.mode > a,
.dashboard .navbar-default .navbar-nav > li.update > a,
.dashboard .navbar-default .navbar-nav > li.dropdown-currencies > a{
  padding-top: 9px;
  padding-bottom: 15px;
}
.dashboard .navbar-default .navbar-nav > .open > a, 
.dashboard .navbar-default .navbar-nav > .open > a:hover, 
.dashboard .navbar-default .navbar-nav > .open > a:focus{
  background-color: transparent;
}
.menu-icon {
  width: 23px;
  height: 28px;
  text-align: center;
  display: block;
  /*filter: invert(1);*/
  position: relative;
}
.menu-icon.profPic {
  filter: none;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border: 1px solid #ffe47a;
  border-radius: 50px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.lang .menu-icon,
.menu-icon.currencySymbol {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #ffe47a;
}
.menu-icon.currencySymbol{
  color: #2d2d2c;
  justify-content: center;
  font-weight: 700;
  position: relative;
  overflow: visible;
  font-size: 18px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.cur-icon-badge {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  background-color: red;
  border-radius: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cur-icon-badge.USD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/us.svg);
}
.cur-icon-badge.INR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/in.svg);
}
.cur-icon-badge.TRY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/tr.svg);
}
.cur-icon-badge.EUR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eu.svg);
}
.cur-icon-badge.RUB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ru.svg);
}
.cur-icon-badge.BRL {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/br.svg);
}
.cur-icon-badge.NGN {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ng.svg);
}
.cur-icon-badge.KRW {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kr.svg);
}
.cur-icon-badge.THB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/th.svg);
}
.cur-icon-badge.SAR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/sa.svg);
}
.cur-icon-badge.CNY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/cn.svg);
}
.cur-icon-badge.VND {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/vn.svg);
}
.cur-icon-badge.KWD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kw.svg);
}
.cur-icon-badge.EGP {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eg.svg);
}
.cur-icon-badge.PKR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/pk.svg);
}
.menu-icon.profPic img {
  width: 170%;
  margin-left: -11px;
  margin-top: 2px;
}
.mode .menu-icon,
.update .menu-icon{
  width: 34px;
  height: 34px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  border-radius: 50px;
  color: #000;
  line-height: 46px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.lang .menu-icon .flag-icon {
  width: 100%;
  height: 100%;
}
.update .menu-icon {
  filter: invert(0);
}
.update .menu-icon .material-icons {
  font-size: 21px;
}
.ticket-count {
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  color: #040404;
  border-radius: 50px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  font-size: 12px;
  box-shadow: 0 0 0 0 rgba(253, 240, 1, 1);
  animation: pulse 2s infinite;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -13px;
  top: -2px;
  font-weight: 700;
  font-family: poppins;
}
.mode .menu-icon, .lang .menu-icon {
  filter: invert(0);
}
.menu-text {
  font-size: 14px;
  font-weight: 500;
}
.dashboard .navbar-nav > li > .dropdown-menu {
  -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  border: none;
  min-width: inherit;
  width: auto;
  border-radius: 5px;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  margin-top: 10px;
  right: auto;
  top: 60px;
}
.dropdown.feat-drop,
.mode.mmode{
  display: none;
}
.dashboard .nav.navbar-nav.navbar-mobile {
  display: none;
}
.dashboard .lang-drop,
.dashboard .opt-drop,
.dashboard .mob-mode{
  display: none;
}
.new-stat-img .full-logo {
  width: 128px;
}
.new-stat-box2 h4 {
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.user-balance, .user-spent {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
.new-stat-box2 img {
  width: 34px;
  margin-right: 15px;
}

/*NEW HEADER*/

.dashboard .mCSB_inside > .mCSB_container {
  margin-right: 5px;
  z-index: 1;
}
.modal {
  color: #000;
}
.mCustomScrollBox{
  z-index:99999;
}
.select2-dropdown {
  z-index: 999999999999 !important;
}
.count {
  animation: count-up 2s ease-in-out;
  animation-fill-mode: forwards;
  transition: border-color 0.2s ease-in-out;
}
.navbar-right.navbar-right-block .dropdown-menu{
  background-color: #262546;
  border-radius: 20px !important;
  padding-top: 0;
  margin-top: 5px !important;
}
.navbar-right.navbar-right-block .dropdown-menu li > a,
.navbar-right.navbar-right-block .dropdown-menu li > a{
  color: #fff;
  padding-left: 12px;
  font-size: 14px;
  border-bottom: 1px solid #ededed0d;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navbar-right.navbar-right-block .dropdown-menu > a{
  color: inherit;
  font-size: inherit;
}
.navbar-right.navbar-right-block .dropdown-menu > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu > a:focus {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.navbar-right.navbar-right-block .dropdown-menu li > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu li > a:focus{
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
  color: #593b0f;
}
.navbar-right.navbar-right-block .dropdown-menu li.active > a{
  background-color: transparent;
}
.langbtn .dropdown-menu li > a .flag-icon {
  margin-right: 5px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
}
.langbtn .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #000000 transparent transparent transparent !important;
  border-width: 7px 7px 0 7px !important;
  margin-left: -7px !important;
}
@keyframes count-up {
  from { 
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.count[data-count]:after {
  content: attr(data-count);
  display: none;
}

.count[data-count]::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}

.loader {
  background: #000;
  background: radial-gradient(#190956,#0f0049);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-inner {
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
.loader-line-wrap{
  animation:spin 2000ms cubic-bezier(.175,.885,.32,1.275) infinite;
  box-sizing:border-box;
  height:50px;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  transform-origin:50% 100%;
  width:100px
}
.loader-line{
  border:4px solid transparent;
  border-radius:100%;
  box-sizing:border-box;
  height:100px;
  left:0;
  margin:0 auto;
  position:absolute;
  right:0;
  top:0;
  width:100px
}
.loader-main {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
}

.loader-main:before , .loader-main:after{
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
.loader-main:after {
  box-shadow: 0 2px 0 rgba(255,207,37,1) inset;
  animation: rotate 2s linear infinite;
}
.loader-main img {
  width: 90%;
  margin: auto;
  display: block;
  padding: 45px 0 0;
}
@keyframes rotate {
  0% {  transform: rotate(0)}
  100% { transform: rotate(360deg)}
}
.view-badge {
  background-color: #e53f25;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 4px;
  animation: pulse1 2s linear infinite;
  margin-right: 10px;
}
@keyframes pulse1 {
  0% {
    opacity:25%;
  }
  25% {
    opacity:75%;
  }
  50% {
    opacity:100%;
  }
  75% {
    opacity:50%;
  }
  100% {
    opacity:25%;
  }
}
.slider-new {
  width: 100%;
  height: 100%;
}
.slider-new img {
  object-fit: fill;
  height: 175px;
}
.new-stat-box.slide-new {
  padding: 0;
  display: block;
  overflow: hidden;
}
.guest .navbar.navbar-default {
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
.top-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0;
}
.top-stats li {
  background-color: rgb(15 0 73 / 46%);
  padding: 12px 20px;
  border-radius: 20px;
  list-style: none;
  border: 1px solid #ffe259;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  min-width: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-stats li img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
}
.guest .navbar-default .navbar-nav > li > a,
.guest .navbar-default .navbar-nav > li > a:hover,
.guest .navbar-default .navbar-nav > li.active > a{
  font-size: 16px;
  background-color: transparent;
  font-weight: 500;
  color: #fff;
}
.navbar-default .navbar-nav > li.signup-btn > a {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 3px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  height: 48px;
  line-height: 8px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
  overflow: hidden;
}
.navbar-default .navbar-nav > li.signup-btn > a:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.navbar-default .navbar-nav > li.signup-btn > a:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.navbar-default .navbar-nav > li.signup-btn> a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  user-select: none;
  background: #0002848f;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 48px;
  line-height: 18px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
}
.navbar-default .navbar-nav > li.langbtn img {
  margin-right: 5px;
}
.guest .navbar-nav > li.google-translate {
  padding: 12px 0;
}
#top-banner .well {
  background-color: #000284;
  padding: 55px 25px;
  border-radius: 50px;
  list-style: none;
  border: 1px solid #ffe259;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  max-width: 450px;
  position:relative;
}
#top-banner .well::before {
  content: '';
  background-image: url(https://storage.perfectcdn.com/d673e4/up4gqczmzoiihd2o.png);
  width: 268px;
  height: 624px;
  display: block;
  position: absolute;
  top: -97px;
  right: -83px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.top-head {
  font-size: 58px;
  font-weight: 800;
  margin-top: 0;
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-para {
  font-size: 18px;
  font-weight: 400;
  color: #949498;
  margin-bottom: 30px;
}
.btn.btn-primary {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
 background: linear-gradient(90deg, rgb(255 172 0) 0%, rgb(255 224 0) 32%, rgb(255 255 148) 68%, rgb(255 175 41) 100%);
  border: 2px solid #f6e0be;
  font-size: 18px;
  font-weight: 700;
  color: #0f0049;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 300px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #0f0049;
}
.btn.btn-xs.btn-primary {
  min-width: 80px;
  height: auto;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.btn.btn-primary:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.btn.btn-primary:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.btn.btn-primary:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.btn.btn-primary.btn-sm {
  min-width: 33px;
  height: 33px;
  padding: 0px;
  text-align: center;
  line-height: 32px;
  border: none;
}
.row.flex-row {
  display: flex;
  align-items: center;
}
#top-banner .well h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
#top-banner .well p {
  font-size: 18px;
  font-weight: 500;
  color: #949498;
  margin-bottom: 5px;
}
.igrp .form-control {
  background-color: #ffffff;
  border: none;
  height: 52px;
}
.igrp .form-control:hover,
.igrp .form-control:active,
.igrp .form-control:focus{
  box-shadow: none;
}
.igrp {
  background-color: #1e1d3a;
  border-radius: 30px;
  position: relative;
  padding-left: 50px;
}
.inico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  border-radius: 20px;
  background: rgb(248,196,34);
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
}
.inico i {
  color: #000;
}
.forgot {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 400;
}
#top-banner .well .checkbox {
  margin-top: 0;
  text-align: right;
  color: #c9c9c9;
}
.reg-text {
  font-weight: 500;
  color: #cdcdcd;
  margin-top: 40px;
}
.reg-text a{
  color: #ffe200;
}
#home-stats {
  padding: 80px 0;
}
#home-stats .row {
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
}
.hst {
  text-align: center;
  padding: 70px 0;
}
.hst-icon img {
  width: 110px;
  margin-bottom: 25px;
}
.hst h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.hst h4 {
  color: #949498;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
#content-sec .row {
  display: flex;
  align-items: center;
}
.main-head {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
}
.main-text {
  font-size: 18px;
  font-weight: 500;
  color: #a4a4a4;
  margin-bottom: 30px;
}
section#content-sec:nth-child(4) .col-sm-7 {
  padding-left: 80px;
}
section#content-sec:nth-child(5) .col-sm-7 {
  padding-right: 80px;
}
#low-sec {
  padding: 80px 0;
}
.low-box {
  padding: 40px;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
  position: relative;
}
.low-box h3 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.low-box .main-text {
  margin-bottom: 0;
}
.low-img img {
  display: block;
  margin: auto;
}
.low-box.box2::after {
  content: '';
  position: absolute;
  top: 10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/bw30g5x982g3irwa.png);
  width: 132px;
  height: 132px;
  display: block;
  right: -8px;
}
.low-box.box1::after {
  content: '';
  position: absolute;
  top: -10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/1cbgx9iqkuho5twj.png);
  width: 132px;
  height: 132px;
  display: block;
  left: -12px;
}
#what-is {
  padding: 80px 0;
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: right -30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.foo-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}
.foo-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.foo-menu li {
  max-width: 50%;
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.foo-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.foo-menu li a.soci {
  position: relative;
  padding-left: 30px;
}
.soci:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.soci.soci-yt:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-tw:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-ig:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/mngeltyg9m2m7a1p.png);
}
.soci.soci-tg:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/2z2x1m15gxki4sk0.png);
}
.review-starts {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-starts li i {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}
.review-starts li {
  margin-right: 10px;
}
.footer-bottom {
  padding: 15px;
  border-top: 1px solid #ffe689;
}
.footer-bottom p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #c8c8c8;
}
.footer-top {
  padding: 35px 0;
}
#content-sec:nth-child(5) {
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: 0 -10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.prem-prov {
  float: left;
  display: inline-block;
}
.prem-prov img {
  display: block;
  width: 130px;
}
.dashboard {
  /*background-image: url(https://storage.perfectcdn.com/d673e4/dkf8dxe44sg6ujcm.png);
  background: linear-gradient(90deg, rgb(17 0 82) 0%, rgb(41 0 83) 50%, rgb(13 0 80) 100%);*/
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom;
  top: 0 !important;
  overflow: auto;
}
.dashboard.nightmode {
  background-color: #171717;
}
.dashboard,html{
  height:100%; 
}
.dashboard .navbar.navbar-default {
  background-color: #0f0049;
  border-color: #0f0049;
  border-bottom: 2px solid #ffda66;
  transition: 0.4s all ease-in;
}
.dashboard.nightmode .navbar.navbar-default {
  background-color: #171717;
  border-color: #ffda66;
}
.sidebar-menu {
  position: fixed;
  width: 250px;
  top: 0;
  z-index: 999999;
  background-color: #0f0049;
  height: 100%;
  padding: 0 0;
  transition: .3s linear;
}
.sidebar-menu .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.content-wrap {
  margin: 0 15px 15px 250px;
  padding: 10px 0;
  transition: .3s linear;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  /*overflow: hidden;*/
}
.menu-back-wrapper {
  /*max-height: 530px;
  scrollbar-width: thin;
  scrollbar-color: #debb4e #46455f;
  overflow-y: auto;
  overflow-x: hidden;*/
  padding: 0 20px;
}
.currency-stats {
  text-align: center;
  padding: 0 20px;
  margin: 20px auto 25px;
}
.currency-stats .badge {
  display: inline-flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #debb4e;
  padding: 5px 5px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 118px;
  font-size: 13px;
  margin: 1px;
  justify-content: center;
}
.menu li {
  margin-top: 10px;
}
.menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #c2c2c2;
  display: block;
  padding: 8px 15px;
  transition: all 0.3s ease-in;
  position: relative;
  border-radius: 30px;
  border: 1px solid transparent;
  text-decoration: none;
  z-index: 4;
}
.menu li a .badge {
  font-size: 12px;
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
    background-color: rgba(0, 0, 0, 0);
  color: #0c0d24;
  position: absolute;
  left: 30px;
  top: 3px;
  border-radius: 2px;
  padding: 2px 4px;
}
.menu li.active a, .menu li a:hover {
  color: #ffe47a;
  background: linear-gradient(#0f0049, #0f0049) padding-box, linear-gradient(to top, #e5a91b, #fffd8b) border-box;
}
/*.menu li.active a{
	z-index: -1;
}
.menu li.active a::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 232px;
  height: 164px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}*/
.menu li.active a .navbar-icon {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.crown {
  text-align: center;
}
.crown img {
  width: 130px;
}
.menu li a .navbar-icon {
  margin-right: 10px;
}
.navbar-left-block.navbar-nav > li {
  line-height: 57px;
}
.bread-crumbs {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.bread-crumbs span {
  color: #ffe47a;
  font-weight: 600;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a{
  padding:0;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .caret {
  color: #fff;
  margin-left: 6px;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .user-prof-icon {
  width: 38px;
  height: 38px;
  border-radius: 30px;
  border: 1px solid;
  padding: 3px;
  text-align: center;
  line-height: 30px;
  color: #ffd922;
  border: 1px solid #fffa00;
  display: inline-block;
}
.dashboard .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  border: 1px solid #ffdb41;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  line-height: 26px;
  background: transparent;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a:focus, .dashboard .navbar-default .navbar-nav > li.accbtn > a:active, .dashboard .navbar-default .navbar-nav > li.accbtn > a:hover, .dashboard .navbar-default .navbar-nav > li.accbtn.open > a {
  background-color: transparent;
}
.dashboard .navbar-default .balance-badge .badge {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #debb4e;
  height: 38px;
  padding: 5px;
  line-height: 26px;
  background: transparent;
  border-radius: 30px;
  min-width: 140px;
}
.dashboard .navbar-default .balance-badge a {
  padding: 0;
}
.new-stat-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.new-stat-box::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 262px;
  height: 324px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: .97;
  z-index: 0;
}
.new-stat-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 30px;
  height: 100%;
  background: rgba(255,255,255, 0.3);
  transform: skewX(-30deg);
  animation-name: slide;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: .1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.new-stat-img {
  position: relative;
  overflow: hidden;
  padding-left: 55px;
}
@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  50% {
    left: 120px;
    top: 0px;
  }
  100% {
    left: 290px;
    top: 0;
  }
}
.new-stat-box h4 {
  font-size: 17px;
  margin-top: 0;
  color: #ffdb41;
  position:relative;
}
.new-stat-content h5 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0;
  color: #fff;
}
.media.brand-category {
  display: flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #ffffb261;  
  padding: 2px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 100%;
  transition: 0.4s all ease-in;
}
.nightmode .media.brand-category {
  background-color: #262626;
}
.media.brand-category:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.media.brand-category:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.brand-category img {
  border-radius: 90px;
}
.media.brand-category .media-body {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: auto;
}
.brand-company {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.brand-company .col-3 {
  max-width: 12.504%;
  flex: 0 0 19.504%;
}
.guest .brand-company .col-3 {
  max-width: 19.44%;
  flex: 0 0 19.44%;
}
.wid-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.dashboard .top-stats{
  margin-bottom: 25px;
}
.well-tab {
  background: radial-gradient(#0f0049,#0f0049);
  border: 1px solid #fff27f;
  border-radius: 20px;
  margin-bottom: 19px;
  transition: 0.4s ease-in all;
}
.nightmode .well-tab {
  background: radial-gradient(#262626,#1e1e1e);
}
.well-tab .well-body{
  padding: 15px;
  margin-bottom: 20px;
}
.well-tab .nav-tabs > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.well-tab .nav-tabs > li.active > a, 
.well-tab .nav-tabs > li.active > a:hover {
  background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color:#e9d26a;
  font-weight: 700;
}
.well-tab .nav-tabs > li.active > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 6px;
  width: 70%;
  bottom: -1px;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.well-tab .nav.nav-tabs {
  border-bottom-color: #ffffff;
}
.well-tab .control-label,
.dashboard .well .control-label{
  font-size: 14px;
  font-weight: 600;
  color: #ffe47a;
}
.well-tab .select2-container--default .select2-selection--single.form-control, 
.well-tab select.form-control, 
.well-tab input.form-control, 
.well-tab textarea.form-control,
.dashboard .well .select2-container--default .select2-selection--single.form-control, 
.dashboard .well select.form-control, 
.dashboard .well input.form-control, 
.dashboard .well textarea.form-control{
  height: 40px;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  background-color: rgb(255 255 255);
  color: #000000;
  font-weight: 520;
  border: 1px solid #ffffff;
  font-size: 16px;
}
select.form-control option {
  color: #0c0b1f;
}
.well-tab textarea.form-control,
.dashboard .well textarea.form-control{
  height: auto;
  border-radius: 20px;
}
.form-group.searchgrp {
  height: 41px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
}
.well-tab .form-group.searchgrp #input_service {
  background-color: transparent;
  padding: 0;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.well-tab .panel-body.border-solid.border-rounded {
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(16 16 16);
  color: #fff;
  font-weight: 500;
  border: 1px solid #ffe47a;
  word-break: break-word;
}
.well {
  background-color: rgba(18, 17, 47, 0.75);
  border: 1px solid #ffd200;
  border-radius: 20px;
}
.serv-box {
  background-color: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  margin-bottom: 19px;
}
.serv-icon {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  text-align: center;
  line-height: 42px;
  margin-right: 12px;
}
.serv-content h4 {
  font-size: 12px;
  color: #e9d26a;
  margin-top: 15px;
}
.nav.nav-pills.order-pills {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.nav.nav-pills.order-pills::before, .nav.nav-pills.order-pills::after {
  display: none;
}
.order-pills > li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  min-width: 152px;
  color: #000000;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 40px;
}
.order-pills > li.all-pill a {
  color: #0a0a09;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.pending-pill a {
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
}
.order-pills > li.inprogress-pill a,
.order-pills > li.active-pill a{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
}
.order-pills > li.completed-pill a {
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.partial-pill a {
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
}
.order-pills > li.processing-pill a {
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
}
.order-pills > li.canceled-pill a {
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
}
.input-group.searchgrp {
  height: 58px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
  margin-bottom: 20px;
  border: 1px solid #debb4e;
}
.input-group.searchgrp .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 20px;
  height: 55px;
}
.input-group.searchgrp .form-control:focus {
  z-index: 1;
}
.input-group.searchgrp .btn.btn-primary {
  margin-left: -30px;
  border-radius: 30px;
  width: 42px;
  height: 42px;
  border: none;
  min-width: 42px;
  line-height: 32px;
}


.order-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.order-box {
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border: 1px solid #debb4e;
  border-radius: calc(7px * 2);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order-box-top {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  color: darkgray;
}
.order-box-middle {
  border-top: 1px solid #debb4e;
  border-bottom: 1px solid #debb4e;
}
.order-box-middle,
.order-box-bottom {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.order-top-left,
.order-middle-left,
.order-bottom-left{
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
}
.order-service{
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.order-top-right,
.order-middle-right,
.order-bottom-right{
  display: flex;
  justify-content: flex-end;
}
.order-box-bottom {
  display: grid;
  padding: 10px;
  grid-template-columns: 4fr 1fr;
  gap: 10px;
}
.order-box {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.order-service {
  color: #fff;
}
.order-top-left > div:first-child, 
.order-middle-left > div:first-child, 
.order-bottom-left > div:first-child {
  min-width: 130px;
}
.order-action a {
  background: -webkit-linear-gradient(3deg, rgb(255 190 44) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  padding: 1px 8px;
  border-radius: 8px;
  border: 2px solid #ffd200;
  text-decoration: none;
}
.order-link a {
 background: -webkit-linear-gradient(3deg, rgb(255 177 0) 0%, rgb(255 238 141) 50%, rgb(255 231 101) 70%, rgb(255 185 0) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  overflow: hidden;
}

.grid-header {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding: 10px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border-radius: 30px;
}
.servgrid .grid-header {
  grid-template-columns: repeat(6, 1fr);
}
.grid-header div {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  padding: 0 10px;
}
.grid-items-container {
  display: grid;
  /*grid-template-columns: repeat(9, 1fr);*/
  grid-auto-rows: auto;
  grid-gap: 10px;
}

.grid-item {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  padding: 20px 10px;
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border-radius: 20px;
}
.grid-container.updategrid .grid-header, 
.grid-container.updategrid .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.ordergrid .grid-header, 
.ordergrid .grid-items-container .grid-item {
  grid-template-columns: repeat(9, 1fr);
}
.servgrid .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.servgrid .grid-item.cate-name-item {
  grid-template-columns: repeat(1, 1fr);
}
.ticketgrid .grid-header,
.ticketgrid .grid-item{
  grid-template-columns: repeat(4, 1fr);
}
.dripgrid .grid-header,
.dripgrid .grid-item{
  grid-template-columns: repeat(9, 1fr);
}
.paymentgrid .grid-header, 
.paymentgrid .grid-items-container .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.historygrid .grid-header, 
.historygrid .grid-items-container .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.apigrid2 .grid-header, 
.apigrid2 .grid-items-container .grid-item {
  grid-template-columns: repeat(2, 1fr);
}
.grid-item > div {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 0 10px;
}
.label-badge{
  border-radius: 60px;
  border: none;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  line-height: 40px;
  max-width: 62px;
  text-align: center;
  color: #0f0049;
  font-size: 13px;
  font-weight: 700;
}
.custom-table .grid-item div > a {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.custom-table .grid-item div > a.btn.btn-modal {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 2px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #4d4b4b;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 200px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #4d4b4b;
  text-decoration: none;
  border: none;
}
.custom-table .grid-item div.order-actions > a,
.custom-table .grid-item div.order-actions > button{
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
} 
.label-badge.label-已完成,
.label-badge.label-completed,
.label-badge.label-answered{
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  min-width: 108px;
}
.label-badge.label-部分退款,
.label-badge.label-partial{
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
  min-width: 108px;
}
.label-badge.label-进行,
.label-badge.label-pending{
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
  min-width: 108px;
}
.label-badge.label-进行中,
.label-badge.label-inprogress{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
  min-width: 108px;
}
.label-badge.label-已取消,
.label-badge.label-已到期,
.label-badge.label-canceled,
.label-badge.label-closed{
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
  min-width: 108px;
}
.label-badge.label-处理中,
.label-badge.label-processing{
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
  min-width: 108px;
}
.grid-item.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.grid-item.cate-name-item .cate-name {
  font-size: 24px;
  font-weight: 700;
}
.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.cate-name-item .cate-name {
  font-size: 24px;
}
.grid-item > div > .btn.btn-primary {
  min-width: 108px;
  border: none;
  height: 42px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
}
.well-title {
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}
.contact-box {
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.contact-box.tg {
  border-color: #28a7e8;
}
.contact-box.wh {
  border-color: #58ce6f;
}
.contact-box.ma {
  border-color: #ff5b55;
}
.contact-box.sk {
  border-color: #38c1f3;
}
.contact-content h5 {
  font-size: 12px;
  font-weight: 400;
  color: #e9d26a;
}
.contact-content h6 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.contact-icon {
  margin-right: 15px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.27);
}
.cont-ic {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.tg .cont-ic {
  background-color: #28a7e8;
  box-shadow: -3px 3px 6px -1px #28a7e8;
}
.wh .cont-ic {
  background-color: #58ce6f;
  box-shadow: -3px 3px 6px -1px #58ce6f;
}
.ma .cont-ic {
  background-color: #ff5b55;
  box-shadow: -3px 3px 6px -1px #ff5b55;
}
.sk .cont-ic {
  background-color: #38c1f3;
  box-shadow: -3px 3px 6px -1px #38c1f3;
}
.well .nav.nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.well .nav.nav-tabs::before, 
.well .nav.nav-tabs::after {
  display: none;
}
.well .nav-tabs > li > a {
  background-color: #171616;
  border-radius: 12px;
  border: 1px solid #171616;
  margin: 0;
}
.well .nav-tabs > li.active > a, 
.well .nav-tabs > li.active > a:hover, 
.well .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #e4c458;
  border-bottom-color: #e4c458;
  background-color: #1f221f;
}
.well .tab-content {
  background-color: #191b19;
  padding: 20px;
  border-radius: 12px;
}
.well .tab-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.well .grid-item,
.well-tab .grid-item{
  padding: 0;
  background-color: transparent;
  grid-column-gap: 10px;
}
.well .grid-item > div,
.well-tab .grid-item > div{
  background-color: rgba(255, 255, 255, 0.07);
  padding: 10px;
  border-radius: 40px;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.well .grid-header,
.well-tab .grid-header{
  grid-column-gap: 10px;
}
.well .grid-header > div,
.well-tab .grid-header > div{
  padding-left: 10px;
  padding-right: 10px;
}
.social-badge img {
  margin-right: 8px;
}
.inner-content p {
  font-family: Montserrat;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.apigrid1 .grid-item {
  grid-template-columns: repeat(2, 1fr);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  grid-gap: 10px;
}
.apigrid1 .grid-item > div {
  background-color: rgba(18, 17, 47, 0.75);
  border-radius: 60px;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 15px;
}
.grid-item .link-item {
  color: #e9d26a;
  font-size: 16px;
}
pre {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.ticket-msg-wrap {
  padding-top: 15px;
  min-height: 480px;
  overflow-y: scroll;
  border-bottom: 1px solid #000;
  max-height: 480px;
}
.ticket-message-block {
  display: flex;
  flex-direction: column;
  padding: 25px 15px 5px;
  margin-bottom: 0;
}
.ticket-message-block.ticket-message-left {
  align-items: flex-end;
}
.message-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.author-pic {
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 38px;
  flex: 0 0 38px;
}
.ticket-message-block.ticket-message-right .author-pic {
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
  margin-right: 20px;
  color: #513205;
}
.ticket-message-block.ticket-message-left .author-pic {
  color: #ffffff;
  margin-left: 20px;
}
.messsage-wrap {
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ticket-message-block.ticket-message-right .messsage-wrap {
  border-radius: 20px;
  color: #513205;
  background: rgb(241,223,191);
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-block.ticket-message-left .messsage-wrap {
 background: linear-gradient(90deg, rgb(44 190 223) 0%, rgb(0 148 182) 50%, rgb(0 94 168) 100%);
  color: #ffffff;
  min-height: 58px;
  border-radius: 20px;
}
.message-sub-top {
  margin-top: -46px;
  margin-bottom: 24px;
}
.message-sub-top strong {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.ticket-message-right .message-sub-top strong {
  color: #513205;
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-left .message-sub-top strong {
  background: linear-gradient(90deg, #7300ff 0%, #1970ff 50%, rgb(194 0 255) 100%);
}
.message-sub-top strong i, .message-sub-top .text-muted i {
  margin-right: 5px;
  font-size: 11px;
  margin-left: -5px;
}
.ticket-message-right .message-sub-top strong i {
  color: #513205;
}
.ticket-message-left .message-sub-top strong i {
  color: #ffffff;
}
.message-sub-top .text-muted {
  font-size: 10px;
  font-weight: 700;
  border: 1px solid;
  border-radius: 20px;
  padding: 3px 10px;
}
.ticket-message-right .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-left .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-block.ticket-message-left .author-pic img {
  width: 38px;
}
.post-well h4 {
  font-size: 16px;
  font-weight: 600;
  color: #e9d26a;
  margin-bottom: 25px;
  margin-top: 0;
  min-height: 55px;
}
.post-content {
  color: #fff;
  font-size: 14px;
  min-height: 100px;
  margin-bottom: 15px;
}
.post-well .btn.btn-primary {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-width: 1px;
  border-radius: 10px;
  min-width: auto;
  line-height: 34px;
}
.bar-wrap p {
  color: #fff;
  margin: 0;
}
.bar-wrap p strong {
 background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress {
  background-color: rgba(255, 255, 255, 35%);
  border-radius: 20px;
  height: 10px;
}
.progress-bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.ticket-backbtn {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid #ffd200;
  text-decoration: none;
}
.serv-id {
 background: -webkit-linear-gradient(3deg, rgb(255 191 49) 0%, rgb(255 237 138) 50%, rgb(255 230 141) 70%, rgb(255 197 45) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nameserver-head {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color: #e9d26a;
  font-size: 18px;
}
.namerserver-list {
  padding-left: 20px;
}
.namerserver-list li {
  font-size: 14px;
  font-weight: 500;
  color: #ffe365;
}
.namerserver-list li img {
  width: 90%;
  object-fit: contain;
  max-height: 436px;
  object-position: left;
}
.affiliate-tab p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}


@media(max-width:991px){
  .guest .brand-company .col-3 {
    max-width: 24%;
    flex: 0 0 24%;
  }
  .sidebar-menu{
    width: 180px;
  }
  .currency-stats{
    padding: 0 8px;
    margin: 8px auto 14px;
  }
  .menu-back-wrapper {
    padding: 0 8px;
  }
  .currency-stats .badge{
    padding: 6px 6px;
    width: 47%;
    font-size: 8px;
  }
  .content-wrap {
    margin: 0 0 15px 180px;
  }
  .container{
    width: 100%;
  }
  .prem-prov img {
    width: 115px;
  }
  .guest .navbar-default .navbar-nav > li > a, .guest .navbar-default .navbar-nav > li > a:hover, .guest .navbar-default .navbar-nav > li.active > a {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle,
  .navbar-default .navbar-nav > li.signup-btn > a{
    font-size: 14px;
    min-width: 130px;
  }
  .navbar-default .navbar-nav > li.signup-btn > a{
  	border: 2px solid #f6e0be;
  }
  .top-stats li{
    padding: 10px 15px;
    margin: 0 10px;
	font-size: 16px;
    min-width: 120px;
  }
  #what-is img {
    width: 100%;
  }
  .cont-img {
    width: 100%;
  }
  #home-stats {
    padding: 50px 0;
  }
  .hst-icon img {
    width: 90px;
    margin-bottom: 15px;
  }
  .hst h3 {
    font-size: 28px;
  }
  .low-img img {
    width: 100%;
  }
  .low-box.box1::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  .low-box.box2::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  #low-sec {
    padding: 50px 0;
  }
  #what-is {
    padding: 50px 0;
  }
  .grid-container.dripgrid,
  .grid-container.ordergrid{
    width: 140%;
  }
  .order-pills > li a{
    min-width: 100px;
  }
  .brand-company .col-3 {
    max-width: 24.1%;
    flex: 0 0 24.1%;
  }
  
}
@media(max-width:550px){
  .dashboard .navbar-brand {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dashboard .navbar-default .navbar-brand img {
    height: 45px;
  }
  .navbar-toggle.x {
    border:none;
    margin: 0;
    float: none;
  }
  .dashboard .navbar-default .navbar-toggle:hover, .dashboard .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle.x .icon-bar {
    width:22px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    -webkit-transition:all .2s;
    transition:all .2s
  }
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transform-origin:10% 10%;
    -ms-transform-origin:10% 10%;
    transform-origin:10% 10%
  }
  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity:0;
    filter:alpha(opacity=0)
  }
  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:10% 90%;
    -ms-transform-origin:10% 90%;
    transform-origin:10% 90%
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity:1;
    filter:alpha(opacity=100)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .brand-right {
    float: right;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
  .dashboard .lang-drop, .dashboard .opt-drop, .dashboard .feat-drop,.dashboard .mode.mmode {
    display: inline-block;
  }
  .lang-drop .btn.btn-default, .opt-drop .btn.btn-default, .feat-drop .btn.btn-default {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 6px;
  }
  .lang-drop .btn.btn-default:hover, .lang-drop .btn.btn-default:active, .lang-drop .btn.btn-default:focus, .opt-drop .btn.btn-default:hover, .opt-drop .btn.btn-default:active, .opt-drop .btn.btn-default:focus, .feat-drop .btn.btn-default:hover, .feat-drop .btn.btn-default:active, .feat-drop .btn.btn-default:focus {
    background-color: transparent;
  }
  .opt-drop .btn.btn-default .menu-icon, .feat-drop .btn.btn-default .menu-icon {
    filter: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background:linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 50px;
  }
  .opt-drop .btn.btn-default .menu-icon img {
    width: 180%;
    margin-left: -12px;
    margin-right: -6px;
  }
  .feat-drop .btn.btn-default .menu-icon {
    line-height: 34px;
    color: #000;
    font-size: 18px;
  }
  .dashboard .opt-drop .dropdown-menu, .dashboard .feat-drop .dropdown-menu {
    left: 0;
    right: 0;
    position: fixed;
    top: 70px;
    width: 92%;
    margin: auto;
    float: none;
    -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    background-color: #262546;
  }
  .mode-box, .lang-box, .curr-box {
    padding: 4px 10px 4px;
  }
  .mode-box h6, .lang-box h6, .curr-box h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #ffffff;
  }
  .dashboard .mob-mode {
    display: block;
  }
  .mode-box .mode.mob-mode, .lang-box .lang-list, .curr-box .curr-list {
    background-color: #1d1c37;
    border-radius: 5px;
    padding: 5px;
  }
  .lang-list, .curr-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lang-list li, .curr-list li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .lang-list li a, .curr-list li a {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #0f0049;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .lang-list li .lang-name {
    margin-right: 5px;
  }
  .feat-drop .dropdown-menu .divider {
    margin: 6px 0;
    background-color: #444366;
  }
  .mode-box .mob-mode .toggle {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .mode-box .mob-mode .toggle .menu-icon {
    width: auto;
    height: auto;
    background-color: transparent;
    filter: none;
    line-height: 1;
    border-radius: 0;
    color: #646360;
  }
  .opt-drop .dropdown-menu > li > a {
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
  }
  .opt-drop .dropdown-menu > li > a .drop-menu-icon {
    margin-right: 10px;
    width: 18px;
    display: inline-block;
  }
  .dashboard .navbar-left-block, .dashboard .navbar-right-block {
    display: none;
  }
  .dashboard .nav.navbar-nav.navbar-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .dashboard .navbar-default .navbar-nav > li > a {
    justify-content: space-between;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: row;
    position: relative;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e9d26a;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-text {
    order: 1;
    white-space: nowrap;
  }
  .dashboard .navbar-default .navbar-nav > li > a::after {
    content: '';
    width: 100%;
    border-top: 1px solid;
    margin: 0 10px;
    order: 2;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-right {
    order: 3;
  }
  .mob-menu-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 22px;
    padding: 4px;
    -webkit-text-fill-color: none;
	color: #151515;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a .mob-menu-icon {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-text-fill-color: #151515;
	color: #151515;
  }
  .new-stat-img .full-logo {
    width: 90px;
  }
  .new-stat-box h4 {
    font-size: 14px;
  }
  .new-stat-content h5 {
    font-size: 16px;
  }
  .new-stat-content br {
    display: none;
  }
  .progress{
    height: 8px;
	margin-bottom: 10px;
  }
  .bar-wrap p{
    font-size: 12px;
  }
  .point-badge {
    width: 80px;
  }
  .new-stat-img {
    padding-left: 0;
    margin-right: -35px;
  }
  .new-stat-box{
    justify-content: space-evenly;
  }
  .dashboard .inner-wrap .container-fluid {
    width: 100%;
  }
  .new-stat-box2 h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .user-balance, .user-spent {
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
  }
  .new-stat-box2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .new-stat-box2 img {
    width: 25px;
    margin-right: 10px;
  }
  .new-stats .col-sm-6.col-md-4:last-child {
    order: 1;
  }
  .new-stats .col-sm-6.col-md-4:first-child {
    order: 2;
  }
  .new-stats .col-sm-6.col-md-4:nth-child(2) {
    order: 3;
  }
  .new-stats .row {
    display: flex;
    flex-direction: column;
  }
  .point-box .btn.btn-primary {
    height: 33px;
    min-width: 103px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0;
  }
  .currency-stats .badge{
    width: 22%;
	font-size: 9px;
  }
  .brand-company{
    gap: 3px;
  }
  .media.brand-category .media-body{
    font-size: 10px;
  }
  .brand-company .col-3 {
    max-width: 32.6%;
    flex: 0 0 32.6%;
  }
  .brand-category img{
    width: 22px;
  }
  .footer-top .col-xs-9, .footer-top .col-xs-3 {
    width: 100%;
    float: none;
  }
  .currency-stats {
    padding: 0;
  }
  
}
.nightmode .modal-content {
  background-color: #404040;
}
.lunar_decorate {
  position: relative;
  display: block;
  margin: auto;
}
.top_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/57fy3bydengieiuc.png);
  width: 100%;
  height: 135px;
  display: block;
  position: absolute;
  background-size: auto 100%;
  background-repeat: repeat-x;
  top: 0;
}
.fly_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/l1k5ys460p6w4lb2.png);
  width: 74px;
  height: 207px;
  position: absolute;
  display: block;
  top: -10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fly_lights.fl_1 {
  left: 373px;
}
.fly_lights.fl_2 {
  left: 50%;
}
.fly_lights.fl_3 {
  right: 320px;
}
.dashboard .top_lights {
  top: 50px;
}
.dashboard .fly_lights {
  top: 72px;
}body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #0f0049;
  cursor: url(https://storage.perfectcdn.com/d673e4/hrxezsnje5z4ftru.png), pointer !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 520px !important;
}
.point-badge {
  width: 90px;
  display: block;
}
body.guest {
  background: radial-gradient(#2200CC,#0d0146);
  background-repeat: inherit;
  background-position: bottom;
  background-size: cover;
}
/*NEW HEADER*/
.dashboard .navbar-brand {
  padding-top: 14px;
  padding-bottom: 14px;
  height: auto;
}
.banner-img img {
  width: 100%;
  display: block;
  margin: 20px 0 0;
}
#page-wrapper {
  position: relative;
  min-height: 100vh;
}
.dashboard .inner-wrap .container-fluid {
  width: 85%;
}
.dashboard .inner-wrap .container-fluid.w100{
  width:100%;
}
.dashboard .navbar.navbar-default {
  background-color: #000;
  border-bottom: 1px solid #0f0f0f;
  border-radius: 0;
}
.dashboard .navbar-default .navbar-nav > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.dashboard .navbar-default .navbar-nav > li.setting > a,
.dashboard .navbar-default .navbar-nav > li.lang > a,
.dashboard .navbar-default .navbar-nav > li.mode > a,
.dashboard .navbar-default .navbar-nav > li.update > a,
.dashboard .navbar-default .navbar-nav > li.dropdown-currencies > a{
  padding-top: 9px;
  padding-bottom: 15px;
}
.dashboard .navbar-default .navbar-nav > .open > a, 
.dashboard .navbar-default .navbar-nav > .open > a:hover, 
.dashboard .navbar-default .navbar-nav > .open > a:focus{
  background-color: transparent;
}
.menu-icon {
  width: 23px;
  height: 28px;
  text-align: center;
  display: block;
  /*filter: invert(1);*/
  position: relative;
}
.menu-icon.profPic {
  filter: none;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border: 1px solid #ffe47a;
  border-radius: 50px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.lang .menu-icon,
.menu-icon.currencySymbol {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #ffe47a;
}
.menu-icon.currencySymbol{
  color: #2d2d2c;
  justify-content: center;
  font-weight: 700;
  position: relative;
  overflow: visible;
  font-size: 18px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.cur-icon-badge {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  background-color: red;
  border-radius: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cur-icon-badge.USD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/us.svg);
}
.cur-icon-badge.INR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/in.svg);
}
.cur-icon-badge.TRY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/tr.svg);
}
.cur-icon-badge.EUR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eu.svg);
}
.cur-icon-badge.RUB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ru.svg);
}
.cur-icon-badge.BRL {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/br.svg);
}
.cur-icon-badge.NGN {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ng.svg);
}
.cur-icon-badge.KRW {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kr.svg);
}
.cur-icon-badge.THB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/th.svg);
}
.cur-icon-badge.SAR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/sa.svg);
}
.cur-icon-badge.CNY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/cn.svg);
}
.cur-icon-badge.VND {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/vn.svg);
}
.cur-icon-badge.KWD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kw.svg);
}
.cur-icon-badge.EGP {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eg.svg);
}
.cur-icon-badge.PKR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/pk.svg);
}
.menu-icon.profPic img {
  width: 170%;
  margin-left: -11px;
  margin-top: 2px;
}
.mode .menu-icon,
.update .menu-icon{
  width: 34px;
  height: 34px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  border-radius: 50px;
  color: #000;
  line-height: 46px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.lang .menu-icon .flag-icon {
  width: 100%;
  height: 100%;
}
.update .menu-icon {
  filter: invert(0);
}
.update .menu-icon .material-icons {
  font-size: 21px;
}
.ticket-count {
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  color: #040404;
  border-radius: 50px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  font-size: 12px;
  box-shadow: 0 0 0 0 rgba(253, 240, 1, 1);
  animation: pulse 2s infinite;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -13px;
  top: -2px;
  font-weight: 700;
  font-family: poppins;
}
.mode .menu-icon, .lang .menu-icon {
  filter: invert(0);
}
.menu-text {
  font-size: 14px;
  font-weight: 500;
}
.dashboard .navbar-nav > li > .dropdown-menu {
  -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  border: none;
  min-width: inherit;
  width: auto;
  border-radius: 5px;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  margin-top: 10px;
  right: auto;
  top: 60px;
}
.dropdown.feat-drop,
.mode.mmode{
  display: none;
}
.dashboard .nav.navbar-nav.navbar-mobile {
  display: none;
}
.dashboard .lang-drop,
.dashboard .opt-drop,
.dashboard .mob-mode{
  display: none;
}
.new-stat-img .full-logo {
  width: 128px;
}
.new-stat-box2 h4 {
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.user-balance, .user-spent {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
.new-stat-box2 img {
  width: 34px;
  margin-right: 15px;
}

/*NEW HEADER*/

.dashboard .mCSB_inside > .mCSB_container {
  margin-right: 5px;
  z-index: 1;
}
.modal {
  color: #000;
}
.mCustomScrollBox{
  z-index:99999;
}
.select2-dropdown {
  z-index: 999999999999 !important;
}
.count {
  animation: count-up 2s ease-in-out;
  animation-fill-mode: forwards;
  transition: border-color 0.2s ease-in-out;
}
.navbar-right.navbar-right-block .dropdown-menu{
  background-color: #262546;
  border-radius: 20px !important;
  padding-top: 0;
  margin-top: 5px !important;
}
.navbar-right.navbar-right-block .dropdown-menu li > a,
.navbar-right.navbar-right-block .dropdown-menu li > a{
  color: #fff;
  padding-left: 12px;
  font-size: 14px;
  border-bottom: 1px solid #ededed0d;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navbar-right.navbar-right-block .dropdown-menu > a{
  color: inherit;
  font-size: inherit;
}
.navbar-right.navbar-right-block .dropdown-menu > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu > a:focus {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.navbar-right.navbar-right-block .dropdown-menu li > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu li > a:focus{
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
  color: #593b0f;
}
.navbar-right.navbar-right-block .dropdown-menu li.active > a{
  background-color: transparent;
}
.langbtn .dropdown-menu li > a .flag-icon {
  margin-right: 5px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
}
.langbtn .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #000000 transparent transparent transparent !important;
  border-width: 7px 7px 0 7px !important;
  margin-left: -7px !important;
}
@keyframes count-up {
  from { 
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.count[data-count]:after {
  content: attr(data-count);
  display: none;
}

.count[data-count]::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}

.loader {
  background: #000;
  background: radial-gradient(#190956,#0f0049);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-inner {
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
.loader-line-wrap{
  animation:spin 2000ms cubic-bezier(.175,.885,.32,1.275) infinite;
  box-sizing:border-box;
  height:50px;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  transform-origin:50% 100%;
  width:100px
}
.loader-line{
  border:4px solid transparent;
  border-radius:100%;
  box-sizing:border-box;
  height:100px;
  left:0;
  margin:0 auto;
  position:absolute;
  right:0;
  top:0;
  width:100px
}
.loader-main {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
}

.loader-main:before , .loader-main:after{
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
.loader-main:after {
  box-shadow: 0 2px 0 rgba(255,207,37,1) inset;
  animation: rotate 2s linear infinite;
}
.loader-main img {
  width: 90%;
  margin: auto;
  display: block;
  padding: 45px 0 0;
}
@keyframes rotate {
  0% {  transform: rotate(0)}
  100% { transform: rotate(360deg)}
}
.view-badge {
  background-color: #e53f25;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 4px;
  animation: pulse1 2s linear infinite;
  margin-right: 10px;
}
@keyframes pulse1 {
  0% {
    opacity:25%;
  }
  25% {
    opacity:75%;
  }
  50% {
    opacity:100%;
  }
  75% {
    opacity:50%;
  }
  100% {
    opacity:25%;
  }
}
.slider-new {
  width: 100%;
  height: 100%;
}
.slider-new img {
  object-fit: fill;
  height: 175px;
}
.new-stat-box.slide-new {
  padding: 0;
  display: block;
  overflow: hidden;
}
.guest .navbar.navbar-default {
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
.top-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0;
}
.top-stats li {
  background-color: rgb(15 0 73 / 46%);
  padding: 12px 20px;
  border-radius: 20px;
  list-style: none;
  border: 1px solid #ffe259;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  min-width: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-stats li img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
}
.guest .navbar-default .navbar-nav > li > a,
.guest .navbar-default .navbar-nav > li > a:hover,
.guest .navbar-default .navbar-nav > li.active > a{
  font-size: 16px;
  background-color: transparent;
  font-weight: 500;
  color: #fff;
}
.navbar-default .navbar-nav > li.signup-btn > a {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 3px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  height: 48px;
  line-height: 8px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
  overflow: hidden;
}
.navbar-default .navbar-nav > li.signup-btn > a:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.navbar-default .navbar-nav > li.signup-btn > a:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.navbar-default .navbar-nav > li.signup-btn> a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  user-select: none;
  background: #0002848f;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 48px;
  line-height: 18px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
}
.navbar-default .navbar-nav > li.langbtn img {
  margin-right: 5px;
}
.guest .navbar-nav > li.google-translate {
  padding: 12px 0;
}
#top-banner .well {
  background-color: #000284;
  padding: 55px 25px;
  border-radius: 50px;
  list-style: none;
  border: 1px solid #ffe259;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  max-width: 450px;
  position:relative;
}
#top-banner .well::before {
  content: '';
  background-image: url(https://storage.perfectcdn.com/d673e4/up4gqczmzoiihd2o.png);
  width: 268px;
  height: 624px;
  display: block;
  position: absolute;
  top: -97px;
  right: -83px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.top-head {
  font-size: 58px;
  font-weight: 800;
  margin-top: 0;
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-para {
  font-size: 18px;
  font-weight: 400;
  color: #949498;
  margin-bottom: 30px;
}
.btn.btn-primary {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
 background: linear-gradient(90deg, rgb(255 172 0) 0%, rgb(255 224 0) 32%, rgb(255 255 148) 68%, rgb(255 175 41) 100%);
  border: 2px solid #f6e0be;
  font-size: 18px;
  font-weight: 700;
  color: #0f0049;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 300px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #0f0049;
}
.btn.btn-xs.btn-primary {
  min-width: 80px;
  height: auto;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.btn.btn-primary:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.btn.btn-primary:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.btn.btn-primary:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.btn.btn-primary.btn-sm {
  min-width: 33px;
  height: 33px;
  padding: 0px;
  text-align: center;
  line-height: 32px;
  border: none;
}
.row.flex-row {
  display: flex;
  align-items: center;
}
#top-banner .well h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
#top-banner .well p {
  font-size: 18px;
  font-weight: 500;
  color: #949498;
  margin-bottom: 5px;
}
.igrp .form-control {
  background-color: #ffffff;
  border: none;
  height: 52px;
}
.igrp .form-control:hover,
.igrp .form-control:active,
.igrp .form-control:focus{
  box-shadow: none;
}
.igrp {
  background-color: #1e1d3a;
  border-radius: 30px;
  position: relative;
  padding-left: 50px;
}
.inico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  border-radius: 20px;
  background: rgb(248,196,34);
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
}
.inico i {
  color: #000;
}
.forgot {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 400;
}
#top-banner .well .checkbox {
  margin-top: 0;
  text-align: right;
  color: #c9c9c9;
}
.reg-text {
  font-weight: 500;
  color: #cdcdcd;
  margin-top: 40px;
}
.reg-text a{
  color: #ffe200;
}
#home-stats {
  padding: 80px 0;
}
#home-stats .row {
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
}
.hst {
  text-align: center;
  padding: 70px 0;
}
.hst-icon img {
  width: 110px;
  margin-bottom: 25px;
}
.hst h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.hst h4 {
  color: #949498;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
#content-sec .row {
  display: flex;
  align-items: center;
}
.main-head {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
}
.main-text {
  font-size: 18px;
  font-weight: 500;
  color: #a4a4a4;
  margin-bottom: 30px;
}
section#content-sec:nth-child(4) .col-sm-7 {
  padding-left: 80px;
}
section#content-sec:nth-child(5) .col-sm-7 {
  padding-right: 80px;
}
#low-sec {
  padding: 80px 0;
}
.low-box {
  padding: 40px;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
  position: relative;
}
.low-box h3 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.low-box .main-text {
  margin-bottom: 0;
}
.low-img img {
  display: block;
  margin: auto;
}
.low-box.box2::after {
  content: '';
  position: absolute;
  top: 10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/bw30g5x982g3irwa.png);
  width: 132px;
  height: 132px;
  display: block;
  right: -8px;
}
.low-box.box1::after {
  content: '';
  position: absolute;
  top: -10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/1cbgx9iqkuho5twj.png);
  width: 132px;
  height: 132px;
  display: block;
  left: -12px;
}
#what-is {
  padding: 80px 0;
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: right -30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.foo-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}
.foo-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.foo-menu li {
  max-width: 50%;
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.foo-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.foo-menu li a.soci {
  position: relative;
  padding-left: 30px;
}
.soci:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.soci.soci-yt:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-tw:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-ig:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/mngeltyg9m2m7a1p.png);
}
.soci.soci-tg:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/2z2x1m15gxki4sk0.png);
}
.review-starts {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-starts li i {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}
.review-starts li {
  margin-right: 10px;
}
.footer-bottom {
  padding: 15px;
  border-top: 1px solid #ffe689;
}
.footer-bottom p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #c8c8c8;
}
.footer-top {
  padding: 35px 0;
}
#content-sec:nth-child(5) {
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: 0 -10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.prem-prov {
  float: left;
  display: inline-block;
}
.prem-prov img {
  display: block;
  width: 130px;
}
.dashboard {
  /*background-image: url(https://storage.perfectcdn.com/d673e4/dkf8dxe44sg6ujcm.png);
  background: linear-gradient(90deg, rgb(17 0 82) 0%, rgb(41 0 83) 50%, rgb(13 0 80) 100%);*/
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom;
  top: 0 !important;
  overflow: auto;
}
.dashboard.nightmode {
  background-color: #171717;
}
.dashboard,html{
  height:100%; 
}
.dashboard .navbar.navbar-default {
  background-color: #0f0049;
  border-color: #0f0049;
  border-bottom: 2px solid #ffda66;
  transition: 0.4s all ease-in;
}
.dashboard.nightmode .navbar.navbar-default {
  background-color: #171717;
  border-color: #ffda66;
}
.sidebar-menu {
  position: fixed;
  width: 250px;
  top: 0;
  z-index: 999999;
  background-color: #0f0049;
  height: 100%;
  padding: 0 0;
  transition: .3s linear;
}
.sidebar-menu .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.content-wrap {
  margin: 0 15px 15px 250px;
  padding: 10px 0;
  transition: .3s linear;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  /*overflow: hidden;*/
}
.menu-back-wrapper {
  /*max-height: 530px;
  scrollbar-width: thin;
  scrollbar-color: #debb4e #46455f;
  overflow-y: auto;
  overflow-x: hidden;*/
  padding: 0 20px;
}
.currency-stats {
  text-align: center;
  padding: 0 20px;
  margin: 20px auto 25px;
}
.currency-stats .badge {
  display: inline-flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #debb4e;
  padding: 5px 5px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 118px;
  font-size: 13px;
  margin: 1px;
  justify-content: center;
}
.menu li {
  margin-top: 10px;
}
.menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #c2c2c2;
  display: block;
  padding: 8px 15px;
  transition: all 0.3s ease-in;
  position: relative;
  border-radius: 30px;
  border: 1px solid transparent;
  text-decoration: none;
  z-index: 4;
}
.menu li a .badge {
  font-size: 12px;
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
    background-color: rgba(0, 0, 0, 0);
  color: #0c0d24;
  position: absolute;
  left: 30px;
  top: 3px;
  border-radius: 2px;
  padding: 2px 4px;
}
.menu li.active a, .menu li a:hover {
  color: #ffe47a;
  background: linear-gradient(#0f0049, #0f0049) padding-box, linear-gradient(to top, #e5a91b, #fffd8b) border-box;
}
/*.menu li.active a{
	z-index: -1;
}
.menu li.active a::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 232px;
  height: 164px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}*/
.menu li.active a .navbar-icon {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.crown {
  text-align: center;
}
.crown img {
  width: 130px;
}
.menu li a .navbar-icon {
  margin-right: 10px;
}
.navbar-left-block.navbar-nav > li {
  line-height: 57px;
}
.bread-crumbs {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.bread-crumbs span {
  color: #ffe47a;
  font-weight: 600;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a{
  padding:0;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .caret {
  color: #fff;
  margin-left: 6px;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .user-prof-icon {
  width: 38px;
  height: 38px;
  border-radius: 30px;
  border: 1px solid;
  padding: 3px;
  text-align: center;
  line-height: 30px;
  color: #ffd922;
  border: 1px solid #fffa00;
  display: inline-block;
}
.dashboard .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  border: 1px solid #ffdb41;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  line-height: 26px;
  background: transparent;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a:focus, .dashboard .navbar-default .navbar-nav > li.accbtn > a:active, .dashboard .navbar-default .navbar-nav > li.accbtn > a:hover, .dashboard .navbar-default .navbar-nav > li.accbtn.open > a {
  background-color: transparent;
}
.dashboard .navbar-default .balance-badge .badge {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #debb4e;
  height: 38px;
  padding: 5px;
  line-height: 26px;
  background: transparent;
  border-radius: 30px;
  min-width: 140px;
}
.dashboard .navbar-default .balance-badge a {
  padding: 0;
}
.new-stat-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.new-stat-box::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 262px;
  height: 324px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: .97;
  z-index: 0;
}
.new-stat-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 30px;
  height: 100%;
  background: rgba(255,255,255, 0.3);
  transform: skewX(-30deg);
  animation-name: slide;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: .1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.new-stat-img {
  position: relative;
  overflow: hidden;
  padding-left: 55px;
}
@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  50% {
    left: 120px;
    top: 0px;
  }
  100% {
    left: 290px;
    top: 0;
  }
}
.new-stat-box h4 {
  font-size: 17px;
  margin-top: 0;
  color: #ffdb41;
  position:relative;
}
.new-stat-content h5 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0;
  color: #fff;
}
.media.brand-category {
  display: flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #ffffb261;  
  padding: 2px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 100%;
  transition: 0.4s all ease-in;
}
.nightmode .media.brand-category {
  background-color: #262626;
}
.media.brand-category:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.media.brand-category:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.brand-category img {
  border-radius: 90px;
}
.media.brand-category .media-body {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: auto;
}
.brand-company {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.brand-company .col-3 {
  max-width: 12.504%;
  flex: 0 0 19.504%;
}
.guest .brand-company .col-3 {
  max-width: 19.44%;
  flex: 0 0 19.44%;
}
.wid-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.dashboard .top-stats{
  margin-bottom: 25px;
}
.well-tab {
  background: radial-gradient(#0f0049,#0f0049);
  border: 1px solid #fff27f;
  border-radius: 20px;
  margin-bottom: 19px;
  transition: 0.4s ease-in all;
}
.nightmode .well-tab {
  background: radial-gradient(#262626,#1e1e1e);
}
.well-tab .well-body{
  padding: 15px;
  margin-bottom: 20px;
}
.well-tab .nav-tabs > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.well-tab .nav-tabs > li.active > a, 
.well-tab .nav-tabs > li.active > a:hover {
  background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color:#e9d26a;
  font-weight: 700;
}
.well-tab .nav-tabs > li.active > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 6px;
  width: 70%;
  bottom: -1px;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.well-tab .nav.nav-tabs {
  border-bottom-color: #ffffff;
}
.well-tab .control-label,
.dashboard .well .control-label{
  font-size: 14px;
  font-weight: 600;
  color: #ffe47a;
}
.well-tab .select2-container--default .select2-selection--single.form-control, 
.well-tab select.form-control, 
.well-tab input.form-control, 
.well-tab textarea.form-control,
.dashboard .well .select2-container--default .select2-selection--single.form-control, 
.dashboard .well select.form-control, 
.dashboard .well input.form-control, 
.dashboard .well textarea.form-control{
  height: 40px;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  background-color: rgb(255 255 255);
  color: #000000;
  font-weight: 520;
  border: 1px solid #ffffff;
  font-size: 16px;
}
select.form-control option {
  color: #0c0b1f;
}
.well-tab textarea.form-control,
.dashboard .well textarea.form-control{
  height: auto;
  border-radius: 20px;
}
.form-group.searchgrp {
  height: 41px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
}
.well-tab .form-group.searchgrp #input_service {
  background-color: transparent;
  padding: 0;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.well-tab .panel-body.border-solid.border-rounded {
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(16 16 16);
  color: #fff;
  font-weight: 500;
  border: 1px solid #ffe47a;
  word-break: break-word;
}
.well {
  background-color: rgba(18, 17, 47, 0.75);
  border: 1px solid #ffd200;
  border-radius: 20px;
}
.serv-box {
  background-color: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  margin-bottom: 19px;
}
.serv-icon {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  text-align: center;
  line-height: 42px;
  margin-right: 12px;
}
.serv-content h4 {
  font-size: 12px;
  color: #e9d26a;
  margin-top: 15px;
}
.nav.nav-pills.order-pills {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.nav.nav-pills.order-pills::before, .nav.nav-pills.order-pills::after {
  display: none;
}
.order-pills > li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  min-width: 152px;
  color: #000000;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 40px;
}
.order-pills > li.all-pill a {
  color: #0a0a09;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.pending-pill a {
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
}
.order-pills > li.inprogress-pill a,
.order-pills > li.active-pill a{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
}
.order-pills > li.completed-pill a {
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.partial-pill a {
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
}
.order-pills > li.processing-pill a {
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
}
.order-pills > li.canceled-pill a {
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
}
.input-group.searchgrp {
  height: 58px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
  margin-bottom: 20px;
  border: 1px solid #debb4e;
}
.input-group.searchgrp .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 20px;
  height: 55px;
}
.input-group.searchgrp .form-control:focus {
  z-index: 1;
}
.input-group.searchgrp .btn.btn-primary {
  margin-left: -30px;
  border-radius: 30px;
  width: 42px;
  height: 42px;
  border: none;
  min-width: 42px;
  line-height: 32px;
}


.order-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.order-box {
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border: 1px solid #debb4e;
  border-radius: calc(7px * 2);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order-box-top {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  color: darkgray;
}
.order-box-middle {
  border-top: 1px solid #debb4e;
  border-bottom: 1px solid #debb4e;
}
.order-box-middle,
.order-box-bottom {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.order-top-left,
.order-middle-left,
.order-bottom-left{
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
}
.order-service{
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.order-top-right,
.order-middle-right,
.order-bottom-right{
  display: flex;
  justify-content: flex-end;
}
.order-box-bottom {
  display: grid;
  padding: 10px;
  grid-template-columns: 4fr 1fr;
  gap: 10px;
}
.order-box {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.order-service {
  color: #fff;
}
.order-top-left > div:first-child, 
.order-middle-left > div:first-child, 
.order-bottom-left > div:first-child {
  min-width: 130px;
}
.order-action a {
  background: -webkit-linear-gradient(3deg, rgb(255 190 44) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  padding: 1px 8px;
  border-radius: 8px;
  border: 2px solid #ffd200;
  text-decoration: none;
}
.order-link a {
 background: -webkit-linear-gradient(3deg, rgb(255 177 0) 0%, rgb(255 238 141) 50%, rgb(255 231 101) 70%, rgb(255 185 0) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  overflow: hidden;
}

.grid-header {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding: 10px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border-radius: 30px;
}
.servgrid .grid-header {
  grid-template-columns: repeat(6, 1fr);
}
.grid-header div {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  padding: 0 10px;
}
.grid-items-container {
  display: grid;
  /*grid-template-columns: repeat(9, 1fr);*/
  grid-auto-rows: auto;
  grid-gap: 10px;
}

.grid-item {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  padding: 20px 10px;
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border-radius: 20px;
}
.grid-container.updategrid .grid-header, 
.grid-container.updategrid .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.ordergrid .grid-header, 
.ordergrid .grid-items-container .grid-item {
  grid-template-columns: repeat(9, 1fr);
}
.servgrid .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.servgrid .grid-item.cate-name-item {
  grid-template-columns: repeat(1, 1fr);
}
.ticketgrid .grid-header,
.ticketgrid .grid-item{
  grid-template-columns: repeat(4, 1fr);
}
.dripgrid .grid-header,
.dripgrid .grid-item{
  grid-template-columns: repeat(9, 1fr);
}
.paymentgrid .grid-header, 
.paymentgrid .grid-items-container .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.historygrid .grid-header, 
.historygrid .grid-items-container .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.apigrid2 .grid-header, 
.apigrid2 .grid-items-container .grid-item {
  grid-template-columns: repeat(2, 1fr);
}
.grid-item > div {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 0 10px;
}
.label-badge{
  border-radius: 60px;
  border: none;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  line-height: 40px;
  max-width: 62px;
  text-align: center;
  color: #0f0049;
  font-size: 13px;
  font-weight: 700;
}
.custom-table .grid-item div > a {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.custom-table .grid-item div > a.btn.btn-modal {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 2px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #4d4b4b;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 200px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #4d4b4b;
  text-decoration: none;
  border: none;
}
.custom-table .grid-item div.order-actions > a,
.custom-table .grid-item div.order-actions > button{
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
} 
.label-badge.label-已完成,
.label-badge.label-completed,
.label-badge.label-answered{
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  min-width: 108px;
}
.label-badge.label-部分退款,
.label-badge.label-partial{
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
  min-width: 108px;
}
.label-badge.label-进行,
.label-badge.label-pending{
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
  min-width: 108px;
}
.label-badge.label-进行中,
.label-badge.label-inprogress{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
  min-width: 108px;
}
.label-badge.label-已取消,
.label-badge.label-已到期,
.label-badge.label-canceled,
.label-badge.label-closed{
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
  min-width: 108px;
}
.label-badge.label-处理中,
.label-badge.label-processing{
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
  min-width: 108px;
}
.grid-item.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.grid-item.cate-name-item .cate-name {
  font-size: 24px;
  font-weight: 700;
}
.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.cate-name-item .cate-name {
  font-size: 24px;
}
.grid-item > div > .btn.btn-primary {
  min-width: 108px;
  border: none;
  height: 42px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
}
.well-title {
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}
.contact-box {
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.contact-box.tg {
  border-color: #28a7e8;
}
.contact-box.wh {
  border-color: #58ce6f;
}
.contact-box.ma {
  border-color: #ff5b55;
}
.contact-box.sk {
  border-color: #38c1f3;
}
.contact-content h5 {
  font-size: 12px;
  font-weight: 400;
  color: #e9d26a;
}
.contact-content h6 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.contact-icon {
  margin-right: 15px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.27);
}
.cont-ic {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.tg .cont-ic {
  background-color: #28a7e8;
  box-shadow: -3px 3px 6px -1px #28a7e8;
}
.wh .cont-ic {
  background-color: #58ce6f;
  box-shadow: -3px 3px 6px -1px #58ce6f;
}
.ma .cont-ic {
  background-color: #ff5b55;
  box-shadow: -3px 3px 6px -1px #ff5b55;
}
.sk .cont-ic {
  background-color: #38c1f3;
  box-shadow: -3px 3px 6px -1px #38c1f3;
}
.well .nav.nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.well .nav.nav-tabs::before, 
.well .nav.nav-tabs::after {
  display: none;
}
.well .nav-tabs > li > a {
  background-color: #171616;
  border-radius: 12px;
  border: 1px solid #171616;
  margin: 0;
}
.well .nav-tabs > li.active > a, 
.well .nav-tabs > li.active > a:hover, 
.well .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #e4c458;
  border-bottom-color: #e4c458;
  background-color: #1f221f;
}
.well .tab-content {
  background-color: #191b19;
  padding: 20px;
  border-radius: 12px;
}
.well .tab-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.well .grid-item,
.well-tab .grid-item{
  padding: 0;
  background-color: transparent;
  grid-column-gap: 10px;
}
.well .grid-item > div,
.well-tab .grid-item > div{
  background-color: rgba(255, 255, 255, 0.07);
  padding: 10px;
  border-radius: 40px;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.well .grid-header,
.well-tab .grid-header{
  grid-column-gap: 10px;
}
.well .grid-header > div,
.well-tab .grid-header > div{
  padding-left: 10px;
  padding-right: 10px;
}
.social-badge img {
  margin-right: 8px;
}
.inner-content p {
  font-family: Montserrat;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.apigrid1 .grid-item {
  grid-template-columns: repeat(2, 1fr);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  grid-gap: 10px;
}
.apigrid1 .grid-item > div {
  background-color: rgba(18, 17, 47, 0.75);
  border-radius: 60px;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 15px;
}
.grid-item .link-item {
  color: #e9d26a;
  font-size: 16px;
}
pre {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.ticket-msg-wrap {
  padding-top: 15px;
  min-height: 480px;
  overflow-y: scroll;
  border-bottom: 1px solid #000;
  max-height: 480px;
}
.ticket-message-block {
  display: flex;
  flex-direction: column;
  padding: 25px 15px 5px;
  margin-bottom: 0;
}
.ticket-message-block.ticket-message-left {
  align-items: flex-end;
}
.message-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.author-pic {
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 38px;
  flex: 0 0 38px;
}
.ticket-message-block.ticket-message-right .author-pic {
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
  margin-right: 20px;
  color: #513205;
}
.ticket-message-block.ticket-message-left .author-pic {
  color: #ffffff;
  margin-left: 20px;
}
.messsage-wrap {
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ticket-message-block.ticket-message-right .messsage-wrap {
  border-radius: 20px;
  color: #513205;
  background: rgb(241,223,191);
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-block.ticket-message-left .messsage-wrap {
 background: linear-gradient(90deg, rgb(44 190 223) 0%, rgb(0 148 182) 50%, rgb(0 94 168) 100%);
  color: #ffffff;
  min-height: 58px;
  border-radius: 20px;
}
.message-sub-top {
  margin-top: -46px;
  margin-bottom: 24px;
}
.message-sub-top strong {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.ticket-message-right .message-sub-top strong {
  color: #513205;
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-left .message-sub-top strong {
  background: linear-gradient(90deg, #7300ff 0%, #1970ff 50%, rgb(194 0 255) 100%);
}
.message-sub-top strong i, .message-sub-top .text-muted i {
  margin-right: 5px;
  font-size: 11px;
  margin-left: -5px;
}
.ticket-message-right .message-sub-top strong i {
  color: #513205;
}
.ticket-message-left .message-sub-top strong i {
  color: #ffffff;
}
.message-sub-top .text-muted {
  font-size: 10px;
  font-weight: 700;
  border: 1px solid;
  border-radius: 20px;
  padding: 3px 10px;
}
.ticket-message-right .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-left .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-block.ticket-message-left .author-pic img {
  width: 38px;
}
.post-well h4 {
  font-size: 16px;
  font-weight: 600;
  color: #e9d26a;
  margin-bottom: 25px;
  margin-top: 0;
  min-height: 55px;
}
.post-content {
  color: #fff;
  font-size: 14px;
  min-height: 100px;
  margin-bottom: 15px;
}
.post-well .btn.btn-primary {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-width: 1px;
  border-radius: 10px;
  min-width: auto;
  line-height: 34px;
}
.bar-wrap p {
  color: #fff;
  margin: 0;
}
.bar-wrap p strong {
 background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress {
  background-color: rgba(255, 255, 255, 35%);
  border-radius: 20px;
  height: 10px;
}
.progress-bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.ticket-backbtn {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid #ffd200;
  text-decoration: none;
}
.serv-id {
 background: -webkit-linear-gradient(3deg, rgb(255 191 49) 0%, rgb(255 237 138) 50%, rgb(255 230 141) 70%, rgb(255 197 45) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nameserver-head {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color: #e9d26a;
  font-size: 18px;
}
.namerserver-list {
  padding-left: 20px;
}
.namerserver-list li {
  font-size: 14px;
  font-weight: 500;
  color: #ffe365;
}
.namerserver-list li img {
  width: 90%;
  object-fit: contain;
  max-height: 436px;
  object-position: left;
}
.affiliate-tab p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}


@media(max-width:991px){
  .guest .brand-company .col-3 {
    max-width: 24%;
    flex: 0 0 24%;
  }
  .sidebar-menu{
    width: 180px;
  }
  .currency-stats{
    padding: 0 8px;
    margin: 8px auto 14px;
  }
  .menu-back-wrapper {
    padding: 0 8px;
  }
  .currency-stats .badge{
    padding: 6px 6px;
    width: 47%;
    font-size: 8px;
  }
  .content-wrap {
    margin: 0 0 15px 180px;
  }
  .container{
    width: 100%;
  }
  .prem-prov img {
    width: 115px;
  }
  .guest .navbar-default .navbar-nav > li > a, .guest .navbar-default .navbar-nav > li > a:hover, .guest .navbar-default .navbar-nav > li.active > a {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle,
  .navbar-default .navbar-nav > li.signup-btn > a{
    font-size: 14px;
    min-width: 130px;
  }
  .navbar-default .navbar-nav > li.signup-btn > a{
  	border: 2px solid #f6e0be;
  }
  .top-stats li{
    padding: 10px 15px;
    margin: 0 10px;
	font-size: 16px;
    min-width: 120px;
  }
  #what-is img {
    width: 100%;
  }
  .cont-img {
    width: 100%;
  }
  #home-stats {
    padding: 50px 0;
  }
  .hst-icon img {
    width: 90px;
    margin-bottom: 15px;
  }
  .hst h3 {
    font-size: 28px;
  }
  .low-img img {
    width: 100%;
  }
  .low-box.box1::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  .low-box.box2::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  #low-sec {
    padding: 50px 0;
  }
  #what-is {
    padding: 50px 0;
  }
  .grid-container.dripgrid,
  .grid-container.ordergrid{
    width: 140%;
  }
  .order-pills > li a{
    min-width: 100px;
  }
  .brand-company .col-3 {
    max-width: 24.1%;
    flex: 0 0 24.1%;
  }
  
}
@media(max-width:550px){
  .dashboard .navbar-brand {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dashboard .navbar-default .navbar-brand img {
    height: 45px;
  }
  .navbar-toggle.x {
    border:none;
    margin: 0;
    float: none;
  }
  .dashboard .navbar-default .navbar-toggle:hover, .dashboard .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle.x .icon-bar {
    width:22px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    -webkit-transition:all .2s;
    transition:all .2s
  }
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transform-origin:10% 10%;
    -ms-transform-origin:10% 10%;
    transform-origin:10% 10%
  }
  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity:0;
    filter:alpha(opacity=0)
  }
  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:10% 90%;
    -ms-transform-origin:10% 90%;
    transform-origin:10% 90%
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity:1;
    filter:alpha(opacity=100)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .brand-right {
    float: right;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
  .dashboard .lang-drop, .dashboard .opt-drop, .dashboard .feat-drop,.dashboard .mode.mmode {
    display: inline-block;
  }
  .lang-drop .btn.btn-default, .opt-drop .btn.btn-default, .feat-drop .btn.btn-default {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 6px;
  }
  .lang-drop .btn.btn-default:hover, .lang-drop .btn.btn-default:active, .lang-drop .btn.btn-default:focus, .opt-drop .btn.btn-default:hover, .opt-drop .btn.btn-default:active, .opt-drop .btn.btn-default:focus, .feat-drop .btn.btn-default:hover, .feat-drop .btn.btn-default:active, .feat-drop .btn.btn-default:focus {
    background-color: transparent;
  }
  .opt-drop .btn.btn-default .menu-icon, .feat-drop .btn.btn-default .menu-icon {
    filter: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background:linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 50px;
  }
  .opt-drop .btn.btn-default .menu-icon img {
    width: 180%;
    margin-left: -12px;
    margin-right: -6px;
  }
  .feat-drop .btn.btn-default .menu-icon {
    line-height: 34px;
    color: #000;
    font-size: 18px;
  }
  .dashboard .opt-drop .dropdown-menu, .dashboard .feat-drop .dropdown-menu {
    left: 0;
    right: 0;
    position: fixed;
    top: 70px;
    width: 92%;
    margin: auto;
    float: none;
    -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    background-color: #262546;
  }
  .mode-box, .lang-box, .curr-box {
    padding: 4px 10px 4px;
  }
  .mode-box h6, .lang-box h6, .curr-box h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #ffffff;
  }
  .dashboard .mob-mode {
    display: block;
  }
  .mode-box .mode.mob-mode, .lang-box .lang-list, .curr-box .curr-list {
    background-color: #1d1c37;
    border-radius: 5px;
    padding: 5px;
  }
  .lang-list, .curr-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lang-list li, .curr-list li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .lang-list li a, .curr-list li a {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #0f0049;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .lang-list li .lang-name {
    margin-right: 5px;
  }
  .feat-drop .dropdown-menu .divider {
    margin: 6px 0;
    background-color: #444366;
  }
  .mode-box .mob-mode .toggle {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .mode-box .mob-mode .toggle .menu-icon {
    width: auto;
    height: auto;
    background-color: transparent;
    filter: none;
    line-height: 1;
    border-radius: 0;
    color: #646360;
  }
  .opt-drop .dropdown-menu > li > a {
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
  }
  .opt-drop .dropdown-menu > li > a .drop-menu-icon {
    margin-right: 10px;
    width: 18px;
    display: inline-block;
  }
  .dashboard .navbar-left-block, .dashboard .navbar-right-block {
    display: none;
  }
  .dashboard .nav.navbar-nav.navbar-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .dashboard .navbar-default .navbar-nav > li > a {
    justify-content: space-between;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: row;
    position: relative;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e9d26a;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-text {
    order: 1;
    white-space: nowrap;
  }
  .dashboard .navbar-default .navbar-nav > li > a::after {
    content: '';
    width: 100%;
    border-top: 1px solid;
    margin: 0 10px;
    order: 2;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-right {
    order: 3;
  }
  .mob-menu-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 22px;
    padding: 4px;
    -webkit-text-fill-color: none;
	color: #151515;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a .mob-menu-icon {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-text-fill-color: #151515;
	color: #151515;
  }
  .new-stat-img .full-logo {
    width: 90px;
  }
  .new-stat-box h4 {
    font-size: 14px;
  }
  .new-stat-content h5 {
    font-size: 16px;
  }
  .new-stat-content br {
    display: none;
  }
  .progress{
    height: 8px;
	margin-bottom: 10px;
  }
  .bar-wrap p{
    font-size: 12px;
  }
  .point-badge {
    width: 80px;
  }
  .new-stat-img {
    padding-left: 0;
    margin-right: -35px;
  }
  .new-stat-box{
    justify-content: space-evenly;
  }
  .dashboard .inner-wrap .container-fluid {
    width: 100%;
  }
  .new-stat-box2 h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .user-balance, .user-spent {
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
  }
  .new-stat-box2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .new-stat-box2 img {
    width: 25px;
    margin-right: 10px;
  }
  .new-stats .col-sm-6.col-md-4:last-child {
    order: 1;
  }
  .new-stats .col-sm-6.col-md-4:first-child {
    order: 2;
  }
  .new-stats .col-sm-6.col-md-4:nth-child(2) {
    order: 3;
  }
  .new-stats .row {
    display: flex;
    flex-direction: column;
  }
  .point-box .btn.btn-primary {
    height: 33px;
    min-width: 103px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0;
  }
  .currency-stats .badge{
    width: 22%;
	font-size: 9px;
  }
  .brand-company{
    gap: 3px;
  }
  .media.brand-category .media-body{
    font-size: 10px;
  }
  .brand-company .col-3 {
    max-width: 32.6%;
    flex: 0 0 32.6%;
  }
  .brand-category img{
    width: 22px;
  }
  .footer-top .col-xs-9, .footer-top .col-xs-3 {
    width: 100%;
    float: none;
  }
  .currency-stats {
    padding: 0;
  }
  
}
.nightmode .modal-content {
  background-color: #404040;
}
.lunar_decorate {
  position: relative;
  display: block;
  margin: auto;
}
.top_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/57fy3bydengieiuc.png);
  width: 100%;
  height: 135px;
  display: block;
  position: absolute;
  background-size: auto 100%;
  background-repeat: repeat-x;
  top: 0;
}
.fly_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/l1k5ys460p6w4lb2.png);
  width: 74px;
  height: 207px;
  position: absolute;
  display: block;
  top: -10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fly_lights.fl_1 {
  left: 373px;
}
.fly_lights.fl_2 {
  left: 50%;
}
.fly_lights.fl_3 {
  right: 320px;
}
.dashboard .top_lights {
  top: 50px;
}
.dashboard .fly_lights {
  top: 72px;
}body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #0f0049;
  cursor: url(https://storage.perfectcdn.com/d673e4/hrxezsnje5z4ftru.png), pointer !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 520px !important;
}
.point-badge {
  width: 90px;
  display: block;
}
body.guest {
  background: radial-gradient(#2200CC,#0d0146);
  background-repeat: inherit;
  background-position: bottom;
  background-size: cover;
}
/*NEW HEADER*/
.dashboard .navbar-brand {
  padding-top: 14px;
  padding-bottom: 14px;
  height: auto;
}
.banner-img img {
  width: 100%;
  display: block;
  margin: 20px 0 0;
}
#page-wrapper {
  position: relative;
  min-height: 100vh;
}
.dashboard .inner-wrap .container-fluid {
  width: 85%;
}
.dashboard .inner-wrap .container-fluid.w100{
  width:100%;
}
.dashboard .navbar.navbar-default {
  background-color: #000;
  border-bottom: 1px solid #0f0f0f;
  border-radius: 0;
}
.dashboard .navbar-default .navbar-nav > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.dashboard .navbar-default .navbar-nav > li.setting > a,
.dashboard .navbar-default .navbar-nav > li.lang > a,
.dashboard .navbar-default .navbar-nav > li.mode > a,
.dashboard .navbar-default .navbar-nav > li.update > a,
.dashboard .navbar-default .navbar-nav > li.dropdown-currencies > a{
  padding-top: 9px;
  padding-bottom: 15px;
}
.dashboard .navbar-default .navbar-nav > .open > a, 
.dashboard .navbar-default .navbar-nav > .open > a:hover, 
.dashboard .navbar-default .navbar-nav > .open > a:focus{
  background-color: transparent;
}
.menu-icon {
  width: 23px;
  height: 28px;
  text-align: center;
  display: block;
  /*filter: invert(1);*/
  position: relative;
}
.menu-icon.profPic {
  filter: none;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border: 1px solid #ffe47a;
  border-radius: 50px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.lang .menu-icon,
.menu-icon.currencySymbol {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #ffe47a;
}
.menu-icon.currencySymbol{
  color: #2d2d2c;
  justify-content: center;
  font-weight: 700;
  position: relative;
  overflow: visible;
  font-size: 18px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.cur-icon-badge {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  background-color: red;
  border-radius: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cur-icon-badge.USD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/us.svg);
}
.cur-icon-badge.INR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/in.svg);
}
.cur-icon-badge.TRY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/tr.svg);
}
.cur-icon-badge.EUR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eu.svg);
}
.cur-icon-badge.RUB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ru.svg);
}
.cur-icon-badge.BRL {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/br.svg);
}
.cur-icon-badge.NGN {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ng.svg);
}
.cur-icon-badge.KRW {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kr.svg);
}
.cur-icon-badge.THB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/th.svg);
}
.cur-icon-badge.SAR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/sa.svg);
}
.cur-icon-badge.CNY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/cn.svg);
}
.cur-icon-badge.VND {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/vn.svg);
}
.cur-icon-badge.KWD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kw.svg);
}
.cur-icon-badge.EGP {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eg.svg);
}
.cur-icon-badge.PKR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/pk.svg);
}
.menu-icon.profPic img {
  width: 170%;
  margin-left: -11px;
  margin-top: 2px;
}
.mode .menu-icon,
.update .menu-icon{
  width: 34px;
  height: 34px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  border-radius: 50px;
  color: #000;
  line-height: 46px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.lang .menu-icon .flag-icon {
  width: 100%;
  height: 100%;
}
.update .menu-icon {
  filter: invert(0);
}
.update .menu-icon .material-icons {
  font-size: 21px;
}
.ticket-count {
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  color: #040404;
  border-radius: 50px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  font-size: 12px;
  box-shadow: 0 0 0 0 rgba(253, 240, 1, 1);
  animation: pulse 2s infinite;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -13px;
  top: -2px;
  font-weight: 700;
  font-family: poppins;
}
.mode .menu-icon, .lang .menu-icon {
  filter: invert(0);
}
.menu-text {
  font-size: 14px;
  font-weight: 500;
}
.dashboard .navbar-nav > li > .dropdown-menu {
  -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  border: none;
  min-width: inherit;
  width: auto;
  border-radius: 5px;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  margin-top: 10px;
  right: auto;
  top: 60px;
}
.dropdown.feat-drop,
.mode.mmode{
  display: none;
}
.dashboard .nav.navbar-nav.navbar-mobile {
  display: none;
}
.dashboard .lang-drop,
.dashboard .opt-drop,
.dashboard .mob-mode{
  display: none;
}
.new-stat-img .full-logo {
  width: 128px;
}
.new-stat-box2 h4 {
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.user-balance, .user-spent {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
.new-stat-box2 img {
  width: 34px;
  margin-right: 15px;
}

/*NEW HEADER*/

.dashboard .mCSB_inside > .mCSB_container {
  margin-right: 5px;
  z-index: 1;
}
.modal {
  color: #000;
}
.mCustomScrollBox{
  z-index:99999;
}
.select2-dropdown {
  z-index: 999999999999 !important;
}
.count {
  animation: count-up 2s ease-in-out;
  animation-fill-mode: forwards;
  transition: border-color 0.2s ease-in-out;
}
.navbar-right.navbar-right-block .dropdown-menu{
  background-color: #262546;
  border-radius: 20px !important;
  padding-top: 0;
  margin-top: 5px !important;
}
.navbar-right.navbar-right-block .dropdown-menu li > a,
.navbar-right.navbar-right-block .dropdown-menu li > a{
  color: #fff;
  padding-left: 12px;
  font-size: 14px;
  border-bottom: 1px solid #ededed0d;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navbar-right.navbar-right-block .dropdown-menu > a{
  color: inherit;
  font-size: inherit;
}
.navbar-right.navbar-right-block .dropdown-menu > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu > a:focus {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.navbar-right.navbar-right-block .dropdown-menu li > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu li > a:focus{
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
  color: #593b0f;
}
.navbar-right.navbar-right-block .dropdown-menu li.active > a{
  background-color: transparent;
}
.langbtn .dropdown-menu li > a .flag-icon {
  margin-right: 5px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
}
.langbtn .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #000000 transparent transparent transparent !important;
  border-width: 7px 7px 0 7px !important;
  margin-left: -7px !important;
}
@keyframes count-up {
  from { 
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.count[data-count]:after {
  content: attr(data-count);
  display: none;
}

.count[data-count]::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}

.loader {
  background: #000;
  background: radial-gradient(#190956,#0f0049);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-inner {
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
.loader-line-wrap{
  animation:spin 2000ms cubic-bezier(.175,.885,.32,1.275) infinite;
  box-sizing:border-box;
  height:50px;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  transform-origin:50% 100%;
  width:100px
}
.loader-line{
  border:4px solid transparent;
  border-radius:100%;
  box-sizing:border-box;
  height:100px;
  left:0;
  margin:0 auto;
  position:absolute;
  right:0;
  top:0;
  width:100px
}
.loader-main {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
}

.loader-main:before , .loader-main:after{
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
.loader-main:after {
  box-shadow: 0 2px 0 rgba(255,207,37,1) inset;
  animation: rotate 2s linear infinite;
}
.loader-main img {
  width: 90%;
  margin: auto;
  display: block;
  padding: 45px 0 0;
}
@keyframes rotate {
  0% {  transform: rotate(0)}
  100% { transform: rotate(360deg)}
}
.view-badge {
  background-color: #e53f25;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 4px;
  animation: pulse1 2s linear infinite;
  margin-right: 10px;
}
@keyframes pulse1 {
  0% {
    opacity:25%;
  }
  25% {
    opacity:75%;
  }
  50% {
    opacity:100%;
  }
  75% {
    opacity:50%;
  }
  100% {
    opacity:25%;
  }
}
.slider-new {
  width: 100%;
  height: 100%;
}
.slider-new img {
  object-fit: fill;
  height: 175px;
}
.new-stat-box.slide-new {
  padding: 0;
  display: block;
  overflow: hidden;
}
.guest .navbar.navbar-default {
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
.top-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0;
}
.top-stats li {
  background-color: rgb(15 0 73 / 46%);
  padding: 12px 20px;
  border-radius: 20px;
  list-style: none;
  border: 1px solid #ffe259;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  min-width: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-stats li img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
}
.guest .navbar-default .navbar-nav > li > a,
.guest .navbar-default .navbar-nav > li > a:hover,
.guest .navbar-default .navbar-nav > li.active > a{
  font-size: 16px;
  background-color: transparent;
  font-weight: 500;
  color: #fff;
}
.navbar-default .navbar-nav > li.signup-btn > a {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 3px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  height: 48px;
  line-height: 8px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
  overflow: hidden;
}
.navbar-default .navbar-nav > li.signup-btn > a:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.navbar-default .navbar-nav > li.signup-btn > a:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.navbar-default .navbar-nav > li.signup-btn> a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  user-select: none;
  background: #0002848f;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 48px;
  line-height: 18px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
}
.navbar-default .navbar-nav > li.langbtn img {
  margin-right: 5px;
}
.guest .navbar-nav > li.google-translate {
  padding: 12px 0;
}
#top-banner .well {
  background-color: #000284;
  padding: 55px 25px;
  border-radius: 50px;
  list-style: none;
  border: 1px solid #ffe259;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  max-width: 450px;
  position:relative;
}
#top-banner .well::before {
  content: '';
  background-image: url(https://storage.perfectcdn.com/d673e4/up4gqczmzoiihd2o.png);
  width: 268px;
  height: 624px;
  display: block;
  position: absolute;
  top: -97px;
  right: -83px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.top-head {
  font-size: 58px;
  font-weight: 800;
  margin-top: 0;
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-para {
  font-size: 18px;
  font-weight: 400;
  color: #949498;
  margin-bottom: 30px;
}
.btn.btn-primary {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
 background: linear-gradient(90deg, rgb(255 172 0) 0%, rgb(255 224 0) 32%, rgb(255 255 148) 68%, rgb(255 175 41) 100%);
  border: 2px solid #f6e0be;
  font-size: 18px;
  font-weight: 700;
  color: #0f0049;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 300px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #0f0049;
}
.btn.btn-xs.btn-primary {
  min-width: 80px;
  height: auto;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.btn.btn-primary:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.btn.btn-primary:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.btn.btn-primary:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.btn.btn-primary.btn-sm {
  min-width: 33px;
  height: 33px;
  padding: 0px;
  text-align: center;
  line-height: 32px;
  border: none;
}
.row.flex-row {
  display: flex;
  align-items: center;
}
#top-banner .well h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
#top-banner .well p {
  font-size: 18px;
  font-weight: 500;
  color: #949498;
  margin-bottom: 5px;
}
.igrp .form-control {
  background-color: #ffffff;
  border: none;
  height: 52px;
}
.igrp .form-control:hover,
.igrp .form-control:active,
.igrp .form-control:focus{
  box-shadow: none;
}
.igrp {
  background-color: #1e1d3a;
  border-radius: 30px;
  position: relative;
  padding-left: 50px;
}
.inico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  border-radius: 20px;
  background: rgb(248,196,34);
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
}
.inico i {
  color: #000;
}
.forgot {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 400;
}
#top-banner .well .checkbox {
  margin-top: 0;
  text-align: right;
  color: #c9c9c9;
}
.reg-text {
  font-weight: 500;
  color: #cdcdcd;
  margin-top: 40px;
}
.reg-text a{
  color: #ffe200;
}
#home-stats {
  padding: 80px 0;
}
#home-stats .row {
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
}
.hst {
  text-align: center;
  padding: 70px 0;
}
.hst-icon img {
  width: 110px;
  margin-bottom: 25px;
}
.hst h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.hst h4 {
  color: #949498;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
#content-sec .row {
  display: flex;
  align-items: center;
}
.main-head {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
}
.main-text {
  font-size: 18px;
  font-weight: 500;
  color: #a4a4a4;
  margin-bottom: 30px;
}
section#content-sec:nth-child(4) .col-sm-7 {
  padding-left: 80px;
}
section#content-sec:nth-child(5) .col-sm-7 {
  padding-right: 80px;
}
#low-sec {
  padding: 80px 0;
}
.low-box {
  padding: 40px;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
  position: relative;
}
.low-box h3 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.low-box .main-text {
  margin-bottom: 0;
}
.low-img img {
  display: block;
  margin: auto;
}
.low-box.box2::after {
  content: '';
  position: absolute;
  top: 10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/bw30g5x982g3irwa.png);
  width: 132px;
  height: 132px;
  display: block;
  right: -8px;
}
.low-box.box1::after {
  content: '';
  position: absolute;
  top: -10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/1cbgx9iqkuho5twj.png);
  width: 132px;
  height: 132px;
  display: block;
  left: -12px;
}
#what-is {
  padding: 80px 0;
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: right -30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.foo-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}
.foo-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.foo-menu li {
  max-width: 50%;
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.foo-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.foo-menu li a.soci {
  position: relative;
  padding-left: 30px;
}
.soci:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.soci.soci-yt:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-tw:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-ig:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/mngeltyg9m2m7a1p.png);
}
.soci.soci-tg:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/2z2x1m15gxki4sk0.png);
}
.review-starts {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-starts li i {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}
.review-starts li {
  margin-right: 10px;
}
.footer-bottom {
  padding: 15px;
  border-top: 1px solid #ffe689;
}
.footer-bottom p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #c8c8c8;
}
.footer-top {
  padding: 35px 0;
}
#content-sec:nth-child(5) {
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: 0 -10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.prem-prov {
  float: left;
  display: inline-block;
}
.prem-prov img {
  display: block;
  width: 130px;
}
.dashboard {
  /*background-image: url(https://storage.perfectcdn.com/d673e4/dkf8dxe44sg6ujcm.png);
  background: linear-gradient(90deg, rgb(17 0 82) 0%, rgb(41 0 83) 50%, rgb(13 0 80) 100%);*/
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom;
  top: 0 !important;
  overflow: auto;
}
.dashboard.nightmode {
  background-color: #171717;
}
.dashboard,html{
  height:100%; 
}
.dashboard .navbar.navbar-default {
  background-color: #0f0049;
  border-color: #0f0049;
  border-bottom: 2px solid #ffda66;
  transition: 0.4s all ease-in;
}
.dashboard.nightmode .navbar.navbar-default {
  background-color: #171717;
  border-color: #ffda66;
}
.sidebar-menu {
  position: fixed;
  width: 250px;
  top: 0;
  z-index: 999999;
  background-color: #0f0049;
  height: 100%;
  padding: 0 0;
  transition: .3s linear;
}
.sidebar-menu .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.content-wrap {
  margin: 0 15px 15px 250px;
  padding: 10px 0;
  transition: .3s linear;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  /*overflow: hidden;*/
}
.menu-back-wrapper {
  /*max-height: 530px;
  scrollbar-width: thin;
  scrollbar-color: #debb4e #46455f;
  overflow-y: auto;
  overflow-x: hidden;*/
  padding: 0 20px;
}
.currency-stats {
  text-align: center;
  padding: 0 20px;
  margin: 20px auto 25px;
}
.currency-stats .badge {
  display: inline-flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #debb4e;
  padding: 5px 5px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 118px;
  font-size: 13px;
  margin: 1px;
  justify-content: center;
}
.menu li {
  margin-top: 10px;
}
.menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #c2c2c2;
  display: block;
  padding: 8px 15px;
  transition: all 0.3s ease-in;
  position: relative;
  border-radius: 30px;
  border: 1px solid transparent;
  text-decoration: none;
  z-index: 4;
}
.menu li a .badge {
  font-size: 12px;
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
    background-color: rgba(0, 0, 0, 0);
  color: #0c0d24;
  position: absolute;
  left: 30px;
  top: 3px;
  border-radius: 2px;
  padding: 2px 4px;
}
.menu li.active a, .menu li a:hover {
  color: #ffe47a;
  background: linear-gradient(#0f0049, #0f0049) padding-box, linear-gradient(to top, #e5a91b, #fffd8b) border-box;
}
/*.menu li.active a{
	z-index: -1;
}
.menu li.active a::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 232px;
  height: 164px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}*/
.menu li.active a .navbar-icon {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.crown {
  text-align: center;
}
.crown img {
  width: 130px;
}
.menu li a .navbar-icon {
  margin-right: 10px;
}
.navbar-left-block.navbar-nav > li {
  line-height: 57px;
}
.bread-crumbs {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.bread-crumbs span {
  color: #ffe47a;
  font-weight: 600;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a{
  padding:0;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .caret {
  color: #fff;
  margin-left: 6px;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .user-prof-icon {
  width: 38px;
  height: 38px;
  border-radius: 30px;
  border: 1px solid;
  padding: 3px;
  text-align: center;
  line-height: 30px;
  color: #ffd922;
  border: 1px solid #fffa00;
  display: inline-block;
}
.dashboard .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  border: 1px solid #ffdb41;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  line-height: 26px;
  background: transparent;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a:focus, .dashboard .navbar-default .navbar-nav > li.accbtn > a:active, .dashboard .navbar-default .navbar-nav > li.accbtn > a:hover, .dashboard .navbar-default .navbar-nav > li.accbtn.open > a {
  background-color: transparent;
}
.dashboard .navbar-default .balance-badge .badge {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #debb4e;
  height: 38px;
  padding: 5px;
  line-height: 26px;
  background: transparent;
  border-radius: 30px;
  min-width: 140px;
}
.dashboard .navbar-default .balance-badge a {
  padding: 0;
}
.new-stat-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.new-stat-box::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 262px;
  height: 324px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: .97;
  z-index: 0;
}
.new-stat-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 30px;
  height: 100%;
  background: rgba(255,255,255, 0.3);
  transform: skewX(-30deg);
  animation-name: slide;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: .1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.new-stat-img {
  position: relative;
  overflow: hidden;
  padding-left: 55px;
}
@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  50% {
    left: 120px;
    top: 0px;
  }
  100% {
    left: 290px;
    top: 0;
  }
}
.new-stat-box h4 {
  font-size: 17px;
  margin-top: 0;
  color: #ffdb41;
  position:relative;
}
.new-stat-content h5 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0;
  color: #fff;
}
.media.brand-category {
  display: flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #ffffb261;  
  padding: 2px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 100%;
  transition: 0.4s all ease-in;
}
.nightmode .media.brand-category {
  background-color: #262626;
}
.media.brand-category:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.media.brand-category:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.brand-category img {
  border-radius: 90px;
}
.media.brand-category .media-body {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: auto;
}
.brand-company {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.brand-company .col-3 {
  max-width: 12.504%;
  flex: 0 0 19.504%;
}
.guest .brand-company .col-3 {
  max-width: 19.44%;
  flex: 0 0 19.44%;
}
.wid-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.dashboard .top-stats{
  margin-bottom: 25px;
}
.well-tab {
  background: radial-gradient(#0f0049,#0f0049);
  border: 1px solid #fff27f;
  border-radius: 20px;
  margin-bottom: 19px;
  transition: 0.4s ease-in all;
}
.nightmode .well-tab {
  background: radial-gradient(#262626,#1e1e1e);
}
.well-tab .well-body{
  padding: 15px;
  margin-bottom: 20px;
}
.well-tab .nav-tabs > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.well-tab .nav-tabs > li.active > a, 
.well-tab .nav-tabs > li.active > a:hover {
  background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color:#e9d26a;
  font-weight: 700;
}
.well-tab .nav-tabs > li.active > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 6px;
  width: 70%;
  bottom: -1px;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.well-tab .nav.nav-tabs {
  border-bottom-color: #ffffff;
}
.well-tab .control-label,
.dashboard .well .control-label{
  font-size: 14px;
  font-weight: 600;
  color: #ffe47a;
}
.well-tab .select2-container--default .select2-selection--single.form-control, 
.well-tab select.form-control, 
.well-tab input.form-control, 
.well-tab textarea.form-control,
.dashboard .well .select2-container--default .select2-selection--single.form-control, 
.dashboard .well select.form-control, 
.dashboard .well input.form-control, 
.dashboard .well textarea.form-control{
  height: 40px;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  background-color: rgb(255 255 255);
  color: #000000;
  font-weight: 520;
  border: 1px solid #ffffff;
  font-size: 16px;
}
select.form-control option {
  color: #0c0b1f;
}
.well-tab textarea.form-control,
.dashboard .well textarea.form-control{
  height: auto;
  border-radius: 20px;
}
.form-group.searchgrp {
  height: 41px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
}
.well-tab .form-group.searchgrp #input_service {
  background-color: transparent;
  padding: 0;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.well-tab .panel-body.border-solid.border-rounded {
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(16 16 16);
  color: #fff;
  font-weight: 500;
  border: 1px solid #ffe47a;
  word-break: break-word;
}
.well {
  background-color: rgba(18, 17, 47, 0.75);
  border: 1px solid #ffd200;
  border-radius: 20px;
}
.serv-box {
  background-color: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  margin-bottom: 19px;
}
.serv-icon {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  text-align: center;
  line-height: 42px;
  margin-right: 12px;
}
.serv-content h4 {
  font-size: 12px;
  color: #e9d26a;
  margin-top: 15px;
}
.nav.nav-pills.order-pills {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.nav.nav-pills.order-pills::before, .nav.nav-pills.order-pills::after {
  display: none;
}
.order-pills > li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  min-width: 152px;
  color: #000000;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 40px;
}
.order-pills > li.all-pill a {
  color: #0a0a09;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.pending-pill a {
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
}
.order-pills > li.inprogress-pill a,
.order-pills > li.active-pill a{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
}
.order-pills > li.completed-pill a {
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.partial-pill a {
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
}
.order-pills > li.processing-pill a {
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
}
.order-pills > li.canceled-pill a {
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
}
.input-group.searchgrp {
  height: 58px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
  margin-bottom: 20px;
  border: 1px solid #debb4e;
}
.input-group.searchgrp .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 20px;
  height: 55px;
}
.input-group.searchgrp .form-control:focus {
  z-index: 1;
}
.input-group.searchgrp .btn.btn-primary {
  margin-left: -30px;
  border-radius: 30px;
  width: 42px;
  height: 42px;
  border: none;
  min-width: 42px;
  line-height: 32px;
}


.order-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.order-box {
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border: 1px solid #debb4e;
  border-radius: calc(7px * 2);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order-box-top {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  color: darkgray;
}
.order-box-middle {
  border-top: 1px solid #debb4e;
  border-bottom: 1px solid #debb4e;
}
.order-box-middle,
.order-box-bottom {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.order-top-left,
.order-middle-left,
.order-bottom-left{
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
}
.order-service{
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.order-top-right,
.order-middle-right,
.order-bottom-right{
  display: flex;
  justify-content: flex-end;
}
.order-box-bottom {
  display: grid;
  padding: 10px;
  grid-template-columns: 4fr 1fr;
  gap: 10px;
}
.order-box {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.order-service {
  color: #fff;
}
.order-top-left > div:first-child, 
.order-middle-left > div:first-child, 
.order-bottom-left > div:first-child {
  min-width: 130px;
}
.order-action a {
  background: -webkit-linear-gradient(3deg, rgb(255 190 44) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  padding: 1px 8px;
  border-radius: 8px;
  border: 2px solid #ffd200;
  text-decoration: none;
}
.order-link a {
 background: -webkit-linear-gradient(3deg, rgb(255 177 0) 0%, rgb(255 238 141) 50%, rgb(255 231 101) 70%, rgb(255 185 0) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  overflow: hidden;
}

.grid-header {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding: 10px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border-radius: 30px;
}
.servgrid .grid-header {
  grid-template-columns: repeat(6, 1fr);
}
.grid-header div {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  padding: 0 10px;
}
.grid-items-container {
  display: grid;
  /*grid-template-columns: repeat(9, 1fr);*/
  grid-auto-rows: auto;
  grid-gap: 10px;
}

.grid-item {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  padding: 20px 10px;
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border-radius: 20px;
}
.grid-container.updategrid .grid-header, 
.grid-container.updategrid .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.ordergrid .grid-header, 
.ordergrid .grid-items-container .grid-item {
  grid-template-columns: repeat(9, 1fr);
}
.servgrid .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.servgrid .grid-item.cate-name-item {
  grid-template-columns: repeat(1, 1fr);
}
.ticketgrid .grid-header,
.ticketgrid .grid-item{
  grid-template-columns: repeat(4, 1fr);
}
.dripgrid .grid-header,
.dripgrid .grid-item{
  grid-template-columns: repeat(9, 1fr);
}
.paymentgrid .grid-header, 
.paymentgrid .grid-items-container .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.historygrid .grid-header, 
.historygrid .grid-items-container .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.apigrid2 .grid-header, 
.apigrid2 .grid-items-container .grid-item {
  grid-template-columns: repeat(2, 1fr);
}
.grid-item > div {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 0 10px;
}
.label-badge{
  border-radius: 60px;
  border: none;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  line-height: 40px;
  max-width: 62px;
  text-align: center;
  color: #0f0049;
  font-size: 13px;
  font-weight: 700;
}
.custom-table .grid-item div > a {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.custom-table .grid-item div > a.btn.btn-modal {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 2px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #4d4b4b;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 200px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #4d4b4b;
  text-decoration: none;
  border: none;
}
.custom-table .grid-item div.order-actions > a,
.custom-table .grid-item div.order-actions > button{
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
} 
.label-badge.label-已完成,
.label-badge.label-completed,
.label-badge.label-answered{
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  min-width: 108px;
}
.label-badge.label-部分退款,
.label-badge.label-partial{
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
  min-width: 108px;
}
.label-badge.label-进行,
.label-badge.label-pending{
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
  min-width: 108px;
}
.label-badge.label-进行中,
.label-badge.label-inprogress{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
  min-width: 108px;
}
.label-badge.label-已取消,
.label-badge.label-已到期,
.label-badge.label-canceled,
.label-badge.label-closed{
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
  min-width: 108px;
}
.label-badge.label-处理中,
.label-badge.label-processing{
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
  min-width: 108px;
}
.grid-item.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.grid-item.cate-name-item .cate-name {
  font-size: 24px;
  font-weight: 700;
}
.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.cate-name-item .cate-name {
  font-size: 24px;
}
.grid-item > div > .btn.btn-primary {
  min-width: 108px;
  border: none;
  height: 42px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
}
.well-title {
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}
.contact-box {
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.contact-box.tg {
  border-color: #28a7e8;
}
.contact-box.wh {
  border-color: #58ce6f;
}
.contact-box.ma {
  border-color: #ff5b55;
}
.contact-box.sk {
  border-color: #38c1f3;
}
.contact-content h5 {
  font-size: 12px;
  font-weight: 400;
  color: #e9d26a;
}
.contact-content h6 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.contact-icon {
  margin-right: 15px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.27);
}
.cont-ic {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.tg .cont-ic {
  background-color: #28a7e8;
  box-shadow: -3px 3px 6px -1px #28a7e8;
}
.wh .cont-ic {
  background-color: #58ce6f;
  box-shadow: -3px 3px 6px -1px #58ce6f;
}
.ma .cont-ic {
  background-color: #ff5b55;
  box-shadow: -3px 3px 6px -1px #ff5b55;
}
.sk .cont-ic {
  background-color: #38c1f3;
  box-shadow: -3px 3px 6px -1px #38c1f3;
}
.well .nav.nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.well .nav.nav-tabs::before, 
.well .nav.nav-tabs::after {
  display: none;
}
.well .nav-tabs > li > a {
  background-color: #171616;
  border-radius: 12px;
  border: 1px solid #171616;
  margin: 0;
}
.well .nav-tabs > li.active > a, 
.well .nav-tabs > li.active > a:hover, 
.well .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #e4c458;
  border-bottom-color: #e4c458;
  background-color: #1f221f;
}
.well .tab-content {
  background-color: #191b19;
  padding: 20px;
  border-radius: 12px;
}
.well .tab-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.well .grid-item,
.well-tab .grid-item{
  padding: 0;
  background-color: transparent;
  grid-column-gap: 10px;
}
.well .grid-item > div,
.well-tab .grid-item > div{
  background-color: rgba(255, 255, 255, 0.07);
  padding: 10px;
  border-radius: 40px;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.well .grid-header,
.well-tab .grid-header{
  grid-column-gap: 10px;
}
.well .grid-header > div,
.well-tab .grid-header > div{
  padding-left: 10px;
  padding-right: 10px;
}
.social-badge img {
  margin-right: 8px;
}
.inner-content p {
  font-family: Montserrat;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.apigrid1 .grid-item {
  grid-template-columns: repeat(2, 1fr);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  grid-gap: 10px;
}
.apigrid1 .grid-item > div {
  background-color: rgba(18, 17, 47, 0.75);
  border-radius: 60px;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 15px;
}
.grid-item .link-item {
  color: #e9d26a;
  font-size: 16px;
}
pre {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.ticket-msg-wrap {
  padding-top: 15px;
  min-height: 480px;
  overflow-y: scroll;
  border-bottom: 1px solid #000;
  max-height: 480px;
}
.ticket-message-block {
  display: flex;
  flex-direction: column;
  padding: 25px 15px 5px;
  margin-bottom: 0;
}
.ticket-message-block.ticket-message-left {
  align-items: flex-end;
}
.message-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.author-pic {
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 38px;
  flex: 0 0 38px;
}
.ticket-message-block.ticket-message-right .author-pic {
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
  margin-right: 20px;
  color: #513205;
}
.ticket-message-block.ticket-message-left .author-pic {
  color: #ffffff;
  margin-left: 20px;
}
.messsage-wrap {
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ticket-message-block.ticket-message-right .messsage-wrap {
  border-radius: 20px;
  color: #513205;
  background: rgb(241,223,191);
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-block.ticket-message-left .messsage-wrap {
 background: linear-gradient(90deg, rgb(44 190 223) 0%, rgb(0 148 182) 50%, rgb(0 94 168) 100%);
  color: #ffffff;
  min-height: 58px;
  border-radius: 20px;
}
.message-sub-top {
  margin-top: -46px;
  margin-bottom: 24px;
}
.message-sub-top strong {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.ticket-message-right .message-sub-top strong {
  color: #513205;
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-left .message-sub-top strong {
  background: linear-gradient(90deg, #7300ff 0%, #1970ff 50%, rgb(194 0 255) 100%);
}
.message-sub-top strong i, .message-sub-top .text-muted i {
  margin-right: 5px;
  font-size: 11px;
  margin-left: -5px;
}
.ticket-message-right .message-sub-top strong i {
  color: #513205;
}
.ticket-message-left .message-sub-top strong i {
  color: #ffffff;
}
.message-sub-top .text-muted {
  font-size: 10px;
  font-weight: 700;
  border: 1px solid;
  border-radius: 20px;
  padding: 3px 10px;
}
.ticket-message-right .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-left .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-block.ticket-message-left .author-pic img {
  width: 38px;
}
.post-well h4 {
  font-size: 16px;
  font-weight: 600;
  color: #e9d26a;
  margin-bottom: 25px;
  margin-top: 0;
  min-height: 55px;
}
.post-content {
  color: #fff;
  font-size: 14px;
  min-height: 100px;
  margin-bottom: 15px;
}
.post-well .btn.btn-primary {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-width: 1px;
  border-radius: 10px;
  min-width: auto;
  line-height: 34px;
}
.bar-wrap p {
  color: #fff;
  margin: 0;
}
.bar-wrap p strong {
 background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress {
  background-color: rgba(255, 255, 255, 35%);
  border-radius: 20px;
  height: 10px;
}
.progress-bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.ticket-backbtn {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid #ffd200;
  text-decoration: none;
}
.serv-id {
 background: -webkit-linear-gradient(3deg, rgb(255 191 49) 0%, rgb(255 237 138) 50%, rgb(255 230 141) 70%, rgb(255 197 45) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nameserver-head {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color: #e9d26a;
  font-size: 18px;
}
.namerserver-list {
  padding-left: 20px;
}
.namerserver-list li {
  font-size: 14px;
  font-weight: 500;
  color: #ffe365;
}
.namerserver-list li img {
  width: 90%;
  object-fit: contain;
  max-height: 436px;
  object-position: left;
}
.affiliate-tab p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}


@media(max-width:991px){
  .guest .brand-company .col-3 {
    max-width: 24%;
    flex: 0 0 24%;
  }
  .sidebar-menu{
    width: 180px;
  }
  .currency-stats{
    padding: 0 8px;
    margin: 8px auto 14px;
  }
  .menu-back-wrapper {
    padding: 0 8px;
  }
  .currency-stats .badge{
    padding: 6px 6px;
    width: 47%;
    font-size: 8px;
  }
  .content-wrap {
    margin: 0 0 15px 180px;
  }
  .container{
    width: 100%;
  }
  .prem-prov img {
    width: 115px;
  }
  .guest .navbar-default .navbar-nav > li > a, .guest .navbar-default .navbar-nav > li > a:hover, .guest .navbar-default .navbar-nav > li.active > a {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle,
  .navbar-default .navbar-nav > li.signup-btn > a{
    font-size: 14px;
    min-width: 130px;
  }
  .navbar-default .navbar-nav > li.signup-btn > a{
  	border: 2px solid #f6e0be;
  }
  .top-stats li{
    padding: 10px 15px;
    margin: 0 10px;
	font-size: 16px;
    min-width: 120px;
  }
  #what-is img {
    width: 100%;
  }
  .cont-img {
    width: 100%;
  }
  #home-stats {
    padding: 50px 0;
  }
  .hst-icon img {
    width: 90px;
    margin-bottom: 15px;
  }
  .hst h3 {
    font-size: 28px;
  }
  .low-img img {
    width: 100%;
  }
  .low-box.box1::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  .low-box.box2::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  #low-sec {
    padding: 50px 0;
  }
  #what-is {
    padding: 50px 0;
  }
  .grid-container.dripgrid,
  .grid-container.ordergrid{
    width: 140%;
  }
  .order-pills > li a{
    min-width: 100px;
  }
  .brand-company .col-3 {
    max-width: 24.1%;
    flex: 0 0 24.1%;
  }
  
}
@media(max-width:550px){
  .dashboard .navbar-brand {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dashboard .navbar-default .navbar-brand img {
    height: 45px;
  }
  .navbar-toggle.x {
    border:none;
    margin: 0;
    float: none;
  }
  .dashboard .navbar-default .navbar-toggle:hover, .dashboard .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle.x .icon-bar {
    width:22px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    -webkit-transition:all .2s;
    transition:all .2s
  }
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transform-origin:10% 10%;
    -ms-transform-origin:10% 10%;
    transform-origin:10% 10%
  }
  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity:0;
    filter:alpha(opacity=0)
  }
  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:10% 90%;
    -ms-transform-origin:10% 90%;
    transform-origin:10% 90%
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity:1;
    filter:alpha(opacity=100)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .brand-right {
    float: right;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
  .dashboard .lang-drop, .dashboard .opt-drop, .dashboard .feat-drop,.dashboard .mode.mmode {
    display: inline-block;
  }
  .lang-drop .btn.btn-default, .opt-drop .btn.btn-default, .feat-drop .btn.btn-default {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 6px;
  }
  .lang-drop .btn.btn-default:hover, .lang-drop .btn.btn-default:active, .lang-drop .btn.btn-default:focus, .opt-drop .btn.btn-default:hover, .opt-drop .btn.btn-default:active, .opt-drop .btn.btn-default:focus, .feat-drop .btn.btn-default:hover, .feat-drop .btn.btn-default:active, .feat-drop .btn.btn-default:focus {
    background-color: transparent;
  }
  .opt-drop .btn.btn-default .menu-icon, .feat-drop .btn.btn-default .menu-icon {
    filter: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background:linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 50px;
  }
  .opt-drop .btn.btn-default .menu-icon img {
    width: 180%;
    margin-left: -12px;
    margin-right: -6px;
  }
  .feat-drop .btn.btn-default .menu-icon {
    line-height: 34px;
    color: #000;
    font-size: 18px;
  }
  .dashboard .opt-drop .dropdown-menu, .dashboard .feat-drop .dropdown-menu {
    left: 0;
    right: 0;
    position: fixed;
    top: 70px;
    width: 92%;
    margin: auto;
    float: none;
    -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    background-color: #262546;
  }
  .mode-box, .lang-box, .curr-box {
    padding: 4px 10px 4px;
  }
  .mode-box h6, .lang-box h6, .curr-box h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #ffffff;
  }
  .dashboard .mob-mode {
    display: block;
  }
  .mode-box .mode.mob-mode, .lang-box .lang-list, .curr-box .curr-list {
    background-color: #1d1c37;
    border-radius: 5px;
    padding: 5px;
  }
  .lang-list, .curr-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lang-list li, .curr-list li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .lang-list li a, .curr-list li a {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #0f0049;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .lang-list li .lang-name {
    margin-right: 5px;
  }
  .feat-drop .dropdown-menu .divider {
    margin: 6px 0;
    background-color: #444366;
  }
  .mode-box .mob-mode .toggle {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .mode-box .mob-mode .toggle .menu-icon {
    width: auto;
    height: auto;
    background-color: transparent;
    filter: none;
    line-height: 1;
    border-radius: 0;
    color: #646360;
  }
  .opt-drop .dropdown-menu > li > a {
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
  }
  .opt-drop .dropdown-menu > li > a .drop-menu-icon {
    margin-right: 10px;
    width: 18px;
    display: inline-block;
  }
  .dashboard .navbar-left-block, .dashboard .navbar-right-block {
    display: none;
  }
  .dashboard .nav.navbar-nav.navbar-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .dashboard .navbar-default .navbar-nav > li > a {
    justify-content: space-between;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: row;
    position: relative;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e9d26a;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-text {
    order: 1;
    white-space: nowrap;
  }
  .dashboard .navbar-default .navbar-nav > li > a::after {
    content: '';
    width: 100%;
    border-top: 1px solid;
    margin: 0 10px;
    order: 2;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-right {
    order: 3;
  }
  .mob-menu-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 22px;
    padding: 4px;
    -webkit-text-fill-color: none;
	color: #151515;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a .mob-menu-icon {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-text-fill-color: #151515;
	color: #151515;
  }
  .new-stat-img .full-logo {
    width: 90px;
  }
  .new-stat-box h4 {
    font-size: 14px;
  }
  .new-stat-content h5 {
    font-size: 16px;
  }
  .new-stat-content br {
    display: none;
  }
  .progress{
    height: 8px;
	margin-bottom: 10px;
  }
  .bar-wrap p{
    font-size: 12px;
  }
  .point-badge {
    width: 80px;
  }
  .new-stat-img {
    padding-left: 0;
    margin-right: -35px;
  }
  .new-stat-box{
    justify-content: space-evenly;
  }
  .dashboard .inner-wrap .container-fluid {
    width: 100%;
  }
  .new-stat-box2 h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .user-balance, .user-spent {
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
  }
  .new-stat-box2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .new-stat-box2 img {
    width: 25px;
    margin-right: 10px;
  }
  .new-stats .col-sm-6.col-md-4:last-child {
    order: 1;
  }
  .new-stats .col-sm-6.col-md-4:first-child {
    order: 2;
  }
  .new-stats .col-sm-6.col-md-4:nth-child(2) {
    order: 3;
  }
  .new-stats .row {
    display: flex;
    flex-direction: column;
  }
  .point-box .btn.btn-primary {
    height: 33px;
    min-width: 103px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0;
  }
  .currency-stats .badge{
    width: 22%;
	font-size: 9px;
  }
  .brand-company{
    gap: 3px;
  }
  .media.brand-category .media-body{
    font-size: 10px;
  }
  .brand-company .col-3 {
    max-width: 32.6%;
    flex: 0 0 32.6%;
  }
  .brand-category img{
    width: 22px;
  }
  .footer-top .col-xs-9, .footer-top .col-xs-3 {
    width: 100%;
    float: none;
  }
  .currency-stats {
    padding: 0;
  }
  
}
.nightmode .modal-content {
  background-color: #404040;
}
.lunar_decorate {
  position: relative;
  display: block;
  margin: auto;
}
.top_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/57fy3bydengieiuc.png);
  width: 100%;
  height: 135px;
  display: block;
  position: absolute;
  background-size: auto 100%;
  background-repeat: repeat-x;
  top: 0;
}
.fly_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/l1k5ys460p6w4lb2.png);
  width: 74px;
  height: 207px;
  position: absolute;
  display: block;
  top: -10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fly_lights.fl_1 {
  left: 373px;
}
.fly_lights.fl_2 {
  left: 50%;
}
.fly_lights.fl_3 {
  right: 320px;
}
.dashboard .top_lights {
  top: 50px;
}
.dashboard .fly_lights {
  top: 72px;
}body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #0f0049;
  cursor: url(https://storage.perfectcdn.com/d673e4/hrxezsnje5z4ftru.png), pointer !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 520px !important;
}
.point-badge {
  width: 90px;
  display: block;
}
body.guest {
  background: radial-gradient(#2200CC,#0d0146);
  background-repeat: inherit;
  background-position: bottom;
  background-size: cover;
}
/*NEW HEADER*/
.dashboard .navbar-brand {
  padding-top: 14px;
  padding-bottom: 14px;
  height: auto;
}
.banner-img img {
  width: 100%;
  display: block;
  margin: 20px 0 0;
}
#page-wrapper {
  position: relative;
  min-height: 100vh;
}
.dashboard .inner-wrap .container-fluid {
  width: 85%;
}
.dashboard .inner-wrap .container-fluid.w100{
  width:100%;
}
.dashboard .navbar.navbar-default {
  background-color: #000;
  border-bottom: 1px solid #0f0f0f;
  border-radius: 0;
}
.dashboard .navbar-default .navbar-nav > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.dashboard .navbar-default .navbar-nav > li.setting > a,
.dashboard .navbar-default .navbar-nav > li.lang > a,
.dashboard .navbar-default .navbar-nav > li.mode > a,
.dashboard .navbar-default .navbar-nav > li.update > a,
.dashboard .navbar-default .navbar-nav > li.dropdown-currencies > a{
  padding-top: 9px;
  padding-bottom: 15px;
}
.dashboard .navbar-default .navbar-nav > .open > a, 
.dashboard .navbar-default .navbar-nav > .open > a:hover, 
.dashboard .navbar-default .navbar-nav > .open > a:focus{
  background-color: transparent;
}
.menu-icon {
  width: 23px;
  height: 28px;
  text-align: center;
  display: block;
  /*filter: invert(1);*/
  position: relative;
}
.menu-icon.profPic {
  filter: none;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border: 1px solid #ffe47a;
  border-radius: 50px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.lang .menu-icon,
.menu-icon.currencySymbol {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #ffe47a;
}
.menu-icon.currencySymbol{
  color: #2d2d2c;
  justify-content: center;
  font-weight: 700;
  position: relative;
  overflow: visible;
  font-size: 18px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.cur-icon-badge {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  background-color: red;
  border-radius: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cur-icon-badge.USD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/us.svg);
}
.cur-icon-badge.INR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/in.svg);
}
.cur-icon-badge.TRY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/tr.svg);
}
.cur-icon-badge.EUR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eu.svg);
}
.cur-icon-badge.RUB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ru.svg);
}
.cur-icon-badge.BRL {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/br.svg);
}
.cur-icon-badge.NGN {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ng.svg);
}
.cur-icon-badge.KRW {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kr.svg);
}
.cur-icon-badge.THB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/th.svg);
}
.cur-icon-badge.SAR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/sa.svg);
}
.cur-icon-badge.CNY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/cn.svg);
}
.cur-icon-badge.VND {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/vn.svg);
}
.cur-icon-badge.KWD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kw.svg);
}
.cur-icon-badge.EGP {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eg.svg);
}
.cur-icon-badge.PKR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/pk.svg);
}
.menu-icon.profPic img {
  width: 170%;
  margin-left: -11px;
  margin-top: 2px;
}
.mode .menu-icon,
.update .menu-icon{
  width: 34px;
  height: 34px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  border-radius: 50px;
  color: #000;
  line-height: 46px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.lang .menu-icon .flag-icon {
  width: 100%;
  height: 100%;
}
.update .menu-icon {
  filter: invert(0);
}
.update .menu-icon .material-icons {
  font-size: 21px;
}
.ticket-count {
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  color: #040404;
  border-radius: 50px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  font-size: 12px;
  box-shadow: 0 0 0 0 rgba(253, 240, 1, 1);
  animation: pulse 2s infinite;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -13px;
  top: -2px;
  font-weight: 700;
  font-family: poppins;
}
.mode .menu-icon, .lang .menu-icon {
  filter: invert(0);
}
.menu-text {
  font-size: 14px;
  font-weight: 500;
}
.dashboard .navbar-nav > li > .dropdown-menu {
  -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  border: none;
  min-width: inherit;
  width: auto;
  border-radius: 5px;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  margin-top: 10px;
  right: auto;
  top: 60px;
}
.dropdown.feat-drop,
.mode.mmode{
  display: none;
}
.dashboard .nav.navbar-nav.navbar-mobile {
  display: none;
}
.dashboard .lang-drop,
.dashboard .opt-drop,
.dashboard .mob-mode{
  display: none;
}
.new-stat-img .full-logo {
  width: 128px;
}
.new-stat-box2 h4 {
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.user-balance, .user-spent {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
.new-stat-box2 img {
  width: 34px;
  margin-right: 15px;
}

/*NEW HEADER*/

.dashboard .mCSB_inside > .mCSB_container {
  margin-right: 5px;
  z-index: 1;
}
.modal {
  color: #000;
}
.mCustomScrollBox{
  z-index:99999;
}
.select2-dropdown {
  z-index: 999999999999 !important;
}
.count {
  animation: count-up 2s ease-in-out;
  animation-fill-mode: forwards;
  transition: border-color 0.2s ease-in-out;
}
.navbar-right.navbar-right-block .dropdown-menu{
  background-color: #262546;
  border-radius: 20px !important;
  padding-top: 0;
  margin-top: 5px !important;
}
.navbar-right.navbar-right-block .dropdown-menu li > a,
.navbar-right.navbar-right-block .dropdown-menu li > a{
  color: #fff;
  padding-left: 12px;
  font-size: 14px;
  border-bottom: 1px solid #ededed0d;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navbar-right.navbar-right-block .dropdown-menu > a{
  color: inherit;
  font-size: inherit;
}
.navbar-right.navbar-right-block .dropdown-menu > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu > a:focus {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.navbar-right.navbar-right-block .dropdown-menu li > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu li > a:focus{
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
  color: #593b0f;
}
.navbar-right.navbar-right-block .dropdown-menu li.active > a{
  background-color: transparent;
}
.langbtn .dropdown-menu li > a .flag-icon {
  margin-right: 5px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
}
.langbtn .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #000000 transparent transparent transparent !important;
  border-width: 7px 7px 0 7px !important;
  margin-left: -7px !important;
}
@keyframes count-up {
  from { 
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.count[data-count]:after {
  content: attr(data-count);
  display: none;
}

.count[data-count]::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}

.loader {
  background: #000;
  background: radial-gradient(#190956,#0f0049);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-inner {
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
.loader-line-wrap{
  animation:spin 2000ms cubic-bezier(.175,.885,.32,1.275) infinite;
  box-sizing:border-box;
  height:50px;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  transform-origin:50% 100%;
  width:100px
}
.loader-line{
  border:4px solid transparent;
  border-radius:100%;
  box-sizing:border-box;
  height:100px;
  left:0;
  margin:0 auto;
  position:absolute;
  right:0;
  top:0;
  width:100px
}
.loader-main {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
}

.loader-main:before , .loader-main:after{
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
.loader-main:after {
  box-shadow: 0 2px 0 rgba(255,207,37,1) inset;
  animation: rotate 2s linear infinite;
}
.loader-main img {
  width: 90%;
  margin: auto;
  display: block;
  padding: 45px 0 0;
}
@keyframes rotate {
  0% {  transform: rotate(0)}
  100% { transform: rotate(360deg)}
}
.view-badge {
  background-color: #e53f25;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 4px;
  animation: pulse1 2s linear infinite;
  margin-right: 10px;
}
@keyframes pulse1 {
  0% {
    opacity:25%;
  }
  25% {
    opacity:75%;
  }
  50% {
    opacity:100%;
  }
  75% {
    opacity:50%;
  }
  100% {
    opacity:25%;
  }
}
.slider-new {
  width: 100%;
  height: 100%;
}
.slider-new img {
  object-fit: fill;
  height: 175px;
}
.new-stat-box.slide-new {
  padding: 0;
  display: block;
  overflow: hidden;
}
.guest .navbar.navbar-default {
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
.top-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0;
}
.top-stats li {
  background-color: rgb(15 0 73 / 46%);
  padding: 12px 20px;
  border-radius: 20px;
  list-style: none;
  border: 1px solid #ffe259;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  min-width: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-stats li img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
}
.guest .navbar-default .navbar-nav > li > a,
.guest .navbar-default .navbar-nav > li > a:hover,
.guest .navbar-default .navbar-nav > li.active > a{
  font-size: 16px;
  background-color: transparent;
  font-weight: 500;
  color: #fff;
}
.navbar-default .navbar-nav > li.signup-btn > a {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 3px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  height: 48px;
  line-height: 8px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
  overflow: hidden;
}
.navbar-default .navbar-nav > li.signup-btn > a:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.navbar-default .navbar-nav > li.signup-btn > a:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.navbar-default .navbar-nav > li.signup-btn> a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  user-select: none;
  background: #0002848f;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 48px;
  line-height: 18px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
}
.navbar-default .navbar-nav > li.langbtn img {
  margin-right: 5px;
}
.guest .navbar-nav > li.google-translate {
  padding: 12px 0;
}
#top-banner .well {
  background-color: #000284;
  padding: 55px 25px;
  border-radius: 50px;
  list-style: none;
  border: 1px solid #ffe259;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  max-width: 450px;
  position:relative;
}
#top-banner .well::before {
  content: '';
  background-image: url(https://storage.perfectcdn.com/d673e4/up4gqczmzoiihd2o.png);
  width: 268px;
  height: 624px;
  display: block;
  position: absolute;
  top: -97px;
  right: -83px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.top-head {
  font-size: 58px;
  font-weight: 800;
  margin-top: 0;
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-para {
  font-size: 18px;
  font-weight: 400;
  color: #949498;
  margin-bottom: 30px;
}
.btn.btn-primary {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
 background: linear-gradient(90deg, rgb(255 172 0) 0%, rgb(255 224 0) 32%, rgb(255 255 148) 68%, rgb(255 175 41) 100%);
  border: 2px solid #f6e0be;
  font-size: 18px;
  font-weight: 700;
  color: #0f0049;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 300px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #0f0049;
}
.btn.btn-xs.btn-primary {
  min-width: 80px;
  height: auto;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.btn.btn-primary:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.btn.btn-primary:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.btn.btn-primary:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.btn.btn-primary.btn-sm {
  min-width: 33px;
  height: 33px;
  padding: 0px;
  text-align: center;
  line-height: 32px;
  border: none;
}
.row.flex-row {
  display: flex;
  align-items: center;
}
#top-banner .well h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
#top-banner .well p {
  font-size: 18px;
  font-weight: 500;
  color: #949498;
  margin-bottom: 5px;
}
.igrp .form-control {
  background-color: #ffffff;
  border: none;
  height: 52px;
}
.igrp .form-control:hover,
.igrp .form-control:active,
.igrp .form-control:focus{
  box-shadow: none;
}
.igrp {
  background-color: #1e1d3a;
  border-radius: 30px;
  position: relative;
  padding-left: 50px;
}
.inico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  border-radius: 20px;
  background: rgb(248,196,34);
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
}
.inico i {
  color: #000;
}
.forgot {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 400;
}
#top-banner .well .checkbox {
  margin-top: 0;
  text-align: right;
  color: #c9c9c9;
}
.reg-text {
  font-weight: 500;
  color: #cdcdcd;
  margin-top: 40px;
}
.reg-text a{
  color: #ffe200;
}
#home-stats {
  padding: 80px 0;
}
#home-stats .row {
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
}
.hst {
  text-align: center;
  padding: 70px 0;
}
.hst-icon img {
  width: 110px;
  margin-bottom: 25px;
}
.hst h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.hst h4 {
  color: #949498;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
#content-sec .row {
  display: flex;
  align-items: center;
}
.main-head {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
}
.main-text {
  font-size: 18px;
  font-weight: 500;
  color: #a4a4a4;
  margin-bottom: 30px;
}
section#content-sec:nth-child(4) .col-sm-7 {
  padding-left: 80px;
}
section#content-sec:nth-child(5) .col-sm-7 {
  padding-right: 80px;
}
#low-sec {
  padding: 80px 0;
}
.low-box {
  padding: 40px;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
  position: relative;
}
.low-box h3 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.low-box .main-text {
  margin-bottom: 0;
}
.low-img img {
  display: block;
  margin: auto;
}
.low-box.box2::after {
  content: '';
  position: absolute;
  top: 10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/bw30g5x982g3irwa.png);
  width: 132px;
  height: 132px;
  display: block;
  right: -8px;
}
.low-box.box1::after {
  content: '';
  position: absolute;
  top: -10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/1cbgx9iqkuho5twj.png);
  width: 132px;
  height: 132px;
  display: block;
  left: -12px;
}
#what-is {
  padding: 80px 0;
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: right -30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.foo-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}
.foo-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.foo-menu li {
  max-width: 50%;
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.foo-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.foo-menu li a.soci {
  position: relative;
  padding-left: 30px;
}
.soci:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.soci.soci-yt:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-tw:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-ig:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/mngeltyg9m2m7a1p.png);
}
.soci.soci-tg:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/2z2x1m15gxki4sk0.png);
}
.review-starts {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-starts li i {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}
.review-starts li {
  margin-right: 10px;
}
.footer-bottom {
  padding: 15px;
  border-top: 1px solid #ffe689;
}
.footer-bottom p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #c8c8c8;
}
.footer-top {
  padding: 35px 0;
}
#content-sec:nth-child(5) {
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: 0 -10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.prem-prov {
  float: left;
  display: inline-block;
}
.prem-prov img {
  display: block;
  width: 130px;
}
.dashboard {
  /*background-image: url(https://storage.perfectcdn.com/d673e4/dkf8dxe44sg6ujcm.png);
  background: linear-gradient(90deg, rgb(17 0 82) 0%, rgb(41 0 83) 50%, rgb(13 0 80) 100%);*/
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom;
  top: 0 !important;
  overflow: auto;
}
.dashboard.nightmode {
  background-color: #171717;
}
.dashboard,html{
  height:100%; 
}
.dashboard .navbar.navbar-default {
  background-color: #0f0049;
  border-color: #0f0049;
  border-bottom: 2px solid #ffda66;
  transition: 0.4s all ease-in;
}
.dashboard.nightmode .navbar.navbar-default {
  background-color: #171717;
  border-color: #ffda66;
}
.sidebar-menu {
  position: fixed;
  width: 250px;
  top: 0;
  z-index: 999999;
  background-color: #0f0049;
  height: 100%;
  padding: 0 0;
  transition: .3s linear;
}
.sidebar-menu .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.content-wrap {
  margin: 0 15px 15px 250px;
  padding: 10px 0;
  transition: .3s linear;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  /*overflow: hidden;*/
}
.menu-back-wrapper {
  /*max-height: 530px;
  scrollbar-width: thin;
  scrollbar-color: #debb4e #46455f;
  overflow-y: auto;
  overflow-x: hidden;*/
  padding: 0 20px;
}
.currency-stats {
  text-align: center;
  padding: 0 20px;
  margin: 20px auto 25px;
}
.currency-stats .badge {
  display: inline-flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #debb4e;
  padding: 5px 5px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 118px;
  font-size: 13px;
  margin: 1px;
  justify-content: center;
}
.menu li {
  margin-top: 10px;
}
.menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #c2c2c2;
  display: block;
  padding: 8px 15px;
  transition: all 0.3s ease-in;
  position: relative;
  border-radius: 30px;
  border: 1px solid transparent;
  text-decoration: none;
  z-index: 4;
}
.menu li a .badge {
  font-size: 12px;
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
    background-color: rgba(0, 0, 0, 0);
  color: #0c0d24;
  position: absolute;
  left: 30px;
  top: 3px;
  border-radius: 2px;
  padding: 2px 4px;
}
.menu li.active a, .menu li a:hover {
  color: #ffe47a;
  background: linear-gradient(#0f0049, #0f0049) padding-box, linear-gradient(to top, #e5a91b, #fffd8b) border-box;
}
/*.menu li.active a{
	z-index: -1;
}
.menu li.active a::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 232px;
  height: 164px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}*/
.menu li.active a .navbar-icon {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.crown {
  text-align: center;
}
.crown img {
  width: 130px;
}
.menu li a .navbar-icon {
  margin-right: 10px;
}
.navbar-left-block.navbar-nav > li {
  line-height: 57px;
}
.bread-crumbs {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.bread-crumbs span {
  color: #ffe47a;
  font-weight: 600;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a{
  padding:0;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .caret {
  color: #fff;
  margin-left: 6px;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .user-prof-icon {
  width: 38px;
  height: 38px;
  border-radius: 30px;
  border: 1px solid;
  padding: 3px;
  text-align: center;
  line-height: 30px;
  color: #ffd922;
  border: 1px solid #fffa00;
  display: inline-block;
}
.dashboard .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  border: 1px solid #ffdb41;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  line-height: 26px;
  background: transparent;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a:focus, .dashboard .navbar-default .navbar-nav > li.accbtn > a:active, .dashboard .navbar-default .navbar-nav > li.accbtn > a:hover, .dashboard .navbar-default .navbar-nav > li.accbtn.open > a {
  background-color: transparent;
}
.dashboard .navbar-default .balance-badge .badge {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #debb4e;
  height: 38px;
  padding: 5px;
  line-height: 26px;
  background: transparent;
  border-radius: 30px;
  min-width: 140px;
}
.dashboard .navbar-default .balance-badge a {
  padding: 0;
}
.new-stat-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.new-stat-box::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 262px;
  height: 324px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: .97;
  z-index: 0;
}
.new-stat-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 30px;
  height: 100%;
  background: rgba(255,255,255, 0.3);
  transform: skewX(-30deg);
  animation-name: slide;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: .1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.new-stat-img {
  position: relative;
  overflow: hidden;
  padding-left: 55px;
}
@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  50% {
    left: 120px;
    top: 0px;
  }
  100% {
    left: 290px;
    top: 0;
  }
}
.new-stat-box h4 {
  font-size: 17px;
  margin-top: 0;
  color: #ffdb41;
  position:relative;
}
.new-stat-content h5 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0;
  color: #fff;
}
.media.brand-category {
  display: flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #ffffb261;  
  padding: 2px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 100%;
  transition: 0.4s all ease-in;
}
.nightmode .media.brand-category {
  background-color: #262626;
}
.media.brand-category:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.media.brand-category:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.brand-category img {
  border-radius: 90px;
}
.media.brand-category .media-body {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: auto;
}
.brand-company {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.brand-company .col-3 {
  max-width: 12.504%;
  flex: 0 0 19.504%;
}
.guest .brand-company .col-3 {
  max-width: 19.44%;
  flex: 0 0 19.44%;
}
.wid-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.dashboard .top-stats{
  margin-bottom: 25px;
}
.well-tab {
  background: radial-gradient(#0f0049,#0f0049);
  border: 1px solid #fff27f;
  border-radius: 20px;
  margin-bottom: 19px;
  transition: 0.4s ease-in all;
}
.nightmode .well-tab {
  background: radial-gradient(#262626,#1e1e1e);
}
.well-tab .well-body{
  padding: 15px;
  margin-bottom: 20px;
}
.well-tab .nav-tabs > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.well-tab .nav-tabs > li.active > a, 
.well-tab .nav-tabs > li.active > a:hover {
  background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color:#e9d26a;
  font-weight: 700;
}
.well-tab .nav-tabs > li.active > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 6px;
  width: 70%;
  bottom: -1px;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.well-tab .nav.nav-tabs {
  border-bottom-color: #ffffff;
}
.well-tab .control-label,
.dashboard .well .control-label{
  font-size: 14px;
  font-weight: 600;
  color: #ffe47a;
}
.well-tab .select2-container--default .select2-selection--single.form-control, 
.well-tab select.form-control, 
.well-tab input.form-control, 
.well-tab textarea.form-control,
.dashboard .well .select2-container--default .select2-selection--single.form-control, 
.dashboard .well select.form-control, 
.dashboard .well input.form-control, 
.dashboard .well textarea.form-control{
  height: 40px;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  background-color: rgb(255 255 255);
  color: #000000;
  font-weight: 520;
  border: 1px solid #ffffff;
  font-size: 16px;
}
select.form-control option {
  color: #0c0b1f;
}
.well-tab textarea.form-control,
.dashboard .well textarea.form-control{
  height: auto;
  border-radius: 20px;
}
.form-group.searchgrp {
  height: 41px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
}
.well-tab .form-group.searchgrp #input_service {
  background-color: transparent;
  padding: 0;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.well-tab .panel-body.border-solid.border-rounded {
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(16 16 16);
  color: #fff;
  font-weight: 500;
  border: 1px solid #ffe47a;
  word-break: break-word;
}
.well {
  background-color: rgba(18, 17, 47, 0.75);
  border: 1px solid #ffd200;
  border-radius: 20px;
}
.serv-box {
  background-color: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  margin-bottom: 19px;
}
.serv-icon {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  text-align: center;
  line-height: 42px;
  margin-right: 12px;
}
.serv-content h4 {
  font-size: 12px;
  color: #e9d26a;
  margin-top: 15px;
}
.nav.nav-pills.order-pills {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.nav.nav-pills.order-pills::before, .nav.nav-pills.order-pills::after {
  display: none;
}
.order-pills > li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  min-width: 152px;
  color: #000000;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 40px;
}
.order-pills > li.all-pill a {
  color: #0a0a09;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.pending-pill a {
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
}
.order-pills > li.inprogress-pill a,
.order-pills > li.active-pill a{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
}
.order-pills > li.completed-pill a {
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.partial-pill a {
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
}
.order-pills > li.processing-pill a {
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
}
.order-pills > li.canceled-pill a {
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
}
.input-group.searchgrp {
  height: 58px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
  margin-bottom: 20px;
  border: 1px solid #debb4e;
}
.input-group.searchgrp .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 20px;
  height: 55px;
}
.input-group.searchgrp .form-control:focus {
  z-index: 1;
}
.input-group.searchgrp .btn.btn-primary {
  margin-left: -30px;
  border-radius: 30px;
  width: 42px;
  height: 42px;
  border: none;
  min-width: 42px;
  line-height: 32px;
}


.order-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.order-box {
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border: 1px solid #debb4e;
  border-radius: calc(7px * 2);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order-box-top {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  color: darkgray;
}
.order-box-middle {
  border-top: 1px solid #debb4e;
  border-bottom: 1px solid #debb4e;
}
.order-box-middle,
.order-box-bottom {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.order-top-left,
.order-middle-left,
.order-bottom-left{
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
}
.order-service{
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.order-top-right,
.order-middle-right,
.order-bottom-right{
  display: flex;
  justify-content: flex-end;
}
.order-box-bottom {
  display: grid;
  padding: 10px;
  grid-template-columns: 4fr 1fr;
  gap: 10px;
}
.order-box {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.order-service {
  color: #fff;
}
.order-top-left > div:first-child, 
.order-middle-left > div:first-child, 
.order-bottom-left > div:first-child {
  min-width: 130px;
}
.order-action a {
  background: -webkit-linear-gradient(3deg, rgb(255 190 44) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  padding: 1px 8px;
  border-radius: 8px;
  border: 2px solid #ffd200;
  text-decoration: none;
}
.order-link a {
 background: -webkit-linear-gradient(3deg, rgb(255 177 0) 0%, rgb(255 238 141) 50%, rgb(255 231 101) 70%, rgb(255 185 0) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  overflow: hidden;
}

.grid-header {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding: 10px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border-radius: 30px;
}
.servgrid .grid-header {
  grid-template-columns: repeat(6, 1fr);
}
.grid-header div {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  padding: 0 10px;
}
.grid-items-container {
  display: grid;
  /*grid-template-columns: repeat(9, 1fr);*/
  grid-auto-rows: auto;
  grid-gap: 10px;
}

.grid-item {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  padding: 20px 10px;
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border-radius: 20px;
}
.grid-container.updategrid .grid-header, 
.grid-container.updategrid .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.ordergrid .grid-header, 
.ordergrid .grid-items-container .grid-item {
  grid-template-columns: repeat(9, 1fr);
}
.servgrid .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.servgrid .grid-item.cate-name-item {
  grid-template-columns: repeat(1, 1fr);
}
.ticketgrid .grid-header,
.ticketgrid .grid-item{
  grid-template-columns: repeat(4, 1fr);
}
.dripgrid .grid-header,
.dripgrid .grid-item{
  grid-template-columns: repeat(9, 1fr);
}
.paymentgrid .grid-header, 
.paymentgrid .grid-items-container .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.historygrid .grid-header, 
.historygrid .grid-items-container .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.apigrid2 .grid-header, 
.apigrid2 .grid-items-container .grid-item {
  grid-template-columns: repeat(2, 1fr);
}
.grid-item > div {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 0 10px;
}
.label-badge{
  border-radius: 60px;
  border: none;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  line-height: 40px;
  max-width: 62px;
  text-align: center;
  color: #0f0049;
  font-size: 13px;
  font-weight: 700;
}
.custom-table .grid-item div > a {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.custom-table .grid-item div > a.btn.btn-modal {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 2px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #4d4b4b;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 200px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #4d4b4b;
  text-decoration: none;
  border: none;
}
.custom-table .grid-item div.order-actions > a,
.custom-table .grid-item div.order-actions > button{
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
} 
.label-badge.label-已完成,
.label-badge.label-completed,
.label-badge.label-answered{
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  min-width: 108px;
}
.label-badge.label-部分退款,
.label-badge.label-partial{
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
  min-width: 108px;
}
.label-badge.label-进行,
.label-badge.label-pending{
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
  min-width: 108px;
}
.label-badge.label-进行中,
.label-badge.label-inprogress{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
  min-width: 108px;
}
.label-badge.label-已取消,
.label-badge.label-已到期,
.label-badge.label-canceled,
.label-badge.label-closed{
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
  min-width: 108px;
}
.label-badge.label-处理中,
.label-badge.label-processing{
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
  min-width: 108px;
}
.grid-item.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.grid-item.cate-name-item .cate-name {
  font-size: 24px;
  font-weight: 700;
}
.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.cate-name-item .cate-name {
  font-size: 24px;
}
.grid-item > div > .btn.btn-primary {
  min-width: 108px;
  border: none;
  height: 42px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
}
.well-title {
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}
.contact-box {
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.contact-box.tg {
  border-color: #28a7e8;
}
.contact-box.wh {
  border-color: #58ce6f;
}
.contact-box.ma {
  border-color: #ff5b55;
}
.contact-box.sk {
  border-color: #38c1f3;
}
.contact-content h5 {
  font-size: 12px;
  font-weight: 400;
  color: #e9d26a;
}
.contact-content h6 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.contact-icon {
  margin-right: 15px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.27);
}
.cont-ic {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.tg .cont-ic {
  background-color: #28a7e8;
  box-shadow: -3px 3px 6px -1px #28a7e8;
}
.wh .cont-ic {
  background-color: #58ce6f;
  box-shadow: -3px 3px 6px -1px #58ce6f;
}
.ma .cont-ic {
  background-color: #ff5b55;
  box-shadow: -3px 3px 6px -1px #ff5b55;
}
.sk .cont-ic {
  background-color: #38c1f3;
  box-shadow: -3px 3px 6px -1px #38c1f3;
}
.well .nav.nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.well .nav.nav-tabs::before, 
.well .nav.nav-tabs::after {
  display: none;
}
.well .nav-tabs > li > a {
  background-color: #171616;
  border-radius: 12px;
  border: 1px solid #171616;
  margin: 0;
}
.well .nav-tabs > li.active > a, 
.well .nav-tabs > li.active > a:hover, 
.well .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #e4c458;
  border-bottom-color: #e4c458;
  background-color: #1f221f;
}
.well .tab-content {
  background-color: #191b19;
  padding: 20px;
  border-radius: 12px;
}
.well .tab-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.well .grid-item,
.well-tab .grid-item{
  padding: 0;
  background-color: transparent;
  grid-column-gap: 10px;
}
.well .grid-item > div,
.well-tab .grid-item > div{
  background-color: rgba(255, 255, 255, 0.07);
  padding: 10px;
  border-radius: 40px;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.well .grid-header,
.well-tab .grid-header{
  grid-column-gap: 10px;
}
.well .grid-header > div,
.well-tab .grid-header > div{
  padding-left: 10px;
  padding-right: 10px;
}
.social-badge img {
  margin-right: 8px;
}
.inner-content p {
  font-family: Montserrat;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.apigrid1 .grid-item {
  grid-template-columns: repeat(2, 1fr);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  grid-gap: 10px;
}
.apigrid1 .grid-item > div {
  background-color: rgba(18, 17, 47, 0.75);
  border-radius: 60px;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 15px;
}
.grid-item .link-item {
  color: #e9d26a;
  font-size: 16px;
}
pre {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.ticket-msg-wrap {
  padding-top: 15px;
  min-height: 480px;
  overflow-y: scroll;
  border-bottom: 1px solid #000;
  max-height: 480px;
}
.ticket-message-block {
  display: flex;
  flex-direction: column;
  padding: 25px 15px 5px;
  margin-bottom: 0;
}
.ticket-message-block.ticket-message-left {
  align-items: flex-end;
}
.message-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.author-pic {
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 38px;
  flex: 0 0 38px;
}
.ticket-message-block.ticket-message-right .author-pic {
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
  margin-right: 20px;
  color: #513205;
}
.ticket-message-block.ticket-message-left .author-pic {
  color: #ffffff;
  margin-left: 20px;
}
.messsage-wrap {
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ticket-message-block.ticket-message-right .messsage-wrap {
  border-radius: 20px;
  color: #513205;
  background: rgb(241,223,191);
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-block.ticket-message-left .messsage-wrap {
 background: linear-gradient(90deg, rgb(44 190 223) 0%, rgb(0 148 182) 50%, rgb(0 94 168) 100%);
  color: #ffffff;
  min-height: 58px;
  border-radius: 20px;
}
.message-sub-top {
  margin-top: -46px;
  margin-bottom: 24px;
}
.message-sub-top strong {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.ticket-message-right .message-sub-top strong {
  color: #513205;
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-left .message-sub-top strong {
  background: linear-gradient(90deg, #7300ff 0%, #1970ff 50%, rgb(194 0 255) 100%);
}
.message-sub-top strong i, .message-sub-top .text-muted i {
  margin-right: 5px;
  font-size: 11px;
  margin-left: -5px;
}
.ticket-message-right .message-sub-top strong i {
  color: #513205;
}
.ticket-message-left .message-sub-top strong i {
  color: #ffffff;
}
.message-sub-top .text-muted {
  font-size: 10px;
  font-weight: 700;
  border: 1px solid;
  border-radius: 20px;
  padding: 3px 10px;
}
.ticket-message-right .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-left .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-block.ticket-message-left .author-pic img {
  width: 38px;
}
.post-well h4 {
  font-size: 16px;
  font-weight: 600;
  color: #e9d26a;
  margin-bottom: 25px;
  margin-top: 0;
  min-height: 55px;
}
.post-content {
  color: #fff;
  font-size: 14px;
  min-height: 100px;
  margin-bottom: 15px;
}
.post-well .btn.btn-primary {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-width: 1px;
  border-radius: 10px;
  min-width: auto;
  line-height: 34px;
}
.bar-wrap p {
  color: #fff;
  margin: 0;
}
.bar-wrap p strong {
 background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress {
  background-color: rgba(255, 255, 255, 35%);
  border-radius: 20px;
  height: 10px;
}
.progress-bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.ticket-backbtn {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid #ffd200;
  text-decoration: none;
}
.serv-id {
 background: -webkit-linear-gradient(3deg, rgb(255 191 49) 0%, rgb(255 237 138) 50%, rgb(255 230 141) 70%, rgb(255 197 45) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nameserver-head {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color: #e9d26a;
  font-size: 18px;
}
.namerserver-list {
  padding-left: 20px;
}
.namerserver-list li {
  font-size: 14px;
  font-weight: 500;
  color: #ffe365;
}
.namerserver-list li img {
  width: 90%;
  object-fit: contain;
  max-height: 436px;
  object-position: left;
}
.affiliate-tab p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}


@media(max-width:991px){
  .guest .brand-company .col-3 {
    max-width: 24%;
    flex: 0 0 24%;
  }
  .sidebar-menu{
    width: 180px;
  }
  .currency-stats{
    padding: 0 8px;
    margin: 8px auto 14px;
  }
  .menu-back-wrapper {
    padding: 0 8px;
  }
  .currency-stats .badge{
    padding: 6px 6px;
    width: 47%;
    font-size: 8px;
  }
  .content-wrap {
    margin: 0 0 15px 180px;
  }
  .container{
    width: 100%;
  }
  .prem-prov img {
    width: 115px;
  }
  .guest .navbar-default .navbar-nav > li > a, .guest .navbar-default .navbar-nav > li > a:hover, .guest .navbar-default .navbar-nav > li.active > a {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle,
  .navbar-default .navbar-nav > li.signup-btn > a{
    font-size: 14px;
    min-width: 130px;
  }
  .navbar-default .navbar-nav > li.signup-btn > a{
  	border: 2px solid #f6e0be;
  }
  .top-stats li{
    padding: 10px 15px;
    margin: 0 10px;
	font-size: 16px;
    min-width: 120px;
  }
  #what-is img {
    width: 100%;
  }
  .cont-img {
    width: 100%;
  }
  #home-stats {
    padding: 50px 0;
  }
  .hst-icon img {
    width: 90px;
    margin-bottom: 15px;
  }
  .hst h3 {
    font-size: 28px;
  }
  .low-img img {
    width: 100%;
  }
  .low-box.box1::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  .low-box.box2::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  #low-sec {
    padding: 50px 0;
  }
  #what-is {
    padding: 50px 0;
  }
  .grid-container.dripgrid,
  .grid-container.ordergrid{
    width: 140%;
  }
  .order-pills > li a{
    min-width: 100px;
  }
  .brand-company .col-3 {
    max-width: 24.1%;
    flex: 0 0 24.1%;
  }
  
}
@media(max-width:550px){
  .dashboard .navbar-brand {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dashboard .navbar-default .navbar-brand img {
    height: 45px;
  }
  .navbar-toggle.x {
    border:none;
    margin: 0;
    float: none;
  }
  .dashboard .navbar-default .navbar-toggle:hover, .dashboard .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle.x .icon-bar {
    width:22px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    -webkit-transition:all .2s;
    transition:all .2s
  }
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transform-origin:10% 10%;
    -ms-transform-origin:10% 10%;
    transform-origin:10% 10%
  }
  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity:0;
    filter:alpha(opacity=0)
  }
  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:10% 90%;
    -ms-transform-origin:10% 90%;
    transform-origin:10% 90%
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity:1;
    filter:alpha(opacity=100)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .brand-right {
    float: right;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
  .dashboard .lang-drop, .dashboard .opt-drop, .dashboard .feat-drop,.dashboard .mode.mmode {
    display: inline-block;
  }
  .lang-drop .btn.btn-default, .opt-drop .btn.btn-default, .feat-drop .btn.btn-default {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 6px;
  }
  .lang-drop .btn.btn-default:hover, .lang-drop .btn.btn-default:active, .lang-drop .btn.btn-default:focus, .opt-drop .btn.btn-default:hover, .opt-drop .btn.btn-default:active, .opt-drop .btn.btn-default:focus, .feat-drop .btn.btn-default:hover, .feat-drop .btn.btn-default:active, .feat-drop .btn.btn-default:focus {
    background-color: transparent;
  }
  .opt-drop .btn.btn-default .menu-icon, .feat-drop .btn.btn-default .menu-icon {
    filter: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background:linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 50px;
  }
  .opt-drop .btn.btn-default .menu-icon img {
    width: 180%;
    margin-left: -12px;
    margin-right: -6px;
  }
  .feat-drop .btn.btn-default .menu-icon {
    line-height: 34px;
    color: #000;
    font-size: 18px;
  }
  .dashboard .opt-drop .dropdown-menu, .dashboard .feat-drop .dropdown-menu {
    left: 0;
    right: 0;
    position: fixed;
    top: 70px;
    width: 92%;
    margin: auto;
    float: none;
    -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    background-color: #262546;
  }
  .mode-box, .lang-box, .curr-box {
    padding: 4px 10px 4px;
  }
  .mode-box h6, .lang-box h6, .curr-box h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #ffffff;
  }
  .dashboard .mob-mode {
    display: block;
  }
  .mode-box .mode.mob-mode, .lang-box .lang-list, .curr-box .curr-list {
    background-color: #1d1c37;
    border-radius: 5px;
    padding: 5px;
  }
  .lang-list, .curr-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lang-list li, .curr-list li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .lang-list li a, .curr-list li a {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #0f0049;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .lang-list li .lang-name {
    margin-right: 5px;
  }
  .feat-drop .dropdown-menu .divider {
    margin: 6px 0;
    background-color: #444366;
  }
  .mode-box .mob-mode .toggle {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .mode-box .mob-mode .toggle .menu-icon {
    width: auto;
    height: auto;
    background-color: transparent;
    filter: none;
    line-height: 1;
    border-radius: 0;
    color: #646360;
  }
  .opt-drop .dropdown-menu > li > a {
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
  }
  .opt-drop .dropdown-menu > li > a .drop-menu-icon {
    margin-right: 10px;
    width: 18px;
    display: inline-block;
  }
  .dashboard .navbar-left-block, .dashboard .navbar-right-block {
    display: none;
  }
  .dashboard .nav.navbar-nav.navbar-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .dashboard .navbar-default .navbar-nav > li > a {
    justify-content: space-between;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: row;
    position: relative;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e9d26a;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-text {
    order: 1;
    white-space: nowrap;
  }
  .dashboard .navbar-default .navbar-nav > li > a::after {
    content: '';
    width: 100%;
    border-top: 1px solid;
    margin: 0 10px;
    order: 2;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-right {
    order: 3;
  }
  .mob-menu-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 22px;
    padding: 4px;
    -webkit-text-fill-color: none;
	color: #151515;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a .mob-menu-icon {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-text-fill-color: #151515;
	color: #151515;
  }
  .new-stat-img .full-logo {
    width: 90px;
  }
  .new-stat-box h4 {
    font-size: 14px;
  }
  .new-stat-content h5 {
    font-size: 16px;
  }
  .new-stat-content br {
    display: none;
  }
  .progress{
    height: 8px;
	margin-bottom: 10px;
  }
  .bar-wrap p{
    font-size: 12px;
  }
  .point-badge {
    width: 80px;
  }
  .new-stat-img {
    padding-left: 0;
    margin-right: -35px;
  }
  .new-stat-box{
    justify-content: space-evenly;
  }
  .dashboard .inner-wrap .container-fluid {
    width: 100%;
  }
  .new-stat-box2 h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .user-balance, .user-spent {
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
  }
  .new-stat-box2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .new-stat-box2 img {
    width: 25px;
    margin-right: 10px;
  }
  .new-stats .col-sm-6.col-md-4:last-child {
    order: 1;
  }
  .new-stats .col-sm-6.col-md-4:first-child {
    order: 2;
  }
  .new-stats .col-sm-6.col-md-4:nth-child(2) {
    order: 3;
  }
  .new-stats .row {
    display: flex;
    flex-direction: column;
  }
  .point-box .btn.btn-primary {
    height: 33px;
    min-width: 103px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0;
  }
  .currency-stats .badge{
    width: 22%;
	font-size: 9px;
  }
  .brand-company{
    gap: 3px;
  }
  .media.brand-category .media-body{
    font-size: 10px;
  }
  .brand-company .col-3 {
    max-width: 32.6%;
    flex: 0 0 32.6%;
  }
  .brand-category img{
    width: 22px;
  }
  .footer-top .col-xs-9, .footer-top .col-xs-3 {
    width: 100%;
    float: none;
  }
  .currency-stats {
    padding: 0;
  }
  
}
.nightmode .modal-content {
  background-color: #404040;
}
.lunar_decorate {
  position: relative;
  display: block;
  margin: auto;
}
.top_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/57fy3bydengieiuc.png);
  width: 100%;
  height: 135px;
  display: block;
  position: absolute;
  background-size: auto 100%;
  background-repeat: repeat-x;
  top: 0;
}
.fly_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/l1k5ys460p6w4lb2.png);
  width: 74px;
  height: 207px;
  position: absolute;
  display: block;
  top: -10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fly_lights.fl_1 {
  left: 373px;
}
.fly_lights.fl_2 {
  left: 50%;
}
.fly_lights.fl_3 {
  right: 320px;
}
.dashboard .top_lights {
  top: 50px;
}
.dashboard .fly_lights {
  top: 72px;
}body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #0f0049;
  cursor: url(https://storage.perfectcdn.com/d673e4/hrxezsnje5z4ftru.png), pointer !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 520px !important;
}
.point-badge {
  width: 90px;
  display: block;
}
body.guest {
  background: radial-gradient(#2200CC,#0d0146);
  background-repeat: inherit;
  background-position: bottom;
  background-size: cover;
}
/*NEW HEADER*/
.dashboard .navbar-brand {
  padding-top: 14px;
  padding-bottom: 14px;
  height: auto;
}
.banner-img img {
  width: 100%;
  display: block;
  margin: 20px 0 0;
}
#page-wrapper {
  position: relative;
  min-height: 100vh;
}
.dashboard .inner-wrap .container-fluid {
  width: 85%;
}
.dashboard .inner-wrap .container-fluid.w100{
  width:100%;
}
.dashboard .navbar.navbar-default {
  background-color: #000;
  border-bottom: 1px solid #0f0f0f;
  border-radius: 0;
}
.dashboard .navbar-default .navbar-nav > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.dashboard .navbar-default .navbar-nav > li.setting > a,
.dashboard .navbar-default .navbar-nav > li.lang > a,
.dashboard .navbar-default .navbar-nav > li.mode > a,
.dashboard .navbar-default .navbar-nav > li.update > a,
.dashboard .navbar-default .navbar-nav > li.dropdown-currencies > a{
  padding-top: 9px;
  padding-bottom: 15px;
}
.dashboard .navbar-default .navbar-nav > .open > a, 
.dashboard .navbar-default .navbar-nav > .open > a:hover, 
.dashboard .navbar-default .navbar-nav > .open > a:focus{
  background-color: transparent;
}
.menu-icon {
  width: 23px;
  height: 28px;
  text-align: center;
  display: block;
  /*filter: invert(1);*/
  position: relative;
}
.menu-icon.profPic {
  filter: none;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border: 1px solid #ffe47a;
  border-radius: 50px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.lang .menu-icon,
.menu-icon.currencySymbol {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #ffe47a;
}
.menu-icon.currencySymbol{
  color: #2d2d2c;
  justify-content: center;
  font-weight: 700;
  position: relative;
  overflow: visible;
  font-size: 18px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.cur-icon-badge {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  background-color: red;
  border-radius: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cur-icon-badge.USD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/us.svg);
}
.cur-icon-badge.INR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/in.svg);
}
.cur-icon-badge.TRY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/tr.svg);
}
.cur-icon-badge.EUR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eu.svg);
}
.cur-icon-badge.RUB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ru.svg);
}
.cur-icon-badge.BRL {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/br.svg);
}
.cur-icon-badge.NGN {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ng.svg);
}
.cur-icon-badge.KRW {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kr.svg);
}
.cur-icon-badge.THB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/th.svg);
}
.cur-icon-badge.SAR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/sa.svg);
}
.cur-icon-badge.CNY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/cn.svg);
}
.cur-icon-badge.VND {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/vn.svg);
}
.cur-icon-badge.KWD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kw.svg);
}
.cur-icon-badge.EGP {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eg.svg);
}
.cur-icon-badge.PKR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/pk.svg);
}
.menu-icon.profPic img {
  width: 170%;
  margin-left: -11px;
  margin-top: 2px;
}
.mode .menu-icon,
.update .menu-icon{
  width: 34px;
  height: 34px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  border-radius: 50px;
  color: #000;
  line-height: 46px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.lang .menu-icon .flag-icon {
  width: 100%;
  height: 100%;
}
.update .menu-icon {
  filter: invert(0);
}
.update .menu-icon .material-icons {
  font-size: 21px;
}
.ticket-count {
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  color: #040404;
  border-radius: 50px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  font-size: 12px;
  box-shadow: 0 0 0 0 rgba(253, 240, 1, 1);
  animation: pulse 2s infinite;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -13px;
  top: -2px;
  font-weight: 700;
  font-family: poppins;
}
.mode .menu-icon, .lang .menu-icon {
  filter: invert(0);
}
.menu-text {
  font-size: 14px;
  font-weight: 500;
}
.dashboard .navbar-nav > li > .dropdown-menu {
  -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  border: none;
  min-width: inherit;
  width: auto;
  border-radius: 5px;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  margin-top: 10px;
  right: auto;
  top: 60px;
}
.dropdown.feat-drop,
.mode.mmode{
  display: none;
}
.dashboard .nav.navbar-nav.navbar-mobile {
  display: none;
}
.dashboard .lang-drop,
.dashboard .opt-drop,
.dashboard .mob-mode{
  display: none;
}
.new-stat-img .full-logo {
  width: 128px;
}
.new-stat-box2 h4 {
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.user-balance, .user-spent {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
.new-stat-box2 img {
  width: 34px;
  margin-right: 15px;
}

/*NEW HEADER*/

.dashboard .mCSB_inside > .mCSB_container {
  margin-right: 5px;
  z-index: 1;
}
.modal {
  color: #000;
}
.mCustomScrollBox{
  z-index:99999;
}
.select2-dropdown {
  z-index: 999999999999 !important;
}
.count {
  animation: count-up 2s ease-in-out;
  animation-fill-mode: forwards;
  transition: border-color 0.2s ease-in-out;
}
.navbar-right.navbar-right-block .dropdown-menu{
  background-color: #262546;
  border-radius: 20px !important;
  padding-top: 0;
  margin-top: 5px !important;
}
.navbar-right.navbar-right-block .dropdown-menu li > a,
.navbar-right.navbar-right-block .dropdown-menu li > a{
  color: #fff;
  padding-left: 12px;
  font-size: 14px;
  border-bottom: 1px solid #ededed0d;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navbar-right.navbar-right-block .dropdown-menu > a{
  color: inherit;
  font-size: inherit;
}
.navbar-right.navbar-right-block .dropdown-menu > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu > a:focus {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.navbar-right.navbar-right-block .dropdown-menu li > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu li > a:focus{
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
  color: #593b0f;
}
.navbar-right.navbar-right-block .dropdown-menu li.active > a{
  background-color: transparent;
}
.langbtn .dropdown-menu li > a .flag-icon {
  margin-right: 5px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
}
.langbtn .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #000000 transparent transparent transparent !important;
  border-width: 7px 7px 0 7px !important;
  margin-left: -7px !important;
}
@keyframes count-up {
  from { 
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.count[data-count]:after {
  content: attr(data-count);
  display: none;
}

.count[data-count]::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}

.loader {
  background: #000;
  background: radial-gradient(#190956,#0f0049);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-inner {
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
.loader-line-wrap{
  animation:spin 2000ms cubic-bezier(.175,.885,.32,1.275) infinite;
  box-sizing:border-box;
  height:50px;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  transform-origin:50% 100%;
  width:100px
}
.loader-line{
  border:4px solid transparent;
  border-radius:100%;
  box-sizing:border-box;
  height:100px;
  left:0;
  margin:0 auto;
  position:absolute;
  right:0;
  top:0;
  width:100px
}
.loader-main {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
}

.loader-main:before , .loader-main:after{
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
.loader-main:after {
  box-shadow: 0 2px 0 rgba(255,207,37,1) inset;
  animation: rotate 2s linear infinite;
}
.loader-main img {
  width: 90%;
  margin: auto;
  display: block;
  padding: 45px 0 0;
}
@keyframes rotate {
  0% {  transform: rotate(0)}
  100% { transform: rotate(360deg)}
}
.view-badge {
  background-color: #e53f25;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 4px;
  animation: pulse1 2s linear infinite;
  margin-right: 10px;
}
@keyframes pulse1 {
  0% {
    opacity:25%;
  }
  25% {
    opacity:75%;
  }
  50% {
    opacity:100%;
  }
  75% {
    opacity:50%;
  }
  100% {
    opacity:25%;
  }
}
.slider-new {
  width: 100%;
  height: 100%;
}
.slider-new img {
  object-fit: fill;
  height: 175px;
}
.new-stat-box.slide-new {
  padding: 0;
  display: block;
  overflow: hidden;
}
.guest .navbar.navbar-default {
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
.top-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0;
}
.top-stats li {
  background-color: rgb(15 0 73 / 46%);
  padding: 12px 20px;
  border-radius: 20px;
  list-style: none;
  border: 1px solid #ffe259;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  min-width: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-stats li img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
}
.guest .navbar-default .navbar-nav > li > a,
.guest .navbar-default .navbar-nav > li > a:hover,
.guest .navbar-default .navbar-nav > li.active > a{
  font-size: 16px;
  background-color: transparent;
  font-weight: 500;
  color: #fff;
}
.navbar-default .navbar-nav > li.signup-btn > a {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 3px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  height: 48px;
  line-height: 8px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
  overflow: hidden;
}
.navbar-default .navbar-nav > li.signup-btn > a:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.navbar-default .navbar-nav > li.signup-btn > a:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.navbar-default .navbar-nav > li.signup-btn> a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  user-select: none;
  background: #0002848f;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 48px;
  line-height: 18px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
}
.navbar-default .navbar-nav > li.langbtn img {
  margin-right: 5px;
}
.guest .navbar-nav > li.google-translate {
  padding: 12px 0;
}
#top-banner .well {
  background-color: #000284;
  padding: 55px 25px;
  border-radius: 50px;
  list-style: none;
  border: 1px solid #ffe259;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  max-width: 450px;
  position:relative;
}
#top-banner .well::before {
  content: '';
  background-image: url(https://storage.perfectcdn.com/d673e4/up4gqczmzoiihd2o.png);
  width: 268px;
  height: 624px;
  display: block;
  position: absolute;
  top: -97px;
  right: -83px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.top-head {
  font-size: 58px;
  font-weight: 800;
  margin-top: 0;
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-para {
  font-size: 18px;
  font-weight: 400;
  color: #949498;
  margin-bottom: 30px;
}
.btn.btn-primary {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
 background: linear-gradient(90deg, rgb(255 172 0) 0%, rgb(255 224 0) 32%, rgb(255 255 148) 68%, rgb(255 175 41) 100%);
  border: 2px solid #f6e0be;
  font-size: 18px;
  font-weight: 700;
  color: #0f0049;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 300px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #0f0049;
}
.btn.btn-xs.btn-primary {
  min-width: 80px;
  height: auto;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.btn.btn-primary:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.btn.btn-primary:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.btn.btn-primary:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.btn.btn-primary.btn-sm {
  min-width: 33px;
  height: 33px;
  padding: 0px;
  text-align: center;
  line-height: 32px;
  border: none;
}
.row.flex-row {
  display: flex;
  align-items: center;
}
#top-banner .well h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
#top-banner .well p {
  font-size: 18px;
  font-weight: 500;
  color: #949498;
  margin-bottom: 5px;
}
.igrp .form-control {
  background-color: #ffffff;
  border: none;
  height: 52px;
}
.igrp .form-control:hover,
.igrp .form-control:active,
.igrp .form-control:focus{
  box-shadow: none;
}
.igrp {
  background-color: #1e1d3a;
  border-radius: 30px;
  position: relative;
  padding-left: 50px;
}
.inico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  border-radius: 20px;
  background: rgb(248,196,34);
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
}
.inico i {
  color: #000;
}
.forgot {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 400;
}
#top-banner .well .checkbox {
  margin-top: 0;
  text-align: right;
  color: #c9c9c9;
}
.reg-text {
  font-weight: 500;
  color: #cdcdcd;
  margin-top: 40px;
}
.reg-text a{
  color: #ffe200;
}
#home-stats {
  padding: 80px 0;
}
#home-stats .row {
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
}
.hst {
  text-align: center;
  padding: 70px 0;
}
.hst-icon img {
  width: 110px;
  margin-bottom: 25px;
}
.hst h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.hst h4 {
  color: #949498;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
#content-sec .row {
  display: flex;
  align-items: center;
}
.main-head {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
}
.main-text {
  font-size: 18px;
  font-weight: 500;
  color: #a4a4a4;
  margin-bottom: 30px;
}
section#content-sec:nth-child(4) .col-sm-7 {
  padding-left: 80px;
}
section#content-sec:nth-child(5) .col-sm-7 {
  padding-right: 80px;
}
#low-sec {
  padding: 80px 0;
}
.low-box {
  padding: 40px;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
  position: relative;
}
.low-box h3 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.low-box .main-text {
  margin-bottom: 0;
}
.low-img img {
  display: block;
  margin: auto;
}
.low-box.box2::after {
  content: '';
  position: absolute;
  top: 10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/bw30g5x982g3irwa.png);
  width: 132px;
  height: 132px;
  display: block;
  right: -8px;
}
.low-box.box1::after {
  content: '';
  position: absolute;
  top: -10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/1cbgx9iqkuho5twj.png);
  width: 132px;
  height: 132px;
  display: block;
  left: -12px;
}
#what-is {
  padding: 80px 0;
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: right -30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.foo-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}
.foo-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.foo-menu li {
  max-width: 50%;
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.foo-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.foo-menu li a.soci {
  position: relative;
  padding-left: 30px;
}
.soci:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.soci.soci-yt:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-tw:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-ig:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/mngeltyg9m2m7a1p.png);
}
.soci.soci-tg:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/2z2x1m15gxki4sk0.png);
}
.review-starts {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-starts li i {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}
.review-starts li {
  margin-right: 10px;
}
.footer-bottom {
  padding: 15px;
  border-top: 1px solid #ffe689;
}
.footer-bottom p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #c8c8c8;
}
.footer-top {
  padding: 35px 0;
}
#content-sec:nth-child(5) {
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: 0 -10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.prem-prov {
  float: left;
  display: inline-block;
}
.prem-prov img {
  display: block;
  width: 130px;
}
.dashboard {
  /*background-image: url(https://storage.perfectcdn.com/d673e4/dkf8dxe44sg6ujcm.png);
  background: linear-gradient(90deg, rgb(17 0 82) 0%, rgb(41 0 83) 50%, rgb(13 0 80) 100%);*/
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom;
  top: 0 !important;
  overflow: auto;
}
.dashboard.nightmode {
  background-color: #171717;
}
.dashboard,html{
  height:100%; 
}
.dashboard .navbar.navbar-default {
  background-color: #0f0049;
  border-color: #0f0049;
  border-bottom: 2px solid #ffda66;
  transition: 0.4s all ease-in;
}
.dashboard.nightmode .navbar.navbar-default {
  background-color: #171717;
  border-color: #ffda66;
}
.sidebar-menu {
  position: fixed;
  width: 250px;
  top: 0;
  z-index: 999999;
  background-color: #0f0049;
  height: 100%;
  padding: 0 0;
  transition: .3s linear;
}
.sidebar-menu .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.content-wrap {
  margin: 0 15px 15px 250px;
  padding: 10px 0;
  transition: .3s linear;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  /*overflow: hidden;*/
}
.menu-back-wrapper {
  /*max-height: 530px;
  scrollbar-width: thin;
  scrollbar-color: #debb4e #46455f;
  overflow-y: auto;
  overflow-x: hidden;*/
  padding: 0 20px;
}
.currency-stats {
  text-align: center;
  padding: 0 20px;
  margin: 20px auto 25px;
}
.currency-stats .badge {
  display: inline-flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #debb4e;
  padding: 5px 5px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 118px;
  font-size: 13px;
  margin: 1px;
  justify-content: center;
}
.menu li {
  margin-top: 10px;
}
.menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #c2c2c2;
  display: block;
  padding: 8px 15px;
  transition: all 0.3s ease-in;
  position: relative;
  border-radius: 30px;
  border: 1px solid transparent;
  text-decoration: none;
  z-index: 4;
}
.menu li a .badge {
  font-size: 12px;
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
    background-color: rgba(0, 0, 0, 0);
  color: #0c0d24;
  position: absolute;
  left: 30px;
  top: 3px;
  border-radius: 2px;
  padding: 2px 4px;
}
.menu li.active a, .menu li a:hover {
  color: #ffe47a;
  background: linear-gradient(#0f0049, #0f0049) padding-box, linear-gradient(to top, #e5a91b, #fffd8b) border-box;
}
/*.menu li.active a{
	z-index: -1;
}
.menu li.active a::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 232px;
  height: 164px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}*/
.menu li.active a .navbar-icon {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.crown {
  text-align: center;
}
.crown img {
  width: 130px;
}
.menu li a .navbar-icon {
  margin-right: 10px;
}
.navbar-left-block.navbar-nav > li {
  line-height: 57px;
}
.bread-crumbs {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.bread-crumbs span {
  color: #ffe47a;
  font-weight: 600;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a{
  padding:0;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .caret {
  color: #fff;
  margin-left: 6px;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .user-prof-icon {
  width: 38px;
  height: 38px;
  border-radius: 30px;
  border: 1px solid;
  padding: 3px;
  text-align: center;
  line-height: 30px;
  color: #ffd922;
  border: 1px solid #fffa00;
  display: inline-block;
}
.dashboard .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  border: 1px solid #ffdb41;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  line-height: 26px;
  background: transparent;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a:focus, .dashboard .navbar-default .navbar-nav > li.accbtn > a:active, .dashboard .navbar-default .navbar-nav > li.accbtn > a:hover, .dashboard .navbar-default .navbar-nav > li.accbtn.open > a {
  background-color: transparent;
}
.dashboard .navbar-default .balance-badge .badge {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #debb4e;
  height: 38px;
  padding: 5px;
  line-height: 26px;
  background: transparent;
  border-radius: 30px;
  min-width: 140px;
}
.dashboard .navbar-default .balance-badge a {
  padding: 0;
}
.new-stat-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.new-stat-box::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 262px;
  height: 324px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: .97;
  z-index: 0;
}
.new-stat-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 30px;
  height: 100%;
  background: rgba(255,255,255, 0.3);
  transform: skewX(-30deg);
  animation-name: slide;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: .1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.new-stat-img {
  position: relative;
  overflow: hidden;
  padding-left: 55px;
}
@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  50% {
    left: 120px;
    top: 0px;
  }
  100% {
    left: 290px;
    top: 0;
  }
}
.new-stat-box h4 {
  font-size: 17px;
  margin-top: 0;
  color: #ffdb41;
  position:relative;
}
.new-stat-content h5 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0;
  color: #fff;
}
.media.brand-category {
  display: flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #ffffb261;  
  padding: 2px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 100%;
  transition: 0.4s all ease-in;
}
.nightmode .media.brand-category {
  background-color: #262626;
}
.media.brand-category:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.media.brand-category:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.brand-category img {
  border-radius: 90px;
}
.media.brand-category .media-body {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: auto;
}
.brand-company {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.brand-company .col-3 {
  max-width: 12.504%;
  flex: 0 0 19.504%;
}
.guest .brand-company .col-3 {
  max-width: 19.44%;
  flex: 0 0 19.44%;
}
.wid-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.dashboard .top-stats{
  margin-bottom: 25px;
}
.well-tab {
  background: radial-gradient(#0f0049,#0f0049);
  border: 1px solid #fff27f;
  border-radius: 20px;
  margin-bottom: 19px;
  transition: 0.4s ease-in all;
}
.nightmode .well-tab {
  background: radial-gradient(#262626,#1e1e1e);
}
.well-tab .well-body{
  padding: 15px;
  margin-bottom: 20px;
}
.well-tab .nav-tabs > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.well-tab .nav-tabs > li.active > a, 
.well-tab .nav-tabs > li.active > a:hover {
  background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color:#e9d26a;
  font-weight: 700;
}
.well-tab .nav-tabs > li.active > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 6px;
  width: 70%;
  bottom: -1px;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.well-tab .nav.nav-tabs {
  border-bottom-color: #ffffff;
}
.well-tab .control-label,
.dashboard .well .control-label{
  font-size: 14px;
  font-weight: 600;
  color: #ffe47a;
}
.well-tab .select2-container--default .select2-selection--single.form-control, 
.well-tab select.form-control, 
.well-tab input.form-control, 
.well-tab textarea.form-control,
.dashboard .well .select2-container--default .select2-selection--single.form-control, 
.dashboard .well select.form-control, 
.dashboard .well input.form-control, 
.dashboard .well textarea.form-control{
  height: 40px;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  background-color: rgb(255 255 255);
  color: #000000;
  font-weight: 520;
  border: 1px solid #ffffff;
  font-size: 16px;
}
select.form-control option {
  color: #0c0b1f;
}
.well-tab textarea.form-control,
.dashboard .well textarea.form-control{
  height: auto;
  border-radius: 20px;
}
.form-group.searchgrp {
  height: 41px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
}
.well-tab .form-group.searchgrp #input_service {
  background-color: transparent;
  padding: 0;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.well-tab .panel-body.border-solid.border-rounded {
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(16 16 16);
  color: #fff;
  font-weight: 500;
  border: 1px solid #ffe47a;
  word-break: break-word;
}
.well {
  background-color: rgba(18, 17, 47, 0.75);
  border: 1px solid #ffd200;
  border-radius: 20px;
}
.serv-box {
  background-color: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  margin-bottom: 19px;
}
.serv-icon {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  text-align: center;
  line-height: 42px;
  margin-right: 12px;
}
.serv-content h4 {
  font-size: 12px;
  color: #e9d26a;
  margin-top: 15px;
}
.nav.nav-pills.order-pills {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.nav.nav-pills.order-pills::before, .nav.nav-pills.order-pills::after {
  display: none;
}
.order-pills > li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  min-width: 152px;
  color: #000000;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 40px;
}
.order-pills > li.all-pill a {
  color: #0a0a09;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.pending-pill a {
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
}
.order-pills > li.inprogress-pill a,
.order-pills > li.active-pill a{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
}
.order-pills > li.completed-pill a {
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.partial-pill a {
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
}
.order-pills > li.processing-pill a {
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
}
.order-pills > li.canceled-pill a {
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
}
.input-group.searchgrp {
  height: 58px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
  margin-bottom: 20px;
  border: 1px solid #debb4e;
}
.input-group.searchgrp .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 20px;
  height: 55px;
}
.input-group.searchgrp .form-control:focus {
  z-index: 1;
}
.input-group.searchgrp .btn.btn-primary {
  margin-left: -30px;
  border-radius: 30px;
  width: 42px;
  height: 42px;
  border: none;
  min-width: 42px;
  line-height: 32px;
}


.order-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.order-box {
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border: 1px solid #debb4e;
  border-radius: calc(7px * 2);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order-box-top {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  color: darkgray;
}
.order-box-middle {
  border-top: 1px solid #debb4e;
  border-bottom: 1px solid #debb4e;
}
.order-box-middle,
.order-box-bottom {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.order-top-left,
.order-middle-left,
.order-bottom-left{
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
}
.order-service{
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.order-top-right,
.order-middle-right,
.order-bottom-right{
  display: flex;
  justify-content: flex-end;
}
.order-box-bottom {
  display: grid;
  padding: 10px;
  grid-template-columns: 4fr 1fr;
  gap: 10px;
}
.order-box {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.order-service {
  color: #fff;
}
.order-top-left > div:first-child, 
.order-middle-left > div:first-child, 
.order-bottom-left > div:first-child {
  min-width: 130px;
}
.order-action a {
  background: -webkit-linear-gradient(3deg, rgb(255 190 44) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  padding: 1px 8px;
  border-radius: 8px;
  border: 2px solid #ffd200;
  text-decoration: none;
}
.order-link a {
 background: -webkit-linear-gradient(3deg, rgb(255 177 0) 0%, rgb(255 238 141) 50%, rgb(255 231 101) 70%, rgb(255 185 0) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  overflow: hidden;
}

.grid-header {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding: 10px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border-radius: 30px;
}
.servgrid .grid-header {
  grid-template-columns: repeat(6, 1fr);
}
.grid-header div {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  padding: 0 10px;
}
.grid-items-container {
  display: grid;
  /*grid-template-columns: repeat(9, 1fr);*/
  grid-auto-rows: auto;
  grid-gap: 10px;
}

.grid-item {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  padding: 20px 10px;
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border-radius: 20px;
}
.grid-container.updategrid .grid-header, 
.grid-container.updategrid .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.ordergrid .grid-header, 
.ordergrid .grid-items-container .grid-item {
  grid-template-columns: repeat(9, 1fr);
}
.servgrid .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.servgrid .grid-item.cate-name-item {
  grid-template-columns: repeat(1, 1fr);
}
.ticketgrid .grid-header,
.ticketgrid .grid-item{
  grid-template-columns: repeat(4, 1fr);
}
.dripgrid .grid-header,
.dripgrid .grid-item{
  grid-template-columns: repeat(9, 1fr);
}
.paymentgrid .grid-header, 
.paymentgrid .grid-items-container .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.historygrid .grid-header, 
.historygrid .grid-items-container .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.apigrid2 .grid-header, 
.apigrid2 .grid-items-container .grid-item {
  grid-template-columns: repeat(2, 1fr);
}
.grid-item > div {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 0 10px;
}
.label-badge{
  border-radius: 60px;
  border: none;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  line-height: 40px;
  max-width: 62px;
  text-align: center;
  color: #0f0049;
  font-size: 13px;
  font-weight: 700;
}
.custom-table .grid-item div > a {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.custom-table .grid-item div > a.btn.btn-modal {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 2px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #4d4b4b;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 200px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #4d4b4b;
  text-decoration: none;
  border: none;
}
.custom-table .grid-item div.order-actions > a,
.custom-table .grid-item div.order-actions > button{
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
} 
.label-badge.label-已完成,
.label-badge.label-completed,
.label-badge.label-answered{
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  min-width: 108px;
}
.label-badge.label-部分退款,
.label-badge.label-partial{
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
  min-width: 108px;
}
.label-badge.label-进行,
.label-badge.label-pending{
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
  min-width: 108px;
}
.label-badge.label-进行中,
.label-badge.label-inprogress{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
  min-width: 108px;
}
.label-badge.label-已取消,
.label-badge.label-已到期,
.label-badge.label-canceled,
.label-badge.label-closed{
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
  min-width: 108px;
}
.label-badge.label-处理中,
.label-badge.label-processing{
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
  min-width: 108px;
}
.grid-item.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.grid-item.cate-name-item .cate-name {
  font-size: 24px;
  font-weight: 700;
}
.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.cate-name-item .cate-name {
  font-size: 24px;
}
.grid-item > div > .btn.btn-primary {
  min-width: 108px;
  border: none;
  height: 42px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
}
.well-title {
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}
.contact-box {
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.contact-box.tg {
  border-color: #28a7e8;
}
.contact-box.wh {
  border-color: #58ce6f;
}
.contact-box.ma {
  border-color: #ff5b55;
}
.contact-box.sk {
  border-color: #38c1f3;
}
.contact-content h5 {
  font-size: 12px;
  font-weight: 400;
  color: #e9d26a;
}
.contact-content h6 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.contact-icon {
  margin-right: 15px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.27);
}
.cont-ic {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.tg .cont-ic {
  background-color: #28a7e8;
  box-shadow: -3px 3px 6px -1px #28a7e8;
}
.wh .cont-ic {
  background-color: #58ce6f;
  box-shadow: -3px 3px 6px -1px #58ce6f;
}
.ma .cont-ic {
  background-color: #ff5b55;
  box-shadow: -3px 3px 6px -1px #ff5b55;
}
.sk .cont-ic {
  background-color: #38c1f3;
  box-shadow: -3px 3px 6px -1px #38c1f3;
}
.well .nav.nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.well .nav.nav-tabs::before, 
.well .nav.nav-tabs::after {
  display: none;
}
.well .nav-tabs > li > a {
  background-color: #171616;
  border-radius: 12px;
  border: 1px solid #171616;
  margin: 0;
}
.well .nav-tabs > li.active > a, 
.well .nav-tabs > li.active > a:hover, 
.well .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #e4c458;
  border-bottom-color: #e4c458;
  background-color: #1f221f;
}
.well .tab-content {
  background-color: #191b19;
  padding: 20px;
  border-radius: 12px;
}
.well .tab-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.well .grid-item,
.well-tab .grid-item{
  padding: 0;
  background-color: transparent;
  grid-column-gap: 10px;
}
.well .grid-item > div,
.well-tab .grid-item > div{
  background-color: rgba(255, 255, 255, 0.07);
  padding: 10px;
  border-radius: 40px;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.well .grid-header,
.well-tab .grid-header{
  grid-column-gap: 10px;
}
.well .grid-header > div,
.well-tab .grid-header > div{
  padding-left: 10px;
  padding-right: 10px;
}
.social-badge img {
  margin-right: 8px;
}
.inner-content p {
  font-family: Montserrat;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.apigrid1 .grid-item {
  grid-template-columns: repeat(2, 1fr);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  grid-gap: 10px;
}
.apigrid1 .grid-item > div {
  background-color: rgba(18, 17, 47, 0.75);
  border-radius: 60px;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 15px;
}
.grid-item .link-item {
  color: #e9d26a;
  font-size: 16px;
}
pre {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.ticket-msg-wrap {
  padding-top: 15px;
  min-height: 480px;
  overflow-y: scroll;
  border-bottom: 1px solid #000;
  max-height: 480px;
}
.ticket-message-block {
  display: flex;
  flex-direction: column;
  padding: 25px 15px 5px;
  margin-bottom: 0;
}
.ticket-message-block.ticket-message-left {
  align-items: flex-end;
}
.message-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.author-pic {
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 38px;
  flex: 0 0 38px;
}
.ticket-message-block.ticket-message-right .author-pic {
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
  margin-right: 20px;
  color: #513205;
}
.ticket-message-block.ticket-message-left .author-pic {
  color: #ffffff;
  margin-left: 20px;
}
.messsage-wrap {
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ticket-message-block.ticket-message-right .messsage-wrap {
  border-radius: 20px;
  color: #513205;
  background: rgb(241,223,191);
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-block.ticket-message-left .messsage-wrap {
 background: linear-gradient(90deg, rgb(44 190 223) 0%, rgb(0 148 182) 50%, rgb(0 94 168) 100%);
  color: #ffffff;
  min-height: 58px;
  border-radius: 20px;
}
.message-sub-top {
  margin-top: -46px;
  margin-bottom: 24px;
}
.message-sub-top strong {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.ticket-message-right .message-sub-top strong {
  color: #513205;
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-left .message-sub-top strong {
  background: linear-gradient(90deg, #7300ff 0%, #1970ff 50%, rgb(194 0 255) 100%);
}
.message-sub-top strong i, .message-sub-top .text-muted i {
  margin-right: 5px;
  font-size: 11px;
  margin-left: -5px;
}
.ticket-message-right .message-sub-top strong i {
  color: #513205;
}
.ticket-message-left .message-sub-top strong i {
  color: #ffffff;
}
.message-sub-top .text-muted {
  font-size: 10px;
  font-weight: 700;
  border: 1px solid;
  border-radius: 20px;
  padding: 3px 10px;
}
.ticket-message-right .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-left .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-block.ticket-message-left .author-pic img {
  width: 38px;
}
.post-well h4 {
  font-size: 16px;
  font-weight: 600;
  color: #e9d26a;
  margin-bottom: 25px;
  margin-top: 0;
  min-height: 55px;
}
.post-content {
  color: #fff;
  font-size: 14px;
  min-height: 100px;
  margin-bottom: 15px;
}
.post-well .btn.btn-primary {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-width: 1px;
  border-radius: 10px;
  min-width: auto;
  line-height: 34px;
}
.bar-wrap p {
  color: #fff;
  margin: 0;
}
.bar-wrap p strong {
 background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress {
  background-color: rgba(255, 255, 255, 35%);
  border-radius: 20px;
  height: 10px;
}
.progress-bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.ticket-backbtn {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid #ffd200;
  text-decoration: none;
}
.serv-id {
 background: -webkit-linear-gradient(3deg, rgb(255 191 49) 0%, rgb(255 237 138) 50%, rgb(255 230 141) 70%, rgb(255 197 45) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nameserver-head {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color: #e9d26a;
  font-size: 18px;
}
.namerserver-list {
  padding-left: 20px;
}
.namerserver-list li {
  font-size: 14px;
  font-weight: 500;
  color: #ffe365;
}
.namerserver-list li img {
  width: 90%;
  object-fit: contain;
  max-height: 436px;
  object-position: left;
}
.affiliate-tab p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}


@media(max-width:991px){
  .guest .brand-company .col-3 {
    max-width: 24%;
    flex: 0 0 24%;
  }
  .sidebar-menu{
    width: 180px;
  }
  .currency-stats{
    padding: 0 8px;
    margin: 8px auto 14px;
  }
  .menu-back-wrapper {
    padding: 0 8px;
  }
  .currency-stats .badge{
    padding: 6px 6px;
    width: 47%;
    font-size: 8px;
  }
  .content-wrap {
    margin: 0 0 15px 180px;
  }
  .container{
    width: 100%;
  }
  .prem-prov img {
    width: 115px;
  }
  .guest .navbar-default .navbar-nav > li > a, .guest .navbar-default .navbar-nav > li > a:hover, .guest .navbar-default .navbar-nav > li.active > a {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle,
  .navbar-default .navbar-nav > li.signup-btn > a{
    font-size: 14px;
    min-width: 130px;
  }
  .navbar-default .navbar-nav > li.signup-btn > a{
  	border: 2px solid #f6e0be;
  }
  .top-stats li{
    padding: 10px 15px;
    margin: 0 10px;
	font-size: 16px;
    min-width: 120px;
  }
  #what-is img {
    width: 100%;
  }
  .cont-img {
    width: 100%;
  }
  #home-stats {
    padding: 50px 0;
  }
  .hst-icon img {
    width: 90px;
    margin-bottom: 15px;
  }
  .hst h3 {
    font-size: 28px;
  }
  .low-img img {
    width: 100%;
  }
  .low-box.box1::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  .low-box.box2::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  #low-sec {
    padding: 50px 0;
  }
  #what-is {
    padding: 50px 0;
  }
  .grid-container.dripgrid,
  .grid-container.ordergrid{
    width: 140%;
  }
  .order-pills > li a{
    min-width: 100px;
  }
  .brand-company .col-3 {
    max-width: 24.1%;
    flex: 0 0 24.1%;
  }
  
}
@media(max-width:550px){
  .dashboard .navbar-brand {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dashboard .navbar-default .navbar-brand img {
    height: 45px;
  }
  .navbar-toggle.x {
    border:none;
    margin: 0;
    float: none;
  }
  .dashboard .navbar-default .navbar-toggle:hover, .dashboard .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle.x .icon-bar {
    width:22px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    -webkit-transition:all .2s;
    transition:all .2s
  }
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transform-origin:10% 10%;
    -ms-transform-origin:10% 10%;
    transform-origin:10% 10%
  }
  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity:0;
    filter:alpha(opacity=0)
  }
  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:10% 90%;
    -ms-transform-origin:10% 90%;
    transform-origin:10% 90%
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity:1;
    filter:alpha(opacity=100)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .brand-right {
    float: right;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
  .dashboard .lang-drop, .dashboard .opt-drop, .dashboard .feat-drop,.dashboard .mode.mmode {
    display: inline-block;
  }
  .lang-drop .btn.btn-default, .opt-drop .btn.btn-default, .feat-drop .btn.btn-default {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 6px;
  }
  .lang-drop .btn.btn-default:hover, .lang-drop .btn.btn-default:active, .lang-drop .btn.btn-default:focus, .opt-drop .btn.btn-default:hover, .opt-drop .btn.btn-default:active, .opt-drop .btn.btn-default:focus, .feat-drop .btn.btn-default:hover, .feat-drop .btn.btn-default:active, .feat-drop .btn.btn-default:focus {
    background-color: transparent;
  }
  .opt-drop .btn.btn-default .menu-icon, .feat-drop .btn.btn-default .menu-icon {
    filter: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background:linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 50px;
  }
  .opt-drop .btn.btn-default .menu-icon img {
    width: 180%;
    margin-left: -12px;
    margin-right: -6px;
  }
  .feat-drop .btn.btn-default .menu-icon {
    line-height: 34px;
    color: #000;
    font-size: 18px;
  }
  .dashboard .opt-drop .dropdown-menu, .dashboard .feat-drop .dropdown-menu {
    left: 0;
    right: 0;
    position: fixed;
    top: 70px;
    width: 92%;
    margin: auto;
    float: none;
    -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    background-color: #262546;
  }
  .mode-box, .lang-box, .curr-box {
    padding: 4px 10px 4px;
  }
  .mode-box h6, .lang-box h6, .curr-box h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #ffffff;
  }
  .dashboard .mob-mode {
    display: block;
  }
  .mode-box .mode.mob-mode, .lang-box .lang-list, .curr-box .curr-list {
    background-color: #1d1c37;
    border-radius: 5px;
    padding: 5px;
  }
  .lang-list, .curr-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lang-list li, .curr-list li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .lang-list li a, .curr-list li a {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #0f0049;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .lang-list li .lang-name {
    margin-right: 5px;
  }
  .feat-drop .dropdown-menu .divider {
    margin: 6px 0;
    background-color: #444366;
  }
  .mode-box .mob-mode .toggle {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .mode-box .mob-mode .toggle .menu-icon {
    width: auto;
    height: auto;
    background-color: transparent;
    filter: none;
    line-height: 1;
    border-radius: 0;
    color: #646360;
  }
  .opt-drop .dropdown-menu > li > a {
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
  }
  .opt-drop .dropdown-menu > li > a .drop-menu-icon {
    margin-right: 10px;
    width: 18px;
    display: inline-block;
  }
  .dashboard .navbar-left-block, .dashboard .navbar-right-block {
    display: none;
  }
  .dashboard .nav.navbar-nav.navbar-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .dashboard .navbar-default .navbar-nav > li > a {
    justify-content: space-between;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: row;
    position: relative;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e9d26a;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-text {
    order: 1;
    white-space: nowrap;
  }
  .dashboard .navbar-default .navbar-nav > li > a::after {
    content: '';
    width: 100%;
    border-top: 1px solid;
    margin: 0 10px;
    order: 2;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-right {
    order: 3;
  }
  .mob-menu-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 22px;
    padding: 4px;
    -webkit-text-fill-color: none;
	color: #151515;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a .mob-menu-icon {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-text-fill-color: #151515;
	color: #151515;
  }
  .new-stat-img .full-logo {
    width: 90px;
  }
  .new-stat-box h4 {
    font-size: 14px;
  }
  .new-stat-content h5 {
    font-size: 16px;
  }
  .new-stat-content br {
    display: none;
  }
  .progress{
    height: 8px;
	margin-bottom: 10px;
  }
  .bar-wrap p{
    font-size: 12px;
  }
  .point-badge {
    width: 80px;
  }
  .new-stat-img {
    padding-left: 0;
    margin-right: -35px;
  }
  .new-stat-box{
    justify-content: space-evenly;
  }
  .dashboard .inner-wrap .container-fluid {
    width: 100%;
  }
  .new-stat-box2 h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .user-balance, .user-spent {
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
  }
  .new-stat-box2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .new-stat-box2 img {
    width: 25px;
    margin-right: 10px;
  }
  .new-stats .col-sm-6.col-md-4:last-child {
    order: 1;
  }
  .new-stats .col-sm-6.col-md-4:first-child {
    order: 2;
  }
  .new-stats .col-sm-6.col-md-4:nth-child(2) {
    order: 3;
  }
  .new-stats .row {
    display: flex;
    flex-direction: column;
  }
  .point-box .btn.btn-primary {
    height: 33px;
    min-width: 103px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0;
  }
  .currency-stats .badge{
    width: 22%;
	font-size: 9px;
  }
  .brand-company{
    gap: 3px;
  }
  .media.brand-category .media-body{
    font-size: 10px;
  }
  .brand-company .col-3 {
    max-width: 32.6%;
    flex: 0 0 32.6%;
  }
  .brand-category img{
    width: 22px;
  }
  .footer-top .col-xs-9, .footer-top .col-xs-3 {
    width: 100%;
    float: none;
  }
  .currency-stats {
    padding: 0;
  }
  
}
.nightmode .modal-content {
  background-color: #404040;
}
.lunar_decorate {
  position: relative;
  display: block;
  margin: auto;
}
.top_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/57fy3bydengieiuc.png);
  width: 100%;
  height: 135px;
  display: block;
  position: absolute;
  background-size: auto 100%;
  background-repeat: repeat-x;
  top: 0;
}
.fly_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/l1k5ys460p6w4lb2.png);
  width: 74px;
  height: 207px;
  position: absolute;
  display: block;
  top: -10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fly_lights.fl_1 {
  left: 373px;
}
.fly_lights.fl_2 {
  left: 50%;
}
.fly_lights.fl_3 {
  right: 320px;
}
.dashboard .top_lights {
  top: 50px;
}
.dashboard .fly_lights {
  top: 72px;
}body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #0f0049;
  cursor: url(https://storage.perfectcdn.com/d673e4/hrxezsnje5z4ftru.png), pointer !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 520px !important;
}
.point-badge {
  width: 90px;
  display: block;
}
body.guest {
  background: radial-gradient(#2200CC,#0d0146);
  background-repeat: inherit;
  background-position: bottom;
  background-size: cover;
}
/*NEW HEADER*/
.dashboard .navbar-brand {
  padding-top: 14px;
  padding-bottom: 14px;
  height: auto;
}
.banner-img img {
  width: 100%;
  display: block;
  margin: 20px 0 0;
}
#page-wrapper {
  position: relative;
  min-height: 100vh;
}
.dashboard .inner-wrap .container-fluid {
  width: 85%;
}
.dashboard .inner-wrap .container-fluid.w100{
  width:100%;
}
.dashboard .navbar.navbar-default {
  background-color: #000;
  border-bottom: 1px solid #0f0f0f;
  border-radius: 0;
}
.dashboard .navbar-default .navbar-nav > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.dashboard .navbar-default .navbar-nav > li.setting > a,
.dashboard .navbar-default .navbar-nav > li.lang > a,
.dashboard .navbar-default .navbar-nav > li.mode > a,
.dashboard .navbar-default .navbar-nav > li.update > a,
.dashboard .navbar-default .navbar-nav > li.dropdown-currencies > a{
  padding-top: 9px;
  padding-bottom: 15px;
}
.dashboard .navbar-default .navbar-nav > .open > a, 
.dashboard .navbar-default .navbar-nav > .open > a:hover, 
.dashboard .navbar-default .navbar-nav > .open > a:focus{
  background-color: transparent;
}
.menu-icon {
  width: 23px;
  height: 28px;
  text-align: center;
  display: block;
  /*filter: invert(1);*/
  position: relative;
}
.menu-icon.profPic {
  filter: none;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border: 1px solid #ffe47a;
  border-radius: 50px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.lang .menu-icon,
.menu-icon.currencySymbol {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #ffe47a;
}
.menu-icon.currencySymbol{
  color: #2d2d2c;
  justify-content: center;
  font-weight: 700;
  position: relative;
  overflow: visible;
  font-size: 18px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.cur-icon-badge {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  background-color: red;
  border-radius: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cur-icon-badge.USD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/us.svg);
}
.cur-icon-badge.INR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/in.svg);
}
.cur-icon-badge.TRY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/tr.svg);
}
.cur-icon-badge.EUR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eu.svg);
}
.cur-icon-badge.RUB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ru.svg);
}
.cur-icon-badge.BRL {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/br.svg);
}
.cur-icon-badge.NGN {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ng.svg);
}
.cur-icon-badge.KRW {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kr.svg);
}
.cur-icon-badge.THB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/th.svg);
}
.cur-icon-badge.SAR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/sa.svg);
}
.cur-icon-badge.CNY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/cn.svg);
}
.cur-icon-badge.VND {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/vn.svg);
}
.cur-icon-badge.KWD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kw.svg);
}
.cur-icon-badge.EGP {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eg.svg);
}
.cur-icon-badge.PKR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/pk.svg);
}
.menu-icon.profPic img {
  width: 170%;
  margin-left: -11px;
  margin-top: 2px;
}
.mode .menu-icon,
.update .menu-icon{
  width: 34px;
  height: 34px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  border-radius: 50px;
  color: #000;
  line-height: 46px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.lang .menu-icon .flag-icon {
  width: 100%;
  height: 100%;
}
.update .menu-icon {
  filter: invert(0);
}
.update .menu-icon .material-icons {
  font-size: 21px;
}
.ticket-count {
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  color: #040404;
  border-radius: 50px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  font-size: 12px;
  box-shadow: 0 0 0 0 rgba(253, 240, 1, 1);
  animation: pulse 2s infinite;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -13px;
  top: -2px;
  font-weight: 700;
  font-family: poppins;
}
.mode .menu-icon, .lang .menu-icon {
  filter: invert(0);
}
.menu-text {
  font-size: 14px;
  font-weight: 500;
}
.dashboard .navbar-nav > li > .dropdown-menu {
  -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  border: none;
  min-width: inherit;
  width: auto;
  border-radius: 5px;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  margin-top: 10px;
  right: auto;
  top: 60px;
}
.dropdown.feat-drop,
.mode.mmode{
  display: none;
}
.dashboard .nav.navbar-nav.navbar-mobile {
  display: none;
}
.dashboard .lang-drop,
.dashboard .opt-drop,
.dashboard .mob-mode{
  display: none;
}
.new-stat-img .full-logo {
  width: 128px;
}
.new-stat-box2 h4 {
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.user-balance, .user-spent {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
.new-stat-box2 img {
  width: 34px;
  margin-right: 15px;
}

/*NEW HEADER*/

.dashboard .mCSB_inside > .mCSB_container {
  margin-right: 5px;
  z-index: 1;
}
.modal {
  color: #000;
}
.mCustomScrollBox{
  z-index:99999;
}
.select2-dropdown {
  z-index: 999999999999 !important;
}
.count {
  animation: count-up 2s ease-in-out;
  animation-fill-mode: forwards;
  transition: border-color 0.2s ease-in-out;
}
.navbar-right.navbar-right-block .dropdown-menu{
  background-color: #262546;
  border-radius: 20px !important;
  padding-top: 0;
  margin-top: 5px !important;
}
.navbar-right.navbar-right-block .dropdown-menu li > a,
.navbar-right.navbar-right-block .dropdown-menu li > a{
  color: #fff;
  padding-left: 12px;
  font-size: 14px;
  border-bottom: 1px solid #ededed0d;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navbar-right.navbar-right-block .dropdown-menu > a{
  color: inherit;
  font-size: inherit;
}
.navbar-right.navbar-right-block .dropdown-menu > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu > a:focus {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.navbar-right.navbar-right-block .dropdown-menu li > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu li > a:focus{
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
  color: #593b0f;
}
.navbar-right.navbar-right-block .dropdown-menu li.active > a{
  background-color: transparent;
}
.langbtn .dropdown-menu li > a .flag-icon {
  margin-right: 5px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
}
.langbtn .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #000000 transparent transparent transparent !important;
  border-width: 7px 7px 0 7px !important;
  margin-left: -7px !important;
}
@keyframes count-up {
  from { 
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.count[data-count]:after {
  content: attr(data-count);
  display: none;
}

.count[data-count]::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}

.loader {
  background: #000;
  background: radial-gradient(#190956,#0f0049);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-inner {
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
.loader-line-wrap{
  animation:spin 2000ms cubic-bezier(.175,.885,.32,1.275) infinite;
  box-sizing:border-box;
  height:50px;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  transform-origin:50% 100%;
  width:100px
}
.loader-line{
  border:4px solid transparent;
  border-radius:100%;
  box-sizing:border-box;
  height:100px;
  left:0;
  margin:0 auto;
  position:absolute;
  right:0;
  top:0;
  width:100px
}
.loader-main {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
}

.loader-main:before , .loader-main:after{
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
.loader-main:after {
  box-shadow: 0 2px 0 rgba(255,207,37,1) inset;
  animation: rotate 2s linear infinite;
}
.loader-main img {
  width: 90%;
  margin: auto;
  display: block;
  padding: 45px 0 0;
}
@keyframes rotate {
  0% {  transform: rotate(0)}
  100% { transform: rotate(360deg)}
}
.view-badge {
  background-color: #e53f25;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 4px;
  animation: pulse1 2s linear infinite;
  margin-right: 10px;
}
@keyframes pulse1 {
  0% {
    opacity:25%;
  }
  25% {
    opacity:75%;
  }
  50% {
    opacity:100%;
  }
  75% {
    opacity:50%;
  }
  100% {
    opacity:25%;
  }
}
.slider-new {
  width: 100%;
  height: 100%;
}
.slider-new img {
  object-fit: fill;
  height: 175px;
}
.new-stat-box.slide-new {
  padding: 0;
  display: block;
  overflow: hidden;
}
.guest .navbar.navbar-default {
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
.top-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0;
}
.top-stats li {
  background-color: rgb(15 0 73 / 46%);
  padding: 12px 20px;
  border-radius: 20px;
  list-style: none;
  border: 1px solid #ffe259;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  min-width: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-stats li img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
}
.guest .navbar-default .navbar-nav > li > a,
.guest .navbar-default .navbar-nav > li > a:hover,
.guest .navbar-default .navbar-nav > li.active > a{
  font-size: 16px;
  background-color: transparent;
  font-weight: 500;
  color: #fff;
}
.navbar-default .navbar-nav > li.signup-btn > a {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 3px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  height: 48px;
  line-height: 8px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
  overflow: hidden;
}
.navbar-default .navbar-nav > li.signup-btn > a:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.navbar-default .navbar-nav > li.signup-btn > a:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.navbar-default .navbar-nav > li.signup-btn> a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  user-select: none;
  background: #0002848f;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 48px;
  line-height: 18px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
}
.navbar-default .navbar-nav > li.langbtn img {
  margin-right: 5px;
}
.guest .navbar-nav > li.google-translate {
  padding: 12px 0;
}
#top-banner .well {
  background-color: #000284;
  padding: 55px 25px;
  border-radius: 50px;
  list-style: none;
  border: 1px solid #ffe259;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  max-width: 450px;
  position:relative;
}
#top-banner .well::before {
  content: '';
  background-image: url(https://storage.perfectcdn.com/d673e4/up4gqczmzoiihd2o.png);
  width: 268px;
  height: 624px;
  display: block;
  position: absolute;
  top: -97px;
  right: -83px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.top-head {
  font-size: 58px;
  font-weight: 800;
  margin-top: 0;
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-para {
  font-size: 18px;
  font-weight: 400;
  color: #949498;
  margin-bottom: 30px;
}
.btn.btn-primary {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
 background: linear-gradient(90deg, rgb(255 172 0) 0%, rgb(255 224 0) 32%, rgb(255 255 148) 68%, rgb(255 175 41) 100%);
  border: 2px solid #f6e0be;
  font-size: 18px;
  font-weight: 700;
  color: #0f0049;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 300px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #0f0049;
}
.btn.btn-xs.btn-primary {
  min-width: 80px;
  height: auto;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.btn.btn-primary:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.btn.btn-primary:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.btn.btn-primary:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.btn.btn-primary.btn-sm {
  min-width: 33px;
  height: 33px;
  padding: 0px;
  text-align: center;
  line-height: 32px;
  border: none;
}
.row.flex-row {
  display: flex;
  align-items: center;
}
#top-banner .well h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
#top-banner .well p {
  font-size: 18px;
  font-weight: 500;
  color: #949498;
  margin-bottom: 5px;
}
.igrp .form-control {
  background-color: #ffffff;
  border: none;
  height: 52px;
}
.igrp .form-control:hover,
.igrp .form-control:active,
.igrp .form-control:focus{
  box-shadow: none;
}
.igrp {
  background-color: #1e1d3a;
  border-radius: 30px;
  position: relative;
  padding-left: 50px;
}
.inico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  border-radius: 20px;
  background: rgb(248,196,34);
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
}
.inico i {
  color: #000;
}
.forgot {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 400;
}
#top-banner .well .checkbox {
  margin-top: 0;
  text-align: right;
  color: #c9c9c9;
}
.reg-text {
  font-weight: 500;
  color: #cdcdcd;
  margin-top: 40px;
}
.reg-text a{
  color: #ffe200;
}
#home-stats {
  padding: 80px 0;
}
#home-stats .row {
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
}
.hst {
  text-align: center;
  padding: 70px 0;
}
.hst-icon img {
  width: 110px;
  margin-bottom: 25px;
}
.hst h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.hst h4 {
  color: #949498;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
#content-sec .row {
  display: flex;
  align-items: center;
}
.main-head {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
}
.main-text {
  font-size: 18px;
  font-weight: 500;
  color: #a4a4a4;
  margin-bottom: 30px;
}
section#content-sec:nth-child(4) .col-sm-7 {
  padding-left: 80px;
}
section#content-sec:nth-child(5) .col-sm-7 {
  padding-right: 80px;
}
#low-sec {
  padding: 80px 0;
}
.low-box {
  padding: 40px;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
  position: relative;
}
.low-box h3 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.low-box .main-text {
  margin-bottom: 0;
}
.low-img img {
  display: block;
  margin: auto;
}
.low-box.box2::after {
  content: '';
  position: absolute;
  top: 10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/bw30g5x982g3irwa.png);
  width: 132px;
  height: 132px;
  display: block;
  right: -8px;
}
.low-box.box1::after {
  content: '';
  position: absolute;
  top: -10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/1cbgx9iqkuho5twj.png);
  width: 132px;
  height: 132px;
  display: block;
  left: -12px;
}
#what-is {
  padding: 80px 0;
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: right -30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.foo-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}
.foo-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.foo-menu li {
  max-width: 50%;
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.foo-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.foo-menu li a.soci {
  position: relative;
  padding-left: 30px;
}
.soci:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.soci.soci-yt:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-tw:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-ig:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/mngeltyg9m2m7a1p.png);
}
.soci.soci-tg:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/2z2x1m15gxki4sk0.png);
}
.review-starts {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-starts li i {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}
.review-starts li {
  margin-right: 10px;
}
.footer-bottom {
  padding: 15px;
  border-top: 1px solid #ffe689;
}
.footer-bottom p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #c8c8c8;
}
.footer-top {
  padding: 35px 0;
}
#content-sec:nth-child(5) {
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: 0 -10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.prem-prov {
  float: left;
  display: inline-block;
}
.prem-prov img {
  display: block;
  width: 130px;
}
.dashboard {
  /*background-image: url(https://storage.perfectcdn.com/d673e4/dkf8dxe44sg6ujcm.png);
  background: linear-gradient(90deg, rgb(17 0 82) 0%, rgb(41 0 83) 50%, rgb(13 0 80) 100%);*/
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom;
  top: 0 !important;
  overflow: auto;
}
.dashboard.nightmode {
  background-color: #171717;
}
.dashboard,html{
  height:100%; 
}
.dashboard .navbar.navbar-default {
  background-color: #0f0049;
  border-color: #0f0049;
  border-bottom: 2px solid #ffda66;
  transition: 0.4s all ease-in;
}
.dashboard.nightmode .navbar.navbar-default {
  background-color: #171717;
  border-color: #ffda66;
}
.sidebar-menu {
  position: fixed;
  width: 250px;
  top: 0;
  z-index: 999999;
  background-color: #0f0049;
  height: 100%;
  padding: 0 0;
  transition: .3s linear;
}
.sidebar-menu .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.content-wrap {
  margin: 0 15px 15px 250px;
  padding: 10px 0;
  transition: .3s linear;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  /*overflow: hidden;*/
}
.menu-back-wrapper {
  /*max-height: 530px;
  scrollbar-width: thin;
  scrollbar-color: #debb4e #46455f;
  overflow-y: auto;
  overflow-x: hidden;*/
  padding: 0 20px;
}
.currency-stats {
  text-align: center;
  padding: 0 20px;
  margin: 20px auto 25px;
}
.currency-stats .badge {
  display: inline-flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #debb4e;
  padding: 5px 5px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 118px;
  font-size: 13px;
  margin: 1px;
  justify-content: center;
}
.menu li {
  margin-top: 10px;
}
.menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #c2c2c2;
  display: block;
  padding: 8px 15px;
  transition: all 0.3s ease-in;
  position: relative;
  border-radius: 30px;
  border: 1px solid transparent;
  text-decoration: none;
  z-index: 4;
}
.menu li a .badge {
  font-size: 12px;
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
    background-color: rgba(0, 0, 0, 0);
  color: #0c0d24;
  position: absolute;
  left: 30px;
  top: 3px;
  border-radius: 2px;
  padding: 2px 4px;
}
.menu li.active a, .menu li a:hover {
  color: #ffe47a;
  background: linear-gradient(#0f0049, #0f0049) padding-box, linear-gradient(to top, #e5a91b, #fffd8b) border-box;
}
/*.menu li.active a{
	z-index: -1;
}
.menu li.active a::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 232px;
  height: 164px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}*/
.menu li.active a .navbar-icon {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.crown {
  text-align: center;
}
.crown img {
  width: 130px;
}
.menu li a .navbar-icon {
  margin-right: 10px;
}
.navbar-left-block.navbar-nav > li {
  line-height: 57px;
}
.bread-crumbs {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.bread-crumbs span {
  color: #ffe47a;
  font-weight: 600;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a{
  padding:0;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .caret {
  color: #fff;
  margin-left: 6px;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .user-prof-icon {
  width: 38px;
  height: 38px;
  border-radius: 30px;
  border: 1px solid;
  padding: 3px;
  text-align: center;
  line-height: 30px;
  color: #ffd922;
  border: 1px solid #fffa00;
  display: inline-block;
}
.dashboard .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  border: 1px solid #ffdb41;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  line-height: 26px;
  background: transparent;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a:focus, .dashboard .navbar-default .navbar-nav > li.accbtn > a:active, .dashboard .navbar-default .navbar-nav > li.accbtn > a:hover, .dashboard .navbar-default .navbar-nav > li.accbtn.open > a {
  background-color: transparent;
}
.dashboard .navbar-default .balance-badge .badge {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #debb4e;
  height: 38px;
  padding: 5px;
  line-height: 26px;
  background: transparent;
  border-radius: 30px;
  min-width: 140px;
}
.dashboard .navbar-default .balance-badge a {
  padding: 0;
}
.new-stat-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.new-stat-box::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 262px;
  height: 324px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: .97;
  z-index: 0;
}
.new-stat-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 30px;
  height: 100%;
  background: rgba(255,255,255, 0.3);
  transform: skewX(-30deg);
  animation-name: slide;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: .1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.new-stat-img {
  position: relative;
  overflow: hidden;
  padding-left: 55px;
}
@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  50% {
    left: 120px;
    top: 0px;
  }
  100% {
    left: 290px;
    top: 0;
  }
}
.new-stat-box h4 {
  font-size: 17px;
  margin-top: 0;
  color: #ffdb41;
  position:relative;
}
.new-stat-content h5 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0;
  color: #fff;
}
.media.brand-category {
  display: flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #ffffb261;  
  padding: 2px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 100%;
  transition: 0.4s all ease-in;
}
.nightmode .media.brand-category {
  background-color: #262626;
}
.media.brand-category:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.media.brand-category:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.brand-category img {
  border-radius: 90px;
}
.media.brand-category .media-body {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: auto;
}
.brand-company {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.brand-company .col-3 {
  max-width: 12.504%;
  flex: 0 0 19.504%;
}
.guest .brand-company .col-3 {
  max-width: 19.44%;
  flex: 0 0 19.44%;
}
.wid-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.dashboard .top-stats{
  margin-bottom: 25px;
}
.well-tab {
  background: radial-gradient(#0f0049,#0f0049);
  border: 1px solid #fff27f;
  border-radius: 20px;
  margin-bottom: 19px;
  transition: 0.4s ease-in all;
}
.nightmode .well-tab {
  background: radial-gradient(#262626,#1e1e1e);
}
.well-tab .well-body{
  padding: 15px;
  margin-bottom: 20px;
}
.well-tab .nav-tabs > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.well-tab .nav-tabs > li.active > a, 
.well-tab .nav-tabs > li.active > a:hover {
  background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color:#e9d26a;
  font-weight: 700;
}
.well-tab .nav-tabs > li.active > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 6px;
  width: 70%;
  bottom: -1px;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.well-tab .nav.nav-tabs {
  border-bottom-color: #ffffff;
}
.well-tab .control-label,
.dashboard .well .control-label{
  font-size: 14px;
  font-weight: 600;
  color: #ffe47a;
}
.well-tab .select2-container--default .select2-selection--single.form-control, 
.well-tab select.form-control, 
.well-tab input.form-control, 
.well-tab textarea.form-control,
.dashboard .well .select2-container--default .select2-selection--single.form-control, 
.dashboard .well select.form-control, 
.dashboard .well input.form-control, 
.dashboard .well textarea.form-control{
  height: 40px;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  background-color: rgb(255 255 255);
  color: #000000;
  font-weight: 520;
  border: 1px solid #ffffff;
  font-size: 16px;
}
select.form-control option {
  color: #0c0b1f;
}
.well-tab textarea.form-control,
.dashboard .well textarea.form-control{
  height: auto;
  border-radius: 20px;
}
.form-group.searchgrp {
  height: 41px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
}
.well-tab .form-group.searchgrp #input_service {
  background-color: transparent;
  padding: 0;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.well-tab .panel-body.border-solid.border-rounded {
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(16 16 16);
  color: #fff;
  font-weight: 500;
  border: 1px solid #ffe47a;
  word-break: break-word;
}
.well {
  background-color: rgba(18, 17, 47, 0.75);
  border: 1px solid #ffd200;
  border-radius: 20px;
}
.serv-box {
  background-color: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  margin-bottom: 19px;
}
.serv-icon {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  text-align: center;
  line-height: 42px;
  margin-right: 12px;
}
.serv-content h4 {
  font-size: 12px;
  color: #e9d26a;
  margin-top: 15px;
}
.nav.nav-pills.order-pills {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.nav.nav-pills.order-pills::before, .nav.nav-pills.order-pills::after {
  display: none;
}
.order-pills > li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  min-width: 152px;
  color: #000000;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 40px;
}
.order-pills > li.all-pill a {
  color: #0a0a09;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.pending-pill a {
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
}
.order-pills > li.inprogress-pill a,
.order-pills > li.active-pill a{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
}
.order-pills > li.completed-pill a {
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.partial-pill a {
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
}
.order-pills > li.processing-pill a {
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
}
.order-pills > li.canceled-pill a {
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
}
.input-group.searchgrp {
  height: 58px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
  margin-bottom: 20px;
  border: 1px solid #debb4e;
}
.input-group.searchgrp .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 20px;
  height: 55px;
}
.input-group.searchgrp .form-control:focus {
  z-index: 1;
}
.input-group.searchgrp .btn.btn-primary {
  margin-left: -30px;
  border-radius: 30px;
  width: 42px;
  height: 42px;
  border: none;
  min-width: 42px;
  line-height: 32px;
}


.order-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.order-box {
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border: 1px solid #debb4e;
  border-radius: calc(7px * 2);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order-box-top {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  color: darkgray;
}
.order-box-middle {
  border-top: 1px solid #debb4e;
  border-bottom: 1px solid #debb4e;
}
.order-box-middle,
.order-box-bottom {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.order-top-left,
.order-middle-left,
.order-bottom-left{
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
}
.order-service{
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.order-top-right,
.order-middle-right,
.order-bottom-right{
  display: flex;
  justify-content: flex-end;
}
.order-box-bottom {
  display: grid;
  padding: 10px;
  grid-template-columns: 4fr 1fr;
  gap: 10px;
}
.order-box {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.order-service {
  color: #fff;
}
.order-top-left > div:first-child, 
.order-middle-left > div:first-child, 
.order-bottom-left > div:first-child {
  min-width: 130px;
}
.order-action a {
  background: -webkit-linear-gradient(3deg, rgb(255 190 44) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  padding: 1px 8px;
  border-radius: 8px;
  border: 2px solid #ffd200;
  text-decoration: none;
}
.order-link a {
 background: -webkit-linear-gradient(3deg, rgb(255 177 0) 0%, rgb(255 238 141) 50%, rgb(255 231 101) 70%, rgb(255 185 0) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  overflow: hidden;
}

.grid-header {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding: 10px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border-radius: 30px;
}
.servgrid .grid-header {
  grid-template-columns: repeat(6, 1fr);
}
.grid-header div {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  padding: 0 10px;
}
.grid-items-container {
  display: grid;
  /*grid-template-columns: repeat(9, 1fr);*/
  grid-auto-rows: auto;
  grid-gap: 10px;
}

.grid-item {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  padding: 20px 10px;
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border-radius: 20px;
}
.grid-container.updategrid .grid-header, 
.grid-container.updategrid .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.ordergrid .grid-header, 
.ordergrid .grid-items-container .grid-item {
  grid-template-columns: repeat(9, 1fr);
}
.servgrid .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.servgrid .grid-item.cate-name-item {
  grid-template-columns: repeat(1, 1fr);
}
.ticketgrid .grid-header,
.ticketgrid .grid-item{
  grid-template-columns: repeat(4, 1fr);
}
.dripgrid .grid-header,
.dripgrid .grid-item{
  grid-template-columns: repeat(9, 1fr);
}
.paymentgrid .grid-header, 
.paymentgrid .grid-items-container .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.historygrid .grid-header, 
.historygrid .grid-items-container .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.apigrid2 .grid-header, 
.apigrid2 .grid-items-container .grid-item {
  grid-template-columns: repeat(2, 1fr);
}
.grid-item > div {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 0 10px;
}
.label-badge{
  border-radius: 60px;
  border: none;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  line-height: 40px;
  max-width: 62px;
  text-align: center;
  color: #0f0049;
  font-size: 13px;
  font-weight: 700;
}
.custom-table .grid-item div > a {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.custom-table .grid-item div > a.btn.btn-modal {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 2px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #4d4b4b;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 200px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #4d4b4b;
  text-decoration: none;
  border: none;
}
.custom-table .grid-item div.order-actions > a,
.custom-table .grid-item div.order-actions > button{
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
} 
.label-badge.label-已完成,
.label-badge.label-completed,
.label-badge.label-answered{
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  min-width: 108px;
}
.label-badge.label-部分退款,
.label-badge.label-partial{
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
  min-width: 108px;
}
.label-badge.label-进行,
.label-badge.label-pending{
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
  min-width: 108px;
}
.label-badge.label-进行中,
.label-badge.label-inprogress{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
  min-width: 108px;
}
.label-badge.label-已取消,
.label-badge.label-已到期,
.label-badge.label-canceled,
.label-badge.label-closed{
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
  min-width: 108px;
}
.label-badge.label-处理中,
.label-badge.label-processing{
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
  min-width: 108px;
}
.grid-item.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.grid-item.cate-name-item .cate-name {
  font-size: 24px;
  font-weight: 700;
}
.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.cate-name-item .cate-name {
  font-size: 24px;
}
.grid-item > div > .btn.btn-primary {
  min-width: 108px;
  border: none;
  height: 42px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
}
.well-title {
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}
.contact-box {
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.contact-box.tg {
  border-color: #28a7e8;
}
.contact-box.wh {
  border-color: #58ce6f;
}
.contact-box.ma {
  border-color: #ff5b55;
}
.contact-box.sk {
  border-color: #38c1f3;
}
.contact-content h5 {
  font-size: 12px;
  font-weight: 400;
  color: #e9d26a;
}
.contact-content h6 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.contact-icon {
  margin-right: 15px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.27);
}
.cont-ic {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.tg .cont-ic {
  background-color: #28a7e8;
  box-shadow: -3px 3px 6px -1px #28a7e8;
}
.wh .cont-ic {
  background-color: #58ce6f;
  box-shadow: -3px 3px 6px -1px #58ce6f;
}
.ma .cont-ic {
  background-color: #ff5b55;
  box-shadow: -3px 3px 6px -1px #ff5b55;
}
.sk .cont-ic {
  background-color: #38c1f3;
  box-shadow: -3px 3px 6px -1px #38c1f3;
}
.well .nav.nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.well .nav.nav-tabs::before, 
.well .nav.nav-tabs::after {
  display: none;
}
.well .nav-tabs > li > a {
  background-color: #171616;
  border-radius: 12px;
  border: 1px solid #171616;
  margin: 0;
}
.well .nav-tabs > li.active > a, 
.well .nav-tabs > li.active > a:hover, 
.well .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #e4c458;
  border-bottom-color: #e4c458;
  background-color: #1f221f;
}
.well .tab-content {
  background-color: #191b19;
  padding: 20px;
  border-radius: 12px;
}
.well .tab-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.well .grid-item,
.well-tab .grid-item{
  padding: 0;
  background-color: transparent;
  grid-column-gap: 10px;
}
.well .grid-item > div,
.well-tab .grid-item > div{
  background-color: rgba(255, 255, 255, 0.07);
  padding: 10px;
  border-radius: 40px;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.well .grid-header,
.well-tab .grid-header{
  grid-column-gap: 10px;
}
.well .grid-header > div,
.well-tab .grid-header > div{
  padding-left: 10px;
  padding-right: 10px;
}
.social-badge img {
  margin-right: 8px;
}
.inner-content p {
  font-family: Montserrat;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.apigrid1 .grid-item {
  grid-template-columns: repeat(2, 1fr);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  grid-gap: 10px;
}
.apigrid1 .grid-item > div {
  background-color: rgba(18, 17, 47, 0.75);
  border-radius: 60px;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 15px;
}
.grid-item .link-item {
  color: #e9d26a;
  font-size: 16px;
}
pre {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.ticket-msg-wrap {
  padding-top: 15px;
  min-height: 480px;
  overflow-y: scroll;
  border-bottom: 1px solid #000;
  max-height: 480px;
}
.ticket-message-block {
  display: flex;
  flex-direction: column;
  padding: 25px 15px 5px;
  margin-bottom: 0;
}
.ticket-message-block.ticket-message-left {
  align-items: flex-end;
}
.message-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.author-pic {
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 38px;
  flex: 0 0 38px;
}
.ticket-message-block.ticket-message-right .author-pic {
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
  margin-right: 20px;
  color: #513205;
}
.ticket-message-block.ticket-message-left .author-pic {
  color: #ffffff;
  margin-left: 20px;
}
.messsage-wrap {
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ticket-message-block.ticket-message-right .messsage-wrap {
  border-radius: 20px;
  color: #513205;
  background: rgb(241,223,191);
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-block.ticket-message-left .messsage-wrap {
 background: linear-gradient(90deg, rgb(44 190 223) 0%, rgb(0 148 182) 50%, rgb(0 94 168) 100%);
  color: #ffffff;
  min-height: 58px;
  border-radius: 20px;
}
.message-sub-top {
  margin-top: -46px;
  margin-bottom: 24px;
}
.message-sub-top strong {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.ticket-message-right .message-sub-top strong {
  color: #513205;
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-left .message-sub-top strong {
  background: linear-gradient(90deg, #7300ff 0%, #1970ff 50%, rgb(194 0 255) 100%);
}
.message-sub-top strong i, .message-sub-top .text-muted i {
  margin-right: 5px;
  font-size: 11px;
  margin-left: -5px;
}
.ticket-message-right .message-sub-top strong i {
  color: #513205;
}
.ticket-message-left .message-sub-top strong i {
  color: #ffffff;
}
.message-sub-top .text-muted {
  font-size: 10px;
  font-weight: 700;
  border: 1px solid;
  border-radius: 20px;
  padding: 3px 10px;
}
.ticket-message-right .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-left .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-block.ticket-message-left .author-pic img {
  width: 38px;
}
.post-well h4 {
  font-size: 16px;
  font-weight: 600;
  color: #e9d26a;
  margin-bottom: 25px;
  margin-top: 0;
  min-height: 55px;
}
.post-content {
  color: #fff;
  font-size: 14px;
  min-height: 100px;
  margin-bottom: 15px;
}
.post-well .btn.btn-primary {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-width: 1px;
  border-radius: 10px;
  min-width: auto;
  line-height: 34px;
}
.bar-wrap p {
  color: #fff;
  margin: 0;
}
.bar-wrap p strong {
 background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress {
  background-color: rgba(255, 255, 255, 35%);
  border-radius: 20px;
  height: 10px;
}
.progress-bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.ticket-backbtn {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid #ffd200;
  text-decoration: none;
}
.serv-id {
 background: -webkit-linear-gradient(3deg, rgb(255 191 49) 0%, rgb(255 237 138) 50%, rgb(255 230 141) 70%, rgb(255 197 45) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nameserver-head {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color: #e9d26a;
  font-size: 18px;
}
.namerserver-list {
  padding-left: 20px;
}
.namerserver-list li {
  font-size: 14px;
  font-weight: 500;
  color: #ffe365;
}
.namerserver-list li img {
  width: 90%;
  object-fit: contain;
  max-height: 436px;
  object-position: left;
}
.affiliate-tab p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}


@media(max-width:991px){
  .guest .brand-company .col-3 {
    max-width: 24%;
    flex: 0 0 24%;
  }
  .sidebar-menu{
    width: 180px;
  }
  .currency-stats{
    padding: 0 8px;
    margin: 8px auto 14px;
  }
  .menu-back-wrapper {
    padding: 0 8px;
  }
  .currency-stats .badge{
    padding: 6px 6px;
    width: 47%;
    font-size: 8px;
  }
  .content-wrap {
    margin: 0 0 15px 180px;
  }
  .container{
    width: 100%;
  }
  .prem-prov img {
    width: 115px;
  }
  .guest .navbar-default .navbar-nav > li > a, .guest .navbar-default .navbar-nav > li > a:hover, .guest .navbar-default .navbar-nav > li.active > a {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle,
  .navbar-default .navbar-nav > li.signup-btn > a{
    font-size: 14px;
    min-width: 130px;
  }
  .navbar-default .navbar-nav > li.signup-btn > a{
  	border: 2px solid #f6e0be;
  }
  .top-stats li{
    padding: 10px 15px;
    margin: 0 10px;
	font-size: 16px;
    min-width: 120px;
  }
  #what-is img {
    width: 100%;
  }
  .cont-img {
    width: 100%;
  }
  #home-stats {
    padding: 50px 0;
  }
  .hst-icon img {
    width: 90px;
    margin-bottom: 15px;
  }
  .hst h3 {
    font-size: 28px;
  }
  .low-img img {
    width: 100%;
  }
  .low-box.box1::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  .low-box.box2::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  #low-sec {
    padding: 50px 0;
  }
  #what-is {
    padding: 50px 0;
  }
  .grid-container.dripgrid,
  .grid-container.ordergrid{
    width: 140%;
  }
  .order-pills > li a{
    min-width: 100px;
  }
  .brand-company .col-3 {
    max-width: 24.1%;
    flex: 0 0 24.1%;
  }
  
}
@media(max-width:550px){
  .dashboard .navbar-brand {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dashboard .navbar-default .navbar-brand img {
    height: 45px;
  }
  .navbar-toggle.x {
    border:none;
    margin: 0;
    float: none;
  }
  .dashboard .navbar-default .navbar-toggle:hover, .dashboard .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle.x .icon-bar {
    width:22px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    -webkit-transition:all .2s;
    transition:all .2s
  }
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transform-origin:10% 10%;
    -ms-transform-origin:10% 10%;
    transform-origin:10% 10%
  }
  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity:0;
    filter:alpha(opacity=0)
  }
  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:10% 90%;
    -ms-transform-origin:10% 90%;
    transform-origin:10% 90%
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity:1;
    filter:alpha(opacity=100)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .brand-right {
    float: right;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
  .dashboard .lang-drop, .dashboard .opt-drop, .dashboard .feat-drop,.dashboard .mode.mmode {
    display: inline-block;
  }
  .lang-drop .btn.btn-default, .opt-drop .btn.btn-default, .feat-drop .btn.btn-default {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 6px;
  }
  .lang-drop .btn.btn-default:hover, .lang-drop .btn.btn-default:active, .lang-drop .btn.btn-default:focus, .opt-drop .btn.btn-default:hover, .opt-drop .btn.btn-default:active, .opt-drop .btn.btn-default:focus, .feat-drop .btn.btn-default:hover, .feat-drop .btn.btn-default:active, .feat-drop .btn.btn-default:focus {
    background-color: transparent;
  }
  .opt-drop .btn.btn-default .menu-icon, .feat-drop .btn.btn-default .menu-icon {
    filter: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background:linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 50px;
  }
  .opt-drop .btn.btn-default .menu-icon img {
    width: 180%;
    margin-left: -12px;
    margin-right: -6px;
  }
  .feat-drop .btn.btn-default .menu-icon {
    line-height: 34px;
    color: #000;
    font-size: 18px;
  }
  .dashboard .opt-drop .dropdown-menu, .dashboard .feat-drop .dropdown-menu {
    left: 0;
    right: 0;
    position: fixed;
    top: 70px;
    width: 92%;
    margin: auto;
    float: none;
    -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    background-color: #262546;
  }
  .mode-box, .lang-box, .curr-box {
    padding: 4px 10px 4px;
  }
  .mode-box h6, .lang-box h6, .curr-box h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #ffffff;
  }
  .dashboard .mob-mode {
    display: block;
  }
  .mode-box .mode.mob-mode, .lang-box .lang-list, .curr-box .curr-list {
    background-color: #1d1c37;
    border-radius: 5px;
    padding: 5px;
  }
  .lang-list, .curr-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lang-list li, .curr-list li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .lang-list li a, .curr-list li a {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #0f0049;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .lang-list li .lang-name {
    margin-right: 5px;
  }
  .feat-drop .dropdown-menu .divider {
    margin: 6px 0;
    background-color: #444366;
  }
  .mode-box .mob-mode .toggle {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .mode-box .mob-mode .toggle .menu-icon {
    width: auto;
    height: auto;
    background-color: transparent;
    filter: none;
    line-height: 1;
    border-radius: 0;
    color: #646360;
  }
  .opt-drop .dropdown-menu > li > a {
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
  }
  .opt-drop .dropdown-menu > li > a .drop-menu-icon {
    margin-right: 10px;
    width: 18px;
    display: inline-block;
  }
  .dashboard .navbar-left-block, .dashboard .navbar-right-block {
    display: none;
  }
  .dashboard .nav.navbar-nav.navbar-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .dashboard .navbar-default .navbar-nav > li > a {
    justify-content: space-between;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: row;
    position: relative;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e9d26a;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-text {
    order: 1;
    white-space: nowrap;
  }
  .dashboard .navbar-default .navbar-nav > li > a::after {
    content: '';
    width: 100%;
    border-top: 1px solid;
    margin: 0 10px;
    order: 2;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-right {
    order: 3;
  }
  .mob-menu-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 22px;
    padding: 4px;
    -webkit-text-fill-color: none;
	color: #151515;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a .mob-menu-icon {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-text-fill-color: #151515;
	color: #151515;
  }
  .new-stat-img .full-logo {
    width: 90px;
  }
  .new-stat-box h4 {
    font-size: 14px;
  }
  .new-stat-content h5 {
    font-size: 16px;
  }
  .new-stat-content br {
    display: none;
  }
  .progress{
    height: 8px;
	margin-bottom: 10px;
  }
  .bar-wrap p{
    font-size: 12px;
  }
  .point-badge {
    width: 80px;
  }
  .new-stat-img {
    padding-left: 0;
    margin-right: -35px;
  }
  .new-stat-box{
    justify-content: space-evenly;
  }
  .dashboard .inner-wrap .container-fluid {
    width: 100%;
  }
  .new-stat-box2 h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .user-balance, .user-spent {
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
  }
  .new-stat-box2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .new-stat-box2 img {
    width: 25px;
    margin-right: 10px;
  }
  .new-stats .col-sm-6.col-md-4:last-child {
    order: 1;
  }
  .new-stats .col-sm-6.col-md-4:first-child {
    order: 2;
  }
  .new-stats .col-sm-6.col-md-4:nth-child(2) {
    order: 3;
  }
  .new-stats .row {
    display: flex;
    flex-direction: column;
  }
  .point-box .btn.btn-primary {
    height: 33px;
    min-width: 103px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0;
  }
  .currency-stats .badge{
    width: 22%;
	font-size: 9px;
  }
  .brand-company{
    gap: 3px;
  }
  .media.brand-category .media-body{
    font-size: 10px;
  }
  .brand-company .col-3 {
    max-width: 32.6%;
    flex: 0 0 32.6%;
  }
  .brand-category img{
    width: 22px;
  }
  .footer-top .col-xs-9, .footer-top .col-xs-3 {
    width: 100%;
    float: none;
  }
  .currency-stats {
    padding: 0;
  }
  
}
.nightmode .modal-content {
  background-color: #404040;
}
.lunar_decorate {
  position: relative;
  display: block;
  margin: auto;
}
.top_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/57fy3bydengieiuc.png);
  width: 100%;
  height: 135px;
  display: block;
  position: absolute;
  background-size: auto 100%;
  background-repeat: repeat-x;
  top: 0;
}
.fly_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/l1k5ys460p6w4lb2.png);
  width: 74px;
  height: 207px;
  position: absolute;
  display: block;
  top: -10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fly_lights.fl_1 {
  left: 373px;
}
.fly_lights.fl_2 {
  left: 50%;
}
.fly_lights.fl_3 {
  right: 320px;
}
.dashboard .top_lights {
  top: 50px;
}
.dashboard .fly_lights {
  top: 72px;
}body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #0f0049;
  cursor: url(https://storage.perfectcdn.com/d673e4/hrxezsnje5z4ftru.png), pointer !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 520px !important;
}
.point-badge {
  width: 90px;
  display: block;
}
body.guest {
  background: radial-gradient(#2200CC,#0d0146);
  background-repeat: inherit;
  background-position: bottom;
  background-size: cover;
}
/*NEW HEADER*/
.dashboard .navbar-brand {
  padding-top: 14px;
  padding-bottom: 14px;
  height: auto;
}
.banner-img img {
  width: 100%;
  display: block;
  margin: 20px 0 0;
}
#page-wrapper {
  position: relative;
  min-height: 100vh;
}
.dashboard .inner-wrap .container-fluid {
  width: 85%;
}
.dashboard .inner-wrap .container-fluid.w100{
  width:100%;
}
.dashboard .navbar.navbar-default {
  background-color: #000;
  border-bottom: 1px solid #0f0f0f;
  border-radius: 0;
}
.dashboard .navbar-default .navbar-nav > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.dashboard .navbar-default .navbar-nav > li.setting > a,
.dashboard .navbar-default .navbar-nav > li.lang > a,
.dashboard .navbar-default .navbar-nav > li.mode > a,
.dashboard .navbar-default .navbar-nav > li.update > a,
.dashboard .navbar-default .navbar-nav > li.dropdown-currencies > a{
  padding-top: 9px;
  padding-bottom: 15px;
}
.dashboard .navbar-default .navbar-nav > .open > a, 
.dashboard .navbar-default .navbar-nav > .open > a:hover, 
.dashboard .navbar-default .navbar-nav > .open > a:focus{
  background-color: transparent;
}
.menu-icon {
  width: 23px;
  height: 28px;
  text-align: center;
  display: block;
  /*filter: invert(1);*/
  position: relative;
}
.menu-icon.profPic {
  filter: none;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border: 1px solid #ffe47a;
  border-radius: 50px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.lang .menu-icon,
.menu-icon.currencySymbol {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #ffe47a;
}
.menu-icon.currencySymbol{
  color: #2d2d2c;
  justify-content: center;
  font-weight: 700;
  position: relative;
  overflow: visible;
  font-size: 18px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.cur-icon-badge {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  background-color: red;
  border-radius: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cur-icon-badge.USD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/us.svg);
}
.cur-icon-badge.INR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/in.svg);
}
.cur-icon-badge.TRY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/tr.svg);
}
.cur-icon-badge.EUR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eu.svg);
}
.cur-icon-badge.RUB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ru.svg);
}
.cur-icon-badge.BRL {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/br.svg);
}
.cur-icon-badge.NGN {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ng.svg);
}
.cur-icon-badge.KRW {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kr.svg);
}
.cur-icon-badge.THB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/th.svg);
}
.cur-icon-badge.SAR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/sa.svg);
}
.cur-icon-badge.CNY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/cn.svg);
}
.cur-icon-badge.VND {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/vn.svg);
}
.cur-icon-badge.KWD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kw.svg);
}
.cur-icon-badge.EGP {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eg.svg);
}
.cur-icon-badge.PKR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/pk.svg);
}
.menu-icon.profPic img {
  width: 170%;
  margin-left: -11px;
  margin-top: 2px;
}
.mode .menu-icon,
.update .menu-icon{
  width: 34px;
  height: 34px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  border-radius: 50px;
  color: #000;
  line-height: 46px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.lang .menu-icon .flag-icon {
  width: 100%;
  height: 100%;
}
.update .menu-icon {
  filter: invert(0);
}
.update .menu-icon .material-icons {
  font-size: 21px;
}
.ticket-count {
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  color: #040404;
  border-radius: 50px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  font-size: 12px;
  box-shadow: 0 0 0 0 rgba(253, 240, 1, 1);
  animation: pulse 2s infinite;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -13px;
  top: -2px;
  font-weight: 700;
  font-family: poppins;
}
.mode .menu-icon, .lang .menu-icon {
  filter: invert(0);
}
.menu-text {
  font-size: 14px;
  font-weight: 500;
}
.dashboard .navbar-nav > li > .dropdown-menu {
  -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  border: none;
  min-width: inherit;
  width: auto;
  border-radius: 5px;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  margin-top: 10px;
  right: auto;
  top: 60px;
}
.dropdown.feat-drop,
.mode.mmode{
  display: none;
}
.dashboard .nav.navbar-nav.navbar-mobile {
  display: none;
}
.dashboard .lang-drop,
.dashboard .opt-drop,
.dashboard .mob-mode{
  display: none;
}
.new-stat-img .full-logo {
  width: 128px;
}
.new-stat-box2 h4 {
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.user-balance, .user-spent {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
.new-stat-box2 img {
  width: 34px;
  margin-right: 15px;
}

/*NEW HEADER*/

.dashboard .mCSB_inside > .mCSB_container {
  margin-right: 5px;
  z-index: 1;
}
.modal {
  color: #000;
}
.mCustomScrollBox{
  z-index:99999;
}
.select2-dropdown {
  z-index: 999999999999 !important;
}
.count {
  animation: count-up 2s ease-in-out;
  animation-fill-mode: forwards;
  transition: border-color 0.2s ease-in-out;
}
.navbar-right.navbar-right-block .dropdown-menu{
  background-color: #262546;
  border-radius: 20px !important;
  padding-top: 0;
  margin-top: 5px !important;
}
.navbar-right.navbar-right-block .dropdown-menu li > a,
.navbar-right.navbar-right-block .dropdown-menu li > a{
  color: #fff;
  padding-left: 12px;
  font-size: 14px;
  border-bottom: 1px solid #ededed0d;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navbar-right.navbar-right-block .dropdown-menu > a{
  color: inherit;
  font-size: inherit;
}
.navbar-right.navbar-right-block .dropdown-menu > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu > a:focus {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.navbar-right.navbar-right-block .dropdown-menu li > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu li > a:focus{
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
  color: #593b0f;
}
.navbar-right.navbar-right-block .dropdown-menu li.active > a{
  background-color: transparent;
}
.langbtn .dropdown-menu li > a .flag-icon {
  margin-right: 5px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
}
.langbtn .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #000000 transparent transparent transparent !important;
  border-width: 7px 7px 0 7px !important;
  margin-left: -7px !important;
}
@keyframes count-up {
  from { 
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.count[data-count]:after {
  content: attr(data-count);
  display: none;
}

.count[data-count]::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}

.loader {
  background: #000;
  background: radial-gradient(#190956,#0f0049);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-inner {
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
.loader-line-wrap{
  animation:spin 2000ms cubic-bezier(.175,.885,.32,1.275) infinite;
  box-sizing:border-box;
  height:50px;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  transform-origin:50% 100%;
  width:100px
}
.loader-line{
  border:4px solid transparent;
  border-radius:100%;
  box-sizing:border-box;
  height:100px;
  left:0;
  margin:0 auto;
  position:absolute;
  right:0;
  top:0;
  width:100px
}
.loader-main {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
}

.loader-main:before , .loader-main:after{
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
.loader-main:after {
  box-shadow: 0 2px 0 rgba(255,207,37,1) inset;
  animation: rotate 2s linear infinite;
}
.loader-main img {
  width: 90%;
  margin: auto;
  display: block;
  padding: 45px 0 0;
}
@keyframes rotate {
  0% {  transform: rotate(0)}
  100% { transform: rotate(360deg)}
}
.view-badge {
  background-color: #e53f25;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 4px;
  animation: pulse1 2s linear infinite;
  margin-right: 10px;
}
@keyframes pulse1 {
  0% {
    opacity:25%;
  }
  25% {
    opacity:75%;
  }
  50% {
    opacity:100%;
  }
  75% {
    opacity:50%;
  }
  100% {
    opacity:25%;
  }
}
.slider-new {
  width: 100%;
  height: 100%;
}
.slider-new img {
  object-fit: fill;
  height: 175px;
}
.new-stat-box.slide-new {
  padding: 0;
  display: block;
  overflow: hidden;
}
.guest .navbar.navbar-default {
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
.top-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0;
}
.top-stats li {
  background-color: rgb(15 0 73 / 46%);
  padding: 12px 20px;
  border-radius: 20px;
  list-style: none;
  border: 1px solid #ffe259;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  min-width: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-stats li img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
}
.guest .navbar-default .navbar-nav > li > a,
.guest .navbar-default .navbar-nav > li > a:hover,
.guest .navbar-default .navbar-nav > li.active > a{
  font-size: 16px;
  background-color: transparent;
  font-weight: 500;
  color: #fff;
}
.navbar-default .navbar-nav > li.signup-btn > a {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 3px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  height: 48px;
  line-height: 8px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
  overflow: hidden;
}
.navbar-default .navbar-nav > li.signup-btn > a:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.navbar-default .navbar-nav > li.signup-btn > a:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.navbar-default .navbar-nav > li.signup-btn> a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  user-select: none;
  background: #0002848f;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 48px;
  line-height: 18px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
}
.navbar-default .navbar-nav > li.langbtn img {
  margin-right: 5px;
}
.guest .navbar-nav > li.google-translate {
  padding: 12px 0;
}
#top-banner .well {
  background-color: #000284;
  padding: 55px 25px;
  border-radius: 50px;
  list-style: none;
  border: 1px solid #ffe259;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  max-width: 450px;
  position:relative;
}
#top-banner .well::before {
  content: '';
  background-image: url(https://storage.perfectcdn.com/d673e4/up4gqczmzoiihd2o.png);
  width: 268px;
  height: 624px;
  display: block;
  position: absolute;
  top: -97px;
  right: -83px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.top-head {
  font-size: 58px;
  font-weight: 800;
  margin-top: 0;
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-para {
  font-size: 18px;
  font-weight: 400;
  color: #949498;
  margin-bottom: 30px;
}
.btn.btn-primary {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
 background: linear-gradient(90deg, rgb(255 172 0) 0%, rgb(255 224 0) 32%, rgb(255 255 148) 68%, rgb(255 175 41) 100%);
  border: 2px solid #f6e0be;
  font-size: 18px;
  font-weight: 700;
  color: #0f0049;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 300px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #0f0049;
}
.btn.btn-xs.btn-primary {
  min-width: 80px;
  height: auto;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.btn.btn-primary:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.btn.btn-primary:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.btn.btn-primary:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.btn.btn-primary.btn-sm {
  min-width: 33px;
  height: 33px;
  padding: 0px;
  text-align: center;
  line-height: 32px;
  border: none;
}
.row.flex-row {
  display: flex;
  align-items: center;
}
#top-banner .well h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
#top-banner .well p {
  font-size: 18px;
  font-weight: 500;
  color: #949498;
  margin-bottom: 5px;
}
.igrp .form-control {
  background-color: #ffffff;
  border: none;
  height: 52px;
}
.igrp .form-control:hover,
.igrp .form-control:active,
.igrp .form-control:focus{
  box-shadow: none;
}
.igrp {
  background-color: #1e1d3a;
  border-radius: 30px;
  position: relative;
  padding-left: 50px;
}
.inico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  border-radius: 20px;
  background: rgb(248,196,34);
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
}
.inico i {
  color: #000;
}
.forgot {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 400;
}
#top-banner .well .checkbox {
  margin-top: 0;
  text-align: right;
  color: #c9c9c9;
}
.reg-text {
  font-weight: 500;
  color: #cdcdcd;
  margin-top: 40px;
}
.reg-text a{
  color: #ffe200;
}
#home-stats {
  padding: 80px 0;
}
#home-stats .row {
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
}
.hst {
  text-align: center;
  padding: 70px 0;
}
.hst-icon img {
  width: 110px;
  margin-bottom: 25px;
}
.hst h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.hst h4 {
  color: #949498;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
#content-sec .row {
  display: flex;
  align-items: center;
}
.main-head {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
}
.main-text {
  font-size: 18px;
  font-weight: 500;
  color: #a4a4a4;
  margin-bottom: 30px;
}
section#content-sec:nth-child(4) .col-sm-7 {
  padding-left: 80px;
}
section#content-sec:nth-child(5) .col-sm-7 {
  padding-right: 80px;
}
#low-sec {
  padding: 80px 0;
}
.low-box {
  padding: 40px;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
  position: relative;
}
.low-box h3 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.low-box .main-text {
  margin-bottom: 0;
}
.low-img img {
  display: block;
  margin: auto;
}
.low-box.box2::after {
  content: '';
  position: absolute;
  top: 10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/bw30g5x982g3irwa.png);
  width: 132px;
  height: 132px;
  display: block;
  right: -8px;
}
.low-box.box1::after {
  content: '';
  position: absolute;
  top: -10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/1cbgx9iqkuho5twj.png);
  width: 132px;
  height: 132px;
  display: block;
  left: -12px;
}
#what-is {
  padding: 80px 0;
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: right -30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.foo-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}
.foo-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.foo-menu li {
  max-width: 50%;
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.foo-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.foo-menu li a.soci {
  position: relative;
  padding-left: 30px;
}
.soci:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.soci.soci-yt:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-tw:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-ig:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/mngeltyg9m2m7a1p.png);
}
.soci.soci-tg:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/2z2x1m15gxki4sk0.png);
}
.review-starts {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-starts li i {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}
.review-starts li {
  margin-right: 10px;
}
.footer-bottom {
  padding: 15px;
  border-top: 1px solid #ffe689;
}
.footer-bottom p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #c8c8c8;
}
.footer-top {
  padding: 35px 0;
}
#content-sec:nth-child(5) {
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: 0 -10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.prem-prov {
  float: left;
  display: inline-block;
}
.prem-prov img {
  display: block;
  width: 130px;
}
.dashboard {
  /*background-image: url(https://storage.perfectcdn.com/d673e4/dkf8dxe44sg6ujcm.png);
  background: linear-gradient(90deg, rgb(17 0 82) 0%, rgb(41 0 83) 50%, rgb(13 0 80) 100%);*/
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom;
  top: 0 !important;
  overflow: auto;
}
.dashboard.nightmode {
  background-color: #171717;
}
.dashboard,html{
  height:100%; 
}
.dashboard .navbar.navbar-default {
  background-color: #0f0049;
  border-color: #0f0049;
  border-bottom: 2px solid #ffda66;
  transition: 0.4s all ease-in;
}
.dashboard.nightmode .navbar.navbar-default {
  background-color: #171717;
  border-color: #ffda66;
}
.sidebar-menu {
  position: fixed;
  width: 250px;
  top: 0;
  z-index: 999999;
  background-color: #0f0049;
  height: 100%;
  padding: 0 0;
  transition: .3s linear;
}
.sidebar-menu .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.content-wrap {
  margin: 0 15px 15px 250px;
  padding: 10px 0;
  transition: .3s linear;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  /*overflow: hidden;*/
}
.menu-back-wrapper {
  /*max-height: 530px;
  scrollbar-width: thin;
  scrollbar-color: #debb4e #46455f;
  overflow-y: auto;
  overflow-x: hidden;*/
  padding: 0 20px;
}
.currency-stats {
  text-align: center;
  padding: 0 20px;
  margin: 20px auto 25px;
}
.currency-stats .badge {
  display: inline-flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #debb4e;
  padding: 5px 5px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 118px;
  font-size: 13px;
  margin: 1px;
  justify-content: center;
}
.menu li {
  margin-top: 10px;
}
.menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #c2c2c2;
  display: block;
  padding: 8px 15px;
  transition: all 0.3s ease-in;
  position: relative;
  border-radius: 30px;
  border: 1px solid transparent;
  text-decoration: none;
  z-index: 4;
}
.menu li a .badge {
  font-size: 12px;
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
    background-color: rgba(0, 0, 0, 0);
  color: #0c0d24;
  position: absolute;
  left: 30px;
  top: 3px;
  border-radius: 2px;
  padding: 2px 4px;
}
.menu li.active a, .menu li a:hover {
  color: #ffe47a;
  background: linear-gradient(#0f0049, #0f0049) padding-box, linear-gradient(to top, #e5a91b, #fffd8b) border-box;
}
/*.menu li.active a{
	z-index: -1;
}
.menu li.active a::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 232px;
  height: 164px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}*/
.menu li.active a .navbar-icon {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.crown {
  text-align: center;
}
.crown img {
  width: 130px;
}
.menu li a .navbar-icon {
  margin-right: 10px;
}
.navbar-left-block.navbar-nav > li {
  line-height: 57px;
}
.bread-crumbs {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.bread-crumbs span {
  color: #ffe47a;
  font-weight: 600;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a{
  padding:0;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .caret {
  color: #fff;
  margin-left: 6px;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .user-prof-icon {
  width: 38px;
  height: 38px;
  border-radius: 30px;
  border: 1px solid;
  padding: 3px;
  text-align: center;
  line-height: 30px;
  color: #ffd922;
  border: 1px solid #fffa00;
  display: inline-block;
}
.dashboard .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  border: 1px solid #ffdb41;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  line-height: 26px;
  background: transparent;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a:focus, .dashboard .navbar-default .navbar-nav > li.accbtn > a:active, .dashboard .navbar-default .navbar-nav > li.accbtn > a:hover, .dashboard .navbar-default .navbar-nav > li.accbtn.open > a {
  background-color: transparent;
}
.dashboard .navbar-default .balance-badge .badge {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #debb4e;
  height: 38px;
  padding: 5px;
  line-height: 26px;
  background: transparent;
  border-radius: 30px;
  min-width: 140px;
}
.dashboard .navbar-default .balance-badge a {
  padding: 0;
}
.new-stat-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.new-stat-box::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 262px;
  height: 324px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: .97;
  z-index: 0;
}
.new-stat-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 30px;
  height: 100%;
  background: rgba(255,255,255, 0.3);
  transform: skewX(-30deg);
  animation-name: slide;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: .1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.new-stat-img {
  position: relative;
  overflow: hidden;
  padding-left: 55px;
}
@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  50% {
    left: 120px;
    top: 0px;
  }
  100% {
    left: 290px;
    top: 0;
  }
}
.new-stat-box h4 {
  font-size: 17px;
  margin-top: 0;
  color: #ffdb41;
  position:relative;
}
.new-stat-content h5 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0;
  color: #fff;
}
.media.brand-category {
  display: flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #ffffb261;  
  padding: 2px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 100%;
  transition: 0.4s all ease-in;
}
.nightmode .media.brand-category {
  background-color: #262626;
}
.media.brand-category:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.media.brand-category:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.brand-category img {
  border-radius: 90px;
}
.media.brand-category .media-body {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: auto;
}
.brand-company {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.brand-company .col-3 {
  max-width: 12.504%;
  flex: 0 0 19.504%;
}
.guest .brand-company .col-3 {
  max-width: 19.44%;
  flex: 0 0 19.44%;
}
.wid-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.dashboard .top-stats{
  margin-bottom: 25px;
}
.well-tab {
  background: radial-gradient(#0f0049,#0f0049);
  border: 1px solid #fff27f;
  border-radius: 20px;
  margin-bottom: 19px;
  transition: 0.4s ease-in all;
}
.nightmode .well-tab {
  background: radial-gradient(#262626,#1e1e1e);
}
.well-tab .well-body{
  padding: 15px;
  margin-bottom: 20px;
}
.well-tab .nav-tabs > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.well-tab .nav-tabs > li.active > a, 
.well-tab .nav-tabs > li.active > a:hover {
  background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color:#e9d26a;
  font-weight: 700;
}
.well-tab .nav-tabs > li.active > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 6px;
  width: 70%;
  bottom: -1px;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.well-tab .nav.nav-tabs {
  border-bottom-color: #ffffff;
}
.well-tab .control-label,
.dashboard .well .control-label{
  font-size: 14px;
  font-weight: 600;
  color: #ffe47a;
}
.well-tab .select2-container--default .select2-selection--single.form-control, 
.well-tab select.form-control, 
.well-tab input.form-control, 
.well-tab textarea.form-control,
.dashboard .well .select2-container--default .select2-selection--single.form-control, 
.dashboard .well select.form-control, 
.dashboard .well input.form-control, 
.dashboard .well textarea.form-control{
  height: 40px;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  background-color: rgb(255 255 255);
  color: #000000;
  font-weight: 520;
  border: 1px solid #ffffff;
  font-size: 16px;
}
select.form-control option {
  color: #0c0b1f;
}
.well-tab textarea.form-control,
.dashboard .well textarea.form-control{
  height: auto;
  border-radius: 20px;
}
.form-group.searchgrp {
  height: 41px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
}
.well-tab .form-group.searchgrp #input_service {
  background-color: transparent;
  padding: 0;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.well-tab .panel-body.border-solid.border-rounded {
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(16 16 16);
  color: #fff;
  font-weight: 500;
  border: 1px solid #ffe47a;
  word-break: break-word;
}
.well {
  background-color: rgba(18, 17, 47, 0.75);
  border: 1px solid #ffd200;
  border-radius: 20px;
}
.serv-box {
  background-color: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  margin-bottom: 19px;
}
.serv-icon {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  text-align: center;
  line-height: 42px;
  margin-right: 12px;
}
.serv-content h4 {
  font-size: 12px;
  color: #e9d26a;
  margin-top: 15px;
}
.nav.nav-pills.order-pills {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.nav.nav-pills.order-pills::before, .nav.nav-pills.order-pills::after {
  display: none;
}
.order-pills > li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  min-width: 152px;
  color: #000000;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 40px;
}
.order-pills > li.all-pill a {
  color: #0a0a09;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.pending-pill a {
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
}
.order-pills > li.inprogress-pill a,
.order-pills > li.active-pill a{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
}
.order-pills > li.completed-pill a {
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.partial-pill a {
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
}
.order-pills > li.processing-pill a {
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
}
.order-pills > li.canceled-pill a {
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
}
.input-group.searchgrp {
  height: 58px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
  margin-bottom: 20px;
  border: 1px solid #debb4e;
}
.input-group.searchgrp .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 20px;
  height: 55px;
}
.input-group.searchgrp .form-control:focus {
  z-index: 1;
}
.input-group.searchgrp .btn.btn-primary {
  margin-left: -30px;
  border-radius: 30px;
  width: 42px;
  height: 42px;
  border: none;
  min-width: 42px;
  line-height: 32px;
}


.order-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.order-box {
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border: 1px solid #debb4e;
  border-radius: calc(7px * 2);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order-box-top {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  color: darkgray;
}
.order-box-middle {
  border-top: 1px solid #debb4e;
  border-bottom: 1px solid #debb4e;
}
.order-box-middle,
.order-box-bottom {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.order-top-left,
.order-middle-left,
.order-bottom-left{
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
}
.order-service{
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.order-top-right,
.order-middle-right,
.order-bottom-right{
  display: flex;
  justify-content: flex-end;
}
.order-box-bottom {
  display: grid;
  padding: 10px;
  grid-template-columns: 4fr 1fr;
  gap: 10px;
}
.order-box {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.order-service {
  color: #fff;
}
.order-top-left > div:first-child, 
.order-middle-left > div:first-child, 
.order-bottom-left > div:first-child {
  min-width: 130px;
}
.order-action a {
  background: -webkit-linear-gradient(3deg, rgb(255 190 44) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  padding: 1px 8px;
  border-radius: 8px;
  border: 2px solid #ffd200;
  text-decoration: none;
}
.order-link a {
 background: -webkit-linear-gradient(3deg, rgb(255 177 0) 0%, rgb(255 238 141) 50%, rgb(255 231 101) 70%, rgb(255 185 0) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  overflow: hidden;
}

.grid-header {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding: 10px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border-radius: 30px;
}
.servgrid .grid-header {
  grid-template-columns: repeat(6, 1fr);
}
.grid-header div {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  padding: 0 10px;
}
.grid-items-container {
  display: grid;
  /*grid-template-columns: repeat(9, 1fr);*/
  grid-auto-rows: auto;
  grid-gap: 10px;
}

.grid-item {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  padding: 20px 10px;
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border-radius: 20px;
}
.grid-container.updategrid .grid-header, 
.grid-container.updategrid .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.ordergrid .grid-header, 
.ordergrid .grid-items-container .grid-item {
  grid-template-columns: repeat(9, 1fr);
}
.servgrid .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.servgrid .grid-item.cate-name-item {
  grid-template-columns: repeat(1, 1fr);
}
.ticketgrid .grid-header,
.ticketgrid .grid-item{
  grid-template-columns: repeat(4, 1fr);
}
.dripgrid .grid-header,
.dripgrid .grid-item{
  grid-template-columns: repeat(9, 1fr);
}
.paymentgrid .grid-header, 
.paymentgrid .grid-items-container .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.historygrid .grid-header, 
.historygrid .grid-items-container .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.apigrid2 .grid-header, 
.apigrid2 .grid-items-container .grid-item {
  grid-template-columns: repeat(2, 1fr);
}
.grid-item > div {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 0 10px;
}
.label-badge{
  border-radius: 60px;
  border: none;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  line-height: 40px;
  max-width: 62px;
  text-align: center;
  color: #0f0049;
  font-size: 13px;
  font-weight: 700;
}
.custom-table .grid-item div > a {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.custom-table .grid-item div > a.btn.btn-modal {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 2px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #4d4b4b;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 200px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #4d4b4b;
  text-decoration: none;
  border: none;
}
.custom-table .grid-item div.order-actions > a,
.custom-table .grid-item div.order-actions > button{
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
} 
.label-badge.label-已完成,
.label-badge.label-completed,
.label-badge.label-answered{
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  min-width: 108px;
}
.label-badge.label-部分退款,
.label-badge.label-partial{
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
  min-width: 108px;
}
.label-badge.label-进行,
.label-badge.label-pending{
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
  min-width: 108px;
}
.label-badge.label-进行中,
.label-badge.label-inprogress{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
  min-width: 108px;
}
.label-badge.label-已取消,
.label-badge.label-已到期,
.label-badge.label-canceled,
.label-badge.label-closed{
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
  min-width: 108px;
}
.label-badge.label-处理中,
.label-badge.label-processing{
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
  min-width: 108px;
}
.grid-item.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.grid-item.cate-name-item .cate-name {
  font-size: 24px;
  font-weight: 700;
}
.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.cate-name-item .cate-name {
  font-size: 24px;
}
.grid-item > div > .btn.btn-primary {
  min-width: 108px;
  border: none;
  height: 42px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
}
.well-title {
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}
.contact-box {
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.contact-box.tg {
  border-color: #28a7e8;
}
.contact-box.wh {
  border-color: #58ce6f;
}
.contact-box.ma {
  border-color: #ff5b55;
}
.contact-box.sk {
  border-color: #38c1f3;
}
.contact-content h5 {
  font-size: 12px;
  font-weight: 400;
  color: #e9d26a;
}
.contact-content h6 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.contact-icon {
  margin-right: 15px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.27);
}
.cont-ic {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.tg .cont-ic {
  background-color: #28a7e8;
  box-shadow: -3px 3px 6px -1px #28a7e8;
}
.wh .cont-ic {
  background-color: #58ce6f;
  box-shadow: -3px 3px 6px -1px #58ce6f;
}
.ma .cont-ic {
  background-color: #ff5b55;
  box-shadow: -3px 3px 6px -1px #ff5b55;
}
.sk .cont-ic {
  background-color: #38c1f3;
  box-shadow: -3px 3px 6px -1px #38c1f3;
}
.well .nav.nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.well .nav.nav-tabs::before, 
.well .nav.nav-tabs::after {
  display: none;
}
.well .nav-tabs > li > a {
  background-color: #171616;
  border-radius: 12px;
  border: 1px solid #171616;
  margin: 0;
}
.well .nav-tabs > li.active > a, 
.well .nav-tabs > li.active > a:hover, 
.well .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #e4c458;
  border-bottom-color: #e4c458;
  background-color: #1f221f;
}
.well .tab-content {
  background-color: #191b19;
  padding: 20px;
  border-radius: 12px;
}
.well .tab-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.well .grid-item,
.well-tab .grid-item{
  padding: 0;
  background-color: transparent;
  grid-column-gap: 10px;
}
.well .grid-item > div,
.well-tab .grid-item > div{
  background-color: rgba(255, 255, 255, 0.07);
  padding: 10px;
  border-radius: 40px;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.well .grid-header,
.well-tab .grid-header{
  grid-column-gap: 10px;
}
.well .grid-header > div,
.well-tab .grid-header > div{
  padding-left: 10px;
  padding-right: 10px;
}
.social-badge img {
  margin-right: 8px;
}
.inner-content p {
  font-family: Montserrat;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.apigrid1 .grid-item {
  grid-template-columns: repeat(2, 1fr);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  grid-gap: 10px;
}
.apigrid1 .grid-item > div {
  background-color: rgba(18, 17, 47, 0.75);
  border-radius: 60px;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 15px;
}
.grid-item .link-item {
  color: #e9d26a;
  font-size: 16px;
}
pre {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.ticket-msg-wrap {
  padding-top: 15px;
  min-height: 480px;
  overflow-y: scroll;
  border-bottom: 1px solid #000;
  max-height: 480px;
}
.ticket-message-block {
  display: flex;
  flex-direction: column;
  padding: 25px 15px 5px;
  margin-bottom: 0;
}
.ticket-message-block.ticket-message-left {
  align-items: flex-end;
}
.message-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.author-pic {
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 38px;
  flex: 0 0 38px;
}
.ticket-message-block.ticket-message-right .author-pic {
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
  margin-right: 20px;
  color: #513205;
}
.ticket-message-block.ticket-message-left .author-pic {
  color: #ffffff;
  margin-left: 20px;
}
.messsage-wrap {
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ticket-message-block.ticket-message-right .messsage-wrap {
  border-radius: 20px;
  color: #513205;
  background: rgb(241,223,191);
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-block.ticket-message-left .messsage-wrap {
 background: linear-gradient(90deg, rgb(44 190 223) 0%, rgb(0 148 182) 50%, rgb(0 94 168) 100%);
  color: #ffffff;
  min-height: 58px;
  border-radius: 20px;
}
.message-sub-top {
  margin-top: -46px;
  margin-bottom: 24px;
}
.message-sub-top strong {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.ticket-message-right .message-sub-top strong {
  color: #513205;
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-left .message-sub-top strong {
  background: linear-gradient(90deg, #7300ff 0%, #1970ff 50%, rgb(194 0 255) 100%);
}
.message-sub-top strong i, .message-sub-top .text-muted i {
  margin-right: 5px;
  font-size: 11px;
  margin-left: -5px;
}
.ticket-message-right .message-sub-top strong i {
  color: #513205;
}
.ticket-message-left .message-sub-top strong i {
  color: #ffffff;
}
.message-sub-top .text-muted {
  font-size: 10px;
  font-weight: 700;
  border: 1px solid;
  border-radius: 20px;
  padding: 3px 10px;
}
.ticket-message-right .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-left .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-block.ticket-message-left .author-pic img {
  width: 38px;
}
.post-well h4 {
  font-size: 16px;
  font-weight: 600;
  color: #e9d26a;
  margin-bottom: 25px;
  margin-top: 0;
  min-height: 55px;
}
.post-content {
  color: #fff;
  font-size: 14px;
  min-height: 100px;
  margin-bottom: 15px;
}
.post-well .btn.btn-primary {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-width: 1px;
  border-radius: 10px;
  min-width: auto;
  line-height: 34px;
}
.bar-wrap p {
  color: #fff;
  margin: 0;
}
.bar-wrap p strong {
 background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress {
  background-color: rgba(255, 255, 255, 35%);
  border-radius: 20px;
  height: 10px;
}
.progress-bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.ticket-backbtn {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid #ffd200;
  text-decoration: none;
}
.serv-id {
 background: -webkit-linear-gradient(3deg, rgb(255 191 49) 0%, rgb(255 237 138) 50%, rgb(255 230 141) 70%, rgb(255 197 45) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nameserver-head {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color: #e9d26a;
  font-size: 18px;
}
.namerserver-list {
  padding-left: 20px;
}
.namerserver-list li {
  font-size: 14px;
  font-weight: 500;
  color: #ffe365;
}
.namerserver-list li img {
  width: 90%;
  object-fit: contain;
  max-height: 436px;
  object-position: left;
}
.affiliate-tab p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}


@media(max-width:991px){
  .guest .brand-company .col-3 {
    max-width: 24%;
    flex: 0 0 24%;
  }
  .sidebar-menu{
    width: 180px;
  }
  .currency-stats{
    padding: 0 8px;
    margin: 8px auto 14px;
  }
  .menu-back-wrapper {
    padding: 0 8px;
  }
  .currency-stats .badge{
    padding: 6px 6px;
    width: 47%;
    font-size: 8px;
  }
  .content-wrap {
    margin: 0 0 15px 180px;
  }
  .container{
    width: 100%;
  }
  .prem-prov img {
    width: 115px;
  }
  .guest .navbar-default .navbar-nav > li > a, .guest .navbar-default .navbar-nav > li > a:hover, .guest .navbar-default .navbar-nav > li.active > a {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle,
  .navbar-default .navbar-nav > li.signup-btn > a{
    font-size: 14px;
    min-width: 130px;
  }
  .navbar-default .navbar-nav > li.signup-btn > a{
  	border: 2px solid #f6e0be;
  }
  .top-stats li{
    padding: 10px 15px;
    margin: 0 10px;
	font-size: 16px;
    min-width: 120px;
  }
  #what-is img {
    width: 100%;
  }
  .cont-img {
    width: 100%;
  }
  #home-stats {
    padding: 50px 0;
  }
  .hst-icon img {
    width: 90px;
    margin-bottom: 15px;
  }
  .hst h3 {
    font-size: 28px;
  }
  .low-img img {
    width: 100%;
  }
  .low-box.box1::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  .low-box.box2::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  #low-sec {
    padding: 50px 0;
  }
  #what-is {
    padding: 50px 0;
  }
  .grid-container.dripgrid,
  .grid-container.ordergrid{
    width: 140%;
  }
  .order-pills > li a{
    min-width: 100px;
  }
  .brand-company .col-3 {
    max-width: 24.1%;
    flex: 0 0 24.1%;
  }
  
}
@media(max-width:550px){
  .dashboard .navbar-brand {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dashboard .navbar-default .navbar-brand img {
    height: 45px;
  }
  .navbar-toggle.x {
    border:none;
    margin: 0;
    float: none;
  }
  .dashboard .navbar-default .navbar-toggle:hover, .dashboard .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle.x .icon-bar {
    width:22px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    -webkit-transition:all .2s;
    transition:all .2s
  }
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transform-origin:10% 10%;
    -ms-transform-origin:10% 10%;
    transform-origin:10% 10%
  }
  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity:0;
    filter:alpha(opacity=0)
  }
  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:10% 90%;
    -ms-transform-origin:10% 90%;
    transform-origin:10% 90%
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity:1;
    filter:alpha(opacity=100)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .brand-right {
    float: right;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
  .dashboard .lang-drop, .dashboard .opt-drop, .dashboard .feat-drop,.dashboard .mode.mmode {
    display: inline-block;
  }
  .lang-drop .btn.btn-default, .opt-drop .btn.btn-default, .feat-drop .btn.btn-default {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 6px;
  }
  .lang-drop .btn.btn-default:hover, .lang-drop .btn.btn-default:active, .lang-drop .btn.btn-default:focus, .opt-drop .btn.btn-default:hover, .opt-drop .btn.btn-default:active, .opt-drop .btn.btn-default:focus, .feat-drop .btn.btn-default:hover, .feat-drop .btn.btn-default:active, .feat-drop .btn.btn-default:focus {
    background-color: transparent;
  }
  .opt-drop .btn.btn-default .menu-icon, .feat-drop .btn.btn-default .menu-icon {
    filter: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background:linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 50px;
  }
  .opt-drop .btn.btn-default .menu-icon img {
    width: 180%;
    margin-left: -12px;
    margin-right: -6px;
  }
  .feat-drop .btn.btn-default .menu-icon {
    line-height: 34px;
    color: #000;
    font-size: 18px;
  }
  .dashboard .opt-drop .dropdown-menu, .dashboard .feat-drop .dropdown-menu {
    left: 0;
    right: 0;
    position: fixed;
    top: 70px;
    width: 92%;
    margin: auto;
    float: none;
    -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    background-color: #262546;
  }
  .mode-box, .lang-box, .curr-box {
    padding: 4px 10px 4px;
  }
  .mode-box h6, .lang-box h6, .curr-box h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #ffffff;
  }
  .dashboard .mob-mode {
    display: block;
  }
  .mode-box .mode.mob-mode, .lang-box .lang-list, .curr-box .curr-list {
    background-color: #1d1c37;
    border-radius: 5px;
    padding: 5px;
  }
  .lang-list, .curr-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lang-list li, .curr-list li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .lang-list li a, .curr-list li a {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #0f0049;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .lang-list li .lang-name {
    margin-right: 5px;
  }
  .feat-drop .dropdown-menu .divider {
    margin: 6px 0;
    background-color: #444366;
  }
  .mode-box .mob-mode .toggle {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .mode-box .mob-mode .toggle .menu-icon {
    width: auto;
    height: auto;
    background-color: transparent;
    filter: none;
    line-height: 1;
    border-radius: 0;
    color: #646360;
  }
  .opt-drop .dropdown-menu > li > a {
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
  }
  .opt-drop .dropdown-menu > li > a .drop-menu-icon {
    margin-right: 10px;
    width: 18px;
    display: inline-block;
  }
  .dashboard .navbar-left-block, .dashboard .navbar-right-block {
    display: none;
  }
  .dashboard .nav.navbar-nav.navbar-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .dashboard .navbar-default .navbar-nav > li > a {
    justify-content: space-between;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: row;
    position: relative;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e9d26a;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-text {
    order: 1;
    white-space: nowrap;
  }
  .dashboard .navbar-default .navbar-nav > li > a::after {
    content: '';
    width: 100%;
    border-top: 1px solid;
    margin: 0 10px;
    order: 2;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-right {
    order: 3;
  }
  .mob-menu-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 22px;
    padding: 4px;
    -webkit-text-fill-color: none;
	color: #151515;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a .mob-menu-icon {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-text-fill-color: #151515;
	color: #151515;
  }
  .new-stat-img .full-logo {
    width: 90px;
  }
  .new-stat-box h4 {
    font-size: 14px;
  }
  .new-stat-content h5 {
    font-size: 16px;
  }
  .new-stat-content br {
    display: none;
  }
  .progress{
    height: 8px;
	margin-bottom: 10px;
  }
  .bar-wrap p{
    font-size: 12px;
  }
  .point-badge {
    width: 80px;
  }
  .new-stat-img {
    padding-left: 0;
    margin-right: -35px;
  }
  .new-stat-box{
    justify-content: space-evenly;
  }
  .dashboard .inner-wrap .container-fluid {
    width: 100%;
  }
  .new-stat-box2 h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .user-balance, .user-spent {
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
  }
  .new-stat-box2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .new-stat-box2 img {
    width: 25px;
    margin-right: 10px;
  }
  .new-stats .col-sm-6.col-md-4:last-child {
    order: 1;
  }
  .new-stats .col-sm-6.col-md-4:first-child {
    order: 2;
  }
  .new-stats .col-sm-6.col-md-4:nth-child(2) {
    order: 3;
  }
  .new-stats .row {
    display: flex;
    flex-direction: column;
  }
  .point-box .btn.btn-primary {
    height: 33px;
    min-width: 103px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0;
  }
  .currency-stats .badge{
    width: 22%;
	font-size: 9px;
  }
  .brand-company{
    gap: 3px;
  }
  .media.brand-category .media-body{
    font-size: 10px;
  }
  .brand-company .col-3 {
    max-width: 32.6%;
    flex: 0 0 32.6%;
  }
  .brand-category img{
    width: 22px;
  }
  .footer-top .col-xs-9, .footer-top .col-xs-3 {
    width: 100%;
    float: none;
  }
  .currency-stats {
    padding: 0;
  }
  
}
.nightmode .modal-content {
  background-color: #404040;
}
.lunar_decorate {
  position: relative;
  display: block;
  margin: auto;
}
.top_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/57fy3bydengieiuc.png);
  width: 100%;
  height: 135px;
  display: block;
  position: absolute;
  background-size: auto 100%;
  background-repeat: repeat-x;
  top: 0;
}
.fly_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/l1k5ys460p6w4lb2.png);
  width: 74px;
  height: 207px;
  position: absolute;
  display: block;
  top: -10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fly_lights.fl_1 {
  left: 373px;
}
.fly_lights.fl_2 {
  left: 50%;
}
.fly_lights.fl_3 {
  right: 320px;
}
.dashboard .top_lights {
  top: 50px;
}
.dashboard .fly_lights {
  top: 72px;
}body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #0f0049;
  cursor: url(https://storage.perfectcdn.com/d673e4/hrxezsnje5z4ftru.png), pointer !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 520px !important;
}
.point-badge {
  width: 90px;
  display: block;
}
body.guest {
  background: radial-gradient(#2200CC,#0d0146);
  background-repeat: inherit;
  background-position: bottom;
  background-size: cover;
}
/*NEW HEADER*/
.dashboard .navbar-brand {
  padding-top: 14px;
  padding-bottom: 14px;
  height: auto;
}
.banner-img img {
  width: 100%;
  display: block;
  margin: 20px 0 0;
}
#page-wrapper {
  position: relative;
  min-height: 100vh;
}
.dashboard .inner-wrap .container-fluid {
  width: 85%;
}
.dashboard .inner-wrap .container-fluid.w100{
  width:100%;
}
.dashboard .navbar.navbar-default {
  background-color: #000;
  border-bottom: 1px solid #0f0f0f;
  border-radius: 0;
}
.dashboard .navbar-default .navbar-nav > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.dashboard .navbar-default .navbar-nav > li.setting > a,
.dashboard .navbar-default .navbar-nav > li.lang > a,
.dashboard .navbar-default .navbar-nav > li.mode > a,
.dashboard .navbar-default .navbar-nav > li.update > a,
.dashboard .navbar-default .navbar-nav > li.dropdown-currencies > a{
  padding-top: 9px;
  padding-bottom: 15px;
}
.dashboard .navbar-default .navbar-nav > .open > a, 
.dashboard .navbar-default .navbar-nav > .open > a:hover, 
.dashboard .navbar-default .navbar-nav > .open > a:focus{
  background-color: transparent;
}
.menu-icon {
  width: 23px;
  height: 28px;
  text-align: center;
  display: block;
  /*filter: invert(1);*/
  position: relative;
}
.menu-icon.profPic {
  filter: none;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border: 1px solid #ffe47a;
  border-radius: 50px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.lang .menu-icon,
.menu-icon.currencySymbol {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #ffe47a;
}
.menu-icon.currencySymbol{
  color: #2d2d2c;
  justify-content: center;
  font-weight: 700;
  position: relative;
  overflow: visible;
  font-size: 18px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.cur-icon-badge {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  background-color: red;
  border-radius: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cur-icon-badge.USD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/us.svg);
}
.cur-icon-badge.INR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/in.svg);
}
.cur-icon-badge.TRY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/tr.svg);
}
.cur-icon-badge.EUR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eu.svg);
}
.cur-icon-badge.RUB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ru.svg);
}
.cur-icon-badge.BRL {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/br.svg);
}
.cur-icon-badge.NGN {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ng.svg);
}
.cur-icon-badge.KRW {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kr.svg);
}
.cur-icon-badge.THB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/th.svg);
}
.cur-icon-badge.SAR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/sa.svg);
}
.cur-icon-badge.CNY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/cn.svg);
}
.cur-icon-badge.VND {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/vn.svg);
}
.cur-icon-badge.KWD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kw.svg);
}
.cur-icon-badge.EGP {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eg.svg);
}
.cur-icon-badge.PKR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/pk.svg);
}
.menu-icon.profPic img {
  width: 170%;
  margin-left: -11px;
  margin-top: 2px;
}
.mode .menu-icon,
.update .menu-icon{
  width: 34px;
  height: 34px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  border-radius: 50px;
  color: #000;
  line-height: 46px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.lang .menu-icon .flag-icon {
  width: 100%;
  height: 100%;
}
.update .menu-icon {
  filter: invert(0);
}
.update .menu-icon .material-icons {
  font-size: 21px;
}
.ticket-count {
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  color: #040404;
  border-radius: 50px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  font-size: 12px;
  box-shadow: 0 0 0 0 rgba(253, 240, 1, 1);
  animation: pulse 2s infinite;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -13px;
  top: -2px;
  font-weight: 700;
  font-family: poppins;
}
.mode .menu-icon, .lang .menu-icon {
  filter: invert(0);
}
.menu-text {
  font-size: 14px;
  font-weight: 500;
}
.dashboard .navbar-nav > li > .dropdown-menu {
  -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  border: none;
  min-width: inherit;
  width: auto;
  border-radius: 5px;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  margin-top: 10px;
  right: auto;
  top: 60px;
}
.dropdown.feat-drop,
.mode.mmode{
  display: none;
}
.dashboard .nav.navbar-nav.navbar-mobile {
  display: none;
}
.dashboard .lang-drop,
.dashboard .opt-drop,
.dashboard .mob-mode{
  display: none;
}
.new-stat-img .full-logo {
  width: 128px;
}
.new-stat-box2 h4 {
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.user-balance, .user-spent {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
.new-stat-box2 img {
  width: 34px;
  margin-right: 15px;
}

/*NEW HEADER*/

.dashboard .mCSB_inside > .mCSB_container {
  margin-right: 5px;
  z-index: 1;
}
.modal {
  color: #000;
}
.mCustomScrollBox{
  z-index:99999;
}
.select2-dropdown {
  z-index: 999999999999 !important;
}
.count {
  animation: count-up 2s ease-in-out;
  animation-fill-mode: forwards;
  transition: border-color 0.2s ease-in-out;
}
.navbar-right.navbar-right-block .dropdown-menu{
  background-color: #262546;
  border-radius: 20px !important;
  padding-top: 0;
  margin-top: 5px !important;
}
.navbar-right.navbar-right-block .dropdown-menu li > a,
.navbar-right.navbar-right-block .dropdown-menu li > a{
  color: #fff;
  padding-left: 12px;
  font-size: 14px;
  border-bottom: 1px solid #ededed0d;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navbar-right.navbar-right-block .dropdown-menu > a{
  color: inherit;
  font-size: inherit;
}
.navbar-right.navbar-right-block .dropdown-menu > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu > a:focus {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.navbar-right.navbar-right-block .dropdown-menu li > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu li > a:focus{
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
  color: #593b0f;
}
.navbar-right.navbar-right-block .dropdown-menu li.active > a{
  background-color: transparent;
}
.langbtn .dropdown-menu li > a .flag-icon {
  margin-right: 5px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
}
.langbtn .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #000000 transparent transparent transparent !important;
  border-width: 7px 7px 0 7px !important;
  margin-left: -7px !important;
}
@keyframes count-up {
  from { 
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.count[data-count]:after {
  content: attr(data-count);
  display: none;
}

.count[data-count]::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}

.loader {
  background: #000;
  background: radial-gradient(#190956,#0f0049);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-inner {
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
.loader-line-wrap{
  animation:spin 2000ms cubic-bezier(.175,.885,.32,1.275) infinite;
  box-sizing:border-box;
  height:50px;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  transform-origin:50% 100%;
  width:100px
}
.loader-line{
  border:4px solid transparent;
  border-radius:100%;
  box-sizing:border-box;
  height:100px;
  left:0;
  margin:0 auto;
  position:absolute;
  right:0;
  top:0;
  width:100px
}
.loader-main {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
}

.loader-main:before , .loader-main:after{
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
.loader-main:after {
  box-shadow: 0 2px 0 rgba(255,207,37,1) inset;
  animation: rotate 2s linear infinite;
}
.loader-main img {
  width: 90%;
  margin: auto;
  display: block;
  padding: 45px 0 0;
}
@keyframes rotate {
  0% {  transform: rotate(0)}
  100% { transform: rotate(360deg)}
}
.view-badge {
  background-color: #e53f25;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 4px;
  animation: pulse1 2s linear infinite;
  margin-right: 10px;
}
@keyframes pulse1 {
  0% {
    opacity:25%;
  }
  25% {
    opacity:75%;
  }
  50% {
    opacity:100%;
  }
  75% {
    opacity:50%;
  }
  100% {
    opacity:25%;
  }
}
.slider-new {
  width: 100%;
  height: 100%;
}
.slider-new img {
  object-fit: fill;
  height: 175px;
}
.new-stat-box.slide-new {
  padding: 0;
  display: block;
  overflow: hidden;
}
.guest .navbar.navbar-default {
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
.top-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0;
}
.top-stats li {
  background-color: rgb(15 0 73 / 46%);
  padding: 12px 20px;
  border-radius: 20px;
  list-style: none;
  border: 1px solid #ffe259;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  min-width: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-stats li img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
}
.guest .navbar-default .navbar-nav > li > a,
.guest .navbar-default .navbar-nav > li > a:hover,
.guest .navbar-default .navbar-nav > li.active > a{
  font-size: 16px;
  background-color: transparent;
  font-weight: 500;
  color: #fff;
}
.navbar-default .navbar-nav > li.signup-btn > a {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 3px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  height: 48px;
  line-height: 8px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
  overflow: hidden;
}
.navbar-default .navbar-nav > li.signup-btn > a:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.navbar-default .navbar-nav > li.signup-btn > a:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.navbar-default .navbar-nav > li.signup-btn> a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  user-select: none;
  background: #0002848f;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 48px;
  line-height: 18px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
}
.navbar-default .navbar-nav > li.langbtn img {
  margin-right: 5px;
}
.guest .navbar-nav > li.google-translate {
  padding: 12px 0;
}
#top-banner .well {
  background-color: #000284;
  padding: 55px 25px;
  border-radius: 50px;
  list-style: none;
  border: 1px solid #ffe259;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  max-width: 450px;
  position:relative;
}
#top-banner .well::before {
  content: '';
  background-image: url(https://storage.perfectcdn.com/d673e4/up4gqczmzoiihd2o.png);
  width: 268px;
  height: 624px;
  display: block;
  position: absolute;
  top: -97px;
  right: -83px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.top-head {
  font-size: 58px;
  font-weight: 800;
  margin-top: 0;
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-para {
  font-size: 18px;
  font-weight: 400;
  color: #949498;
  margin-bottom: 30px;
}
.btn.btn-primary {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
 background: linear-gradient(90deg, rgb(255 172 0) 0%, rgb(255 224 0) 32%, rgb(255 255 148) 68%, rgb(255 175 41) 100%);
  border: 2px solid #f6e0be;
  font-size: 18px;
  font-weight: 700;
  color: #0f0049;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 300px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #0f0049;
}
.btn.btn-xs.btn-primary {
  min-width: 80px;
  height: auto;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.btn.btn-primary:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.btn.btn-primary:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.btn.btn-primary:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.btn.btn-primary.btn-sm {
  min-width: 33px;
  height: 33px;
  padding: 0px;
  text-align: center;
  line-height: 32px;
  border: none;
}
.row.flex-row {
  display: flex;
  align-items: center;
}
#top-banner .well h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
#top-banner .well p {
  font-size: 18px;
  font-weight: 500;
  color: #949498;
  margin-bottom: 5px;
}
.igrp .form-control {
  background-color: #ffffff;
  border: none;
  height: 52px;
}
.igrp .form-control:hover,
.igrp .form-control:active,
.igrp .form-control:focus{
  box-shadow: none;
}
.igrp {
  background-color: #1e1d3a;
  border-radius: 30px;
  position: relative;
  padding-left: 50px;
}
.inico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  border-radius: 20px;
  background: rgb(248,196,34);
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
}
.inico i {
  color: #000;
}
.forgot {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 400;
}
#top-banner .well .checkbox {
  margin-top: 0;
  text-align: right;
  color: #c9c9c9;
}
.reg-text {
  font-weight: 500;
  color: #cdcdcd;
  margin-top: 40px;
}
.reg-text a{
  color: #ffe200;
}
#home-stats {
  padding: 80px 0;
}
#home-stats .row {
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
}
.hst {
  text-align: center;
  padding: 70px 0;
}
.hst-icon img {
  width: 110px;
  margin-bottom: 25px;
}
.hst h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.hst h4 {
  color: #949498;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
#content-sec .row {
  display: flex;
  align-items: center;
}
.main-head {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
}
.main-text {
  font-size: 18px;
  font-weight: 500;
  color: #a4a4a4;
  margin-bottom: 30px;
}
section#content-sec:nth-child(4) .col-sm-7 {
  padding-left: 80px;
}
section#content-sec:nth-child(5) .col-sm-7 {
  padding-right: 80px;
}
#low-sec {
  padding: 80px 0;
}
.low-box {
  padding: 40px;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
  position: relative;
}
.low-box h3 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.low-box .main-text {
  margin-bottom: 0;
}
.low-img img {
  display: block;
  margin: auto;
}
.low-box.box2::after {
  content: '';
  position: absolute;
  top: 10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/bw30g5x982g3irwa.png);
  width: 132px;
  height: 132px;
  display: block;
  right: -8px;
}
.low-box.box1::after {
  content: '';
  position: absolute;
  top: -10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/1cbgx9iqkuho5twj.png);
  width: 132px;
  height: 132px;
  display: block;
  left: -12px;
}
#what-is {
  padding: 80px 0;
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: right -30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.foo-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}
.foo-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.foo-menu li {
  max-width: 50%;
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.foo-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.foo-menu li a.soci {
  position: relative;
  padding-left: 30px;
}
.soci:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.soci.soci-yt:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-tw:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-ig:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/mngeltyg9m2m7a1p.png);
}
.soci.soci-tg:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/2z2x1m15gxki4sk0.png);
}
.review-starts {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-starts li i {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}
.review-starts li {
  margin-right: 10px;
}
.footer-bottom {
  padding: 15px;
  border-top: 1px solid #ffe689;
}
.footer-bottom p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #c8c8c8;
}
.footer-top {
  padding: 35px 0;
}
#content-sec:nth-child(5) {
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: 0 -10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.prem-prov {
  float: left;
  display: inline-block;
}
.prem-prov img {
  display: block;
  width: 130px;
}
.dashboard {
  /*background-image: url(https://storage.perfectcdn.com/d673e4/dkf8dxe44sg6ujcm.png);
  background: linear-gradient(90deg, rgb(17 0 82) 0%, rgb(41 0 83) 50%, rgb(13 0 80) 100%);*/
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom;
  top: 0 !important;
  overflow: auto;
}
.dashboard.nightmode {
  background-color: #171717;
}
.dashboard,html{
  height:100%; 
}
.dashboard .navbar.navbar-default {
  background-color: #0f0049;
  border-color: #0f0049;
  border-bottom: 2px solid #ffda66;
  transition: 0.4s all ease-in;
}
.dashboard.nightmode .navbar.navbar-default {
  background-color: #171717;
  border-color: #ffda66;
}
.sidebar-menu {
  position: fixed;
  width: 250px;
  top: 0;
  z-index: 999999;
  background-color: #0f0049;
  height: 100%;
  padding: 0 0;
  transition: .3s linear;
}
.sidebar-menu .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.content-wrap {
  margin: 0 15px 15px 250px;
  padding: 10px 0;
  transition: .3s linear;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  /*overflow: hidden;*/
}
.menu-back-wrapper {
  /*max-height: 530px;
  scrollbar-width: thin;
  scrollbar-color: #debb4e #46455f;
  overflow-y: auto;
  overflow-x: hidden;*/
  padding: 0 20px;
}
.currency-stats {
  text-align: center;
  padding: 0 20px;
  margin: 20px auto 25px;
}
.currency-stats .badge {
  display: inline-flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #debb4e;
  padding: 5px 5px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 118px;
  font-size: 13px;
  margin: 1px;
  justify-content: center;
}
.menu li {
  margin-top: 10px;
}
.menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #c2c2c2;
  display: block;
  padding: 8px 15px;
  transition: all 0.3s ease-in;
  position: relative;
  border-radius: 30px;
  border: 1px solid transparent;
  text-decoration: none;
  z-index: 4;
}
.menu li a .badge {
  font-size: 12px;
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
    background-color: rgba(0, 0, 0, 0);
  color: #0c0d24;
  position: absolute;
  left: 30px;
  top: 3px;
  border-radius: 2px;
  padding: 2px 4px;
}
.menu li.active a, .menu li a:hover {
  color: #ffe47a;
  background: linear-gradient(#0f0049, #0f0049) padding-box, linear-gradient(to top, #e5a91b, #fffd8b) border-box;
}
/*.menu li.active a{
	z-index: -1;
}
.menu li.active a::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 232px;
  height: 164px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}*/
.menu li.active a .navbar-icon {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.crown {
  text-align: center;
}
.crown img {
  width: 130px;
}
.menu li a .navbar-icon {
  margin-right: 10px;
}
.navbar-left-block.navbar-nav > li {
  line-height: 57px;
}
.bread-crumbs {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.bread-crumbs span {
  color: #ffe47a;
  font-weight: 600;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a{
  padding:0;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .caret {
  color: #fff;
  margin-left: 6px;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .user-prof-icon {
  width: 38px;
  height: 38px;
  border-radius: 30px;
  border: 1px solid;
  padding: 3px;
  text-align: center;
  line-height: 30px;
  color: #ffd922;
  border: 1px solid #fffa00;
  display: inline-block;
}
.dashboard .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  border: 1px solid #ffdb41;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  line-height: 26px;
  background: transparent;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a:focus, .dashboard .navbar-default .navbar-nav > li.accbtn > a:active, .dashboard .navbar-default .navbar-nav > li.accbtn > a:hover, .dashboard .navbar-default .navbar-nav > li.accbtn.open > a {
  background-color: transparent;
}
.dashboard .navbar-default .balance-badge .badge {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #debb4e;
  height: 38px;
  padding: 5px;
  line-height: 26px;
  background: transparent;
  border-radius: 30px;
  min-width: 140px;
}
.dashboard .navbar-default .balance-badge a {
  padding: 0;
}
.new-stat-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.new-stat-box::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 262px;
  height: 324px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: .97;
  z-index: 0;
}
.new-stat-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 30px;
  height: 100%;
  background: rgba(255,255,255, 0.3);
  transform: skewX(-30deg);
  animation-name: slide;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: .1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.new-stat-img {
  position: relative;
  overflow: hidden;
  padding-left: 55px;
}
@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  50% {
    left: 120px;
    top: 0px;
  }
  100% {
    left: 290px;
    top: 0;
  }
}
.new-stat-box h4 {
  font-size: 17px;
  margin-top: 0;
  color: #ffdb41;
  position:relative;
}
.new-stat-content h5 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0;
  color: #fff;
}
.media.brand-category {
  display: flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #ffffb261;  
  padding: 2px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 100%;
  transition: 0.4s all ease-in;
}
.nightmode .media.brand-category {
  background-color: #262626;
}
.media.brand-category:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.media.brand-category:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.brand-category img {
  border-radius: 90px;
}
.media.brand-category .media-body {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: auto;
}
.brand-company {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.brand-company .col-3 {
  max-width: 12.504%;
  flex: 0 0 19.504%;
}
.guest .brand-company .col-3 {
  max-width: 19.44%;
  flex: 0 0 19.44%;
}
.wid-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.dashboard .top-stats{
  margin-bottom: 25px;
}
.well-tab {
  background: radial-gradient(#0f0049,#0f0049);
  border: 1px solid #fff27f;
  border-radius: 20px;
  margin-bottom: 19px;
  transition: 0.4s ease-in all;
}
.nightmode .well-tab {
  background: radial-gradient(#262626,#1e1e1e);
}
.well-tab .well-body{
  padding: 15px;
  margin-bottom: 20px;
}
.well-tab .nav-tabs > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.well-tab .nav-tabs > li.active > a, 
.well-tab .nav-tabs > li.active > a:hover {
  background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color:#e9d26a;
  font-weight: 700;
}
.well-tab .nav-tabs > li.active > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 6px;
  width: 70%;
  bottom: -1px;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.well-tab .nav.nav-tabs {
  border-bottom-color: #ffffff;
}
.well-tab .control-label,
.dashboard .well .control-label{
  font-size: 14px;
  font-weight: 600;
  color: #ffe47a;
}
.well-tab .select2-container--default .select2-selection--single.form-control, 
.well-tab select.form-control, 
.well-tab input.form-control, 
.well-tab textarea.form-control,
.dashboard .well .select2-container--default .select2-selection--single.form-control, 
.dashboard .well select.form-control, 
.dashboard .well input.form-control, 
.dashboard .well textarea.form-control{
  height: 40px;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  background-color: rgb(255 255 255);
  color: #000000;
  font-weight: 520;
  border: 1px solid #ffffff;
  font-size: 16px;
}
select.form-control option {
  color: #0c0b1f;
}
.well-tab textarea.form-control,
.dashboard .well textarea.form-control{
  height: auto;
  border-radius: 20px;
}
.form-group.searchgrp {
  height: 41px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
}
.well-tab .form-group.searchgrp #input_service {
  background-color: transparent;
  padding: 0;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.well-tab .panel-body.border-solid.border-rounded {
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(16 16 16);
  color: #fff;
  font-weight: 500;
  border: 1px solid #ffe47a;
  word-break: break-word;
}
.well {
  background-color: rgba(18, 17, 47, 0.75);
  border: 1px solid #ffd200;
  border-radius: 20px;
}
.serv-box {
  background-color: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  margin-bottom: 19px;
}
.serv-icon {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  text-align: center;
  line-height: 42px;
  margin-right: 12px;
}
.serv-content h4 {
  font-size: 12px;
  color: #e9d26a;
  margin-top: 15px;
}
.nav.nav-pills.order-pills {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.nav.nav-pills.order-pills::before, .nav.nav-pills.order-pills::after {
  display: none;
}
.order-pills > li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  min-width: 152px;
  color: #000000;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 40px;
}
.order-pills > li.all-pill a {
  color: #0a0a09;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.pending-pill a {
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
}
.order-pills > li.inprogress-pill a,
.order-pills > li.active-pill a{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
}
.order-pills > li.completed-pill a {
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.partial-pill a {
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
}
.order-pills > li.processing-pill a {
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
}
.order-pills > li.canceled-pill a {
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
}
.input-group.searchgrp {
  height: 58px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
  margin-bottom: 20px;
  border: 1px solid #debb4e;
}
.input-group.searchgrp .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 20px;
  height: 55px;
}
.input-group.searchgrp .form-control:focus {
  z-index: 1;
}
.input-group.searchgrp .btn.btn-primary {
  margin-left: -30px;
  border-radius: 30px;
  width: 42px;
  height: 42px;
  border: none;
  min-width: 42px;
  line-height: 32px;
}


.order-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.order-box {
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border: 1px solid #debb4e;
  border-radius: calc(7px * 2);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order-box-top {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  color: darkgray;
}
.order-box-middle {
  border-top: 1px solid #debb4e;
  border-bottom: 1px solid #debb4e;
}
.order-box-middle,
.order-box-bottom {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.order-top-left,
.order-middle-left,
.order-bottom-left{
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
}
.order-service{
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.order-top-right,
.order-middle-right,
.order-bottom-right{
  display: flex;
  justify-content: flex-end;
}
.order-box-bottom {
  display: grid;
  padding: 10px;
  grid-template-columns: 4fr 1fr;
  gap: 10px;
}
.order-box {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.order-service {
  color: #fff;
}
.order-top-left > div:first-child, 
.order-middle-left > div:first-child, 
.order-bottom-left > div:first-child {
  min-width: 130px;
}
.order-action a {
  background: -webkit-linear-gradient(3deg, rgb(255 190 44) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  padding: 1px 8px;
  border-radius: 8px;
  border: 2px solid #ffd200;
  text-decoration: none;
}
.order-link a {
 background: -webkit-linear-gradient(3deg, rgb(255 177 0) 0%, rgb(255 238 141) 50%, rgb(255 231 101) 70%, rgb(255 185 0) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  overflow: hidden;
}

.grid-header {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding: 10px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border-radius: 30px;
}
.servgrid .grid-header {
  grid-template-columns: repeat(6, 1fr);
}
.grid-header div {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  padding: 0 10px;
}
.grid-items-container {
  display: grid;
  /*grid-template-columns: repeat(9, 1fr);*/
  grid-auto-rows: auto;
  grid-gap: 10px;
}

.grid-item {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  padding: 20px 10px;
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border-radius: 20px;
}
.grid-container.updategrid .grid-header, 
.grid-container.updategrid .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.ordergrid .grid-header, 
.ordergrid .grid-items-container .grid-item {
  grid-template-columns: repeat(9, 1fr);
}
.servgrid .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.servgrid .grid-item.cate-name-item {
  grid-template-columns: repeat(1, 1fr);
}
.ticketgrid .grid-header,
.ticketgrid .grid-item{
  grid-template-columns: repeat(4, 1fr);
}
.dripgrid .grid-header,
.dripgrid .grid-item{
  grid-template-columns: repeat(9, 1fr);
}
.paymentgrid .grid-header, 
.paymentgrid .grid-items-container .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.historygrid .grid-header, 
.historygrid .grid-items-container .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.apigrid2 .grid-header, 
.apigrid2 .grid-items-container .grid-item {
  grid-template-columns: repeat(2, 1fr);
}
.grid-item > div {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 0 10px;
}
.label-badge{
  border-radius: 60px;
  border: none;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  line-height: 40px;
  max-width: 62px;
  text-align: center;
  color: #0f0049;
  font-size: 13px;
  font-weight: 700;
}
.custom-table .grid-item div > a {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.custom-table .grid-item div > a.btn.btn-modal {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 2px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #4d4b4b;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 200px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #4d4b4b;
  text-decoration: none;
  border: none;
}
.custom-table .grid-item div.order-actions > a,
.custom-table .grid-item div.order-actions > button{
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
} 
.label-badge.label-已完成,
.label-badge.label-completed,
.label-badge.label-answered{
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  min-width: 108px;
}
.label-badge.label-部分退款,
.label-badge.label-partial{
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
  min-width: 108px;
}
.label-badge.label-进行,
.label-badge.label-pending{
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
  min-width: 108px;
}
.label-badge.label-进行中,
.label-badge.label-inprogress{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
  min-width: 108px;
}
.label-badge.label-已取消,
.label-badge.label-已到期,
.label-badge.label-canceled,
.label-badge.label-closed{
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
  min-width: 108px;
}
.label-badge.label-处理中,
.label-badge.label-processing{
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
  min-width: 108px;
}
.grid-item.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.grid-item.cate-name-item .cate-name {
  font-size: 24px;
  font-weight: 700;
}
.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.cate-name-item .cate-name {
  font-size: 24px;
}
.grid-item > div > .btn.btn-primary {
  min-width: 108px;
  border: none;
  height: 42px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
}
.well-title {
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}
.contact-box {
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.contact-box.tg {
  border-color: #28a7e8;
}
.contact-box.wh {
  border-color: #58ce6f;
}
.contact-box.ma {
  border-color: #ff5b55;
}
.contact-box.sk {
  border-color: #38c1f3;
}
.contact-content h5 {
  font-size: 12px;
  font-weight: 400;
  color: #e9d26a;
}
.contact-content h6 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.contact-icon {
  margin-right: 15px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.27);
}
.cont-ic {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.tg .cont-ic {
  background-color: #28a7e8;
  box-shadow: -3px 3px 6px -1px #28a7e8;
}
.wh .cont-ic {
  background-color: #58ce6f;
  box-shadow: -3px 3px 6px -1px #58ce6f;
}
.ma .cont-ic {
  background-color: #ff5b55;
  box-shadow: -3px 3px 6px -1px #ff5b55;
}
.sk .cont-ic {
  background-color: #38c1f3;
  box-shadow: -3px 3px 6px -1px #38c1f3;
}
.well .nav.nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.well .nav.nav-tabs::before, 
.well .nav.nav-tabs::after {
  display: none;
}
.well .nav-tabs > li > a {
  background-color: #171616;
  border-radius: 12px;
  border: 1px solid #171616;
  margin: 0;
}
.well .nav-tabs > li.active > a, 
.well .nav-tabs > li.active > a:hover, 
.well .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #e4c458;
  border-bottom-color: #e4c458;
  background-color: #1f221f;
}
.well .tab-content {
  background-color: #191b19;
  padding: 20px;
  border-radius: 12px;
}
.well .tab-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.well .grid-item,
.well-tab .grid-item{
  padding: 0;
  background-color: transparent;
  grid-column-gap: 10px;
}
.well .grid-item > div,
.well-tab .grid-item > div{
  background-color: rgba(255, 255, 255, 0.07);
  padding: 10px;
  border-radius: 40px;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.well .grid-header,
.well-tab .grid-header{
  grid-column-gap: 10px;
}
.well .grid-header > div,
.well-tab .grid-header > div{
  padding-left: 10px;
  padding-right: 10px;
}
.social-badge img {
  margin-right: 8px;
}
.inner-content p {
  font-family: Montserrat;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.apigrid1 .grid-item {
  grid-template-columns: repeat(2, 1fr);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  grid-gap: 10px;
}
.apigrid1 .grid-item > div {
  background-color: rgba(18, 17, 47, 0.75);
  border-radius: 60px;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 15px;
}
.grid-item .link-item {
  color: #e9d26a;
  font-size: 16px;
}
pre {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.ticket-msg-wrap {
  padding-top: 15px;
  min-height: 480px;
  overflow-y: scroll;
  border-bottom: 1px solid #000;
  max-height: 480px;
}
.ticket-message-block {
  display: flex;
  flex-direction: column;
  padding: 25px 15px 5px;
  margin-bottom: 0;
}
.ticket-message-block.ticket-message-left {
  align-items: flex-end;
}
.message-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.author-pic {
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 38px;
  flex: 0 0 38px;
}
.ticket-message-block.ticket-message-right .author-pic {
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
  margin-right: 20px;
  color: #513205;
}
.ticket-message-block.ticket-message-left .author-pic {
  color: #ffffff;
  margin-left: 20px;
}
.messsage-wrap {
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ticket-message-block.ticket-message-right .messsage-wrap {
  border-radius: 20px;
  color: #513205;
  background: rgb(241,223,191);
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-block.ticket-message-left .messsage-wrap {
 background: linear-gradient(90deg, rgb(44 190 223) 0%, rgb(0 148 182) 50%, rgb(0 94 168) 100%);
  color: #ffffff;
  min-height: 58px;
  border-radius: 20px;
}
.message-sub-top {
  margin-top: -46px;
  margin-bottom: 24px;
}
.message-sub-top strong {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.ticket-message-right .message-sub-top strong {
  color: #513205;
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-left .message-sub-top strong {
  background: linear-gradient(90deg, #7300ff 0%, #1970ff 50%, rgb(194 0 255) 100%);
}
.message-sub-top strong i, .message-sub-top .text-muted i {
  margin-right: 5px;
  font-size: 11px;
  margin-left: -5px;
}
.ticket-message-right .message-sub-top strong i {
  color: #513205;
}
.ticket-message-left .message-sub-top strong i {
  color: #ffffff;
}
.message-sub-top .text-muted {
  font-size: 10px;
  font-weight: 700;
  border: 1px solid;
  border-radius: 20px;
  padding: 3px 10px;
}
.ticket-message-right .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-left .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-block.ticket-message-left .author-pic img {
  width: 38px;
}
.post-well h4 {
  font-size: 16px;
  font-weight: 600;
  color: #e9d26a;
  margin-bottom: 25px;
  margin-top: 0;
  min-height: 55px;
}
.post-content {
  color: #fff;
  font-size: 14px;
  min-height: 100px;
  margin-bottom: 15px;
}
.post-well .btn.btn-primary {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-width: 1px;
  border-radius: 10px;
  min-width: auto;
  line-height: 34px;
}
.bar-wrap p {
  color: #fff;
  margin: 0;
}
.bar-wrap p strong {
 background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress {
  background-color: rgba(255, 255, 255, 35%);
  border-radius: 20px;
  height: 10px;
}
.progress-bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.ticket-backbtn {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid #ffd200;
  text-decoration: none;
}
.serv-id {
 background: -webkit-linear-gradient(3deg, rgb(255 191 49) 0%, rgb(255 237 138) 50%, rgb(255 230 141) 70%, rgb(255 197 45) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nameserver-head {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color: #e9d26a;
  font-size: 18px;
}
.namerserver-list {
  padding-left: 20px;
}
.namerserver-list li {
  font-size: 14px;
  font-weight: 500;
  color: #ffe365;
}
.namerserver-list li img {
  width: 90%;
  object-fit: contain;
  max-height: 436px;
  object-position: left;
}
.affiliate-tab p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}


@media(max-width:991px){
  .guest .brand-company .col-3 {
    max-width: 24%;
    flex: 0 0 24%;
  }
  .sidebar-menu{
    width: 180px;
  }
  .currency-stats{
    padding: 0 8px;
    margin: 8px auto 14px;
  }
  .menu-back-wrapper {
    padding: 0 8px;
  }
  .currency-stats .badge{
    padding: 6px 6px;
    width: 47%;
    font-size: 8px;
  }
  .content-wrap {
    margin: 0 0 15px 180px;
  }
  .container{
    width: 100%;
  }
  .prem-prov img {
    width: 115px;
  }
  .guest .navbar-default .navbar-nav > li > a, .guest .navbar-default .navbar-nav > li > a:hover, .guest .navbar-default .navbar-nav > li.active > a {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle,
  .navbar-default .navbar-nav > li.signup-btn > a{
    font-size: 14px;
    min-width: 130px;
  }
  .navbar-default .navbar-nav > li.signup-btn > a{
  	border: 2px solid #f6e0be;
  }
  .top-stats li{
    padding: 10px 15px;
    margin: 0 10px;
	font-size: 16px;
    min-width: 120px;
  }
  #what-is img {
    width: 100%;
  }
  .cont-img {
    width: 100%;
  }
  #home-stats {
    padding: 50px 0;
  }
  .hst-icon img {
    width: 90px;
    margin-bottom: 15px;
  }
  .hst h3 {
    font-size: 28px;
  }
  .low-img img {
    width: 100%;
  }
  .low-box.box1::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  .low-box.box2::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  #low-sec {
    padding: 50px 0;
  }
  #what-is {
    padding: 50px 0;
  }
  .grid-container.dripgrid,
  .grid-container.ordergrid{
    width: 140%;
  }
  .order-pills > li a{
    min-width: 100px;
  }
  .brand-company .col-3 {
    max-width: 24.1%;
    flex: 0 0 24.1%;
  }
  
}
@media(max-width:550px){
  .dashboard .navbar-brand {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dashboard .navbar-default .navbar-brand img {
    height: 45px;
  }
  .navbar-toggle.x {
    border:none;
    margin: 0;
    float: none;
  }
  .dashboard .navbar-default .navbar-toggle:hover, .dashboard .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle.x .icon-bar {
    width:22px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    -webkit-transition:all .2s;
    transition:all .2s
  }
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transform-origin:10% 10%;
    -ms-transform-origin:10% 10%;
    transform-origin:10% 10%
  }
  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity:0;
    filter:alpha(opacity=0)
  }
  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:10% 90%;
    -ms-transform-origin:10% 90%;
    transform-origin:10% 90%
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity:1;
    filter:alpha(opacity=100)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .brand-right {
    float: right;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
  .dashboard .lang-drop, .dashboard .opt-drop, .dashboard .feat-drop,.dashboard .mode.mmode {
    display: inline-block;
  }
  .lang-drop .btn.btn-default, .opt-drop .btn.btn-default, .feat-drop .btn.btn-default {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 6px;
  }
  .lang-drop .btn.btn-default:hover, .lang-drop .btn.btn-default:active, .lang-drop .btn.btn-default:focus, .opt-drop .btn.btn-default:hover, .opt-drop .btn.btn-default:active, .opt-drop .btn.btn-default:focus, .feat-drop .btn.btn-default:hover, .feat-drop .btn.btn-default:active, .feat-drop .btn.btn-default:focus {
    background-color: transparent;
  }
  .opt-drop .btn.btn-default .menu-icon, .feat-drop .btn.btn-default .menu-icon {
    filter: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background:linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 50px;
  }
  .opt-drop .btn.btn-default .menu-icon img {
    width: 180%;
    margin-left: -12px;
    margin-right: -6px;
  }
  .feat-drop .btn.btn-default .menu-icon {
    line-height: 34px;
    color: #000;
    font-size: 18px;
  }
  .dashboard .opt-drop .dropdown-menu, .dashboard .feat-drop .dropdown-menu {
    left: 0;
    right: 0;
    position: fixed;
    top: 70px;
    width: 92%;
    margin: auto;
    float: none;
    -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    background-color: #262546;
  }
  .mode-box, .lang-box, .curr-box {
    padding: 4px 10px 4px;
  }
  .mode-box h6, .lang-box h6, .curr-box h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #ffffff;
  }
  .dashboard .mob-mode {
    display: block;
  }
  .mode-box .mode.mob-mode, .lang-box .lang-list, .curr-box .curr-list {
    background-color: #1d1c37;
    border-radius: 5px;
    padding: 5px;
  }
  .lang-list, .curr-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lang-list li, .curr-list li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .lang-list li a, .curr-list li a {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #0f0049;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .lang-list li .lang-name {
    margin-right: 5px;
  }
  .feat-drop .dropdown-menu .divider {
    margin: 6px 0;
    background-color: #444366;
  }
  .mode-box .mob-mode .toggle {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .mode-box .mob-mode .toggle .menu-icon {
    width: auto;
    height: auto;
    background-color: transparent;
    filter: none;
    line-height: 1;
    border-radius: 0;
    color: #646360;
  }
  .opt-drop .dropdown-menu > li > a {
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
  }
  .opt-drop .dropdown-menu > li > a .drop-menu-icon {
    margin-right: 10px;
    width: 18px;
    display: inline-block;
  }
  .dashboard .navbar-left-block, .dashboard .navbar-right-block {
    display: none;
  }
  .dashboard .nav.navbar-nav.navbar-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .dashboard .navbar-default .navbar-nav > li > a {
    justify-content: space-between;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: row;
    position: relative;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e9d26a;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-text {
    order: 1;
    white-space: nowrap;
  }
  .dashboard .navbar-default .navbar-nav > li > a::after {
    content: '';
    width: 100%;
    border-top: 1px solid;
    margin: 0 10px;
    order: 2;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-right {
    order: 3;
  }
  .mob-menu-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 22px;
    padding: 4px;
    -webkit-text-fill-color: none;
	color: #151515;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a .mob-menu-icon {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-text-fill-color: #151515;
	color: #151515;
  }
  .new-stat-img .full-logo {
    width: 90px;
  }
  .new-stat-box h4 {
    font-size: 14px;
  }
  .new-stat-content h5 {
    font-size: 16px;
  }
  .new-stat-content br {
    display: none;
  }
  .progress{
    height: 8px;
	margin-bottom: 10px;
  }
  .bar-wrap p{
    font-size: 12px;
  }
  .point-badge {
    width: 80px;
  }
  .new-stat-img {
    padding-left: 0;
    margin-right: -35px;
  }
  .new-stat-box{
    justify-content: space-evenly;
  }
  .dashboard .inner-wrap .container-fluid {
    width: 100%;
  }
  .new-stat-box2 h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .user-balance, .user-spent {
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
  }
  .new-stat-box2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .new-stat-box2 img {
    width: 25px;
    margin-right: 10px;
  }
  .new-stats .col-sm-6.col-md-4:last-child {
    order: 1;
  }
  .new-stats .col-sm-6.col-md-4:first-child {
    order: 2;
  }
  .new-stats .col-sm-6.col-md-4:nth-child(2) {
    order: 3;
  }
  .new-stats .row {
    display: flex;
    flex-direction: column;
  }
  .point-box .btn.btn-primary {
    height: 33px;
    min-width: 103px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0;
  }
  .currency-stats .badge{
    width: 22%;
	font-size: 9px;
  }
  .brand-company{
    gap: 3px;
  }
  .media.brand-category .media-body{
    font-size: 10px;
  }
  .brand-company .col-3 {
    max-width: 32.6%;
    flex: 0 0 32.6%;
  }
  .brand-category img{
    width: 22px;
  }
  .footer-top .col-xs-9, .footer-top .col-xs-3 {
    width: 100%;
    float: none;
  }
  .currency-stats {
    padding: 0;
  }
  
}
.nightmode .modal-content {
  background-color: #404040;
}
.lunar_decorate {
  position: relative;
  display: block;
  margin: auto;
}
.top_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/57fy3bydengieiuc.png);
  width: 100%;
  height: 135px;
  display: block;
  position: absolute;
  background-size: auto 100%;
  background-repeat: repeat-x;
  top: 0;
}
.fly_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/l1k5ys460p6w4lb2.png);
  width: 74px;
  height: 207px;
  position: absolute;
  display: block;
  top: -10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fly_lights.fl_1 {
  left: 373px;
}
.fly_lights.fl_2 {
  left: 50%;
}
.fly_lights.fl_3 {
  right: 320px;
}
.dashboard .top_lights {
  top: 50px;
}
.dashboard .fly_lights {
  top: 72px;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #0f0049;
  cursor: url(https://storage.perfectcdn.com/d673e4/hrxezsnje5z4ftru.png), pointer !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 520px !important;
}
.point-badge {
  width: 90px;
  display: block;
}
body.guest {
  background: radial-gradient(#2200CC,#0d0146);
  background-repeat: inherit;
  background-position: bottom;
  background-size: cover;
}
/*NEW HEADER*/
.dashboard .navbar-brand {
  padding-top: 14px;
  padding-bottom: 14px;
  height: auto;
}
.banner-img img {
  width: 100%;
  display: block;
  margin: 20px 0 0;
}
#page-wrapper {
  position: relative;
  min-height: 100vh;
}
.dashboard .inner-wrap .container-fluid {
  width: 85%;
}
.dashboard .inner-wrap .container-fluid.w100{
  width:100%;
}
.dashboard .navbar.navbar-default {
  background-color: #000;
  border-bottom: 1px solid #0f0f0f;
  border-radius: 0;
}
.dashboard .navbar-default .navbar-nav > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.dashboard .navbar-default .navbar-nav > li.setting > a,
.dashboard .navbar-default .navbar-nav > li.lang > a,
.dashboard .navbar-default .navbar-nav > li.mode > a,
.dashboard .navbar-default .navbar-nav > li.update > a,
.dashboard .navbar-default .navbar-nav > li.dropdown-currencies > a{
  padding-top: 9px;
  padding-bottom: 15px;
}
.dashboard .navbar-default .navbar-nav > .open > a, 
.dashboard .navbar-default .navbar-nav > .open > a:hover, 
.dashboard .navbar-default .navbar-nav > .open > a:focus{
  background-color: transparent;
}
.menu-icon {
  width: 23px;
  height: 28px;
  text-align: center;
  display: block;
  /*filter: invert(1);*/
  position: relative;
}
.menu-icon.profPic {
  filter: none;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border: 1px solid #ffe47a;
  border-radius: 50px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.lang .menu-icon,
.menu-icon.currencySymbol {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #ffe47a;
}
.menu-icon.currencySymbol{
  color: #2d2d2c;
  justify-content: center;
  font-weight: 700;
  position: relative;
  overflow: visible;
  font-size: 18px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.cur-icon-badge {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  background-color: red;
  border-radius: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cur-icon-badge.USD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/us.svg);
}
.cur-icon-badge.INR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/in.svg);
}
.cur-icon-badge.TRY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/tr.svg);
}
.cur-icon-badge.EUR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eu.svg);
}
.cur-icon-badge.RUB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ru.svg);
}
.cur-icon-badge.BRL {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/br.svg);
}
.cur-icon-badge.NGN {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ng.svg);
}
.cur-icon-badge.KRW {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kr.svg);
}
.cur-icon-badge.THB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/th.svg);
}
.cur-icon-badge.SAR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/sa.svg);
}
.cur-icon-badge.CNY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/cn.svg);
}
.cur-icon-badge.VND {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/vn.svg);
}
.cur-icon-badge.KWD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kw.svg);
}
.cur-icon-badge.EGP {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eg.svg);
}
.cur-icon-badge.PKR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/pk.svg);
}
.menu-icon.profPic img {
  width: 170%;
  margin-left: -11px;
  margin-top: 2px;
}
.mode .menu-icon,
.update .menu-icon{
  width: 34px;
  height: 34px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  border-radius: 50px;
  color: #000;
  line-height: 46px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.lang .menu-icon .flag-icon {
  width: 100%;
  height: 100%;
}
.update .menu-icon {
  filter: invert(0);
}
.update .menu-icon .material-icons {
  font-size: 21px;
}
.ticket-count {
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  color: #040404;
  border-radius: 50px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  font-size: 12px;
  box-shadow: 0 0 0 0 rgba(253, 240, 1, 1);
  animation: pulse 2s infinite;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -13px;
  top: -2px;
  font-weight: 700;
  font-family: poppins;
}
.mode .menu-icon, .lang .menu-icon {
  filter: invert(0);
}
.menu-text {
  font-size: 14px;
  font-weight: 500;
}
.dashboard .navbar-nav > li > .dropdown-menu {
  -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  border: none;
  min-width: inherit;
  width: auto;
  border-radius: 5px;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  margin-top: 10px;
  right: auto;
  top: 60px;
}
.dropdown.feat-drop,
.mode.mmode{
  display: none;
}
.dashboard .nav.navbar-nav.navbar-mobile {
  display: none;
}
.dashboard .lang-drop,
.dashboard .opt-drop,
.dashboard .mob-mode{
  display: none;
}
.new-stat-img .full-logo {
  width: 128px;
}
.new-stat-box2 h4 {
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.user-balance, .user-spent {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
.new-stat-box2 img {
  width: 34px;
  margin-right: 15px;
}

/*NEW HEADER*/

.dashboard .mCSB_inside > .mCSB_container {
  margin-right: 5px;
  z-index: 1;
}
.modal {
  color: #000;
}
.mCustomScrollBox{
  z-index:99999;
}
.select2-dropdown {
  z-index: 999999999999 !important;
}
.count {
  animation: count-up 2s ease-in-out;
  animation-fill-mode: forwards;
  transition: border-color 0.2s ease-in-out;
}
.navbar-right.navbar-right-block .dropdown-menu{
  background-color: #262546;
  border-radius: 20px !important;
  padding-top: 0;
  margin-top: 5px !important;
}
.navbar-right.navbar-right-block .dropdown-menu li > a,
.navbar-right.navbar-right-block .dropdown-menu li > a{
  color: #fff;
  padding-left: 12px;
  font-size: 14px;
  border-bottom: 1px solid #ededed0d;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navbar-right.navbar-right-block .dropdown-menu > a{
  color: inherit;
  font-size: inherit;
}
.navbar-right.navbar-right-block .dropdown-menu > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu > a:focus {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.navbar-right.navbar-right-block .dropdown-menu li > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu li > a:focus{
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
  color: #593b0f;
}
.navbar-right.navbar-right-block .dropdown-menu li.active > a{
  background-color: transparent;
}
.langbtn .dropdown-menu li > a .flag-icon {
  margin-right: 5px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
}
.langbtn .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #000000 transparent transparent transparent !important;
  border-width: 7px 7px 0 7px !important;
  margin-left: -7px !important;
}
@keyframes count-up {
  from { 
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.count[data-count]:after {
  content: attr(data-count);
  display: none;
}

.count[data-count]::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}

.loader {
  background: #000;
  background: radial-gradient(#190956,#0f0049);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-inner {
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
.loader-line-wrap{
  animation:spin 2000ms cubic-bezier(.175,.885,.32,1.275) infinite;
  box-sizing:border-box;
  height:50px;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  transform-origin:50% 100%;
  width:100px
}
.loader-line{
  border:4px solid transparent;
  border-radius:100%;
  box-sizing:border-box;
  height:100px;
  left:0;
  margin:0 auto;
  position:absolute;
  right:0;
  top:0;
  width:100px
}
.loader-main {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
}

.loader-main:before , .loader-main:after{
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
.loader-main:after {
  box-shadow: 0 2px 0 rgba(255,207,37,1) inset;
  animation: rotate 2s linear infinite;
}
.loader-main img {
  width: 90%;
  margin: auto;
  display: block;
  padding: 45px 0 0;
}
@keyframes rotate {
  0% {  transform: rotate(0)}
  100% { transform: rotate(360deg)}
}
.view-badge {
  background-color: #e53f25;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 4px;
  animation: pulse1 2s linear infinite;
  margin-right: 10px;
}
@keyframes pulse1 {
  0% {
    opacity:25%;
  }
  25% {
    opacity:75%;
  }
  50% {
    opacity:100%;
  }
  75% {
    opacity:50%;
  }
  100% {
    opacity:25%;
  }
}
.slider-new {
  width: 100%;
  height: 100%;
}
.slider-new img {
  object-fit: fill;
  height: 175px;
}
.new-stat-box.slide-new {
  padding: 0;
  display: block;
  overflow: hidden;
}
.guest .navbar.navbar-default {
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
.top-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0;
}
.top-stats li {
  background-color: rgb(15 0 73 / 46%);
  padding: 12px 20px;
  border-radius: 20px;
  list-style: none;
  border: 1px solid #ffe259;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  min-width: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-stats li img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
}
.guest .navbar-default .navbar-nav > li > a,
.guest .navbar-default .navbar-nav > li > a:hover,
.guest .navbar-default .navbar-nav > li.active > a{
  font-size: 16px;
  background-color: transparent;
  font-weight: 500;
  color: #fff;
}
.navbar-default .navbar-nav > li.signup-btn > a {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 3px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  height: 48px;
  line-height: 8px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
  overflow: hidden;
}
.navbar-default .navbar-nav > li.signup-btn > a:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.navbar-default .navbar-nav > li.signup-btn > a:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.navbar-default .navbar-nav > li.signup-btn> a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  user-select: none;
  background: #0002848f;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 48px;
  line-height: 18px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
}
.navbar-default .navbar-nav > li.langbtn img {
  margin-right: 5px;
}
.guest .navbar-nav > li.google-translate {
  padding: 12px 0;
}
#top-banner .well {
  background-color: #000284;
  padding: 55px 25px;
  border-radius: 50px;
  list-style: none;
  border: 1px solid #ffe259;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  max-width: 450px;
  position:relative;
}
#top-banner .well::before {
  content: '';
  background-image: url(https://storage.perfectcdn.com/d673e4/up4gqczmzoiihd2o.png);
  width: 268px;
  height: 624px;
  display: block;
  position: absolute;
  top: -97px;
  right: -83px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.top-head {
  font-size: 58px;
  font-weight: 800;
  margin-top: 0;
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-para {
  font-size: 18px;
  font-weight: 400;
  color: #949498;
  margin-bottom: 30px;
}
.btn.btn-primary {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
 background: linear-gradient(90deg, rgb(255 172 0) 0%, rgb(255 224 0) 32%, rgb(255 255 148) 68%, rgb(255 175 41) 100%);
  border: 2px solid #f6e0be;
  font-size: 18px;
  font-weight: 700;
  color: #0f0049;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 300px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #0f0049;
}
.btn.btn-xs.btn-primary {
  min-width: 80px;
  height: auto;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.btn.btn-primary:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.btn.btn-primary:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.btn.btn-primary:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.btn.btn-primary.btn-sm {
  min-width: 33px;
  height: 33px;
  padding: 0px;
  text-align: center;
  line-height: 32px;
  border: none;
}
.row.flex-row {
  display: flex;
  align-items: center;
}
#top-banner .well h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
#top-banner .well p {
  font-size: 18px;
  font-weight: 500;
  color: #949498;
  margin-bottom: 5px;
}
.igrp .form-control {
  background-color: #ffffff;
  border: none;
  height: 52px;
}
.igrp .form-control:hover,
.igrp .form-control:active,
.igrp .form-control:focus{
  box-shadow: none;
}
.igrp {
  background-color: #1e1d3a;
  border-radius: 30px;
  position: relative;
  padding-left: 50px;
}
.inico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  border-radius: 20px;
  background: rgb(248,196,34);
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
}
.inico i {
  color: #000;
}
.forgot {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 400;
}
#top-banner .well .checkbox {
  margin-top: 0;
  text-align: right;
  color: #c9c9c9;
}
.reg-text {
  font-weight: 500;
  color: #cdcdcd;
  margin-top: 40px;
}
.reg-text a{
  color: #ffe200;
}
#home-stats {
  padding: 80px 0;
}
#home-stats .row {
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
}
.hst {
  text-align: center;
  padding: 70px 0;
}
.hst-icon img {
  width: 110px;
  margin-bottom: 25px;
}
.hst h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.hst h4 {
  color: #949498;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
#content-sec .row {
  display: flex;
  align-items: center;
}
.main-head {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
}
.main-text {
  font-size: 18px;
  font-weight: 500;
  color: #a4a4a4;
  margin-bottom: 30px;
}
section#content-sec:nth-child(4) .col-sm-7 {
  padding-left: 80px;
}
section#content-sec:nth-child(5) .col-sm-7 {
  padding-right: 80px;
}
#low-sec {
  padding: 80px 0;
}
.low-box {
  padding: 40px;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
  position: relative;
}
.low-box h3 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.low-box .main-text {
  margin-bottom: 0;
}
.low-img img {
  display: block;
  margin: auto;
}
.low-box.box2::after {
  content: '';
  position: absolute;
  top: 10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/bw30g5x982g3irwa.png);
  width: 132px;
  height: 132px;
  display: block;
  right: -8px;
}
.low-box.box1::after {
  content: '';
  position: absolute;
  top: -10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/1cbgx9iqkuho5twj.png);
  width: 132px;
  height: 132px;
  display: block;
  left: -12px;
}
#what-is {
  padding: 80px 0;
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: right -30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.foo-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}
.foo-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.foo-menu li {
  max-width: 50%;
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.foo-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.foo-menu li a.soci {
  position: relative;
  padding-left: 30px;
}
.soci:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.soci.soci-yt:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-tw:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-ig:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/mngeltyg9m2m7a1p.png);
}
.soci.soci-tg:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/2z2x1m15gxki4sk0.png);
}
.review-starts {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-starts li i {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}
.review-starts li {
  margin-right: 10px;
}
.footer-bottom {
  padding: 15px;
  border-top: 1px solid #ffe689;
}
.footer-bottom p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #c8c8c8;
}
.footer-top {
  padding: 35px 0;
}
#content-sec:nth-child(5) {
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: 0 -10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.prem-prov {
  float: left;
  display: inline-block;
}
.prem-prov img {
  display: block;
  width: 130px;
}
.dashboard {
  /*background-image: url(https://storage.perfectcdn.com/d673e4/dkf8dxe44sg6ujcm.png);
  background: linear-gradient(90deg, rgb(17 0 82) 0%, rgb(41 0 83) 50%, rgb(13 0 80) 100%);*/
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom;
  top: 0 !important;
  overflow: auto;
}
.dashboard.nightmode {
  background-color: #171717;
}
.dashboard,html{
  height:100%; 
}
.dashboard .navbar.navbar-default {
  background-color: #0f0049;
  border-color: #0f0049;
  border-bottom: 2px solid #ffda66;
  transition: 0.4s all ease-in;
}
.dashboard.nightmode .navbar.navbar-default {
  background-color: #171717;
  border-color: #ffda66;
}
.sidebar-menu {
  position: fixed;
  width: 250px;
  top: 0;
  z-index: 999999;
  background-color: #0f0049;
  height: 100%;
  padding: 0 0;
  transition: .3s linear;
}
.sidebar-menu .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.content-wrap {
  margin: 0 15px 15px 250px;
  padding: 10px 0;
  transition: .3s linear;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  /*overflow: hidden;*/
}
.menu-back-wrapper {
  /*max-height: 530px;
  scrollbar-width: thin;
  scrollbar-color: #debb4e #46455f;
  overflow-y: auto;
  overflow-x: hidden;*/
  padding: 0 20px;
}
.currency-stats {
  text-align: center;
  padding: 0 20px;
  margin: 20px auto 25px;
}
.currency-stats .badge {
  display: inline-flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #debb4e;
  padding: 5px 5px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 118px;
  font-size: 13px;
  margin: 1px;
  justify-content: center;
}
.menu li {
  margin-top: 10px;
}
.menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #c2c2c2;
  display: block;
  padding: 8px 15px;
  transition: all 0.3s ease-in;
  position: relative;
  border-radius: 30px;
  border: 1px solid transparent;
  text-decoration: none;
  z-index: 4;
}
.menu li a .badge {
  font-size: 12px;
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
    background-color: rgba(0, 0, 0, 0);
  color: #0c0d24;
  position: absolute;
  left: 30px;
  top: 3px;
  border-radius: 2px;
  padding: 2px 4px;
}
.menu li.active a, .menu li a:hover {
  color: #ffe47a;
  background: linear-gradient(#0f0049, #0f0049) padding-box, linear-gradient(to top, #e5a91b, #fffd8b) border-box;
}
/*.menu li.active a{
	z-index: -1;
}
.menu li.active a::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 232px;
  height: 164px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}*/
.menu li.active a .navbar-icon {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.crown {
  text-align: center;
}
.crown img {
  width: 130px;
}
.menu li a .navbar-icon {
  margin-right: 10px;
}
.navbar-left-block.navbar-nav > li {
  line-height: 57px;
}
.bread-crumbs {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.bread-crumbs span {
  color: #ffe47a;
  font-weight: 600;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a{
  padding:0;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .caret {
  color: #fff;
  margin-left: 6px;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .user-prof-icon {
  width: 38px;
  height: 38px;
  border-radius: 30px;
  border: 1px solid;
  padding: 3px;
  text-align: center;
  line-height: 30px;
  color: #ffd922;
  border: 1px solid #fffa00;
  display: inline-block;
}
.dashboard .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  border: 1px solid #ffdb41;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  line-height: 26px;
  background: transparent;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a:focus, .dashboard .navbar-default .navbar-nav > li.accbtn > a:active, .dashboard .navbar-default .navbar-nav > li.accbtn > a:hover, .dashboard .navbar-default .navbar-nav > li.accbtn.open > a {
  background-color: transparent;
}
.dashboard .navbar-default .balance-badge .badge {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #debb4e;
  height: 38px;
  padding: 5px;
  line-height: 26px;
  background: transparent;
  border-radius: 30px;
  min-width: 140px;
}
.dashboard .navbar-default .balance-badge a {
  padding: 0;
}
.new-stat-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.new-stat-box::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 262px;
  height: 324px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: .97;
  z-index: 0;
}
.new-stat-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 30px;
  height: 100%;
  background: rgba(255,255,255, 0.3);
  transform: skewX(-30deg);
  animation-name: slide;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: .1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.new-stat-img {
  position: relative;
  overflow: hidden;
  padding-left: 55px;
}
@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  50% {
    left: 120px;
    top: 0px;
  }
  100% {
    left: 290px;
    top: 0;
  }
}
.new-stat-box h4 {
  font-size: 17px;
  margin-top: 0;
  color: #ffdb41;
  position:relative;
}
.new-stat-content h5 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0;
  color: #fff;
}
.media.brand-category {
  display: flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #ffffb261;  
  padding: 2px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 100%;
  transition: 0.4s all ease-in;
}
.nightmode .media.brand-category {
  background-color: #262626;
}
.media.brand-category:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.media.brand-category:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.brand-category img {
  border-radius: 90px;
}
.media.brand-category .media-body {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: auto;
}
.brand-company {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.brand-company .col-3 {
  max-width: 12.504%;
  flex: 0 0 19.504%;
}
.guest .brand-company .col-3 {
  max-width: 19.44%;
  flex: 0 0 19.44%;
}
.wid-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.dashboard .top-stats{
  margin-bottom: 25px;
}
.well-tab {
  background: radial-gradient(#0f0049,#0f0049);
  border: 1px solid #fff27f;
  border-radius: 20px;
  margin-bottom: 19px;
  transition: 0.4s ease-in all;
}
.nightmode .well-tab {
  background: radial-gradient(#262626,#1e1e1e);
}
.well-tab .well-body{
  padding: 15px;
  margin-bottom: 20px;
}
.well-tab .nav-tabs > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.well-tab .nav-tabs > li.active > a, 
.well-tab .nav-tabs > li.active > a:hover {
  background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color:#e9d26a;
  font-weight: 700;
}
.well-tab .nav-tabs > li.active > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 6px;
  width: 70%;
  bottom: -1px;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.well-tab .nav.nav-tabs {
  border-bottom-color: #ffffff;
}
.well-tab .control-label,
.dashboard .well .control-label{
  font-size: 14px;
  font-weight: 600;
  color: #ffe47a;
}
.well-tab .select2-container--default .select2-selection--single.form-control, 
.well-tab select.form-control, 
.well-tab input.form-control, 
.well-tab textarea.form-control,
.dashboard .well .select2-container--default .select2-selection--single.form-control, 
.dashboard .well select.form-control, 
.dashboard .well input.form-control, 
.dashboard .well textarea.form-control{
  height: 40px;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  background-color: rgb(255 255 255);
  color: #000000;
  font-weight: 520;
  border: 1px solid #ffffff;
  font-size: 16px;
}
select.form-control option {
  color: #0c0b1f;
}
.well-tab textarea.form-control,
.dashboard .well textarea.form-control{
  height: auto;
  border-radius: 20px;
}
.form-group.searchgrp {
  height: 41px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
}
.well-tab .form-group.searchgrp #input_service {
  background-color: transparent;
  padding: 0;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.well-tab .panel-body.border-solid.border-rounded {
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(16 16 16);
  color: #fff;
  font-weight: 500;
  border: 1px solid #ffe47a;
  word-break: break-word;
}
.well {
  background-color: rgba(18, 17, 47, 0.75);
  border: 1px solid #ffd200;
  border-radius: 20px;
}
.serv-box {
  background-color: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  margin-bottom: 19px;
}
.serv-icon {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  text-align: center;
  line-height: 42px;
  margin-right: 12px;
}
.serv-content h4 {
  font-size: 12px;
  color: #e9d26a;
  margin-top: 15px;
}
.nav.nav-pills.order-pills {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.nav.nav-pills.order-pills::before, .nav.nav-pills.order-pills::after {
  display: none;
}
.order-pills > li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  min-width: 152px;
  color: #000000;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 40px;
}
.order-pills > li.all-pill a {
  color: #0a0a09;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.pending-pill a {
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
}
.order-pills > li.inprogress-pill a,
.order-pills > li.active-pill a{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
}
.order-pills > li.completed-pill a {
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.partial-pill a {
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
}
.order-pills > li.processing-pill a {
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
}
.order-pills > li.canceled-pill a {
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
}
.input-group.searchgrp {
  height: 58px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
  margin-bottom: 20px;
  border: 1px solid #debb4e;
}
.input-group.searchgrp .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 20px;
  height: 55px;
}
.input-group.searchgrp .form-control:focus {
  z-index: 1;
}
.input-group.searchgrp .btn.btn-primary {
  margin-left: -30px;
  border-radius: 30px;
  width: 42px;
  height: 42px;
  border: none;
  min-width: 42px;
  line-height: 32px;
}


.order-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.order-box {
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border: 1px solid #debb4e;
  border-radius: calc(7px * 2);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order-box-top {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  color: darkgray;
}
.order-box-middle {
  border-top: 1px solid #debb4e;
  border-bottom: 1px solid #debb4e;
}
.order-box-middle,
.order-box-bottom {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.order-top-left,
.order-middle-left,
.order-bottom-left{
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
}
.order-service{
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.order-top-right,
.order-middle-right,
.order-bottom-right{
  display: flex;
  justify-content: flex-end;
}
.order-box-bottom {
  display: grid;
  padding: 10px;
  grid-template-columns: 4fr 1fr;
  gap: 10px;
}
.order-box {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.order-service {
  color: #fff;
}
.order-top-left > div:first-child, 
.order-middle-left > div:first-child, 
.order-bottom-left > div:first-child {
  min-width: 130px;
}
.order-action a {
  background: -webkit-linear-gradient(3deg, rgb(255 190 44) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  padding: 1px 8px;
  border-radius: 8px;
  border: 2px solid #ffd200;
  text-decoration: none;
}
.order-link a {
 background: -webkit-linear-gradient(3deg, rgb(255 177 0) 0%, rgb(255 238 141) 50%, rgb(255 231 101) 70%, rgb(255 185 0) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  overflow: hidden;
}

.grid-header {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding: 10px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border-radius: 30px;
}
.servgrid .grid-header {
  grid-template-columns: repeat(6, 1fr);
}
.grid-header div {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  padding: 0 10px;
}
.grid-items-container {
  display: grid;
  /*grid-template-columns: repeat(9, 1fr);*/
  grid-auto-rows: auto;
  grid-gap: 10px;
}

.grid-item {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  padding: 20px 10px;
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border-radius: 20px;
}
.grid-container.updategrid .grid-header, 
.grid-container.updategrid .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.ordergrid .grid-header, 
.ordergrid .grid-items-container .grid-item {
  grid-template-columns: repeat(9, 1fr);
}
.servgrid .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.servgrid .grid-item.cate-name-item {
  grid-template-columns: repeat(1, 1fr);
}
.ticketgrid .grid-header,
.ticketgrid .grid-item{
  grid-template-columns: repeat(4, 1fr);
}
.dripgrid .grid-header,
.dripgrid .grid-item{
  grid-template-columns: repeat(9, 1fr);
}
.paymentgrid .grid-header, 
.paymentgrid .grid-items-container .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.historygrid .grid-header, 
.historygrid .grid-items-container .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.apigrid2 .grid-header, 
.apigrid2 .grid-items-container .grid-item {
  grid-template-columns: repeat(2, 1fr);
}
.grid-item > div {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 0 10px;
}
.label-badge{
  border-radius: 60px;
  border: none;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  line-height: 40px;
  max-width: 62px;
  text-align: center;
  color: #0f0049;
  font-size: 13px;
  font-weight: 700;
}
.custom-table .grid-item div > a {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.custom-table .grid-item div > a.btn.btn-modal {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 2px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #4d4b4b;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 200px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #4d4b4b;
  text-decoration: none;
  border: none;
}
.custom-table .grid-item div.order-actions > a,
.custom-table .grid-item div.order-actions > button{
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
} 
.label-badge.label-已完成,
.label-badge.label-completed,
.label-badge.label-answered{
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  min-width: 108px;
}
.label-badge.label-部分退款,
.label-badge.label-partial{
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
  min-width: 108px;
}
.label-badge.label-进行,
.label-badge.label-pending{
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
  min-width: 108px;
}
.label-badge.label-进行中,
.label-badge.label-inprogress{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
  min-width: 108px;
}
.label-badge.label-已取消,
.label-badge.label-已到期,
.label-badge.label-canceled,
.label-badge.label-closed{
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
  min-width: 108px;
}
.label-badge.label-处理中,
.label-badge.label-processing{
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
  min-width: 108px;
}
.grid-item.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.grid-item.cate-name-item .cate-name {
  font-size: 24px;
  font-weight: 700;
}
.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.cate-name-item .cate-name {
  font-size: 24px;
}
.grid-item > div > .btn.btn-primary {
  min-width: 108px;
  border: none;
  height: 42px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
}
.well-title {
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}
.contact-box {
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.contact-box.tg {
  border-color: #28a7e8;
}
.contact-box.wh {
  border-color: #58ce6f;
}
.contact-box.ma {
  border-color: #ff5b55;
}
.contact-box.sk {
  border-color: #38c1f3;
}
.contact-content h5 {
  font-size: 12px;
  font-weight: 400;
  color: #e9d26a;
}
.contact-content h6 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.contact-icon {
  margin-right: 15px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.27);
}
.cont-ic {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.tg .cont-ic {
  background-color: #28a7e8;
  box-shadow: -3px 3px 6px -1px #28a7e8;
}
.wh .cont-ic {
  background-color: #58ce6f;
  box-shadow: -3px 3px 6px -1px #58ce6f;
}
.ma .cont-ic {
  background-color: #ff5b55;
  box-shadow: -3px 3px 6px -1px #ff5b55;
}
.sk .cont-ic {
  background-color: #38c1f3;
  box-shadow: -3px 3px 6px -1px #38c1f3;
}
.well .nav.nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.well .nav.nav-tabs::before, 
.well .nav.nav-tabs::after {
  display: none;
}
.well .nav-tabs > li > a {
  background-color: #171616;
  border-radius: 12px;
  border: 1px solid #171616;
  margin: 0;
}
.well .nav-tabs > li.active > a, 
.well .nav-tabs > li.active > a:hover, 
.well .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #e4c458;
  border-bottom-color: #e4c458;
  background-color: #1f221f;
}
.well .tab-content {
  background-color: #191b19;
  padding: 20px;
  border-radius: 12px;
}
.well .tab-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.well .grid-item,
.well-tab .grid-item{
  padding: 0;
  background-color: transparent;
  grid-column-gap: 10px;
}
.well .grid-item > div,
.well-tab .grid-item > div{
  background-color: rgba(255, 255, 255, 0.07);
  padding: 10px;
  border-radius: 40px;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.well .grid-header,
.well-tab .grid-header{
  grid-column-gap: 10px;
}
.well .grid-header > div,
.well-tab .grid-header > div{
  padding-left: 10px;
  padding-right: 10px;
}
.social-badge img {
  margin-right: 8px;
}
.inner-content p {
  font-family: Montserrat;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.apigrid1 .grid-item {
  grid-template-columns: repeat(2, 1fr);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  grid-gap: 10px;
}
.apigrid1 .grid-item > div {
  background-color: rgba(18, 17, 47, 0.75);
  border-radius: 60px;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 15px;
}
.grid-item .link-item {
  color: #e9d26a;
  font-size: 16px;
}
pre {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.ticket-msg-wrap {
  padding-top: 15px;
  min-height: 480px;
  overflow-y: scroll;
  border-bottom: 1px solid #000;
  max-height: 480px;
}
.ticket-message-block {
  display: flex;
  flex-direction: column;
  padding: 25px 15px 5px;
  margin-bottom: 0;
}
.ticket-message-block.ticket-message-left {
  align-items: flex-end;
}
.message-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.author-pic {
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 38px;
  flex: 0 0 38px;
}
.ticket-message-block.ticket-message-right .author-pic {
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
  margin-right: 20px;
  color: #513205;
}
.ticket-message-block.ticket-message-left .author-pic {
  color: #ffffff;
  margin-left: 20px;
}
.messsage-wrap {
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ticket-message-block.ticket-message-right .messsage-wrap {
  border-radius: 20px;
  color: #513205;
  background: rgb(241,223,191);
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-block.ticket-message-left .messsage-wrap {
 background: linear-gradient(90deg, rgb(44 190 223) 0%, rgb(0 148 182) 50%, rgb(0 94 168) 100%);
  color: #ffffff;
  min-height: 58px;
  border-radius: 20px;
}
.message-sub-top {
  margin-top: -46px;
  margin-bottom: 24px;
}
.message-sub-top strong {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.ticket-message-right .message-sub-top strong {
  color: #513205;
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-left .message-sub-top strong {
  background: linear-gradient(90deg, #7300ff 0%, #1970ff 50%, rgb(194 0 255) 100%);
}
.message-sub-top strong i, .message-sub-top .text-muted i {
  margin-right: 5px;
  font-size: 11px;
  margin-left: -5px;
}
.ticket-message-right .message-sub-top strong i {
  color: #513205;
}
.ticket-message-left .message-sub-top strong i {
  color: #ffffff;
}
.message-sub-top .text-muted {
  font-size: 10px;
  font-weight: 700;
  border: 1px solid;
  border-radius: 20px;
  padding: 3px 10px;
}
.ticket-message-right .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-left .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-block.ticket-message-left .author-pic img {
  width: 38px;
}
.post-well h4 {
  font-size: 16px;
  font-weight: 600;
  color: #e9d26a;
  margin-bottom: 25px;
  margin-top: 0;
  min-height: 55px;
}
.post-content {
  color: #fff;
  font-size: 14px;
  min-height: 100px;
  margin-bottom: 15px;
}
.post-well .btn.btn-primary {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-width: 1px;
  border-radius: 10px;
  min-width: auto;
  line-height: 34px;
}
.bar-wrap p {
  color: #fff;
  margin: 0;
}
.bar-wrap p strong {
 background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress {
  background-color: rgba(255, 255, 255, 35%);
  border-radius: 20px;
  height: 10px;
}
.progress-bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.ticket-backbtn {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid #ffd200;
  text-decoration: none;
}
.serv-id {
 background: -webkit-linear-gradient(3deg, rgb(255 191 49) 0%, rgb(255 237 138) 50%, rgb(255 230 141) 70%, rgb(255 197 45) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nameserver-head {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color: #e9d26a;
  font-size: 18px;
}
.namerserver-list {
  padding-left: 20px;
}
.namerserver-list li {
  font-size: 14px;
  font-weight: 500;
  color: #ffe365;
}
.namerserver-list li img {
  width: 90%;
  object-fit: contain;
  max-height: 436px;
  object-position: left;
}
.affiliate-tab p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}


@media(max-width:991px){
  .guest .brand-company .col-3 {
    max-width: 24%;
    flex: 0 0 24%;
  }
  .sidebar-menu{
    width: 180px;
  }
  .currency-stats{
    padding: 0 8px;
    margin: 8px auto 14px;
  }
  .menu-back-wrapper {
    padding: 0 8px;
  }
  .currency-stats .badge{
    padding: 6px 6px;
    width: 47%;
    font-size: 8px;
  }
  .content-wrap {
    margin: 0 0 15px 180px;
  }
  .container{
    width: 100%;
  }
  .prem-prov img {
    width: 115px;
  }
  .guest .navbar-default .navbar-nav > li > a, .guest .navbar-default .navbar-nav > li > a:hover, .guest .navbar-default .navbar-nav > li.active > a {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle,
  .navbar-default .navbar-nav > li.signup-btn > a{
    font-size: 14px;
    min-width: 130px;
  }
  .navbar-default .navbar-nav > li.signup-btn > a{
  	border: 2px solid #f6e0be;
  }
  .top-stats li{
    padding: 10px 15px;
    margin: 0 10px;
	font-size: 16px;
    min-width: 120px;
  }
  #what-is img {
    width: 100%;
  }
  .cont-img {
    width: 100%;
  }
  #home-stats {
    padding: 50px 0;
  }
  .hst-icon img {
    width: 90px;
    margin-bottom: 15px;
  }
  .hst h3 {
    font-size: 28px;
  }
  .low-img img {
    width: 100%;
  }
  .low-box.box1::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  .low-box.box2::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  #low-sec {
    padding: 50px 0;
  }
  #what-is {
    padding: 50px 0;
  }
  .grid-container.dripgrid,
  .grid-container.ordergrid{
    width: 140%;
  }
  .order-pills > li a{
    min-width: 100px;
  }
  .brand-company .col-3 {
    max-width: 24.1%;
    flex: 0 0 24.1%;
  }
  
}
@media(max-width:550px){
  .dashboard .navbar-brand {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dashboard .navbar-default .navbar-brand img {
    height: 45px;
  }
  .navbar-toggle.x {
    border:none;
    margin: 0;
    float: none;
  }
  .dashboard .navbar-default .navbar-toggle:hover, .dashboard .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle.x .icon-bar {
    width:22px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    -webkit-transition:all .2s;
    transition:all .2s
  }
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transform-origin:10% 10%;
    -ms-transform-origin:10% 10%;
    transform-origin:10% 10%
  }
  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity:0;
    filter:alpha(opacity=0)
  }
  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:10% 90%;
    -ms-transform-origin:10% 90%;
    transform-origin:10% 90%
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity:1;
    filter:alpha(opacity=100)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .brand-right {
    float: right;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
  .dashboard .lang-drop, .dashboard .opt-drop, .dashboard .feat-drop,.dashboard .mode.mmode {
    display: inline-block;
  }
  .lang-drop .btn.btn-default, .opt-drop .btn.btn-default, .feat-drop .btn.btn-default {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 6px;
  }
  .lang-drop .btn.btn-default:hover, .lang-drop .btn.btn-default:active, .lang-drop .btn.btn-default:focus, .opt-drop .btn.btn-default:hover, .opt-drop .btn.btn-default:active, .opt-drop .btn.btn-default:focus, .feat-drop .btn.btn-default:hover, .feat-drop .btn.btn-default:active, .feat-drop .btn.btn-default:focus {
    background-color: transparent;
  }
  .opt-drop .btn.btn-default .menu-icon, .feat-drop .btn.btn-default .menu-icon {
    filter: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background:linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 50px;
  }
  .opt-drop .btn.btn-default .menu-icon img {
    width: 180%;
    margin-left: -12px;
    margin-right: -6px;
  }
  .feat-drop .btn.btn-default .menu-icon {
    line-height: 34px;
    color: #000;
    font-size: 18px;
  }
  .dashboard .opt-drop .dropdown-menu, .dashboard .feat-drop .dropdown-menu {
    left: 0;
    right: 0;
    position: fixed;
    top: 70px;
    width: 92%;
    margin: auto;
    float: none;
    -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    background-color: #262546;
  }
  .mode-box, .lang-box, .curr-box {
    padding: 4px 10px 4px;
  }
  .mode-box h6, .lang-box h6, .curr-box h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #ffffff;
  }
  .dashboard .mob-mode {
    display: block;
  }
  .mode-box .mode.mob-mode, .lang-box .lang-list, .curr-box .curr-list {
    background-color: #1d1c37;
    border-radius: 5px;
    padding: 5px;
  }
  .lang-list, .curr-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lang-list li, .curr-list li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .lang-list li a, .curr-list li a {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #0f0049;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .lang-list li .lang-name {
    margin-right: 5px;
  }
  .feat-drop .dropdown-menu .divider {
    margin: 6px 0;
    background-color: #444366;
  }
  .mode-box .mob-mode .toggle {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .mode-box .mob-mode .toggle .menu-icon {
    width: auto;
    height: auto;
    background-color: transparent;
    filter: none;
    line-height: 1;
    border-radius: 0;
    color: #646360;
  }
  .opt-drop .dropdown-menu > li > a {
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
  }
  .opt-drop .dropdown-menu > li > a .drop-menu-icon {
    margin-right: 10px;
    width: 18px;
    display: inline-block;
  }
  .dashboard .navbar-left-block, .dashboard .navbar-right-block {
    display: none;
  }
  .dashboard .nav.navbar-nav.navbar-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .dashboard .navbar-default .navbar-nav > li > a {
    justify-content: space-between;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: row;
    position: relative;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e9d26a;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-text {
    order: 1;
    white-space: nowrap;
  }
  .dashboard .navbar-default .navbar-nav > li > a::after {
    content: '';
    width: 100%;
    border-top: 1px solid;
    margin: 0 10px;
    order: 2;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-right {
    order: 3;
  }
  .mob-menu-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 22px;
    padding: 4px;
    -webkit-text-fill-color: none;
	color: #151515;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a .mob-menu-icon {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-text-fill-color: #151515;
	color: #151515;
  }
  .new-stat-img .full-logo {
    width: 90px;
  }
  .new-stat-box h4 {
    font-size: 14px;
  }
  .new-stat-content h5 {
    font-size: 16px;
  }
  .new-stat-content br {
    display: none;
  }
  .progress{
    height: 8px;
	margin-bottom: 10px;
  }
  .bar-wrap p{
    font-size: 12px;
  }
  .point-badge {
    width: 80px;
  }
  .new-stat-img {
    padding-left: 0;
    margin-right: -35px;
  }
  .new-stat-box{
    justify-content: space-evenly;
  }
  .dashboard .inner-wrap .container-fluid {
    width: 100%;
  }
  .new-stat-box2 h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .user-balance, .user-spent {
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
  }
  .new-stat-box2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .new-stat-box2 img {
    width: 25px;
    margin-right: 10px;
  }
  .new-stats .col-sm-6.col-md-4:last-child {
    order: 1;
  }
  .new-stats .col-sm-6.col-md-4:first-child {
    order: 2;
  }
  .new-stats .col-sm-6.col-md-4:nth-child(2) {
    order: 3;
  }
  .new-stats .row {
    display: flex;
    flex-direction: column;
  }
  .point-box .btn.btn-primary {
    height: 33px;
    min-width: 103px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0;
  }
  .currency-stats .badge{
    width: 22%;
	font-size: 9px;
  }
  .brand-company{
    gap: 3px;
  }
  .media.brand-category .media-body{
    font-size: 10px;
  }
  .brand-company .col-3 {
    max-width: 32.6%;
    flex: 0 0 32.6%;
  }
  .brand-category img{
    width: 22px;
  }
  .footer-top .col-xs-9, .footer-top .col-xs-3 {
    width: 100%;
    float: none;
  }
  .currency-stats {
    padding: 0;
  }
  
}
.nightmode .modal-content {
  background-color: #404040;
}
.lunar_decorate {
  position: relative;
  display: block;
  margin: auto;
}
.top_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/57fy3bydengieiuc.png);
  width: 100%;
  height: 135px;
  display: block;
  position: absolute;
  background-size: auto 100%;
  background-repeat: repeat-x;
  top: 0;
}
.fly_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/l1k5ys460p6w4lb2.png);
  width: 74px;
  height: 207px;
  position: absolute;
  display: block;
  top: -10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fly_lights.fl_1 {
  left: 373px;
}
.fly_lights.fl_2 {
  left: 50%;
}
.fly_lights.fl_3 {
  right: 320px;
}
.dashboard .top_lights {
  top: 50px;
}
.dashboard .fly_lights {
  top: 72px;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #0f0049;
  cursor: url(https://storage.perfectcdn.com/d673e4/hrxezsnje5z4ftru.png), pointer !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 520px !important;
}
.point-badge {
  width: 90px;
  display: block;
}
body.guest {
  background: radial-gradient(#2200CC,#0d0146);
  background-repeat: inherit;
  background-position: bottom;
  background-size: cover;
}
/*NEW HEADER*/
.dashboard .navbar-brand {
  padding-top: 14px;
  padding-bottom: 14px;
  height: auto;
}
.banner-img img {
  width: 100%;
  display: block;
  margin: 20px 0 0;
}
#page-wrapper {
  position: relative;
  min-height: 100vh;
}
.dashboard .inner-wrap .container-fluid {
  width: 85%;
}
.dashboard .inner-wrap .container-fluid.w100{
  width:100%;
}
.dashboard .navbar.navbar-default {
  background-color: #000;
  border-bottom: 1px solid #0f0f0f;
  border-radius: 0;
}
.dashboard .navbar-default .navbar-nav > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.dashboard .navbar-default .navbar-nav > li.setting > a,
.dashboard .navbar-default .navbar-nav > li.lang > a,
.dashboard .navbar-default .navbar-nav > li.mode > a,
.dashboard .navbar-default .navbar-nav > li.update > a,
.dashboard .navbar-default .navbar-nav > li.dropdown-currencies > a{
  padding-top: 9px;
  padding-bottom: 15px;
}
.dashboard .navbar-default .navbar-nav > .open > a, 
.dashboard .navbar-default .navbar-nav > .open > a:hover, 
.dashboard .navbar-default .navbar-nav > .open > a:focus{
  background-color: transparent;
}
.menu-icon {
  width: 23px;
  height: 28px;
  text-align: center;
  display: block;
  /*filter: invert(1);*/
  position: relative;
}
.menu-icon.profPic {
  filter: none;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border: 1px solid #ffe47a;
  border-radius: 50px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.lang .menu-icon,
.menu-icon.currencySymbol {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #ffe47a;
}
.menu-icon.currencySymbol{
  color: #2d2d2c;
  justify-content: center;
  font-weight: 700;
  position: relative;
  overflow: visible;
  font-size: 18px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.cur-icon-badge {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  background-color: red;
  border-radius: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cur-icon-badge.USD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/us.svg);
}
.cur-icon-badge.INR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/in.svg);
}
.cur-icon-badge.TRY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/tr.svg);
}
.cur-icon-badge.EUR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eu.svg);
}
.cur-icon-badge.RUB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ru.svg);
}
.cur-icon-badge.BRL {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/br.svg);
}
.cur-icon-badge.NGN {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ng.svg);
}
.cur-icon-badge.KRW {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kr.svg);
}
.cur-icon-badge.THB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/th.svg);
}
.cur-icon-badge.SAR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/sa.svg);
}
.cur-icon-badge.CNY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/cn.svg);
}
.cur-icon-badge.VND {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/vn.svg);
}
.cur-icon-badge.KWD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kw.svg);
}
.cur-icon-badge.EGP {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eg.svg);
}
.cur-icon-badge.PKR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/pk.svg);
}
.menu-icon.profPic img {
  width: 170%;
  margin-left: -11px;
  margin-top: 2px;
}
.mode .menu-icon,
.update .menu-icon{
  width: 34px;
  height: 34px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  border-radius: 50px;
  color: #000;
  line-height: 46px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.lang .menu-icon .flag-icon {
  width: 100%;
  height: 100%;
}
.update .menu-icon {
  filter: invert(0);
}
.update .menu-icon .material-icons {
  font-size: 21px;
}
.ticket-count {
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  color: #040404;
  border-radius: 50px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  font-size: 12px;
  box-shadow: 0 0 0 0 rgba(253, 240, 1, 1);
  animation: pulse 2s infinite;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -13px;
  top: -2px;
  font-weight: 700;
  font-family: poppins;
}
.mode .menu-icon, .lang .menu-icon {
  filter: invert(0);
}
.menu-text {
  font-size: 14px;
  font-weight: 500;
}
.dashboard .navbar-nav > li > .dropdown-menu {
  -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  border: none;
  min-width: inherit;
  width: auto;
  border-radius: 5px;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  margin-top: 10px;
  right: auto;
  top: 60px;
}
.dropdown.feat-drop,
.mode.mmode{
  display: none;
}
.dashboard .nav.navbar-nav.navbar-mobile {
  display: none;
}
.dashboard .lang-drop,
.dashboard .opt-drop,
.dashboard .mob-mode{
  display: none;
}
.new-stat-img .full-logo {
  width: 128px;
}
.new-stat-box2 h4 {
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.user-balance, .user-spent {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
.new-stat-box2 img {
  width: 34px;
  margin-right: 15px;
}

/*NEW HEADER*/

.dashboard .mCSB_inside > .mCSB_container {
  margin-right: 5px;
  z-index: 1;
}
.modal {
  color: #000;
}
.mCustomScrollBox{
  z-index:99999;
}
.select2-dropdown {
  z-index: 999999999999 !important;
}
.count {
  animation: count-up 2s ease-in-out;
  animation-fill-mode: forwards;
  transition: border-color 0.2s ease-in-out;
}
.navbar-right.navbar-right-block .dropdown-menu{
  background-color: #262546;
  border-radius: 20px !important;
  padding-top: 0;
  margin-top: 5px !important;
}
.navbar-right.navbar-right-block .dropdown-menu li > a,
.navbar-right.navbar-right-block .dropdown-menu li > a{
  color: #fff;
  padding-left: 12px;
  font-size: 14px;
  border-bottom: 1px solid #ededed0d;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navbar-right.navbar-right-block .dropdown-menu > a{
  color: inherit;
  font-size: inherit;
}
.navbar-right.navbar-right-block .dropdown-menu > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu > a:focus {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.navbar-right.navbar-right-block .dropdown-menu li > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu li > a:focus{
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
  color: #593b0f;
}
.navbar-right.navbar-right-block .dropdown-menu li.active > a{
  background-color: transparent;
}
.langbtn .dropdown-menu li > a .flag-icon {
  margin-right: 5px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
}
.langbtn .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #000000 transparent transparent transparent !important;
  border-width: 7px 7px 0 7px !important;
  margin-left: -7px !important;
}
@keyframes count-up {
  from { 
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.count[data-count]:after {
  content: attr(data-count);
  display: none;
}

.count[data-count]::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}

.loader {
  background: #000;
  background: radial-gradient(#190956,#0f0049);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-inner {
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
.loader-line-wrap{
  animation:spin 2000ms cubic-bezier(.175,.885,.32,1.275) infinite;
  box-sizing:border-box;
  height:50px;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  transform-origin:50% 100%;
  width:100px
}
.loader-line{
  border:4px solid transparent;
  border-radius:100%;
  box-sizing:border-box;
  height:100px;
  left:0;
  margin:0 auto;
  position:absolute;
  right:0;
  top:0;
  width:100px
}
.loader-main {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
}

.loader-main:before , .loader-main:after{
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
.loader-main:after {
  box-shadow: 0 2px 0 rgba(255,207,37,1) inset;
  animation: rotate 2s linear infinite;
}
.loader-main img {
  width: 90%;
  margin: auto;
  display: block;
  padding: 45px 0 0;
}
@keyframes rotate {
  0% {  transform: rotate(0)}
  100% { transform: rotate(360deg)}
}
.view-badge {
  background-color: #e53f25;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 4px;
  animation: pulse1 2s linear infinite;
  margin-right: 10px;
}
@keyframes pulse1 {
  0% {
    opacity:25%;
  }
  25% {
    opacity:75%;
  }
  50% {
    opacity:100%;
  }
  75% {
    opacity:50%;
  }
  100% {
    opacity:25%;
  }
}
.slider-new {
  width: 100%;
  height: 100%;
}
.slider-new img {
  object-fit: fill;
  height: 175px;
}
.new-stat-box.slide-new {
  padding: 0;
  display: block;
  overflow: hidden;
}
.guest .navbar.navbar-default {
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
.top-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0;
}
.top-stats li {
  background-color: rgb(15 0 73 / 46%);
  padding: 12px 20px;
  border-radius: 20px;
  list-style: none;
  border: 1px solid #ffe259;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  min-width: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-stats li img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
}
.guest .navbar-default .navbar-nav > li > a,
.guest .navbar-default .navbar-nav > li > a:hover,
.guest .navbar-default .navbar-nav > li.active > a{
  font-size: 16px;
  background-color: transparent;
  font-weight: 500;
  color: #fff;
}
.navbar-default .navbar-nav > li.signup-btn > a {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 3px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  height: 48px;
  line-height: 8px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
  overflow: hidden;
}
.navbar-default .navbar-nav > li.signup-btn > a:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.navbar-default .navbar-nav > li.signup-btn > a:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.navbar-default .navbar-nav > li.signup-btn> a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  user-select: none;
  background: #0002848f;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 48px;
  line-height: 18px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
}
.navbar-default .navbar-nav > li.langbtn img {
  margin-right: 5px;
}
.guest .navbar-nav > li.google-translate {
  padding: 12px 0;
}
#top-banner .well {
  background-color: #000284;
  padding: 55px 25px;
  border-radius: 50px;
  list-style: none;
  border: 1px solid #ffe259;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  max-width: 450px;
  position:relative;
}
#top-banner .well::before {
  content: '';
  background-image: url(https://storage.perfectcdn.com/d673e4/up4gqczmzoiihd2o.png);
  width: 268px;
  height: 624px;
  display: block;
  position: absolute;
  top: -97px;
  right: -83px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.top-head {
  font-size: 58px;
  font-weight: 800;
  margin-top: 0;
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-para {
  font-size: 18px;
  font-weight: 400;
  color: #949498;
  margin-bottom: 30px;
}
.btn.btn-primary {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
 background: linear-gradient(90deg, rgb(255 172 0) 0%, rgb(255 224 0) 32%, rgb(255 255 148) 68%, rgb(255 175 41) 100%);
  border: 2px solid #f6e0be;
  font-size: 18px;
  font-weight: 700;
  color: #0f0049;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 300px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #0f0049;
}
.btn.btn-xs.btn-primary {
  min-width: 80px;
  height: auto;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.btn.btn-primary:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.btn.btn-primary:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.btn.btn-primary:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.btn.btn-primary.btn-sm {
  min-width: 33px;
  height: 33px;
  padding: 0px;
  text-align: center;
  line-height: 32px;
  border: none;
}
.row.flex-row {
  display: flex;
  align-items: center;
}
#top-banner .well h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
#top-banner .well p {
  font-size: 18px;
  font-weight: 500;
  color: #949498;
  margin-bottom: 5px;
}
.igrp .form-control {
  background-color: #ffffff;
  border: none;
  height: 52px;
}
.igrp .form-control:hover,
.igrp .form-control:active,
.igrp .form-control:focus{
  box-shadow: none;
}
.igrp {
  background-color: #1e1d3a;
  border-radius: 30px;
  position: relative;
  padding-left: 50px;
}
.inico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  border-radius: 20px;
  background: rgb(248,196,34);
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
}
.inico i {
  color: #000;
}
.forgot {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 400;
}
#top-banner .well .checkbox {
  margin-top: 0;
  text-align: right;
  color: #c9c9c9;
}
.reg-text {
  font-weight: 500;
  color: #cdcdcd;
  margin-top: 40px;
}
.reg-text a{
  color: #ffe200;
}
#home-stats {
  padding: 80px 0;
}
#home-stats .row {
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
}
.hst {
  text-align: center;
  padding: 70px 0;
}
.hst-icon img {
  width: 110px;
  margin-bottom: 25px;
}
.hst h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.hst h4 {
  color: #949498;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
#content-sec .row {
  display: flex;
  align-items: center;
}
.main-head {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
}
.main-text {
  font-size: 18px;
  font-weight: 500;
  color: #a4a4a4;
  margin-bottom: 30px;
}
section#content-sec:nth-child(4) .col-sm-7 {
  padding-left: 80px;
}
section#content-sec:nth-child(5) .col-sm-7 {
  padding-right: 80px;
}
#low-sec {
  padding: 80px 0;
}
.low-box {
  padding: 40px;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
  position: relative;
}
.low-box h3 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.low-box .main-text {
  margin-bottom: 0;
}
.low-img img {
  display: block;
  margin: auto;
}
.low-box.box2::after {
  content: '';
  position: absolute;
  top: 10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/bw30g5x982g3irwa.png);
  width: 132px;
  height: 132px;
  display: block;
  right: -8px;
}
.low-box.box1::after {
  content: '';
  position: absolute;
  top: -10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/1cbgx9iqkuho5twj.png);
  width: 132px;
  height: 132px;
  display: block;
  left: -12px;
}
#what-is {
  padding: 80px 0;
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: right -30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.foo-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}
.foo-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.foo-menu li {
  max-width: 50%;
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.foo-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.foo-menu li a.soci {
  position: relative;
  padding-left: 30px;
}
.soci:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.soci.soci-yt:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-tw:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-ig:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/mngeltyg9m2m7a1p.png);
}
.soci.soci-tg:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/2z2x1m15gxki4sk0.png);
}
.review-starts {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-starts li i {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}
.review-starts li {
  margin-right: 10px;
}
.footer-bottom {
  padding: 15px;
  border-top: 1px solid #ffe689;
}
.footer-bottom p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #c8c8c8;
}
.footer-top {
  padding: 35px 0;
}
#content-sec:nth-child(5) {
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: 0 -10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.prem-prov {
  float: left;
  display: inline-block;
}
.prem-prov img {
  display: block;
  width: 130px;
}
.dashboard {
  /*background-image: url(https://storage.perfectcdn.com/d673e4/dkf8dxe44sg6ujcm.png);
  background: linear-gradient(90deg, rgb(17 0 82) 0%, rgb(41 0 83) 50%, rgb(13 0 80) 100%);*/
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom;
  top: 0 !important;
  overflow: auto;
}
.dashboard.nightmode {
  background-color: #171717;
}
.dashboard,html{
  height:100%; 
}
.dashboard .navbar.navbar-default {
  background-color: #0f0049;
  border-color: #0f0049;
  border-bottom: 2px solid #ffda66;
  transition: 0.4s all ease-in;
}
.dashboard.nightmode .navbar.navbar-default {
  background-color: #171717;
  border-color: #ffda66;
}
.sidebar-menu {
  position: fixed;
  width: 250px;
  top: 0;
  z-index: 999999;
  background-color: #0f0049;
  height: 100%;
  padding: 0 0;
  transition: .3s linear;
}
.sidebar-menu .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.content-wrap {
  margin: 0 15px 15px 250px;
  padding: 10px 0;
  transition: .3s linear;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  /*overflow: hidden;*/
}
.menu-back-wrapper {
  /*max-height: 530px;
  scrollbar-width: thin;
  scrollbar-color: #debb4e #46455f;
  overflow-y: auto;
  overflow-x: hidden;*/
  padding: 0 20px;
}
.currency-stats {
  text-align: center;
  padding: 0 20px;
  margin: 20px auto 25px;
}
.currency-stats .badge {
  display: inline-flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #debb4e;
  padding: 5px 5px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 118px;
  font-size: 13px;
  margin: 1px;
  justify-content: center;
}
.menu li {
  margin-top: 10px;
}
.menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #c2c2c2;
  display: block;
  padding: 8px 15px;
  transition: all 0.3s ease-in;
  position: relative;
  border-radius: 30px;
  border: 1px solid transparent;
  text-decoration: none;
  z-index: 4;
}
.menu li a .badge {
  font-size: 12px;
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
    background-color: rgba(0, 0, 0, 0);
  color: #0c0d24;
  position: absolute;
  left: 30px;
  top: 3px;
  border-radius: 2px;
  padding: 2px 4px;
}
.menu li.active a, .menu li a:hover {
  color: #ffe47a;
  background: linear-gradient(#0f0049, #0f0049) padding-box, linear-gradient(to top, #e5a91b, #fffd8b) border-box;
}
/*.menu li.active a{
	z-index: -1;
}
.menu li.active a::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 232px;
  height: 164px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}*/
.menu li.active a .navbar-icon {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.crown {
  text-align: center;
}
.crown img {
  width: 130px;
}
.menu li a .navbar-icon {
  margin-right: 10px;
}
.navbar-left-block.navbar-nav > li {
  line-height: 57px;
}
.bread-crumbs {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.bread-crumbs span {
  color: #ffe47a;
  font-weight: 600;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a{
  padding:0;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .caret {
  color: #fff;
  margin-left: 6px;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .user-prof-icon {
  width: 38px;
  height: 38px;
  border-radius: 30px;
  border: 1px solid;
  padding: 3px;
  text-align: center;
  line-height: 30px;
  color: #ffd922;
  border: 1px solid #fffa00;
  display: inline-block;
}
.dashboard .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  border: 1px solid #ffdb41;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  line-height: 26px;
  background: transparent;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a:focus, .dashboard .navbar-default .navbar-nav > li.accbtn > a:active, .dashboard .navbar-default .navbar-nav > li.accbtn > a:hover, .dashboard .navbar-default .navbar-nav > li.accbtn.open > a {
  background-color: transparent;
}
.dashboard .navbar-default .balance-badge .badge {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #debb4e;
  height: 38px;
  padding: 5px;
  line-height: 26px;
  background: transparent;
  border-radius: 30px;
  min-width: 140px;
}
.dashboard .navbar-default .balance-badge a {
  padding: 0;
}
.new-stat-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.new-stat-box::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 262px;
  height: 324px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: .97;
  z-index: 0;
}
.new-stat-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 30px;
  height: 100%;
  background: rgba(255,255,255, 0.3);
  transform: skewX(-30deg);
  animation-name: slide;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: .1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.new-stat-img {
  position: relative;
  overflow: hidden;
  padding-left: 55px;
}
@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  50% {
    left: 120px;
    top: 0px;
  }
  100% {
    left: 290px;
    top: 0;
  }
}
.new-stat-box h4 {
  font-size: 17px;
  margin-top: 0;
  color: #ffdb41;
  position:relative;
}
.new-stat-content h5 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0;
  color: #fff;
}
.media.brand-category {
  display: flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #ffffb261;  
  padding: 2px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 100%;
  transition: 0.4s all ease-in;
}
.nightmode .media.brand-category {
  background-color: #262626;
}
.media.brand-category:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.media.brand-category:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.brand-category img {
  border-radius: 90px;
}
.media.brand-category .media-body {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: auto;
}
.brand-company {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.brand-company .col-3 {
  max-width: 12.504%;
  flex: 0 0 19.504%;
}
.guest .brand-company .col-3 {
  max-width: 19.44%;
  flex: 0 0 19.44%;
}
.wid-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.dashboard .top-stats{
  margin-bottom: 25px;
}
.well-tab {
  background: radial-gradient(#0f0049,#0f0049);
  border: 1px solid #fff27f;
  border-radius: 20px;
  margin-bottom: 19px;
  transition: 0.4s ease-in all;
}
.nightmode .well-tab {
  background: radial-gradient(#262626,#1e1e1e);
}
.well-tab .well-body{
  padding: 15px;
  margin-bottom: 20px;
}
.well-tab .nav-tabs > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.well-tab .nav-tabs > li.active > a, 
.well-tab .nav-tabs > li.active > a:hover {
  background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color:#e9d26a;
  font-weight: 700;
}
.well-tab .nav-tabs > li.active > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 6px;
  width: 70%;
  bottom: -1px;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.well-tab .nav.nav-tabs {
  border-bottom-color: #ffffff;
}
.well-tab .control-label,
.dashboard .well .control-label{
  font-size: 14px;
  font-weight: 600;
  color: #ffe47a;
}
.well-tab .select2-container--default .select2-selection--single.form-control, 
.well-tab select.form-control, 
.well-tab input.form-control, 
.well-tab textarea.form-control,
.dashboard .well .select2-container--default .select2-selection--single.form-control, 
.dashboard .well select.form-control, 
.dashboard .well input.form-control, 
.dashboard .well textarea.form-control{
  height: 40px;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  background-color: rgb(255 255 255);
  color: #000000;
  font-weight: 520;
  border: 1px solid #ffffff;
  font-size: 16px;
}
select.form-control option {
  color: #0c0b1f;
}
.well-tab textarea.form-control,
.dashboard .well textarea.form-control{
  height: auto;
  border-radius: 20px;
}
.form-group.searchgrp {
  height: 41px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
}
.well-tab .form-group.searchgrp #input_service {
  background-color: transparent;
  padding: 0;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.well-tab .panel-body.border-solid.border-rounded {
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(16 16 16);
  color: #fff;
  font-weight: 500;
  border: 1px solid #ffe47a;
  word-break: break-word;
}
.well {
  background-color: rgba(18, 17, 47, 0.75);
  border: 1px solid #ffd200;
  border-radius: 20px;
}
.serv-box {
  background-color: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  margin-bottom: 19px;
}
.serv-icon {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  text-align: center;
  line-height: 42px;
  margin-right: 12px;
}
.serv-content h4 {
  font-size: 12px;
  color: #e9d26a;
  margin-top: 15px;
}
.nav.nav-pills.order-pills {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.nav.nav-pills.order-pills::before, .nav.nav-pills.order-pills::after {
  display: none;
}
.order-pills > li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  min-width: 152px;
  color: #000000;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 40px;
}
.order-pills > li.all-pill a {
  color: #0a0a09;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.pending-pill a {
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
}
.order-pills > li.inprogress-pill a,
.order-pills > li.active-pill a{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
}
.order-pills > li.completed-pill a {
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.partial-pill a {
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
}
.order-pills > li.processing-pill a {
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
}
.order-pills > li.canceled-pill a {
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
}
.input-group.searchgrp {
  height: 58px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
  margin-bottom: 20px;
  border: 1px solid #debb4e;
}
.input-group.searchgrp .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 20px;
  height: 55px;
}
.input-group.searchgrp .form-control:focus {
  z-index: 1;
}
.input-group.searchgrp .btn.btn-primary {
  margin-left: -30px;
  border-radius: 30px;
  width: 42px;
  height: 42px;
  border: none;
  min-width: 42px;
  line-height: 32px;
}


.order-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.order-box {
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border: 1px solid #debb4e;
  border-radius: calc(7px * 2);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order-box-top {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  color: darkgray;
}
.order-box-middle {
  border-top: 1px solid #debb4e;
  border-bottom: 1px solid #debb4e;
}
.order-box-middle,
.order-box-bottom {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.order-top-left,
.order-middle-left,
.order-bottom-left{
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
}
.order-service{
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.order-top-right,
.order-middle-right,
.order-bottom-right{
  display: flex;
  justify-content: flex-end;
}
.order-box-bottom {
  display: grid;
  padding: 10px;
  grid-template-columns: 4fr 1fr;
  gap: 10px;
}
.order-box {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.order-service {
  color: #fff;
}
.order-top-left > div:first-child, 
.order-middle-left > div:first-child, 
.order-bottom-left > div:first-child {
  min-width: 130px;
}
.order-action a {
  background: -webkit-linear-gradient(3deg, rgb(255 190 44) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  padding: 1px 8px;
  border-radius: 8px;
  border: 2px solid #ffd200;
  text-decoration: none;
}
.order-link a {
 background: -webkit-linear-gradient(3deg, rgb(255 177 0) 0%, rgb(255 238 141) 50%, rgb(255 231 101) 70%, rgb(255 185 0) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  overflow: hidden;
}

.grid-header {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding: 10px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border-radius: 30px;
}
.servgrid .grid-header {
  grid-template-columns: repeat(6, 1fr);
}
.grid-header div {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  padding: 0 10px;
}
.grid-items-container {
  display: grid;
  /*grid-template-columns: repeat(9, 1fr);*/
  grid-auto-rows: auto;
  grid-gap: 10px;
}

.grid-item {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  padding: 20px 10px;
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border-radius: 20px;
}
.grid-container.updategrid .grid-header, 
.grid-container.updategrid .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.ordergrid .grid-header, 
.ordergrid .grid-items-container .grid-item {
  grid-template-columns: repeat(9, 1fr);
}
.servgrid .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.servgrid .grid-item.cate-name-item {
  grid-template-columns: repeat(1, 1fr);
}
.ticketgrid .grid-header,
.ticketgrid .grid-item{
  grid-template-columns: repeat(4, 1fr);
}
.dripgrid .grid-header,
.dripgrid .grid-item{
  grid-template-columns: repeat(9, 1fr);
}
.paymentgrid .grid-header, 
.paymentgrid .grid-items-container .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.historygrid .grid-header, 
.historygrid .grid-items-container .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.apigrid2 .grid-header, 
.apigrid2 .grid-items-container .grid-item {
  grid-template-columns: repeat(2, 1fr);
}
.grid-item > div {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 0 10px;
}
.label-badge{
  border-radius: 60px;
  border: none;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  line-height: 40px;
  max-width: 62px;
  text-align: center;
  color: #0f0049;
  font-size: 13px;
  font-weight: 700;
}
.custom-table .grid-item div > a {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.custom-table .grid-item div > a.btn.btn-modal {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 2px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #4d4b4b;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 200px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #4d4b4b;
  text-decoration: none;
  border: none;
}
.custom-table .grid-item div.order-actions > a,
.custom-table .grid-item div.order-actions > button{
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
} 
.label-badge.label-已完成,
.label-badge.label-completed,
.label-badge.label-answered{
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  min-width: 108px;
}
.label-badge.label-部分退款,
.label-badge.label-partial{
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
  min-width: 108px;
}
.label-badge.label-进行,
.label-badge.label-pending{
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
  min-width: 108px;
}
.label-badge.label-进行中,
.label-badge.label-inprogress{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
  min-width: 108px;
}
.label-badge.label-已取消,
.label-badge.label-已到期,
.label-badge.label-canceled,
.label-badge.label-closed{
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
  min-width: 108px;
}
.label-badge.label-处理中,
.label-badge.label-processing{
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
  min-width: 108px;
}
.grid-item.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.grid-item.cate-name-item .cate-name {
  font-size: 24px;
  font-weight: 700;
}
.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.cate-name-item .cate-name {
  font-size: 24px;
}
.grid-item > div > .btn.btn-primary {
  min-width: 108px;
  border: none;
  height: 42px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
}
.well-title {
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}
.contact-box {
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.contact-box.tg {
  border-color: #28a7e8;
}
.contact-box.wh {
  border-color: #58ce6f;
}
.contact-box.ma {
  border-color: #ff5b55;
}
.contact-box.sk {
  border-color: #38c1f3;
}
.contact-content h5 {
  font-size: 12px;
  font-weight: 400;
  color: #e9d26a;
}
.contact-content h6 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.contact-icon {
  margin-right: 15px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.27);
}
.cont-ic {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.tg .cont-ic {
  background-color: #28a7e8;
  box-shadow: -3px 3px 6px -1px #28a7e8;
}
.wh .cont-ic {
  background-color: #58ce6f;
  box-shadow: -3px 3px 6px -1px #58ce6f;
}
.ma .cont-ic {
  background-color: #ff5b55;
  box-shadow: -3px 3px 6px -1px #ff5b55;
}
.sk .cont-ic {
  background-color: #38c1f3;
  box-shadow: -3px 3px 6px -1px #38c1f3;
}
.well .nav.nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.well .nav.nav-tabs::before, 
.well .nav.nav-tabs::after {
  display: none;
}
.well .nav-tabs > li > a {
  background-color: #171616;
  border-radius: 12px;
  border: 1px solid #171616;
  margin: 0;
}
.well .nav-tabs > li.active > a, 
.well .nav-tabs > li.active > a:hover, 
.well .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #e4c458;
  border-bottom-color: #e4c458;
  background-color: #1f221f;
}
.well .tab-content {
  background-color: #191b19;
  padding: 20px;
  border-radius: 12px;
}
.well .tab-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.well .grid-item,
.well-tab .grid-item{
  padding: 0;
  background-color: transparent;
  grid-column-gap: 10px;
}
.well .grid-item > div,
.well-tab .grid-item > div{
  background-color: rgba(255, 255, 255, 0.07);
  padding: 10px;
  border-radius: 40px;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.well .grid-header,
.well-tab .grid-header{
  grid-column-gap: 10px;
}
.well .grid-header > div,
.well-tab .grid-header > div{
  padding-left: 10px;
  padding-right: 10px;
}
.social-badge img {
  margin-right: 8px;
}
.inner-content p {
  font-family: Montserrat;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.apigrid1 .grid-item {
  grid-template-columns: repeat(2, 1fr);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  grid-gap: 10px;
}
.apigrid1 .grid-item > div {
  background-color: rgba(18, 17, 47, 0.75);
  border-radius: 60px;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 15px;
}
.grid-item .link-item {
  color: #e9d26a;
  font-size: 16px;
}
pre {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.ticket-msg-wrap {
  padding-top: 15px;
  min-height: 480px;
  overflow-y: scroll;
  border-bottom: 1px solid #000;
  max-height: 480px;
}
.ticket-message-block {
  display: flex;
  flex-direction: column;
  padding: 25px 15px 5px;
  margin-bottom: 0;
}
.ticket-message-block.ticket-message-left {
  align-items: flex-end;
}
.message-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.author-pic {
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 38px;
  flex: 0 0 38px;
}
.ticket-message-block.ticket-message-right .author-pic {
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
  margin-right: 20px;
  color: #513205;
}
.ticket-message-block.ticket-message-left .author-pic {
  color: #ffffff;
  margin-left: 20px;
}
.messsage-wrap {
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ticket-message-block.ticket-message-right .messsage-wrap {
  border-radius: 20px;
  color: #513205;
  background: rgb(241,223,191);
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-block.ticket-message-left .messsage-wrap {
 background: linear-gradient(90deg, rgb(44 190 223) 0%, rgb(0 148 182) 50%, rgb(0 94 168) 100%);
  color: #ffffff;
  min-height: 58px;
  border-radius: 20px;
}
.message-sub-top {
  margin-top: -46px;
  margin-bottom: 24px;
}
.message-sub-top strong {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.ticket-message-right .message-sub-top strong {
  color: #513205;
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-left .message-sub-top strong {
  background: linear-gradient(90deg, #7300ff 0%, #1970ff 50%, rgb(194 0 255) 100%);
}
.message-sub-top strong i, .message-sub-top .text-muted i {
  margin-right: 5px;
  font-size: 11px;
  margin-left: -5px;
}
.ticket-message-right .message-sub-top strong i {
  color: #513205;
}
.ticket-message-left .message-sub-top strong i {
  color: #ffffff;
}
.message-sub-top .text-muted {
  font-size: 10px;
  font-weight: 700;
  border: 1px solid;
  border-radius: 20px;
  padding: 3px 10px;
}
.ticket-message-right .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-left .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-block.ticket-message-left .author-pic img {
  width: 38px;
}
.post-well h4 {
  font-size: 16px;
  font-weight: 600;
  color: #e9d26a;
  margin-bottom: 25px;
  margin-top: 0;
  min-height: 55px;
}
.post-content {
  color: #fff;
  font-size: 14px;
  min-height: 100px;
  margin-bottom: 15px;
}
.post-well .btn.btn-primary {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-width: 1px;
  border-radius: 10px;
  min-width: auto;
  line-height: 34px;
}
.bar-wrap p {
  color: #fff;
  margin: 0;
}
.bar-wrap p strong {
 background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress {
  background-color: rgba(255, 255, 255, 35%);
  border-radius: 20px;
  height: 10px;
}
.progress-bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.ticket-backbtn {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid #ffd200;
  text-decoration: none;
}
.serv-id {
 background: -webkit-linear-gradient(3deg, rgb(255 191 49) 0%, rgb(255 237 138) 50%, rgb(255 230 141) 70%, rgb(255 197 45) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nameserver-head {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color: #e9d26a;
  font-size: 18px;
}
.namerserver-list {
  padding-left: 20px;
}
.namerserver-list li {
  font-size: 14px;
  font-weight: 500;
  color: #ffe365;
}
.namerserver-list li img {
  width: 90%;
  object-fit: contain;
  max-height: 436px;
  object-position: left;
}
.affiliate-tab p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}


@media(max-width:991px){
  .guest .brand-company .col-3 {
    max-width: 24%;
    flex: 0 0 24%;
  }
  .sidebar-menu{
    width: 180px;
  }
  .currency-stats{
    padding: 0 8px;
    margin: 8px auto 14px;
  }
  .menu-back-wrapper {
    padding: 0 8px;
  }
  .currency-stats .badge{
    padding: 6px 6px;
    width: 47%;
    font-size: 8px;
  }
  .content-wrap {
    margin: 0 0 15px 180px;
  }
  .container{
    width: 100%;
  }
  .prem-prov img {
    width: 115px;
  }
  .guest .navbar-default .navbar-nav > li > a, .guest .navbar-default .navbar-nav > li > a:hover, .guest .navbar-default .navbar-nav > li.active > a {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle,
  .navbar-default .navbar-nav > li.signup-btn > a{
    font-size: 14px;
    min-width: 130px;
  }
  .navbar-default .navbar-nav > li.signup-btn > a{
  	border: 2px solid #f6e0be;
  }
  .top-stats li{
    padding: 10px 15px;
    margin: 0 10px;
	font-size: 16px;
    min-width: 120px;
  }
  #what-is img {
    width: 100%;
  }
  .cont-img {
    width: 100%;
  }
  #home-stats {
    padding: 50px 0;
  }
  .hst-icon img {
    width: 90px;
    margin-bottom: 15px;
  }
  .hst h3 {
    font-size: 28px;
  }
  .low-img img {
    width: 100%;
  }
  .low-box.box1::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  .low-box.box2::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  #low-sec {
    padding: 50px 0;
  }
  #what-is {
    padding: 50px 0;
  }
  .grid-container.dripgrid,
  .grid-container.ordergrid{
    width: 140%;
  }
  .order-pills > li a{
    min-width: 100px;
  }
  .brand-company .col-3 {
    max-width: 24.1%;
    flex: 0 0 24.1%;
  }
  
}
@media(max-width:550px){
  .dashboard .navbar-brand {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dashboard .navbar-default .navbar-brand img {
    height: 45px;
  }
  .navbar-toggle.x {
    border:none;
    margin: 0;
    float: none;
  }
  .dashboard .navbar-default .navbar-toggle:hover, .dashboard .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle.x .icon-bar {
    width:22px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    -webkit-transition:all .2s;
    transition:all .2s
  }
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transform-origin:10% 10%;
    -ms-transform-origin:10% 10%;
    transform-origin:10% 10%
  }
  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity:0;
    filter:alpha(opacity=0)
  }
  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:10% 90%;
    -ms-transform-origin:10% 90%;
    transform-origin:10% 90%
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity:1;
    filter:alpha(opacity=100)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .brand-right {
    float: right;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
  .dashboard .lang-drop, .dashboard .opt-drop, .dashboard .feat-drop,.dashboard .mode.mmode {
    display: inline-block;
  }
  .lang-drop .btn.btn-default, .opt-drop .btn.btn-default, .feat-drop .btn.btn-default {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 6px;
  }
  .lang-drop .btn.btn-default:hover, .lang-drop .btn.btn-default:active, .lang-drop .btn.btn-default:focus, .opt-drop .btn.btn-default:hover, .opt-drop .btn.btn-default:active, .opt-drop .btn.btn-default:focus, .feat-drop .btn.btn-default:hover, .feat-drop .btn.btn-default:active, .feat-drop .btn.btn-default:focus {
    background-color: transparent;
  }
  .opt-drop .btn.btn-default .menu-icon, .feat-drop .btn.btn-default .menu-icon {
    filter: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background:linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 50px;
  }
  .opt-drop .btn.btn-default .menu-icon img {
    width: 180%;
    margin-left: -12px;
    margin-right: -6px;
  }
  .feat-drop .btn.btn-default .menu-icon {
    line-height: 34px;
    color: #000;
    font-size: 18px;
  }
  .dashboard .opt-drop .dropdown-menu, .dashboard .feat-drop .dropdown-menu {
    left: 0;
    right: 0;
    position: fixed;
    top: 70px;
    width: 92%;
    margin: auto;
    float: none;
    -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    background-color: #262546;
  }
  .mode-box, .lang-box, .curr-box {
    padding: 4px 10px 4px;
  }
  .mode-box h6, .lang-box h6, .curr-box h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #ffffff;
  }
  .dashboard .mob-mode {
    display: block;
  }
  .mode-box .mode.mob-mode, .lang-box .lang-list, .curr-box .curr-list {
    background-color: #1d1c37;
    border-radius: 5px;
    padding: 5px;
  }
  .lang-list, .curr-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lang-list li, .curr-list li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .lang-list li a, .curr-list li a {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #0f0049;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .lang-list li .lang-name {
    margin-right: 5px;
  }
  .feat-drop .dropdown-menu .divider {
    margin: 6px 0;
    background-color: #444366;
  }
  .mode-box .mob-mode .toggle {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .mode-box .mob-mode .toggle .menu-icon {
    width: auto;
    height: auto;
    background-color: transparent;
    filter: none;
    line-height: 1;
    border-radius: 0;
    color: #646360;
  }
  .opt-drop .dropdown-menu > li > a {
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
  }
  .opt-drop .dropdown-menu > li > a .drop-menu-icon {
    margin-right: 10px;
    width: 18px;
    display: inline-block;
  }
  .dashboard .navbar-left-block, .dashboard .navbar-right-block {
    display: none;
  }
  .dashboard .nav.navbar-nav.navbar-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .dashboard .navbar-default .navbar-nav > li > a {
    justify-content: space-between;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: row;
    position: relative;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e9d26a;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-text {
    order: 1;
    white-space: nowrap;
  }
  .dashboard .navbar-default .navbar-nav > li > a::after {
    content: '';
    width: 100%;
    border-top: 1px solid;
    margin: 0 10px;
    order: 2;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-right {
    order: 3;
  }
  .mob-menu-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 22px;
    padding: 4px;
    -webkit-text-fill-color: none;
	color: #151515;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a .mob-menu-icon {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-text-fill-color: #151515;
	color: #151515;
  }
  .new-stat-img .full-logo {
    width: 90px;
  }
  .new-stat-box h4 {
    font-size: 14px;
  }
  .new-stat-content h5 {
    font-size: 16px;
  }
  .new-stat-content br {
    display: none;
  }
  .progress{
    height: 8px;
	margin-bottom: 10px;
  }
  .bar-wrap p{
    font-size: 12px;
  }
  .point-badge {
    width: 80px;
  }
  .new-stat-img {
    padding-left: 0;
    margin-right: -35px;
  }
  .new-stat-box{
    justify-content: space-evenly;
  }
  .dashboard .inner-wrap .container-fluid {
    width: 100%;
  }
  .new-stat-box2 h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .user-balance, .user-spent {
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
  }
  .new-stat-box2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .new-stat-box2 img {
    width: 25px;
    margin-right: 10px;
  }
  .new-stats .col-sm-6.col-md-4:last-child {
    order: 1;
  }
  .new-stats .col-sm-6.col-md-4:first-child {
    order: 2;
  }
  .new-stats .col-sm-6.col-md-4:nth-child(2) {
    order: 3;
  }
  .new-stats .row {
    display: flex;
    flex-direction: column;
  }
  .point-box .btn.btn-primary {
    height: 33px;
    min-width: 103px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0;
  }
  .currency-stats .badge{
    width: 22%;
	font-size: 9px;
  }
  .brand-company{
    gap: 3px;
  }
  .media.brand-category .media-body{
    font-size: 10px;
  }
  .brand-company .col-3 {
    max-width: 32.6%;
    flex: 0 0 32.6%;
  }
  .brand-category img{
    width: 22px;
  }
  .footer-top .col-xs-9, .footer-top .col-xs-3 {
    width: 100%;
    float: none;
  }
  .currency-stats {
    padding: 0;
  }
  
}
.nightmode .modal-content {
  background-color: #404040;
}
.lunar_decorate {
  position: relative;
  display: block;
  margin: auto;
}
.top_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/57fy3bydengieiuc.png);
  width: 100%;
  height: 135px;
  display: block;
  position: absolute;
  background-size: auto 100%;
  background-repeat: repeat-x;
  top: 0;
}
.fly_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/l1k5ys460p6w4lb2.png);
  width: 74px;
  height: 207px;
  position: absolute;
  display: block;
  top: -10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fly_lights.fl_1 {
  left: 373px;
}
.fly_lights.fl_2 {
  left: 50%;
}
.fly_lights.fl_3 {
  right: 320px;
}
.dashboard .top_lights {
  top: 50px;
}
.dashboard .fly_lights {
  top: 72px;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #0f0049;
  cursor: url(https://storage.perfectcdn.com/d673e4/hrxezsnje5z4ftru.png), pointer !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 520px !important;
}
.point-badge {
  width: 90px;
  display: block;
}
body.guest {
  background: radial-gradient(#2200CC,#0d0146);
  background-repeat: inherit;
  background-position: bottom;
  background-size: cover;
}
/*NEW HEADER*/
.dashboard .navbar-brand {
  padding-top: 14px;
  padding-bottom: 14px;
  height: auto;
}
.banner-img img {
  width: 100%;
  display: block;
  margin: 20px 0 0;
}
#page-wrapper {
  position: relative;
  min-height: 100vh;
}
.dashboard .inner-wrap .container-fluid {
  width: 85%;
}
.dashboard .inner-wrap .container-fluid.w100{
  width:100%;
}
.dashboard .navbar.navbar-default {
  background-color: #000;
  border-bottom: 1px solid #0f0f0f;
  border-radius: 0;
}
.dashboard .navbar-default .navbar-nav > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.dashboard .navbar-default .navbar-nav > li.setting > a,
.dashboard .navbar-default .navbar-nav > li.lang > a,
.dashboard .navbar-default .navbar-nav > li.mode > a,
.dashboard .navbar-default .navbar-nav > li.update > a,
.dashboard .navbar-default .navbar-nav > li.dropdown-currencies > a{
  padding-top: 9px;
  padding-bottom: 15px;
}
.dashboard .navbar-default .navbar-nav > .open > a, 
.dashboard .navbar-default .navbar-nav > .open > a:hover, 
.dashboard .navbar-default .navbar-nav > .open > a:focus{
  background-color: transparent;
}
.menu-icon {
  width: 23px;
  height: 28px;
  text-align: center;
  display: block;
  /*filter: invert(1);*/
  position: relative;
}
.menu-icon.profPic {
  filter: none;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border: 1px solid #ffe47a;
  border-radius: 50px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.lang .menu-icon,
.menu-icon.currencySymbol {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #ffe47a;
}
.menu-icon.currencySymbol{
  color: #2d2d2c;
  justify-content: center;
  font-weight: 700;
  position: relative;
  overflow: visible;
  font-size: 18px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
}
.cur-icon-badge {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  background-color: red;
  border-radius: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cur-icon-badge.USD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/us.svg);
}
.cur-icon-badge.INR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/in.svg);
}
.cur-icon-badge.TRY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/tr.svg);
}
.cur-icon-badge.EUR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eu.svg);
}
.cur-icon-badge.RUB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ru.svg);
}
.cur-icon-badge.BRL {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/br.svg);
}
.cur-icon-badge.NGN {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ng.svg);
}
.cur-icon-badge.KRW {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kr.svg);
}
.cur-icon-badge.THB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/th.svg);
}
.cur-icon-badge.SAR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/sa.svg);
}
.cur-icon-badge.CNY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/cn.svg);
}
.cur-icon-badge.VND {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/vn.svg);
}
.cur-icon-badge.KWD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kw.svg);
}
.cur-icon-badge.EGP {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eg.svg);
}
.cur-icon-badge.PKR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/pk.svg);
}
.menu-icon.profPic img {
  width: 170%;
  margin-left: -11px;
  margin-top: 2px;
}
.mode .menu-icon,
.update .menu-icon{
  width: 34px;
  height: 34px;
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  border-radius: 50px;
  color: #000;
  line-height: 46px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.lang .menu-icon .flag-icon {
  width: 100%;
  height: 100%;
}
.update .menu-icon {
  filter: invert(0);
}
.update .menu-icon .material-icons {
  font-size: 21px;
}
.ticket-count {
  background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
  color: #040404;
  border-radius: 50px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  font-size: 12px;
  box-shadow: 0 0 0 0 rgba(253, 240, 1, 1);
  animation: pulse 2s infinite;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -13px;
  top: -2px;
  font-weight: 700;
  font-family: poppins;
}
.mode .menu-icon, .lang .menu-icon {
  filter: invert(0);
}
.menu-text {
  font-size: 14px;
  font-weight: 500;
}
.dashboard .navbar-nav > li > .dropdown-menu {
  -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
  border: none;
  min-width: inherit;
  width: auto;
  border-radius: 5px;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  margin-top: 10px;
  right: auto;
  top: 60px;
}
.dropdown.feat-drop,
.mode.mmode{
  display: none;
}
.dashboard .nav.navbar-nav.navbar-mobile {
  display: none;
}
.dashboard .lang-drop,
.dashboard .opt-drop,
.dashboard .mob-mode{
  display: none;
}
.new-stat-img .full-logo {
  width: 128px;
}
.new-stat-box2 h4 {
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.user-balance, .user-spent {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
.new-stat-box2 img {
  width: 34px;
  margin-right: 15px;
}

/*NEW HEADER*/

.dashboard .mCSB_inside > .mCSB_container {
  margin-right: 5px;
  z-index: 1;
}
.modal {
  color: #000;
}
.mCustomScrollBox{
  z-index:99999;
}
.select2-dropdown {
  z-index: 999999999999 !important;
}
.count {
  animation: count-up 2s ease-in-out;
  animation-fill-mode: forwards;
  transition: border-color 0.2s ease-in-out;
}
.navbar-right.navbar-right-block .dropdown-menu{
  background-color: #262546;
  border-radius: 20px !important;
  padding-top: 0;
  margin-top: 5px !important;
}
.navbar-right.navbar-right-block .dropdown-menu li > a,
.navbar-right.navbar-right-block .dropdown-menu li > a{
  color: #fff;
  padding-left: 12px;
  font-size: 14px;
  border-bottom: 1px solid #ededed0d;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navbar-right.navbar-right-block .dropdown-menu > a{
  color: inherit;
  font-size: inherit;
}
.navbar-right.navbar-right-block .dropdown-menu > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu > a:focus {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.navbar-right.navbar-right-block .dropdown-menu li > a:hover, 
.navbar-right.navbar-right-block .dropdown-menu li > a:focus{
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
  color: #593b0f;
}
.navbar-right.navbar-right-block .dropdown-menu li.active > a{
  background-color: transparent;
}
.langbtn .dropdown-menu li > a .flag-icon {
  margin-right: 5px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
}
.langbtn .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #000000 transparent transparent transparent !important;
  border-width: 7px 7px 0 7px !important;
  margin-left: -7px !important;
}
@keyframes count-up {
  from { 
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.count[data-count]:after {
  content: attr(data-count);
  display: none;
}

.count[data-count]::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}

.loader {
  background: #000;
  background: radial-gradient(#190956,#0f0049);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-inner {
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
.loader-line-wrap{
  animation:spin 2000ms cubic-bezier(.175,.885,.32,1.275) infinite;
  box-sizing:border-box;
  height:50px;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  transform-origin:50% 100%;
  width:100px
}
.loader-line{
  border:4px solid transparent;
  border-radius:100%;
  box-sizing:border-box;
  height:100px;
  left:0;
  margin:0 auto;
  position:absolute;
  right:0;
  top:0;
  width:100px
}
.loader-main {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
}

.loader-main:before , .loader-main:after{
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
.loader-main:after {
  box-shadow: 0 2px 0 rgba(255,207,37,1) inset;
  animation: rotate 2s linear infinite;
}
.loader-main img {
  width: 90%;
  margin: auto;
  display: block;
  padding: 45px 0 0;
}
@keyframes rotate {
  0% {  transform: rotate(0)}
  100% { transform: rotate(360deg)}
}
.view-badge {
  background-color: #e53f25;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 4px;
  animation: pulse1 2s linear infinite;
  margin-right: 10px;
}
@keyframes pulse1 {
  0% {
    opacity:25%;
  }
  25% {
    opacity:75%;
  }
  50% {
    opacity:100%;
  }
  75% {
    opacity:50%;
  }
  100% {
    opacity:25%;
  }
}
.slider-new {
  width: 100%;
  height: 100%;
}
.slider-new img {
  object-fit: fill;
  height: 175px;
}
.new-stat-box.slide-new {
  padding: 0;
  display: block;
  overflow: hidden;
}
.guest .navbar.navbar-default {
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
.top-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0;
}
.top-stats li {
  background-color: rgb(15 0 73 / 46%);
  padding: 12px 20px;
  border-radius: 20px;
  list-style: none;
  border: 1px solid #ffe259;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  min-width: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-stats li img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
}
.guest .navbar-default .navbar-nav > li > a,
.guest .navbar-default .navbar-nav > li > a:hover,
.guest .navbar-default .navbar-nav > li.active > a{
  font-size: 16px;
  background-color: transparent;
  font-weight: 500;
  color: #fff;
}
.navbar-default .navbar-nav > li.signup-btn > a {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 3px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  height: 48px;
  line-height: 8px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
  overflow: hidden;
}
.navbar-default .navbar-nav > li.signup-btn > a:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.navbar-default .navbar-nav > li.signup-btn > a:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.navbar-default .navbar-nav > li.signup-btn> a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  user-select: none;
  background: #0002848f;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 48px;
  line-height: 18px;
  text-align: center;
  min-width: 140px;
  border-radius: 40px;
}
.navbar-default .navbar-nav > li.langbtn img {
  margin-right: 5px;
}
.guest .navbar-nav > li.google-translate {
  padding: 12px 0;
}
#top-banner .well {
  background-color: #000284;
  padding: 55px 25px;
  border-radius: 50px;
  list-style: none;
  border: 1px solid #ffe259;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  max-width: 450px;
  position:relative;
}
#top-banner .well::before {
  content: '';
  background-image: url(https://storage.perfectcdn.com/d673e4/up4gqczmzoiihd2o.png);
  width: 268px;
  height: 624px;
  display: block;
  position: absolute;
  top: -97px;
  right: -83px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.top-head {
  font-size: 58px;
  font-weight: 800;
  margin-top: 0;
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-para {
  font-size: 18px;
  font-weight: 400;
  color: #949498;
  margin-bottom: 30px;
}
.btn.btn-primary {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
 background: linear-gradient(90deg, rgb(255 172 0) 0%, rgb(255 224 0) 32%, rgb(255 255 148) 68%, rgb(255 175 41) 100%);
  border: 2px solid #f6e0be;
  font-size: 18px;
  font-weight: 700;
  color: #0f0049;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 300px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #0f0049;
}
.btn.btn-xs.btn-primary {
  min-width: 80px;
  height: auto;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.btn.btn-primary:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.btn.btn-primary:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.btn.btn-primary:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.btn.btn-primary.btn-sm {
  min-width: 33px;
  height: 33px;
  padding: 0px;
  text-align: center;
  line-height: 32px;
  border: none;
}
.row.flex-row {
  display: flex;
  align-items: center;
}
#top-banner .well h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
#top-banner .well p {
  font-size: 18px;
  font-weight: 500;
  color: #949498;
  margin-bottom: 5px;
}
.igrp .form-control {
  background-color: #ffffff;
  border: none;
  height: 52px;
}
.igrp .form-control:hover,
.igrp .form-control:active,
.igrp .form-control:focus{
  box-shadow: none;
}
.igrp {
  background-color: #1e1d3a;
  border-radius: 30px;
  position: relative;
  padding-left: 50px;
}
.inico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  border-radius: 20px;
  background: rgb(248,196,34);
  background: linear-gradient(90deg, rgb(248, 196, 34) 0%, rgb(252, 245, 128) 100%);
}
.inico i {
  color: #000;
}
.forgot {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 400;
}
#top-banner .well .checkbox {
  margin-top: 0;
  text-align: right;
  color: #c9c9c9;
}
.reg-text {
  font-weight: 500;
  color: #cdcdcd;
  margin-top: 40px;
}
.reg-text a{
  color: #ffe200;
}
#home-stats {
  padding: 80px 0;
}
#home-stats .row {
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
}
.hst {
  text-align: center;
  padding: 70px 0;
}
.hst-icon img {
  width: 110px;
  margin-bottom: 25px;
}
.hst h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.hst h4 {
  color: #949498;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
#content-sec .row {
  display: flex;
  align-items: center;
}
.main-head {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
}
.main-text {
  font-size: 18px;
  font-weight: 500;
  color: #a4a4a4;
  margin-bottom: 30px;
}
section#content-sec:nth-child(4) .col-sm-7 {
  padding-left: 80px;
}
section#content-sec:nth-child(5) .col-sm-7 {
  padding-right: 80px;
}
#low-sec {
  padding: 80px 0;
}
.low-box {
  padding: 40px;
  background-color: rgb(15 0 73);
  border: 1px solid #ffe259;
  border-radius: 50px;
  box-shadow: 0px 20px 55px -15px rgba(0, 0, 0, 0.42);
  position: relative;
}
.low-box h3 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.low-box .main-text {
  margin-bottom: 0;
}
.low-img img {
  display: block;
  margin: auto;
}
.low-box.box2::after {
  content: '';
  position: absolute;
  top: 10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/bw30g5x982g3irwa.png);
  width: 132px;
  height: 132px;
  display: block;
  right: -8px;
}
.low-box.box1::after {
  content: '';
  position: absolute;
  top: -10px;
  background-image: url(https://storage.perfectcdn.com/d673e4/1cbgx9iqkuho5twj.png);
  width: 132px;
  height: 132px;
  display: block;
  left: -12px;
}
#what-is {
  padding: 80px 0;
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: right -30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.foo-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}
.foo-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.foo-menu li {
  max-width: 50%;
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.foo-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.foo-menu li a.soci {
  position: relative;
  padding-left: 30px;
}
.soci:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.soci.soci-yt:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-tw:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/cqa34mbi6l2nr20w.png);
}
.soci.soci-ig:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/mngeltyg9m2m7a1p.png);
}
.soci.soci-tg:before {
  background-image: url(https://storage.perfectcdn.com/d673e4/2z2x1m15gxki4sk0.png);
}
.review-starts {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-starts li i {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}
.review-starts li {
  margin-right: 10px;
}
.footer-bottom {
  padding: 15px;
  border-top: 1px solid #ffe689;
}
.footer-bottom p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #c8c8c8;
}
.footer-top {
  padding: 35px 0;
}
#content-sec:nth-child(5) {
  background-image: url(https://storage.perfectcdn.com/d673e4/34olhloxbbg9gs85.png);
  background-position: 0 -10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.prem-prov {
  float: left;
  display: inline-block;
}
.prem-prov img {
  display: block;
  width: 130px;
}
.dashboard {
  /*background-image: url(https://storage.perfectcdn.com/d673e4/dkf8dxe44sg6ujcm.png);
  background: linear-gradient(90deg, rgb(17 0 82) 0%, rgb(41 0 83) 50%, rgb(13 0 80) 100%);*/
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom;
  top: 0 !important;
  overflow: auto;
}
.dashboard.nightmode {
  background-color: #171717;
}
.dashboard,html{
  height:100%; 
}
.dashboard .navbar.navbar-default {
  background-color: #0f0049;
  border-color: #0f0049;
  border-bottom: 2px solid #ffda66;
  transition: 0.4s all ease-in;
}
.dashboard.nightmode .navbar.navbar-default {
  background-color: #171717;
  border-color: #ffda66;
}
.sidebar-menu {
  position: fixed;
  width: 250px;
  top: 0;
  z-index: 999999;
  background-color: #0f0049;
  height: 100%;
  padding: 0 0;
  transition: .3s linear;
}
.sidebar-menu .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.content-wrap {
  margin: 0 15px 15px 250px;
  padding: 10px 0;
  transition: .3s linear;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  /*overflow: hidden;*/
}
.menu-back-wrapper {
  /*max-height: 530px;
  scrollbar-width: thin;
  scrollbar-color: #debb4e #46455f;
  overflow-y: auto;
  overflow-x: hidden;*/
  padding: 0 20px;
}
.currency-stats {
  text-align: center;
  padding: 0 20px;
  margin: 20px auto 25px;
}
.currency-stats .badge {
  display: inline-flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #debb4e;
  padding: 5px 5px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 118px;
  font-size: 13px;
  margin: 1px;
  justify-content: center;
}
.menu li {
  margin-top: 10px;
}
.menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #c2c2c2;
  display: block;
  padding: 8px 15px;
  transition: all 0.3s ease-in;
  position: relative;
  border-radius: 30px;
  border: 1px solid transparent;
  text-decoration: none;
  z-index: 4;
}
.menu li a .badge {
  font-size: 12px;
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
    background-color: rgba(0, 0, 0, 0);
  color: #0c0d24;
  position: absolute;
  left: 30px;
  top: 3px;
  border-radius: 2px;
  padding: 2px 4px;
}
.menu li.active a, .menu li a:hover {
  color: #ffe47a;
  background: linear-gradient(#0f0049, #0f0049) padding-box, linear-gradient(to top, #e5a91b, #fffd8b) border-box;
}
/*.menu li.active a{
	z-index: -1;
}
.menu li.active a::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 232px;
  height: 164px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}*/
.menu li.active a .navbar-icon {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.crown {
  text-align: center;
}
.crown img {
  width: 130px;
}
.menu li a .navbar-icon {
  margin-right: 10px;
}
.navbar-left-block.navbar-nav > li {
  line-height: 57px;
}
.bread-crumbs {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.bread-crumbs span {
  color: #ffe47a;
  font-weight: 600;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a{
  padding:0;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .caret {
  color: #fff;
  margin-left: 6px;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a .user-prof-icon {
  width: 38px;
  height: 38px;
  border-radius: 30px;
  border: 1px solid;
  padding: 3px;
  text-align: center;
  line-height: 30px;
  color: #ffd922;
  border: 1px solid #fffa00;
  display: inline-block;
}
.dashboard .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle {
  border: 1px solid #ffdb41;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  line-height: 26px;
  background: transparent;
}
.dashboard .navbar-default .navbar-nav > li.accbtn > a:focus, .dashboard .navbar-default .navbar-nav > li.accbtn > a:active, .dashboard .navbar-default .navbar-nav > li.accbtn > a:hover, .dashboard .navbar-default .navbar-nav > li.accbtn.open > a {
  background-color: transparent;
}
.dashboard .navbar-default .balance-badge .badge {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #debb4e;
  height: 38px;
  padding: 5px;
  line-height: 26px;
  background: transparent;
  border-radius: 30px;
  min-width: 140px;
}
.dashboard .navbar-default .balance-badge a {
  padding: 0;
}
.new-stat-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.new-stat-box::before {
  content: '';
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  display: block;
  background-image: url(https://storage.perfectcdn.com/d673e4/akq158s6a2lmur62.png);
  width: 262px;
  height: 324px;
  background-size: 100% 100%;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: .97;
  z-index: 0;
}
.new-stat-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 30px;
  height: 100%;
  background: rgba(255,255,255, 0.3);
  transform: skewX(-30deg);
  animation-name: slide;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: .1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.new-stat-img {
  position: relative;
  overflow: hidden;
  padding-left: 55px;
}
@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  50% {
    left: 120px;
    top: 0px;
  }
  100% {
    left: 290px;
    top: 0;
  }
}
.new-stat-box h4 {
  font-size: 17px;
  margin-top: 0;
  color: #ffdb41;
  position:relative;
}
.new-stat-content h5 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0;
  color: #fff;
}
.media.brand-category {
  display: flex;
  background-color: #0f0049;
  border-radius: 30px;
  border: 1px solid #ffffb261;  
  padding: 2px;
  position: relative;
  align-items: center;
  text-decoration: none;
  width: 100%;
  transition: 0.4s all ease-in;
}
.nightmode .media.brand-category {
  background-color: #262626;
}
.media.brand-category:after {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(51.33%,hsla(0,0%,100%,.487)),to(hsla(0,0%,100%,0)));
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.487) 51.33%,hsla(0,0%,100%,0));
  content: "";
  display: block;
  height: 120px;
  left: -120px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: left 0s;
  transition: left 0s;
  width: 120px;
}
.media.brand-category:hover:after {
  left: 105%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.brand-category img {
  border-radius: 90px;
}
.media.brand-category .media-body {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: auto;
}
.brand-company {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.brand-company .col-3 {
  max-width: 12.504%;
  flex: 0 0 19.504%;
}
.guest .brand-company .col-3 {
  max-width: 19.44%;
  flex: 0 0 19.44%;
}
.wid-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.dashboard .top-stats{
  margin-bottom: 25px;
}
.well-tab {
  background: radial-gradient(#0f0049,#0f0049);
  border: 1px solid #fff27f;
  border-radius: 20px;
  margin-bottom: 19px;
  transition: 0.4s ease-in all;
}
.nightmode .well-tab {
  background: radial-gradient(#262626,#1e1e1e);
}
.well-tab .well-body{
  padding: 15px;
  margin-bottom: 20px;
}
.well-tab .nav-tabs > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.well-tab .nav-tabs > li.active > a, 
.well-tab .nav-tabs > li.active > a:hover {
  background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color:#e9d26a;
  font-weight: 700;
}
.well-tab .nav-tabs > li.active > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 6px;
  width: 70%;
  bottom: -1px;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.well-tab .nav.nav-tabs {
  border-bottom-color: #ffffff;
}
.well-tab .control-label,
.dashboard .well .control-label{
  font-size: 14px;
  font-weight: 600;
  color: #ffe47a;
}
.well-tab .select2-container--default .select2-selection--single.form-control, 
.well-tab select.form-control, 
.well-tab input.form-control, 
.well-tab textarea.form-control,
.dashboard .well .select2-container--default .select2-selection--single.form-control, 
.dashboard .well select.form-control, 
.dashboard .well input.form-control, 
.dashboard .well textarea.form-control{
  height: 40px;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  background-color: rgb(255 255 255);
  color: #000000;
  font-weight: 520;
  border: 1px solid #ffffff;
  font-size: 16px;
}
select.form-control option {
  color: #0c0b1f;
}
.well-tab textarea.form-control,
.dashboard .well textarea.form-control{
  height: auto;
  border-radius: 20px;
}
.form-group.searchgrp {
  height: 41px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
}
.well-tab .form-group.searchgrp #input_service {
  background-color: transparent;
  padding: 0;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.well-tab .panel-body.border-solid.border-rounded {
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(16 16 16);
  color: #fff;
  font-weight: 500;
  border: 1px solid #ffe47a;
  word-break: break-word;
}
.well {
  background-color: rgba(18, 17, 47, 0.75);
  border: 1px solid #ffd200;
  border-radius: 20px;
}
.serv-box {
  background-color: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  margin-bottom: 19px;
}
.serv-icon {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  text-align: center;
  line-height: 42px;
  margin-right: 12px;
}
.serv-content h4 {
  font-size: 12px;
  color: #e9d26a;
  margin-top: 15px;
}
.nav.nav-pills.order-pills {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.nav.nav-pills.order-pills::before, .nav.nav-pills.order-pills::after {
  display: none;
}
.order-pills > li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  min-width: 152px;
  color: #000000;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 40px;
}
.order-pills > li.all-pill a {
  color: #0a0a09;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.pending-pill a {
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
}
.order-pills > li.inprogress-pill a,
.order-pills > li.active-pill a{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
}
.order-pills > li.completed-pill a {
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
}
.order-pills > li.partial-pill a {
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
}
.order-pills > li.processing-pill a {
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
}
.order-pills > li.canceled-pill a {
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
}
.input-group.searchgrp {
  height: 58px;
  border-radius: 60px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: rgb(255 255 255);
  color: #fff;
  margin-bottom: 20px;
  border: 1px solid #debb4e;
}
.input-group.searchgrp .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 20px;
  height: 55px;
}
.input-group.searchgrp .form-control:focus {
  z-index: 1;
}
.input-group.searchgrp .btn.btn-primary {
  margin-left: -30px;
  border-radius: 30px;
  width: 42px;
  height: 42px;
  border: none;
  min-width: 42px;
  line-height: 32px;
}


.order-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.order-box {
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border: 1px solid #debb4e;
  border-radius: calc(7px * 2);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order-box-top {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  color: darkgray;
}
.order-box-middle {
  border-top: 1px solid #debb4e;
  border-bottom: 1px solid #debb4e;
}
.order-box-middle,
.order-box-bottom {
  display: grid;
  gap: 10px;
  grid-template-columns: 5fr 2fr;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.order-top-left,
.order-middle-left,
.order-bottom-left{
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
}
.order-service{
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.order-top-right,
.order-middle-right,
.order-bottom-right{
  display: flex;
  justify-content: flex-end;
}
.order-box-bottom {
  display: grid;
  padding: 10px;
  grid-template-columns: 4fr 1fr;
  gap: 10px;
}
.order-box {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.order-service {
  color: #fff;
}
.order-top-left > div:first-child, 
.order-middle-left > div:first-child, 
.order-bottom-left > div:first-child {
  min-width: 130px;
}
.order-action a {
  background: -webkit-linear-gradient(3deg, rgb(255 190 44) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  padding: 1px 8px;
  border-radius: 8px;
  border: 2px solid #ffd200;
  text-decoration: none;
}
.order-link a {
 background: -webkit-linear-gradient(3deg, rgb(255 177 0) 0%, rgb(255 238 141) 50%, rgb(255 231 101) 70%, rgb(255 185 0) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  overflow: hidden;
}

.grid-header {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding: 10px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border-radius: 30px;
}
.servgrid .grid-header {
  grid-template-columns: repeat(6, 1fr);
}
.grid-header div {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  padding: 0 10px;
}
.grid-items-container {
  display: grid;
  /*grid-template-columns: repeat(9, 1fr);*/
  grid-auto-rows: auto;
  grid-gap: 10px;
}

.grid-item {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  padding: 20px 10px;
  background: linear-gradient(90deg, rgb(18 17 47) 0%, rgb(28 27 73) 32%, rgb(30 28 77) 68%, rgb(18 17 47) 100%);
  border-radius: 20px;
}
.grid-container.updategrid .grid-header, 
.grid-container.updategrid .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.ordergrid .grid-header, 
.ordergrid .grid-items-container .grid-item {
  grid-template-columns: repeat(9, 1fr);
}
.servgrid .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.servgrid .grid-item.cate-name-item {
  grid-template-columns: repeat(1, 1fr);
}
.ticketgrid .grid-header,
.ticketgrid .grid-item{
  grid-template-columns: repeat(4, 1fr);
}
.dripgrid .grid-header,
.dripgrid .grid-item{
  grid-template-columns: repeat(9, 1fr);
}
.paymentgrid .grid-header, 
.paymentgrid .grid-items-container .grid-item {
  grid-template-columns: repeat(6, 1fr);
}
.historygrid .grid-header, 
.historygrid .grid-items-container .grid-item {
  grid-template-columns: repeat(4, 1fr);
}
.apigrid2 .grid-header, 
.apigrid2 .grid-items-container .grid-item {
  grid-template-columns: repeat(2, 1fr);
}
.grid-item > div {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 0 10px;
}
.label-badge{
  border-radius: 60px;
  border: none;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  line-height: 40px;
  max-width: 62px;
  text-align: center;
  color: #0f0049;
  font-size: 13px;
  font-weight: 700;
}
.custom-table .grid-item div > a {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.custom-table .grid-item div > a.btn.btn-modal {
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(220,150,23);
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  border: 2px solid #f6e0be;
  font-size: 16px;
  font-weight: 600;
  color: #4d4b4b;
  height: 48px;
  line-height: 38px;
  text-align: center;
  min-width: 200px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-text-fill-color: #4d4b4b;
  text-decoration: none;
  border: none;
}
.custom-table .grid-item div.order-actions > a,
.custom-table .grid-item div.order-actions > button{
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
} 
.label-badge.label-已完成,
.label-badge.label-completed,
.label-badge.label-answered{
  background: linear-gradient(90deg, rgba(220,150,23,1) 0%, rgba(255,207,37,1) 32%, rgba(255,255,144,1) 68%, rgba(236,191,38,1) 100%);
  min-width: 108px;
}
.label-badge.label-部分退款,
.label-badge.label-partial{
  background: linear-gradient(90deg, rgb(255 220 131) 0%, rgb(255 204 146) 32%, rgb(255 60 0) 68%, rgb(255 0 0) 100%);
  min-width: 108px;
}
.label-badge.label-进行,
.label-badge.label-pending{
  background: linear-gradient(90deg, rgb(58 144 209) 0%, rgb(0 183 255) 32%, rgb(82 180 255) 68%, rgb(0 195 255) 100%);
  min-width: 108px;
}
.label-badge.label-进行中,
.label-badge.label-inprogress{
  background: linear-gradient(90deg, rgb(76 255 0) 0%, rgb(112 255 0) 32%, rgb(0 255 95) 68%, rgb(32 255 102) 100%);
  min-width: 108px;
}
.label-badge.label-已取消,
.label-badge.label-已到期,
.label-badge.label-canceled,
.label-badge.label-closed{
  background: linear-gradient(90deg, rgb(255 51 51) 0%, rgb(255 51 51) 32%, rgb(255 51 51) 68%, rgb(255 51 51) 100%);
  min-width: 108px;
}
.label-badge.label-处理中,
.label-badge.label-processing{
  background: linear-gradient(90deg, rgb(207 129 255) 0%, rgb(198 147 255) 32%, rgb(204 151 255) 68%, rgb(219 132 255) 100%);
  min-width: 108px;
}
.grid-item.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.grid-item.cate-name-item .cate-name {
  font-size: 24px;
  font-weight: 700;
}
.cate-name-item {
  background-color: transparent;
  text-align: center;
}
.cate-name-item .cate-name {
  font-size: 24px;
}
.grid-item > div > .btn.btn-primary {
  min-width: 108px;
  border: none;
  height: 42px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
}
.well-title {
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}
.contact-box {
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.contact-box.tg {
  border-color: #28a7e8;
}
.contact-box.wh {
  border-color: #58ce6f;
}
.contact-box.ma {
  border-color: #ff5b55;
}
.contact-box.sk {
  border-color: #38c1f3;
}
.contact-content h5 {
  font-size: 12px;
  font-weight: 400;
  color: #e9d26a;
}
.contact-content h6 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.contact-icon {
  margin-right: 15px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.27);
}
.cont-ic {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.tg .cont-ic {
  background-color: #28a7e8;
  box-shadow: -3px 3px 6px -1px #28a7e8;
}
.wh .cont-ic {
  background-color: #58ce6f;
  box-shadow: -3px 3px 6px -1px #58ce6f;
}
.ma .cont-ic {
  background-color: #ff5b55;
  box-shadow: -3px 3px 6px -1px #ff5b55;
}
.sk .cont-ic {
  background-color: #38c1f3;
  box-shadow: -3px 3px 6px -1px #38c1f3;
}
.well .nav.nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.well .nav.nav-tabs::before, 
.well .nav.nav-tabs::after {
  display: none;
}
.well .nav-tabs > li > a {
  background-color: #171616;
  border-radius: 12px;
  border: 1px solid #171616;
  margin: 0;
}
.well .nav-tabs > li.active > a, 
.well .nav-tabs > li.active > a:hover, 
.well .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #e4c458;
  border-bottom-color: #e4c458;
  background-color: #1f221f;
}
.well .tab-content {
  background-color: #191b19;
  padding: 20px;
  border-radius: 12px;
}
.well .tab-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.well .grid-item,
.well-tab .grid-item{
  padding: 0;
  background-color: transparent;
  grid-column-gap: 10px;
}
.well .grid-item > div,
.well-tab .grid-item > div{
  background-color: rgba(255, 255, 255, 0.07);
  padding: 10px;
  border-radius: 40px;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.well .grid-header,
.well-tab .grid-header{
  grid-column-gap: 10px;
}
.well .grid-header > div,
.well-tab .grid-header > div{
  padding-left: 10px;
  padding-right: 10px;
}
.social-badge img {
  margin-right: 8px;
}
.inner-content p {
  font-family: Montserrat;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.apigrid1 .grid-item {
  grid-template-columns: repeat(2, 1fr);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  grid-gap: 10px;
}
.apigrid1 .grid-item > div {
  background-color: rgba(18, 17, 47, 0.75);
  border-radius: 60px;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 15px;
}
.grid-item .link-item {
  color: #e9d26a;
  font-size: 16px;
}
pre {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.ticket-msg-wrap {
  padding-top: 15px;
  min-height: 480px;
  overflow-y: scroll;
  border-bottom: 1px solid #000;
  max-height: 480px;
}
.ticket-message-block {
  display: flex;
  flex-direction: column;
  padding: 25px 15px 5px;
  margin-bottom: 0;
}
.ticket-message-block.ticket-message-left {
  align-items: flex-end;
}
.message-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.author-pic {
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 38px;
  flex: 0 0 38px;
}
.ticket-message-block.ticket-message-right .author-pic {
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
  margin-right: 20px;
  color: #513205;
}
.ticket-message-block.ticket-message-left .author-pic {
  color: #ffffff;
  margin-left: 20px;
}
.messsage-wrap {
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ticket-message-block.ticket-message-right .messsage-wrap {
  border-radius: 20px;
  color: #513205;
  background: rgb(241,223,191);
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-block.ticket-message-left .messsage-wrap {
 background: linear-gradient(90deg, rgb(44 190 223) 0%, rgb(0 148 182) 50%, rgb(0 94 168) 100%);
  color: #ffffff;
  min-height: 58px;
  border-radius: 20px;
}
.message-sub-top {
  margin-top: -46px;
  margin-bottom: 24px;
}
.message-sub-top strong {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.ticket-message-right .message-sub-top strong {
  color: #513205;
  background: linear-gradient(90deg, rgb(241, 223, 191) 0%, rgb(255, 203, 123) 50%, rgb(244, 200, 93) 100%);
}
.ticket-message-left .message-sub-top strong {
  background: linear-gradient(90deg, #7300ff 0%, #1970ff 50%, rgb(194 0 255) 100%);
}
.message-sub-top strong i, .message-sub-top .text-muted i {
  margin-right: 5px;
  font-size: 11px;
  margin-left: -5px;
}
.ticket-message-right .message-sub-top strong i {
  color: #513205;
}
.ticket-message-left .message-sub-top strong i {
  color: #ffffff;
}
.message-sub-top .text-muted {
  font-size: 10px;
  font-weight: 700;
  border: 1px solid;
  border-radius: 20px;
  padding: 3px 10px;
}
.ticket-message-right .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-left .message-sub-top .text-muted {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-message-block.ticket-message-left .author-pic img {
  width: 38px;
}
.post-well h4 {
  font-size: 16px;
  font-weight: 600;
  color: #e9d26a;
  margin-bottom: 25px;
  margin-top: 0;
  min-height: 55px;
}
.post-content {
  color: #fff;
  font-size: 14px;
  min-height: 100px;
  margin-bottom: 15px;
}
.post-well .btn.btn-primary {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-width: 1px;
  border-radius: 10px;
  min-width: auto;
  line-height: 34px;
}
.bar-wrap p {
  color: #fff;
  margin: 0;
}
.bar-wrap p strong {
 background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress {
  background-color: rgba(255, 255, 255, 35%);
  border-radius: 20px;
  height: 10px;
}
.progress-bar {
  background: linear-gradient(90deg, rgb(220, 150, 23) 0%, rgb(255, 207, 37) 32%, rgb(255, 255, 144) 68%, rgb(236, 191, 38) 100%);
}
.ticket-backbtn {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid #ffd200;
  text-decoration: none;
}
.serv-id {
 background: -webkit-linear-gradient(3deg, rgb(255 191 49) 0%, rgb(255 237 138) 50%, rgb(255 230 141) 70%, rgb(255 197 45) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nameserver-head {
  background: -webkit-linear-gradient(3deg, rgba(197,147,35,1) 0%, rgba(245,226,121,1) 50%, rgba(245,226,121,1) 70%, rgba(190,151,48,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color: #e9d26a;
  font-size: 18px;
}
.namerserver-list {
  padding-left: 20px;
}
.namerserver-list li {
  font-size: 14px;
  font-weight: 500;
  color: #ffe365;
}
.namerserver-list li img {
  width: 90%;
  object-fit: contain;
  max-height: 436px;
  object-position: left;
}
.affiliate-tab p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}


@media(max-width:991px){
  .guest .brand-company .col-3 {
    max-width: 24%;
    flex: 0 0 24%;
  }
  .sidebar-menu{
    width: 180px;
  }
  .currency-stats{
    padding: 0 8px;
    margin: 8px auto 14px;
  }
  .menu-back-wrapper {
    padding: 0 8px;
  }
  .currency-stats .badge{
    padding: 6px 6px;
    width: 47%;
    font-size: 8px;
  }
  .content-wrap {
    margin: 0 0 15px 180px;
  }
  .container{
    width: 100%;
  }
  .prem-prov img {
    width: 115px;
  }
  .guest .navbar-default .navbar-nav > li > a, .guest .navbar-default .navbar-nav > li > a:hover, .guest .navbar-default .navbar-nav > li.active > a {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li.langbtn > a.dropdown-toggle,
  .navbar-default .navbar-nav > li.signup-btn > a{
    font-size: 14px;
    min-width: 130px;
  }
  .navbar-default .navbar-nav > li.signup-btn > a{
  	border: 2px solid #f6e0be;
  }
  .top-stats li{
    padding: 10px 15px;
    margin: 0 10px;
	font-size: 16px;
    min-width: 120px;
  }
  #what-is img {
    width: 100%;
  }
  .cont-img {
    width: 100%;
  }
  #home-stats {
    padding: 50px 0;
  }
  .hst-icon img {
    width: 90px;
    margin-bottom: 15px;
  }
  .hst h3 {
    font-size: 28px;
  }
  .low-img img {
    width: 100%;
  }
  .low-box.box1::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  .low-box.box2::after{
    width: 102px;
	height: 102px;
    background-size: 100% 100%;
  }
  #low-sec {
    padding: 50px 0;
  }
  #what-is {
    padding: 50px 0;
  }
  .grid-container.dripgrid,
  .grid-container.ordergrid{
    width: 140%;
  }
  .order-pills > li a{
    min-width: 100px;
  }
  .brand-company .col-3 {
    max-width: 24.1%;
    flex: 0 0 24.1%;
  }
  
}
@media(max-width:550px){
  .dashboard .navbar-brand {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dashboard .navbar-default .navbar-brand img {
    height: 45px;
  }
  .navbar-toggle.x {
    border:none;
    margin: 0;
    float: none;
  }
  .dashboard .navbar-default .navbar-toggle:hover, .dashboard .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle.x .icon-bar {
    width:22px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    -webkit-transition:all .2s;
    transition:all .2s
  }
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transform-origin:10% 10%;
    -ms-transform-origin:10% 10%;
    transform-origin:10% 10%
  }
  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity:0;
    filter:alpha(opacity=0)
  }
  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:10% 90%;
    -ms-transform-origin:10% 90%;
    transform-origin:10% 90%
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity:1;
    filter:alpha(opacity=100)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .brand-right {
    float: right;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
  .dashboard .lang-drop, .dashboard .opt-drop, .dashboard .feat-drop,.dashboard .mode.mmode {
    display: inline-block;
  }
  .lang-drop .btn.btn-default, .opt-drop .btn.btn-default, .feat-drop .btn.btn-default {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 6px;
  }
  .lang-drop .btn.btn-default:hover, .lang-drop .btn.btn-default:active, .lang-drop .btn.btn-default:focus, .opt-drop .btn.btn-default:hover, .opt-drop .btn.btn-default:active, .opt-drop .btn.btn-default:focus, .feat-drop .btn.btn-default:hover, .feat-drop .btn.btn-default:active, .feat-drop .btn.btn-default:focus {
    background-color: transparent;
  }
  .opt-drop .btn.btn-default .menu-icon, .feat-drop .btn.btn-default .menu-icon {
    filter: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background:linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 50px;
  }
  .opt-drop .btn.btn-default .menu-icon img {
    width: 180%;
    margin-left: -12px;
    margin-right: -6px;
  }
  .feat-drop .btn.btn-default .menu-icon {
    line-height: 34px;
    color: #000;
    font-size: 18px;
  }
  .dashboard .opt-drop .dropdown-menu, .dashboard .feat-drop .dropdown-menu {
    left: 0;
    right: 0;
    position: fixed;
    top: 70px;
    width: 92%;
    margin: auto;
    float: none;
    -webkit-box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    box-shadow: 0 12px 40px 0px rgba(23,16,159,.4),0 70px 100px -60px rgba(23,16,159,.6);
    background-color: #262546;
  }
  .mode-box, .lang-box, .curr-box {
    padding: 4px 10px 4px;
  }
  .mode-box h6, .lang-box h6, .curr-box h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #ffffff;
  }
  .dashboard .mob-mode {
    display: block;
  }
  .mode-box .mode.mob-mode, .lang-box .lang-list, .curr-box .curr-list {
    background-color: #1d1c37;
    border-radius: 5px;
    padding: 5px;
  }
  .lang-list, .curr-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lang-list li, .curr-list li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .lang-list li a, .curr-list li a {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #0f0049;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(255 183 85) 0%, rgb(252 242 135) 32%, rgb(252 252 157) 68%, rgb(255 221 112) 100%);
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .lang-list li .lang-name {
    margin-right: 5px;
  }
  .feat-drop .dropdown-menu .divider {
    margin: 6px 0;
    background-color: #444366;
  }
  .mode-box .mob-mode .toggle {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  }
  .mode-box .mob-mode .toggle .menu-icon {
    width: auto;
    height: auto;
    background-color: transparent;
    filter: none;
    line-height: 1;
    border-radius: 0;
    color: #646360;
  }
  .opt-drop .dropdown-menu > li > a {
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
  }
  .opt-drop .dropdown-menu > li > a .drop-menu-icon {
    margin-right: 10px;
    width: 18px;
    display: inline-block;
  }
  .dashboard .navbar-left-block, .dashboard .navbar-right-block {
    display: none;
  }
  .dashboard .nav.navbar-nav.navbar-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .dashboard .navbar-default .navbar-nav > li > a {
    justify-content: space-between;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: row;
    position: relative;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e9d26a;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-text {
    order: 1;
    white-space: nowrap;
  }
  .dashboard .navbar-default .navbar-nav > li > a::after {
    content: '';
    width: 100%;
    border-top: 1px solid;
    margin: 0 10px;
    order: 2;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-right {
    order: 3;
  }
  .mob-menu-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 22px;
    padding: 4px;
    -webkit-text-fill-color: none;
	color: #151515;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a .mob-menu-icon {
    background: -webkit-linear-gradient(3deg, rgb(255 193 54) 0%, rgb(255 245 190) 50%, rgb(255 239 153) 70%, rgb(255 240 0) 100%);
    -webkit-text-fill-color: #151515;
	color: #151515;
  }
  .new-stat-img .full-logo {
    width: 90px;
  }
  .new-stat-box h4 {
    font-size: 14px;
  }
  .new-stat-content h5 {
    font-size: 16px;
  }
  .new-stat-content br {
    display: none;
  }
  .progress{
    height: 8px;
	margin-bottom: 10px;
  }
  .bar-wrap p{
    font-size: 12px;
  }
  .point-badge {
    width: 80px;
  }
  .new-stat-img {
    padding-left: 0;
    margin-right: -35px;
  }
  .new-stat-box{
    justify-content: space-evenly;
  }
  .dashboard .inner-wrap .container-fluid {
    width: 100%;
  }
  .new-stat-box2 h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .user-balance, .user-spent {
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
  }
  .new-stat-box2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .new-stat-box2 img {
    width: 25px;
    margin-right: 10px;
  }
  .new-stats .col-sm-6.col-md-4:last-child {
    order: 1;
  }
  .new-stats .col-sm-6.col-md-4:first-child {
    order: 2;
  }
  .new-stats .col-sm-6.col-md-4:nth-child(2) {
    order: 3;
  }
  .new-stats .row {
    display: flex;
    flex-direction: column;
  }
  .point-box .btn.btn-primary {
    height: 33px;
    min-width: 103px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0;
  }
  .currency-stats .badge{
    width: 22%;
	font-size: 9px;
  }
  .brand-company{
    gap: 3px;
  }
  .media.brand-category .media-body{
    font-size: 10px;
  }
  .brand-company .col-3 {
    max-width: 32.6%;
    flex: 0 0 32.6%;
  }
  .brand-category img{
    width: 22px;
  }
  .footer-top .col-xs-9, .footer-top .col-xs-3 {
    width: 100%;
    float: none;
  }
  .currency-stats {
    padding: 0;
  }
  
}
.nightmode .modal-content {
  background-color: #404040;
}
.lunar_decorate {
  position: relative;
  display: block;
  margin: auto;
}
.top_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/57fy3bydengieiuc.png);
  width: 100%;
  height: 135px;
  display: block;
  position: absolute;
  background-size: auto 100%;
  background-repeat: repeat-x;
  top: 0;
}
.fly_lights {
  background-image: url(https://storage.perfectcdn.com/d673e4/l1k5ys460p6w4lb2.png);
  width: 74px;
  height: 207px;
  position: absolute;
  display: block;
  top: -10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fly_lights.fl_1 {
  left: 373px;
}
.fly_lights.fl_2 {
  left: 50%;
}
.fly_lights.fl_3 {
  right: 320px;
}
.dashboard .top_lights {
  top: 50px;
}
.dashboard .fly_lights {
  top: 72px;
}
