@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');
html {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #fff;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #fff;
  max-width: 100%;
  overflow-x: hidden;
  background: #0a0a0a;
  color: #fff;
}

.p-color {
  color: #5e0aef !important;
}

.text-muted {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #747886;
}

.text-muted a {
  color: #fff;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.hidden {
  display: none !important;
}

/*
buttons
*/
.btn {
  font-size: 16px;
  line-height: 24px;
  padding: 17px 50px;
  border: none;
  font-weight: 600;
  border-radius: 10px;
  position: relative;
  color: #fff;
}

.btn:hover {
  color: #fff;
}

.btn.btn-block {
  width: 100%;
}

.btn.btn-primary {
  background: #5e0aef;
}

.btn.btn-primary:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(93, 2, 250, 0.402);
          box-shadow: 0 0 0 0.25rem rgba(93, 2, 250, 0.402);
}

.btn.btn-secondary {
  background: #1e2028;
}

.btn.btn-secondary.btn-border::before {
  background: #2b2e38;
}

.btn.btn-dark {
  background: #23252e;
}

.btn.btn-rounded {
  border-radius: 34px !important;
}

.btn.btn-border {
  background-clip: padding-box;
  border: solid 1px transparent;
}

.btn.btn-border:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: #6d22f0;
}

.btn.btn-md {
  padding: 16px 48px;
}

.btn.btn-sm {
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 600;
}

.btn.btn-xl {
  padding: 30px 48px;
}

.btn.btn-square {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
}

.btn.btn-default {
	background: #5e0aef;
    padding: 20px;
    border-radius: 0 10px 10px 0;	
}

.btn.btn-dark span {
  color: #525560;
}

a {
  color: #adadad5e0aef;
  text-decoration: none;
}

a:hover {
  color: #5e0aef;
}

header#smmspot-na-header {
  padding: 25px 0;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 1000;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

header#smmspot-na-header.sticky {
  background-color: #0a0a0a;
  padding: 0px 0;
}

header#smmspot-na-header.sticky .header-menu li {
  padding: 25px 45px 25px 0;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

header#smmspot-na-header .header-menu {
  margin: 0px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

header#smmspot-na-header .header-menu li {
  display: block;
  position: relative;
  padding: 25px 45px 25px 0;
}

header#smmspot-na-header .header-menu li.menu-item-btn {
  padding: 0px 22px;
}

header#smmspot-na-header .header-menu li::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 40%;
  bottom: 0px;
  background: transparent;
  left: 0px;
}

header#smmspot-na-header .header-menu li.active::after {
  background-color: #5e0aef;
  border-radius: 15px;
}

header#smmspot-na-header .header-menu li.active .menu-link {
  color: #fff;
}

header#smmspot-na-header .header-menu li .menu-link {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
  color: #fff;
}

header#smmspot-na-header .header-menu li .menu-link:hover {
  color: #eee;
}

.smmspot-head {
  padding-top: 200px;
  color: #fff;
  position: relative;
}

.smmspot-head .smmspot-content {
  padding: 68px 0;
  position: relative;
  z-index: 6;
}

.smmspot-head .smmspot-big h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 54px;
  line-height: 140%;
  color: #ffffff;
}

.smmspot-head .smmspot-big .smmspot-big-sp {
  position: relative;
  color: #5e0aef;
}

.smmspot-head .smmspot-big .smmspot-big-sp::after {
  content: "";
  position: absolute;
  background: url(https://storage.perfectcdn.com/poefn1/30sqi0rtthci1uwz.png) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 40px;
  left: 0px;
  bottom: 0px;
}

.smmspot-head .smmspot-small {
  font-size: 17px;
  line-height: 200%;
  max-width: 540px;
  color: #fff;
}

.smmspot-head .main-img {
  position: relative;
}

.smmspot-head .main-img .msh-1 {
  position: absolute;
  left: 0;
  top: 50px;
  height: 160px;
}

.smmspot-head .main-img .msh-2 {
  position: absolute;
  right: 0;
  top: 250px;
}

.smmspot-head .main-img .msh-3 {
  position: absolute;
  left: 0;
  bottom: 100px;
}

.smmspot-head .smmspot-btns {
  background: #0a0a0a;
  border: 1px solid #272a33;
  border-radius: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 5px 5px 5px;
}

.smmspot-head .smmspot-btns h3 {
  font-size: 18px;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 0;
}

.smmspot-head .ph-last .fa-star-christmas {
  width: 65px;
  height: 65px;
  font-size: 30px;
  border: 3px solid #2b2e38;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  -webkit-transition: 500ms all;
  transition: 500ms all;
}

.smmspot-head .ph-last a {
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.5px;
  font-weight: 500;
  margin-left: 25px;
  padding: 0 0 10px 0;
  position: relative;
}

.smmspot-head .ph-last a:after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #2b2e38;
  width: 20%;
  height: 40px;
  left: 0px;
  bottom: 0px;
  -webkit-transition: 500ms all;
  transition: 500ms all;
}

.smmspot-head .ph-last:hover .fa-star-christmas {
  background: #5e0aef;
  border-color: #6d22f0;
}

.smmspot-head .ph-last:hover a {
  color: #ccc;
}

.smmspot-head .ph-last:hover a:after {
  width: 100%;
}

.smmspot-section {
  padding: 75px 0;
  position: relative;
  z-index: 20;
}

.smmspot-section .container {
  position: relative;
  z-index: 20;
}

footer.smmspot-na-footer {
  padding: 0 0 40px 0;
}

footer.smmspot-na-footer .smmspot-ftop {
  border-bottom: 1px solid #2b2e38;
  padding-bottom: 25px;
}

footer.smmspot-na-footer .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.smmspot-na-footer .footer-copy {
  font-weight: 600;
  font-size: 16px;
  line-height: 10px;
  color: #fff;
}

footer.smmspot-na-footer .smmspot-fmenu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

footer.smmspot-na-footer .smmspot-fmenu li a {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}

footer.smmspot-na-footer .smmspot-fmenu li:after {
  content: "/";
  color: #525560;
  padding: 0 15px;
}

footer.smmspot-na-footer .smmspot-fmenu li:last-child:after {
  content: "";
}

footer.smmspot-na-footer .smmspot-fmenu li a:hover {
  color: #eee;
}

footer.smmspot-na-footer .smmspot-fbot {
  padding: 50px 0 25px 0;
}

footer.smmspot-na-footer .smmspot-fbot .smmspot-fb-title h3 {
  font-size: 32px;
}

footer.smmspot-na-footer .smmspot-fbot .smmspot-fb-copy {
  color: #525560;
}

footer.smmspot-na-footer .smmspot-fbot .smmspot-fb-copy span {
  color: #fff;
}

.smmspot-fb-title {
	padding: 35px 0
}

.smmspot-fb-btn {
	padding-bottom: 35px
}

.btn-dashboard-menu {
  background: transparent;
  width: 60px;
  height: 60px;
  padding: 0px;
  color: #fff;
  font-size: 22px;
}

.btn-dashboard-menu:focus {
  color: #fff;
}

.logs-row > div {
  margin: 10px 0;
}

.smmspot-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.smmspot-row > div {
  text-align: center;
  margin: 10px 0;
}

.smmspot-row > div img {
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.smmspot-row > div img:hover {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.smmspot-hp-img {
  max-width: 100%;
}

.smmspot-hp-title {
  font-weight: bold;
  font-size: 37px;
  line-height: 135%;
  color: #ffffff;
}

.smmspot-hp-line {
  max-width: 450px;
  height: 3px;
  width: 25%;
  background: #5e0aef;
  margin-bottom: 30px;
}

.smmspot-hp-text {
  font-weight: normal;
  font-size: 19px;
  line-height: 185%;
  color: #525560;
}

.smmspot-bbox {
  border: 1px solid #2b2e38;
  border-radius: 25px;
  background-image: url(https://storage.perfectcdn.com/poefn1/f1qw2gg534dozn3q.png);
  background-position: center;
  background-size: cover;
  position: relative;
}

.smmspot-bbox .hpbb-body {
  padding: 90px 0px 60px 74px;
  position: relative;
  z-index: 4;
}

.smmspot-bbox .hpbb-text {
  font-size: 16px;
  line-height: 156%;
  color: #525560;
}

.smmspot-bbox .hpbb-right {
  position: absolute;
  right: 30px;
  width: 50%;
  bottom: -1px;
  height: calc(100% + 130px);
  z-index: 2;
}

.smmspot-bbox .hpbb-right img {
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.smmspot-bbox .hpbb-right.pm-2 {
  height: calc(100% + 20px);
}

.smmspot-logos {
  max-width: 100%;
  margin: 10px 0;
}

.smmspop-title.smmspot-title-line {
  background: #5e0aef;
  height: 3px;
  width: 100%;
  max-width: 75px;
  position: relative;
  display: inline-block;
  margin-top: 18px;
}

.smmspot-boxes {
  padding: 100px 0 0 0;
}

.smmspot-box {
  border: 1px solid #2b2e38;
  border-radius: 8px;
  padding: 25px;
  -webkit-transition: 500ms all;
  transition: 500ms all;
  cursor: pointer;
}

.smmspot-box:hover {
  background: #5e0aef;
}

.smmspot-box:hover .smmspot-icon2 {
  border-color: #fff;
}

.smmspot-box .smmspot-icon {
  font-size: 40px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.smmspot-box .smmspot-icon2 {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 7px solid #5e0aef;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.smmspot-box h1 {
  font-size: 24px;
  text-align: left;
  padding-top: 100px;
}

.ahbtn {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  border: none;
  font-size: 24px;
  position: relative;
}

.ahbtn::after {
  content: attr(data-text);
  position: absolute;
  width: auto;
  height: 24px;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.ahbtn.bs-1 {
  color: #5e0aef;
  background: #441b28;
}

.ahbtn.bs-2 {
  color: #747886;
  background: #242731;
  border: 1px solid #333642;
}

.ahbtn.bs-3 {
  color: #fff;
  background: #5e0aef;
  border: 1px solid #5915cf;
}

.col-menu-btn {
  display: none;
}

#login .fga {
  position: relative;
  clear: both;
}

#login .fla {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 4px;
  padding-left: 3px;
}

#login .fg {
  position: relative;
  background: #192139;
  border-radius: 7px;
  overflow: hidden;
  min-height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#login .fg-icon {
  width: 55px;
  height: 55px;
  background: #5e0aef;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}

#login .fg-icon + .fg-control {
  padding-left: 76px;
}

#login .fg-control {
  background: #23252e;
  border: 1px solid #2b2e38;
  outline: none;
  border: none;
  line-height: 100% !important;
  padding: 26px 14px;
  width: 100%;
  color: #fff;
  height: auto;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#login .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

#login .modal-dialog .modal-content {
  background-color: transparent;
  height: 100%;
  border: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-box {
  background: #1e2028;
  border: 1px solid #2b2e38;
  border-radius: 12px;
  padding: 35px 0;
}

.login-box .login-form {
  padding: 0 50px;
}

.login-box .login-form .hlb-header {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-box .log-bottom {
  font-size: 16px;
  text-align: center;
}

.login-box .log-bottom a {
  color: #6d22f0;
}

.login-box .login-left {
  background: #6d22f0 url(https://storage.perfectcdn.com/5wl5ze/6ytypphgfhhllmxy.png);
  border-radius: 15px;
  margin: 0 25px;
}

.login-box .login-left h1 {
  font-size: 26px;
}

.login-box .login-left p {
  color: rgba(255, 255, 255, 0.6);
}

/** 

dashboard

*/
.pg-titlte {
  font-size: 25px;
  line-height: 31px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0px;
}

.pg-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin-top: 10px;
  color: #ffffff;
}

.app {
  position: relative;
  color: #fff;
}

.app .app-header {
  background: #0a0a0a;
  height: 140px;
  position: fixed;
  left: 320px;
  margin: 0 50px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.app .app-header.active {
  margin: 0px;
  height: 80px;
  padding: 0 20px;
}

.app .app-header.active div > .row {
  min-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app .app-header.active .pg-text,
.app .app-header.active .ahbtn:after {
  display: none;
}

.app .app-header .container-fluid {
  padding: 0px;
}

.app .app-header div > .row {
  min-height: 140px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app .app-header .ahbtn.bs-1 {
  display: none;
}

.app .app-main {
  padding-left: 320px;
  padding-bottom: 50px;
  padding-top: 140px;
}

.app .app-main .alert.alert-notify {
  padding: 0;
}

.app .app-main .container-fluid {
  padding: 0 50px;
}

.app .app-main.support-main {
  padding-bottom: 0px;
  height: 100vh;
}

.app .app-main.support-main .container-fluid {
  padding: 0;
}

.app .app-sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #23252e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0a0a0a;
  background-size: cover;
  background-position: center;
  z-index: 1001;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.app .app-sidebar .sidebar-logo-cont {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.app .app-sidebar .sidebar-header {
  padding: 30px;
  text-align: center;
}

.app .app-sidebar .sidebar-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}

.app .app-sidebar .sidebar-body {
  padding: 30px;
}

.app .app-sidebar .sidebar-menu {
  margin: 0px;
  padding: 10px 0px;
  list-style: none;
}

.app .app-sidebar .sidebar-menu li {
  display: block;
  padding: 4px 0;
}

.app .app-sidebar .sidebar-menu li.active a {
  color: #fff !important;
  background: #5e0aef !important;
  border-color: #5915cf;
}

.app .app-sidebar .sidebar-menu li.active .menu-icon > i {
  color: #fff !important;
}

.app .app-sidebar .sidebar-menu li .menu-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
}

.app .app-sidebar .sidebar-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #525560;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
  position: relative;
  border: 1px solid transparent;
}

.app .app-sidebar .sidebar-menu li a:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(94, 10, 239, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(94, 10, 239, 0.25);
}

.app .app-sidebar .sidebar-menu li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  padding-top: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.app .app-sidebar .sidebar-menu li a span.badge {
	background: #5e0aef!important;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  	border-radius: 100%;
  	margin-left: 10px
}

.app .app-sidebar .sidebar-menu li a .menu-number {
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  background: #5915cf;
  border-radius: 50%;
  min-width: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 10px;
  color: #fff;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.app .app-sidebar .sidebar-menu li a:hover {
  background-color: rgba(94, 10, 239, 0.3);
  color: #fff;
}

.app .app-rightbar {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100vh;
  max-width: 440px;
  width: 100%;
  border-left: 1px solid #23252e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0a0a0a;
  z-index: 1001;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.app .app-rightbar .rm-title {
  font-weight: bold;
  font-size: 25px;
  line-height: 31px;
  color: #ffffff;
  margin: 0px;
}

.app .app-rightbar.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.app .app-rightbar .app-rightbar-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.app .app-rightbar .app-rb-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}

.app .app-rightbar .app-rb-body {
  padding: 10px 20px 30px 20px;
}

.card-body {
  padding: 30px;
}

.card {
  border: none;
  background: #1e2028;
  border-radius: 10px;
  border: 1px solid #2b2e38;
}

.card.card-border {
  padding: 1px;
  background: #2b2e38;
}

.card .cb-content {
  background: #23252e !important;
  border-radius: 10px;
}

.card.card-announce {
  background: #1e2028;
  padding: 1px;
  margin-bottom: 26px;
}

.card.card-announce .can-content {
  background: #1e2028;
  color: #fff;
  border-radius: 10px;
}

.card.card-announce .can-top {
  padding: 20px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card.card-announce .can-top .can-cat {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 18px;
  border-radius: 20px;
}

.card.card-announce .can-top .can-cat .icon {
  margin-right: 4px;
}

.card.card-announce .can-top .can-time .icon {
  margin-right: 4px;
}

.card.card-announce .can-head {
  padding: 4px 20px 30px 20px;
  margin-bottom: 30px;
  position: relative;
}

.card.card-announce .can-head::after {
  content: "";
  position: absolute;
  background: #fff;
  bottom: 0px;
  left: 20px;
  height: 7px;
  border-radius: 4px;
  width: calc(100% - 40px);
  max-width: 120px;
}

.card.card-announce .can-head .can-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 0px;
}

.card.card-announce .can-body {
  padding: 0px 20px 30px 20px;
}

.card.card-announce .can-body .can-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #797d8b;
}

.card.card-announce.can-ig .can-head::before, .card.card-announce.can-ig .can-head::after {
  background: #a12aff;
}

.card.card-announce.can-ig .can-top .can-cat {
  color: #a12aff;
  background: rgba(161, 42, 255, 0.15);
}

.card.card-announce.can-tw .can-head::before, .card.card-announce.can-tw .can-head::after {
  background: #2a99ff;
}

.card.card-announce.can-tw .can-top .can-cat {
  color: #2a99ff;
  background: rgba(42, 153, 255, 0.15);
}

.card.card-announce.can-yt .can-head::before, .card.card-announce.can-yt .can-head::after {
  background: #5915cf;
}

.card.card-announce.can-yt .can-top .can-cat {
  color: #5915cf;
  background: rgba(255, 52, 52, 0.15);
}

.card.card-announce.can-fb .can-head::before, .card.card-announce.can-fb .can-head::after {
  background: #3b5998;
}

.card.card-announce.can-fb .can-top .can-cat {
  color: #3b5998;
  background: rgba(59, 89, 152, 0.15);
}

.card.card-no-box {
  position: relative;
  margin: 0 0 30px 0;
}

.card.card-no-box.cnb-2 .cb-content::after {
  -webkit-filter: invert(46%) sepia(93%) saturate(4695%) hue-rotate(340deg) brightness(96%) contrast(122%);
          filter: invert(46%) sepia(93%) saturate(4695%) hue-rotate(340deg) brightness(96%) contrast(122%);
}

.card.card-no-box.cnb-2 .cnb-circle {
  color: #5915cf;
  border-color: #5915cf;
}

.card.card-no-box.cnb-3 .cb-content::after {
  -webkit-filter: invert(72%) sepia(98%) saturate(381%) hue-rotate(93deg) brightness(102%) contrast(89%);
          filter: invert(72%) sepia(98%) saturate(381%) hue-rotate(93deg) brightness(102%) contrast(89%);
}

.card.card-no-box.cnb-3 .cnb-circle {
  color: #28f1aa;
  border-color: #28f1aa;
}

.card.card-no-box.cnb-4 .cb-content::after {
  -webkit-filter: invert(31%) sepia(72%) saturate(6733%) hue-rotate(265deg) brightness(103%) contrast(106%);
          filter: invert(31%) sepia(72%) saturate(6733%) hue-rotate(265deg) brightness(103%) contrast(106%);
}

.card.card-no-box.cnb-4 .cnb-circle {
  color: #a12aff;
  border-color: #a12aff;
}

.card.card-no-box .cb-content {
  position: relative;
  overflow: hidden;
}

.card.card-no-box .cb-content::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-image: url(https://cdn.smmspot.net/sites/smmspot/assets/images/card-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  -webkit-filter: invert(31%) sepia(67%) saturate(4382%) hue-rotate(221deg) brightness(100%) contrast(101%);
          filter: invert(31%) sepia(67%) saturate(4382%) hue-rotate(221deg) brightness(100%) contrast(101%);
}

.card.card-no-box .cnb-content {
  padding: 30px 30px 80px 30px;
  position: relative;
  z-index: 5;
}

.card.card-no-box .cnb-circle {
  border-radius: 50%;
  border: 3px solid #2a62ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 72px;
  color: #2a62ff;
  font-size: 32.6276px;
  line-height: 33px;
  color: #2a62ff;
}

.card.card-no-box h2 {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  margin-bottom: 4px;
}

.card.card-no-box h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #ffffff;
  margin-bottom: 0px;
}

.card.card-updates {
  background: #1e2028;
  padding: 1px;
  margin-bottom: 26px;
}

.card.card-updates .can-content {
  background: #1e2028;
  color: #fff;
  border-radius: 10px;
}

.card.card-updates .can-top {
  padding: 20px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card.card-updates .can-top .can-cat {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 18px;
  border-radius: 20px;
}

.card.card-updates .can-top .can-cat .icon {
  margin-right: 4px;
}

.card.card-updates .can-top .can-time .icon {
  margin-right: 4px;
}

.card.card-updates .can-head {
  padding: 5px 20px 5px 20px;
  margin-bottom: 30px;
  position: relative;
}

.card.card-updates .can-head .can-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 0px;
}

.card.card-updates .can-body {
  padding: 0px 20px 30px 20px;
}

.card.card-updates .can-body .can-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #797d8b;
}

.card.card-updates.can-up .can-top .can-cat {
  color: #ff8400;
  background: rgba(255, 132, 0, 0.15);
}

.card.card-updates.can-down .can-top .can-cat {
  color: #02a662;
  background: rgba(2, 166, 98, 0.15);
}

.card.card-updates.can-del .can-top .can-cat {
  color: #5915cf;
  background: rgba(255, 52, 52, 0.15);
}

.card.card-updates.can-add .can-top .can-cat {
  color: #2a99ff;
  background: rgba(42, 153, 255, 0.15);
}

.card.card-updates.can-fb .can-top .can-cat {
  color: #3b5998;
  background: rgba(59, 89, 152, 0.15);
}

.fga {
  position: relative;
  clear: both;
}

.fla {
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 4px;
  padding-left: 3px;
}

.fg {
  position: relative;
  background: #23252e;
  border-radius: 7px;
  min-height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fg-icon {
  width: 44px;
  height: 44px;
  background: #5e0aef;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}

.fg-icon + .fg-control {
  padding-left: 66px;
}

.fg-control {
  background: #23252e;
  outline: none;
  border: none;
  line-height: 100% !important;
  padding: 23px 14px;
  width: 100%;
  color: #fff;
  height: auto;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-group .form-control {
	background: #23252e;
    outline: none;
    border: none;
    line-height: 100% !important;
    padding: 23px 14px;
    width: 100%;
    color: #fff;
    height: auto;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pagination {
  margin: 0;
  padding: 0;
  text-align: center
}

.pagination li {
  display: inline
}

.pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #fff;
  background: #5e0aef;
  margin-right: 5px;
}

.pagination li a {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s
    
}

.pagination li a.active {
  background-color: #5e0aef;
  color: #fff
}

.pagination li a:hover:not(.active) {
  background-color: #5915cf;
} 

.alert .close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;	
}

.fg-price {
  height: 44px;
  background: #2a62ff;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 31px;
  position: relative;
  margin: 10px;
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fg-info {
  margin-top: 6px;
  padding-left: 4px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}

.dp-service-text {
  background: #23252e !important;
  border-radius: 10px;
  border: 1px solid #2b2e38;
  padding: 20px;
}

.t-head {
  background: #5e0aef url(https://storage.perfectcdn.com/poefn1/jj03tqfdo22h14a0.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 14px;
  padding: 50px 40px;
  margin-bottom: 15px;
  position: relative;
}

.t-head.th-3 {
  padding: 15px;
}

.t-head .t-head-content {
  max-width: 300px;
}

.t-head h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 4px;
}

.t-head p {
  margin-bottom: 0;
  opacity: 0.7;
}

.t-head .t-icon {
  background: #242731;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  line-height: 60px;
}

.bs-toast {
  background: #5e0aef;
  color: #fff;
  padding: 13px 24px;
  border-radius: 6px;
  position: fixed;
  bottom: 30px;
  left: 40px;
  width: 100%;
  max-width: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  z-index: 3000;
}

.bs-toast .bs-toast-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bs-toast .toast-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 500;
}

.bs-toast .toast-times {
  cursor: pointer;
  border: none;
  outline: none;
  color: #fff;
  background: transparent;
}

.btn-sb-close {
  display: none;
}

.top-card.br {
  border-right: 1px solid #2b2e38;
}

.top-card .cnb-circle {
  background: #5e0aef;
  width: 65px;
  height: 65px;
  border-radius: 10px;
  font-size: 32px;
  text-align: center;
  line-height: 65px;
}

.top-card h2 {
  color: #525560;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.top-card h3 {
  font-weight: 600;
}

.t-notify {
  background: #5e0aef url(https://storage.perfectcdn.com/poefn1/jj03tqfdo22h14a0.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 14px;
  padding: 50px 40px;
  margin-bottom: 30px;
  position: relative;
}

.t-notify.th-3 {
  padding: 15px;
}

.t-notify .t-head-content {
  max-width: 300px;
}

.t-notify p {
  margin-bottom: 0;
}

.t-notify .t-icon {
  background: #242731;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}

.t-notify .btn {
  padding: 7px 35px;
  font-size: 14px;
  font-weight: 400;
}

.nav-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #2c3040;
}

.nav-custom .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nav-custom .nav-item .nav-link {
  background: transparent;
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 4px 22px 20px 22px;
  position: relative;
  width: 100%;
}

.nav-custom .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background: transparent;
  left: 0px;
}

.nav-custom .nav-item .nav-link.active::before {
  background: #5e0aef;
}

.faq-ss-tabs .home-ss-tab {
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
  background: #1e2028;
  border-radius: 10px;
  border: 1px solid #2b2e38;
  color: #fff;
  padding: 28px 20px 28px 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-bottom: 14px;
}

.faq-ss-tabs .home-ss-tab .fa-minus {
  display: none;
}

.faq-ss-tabs .home-ss-tab.active {
  background: #1e2028;
  color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head {
  color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head .right-p {
  color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .fa-minus {
  display: block;
}

.faq-ss-tabs .home-ss-tab.active .fa-plus {
  display: none;
}

.faq-ss-tabs .home-ss-tab .ss-tab-head {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
  color: #fff;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
}

.faq-ss-tabs .home-ss-tab .ss-tab-content {
  display: none;
  padding-top: 12px;
  color: #525560;
  font-size: 16px;
  line-height: 170%;
  padding-bottom: 8px;
}

.dropdown.s-filter .btn {
  padding: 20px 36px;
}

.dropdown.s-filter .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 350px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 0;
  max-height: 43.6vh;
  overflow-y: scroll;
  border: none !important;
}

.dropdown.s-filter .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}

.dropdown.s-filter .dropdown-menu > li > a:hover {
  color: #185bdc;
}

.table.table-service thead th {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 24px;
  border-bottom: 1px solid #1d2a48;
}

.table.table-service tr,
.table.table-service td {
  border: none;
  color: #fff;
}

.table.table-service .table-service-title {
  position: relative;
}

.table.table-service .table-s-item {
  background: #0f1728;
  border-radius: 15px;
  color: #fff;
}

.tservices-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -6px;
}

.tservices-row > * {
  padding: 0 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  text-align: center;
}

.tservices-row .tservice-id {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}

.tservices-row .tservice-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.tservice-head {
  padding: 14px 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2b2e38;
  font-weight: 600;
}

.service-title {
  background: #5e0aef;
  border-radius: 10px;
  padding: 16px 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 149.9%;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-item {
  padding: 13px 20px;
  background: #1e2028;
  border: 1px solid #2b2e38;
  border-radius: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
}

.service-id-box {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #5e0aef;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-content {
  background: #0a0a0a;
  color: #fff;
}

#servisDetay .modal-dialog .modal-content {
  background: #0a0a0a url(https://storage.perfectcdn.com/poefn1/k3pwun0h0y6a5dn3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 25px;
}

#servisDetay .modal-dialog .modal-header {
  border: none;
  padding: 0;
}

#servisDetay .modal-dialog .modal-body {
  padding-top: 35px;
}

#servisDetay .modal-dialog .modal-body .service-id-box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 35px;
  padding: 0 15px;
  border-radius: 8px;
  background: #5e0aef;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#servisDetay .modal-dialog .modal-body h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0;
}

#servisDetay .modal-dialog .modal-body p {
  color: #525560;
  font-size: 13px;
  padding: 0;
  max-height: 200px;
  overflow-x: scroll;
}

#servisDetay .modal-dialog .modal-body p.no-scroll { 
  overflow: hidden
}

.services-info {
    position: relative;
    border: 1px solid #2b2e38;
    border-radius: 15px;
    padding: 39px;
    margin: 0 15px;
    background: rgb(26 27 30 / 87%);
}

.si-overlay {
  background: url(https://storage.perfectcdn.com/poefn1/ec1c1te8xz47beun.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 125px;
  border-radius: 20px;
  margin-top: -100px;
}

.services-info h2 {
  font-size: 16px;
}

.services-info .si-item {
  text-align: center;
}

.services-info .si-item small,
.services-info .si-item p {
  color: #fff !important;
  font-weight: 400;
}

.services-info .si-circle {
  background: #5e0aef;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  text-align: center;
  line-height: 55px;
  font-size: 24px;
  margin-bottom: 5px;
}

.card-order {
  margin-bottom: 16px;
}

.card-order .card-body > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
}

.card-order .card-body > .row > * {
  padding: 0 15px;
}

.card-order .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-order .co-part .co-title {
  font-weight: bold;
  font-size: 23px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 0px;
}

.card-order .co-part .co-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #a3a6b5;
  margin-top: 10px;
  font-weight: 500;
}

.card-order .co-right {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-order .co-right > * {
  padding: 0 5px;
}

.card-order .co-right .btn {
  padding: 20px 25px;
}

.card-order .co-hidden {
  border-top: 1px solid #2b2e38;
  padding-top: 20px;
  margin-top: 20px;
  display: none;
}

.card-order .co-hidden .chid-item {
  background: #23252e;
  border-radius: 10px;
  border: 1px solid #2b2e38;
  padding: 15px;
  -webkit-transition: 300ms all;
  transition: 300ms all;
  cursor: pointer;
}

.card-order .co-hidden .coh-icon {
  height: 45px;
  width: 45px;
  border-radius: 6px;
  background: #2b2e39;
  font-size: 24px;
  margin-right: 10px;
}

.card-order .co-hidden .chid-item:hover {
  border-color: #5e0aef;
  -webkit-transition: 300ms all;
  transition: 300ms all;
}

.card-order .co-hidden .chid-item:hover .coh-icon {
  background: #5e0aef;
  -webkit-transition: 300ms all;
  transition: 300ms all;
}

.card-order .co-hidden .ahbtn {
  width: 74px;
  height: 74px;
}

.card-order .btn-close {
  color: #fff !important;
}

.card-order .modal-header {
  border: 1px solid #23252e;
}

.card-order .co-hidden .coh-details .coh-m-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 0;
}

.card-order .co-hidden .coh-details .coh-count {
  font-size: 15px;
}

.card-order .coh-icon {
  height: 64px;
  width: 64px;
  border-radius: 13px;
  background: #5e0aef;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-order .coh-title {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 0px;
}

.card-order .co-hidden .coh-m-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  color: #fff;
}

.card-order .co-hidden .coh-count {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #626d77;
}

.order-status {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 19px 7px;
  background: #0fba7d;
  border-radius: 9px;
  text-align: center;
  width: 140px;
  border: 1px solid #2effb4;
}

.order-status.os-cancel {
  color: #fff;
  background: #5e0aef;
  border: 1px solid #6d22f0;
}

.order-status.os-partial {
  background: #fe6a3b;
  border: 1px solid #ff916f;
}

.order-status.os-iprogress {
  background: #e83088;
  border: 1px solid #ff63ae;
}

.order-status.os-processing {
  background: #3b66fe;
  border-color: #6586fe;
}

.order-status.os-pending {
  background: #23252e;
  border: 1px solid #2b2e38;
}

.order-input {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2b2e38;
  border-radius: 12px;
  background: #23252e;
}

.order-input .btn {
  color: #747886;
  font-size: 17px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.order-input:focus-within {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.order-input .oi-control {
  text-decoration: none;
  padding: 10px 20px 10px 4px;
  outline: none;
  border: none;
  background: #23252e;
  color: #525560;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.order-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  list-style: none;
  overflow-y: auto;
}

.order-navs::-webkit-scrollbar {
  display: none;
}

.order-navs li {
  padding: 0 10px;
  margin: 10px 0;
  display: block;
}

.order-navs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
  background: #1e2028;
  border: 1px solid #292c36;
  border-radius: 10px;
  padding: 20px 15px;
  white-space: nowrap;
}

.order-navs li.active a {
  background: #5e0aef;
  border: 1px solid #6d22f0;
}

.order-navs li a i {
  color: #fff;
}

.order-navs li a .onav-text {
  padding-left: 18px;
  font-weight: 400;
  font-size: 14;
  line-height: 19px;
  color: #ffffff;
}

.order-navs li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.order-navs li a:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(94, 10, 239, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(94, 10, 239, 0.25);
}

a:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(94, 10, 239, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(94, 10, 239, 0.25);
}

.old-payments .op-status {
  border-color: #ff4040;
  background: #5e0aef;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7.54902px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 25px;
}

.old-payments .op-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.old-payments .op-date {
  font-weight: normal;
  font-size: 12px;
  line-height: 23px;
  color: #ffffff;
  margin-top: 10px;
}

.old-payments .op-id {
  border-color: #ff4040;
  background: #5e0aef;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  min-width: 75px;
  text-align: center;
}

.hp-bbox {
  background: #1e2028;
  border-radius: 10px;
  background-image: url(https://storage.perfectcdn.com/5wl5ze/yw4m4gt0gf4c6zqe.png);
  background-position: center;
  background-size: cover;
  position: relative;
  border: 1px solid #2b2e38;
}

.hp-bbox .hpbb-body {
  padding: 50px 0px 50px 74px;
  position: relative;
  z-index: 4;
}

.hp-bbox .hp-title {
  font-weight: 600;
  font-size: 37px;
  line-height: 135%;
  color: #ffffff;
}

.hp-bbox .hpbb-text {
  font-size: 16px;
  line-height: 156%;
  color: #525560;
}

.afip-box {
  background: transparent;
  border-radius: 16px;
  min-height: 86px;
  padding: 11px 14px 11px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  border: 1px solid #2b2e38;
  overflow: hidden;
}

.afip-box .afip-left {
  padding: 0 14px;
}

.afip-box .afip-title {
  font-weight: 600;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #4e515c;
  margin-bottom: 10px;
}

.afip-box .afip-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.afip-box .afip-btn {
  padding: 19.5px 20px;
  font-size: 24px;
  background: #5e0aef;
}

.card-afip-body {
  padding: 20px;
}

.card-afip-body + .card-afip-body {
  border-top: 1px solid #2b2e38;
}

.card.afip-card {
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  background: transparent !important;
}

.card.afip-card::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
  background: #5e0aef;
  z-index: 5;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.card.afip-card:hover::before {
  height: 100%;
}

.card.afip-card .card-body {
  position: relative;
  z-index: 20;
  padding: 30px 15px;
}

.card.afip-card .card-body .c-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  margin-bottom: 8px;
}

.card.afip-card .card-body .c-num {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
}

.afip-username-t {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #525560;
  margin-bottom: 7px;
}

.afip-username {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  color: #ffffff;
}

.afip-username i {
  font-size: 25px;
  line-height: 25px;
  color: #5e0aef;
}

pre.code {
  color: #fff !important;
  background: rgba(165 165 165 / 15%) !important;
  border-radius: 5px;
  padding: 10px;
}

.api .table {
  color: #fff;
  border-color: #2b2e38;
}

.nav-custom-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-custom-4 .nav-item {
  margin: 7px 0;
  display: block;
}

.nav-custom-4 .nav-item .nav-link {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 25px 24px;
  letter-spacing: 0.02em;
  color: #ffffff;
  display: block;
  width: 100%;
  background: #23252e;
  border-radius: 8px;
  border: 1px solid #2b2e38;
}

.nav-custom-4 .nav-item .nav-link.active {
  color: #fff !important;
  background: #5e0aef !important;
  border-color: #5915cf;
}

.nav-custom-4 .nav-item .nav-link i {
  margin-right: 8px;
}

.usp-top {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #2b2e38;
}

.acc-panel .top-card h3 {
  font-size: 20px;
}

.acc-panel .top-card .cnb-circle {
  background: #5e0aef;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
}

.acc-panel .top-card .fa-badge-check {
  color: #5e0aef;
}

.old-tickets .card {
  background: #23252e;
}

.old-tickets .op-status {
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7.54902px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 20px;
}

.old-tickets .op-closed {
  border-color: #ff4040;
  background: #5e0aef;
}

.old-tickets .op-answered {
  background: #0fba7d;
  border: 1px solid #2effb4;
}

.old-tickets .op-waiting {
  background: #fe6a3b;
  border: 1px solid #ff916f;
}

.old-tickets .op-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.old-tickets .op-date {
  font-weight: normal;
  font-size: 12px;
  line-height: 23px;
  color: #ffffff;
  margin-top: 10px;
}

.old-tickets .op-id {
  border-color: #ff4040;
  background: #5e0aef;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  min-width: 75px;
  text-align: center;
}

.old-tickets .op-id.answered {
  border-color: #2effb4;
  background: #0fba7d;
}

.old-tickets .op-id.pending {
  border-color: #ff916f;
  background: #fe6a3b;
}

.pay-methods-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.pay-methods-nav .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 10px;
}

.pay-methods-nav .nav-item .cc-input {
  display: none;
}

.pay-methods-nav .nav-item .cc-input:checked ~ .nav-link {
  background: #5e0aef;
  border-radius: 5px;
}

.pay-methods-nav .nav-item .nav-link {
  background: #23252e;
  border-radius: 5px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pay-methods-nav .nav-item .nav-link .onav-text {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

.support-chat {
  position: relative;
  display: block;
  height: 100%;
}

.support-chat .schat-left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 500px;
  height: 100%;
  padding: 0 15px;
  border-right: 1px solid #2b2e38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 40;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.support-chat .schat-left-header {
  background: #5e0aef url(https://storage.perfectcdn.com/poefn1/97kpiqxlf37rngs9.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 14px 20px 44px;
  margin: 15px 8px 15px 0;
  border-radius: 10px;
}

.support-chat .schat-left-header p {
  opacity: 0.7;
}

.support-chat .schat-left-header .schlh-title {
  font-weight: bold;
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 0px;
}

.support-chat .search-box .sb-input::-webkit-input-placeholder, .support-chat .search-box .sb-input:-ms-input-placeholder, .support-chat .search-box .sb-input::-ms-input-placeholder, .support-chat .search-box .sb-input::-webkit-input-placeholder {
  color: #626d77;
}

.support-chat .search-box .sb-input::-webkit-input-placeholder, .support-chat .search-box .sb-input:-ms-input-placeholder, .support-chat .search-box .sb-input::-ms-input-placeholder, .support-chat .search-box .sb-input::placeholder {
  color: #626d77;
}

.support-chat .schat-left-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}

.support-chat .old-tickets {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: inherit;
  max-height: inherit;
}

.support-chat .old-tickets .old-ticket {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
}

.support-chat .schat-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 500px;
  height: 100%;
}

.support-chat .schat-body .schat-body-header {
  padding: 20px 30px 20px 30px;
  margin: 25px;
  background: #23252e;
  border-radius: 10px;
  border: 1px solid #2b2e38;
}

.support-chat .schat-body .schat-input {
  padding: 10px 20px 20px 20px;
}

.support-chat .schat-title {
  font-weight: bold;
  font-size: 25px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 0px;
}

.support-chat .schat-chat-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
  min-height: 500px;
}

.support-chat .schat-body-content {
  padding: 30px 20px;
}

.support-chat .schat-msg-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #23252e;
  border-radius: 10px;
  height: 74px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.support-chat .schat-msg-input input {
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 30px;
  color: #fff;
}

.support-chat .schat-msg-input .send-btn {
  height: 54px;
  padding: 0 30px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #5e0aef;
  outline: none;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.ticket-message-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ticket-message-block.ticket-message-left + .ticket-message-left {
  margin-top: -50px;
}

.ticket-message-block.ticket-message-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ticket-message-block.ticket-message-right + .ticket-message-right {
  margin-top: -50px;
}

.ticket-message-block.ticket-message-right .ticket-msg-container {
  text-align: right;
}

.ticket-message-block.ticket-message-right .ticket-msg-container .ticket-msg {
  background: #5e0aef;
  border-radius: 30px 30px 0 30px;
}

.ticket-message-block .ticket-msg-container {
  width: 100%;
  max-width: 400px;
}

.ticket-message-block .ticket-msg-container .ticket-msg {
  background: #242731;
  border-radius: 30px 30px 30px 0;
  padding: 14px 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
}

.ticket-message-block .ticket-msg-container .date-time {
  font-size: 12px;
  line-height: 13px;
  color: #747886;
  margin-bottom: 30px;
  padding: 0 10px;
  display: block;
}

.app-navbar {
  display: none;
  height: 70px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #1e2028;
  position: fixed;
  z-index: 1000;
  padding: 0 15px;
}

.app-navbar > .row {
  height: 70px;
}

.app-navbar .navbar-mid-icon {
  margin-top: -40px;
  width: 85px;
}

.app-navbar a.active .navbar-icon {
  -webkit-filter: inherit;
          filter: inherit;
}

.app-navbar .navbar-icon {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 767.98px) {
  .faq-ss-tabs .home-ss-tab .ss-tab-head {
    font-size: 15px;
    font-weight: 400;
  }
  .faq-ss-tabs .home-ss-tab .ss-tab-content {
    font-size: 13px;
  }
  .old-payments .op-status {
    text-align: center;
    margin-top: 10px;
  }
  .old-payments .op-title {
    font-size: 15px;
  }
  .hp-bbox .hpbb-body {
    padding: 25px;
  }
  .hp-bbox .hp-title {
    font-size: 24px;
  }
  .hp-bbox .hpbb-text {
    font-size: 14px;
  }
  .card.afip-card .card-body .c-num {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .t-head .t-icon {
    display: none;
  }
  .t-head .d-flex {
    display: block !important;
    text-align: center;
  }
  .card-order .co-hidden .chid-item {
    padding: 0px;
    border: none;
    background: transparent;
  }
  .card-order .coh-icon {
    padding: 0px;
    background: transparent;
    width: auto;
    width: 100%;
    display: block;
    margin-bottom: 4px;
    height: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
  }
  .nav-custom {
    border-bottom: none;
  }
  .nav-custom .nav-item .nav-link {
    background: #1e2028 !important;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 22px 14px 22px;
    border-radius: 5px;
    margin: 4px 4px;
  }
  .nav-custom .nav-item .nav-link::before {
    display: none;
  }
  .nav-custom .nav-item .nav-link.active {
    background: #5e0aef !important;
  }
  .ahbtn {
    width: 48px;
    height: 48px;
  }
  .card-body {
    padding: 30px 20px;
  }
  .d-head .col-md-auto {
    margin-bottom: 24px;
  }
  .app .app-sidebar {
    top: 0px !important;
  }
  .app .app-main {
    padding-top: 80px;
  }
  .app .app-header {
    margin: 0px;
    height: 80px;
    padding: 0 20px;
  }
  .app .app-header div > .row {
    min-height: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .app .app-header .ahbtn:after {
    display: none;
  }
  .serv-navs .serv-nav .serv-link {
    padding: 0px;
    padding-left: 4px;
  }
  .serv-navs .serv-nav .serv-link .serv-icon {
    background: transparent;
    width: 20px;
  }
  .serv-navs .serv-nav .serv-link .serv-text {
    padding: 4px 13px 4px 5px;
    font-size: 14px;
  }
  .smmspot-bbox {
    background-image: none !important;
  }
  .smmspot-bbox .hpbb-body {
    padding: 40px 26px;
  }
  header#smmspot-na-header {
    padding: 0;
  }
  .smmspot-head {
    padding-top: 125px;
  }
  footer.smmspot-na-footer .smmspot-fbot .smmspot-fb-title h3 {
    font-size: 18px;
  }
}

.t-service-m-title {
  display: none;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .old-tickets .op-status {
    margin-top: 10px;
  }
  .login-box .login-left {
    display: none;
  }
  .login-box .login-form {
    padding: 0 15px;
  }
  .login-box .login-logo img {
    height: 35px;
  }
  .login-box .login-logo span {
    font-size: 18px;
  }
  .col-menu-btn {
    display: block;
  }
  .col-menu {
    display: none;
    position: fixed;
    right: 10px;
    top: 100px;
    background: #2b2e38;
    left: 10px;
    border-radius: 15px;
  }
  .col-menu-btn {
    display: block;
  }
  .smmspot-boxes {
    padding: 50px 0 0 0;
  }
  .smmspot-hp-title {
    font-size: 24px;
  }
  .smmspot-hp-title.mb-5 {
    margin-bottom: 1.5rem !important;
  }
  header#smmspot-na-header .header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 15px 0;
  }
  header#smmspot-na-header .header-menu li {
    padding: 20px 30px;
  }
  header#smmspot-na-header .header-menu li.active::after {
    display: none;
  }
  .smmspot-section {
    padding: 35px 0;
  }
  .btn.pl-0 {
    padding-left: 50px !important;
  }
  .smmspot-head .smmspot-btns {
    width: auto;
    text-align: center;
    padding: 5px !important;
  }
  .smmspot-head .smmspot-btns .d-flex {
    display: block !important;
  }
  .smmspot-head .smmspot-btns .ps-5 {
    padding-left: 10px !important;
  }
  .smmspot-head .smmspot-btns h3 {
    padding-left: 0;
    padding-top: 15px;
  }
  .smmspot-head .smmspot-content .smmspot-big {
    text-align: center;
  }
  .smmspot-head .smmspot-big h1 {
    font-size: 32px;
  }
  .smmspot-head .smmspot-big .smmspot-big-sp::after {
    bottom: -17px;
  }
  .smmspot-head .smmspot-content {
    padding: 0;
  }
  .smmspot-head .smmspot-small {
    text-align: center;
  }
  .smmspot-head .smmspot-small.mt-5 {
    margin-top: 15px !important;
  }
  .sidebar-sm-logo {
    display: block;
  }
  .app .app-sidebar {
    width: 280px;
    top: 0px;
    -webkit-transform: translateX(-290px);
            transform: translateX(-290px);
  }
  .app .app-sidebar.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .app .app-sidebar.active .sidebar-menu li a span {
    display: block;
  }
  .app .app-sidebar .sidebar-body {
    padding: 30px 24px;
  }
  .app .app-sidebar .sidebar-header {
    padding: 30px 20px 0px 20px;
    display: none;
  }
  .app .app-sidebar .sidebar-menu li {
    position: relative;
  }
  .app .app-sidebar .sidebar-menu li a {
    padding: 13px 13px;
  }
  .app .app-sidebar .sidebar-menu li a span {
    display: none;
    height: 22px;
    width: 0px;
    word-wrap: initial;
    overflow-x: hidden;
  }
  .app .app-main {
    padding-left: 0px;
  }
  .app .app-main .container-fluid {
    padding: 0 25px;
  }
  .app .app-header {
    left: 0px;
  }
  .app .app-header .row {
    margin: 0 -5px;
  }
  .app .app-header .row > * {
    padding: 0 5px;
  }
  .tservice-head {
    display: none;
  }
  .t-service-m-title {
    display: block;
  }
  .tservices-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tservices-row > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 10px 0;
  }
  .tservices-row .tservice-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
  .tservices-row .tservice-fav,
  .tservices-row .tservice-des {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .tservices-row .tservice-fav {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .tservices-row .tservice-id {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
  }
  .alert.alert-notify {
    display: none;
  }
  #servisDetay .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .app-navbar {
    display: block;
  }
  .register-left {
  	display: none
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .app-main .container-fluid {
    padding: 0 30px !important;
  }
  .services-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
  .services-all .service-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
            flex: 0 0 calc(100% - 20px);
    margin: 10px 10px;
  }
  .services-all .service-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 10px 10px;
  }
}

@media (max-width: 991.98px) {
  .t-head .t-icon,
  .tservice-head {
    display: none;
  }
  .t-service-m-title {
    display: block;
  }
  .tservices-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tservices-row > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 10px 0;
  }
  .tservices-row .tservice-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
  .tservices-row .tservice-fav,
  .tservices-row .tservice-des {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin: auto;
  }
  .tservices-row .tservice-fav {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .tservices-row .tservice-id {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
  }
  .tservices-row .service-id-box {
    margin: auto;
  }
  .support-chat .schat-left {
    width: 100%;
    max-width: 400px;
    background: #0f1728;
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
  .support-chat .schat-body {
    padding-left: 0px;
  }
  .support-chat .schat-body-content {
    padding: 30px 0;
  }
  .support-chat .schat-chat-body {
    min-height: auto;
  }
  .support-chat .schat-body .schat-input {
    padding: 0;
  }
  .support-chat .schat-msg-input .send-btn {
    padding: 0 15px;
  }
  .support-chat .schat-msg-input .send-btn span {
    display: none;
  }
  .support-chat .schat-body .schat-body-header {
    padding: 0;
    margin: 0;
  }
  .support-chat .schat-title {
    font-size: 18px;
  }
}

@media (max-width: 1199.98px) {
  .top-card {
    margin: 8px 0;
  }
  .card-order .co-hidden .ahbtn {
    display: block;
    width: 100%;
    height: 50px;
  }
  .card-order .co-hidden .ahbtn span {
    font-size: 16px;
    font-weight: 500;
  }
  .page-title-content {
    display: block !important;
  }
  .hpbb-right,
  #ptcReal {
    display: none;
  }
  .btn-sb-close {
    display: block !important;
  }
  .app .app-header .ahbtn.bs-1 {
    display: block;
  }
  .top-card.br {
    border: none;
  }
}

@media (max-width: 1399.98px) {
  .app .app-sidebar.active .btn-sb-close {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .sidebar-sm-logo {
    display: block;
  }
  .app .app-sidebar {
    width: 100px;
    top: 0px;
  }
  .app .app-sidebar.active {
    width: 280px;
  }
  .app .app-sidebar.active .sidebar-menu li a span,
  .app .app-sidebar.active .sidebar-balance {
    display: block;
  }
  .app .app-sidebar .sidebar-balance {
    display: none;
  }
  .app .app-sidebar .sidebar-body {
    padding: 30px 19px;
  }
  .app .app-sidebar .sidebar-header {
    padding: 30px 20px 0px 20px;
    display: none;
  }
  .app .app-sidebar .sidebar-menu li {
    position: relative;
  }
  .app .app-sidebar .sidebar-menu li a {
    padding: 13px 13px;
  }
  .app .app-sidebar .sidebar-menu li a .menu-number {
    position: absolute;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px !important;
    width: 14px;
    height: 14px;
    line-height: 12px;
  }
  .app .app-sidebar .sidebar-menu li a span {
    display: none;
    height: 22px;
    width: 0px;
    word-wrap: initial;
    overflow-x: hidden;
  }
  .app .app-main {
    padding-left: 100px;
  }
  .app .app-header {
    left: 100px;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .app .app-sidebar {
    width: 280px;
  }
  .app .app-sidebar .sidebar-body {
    padding: 30px 24px;
  }
  .app .app-main {
    padding-left: 280px;
  }
  .app .app-header {
    left: 280px;
  }
}

@media (max-width: 1599.98px) {
  .app .app-rightbar {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    max-width: 400px;
    width: 100%;
  }
  .app .app-rightbar.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .app .app-main {
    padding-right: 0px;
  }
  .app .app-header {
    display: block;
  }
  .app .app-rh-content {
    display: none;
  }
  .app .open-rm-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .app .open-rm-btn.btn-nsm {
    display: block;
  }
}

::-webkit-scrollbar {
  width: 8px;
  position: fixed;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: invert(1);
          backdrop-filter: invert(1);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #000;
}

/* Handle on hover */
@-webkit-keyframes floating {
  0% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes floating {
  0% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.floating {
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  margin-top: 5px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.register-page {
  min-height: 100vh;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}

.register-box {
  background: #1c2029;
}

.register-left {
  background-image: url(https://storage.perfectcdn.com/poefn1/9nrw8rbtqhrjr91f.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.register-left > .p-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.register-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.register-form .hl-input {
  margin-bottom: 14px;
}

.register-links {
  padding: 0px;
  margin-left: -7px;
  margin-right: -7px;
  list-style: none;
}

.register-links li {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

.register-links li a {
  color: #fff;
  opacity: .7;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 7px;
  font-weight: 600;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.register-lb .register-lb-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.register-lb .register-lb-text {
  margin-top: 18px;
  line-height: 24px;
  font-size: 14px;
  color: #FFFFFF;
}

.register-nav {
  border: none;
  background: transparent;
  color: #fff;
}

.register-slider-bot {
  position: relative;
  height: 3px;
  width: 100%;
  background: #74757F;
  margin-top: 50px;
}

.register-slider-bot:before {
  content: '';
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 3px;
  background: #fff;
}

.blog-txt {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.smmspot-sb-container {
  position: relative;
  width: 100%;
  font-size: 16px;
}

.smmspot-sb-container .test {
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.smmspot-sb-container.active .smmspot-sb-dropdown {
  display: block;
}

.smmspot-sb-btn {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
  font-size: 14px;
  cursor: pointer;
}

.smmspot-sb-btn::after {
  content: '▼';
  position: absolute;
  right: 10px;
  top: 0px;
  height: 100%;
  width: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #aaa;
}

.rtl-enable .smmspot-sb-btn::after {
	left: 10px;
  	right: auto
}

.smmspot-sb-btn span {
  white-space: nowrap;
  overflow: hidden;
}

.smmspot-sb-dropdown {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  position: absolute;
  top: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
  display: none;
}

.smmspot-sb-dd-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  max-height: 500px;
}

.smmspot-sb-dd-search-c {
  padding: 14px;
}

.smmspot-sb-dd-search {
  border-radius: 4px;
  background-color: #eeeeee;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 32px;
  padding: 0 10px;
}

.smmspot-sb-dd-search input {
  border: none;
  outline: none;
  background-color: transparent;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

.smmspot-sb-dd-search .smmspot-sb-dd-search-clear {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
  border: none;
}

.smmspot-sb-dd-content {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  overflow-y: auto;
  padding-bottom: 8px;
}

.smmspot-sb-dd-item {
  padding: 12px 16px;
  -webkit-transition: .14s ease;
  transition: .14s ease;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  border: none;
  background: transparent;
  color: #fff;
}

.smmspot-sb-dd-item.disabled {
  opacity: .4;
  cursor: default;
}

.smmspot-sb-dd-item.selected {
  background: #0077ff;
  color: #fff;
}

.smmspot-sb-dd-item.selected:hover {
  background: #0b79f7;
}

.smmspot-sb-dd-item:hover {
  background-color: #eee;
}

.smmspot-sb-dd-item + .smmspot-sb-dd-item {
  border-top: 1px solid #eee;
}

.smmspot-sb-mobilebg {
  position: fixed;
  display: fixed;
  z-index: 1030;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  -webkit-transition: .14s ease;
  transition: .14s ease;
}

.smmspot-sb-mobiledrag {
  padding: 16px 10px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.smmspot-sb-mobiledrag.active::before {
  background: #666;
}

.smmspot-sb-mobiledrag::before {
  content: '';
  position: relative;
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background: #ddd;
}

@media (max-width: 767.99px) {
  body.sspSbOpen {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
  }
  .smmspot-sb-container.active .smmspot-sb-dropdown {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .smmspot-sb-container.active .smmspot-sb-mobilebg {
    display: block;
  }
  .smmspot-sb-container .smmspot-sb-mobiledrag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .smmspot-sb-container .smmspot-sb-dropdown {
    display: block;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    position: fixed;
    z-index: 1032;
    bottom: 0px;
    left: 0px;
    top: inherit !important;
    max-height: strech;
    min-height: 200px;
    height: inherit;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .smmspot-sb-container .smmspot-sb-dropdown .smmspot-sb-dd-body {
    max-height: inherit;
  }
  .smmspot-sb-container .smmspot-sb-dropdown .smmspot-sb-dd-search-c {
    padding-top: 0px !important;
  }
}

.smmspot-sb-container .fg-control {
    background: #23252e;
    border: none;
    color: #fff;
}

.smmspot-sb-container .smmspot-sb-dropdown {
  top: 60px;
  background: #23252e;
  border-color: #0a0a0a;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.5);
}

.smmspot-sb-container .smmspot-sb-dd-item {
  color: #9fa6bc;
}

.smmspot-sb-container .smmspot-sb-dd-item.selected {
  background-color: #5e0aef;
  color: #fff;
}

.smmspot-sb-container .smmspot-sb-dd-item.selected:hover {
  background-color: #5e0aef;
}

.smmspot-sb-container .smmspot-sb-dd-item:hover, .smmspot-sb-container .smmspot-sb-dd-item:focus {
  background: #5e0aef;
  outline: none;
}

.smmspot-sb-container .smmspot-sb-dd-item + .smmspot-sb-dd-item {
  border-top-color: #141414;
}

.smmspot-sb-container .smmspot-sb-dd-search {
  background: #0a0a0a;
}

.smmspot-sb-container .smmspot-sb-dd-search input {
  color: #fff;
}

.smmspot-sb-container .smmspot-sb-dd-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.smmspot-sb-container .smmspot-sb-dd-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.smmspot-sb-container .smmspot-sb-dd-search input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.smmspot-sb-container .smmspot-sb-dd-search input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.help-block.min-max {
	border: 1px solid #adadad;
    color: #adadad;
    border-radius: 5px;
    padding: 5px;
}

.reg-btn .signin, .reg-btn .signup2 {
	display: none
}

@media (max-width: 767.99px) {
  .reg-btn .signin, .reg-btn .signup2 {
      display: block
  }
  .reg-btn .signup, .signin2, .noani {
      display: none
  }  
}




.userCard .ud-row {
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	width: calc(100% + 1.5rem);
}

.ud-card {
	padding: 25px 40px 25px 40px
}

.ud-card h5 {
	position: relative;
	width: max-content
}

.ud-card h5 img {
	position: absolute;
	top: 2px;
	right: -23px;
	width: 20px
}

.userCard .userDetails {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 30px
}

.userCard .userDetails .ud-icon {
	position: relative;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	font-size: 1.25rem;
	line-height: 1;
	overflow: hidden;
	user-select: none;
	border-radius: 8px;
	color: var(--color-6);
	background-color: var(--color-8);
	margin-right: 1rem;
}

.userCard .userDetails .ud-text {
	display: flex;
	flex-direction: column;
}

.userCard .userDetails .ud-text h6 {
	line-height: 1.6;
	letter-spacing: 0.15px;
	color: var(--color-5);
	font-weight: 600;
	margin-bottom: 0
}

.userCard .userDetails .ud-text span {
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.25;
	letter-spacing: 0.4px;
	color: var(--color-3);
}

.userCard .ud-img {
	right: -50px;
	bottom: 0px;
	width: 275px;
	position: absolute;
}

.userCard .ud-img-3 {
	right: 10px;
	bottom: 0px;
	width: 125px;
	position: absolute;
}

.rankCard {
	position: relative
}

.rankCard .rc-img {
	right: 10px;
	top: 0px;
	width: 60px;
	position: absolute;
}

.rankCard .rc-img-2 {
	right: 5px;
	bottom: -10px;
	width: 80px;
	position: absolute;
}

.rankCard .rc-card {
	min-width: 550px;
	padding: 15px 40px 15px 40px
}

.rankCard .progress {
	background-color: var(--color-8);
	border-radius: 10px;
	height: 1.2rem;
	width: 80%;
	position: relative
}

.rankCard .progress-bar {
	background-color: var(--color-6);
}

.rankCard .rc-card #placePercent {
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 9px;
	left: 15px
}

.quad {
  background: #5e0aef;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 19px;
  text-align: center;
  line-height: 40px;
}


  /*================================================
  Main Banner CSS
  =================================================*/

  .item-bg1 {    
  /*  background: linear-gradient(140deg, #190030 50%, #6300f8);     */
    background-repeat: no-repeat;
    background-size: 150% 100%;
    background-position: bottom center;
     background-repeat: no-repeat;
  }
  .main-banner.item-bg1::after {
    content: "";
    display: block;
    width: 100%;
  	height: 290px;
    position: absolute;
    /* background-image: url(https://storage.perfectcdn.com/b86fc6/y5td7ldealih2jta.png); */
    background-color:     linear-gradient(140deg, #1a002e 50%, #01bfbc);
    ;
    background-size: 150% 100%;
    background-repeat: no-repeat;
    bottom: -1px;
    background-position: bottom center;
  }
    
  .main-banner {
    position: relative;
    z-index: 1;
    /* height: 100vh; */
    height: 1000px;
    background-position: center;
    background-size: 120% 100%;
    background-repeat: no-repeat;
    
    overflow: hidden;
    
    background-color: #f2e1ff;
  }

  /* .main-banner-content span {
    color: #ffffff;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
  } */

  .main-banner-content h1 {
    font-size: 50px;
    font-weight: 700;
    margin: -10px 0 17px;
    color: #ffffff;
    text-align: center;
  }

  .main-banner-content h1 #typewriter {
      display: block;
      height: 84px;
  }



  .smallAnimBox {
      position: absolute;
      display: flex;
      width: 50px;
      height: 50px;
      top: 130px;
      left: 220px;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
  }
  .smallAnimBox .animated {
      position: relative;
      width: 50%;
      display: block;
      text-align: center;
      animation: scaleMinMax 2s ease-in-out infinite;
  }
  .smallAnimBox.one .animated, 
  .smallAnimBox.two .animated, 
  .smallAnimBox.eight .animated, 
  .smallAnimBox.ten .animated {
      width: auto;
      animation-duration: 3s;
  }
  .smallAnimBox.two {
    top: auto;
    left: 0;
    bottom: 290px;
  }
  .smallAnimBox.three {
    top: 0;
    right: 0;
    left: auto;
  }
  .smallAnimBox.four {
    top: auto;
    bottom: 160px;
    left: auto;
    right: 130px;
  }
  .smallAnimBox.five {
    top: 300px;
    left: 30px;
  }
  .smallAnimBox.six {
      top: 50px;
      left: 400px;
  }
  .smallAnimBox.seven {
      top: auto;
      bottom: 320px;
      left: 50%;
  }
  .smallAnimBox.eight {
      top: 260px;
      left: auto;
      right: 170px;
  }
  .smallAnimBox.nine {
      top: auto;
      bottom: 480px;
      left: auto;
      right: 40px;
  }
  .smallAnimBox.ten {
      top: 420px;
      left: 60%;
  }
  .icon-32, 
  .icon-33, 
  .icon-34, 
  .icon-35, 
  .icon-36, 
  .icon-37, 
  .icon-38, 
  .icon-39 {
    color: #fff;
    opacity: 0.4;
    font-size: 12px;
  }
  .icon-33 {  
    animation-delay: 0.15s !important;
  }
  .icon-34 {
    animation-delay: 0.3s !important;
  }
  .icon-35 {
    animation-delay: 0.45s !important;  
  }


  @keyframes scaleMinMax {
    0%,
      100% {
      transform:scale(0)
      }
      50% {
      transform:scale(1)
      }
  }

  @keyframes particleAnimation
  {
      from {
          top: -100px;
      }
      to {
          top: calc( 100% + 100px );
      }
  }
  div.starContainer {
      transform: rotate(30deg);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      /* display: none; */
  }
  .stars{
      position:fixed;
      left:50px;
      top:0;
      width:2px;
      height:2px;
      background-color:white;
      position:fixed;
      animation-name:particleAnimation;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
  }
  .stars::before{
      position:absolute;
      display:block;
      content:"";
      width:2px;
      right:1px;
      bottom: 0;
      height:100px;
      background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(255,255,255,0.4) 100%); 
  }
  .star-1{
      animation-duration:10s;
  }
  .star-2{
      animation-duration:5s;
      left:60%;
  }
  .star-3{
      animation-duration:20s;
      left:90%;
  }
  .star-4{
      animation-duration:15s;
      left:75%;
  }
  .star-5{
      animation-duration:8s;
      left:45%;
  }
  .star-6{
      animation-duration:13s;
      left:32%;
  }
  .star-7{
      animation-duration:18s;
      left:10%;
  }

   
    /* bubbles css */
  .bubbles_wrap {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:9999;
    overflow:hidden;
    pointer-events:none
  }
  .x1 {
    -webkit-animation:animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation:animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left:6%;
    top:45%;
    background:#ffb739
  }
  .x2 {
    -webkit-animation:animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
    animation:animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
    left:5%;
    top:80%;
    background:#fc4fdd
  }
  .x3 {
    -webkit-animation:animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation:animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left:10%;
    top:40%;
    background:#5ed5cb
  }
  .x4 {
    -webkit-animation:animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
    animation:animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
    left:20%;
    top:0;
    background:#3de4a3
  }
  .x5 {
    -webkit-animation:animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
    animation:animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
    left:30%;
    top:50%;
    background:#fc4fb1
  }
  .x6 {
    -webkit-animation:animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation:animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left:50%;
    top:0;
    background:#2c4aff
  }
  .x7 {
    -webkit-animation:animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation:animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left:65%;
    top:70%;
    background:#ffb739
  }
  .x8 {
    -webkit-animation:animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
    animation:animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
    left:80%;
    top:10%;
    background:#8f3de4
  }
  .x9 {
    -webkit-animation:animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
    animation:animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
    left:90%;
    top:50%;
    background:#fff339
  }
  .x10 {
    -webkit-animation:animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation:animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left:80%;
    top:80%;
    background:#fc4f4f
  }
  .bubble {
    border-radius:50%;
    box-shadow:none;
    height:5px;
    position:absolute;
    width:5px
  }
  /* bubbles css */
  
    /* Why us */
  .choose-area {
    padding: 100px 0 40px;
    position: relative;
  }
  .section-title-area {
    margin-bottom: 0px;
  }
  .section-title-area .section-title {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    text-transform: capitalize;
    color: #a10070;
  }
  .section-title-area .section-text {
    margin: 25PX 0 0 0;
    font-size: 16px;
    line-height: 25px;
    color: #767676;
    max-width: 100%;
  }

  .choose-area.sectio-bg {
    background: #fafafa;
  }
  .choose-area .choose-left {
    position: relative;
  }
  .choose-area .choose-left .choose-img {
    position: relative;
    z-index: 1;
  }
  .choose-area .choose-left .choose-img:after,
  .spilited-area-two .img-col::after {
    position: absolute;
    content: "";
    background: url(https://res.cloudinary.com/dyrtkrxka/image/upload/v1607384449/SMMtoppanel/circleshape3.png) no-repeat center/cover;
    width: 550px;
    height: 550px;
    left: -100px;
    bottom: 0;
    z-index: -1;
  }
  .choose-area .chose-list {
    position: absolute;
    left: 70%;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
  }
  .choose-area .chose-list .single-chose {
      width: 165px;
      /* padding: 10px; */
      padding: 2px;
      background: #ffffff;
      text-align: center;
      margin-bottom: 50px;
      border-radius: 0 30px 0 30px;
      box-shadow: 7px 7px 10px 0 #0003;
      /* border: 2px solid #5402bc; */
      position: relative;
      overflow: hidden;
      z-index: 1;
      background: -webkit-linear-gradient(135deg, #5402bb 0%,#830a9b 48%,#5d0688 100%);
      background: linear-gradient(135deg, #5402bb 0%,#830a9b 48%,#5d0688 100%);
    height: 90px;  
  }
  .choose-area .chose-list .single-chose:nth-child(2) {
    margin-left: 30px;
    border-color: #fa673c;
  }
  .choose-area .chose-list .single-chose:nth-child(3) {
    margin-left: 60px;
  }
  .choose-area .chose-list .single-chose:last-child {
    margin-bottom: 0;
    margin-left: 90px;
    border-color: #fa673c;
  }
  .choose-area .chose-list .single-chose .chose-top {
      margin-top: 8px;
  }
  .choose-area .chose-list .single-chose .chose-top, 
  .choose-area .chose-list .single-chose .chose-text {
      position: relative;
      z-index: 3;
  }
  .choose-area .chose-list .single-chose .icon {
    display: inline-block;
    position: relative;
    margin-right: 6px;
    width: 37px;
    height: 37px;
    line-height: 33px;
    border: 1px solid #4f0990;
    border-radius: 50%;
    text-align: center;
    transition: 0.3s;
    font-size: 18px;
  }
  .choose-area .chose-list .single-chose .icon img {
    /* margin-top: 6px; */
    margin-top: -5px;
  }
  .choose-area .chose-list .single-chose .icon:before {
    position: absolute;
    content: " ";
    top: -3px;
    left: -3px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 50%;
    background: rgba(255, 137, 116, 0.1);
  }
  .choose-area .chose-list .single-chose .counter-count {
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    color: #374a5e;
    width: 60px;
    transition: 0.3s;
  }
  .choose-area .chose-list .single-chose .chose-text {
    margin-top: 10px;
  }
  .choose-area .chose-list .single-chose .chose-text h4 {
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    text-transform: capitalize;
    color: #374a5e;
    transition: 0.3s;
  }
  .choose-area .chose-list .single-chose::after {
      content: '';
      display: block;
      position: absolute;
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      background-color: #fff;
      top: 2px;
      border-radius: 0 30px 0 30px;
      z-index: -1;
  }
  .choose-area .chose-list .single-chose::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 40px;
      height: 40px;
      z-index: 1;
      background: -webkit-linear-gradient(135deg, #5402bb 0%,#830a9b 48%,#5d0688 100%);
      background: linear-gradient(135deg, #5402bb 0%,#830a9b 48%,#5d0688 100%);
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 0;
      visibility: hidden;
  }
  .choose-area .chose-list .single-chose:hover::before {
      opacity: 1;
      visibility: visible;
      width: 100%;
      height: 100%;
  }
  .choose-area .chose-list .single-chose:hover .icon {
      border-color: #fff;
      color: #fff;
  }
  .choose-area .chose-list .single-chose:hover .counter-count, 
  .choose-area .chose-list .single-chose:hover h4 {
      color: #fff;
  }
  .choose-area .choose-right .featurs-list {
    margin-bottom: 40px;
  }
  .choose-area .choose-right .featurs-list .single-feature {
    margin-bottom: 30px;
    padding: 20px 0 20px 20px;
    border-left: 5px solid #0000001f;
    border-radius: 0 20px 0 20px;
    border-top: 5px solid #0000001f;
    box-shadow: 7px 7px 10px 0 #0003;
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .choose-area .choose-right .featurs-list .single-feature h3 {
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
    color: #204163;
    transition: all 0.3s ease-in-out;
  }
  .choose-area .choose-right .featurs-list .single-feature p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #767676;
    transition: all 0.3s ease-in-out;
  }
  .choose-area .choose-right .featurs-list .single-feature::before {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      background: -webkit-linear-gradient(135deg, #5402bb 0%,#830a9b 48%,#5d0688 100%);
      height: 0;
      transition: all 0.3s ease-in-out;
      bottom: 0;
      left: 0;
      z-index: -1;
  }
  .choose-area .choose-right .featurs-list .single-feature:nth-child(2)::before, 
  .choose-area .choose-right .featurs-list .single-feature:nth-child(4)::before {
      top: 0;
  }
  .choose-area .choose-right .featurs-list .single-feature:hover {
      animation: float 3s ease-in-out infinite;
  }
  .choose-area .choose-right .featurs-list .single-feature:hover h3, 
  .choose-area .choose-right .featurs-list .single-feature:hover p {
      color: #fff;
  }
  .choose-area .choose-right .featurs-list .single-feature:hover::before {    
      height: 100%;    
  }
  .choose-area.style-two .chose-list {
    position: absolute;
    left: 70%;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
  }
  .choose-area.style-two .chose-list.left-align {
    left: 0;
  }
  .choose-area.style-two .chose-list .single-chose {
    width: 165px;
    padding: 10px;
    background: #ffffff;
    text-align: center;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  }
  .choose-area.style-two .chose-list .single-chose:nth-child(2) {
    margin-left: 0;
  }
  .choose-area.style-two .chose-list .single-chose:nth-child(3) {
    margin-left: 0;
  }
  .choose-area.style-two .chose-list .single-chose:last-child {
    margin-bottom: 0;
    margin-left: 0;
  }
  .choose-area.style-two .chose-list .single-chose .icon {
    display: inline-block;
    position: relative;
    margin-right: 6px;
    width: 37px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #48c9b6;
    border-radius: 50%;
    text-align: center;
  }
  .choose-area.style-two .chose-list .single-chose .icon:before {
    position: absolute;
    content: " ";
    top: -3px;
    left: -3px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 50%;
    background: rgba(72, 201, 182, 0.4);
  }
  .choose-area.style-two .chose-list .single-chose .counter-count {
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    color: #374a5e;
  }
  .choose-area.style-two .chose-list .single-chose .chose-text {
    margin-top: 10px;
  }
  .choose-area.style-two .chose-list .single-chose .chose-text h4 {
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    text-transform: capitalize;
    color: #374a5e;
  }

  .choose-area::before,
  .choose-area::after {
    content: '';
    display: block;
    position: absolute;
    width: 270px;
    height: 270px;
    background-image: url(https://res.cloudinary.com/dyrtkrxka/image/upload/v1605895386/SMMtoppanel/demo-shop-shape1_hlpxlw.png);
    opacity: .4;  
  }
  .choose-area::before {
    left: -60px;
  }
  .choose-area::after {  
    right: 0;
    bottom: 0;
  }

.ped {
	color:#5e0aef;
  	font-weight: bold;
}
  

  /*================================================
  Carrosel CSS
  =================================================*/

.hs-area {
	padding: 40px 0 70px 0;
}

.hs-area-owl {
	padding: 40px 0;
}

.hs-area-owl .owl-stage-outer {
	position: relative;
	z-index: 1;
}

.hsa-item {
	padding: 24px 30px;
	/*background-color: #222737;*/
	-webkit-box-shadow: 0px 10px 30px 0px rgba(92, 23, 212, 0.06);
	box-shadow: 0px 10px 30px 0px rgba(92, 23, 212, 0.06);
	border-radius: 20px;
	border: solid 1px #2b2e38;
	color: #ffffff;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	cursor: pointer
}

.hsa-item:hover {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(104, 41, 214, 0.10);
	box-shadow: 0px 10px 30px 0px rgba(104, 41, 214, 0.10);
	background-color: #5e0aef;
	color: #fff
}

.hsa-item:hover .hsi-more {
	color: #fff;
	text-decoration: none
}

.hsa-item .hsi-icon i {
	font-size: 67px;
}

.hsa-item .hsi-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .4px;
}

.hsa-item .hsi-more {
	color: #a1a1a1;
	font-size: 13px;
	font-weight: 300px;
}

.hs-head {
	text-align: center
}

.hs-head h1 {
	font-size: 32px;
	/*line-height: 150px;*/
	color: #ffffff;
	padding: 0px;
	/*font-weight: 700;*/
}

.hs-head small {
	font-size: 16px;
	line-height: 31px;
}

  /*================================================
  Efeito nome CSS
  =================================================*/

.effects {
	font-size: 40px;
	background: -webkit-linear-gradient(left, #340fe8, #4e2786, #b81ff5);
	background-size: 1600px 200px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-name: animationgradienttitle;
	animation-name: animationgradienttitle;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.homeText h1 span {
  	font-weight: bold;
	font-size: 40px;
	color: #fc3735;
	background: -webkit-linear-gradient(left, #340fe8, #4e2786, #b81ff5);
	background-size: 1600px 200px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-name: animationgradienttitle;
	animation-name: animationgradienttitle;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes animationgradienttitle {
	0% {
		background-position: 0 1600px;
	}

	100% {
		background-position: 1600px 0;
	}
}

@keyframes animationgradienttitle {
	0% {
		background-position: 0 1600px;
	}

	100% {
		background-position: 1600px 0;
	}
}

.textic {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size:9px;

  display:block;
  margin-top:5px;
  color:#fff;
}

  /*================================================
  Efeito icon CSS
  =================================================*/

.kmain-icon-1 {
    font-size: 3em;
  text-align: center;
    background: #e1306c;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    top: 15px;
    left: 35px;
	/*animation: heartBeat  9.3s infinite ease-in-out;*/
}

.kmain-icon-2 {
    font-size: 2.375em;
  text-align: center;
    background-color: #59E9FB;
    width: 62px;
    height: 62px;
    line-height: 64px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    top: 216px;
    left: -39px;
	animation: tada 1.8s infinite ease-in-out;
}

.kmain-icon-3 {
    font-size: 2.375em;
  text-align: center;
    background-color: #FE2C55;
    width: 85px;
    height: 85px;
    line-height: 85px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    bottom: 15px;
    left: 0px;
	animation: fly 5.7s infinite ease-in-out;
}

.kmain-icon-4 {
    font-size: 2.5em;
 	 text-align: center;
    background-color: #3b5998;
    width: 75px;
    height: 75px;
    line-height: 75px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    top: 0;
    right: 25px;
	animation: tada 1.8s infinite ease-in-out;
}

.kmain-icon-5 {
    font-size: 2.375em;
  text-align: center;
    background-color: #ff0000;
    width: 62px;
    height: 62px;
    line-height: 65px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    top: 216px;
    right: -25px;
    z-index: 0;
	animation: heartBeat 2s infinite ease-in-out;
}

.kmain-icon-6 {
    font-size: 2.375em;
  text-align: center;
    background-color: #fff;
    width: 85px;
    height: 85px;
    line-height: 85px;
    color: #8193FE;
    border-radius: 15px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 99;
	animation: fade-up 1.8s infinite ease-in-out;
}

 /*================================================
  Refil CSS
  =================================================*/

.refillAll{
  height:60px;
  color:#000;
  padding-left: 18px;
	border: none;
    background-color: #f29a18;
    width: 100%;
    border-radius: 5px;
}
.refillAll:active{
  border: 1px solid #6d22f0;
	background-color:#c3e9ff;
  
}

.refillAll li {
  padding: 0 10px;
  margin: 10px 0;
  display: block;
}

.nav-pills{
	display: flex;
    justify-content: center;
    flex-direction: column;
}

.table-responsive{
max-width: 95vw
}


 /*================================================
  pag Refil CSS
  =================================================*/
.app-mtable {
		display: block
	}
	.app-mtable .app-block {
		padding: 5px 0;
		display: block;
		background: #151B3D;
		margin-bottom: 10px;
		border-radius: 10px;
		border-bottom: 2px solid #4B61F0;
      	word-break: break-all;
	}
	.table td {
		border: none
	}
	.app-mtable .app-block .app-col {
		margin-bottom: 5px;
		border-bottom: 0px;
		border-left: 0px;
		border-right: 0px;
		display: flex;
		align-items: center;
		font-size: 11px;
		padding: 2px 16px;
	}
	.app-mtable .app-block .app-col:before {
		margin-bottom: 3px;
		content: attr(data-title);
		min-width: 98px;
		font-size: 10px;
		line-height: 10px;
		font-weight: 700;
		text-transform: uppercase;
		color: #A8AFD9;
		display: block;
	}
	.app-mtable .thead-tr {
		display: none
	}
	.catetitle td strong {
		font-size: 14px;
		font-weight: 300
	}
	
.orders-btn {
		padding-bottom: 0!important
	}

.app-ord-nav li a {
	background-color: #131633;
	color: #A8AFD9;
	padding: 12px 8px;
	font-size: 11px;
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	display: inline-block;
	margin-bottom: 4px;
	width: 100%;
	text-decoration: none
}

.app-ord-nav li a.active,
.app-ord-nav li a:hover {
	background: #4B61F0;
	color: #fff;
	-webkit-box-shadow: 0 0 25px rgb(3 53 194 / 60%);
	box-shadow: 0 0 25px rgb(3 53 194 / 60%);
}

.app-ord-nav li:last-child {
	margin-left: auto;
}

body.dark .d-card {
	background: #fff;
	color: #151B3D
}

body.dark .d-card.dc-dash {
	background-image: url(https://cdn.ggram.me/assets/j71568fho1azmq16.png);
    background-repeat: no-repeat;
    background-position: top right;
  background-size: auto 100%;
}

.thead-tr,
.thead-tr th {
	background-color: #45485B;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	padding: 7px
}

.noti {
	width:100%;
  	height:1200px;
}

.meu-popup {
	background-color: #ffffff;
	color: #000000;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.countB {
	background: #5e0aef;
	-webkit-box-shadow: 0px 53px 120px rgba(94, 10, 239, 0.5);
	box-shadow: 0px 53px 120px rgba(94, 10, 239, 0.5);
	border-radius: 30px;
	background-image: url(https://storage.perfectcdn.com/4446me/gs8ou1g2o741qfk6.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.countB .cB-cont {
	padding: 30px 60px;
}

.cB-row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cB-item {
	text-align: left;
	margin: 15px 0;
}

.cB-item .cB-icon {
	height: 90px;
	width: 100px;
	position: relative;
	font-weight: normal;
	font-size: 65px;
	line-height: 57px;
	/* or 88% */
	text-align: center;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.cB-item .cB-icon i {
	position: relative;
	z-index: 30;
}

.cB-item .cB-icon::before {
	content: '';
	border-radius: 50%;
	width: 75px;
	height: 75px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #5e0aef;
	z-index: 1;
}

.cB-item h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
	color: #FFFFFF;
}

.cB-item h5 {
	font-size: 20px;
	line-height: 25px;
	color: #d9ddff;
	margin-bottom: 0px;
}

.media-left.media-middle i {
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50px;
    color: #000;
    text-align: center;
    font-size: 32px;
    line-height: 60px;
    margin-right: 10px;
}

.acc-status-detail li {
 	 list-style-type: none
}

.progress-bar {
    background-color: #ff863b;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.app-area {
    position: relative;
    z-index: 2;
}

.apps-content h2 {
    font-size: 60px;
    margin-bottom: 30px;
}

.apps-content h2 span {
    color: #ff4c8b;
}

.apps-content h4 {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 30px;
}

/*Whatsapp*/
#robbu-whatsapp-button{
    display:flex;
    position:fixed;
    z-index: 1000000;
    background:#25d366;
    bottom:25px;
    left:25px;
    border-radius:50%;
    width:64px;
    height:64px;
    box-shadow:2px 2px 12px rgba(22,124,60,.2);
    transition:.4s;
    align-items:center;
    justify-content:center
    
}
#robbu-whatsapp-button>.rwb-tooltip{
    position:absolute;
    bottom:100%;
    margin-bottom:20px;
    border-radius:4px;
    padding:15px;
    color:#2d2d2d;
    font-size:16px;
    white-space:nowrap;
    box-shadow:2px 2px 12px rgba(0,0,0,.2);
    opacity:0;transition:.4s;
    pointer-events:none
        
    }
    #robbu-whatsapp-button>.rwb-tooltip:after{
        display:block;
    content:"";
    position:absolute;
    top:85%;
    width:0;
    height:0;
    border-style:solid;border-width:6px 7px 0 7px;
    border-color:#fff transparent transparent transparent;
    transition:.4s}
    #robbu-whatsapp-button.left{
        left:25px
        
    }
    #robbu-whatsapp-button.left>.rwb-tooltip{
        left:0;
        transform:translateX(-10%)
        
    }
    #robbu-whatsapp-button.left>.rwb-tooltip:after{
        left:23px
        
    }
    #robbu-whatsapp-button:not(.left){
        right:25px
        
    }
    #robbu-whatsapp-button:not(.left)>.rwb-tooltip{
        left:0px;
        transform:translateX(10%)
        
    }
    #robbu-whatsapp-button:not(.left)>.rwb-tooltip:after{
        left:23px
        
    }
    #robbu-whatsapp-button>img{
        display:block;
        width:34px;
        height:34px
        
    }
    #robbu-whatsapp-button:hover{
        background:#21bd5c;
        box-shadow:3px 3px 12px rgba(14,81,39,.4)
        
    }
    #robbu-whatsapp-button:hover>.rwb-tooltip{
        opacity:1;
        transform:translateX(0)
        
    }
    #robbu-whatsapp-button:hover>.rwb-tooltip:after{
        top:100%;
        transition-delay:.4s
        
    } /*end whatsapp*/


/* Estilos dos cards de pedidos - Tema escuro customizado */
			.order-card {
				background: #1e2028;
				border-radius: 15px;
				box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
				border: 1px solid #2b2e38;
				transition: all 0.3s ease;
				overflow: hidden;
			}

			.order-card:hover {
				transform: translateY(-2px);
				box-shadow: 0 8px 25px rgba(94, 10, 239, 0.2);
				border-color: #5e0aef;
			}

			.order-card-body {
				padding: 0;
			}

			/* Header do pedido */
			.order-header {
				background: #23252e;
				padding: 20px 25px;
				border-bottom: 1px solid #2b2e38;
			}

			.order-id-section {
				display: flex;
				flex-direction: column;
			}

			.order-id-label {
				font-size: 12px;
				color: #747886;
				font-weight: 500;
				text-transform: uppercase;
				letter-spacing: 0.5px;
				margin-bottom: 5px;
			}

			.order-id-value {
				display: flex;
				align-items: center;
				gap: 10px;
			}

			.order-id-number {
				font-size: 18px;
				font-weight: 700;
				color: #5e0aef;
				font-family: 'Monaco', 'Menlo', monospace;
			}

			.copy-btn {
				background: none;
				border: none;
				color: #747886;
				cursor: pointer;
				padding: 5px;
				border-radius: 5px;
				transition: all 0.2s ease;
			}

			.copy-btn:hover {
				background: rgba(94, 10, 239, 0.2);
				color: #5e0aef;
			}

			.order-date {
				color: #747886;
				font-size: 14px;
				display: flex;
				align-items: center;
				gap: 8px;
			}

			/* Status badges */
			.status-badge {
				display: inline-flex;
				align-items: center;
				gap: 8px;
				padding: 8px 16px;
				border-radius: 25px;
				font-size: 12px;
				font-weight: 600;
				text-transform: uppercase;
				letter-spacing: 0.5px;
			}

			.status-completed {
				background: rgba(40, 213, 128, 0.2);
				color: #28d580;
				border: 1px solid rgba(40, 213, 128, 0.3);
			}

			.status-processing {
				background: rgba(255, 135, 11, 0.2);
				color: #ff870b;
				border: 1px solid rgba(255, 135, 11, 0.3);
			}

			.status-pending {
				background: rgba(242, 154, 24, 0.2);
				color: #f29a18;
				border: 1px solid rgba(242, 154, 24, 0.3);
			}

			.status-partial {
				background: rgba(17, 105, 142, 0.2);
				color: #11698e;
				border: 1px solid rgba(17, 105, 142, 0.3);
			}

			.status-inprogress {
				background: rgba(97, 192, 191, 0.2);
				color: #61c0bf;
				border: 1px solid rgba(97, 192, 191, 0.3);
			}

			.status-canceled {
				background: rgba(246, 76, 80, 0.2);
				color: #f64c50;
				border: 1px solid rgba(246, 76, 80, 0.3);
			}

			.status-default {
				background: rgba(116, 120, 134, 0.2);
				color: #747886;
				border: 1px solid rgba(116, 120, 134, 0.3);
			}

			.cancel-reason-icon {
				color: #f64c50;
				cursor: help;
			}

			/* Conteúdo do pedido */
			.order-content {
				padding: 25px;
			}

			.service-info {
				margin-bottom: 25px;
			}

			.service-name {
				font-size: 18px;
				font-weight: 600;
				color: #ffffff;
				margin-bottom: 10px;
				display: flex;
				align-items: center;
				gap: 10px;
			}

			.service-name i {
				color: #5e0aef;
			}

			.service-link {
				display: flex;
				align-items: center;
				gap: 8px;
				margin-bottom: 15px;
			}

			.service-link i {
				color: #747886;
				font-size: 14px;
			}

			.order-link {
				color: #5e0aef;
				text-decoration: none;
				font-size: 14px;
				word-break: break-all;
			}

			.order-link:hover {
				text-decoration: underline;
				color: #5e0aef;
			}

			/* Estatísticas do pedido */
			.order-stats {
				background: #23252e;
				border-radius: 10px;
				padding: 20px;
				margin-bottom: 20px;
				border: 1px solid #2b2e38;
			}

			.stat-item {
				display: flex;
				align-items: center;
				gap: 12px;
				padding: 10px 0;
			}

			.stat-icon {
				width: 40px;
				height: 40px;
				background: #5e0aef;
				color: white;
				border-radius: 10px;
				display: flex;
				align-items: center;
				justify-content: center;
				font-size: 16px;
			}

			.stat-content {
				flex: 1;
			}

			.stat-label {
				font-size: 12px;
				color: #747886;
				font-weight: 500;
				margin-bottom: 2px;
			}

			.stat-value {
				font-size: 16px;
				font-weight: 600;
				color: #ffffff;
			}

			/* Seção de detalhes */
			.order-details-section {
				margin-top: 15px;
			}

			/* Ações do pedido */
			.order-actions {
				background: #23252e;
				border-radius: 10px;
				padding: 20px;
				height: fit-content;
				border: 1px solid #2b2e38;
			}

			.actions-title {
				font-size: 14px;
				font-weight: 600;
				color: #ffffff;
				margin-bottom: 15px;
				text-transform: uppercase;
				letter-spacing: 0.5px;
			}

			.action-buttons {
				display: flex;
				flex-direction: column;
				gap: 10px;
			}

			.action-btn {
				display: flex;
				align-items: center;
				gap: 8px;
				justify-content: center;
				padding: 10px 15px;
				border-radius: 8px;
				font-weight: 500;
				transition: all 0.2s ease;
				text-decoration: none;
			}

			.action-btn.btn-primary {
				background: #5e0aef;
				border: 1px solid #5e0aef;
				color: #fff;
			}

			.action-btn.btn-primary:hover {
				background: #5915cf;
				border-color: #5915cf;
				color: #fff;
				text-decoration: none;
			}

			.action-btn.btn-secondary {
				background: #1e2028;
				border: 1px solid #2b2e38;
				color: #747886;
			}

			.action-btn.btn-outline-danger {
				background: transparent;
				border: 1px solid #f64c50;
				color: #f64c50;
			}

			.action-btn.btn-outline-danger:hover {
				background: #f64c50;
				color: #fff;
				text-decoration: none;
			}

			.action-status {
				display: flex;
				align-items: center;
				gap: 8px;
				padding: 10px 15px;
				background: rgba(242, 154, 24, 0.2);
				color: #f29a18;
				border-radius: 8px;
				font-size: 12px;
				font-weight: 600;
				text-align: center;
				border: 1px solid rgba(242, 154, 24, 0.3);
			}

			.action-status.cancel-requested {
				background: rgba(246, 76, 80, 0.2);
				color: #f64c50;
				border-color: rgba(246, 76, 80, 0.3);
			}

			/* Modal styles */
			.modal-content {
				background: #1e2028;
				border: 1px solid #2b2e38;
				color: #fff;
			}

			.modal-header {
				border-bottom: 1px solid #2b2e38;
			}

			.modal-title {
				color: #fff;
			}

			.form-control {
				background: #23252e;
				border: 1px solid #2b2e38;
				color: #fff;
			}

			.form-control:focus {
				background: #23252e;
				border-color: #5e0aef;
				color: #fff;
				box-shadow: 0 0 0 0.2rem rgba(94, 10, 239, 0.25);
			}

			.form-control:disabled {
				background: #2b2e38;
				color: #747886;
			}

			/* Responsividade */
			@media (max-width: 991.98px) {
				.order-header {
					padding: 15px 20px;
				}

				.order-content {
					padding: 20px;
				}

				.order-stats {
					margin-bottom: 15px;
				}

				.stat-item {
					padding: 8px 0;
				}

				.order-actions {
					margin-top: 20px;
				}

				.order-date {
					margin-top: 10px;
				}

				.order-status-badge {
					margin-top: 10px;
				}
			}

			@media (max-width: 767.98px) {
				.order-card {
					margin-bottom: 15px;
				}

				.service-name {
					font-size: 16px;
				}

				.stat-icon {
					width: 35px;
					height: 35px;
					font-size: 14px;
				}

				.stat-value {
					font-size: 14px;
				}
			}