@import url(https://fonts.cdnfonts.com/css/tajawal);

.p-color {
  color: #2a62ff
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px
}

::-webkit-scrollbar-thumb {
  background: #0d1438;
  border-radius: 5px
}

::-webkit-scrollbar-track {
  background: #fff0
}

.tableAddFunds::-webkit-scrollbar {
  width: 7px;
  height: 7px
}

.tableAddFunds::-webkit-scrollbar-thumb {
  background: #0d1438;
  border-radius: 5px
}

.tableAddFunds::-webkit-scrollbar-track {
  background: #fff0
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Tajawal", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #fff;
  background: #080e2e
}

.hidden,
[hidden] {
  display: none
}

label {
  margin-bottom: 10px !important
}

button.input-wrapper__prepend {
  color: #fff
}

.files-label {
  color: #fff !important
}

.root {
  position: relative;
  min-height: 100vh;
  background: #080e2e;
  max-width: 100%;
  overflow-x: hidden
}

.root.no-auth .container {
  max-width: 1200px
}

.root.auth .container {
  max-width: 100%
}

@media (min-width:992px) {
  .root.auth .container {
    padding: 0 30px
  }
}

@media (min-width:1200px) {
  .root.auth .container {
    padding: 0 30px
  }
}

@media (min-width:1400px) {
  .root.auth .container {
    padding: 0 30px
  }
}

.dashboard-page-info {
  display: none !important;
  visibility: hidden
}

.dropdown .btn::after {
  display: none
}

.fw-400 {
  font-weight: 400
}

.root.no-auth .page-content {
  min-height: calc(100vh - 100px)
}

a {
  color: #2a62ff;
  text-decoration: none
}

a:hover {
  color: #2a62ff
}

.btn {
  position: relative;
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 23px 30px;
  color: #fff
}

.btn:hover {
  color: #fff
}

.btn-sm {
  padding: 15px 15px
}

.btn-rounded {
  border-radius: 50px
}

.btn-border {
  border: 1px solid #4f75ff !important
}

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

.btn-100.btn-icon {
  display: flex
}

.btn-primary {
  background-color: #0139ff;
  border-color: #0139ff;
  color: #fff
}

.btn-primary.inactive {
  background-color: #2d365c !important;
  border-color: #2d365c
}

.btn-primary.border-cornered {
  border-radius: 50px
}

.btn-secondary {
  background: #18214b;
  border-color: #18214b;
  color: #fff
}

.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #212b58
}

.btn-secondary.btn-border {
  border-color: #222a54 !important
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}

.dropdown-menu {
  background: #18214b;
  border-color: #424d7e;
  border-radius: 15px;
  top: 4px !important;
  min-width: 100%
}

.dropdown-item {
  color: #fff
}

.dropdown-item:hover {
  color: #fff !important;
  background-color: rgb(255 255 255 / .1)
}

.card {
  background: #0d1438;
  border: 1px solid #1d254d;
  border-radius: 15px
}

.card-header,
.card-header-navs {
  border-bottom: 1px solid rgb(37 46 93 / .75)
}

.card-header-navs {
  padding: 0
}

.card-header {
  padding: 0 30px
}

.card-custom-title {
  padding: 30px 0;
  position: relative;
  display: inline-block
}

.card-custom-title::after {
  content: "";
  position: absolute;
  background-color: #3461ff;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #3461ff
}

.card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 0
}

.d-head-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: rgb(43 98 255 / .1);
  color: #2b62ff
}

.card-body {
  padding: 20px 25px
}

.header-nav {
  display: flex;
  padding: 0 30px;
  gap: 10px
}

.affiliate_page_navtabs.nav-pills .nav-link,
.header-nav .nav-link {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #2d365c;
  color: #fff !important;
  position: relative;
  padding: 10px 20px;
  border-radius: 50px
}

.affiliate_page_navtabs.nav-pills .nav-link,
.header-nav .nav-link .nav-link-text {
  color: #fff !important
}

.affiliate_page_navtabs.nav-pills .nav-link::after,
.header-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #3461ff;
  transition: 0.14s ease
}

.affiliate_page_navtabs.nav-pills .nav-link .nav-link-icon,
.header-nav .nav-link-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background: rgb(105 113 154 / .1);
  color: #69719a
}

.affiliate_page_navtabs.nav-pills .nav-link .nav-link-text,
.header-nav .nav-link-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #fff
}

.form-label {
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  margin-bottom: 16px
}

.form-control {
  background-color: #171f40;
  border: 1px solid #1f284c;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 15px 15px;
  border-radius: 8px
}

.form-control:focus {
  outline: none;
  border-color: #1f284c;
  background-color: #202a52;
  color: #fff
}

.form-control:disabled {
  background-color: #171f40;
  border: 1px solid #1f284c
}

.form-select {
  background-color: #171f40;
  border: 1px solid #1f284c;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  height: 58px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  padding: 0 26px
}

.form-select:focus {
  outline: none;
  border-color: #1f284c;
  background-color: #202a52;
  color: #fff
}

.form-select:disabled {
  background-color: #171f40;
  border: 1px solid #1f284c
}

.pagination .page-item.active .page-link {
  background-color: #0f163a;
  color: #fff
}

.pagination .page-item:first-child {
  border-right: 1px solid #1b2454
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-weight: 400
}

.pagination .page-item:last-child {
  border-left: 1px solid #1b2454
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 400
}

.pagination .page-item .page-link {
  background: #0f163a;
  border: none;
  margin: 0;
  height: 50px;
  padding: 0;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 17.3005px;
  line-height: 18px;
  color: #5a6081;
  position: relative
}

.pagination .page-item .page-link:focus {
  z-index: 20
}

.nav-custom-pills .nav-link {
  border: 1px solid #fff0;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 17px 26px
}

.nav-custom-pills .nav-link.active {
  border-color: #4f75ff;
  background-color: #0139ff
}

.tooltip-inner {
  background: #192149;
  border: 1px solid #243068
}

.tooltip-arrow::before {
  border-top-color: #192149 !important
}

.mobile-nav {
  z-index: 1001;
  position: relative;
  display: block;
  height: 72px;
  border-bottom: 0 solid #2d397a;
  width: 95%;
  left: 2.5%;
  top: 10px;
  background: #0c164b;
  border-radius: 100px
}

.mobile-nav .row {
  height: 72px;
  align-items: center
}


.show_mob{
  display: none;
}

a.support_btn {
    color: #fff;
    background: #2a62ff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    max-width: 300px;
    width: 170px;
    display: block;
}

@media only screen and (max-width: 992px){
    .show_mob{
      display: block;
    }
}

@media only screen and (max-width: 550px){
   a.support_btn {
    text-align: center;
        max-width: 100%;
         width: 100%;
    }
}



@media (min-width:992px) {

  .mobile-nav {
    display: none
  }
}



.menu-toggle-btn {
  width: 42px;
  height: 42px;
  font-size: 22px;
  border-radius: 50px;
  background-color: #2d365c;
  color: #fff;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center
}

.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  bottom: 0;
  left: 0
}

@media (min-width:992px) {
  .header {
    height: 70px;
    padding: 15px 0 0 0;
    top: 0;
    bottom: initial
  }
}

.header .header-row {
  align-items: center;
  background: #080e2e;
  border-radius: 500px
}

@media (min-width:992px) {
  .header .header-row {
    height: 70px;
    padding: 0 10px
  }
}

@media (min-width:992px) {
  .header.active .header-menu>li>a {
    padding: 15px 0
  }
}

.header .menu-toggle-close {
  display: none
}

.lang_btn .dropDwonLang {
  border-radius: 50px;
  display: flex;
  justify-content: center;
  line-height: 42px;
  align-items: center
}

@media (max-width:992px) {
  .header {
    background-color: #080e2e;
    padding: 20px 20px 70px 20px;
    border-radius: 20px 20px 0 0;
    border-top: 1px solid rgb(255 255 255 / .2);
    max-height: calc(100vh - 100px);
    transform: translateY(100%);
    transition: 0.2s ease
  }

  .header.opened {
    transform: translateY(0)
  }

  .header .menu-toggle-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 24px;
    background-color: rgb(255 53 55 / 20%);
    color: rgb(255 53 55);
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 17px;
    right: 20px
  }

  .header .header-menu {
    padding-top: 30px;
    flex-direction: column;
    gap: 10px
  }

  .header .header-menu li {
    padding: 0
  }

  .header .header-menu li a {
    padding: 10px 0;
    font-weight: 700;
    font-size: 18px;
    color: rgb(255 255 255 / .8)
  }

  .header .header-menu li a.active {
    color: #fff
  }

  .header .header-menu li a::after {
    background-color: transparent !important
  }
}

.header-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 20px;
  justify-content: end
}

.header-menu>li {
  margin: 0;
  padding: 0
}

.header-menu>li>a {
  display: block;
  margin: 0;
  padding: 10px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #fff;
  text-decoration: none;
  position: relative
}

.header-menu>li>a::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #06f;
  border-radius: 25px 25px 1px 1px
}

.ar-rtl .header-menu>li>a {
  padding: 15px 0;
  font-size: 12px
}

.header-menu>li>a.active::after {
  display: block
}

.header-btn {
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 9px 9px 9px 30px;
  overflow: hidden;
  background-color: #0139ff;
  color: #fff;
  text-decoration: none;
  transition: 0.14s ease
}

.ar-rtl .header-btn {
  flex-direction: row-reverse
}

.header-btn:hover {
  color: #fff
}

.header-btn:hover .icon::after {
  transform: scale(8)
}

.header-btn .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -.03em;
  position: relative;
  z-index: 1004
}

.header-btn .icon {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  position: relative
}

.header-btn .icon .icon-ri {
  z-index: 1003
}

.header-btn .icon::after {
  content: "";
  z-index: 1002;
  background: rgb(0 0 0 / .15);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease
}

@media (min-width:992px) {
  .header-btn.without-icon {
    background-color: #fff0;
    padding: 14px 30px
  }

  .header-btn.without-icon .icon {
    display: none
  }
}

footer {
  border-top: 1px solid rgb(74 79 110 / .25);
  padding: 50px 0;
  background: #0d1438;
  padding-bottom: 0
}

.footer-top {
  padding-bottom: 50px
}

.footer-menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0
}

.footer-menu li a {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -.03em;
  color: #fff;
  text-decoration: none
}

.footer-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -.03em;
  color: rgb(255 255 255 / .25)
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #0f1739;
  border-right: 1px solid #1b2349;
  width: 260px;
  z-index: 1010;
  transition: 0.14s ease
}

.ar-rtl .sidebar {
  right: 0
}

@media (max-width:768px) {
  .sidebar {
    transform: translateX(-100%)
  }

  .ar-rtl .sidebar {
    transform: translateX(100%)
  }
}

@media (min-width:1400px) {
  .sidebar {
    width: 260px
  }
}

.sidebar-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative
}

.sidebar-content .sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px
}

.sidebar-content .sidebar-balance {
  padding: 5px 30px;
  display: none
}

@media (min-width:1400px) {
  .sidebar-content .sidebar-balance {
    display: block
  }
}

.sidebar-content .sidebar-balance-btn {
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 13px 19px;
  background: #18214b;
  border: 1px solid #222a54;
  border-radius: 12px;
  text-decoration: none
}

.sidebar-content .sidebar-balance-left {
  flex: 1
}

.sidebar-content .sidebar-balance-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #69719a;
  width: 100%;
  display: block
}

.sidebar-content .sidebar-balance-amount {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding-top: 6px
}

.sidebar-content .sidebar-balance-icon {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center
}

.sidebar-content .sidebar-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden
}

.sidebar-content .sidebar-menu {
  padding: 20px 20px;
  margin: 0;
  list-style: none
}

.sidebar-content .sidebar-menu-item {
  position: relative;
  display: block
}

.sidebar-content .sidebar-menu-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 20px;
  position: relative;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  margin-bottom: 10px
}

.sidebar-content .sidebar-menu-link-icon {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.sidebar-content .sidebar-menu-link-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap
}

.sidebar-content .sidebar-menu-link-badge {
  background: rgb(52 97 255 / .25);
  border-radius: 11.771px;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  color: #3461ff
}

.sidebar-content .sidebar-menu-item.active {
  color: #3461ff
}

.sidebar-content .sidebar-menu-item.active .sidebar-menu-link {
  color: #fff;
  background: #0139ff
}

.header-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 19px;
  color: #fff;
  display: none;
  margin-bottom: 0
}

@media (min-width:768px) {
  .header-title {
    display: block
  }
}

@media (min-width:992px) {
  .header-title {
    margin-bottom: 16px
  }
}

.header-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #5b6182;
  margin-bottom: 0;
  display: none;
  margin: 0;
  padding: 0
}

@media (min-width:992px) {
  .header-text {
    display: block
  }
}

.app-content {
  margin-left: 0;
  padding-top: 92px;
  position: relative
}

.app-content .footer-top {
  padding-bottom: 10px
}

@media (min-width:768px) {
  .app-content {
    margin-left: 80px
  }

  .ar-rtl .app-content {
    margin-right: 80px;
    margin-left: 0px !important
  }
}

@media (min-width:1400px) {
  .app-content {
    margin-left: 260px
  }

  .ar-rtl .app-content {
    margin-right: 260px;
    margin-left: 0px !important
  }

  .ar .sidebar-active .app-content {
    margin-right: 0px !important
  }
}

.app-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 92px;
  transition: 0.14s ease
}

.app-header.active {
  height: 72px;
  background-color: #0f1739
}

.app-header.active .row {
  height: 72px
}

.app-header .container {
  position: relative
}

.app-header .container::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(270deg, #fff0 0%, #1d244d 53.13%, #fff0 100%);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 1px
}

.app-header .container>.row {
  margin-left: -5px;
  margin-right: -5px
}

.app-header .container>.row>* {
  padding-left: 5px;
  padding-right: 5px
}

@media (min-width:768px) {
  .app-header .container>.row {
    margin-left: -10px;
    margin-right: -10px
  }

  .app-header .container>.row>* {
    padding-left: 5px;
    padding-right: 5px
  }
}

.app-header .row {
  height: 92px;
  align-items: center;
  transition: 0.14s ease
}

@media (min-width:768px) {
  .app-header {
    left: 80px
  }

  .ar-rtl .app-header {
    left: 0;
    right: 80px !important
  }
}

@media (min-width:1400px) {
  .app-header {
    left: 260px
  }

  .ar-rtl .app-header {
    left: 0;
    right: 260px !important
  }

  .ar .sidebar-active .app-header {
    right: 0px !important
  }
}

.app-header .header-icon {
  width: 120px;
  height: 32px;
  position: absolute;
  top: 32px
}

.app-header.active .header-icon {
  top: 16px
}

.sidebar-toggle-btn {
  position: relative;
  border-radius: 8px;
  background-color: #0139ff;
  color: #fff;
  outline: none;
  border: none;
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.14s ease;
  opacity: 1 !important;
  z-index: 9999
}

.root .header-logo {
  width: 190px
}

.top_nav_left {
  display: flex;
  flex-direction: row;
  gap: 10px
}

.sidebar-active .top_nav_left #logo_nav_top {
  display: flex;
  align-items: center;
  gap: 15px
}

@media (min-width:768px) {
  .sidebar-toggle-btn {
    width: 42px;
    height: 42px
  }
}

@media (max-width:768px) {
  .root.sidebar-active .sidebar {
    transform: translateX(0) !important
  }

  .root.sidebar-active .header-logo {
    display: block
  }

  .root.sidebar-active .header-icon {
    display: none
  }

  .root.sidebar-active .sidebar-balance {
    display: block
  }

  .root.sidebar-active .sidebar-menu-link-text {
    display: block
  }
}

@media (max-width:1400px) and (min-width:768px) {
  .root.sidebar-active .sidebar-balance {
    display: block
  }

  .root.sidebar-active .sidebar {
    width: 260px
  }

  .root.sidebar-active .header-logo {
    display: block;
    width: 160px
  }

  .root.sidebar-active .header-icon {
    display: none
  }

  .root.sidebar-active .sidebar-menu-link-text {
    display: block
  }
}

.app-header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #29356a;
  background: #18214b;
  border-radius: 12px;
  height: 42px;
  width: 42px;
  color: #fff !important;
  font-size: 20px;
  text-decoration: none
}

.app-header-btn.style-2 {
  background: rgb(28 93 255 / .25);
  border-color: #6490ff
}

.app-header-btn.style-3 {
  background: rgb(255 38 38 / .25);
  border-color: #fe7e7e
}

.header-icon {
  max-width: 60%
}

@media (min-width:1400px) {
  .header-logo {
    display: block
  }
}

.header-icon {
  display: block
}

@media (min-width:1400px) {
  .header-icon {
    display: none
  }
}

.modal-wrapper {
  margin: auto;
  background-color: rgb(0 0 0 / .5);
  backdrop-filter: blur(5px);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px #000
}

.modal-wrapper.active {
  display: flex
}

.mbo-wrapper {
  height: 100%;
  width: 100%;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-y: auto
}

.modal-box {
  margin: auto 0;
  max-width: 560px;
  width: 100%;
  border-radius: 25px;
  background: #10183e;
  border: 1px solid #1e2756;
  text-align: left;
  position: relative
}

.m-header {
  padding: 30px 30px 60px;
  background-color: #10183e;
  background-image: url(https://cdn.smmspot.net/asmm1st/assets/img/modal/modal-head.png);
  background-size: cover;
  background-position: center;
  border-radius: 25px 25px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.m-header>* {
  text-align: center
}

.m-body {
  padding: 30px
}

.m-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -.005em;
  color: #fff;
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word;
  white-space: normal;
  max-width: 100%;
  min-width: 40%
}

.m-close {
  border: none;
  outline: none;
  background-color: #fff0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border-radius: 15px;
  position: absolute;
  z-index: 3001;
  top: 10px;
  right: 10px
}

.m-close:focus {
  box-shadow: 0 0 0 .25rem rgb(1 57 255 / .2)
}

.m-sub-title {
  margin-top: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -.005em;
  color: rgb(255 255 255 / .6);
  margin-bottom: 0
}

#serviceModalText {
  background: #192149;
  border: 1px solid #1e2756;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 0px;
}

.services_title_part {
    padding: 15px;
    margin-bottom: 20px;
    background: #0139ff;
    border-radius: 10px;
    margin-top: 10px;
}


.services_title_part h4,
#serviceModalText h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.ar .services_title_part p,
.ar #serviceModalText,
.ar .services_title_part h4,
.ar #serviceModalText h4 {
  text-align: right;
}

.service-modal-id {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background: #0139ff;
  border-radius: 15px;
  padding: 14px 23px;
  margin-bottom: 16px
}

.dashboard-head {
  padding-top: 30px;
  min-height: 72vh
}

.dashboard-head-card {
  position: relative;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #1e2756
}

.dashboard-head-body {
  padding: 20px
}

@media (min-width:768px) {
  .dashboard-head-body {
    padding: 30px
  }
}

@media (min-width:992px) {
  .dashboard-head-body {
    padding: 30px
  }
}

.dashboard-head-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  color: #fff
}

.dashboard-head-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #4a4f6e;
  margin-bottom: 0
}

.dashboard-head-icon {
  width: 44px;
  height: 44px;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (min-width:992px) {
  .dashboard-head-icon {
    width: 82px;
    height: 82px;
    font-size: 40px
  }
}

.dashboard-head.add-funds-page .dashboard-head-icon {
  background: rgb(255 0 153 / .15);
  color: #f09
}

.dashboard-head.add-funds-page .card {
  background-image: url(https://cdn.smmspot.net/asmm1st/assets/img/page-heads/add-funds.png)
}

.dashboard-head.support-center-page .dashboard-head-icon {
  background-color: rgb(255 95 0 / .15);
  color: #ff5f00
}

.dashboard-head.support-center-page .card.card_ticket_page {
  background-image: url(https://cdn.smmspot.net/asmm1st/assets/img/page-heads/support-center.png)
}

.dashboard-head.child-panel-page .dashboard-head-icon {
  background-color: rgb(6 253 193 / .15);
  color: #06fdc1
}

.dashboard-head.affiliates-page .dashboard-head-icon {
  background-color: rgb(174 71 255 / .15);
  color: #ae47ff
}

.dashboard-head.affiliates-page .card {
  background-image: url(https://cdn.smmspot.net/asmm1st/assets/img/page-heads/affiliate.png)
}

.currency-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / .2);
  backdrop-filter: blur(10px);
  z-index: 2000;
  display: none
}

.currency-drawer {
  display: none;
  transform: translateX(100%);
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 2003;
  background: #0f1739;
  border-left: 1px solid #1e2756;
  width: 280px;
  display: flex;
  flex-direction: column;
  transition: 0.14s ease
}

.currency-drawer .drawer-header {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 80px;
  padding: 0 20px;
  background-color: #0f1739
}

.currency-drawer .drawer-header-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0
}

.currency-drawer .drawer-header-close {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-size: 20px;
  cursor: pointer
}

.currency-drawer .drawer-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  padding: 0 20px 40px;
  overflow-y: auto
}

.currency-item {
  background: #171f40;
  border: 1px solid #1f284c;
  border-radius: 10px;
  padding: 18px 23px;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  transition: 0.14s ease
}

.currency-item:hover,
.currency-item:focus {
  color: #fff;
  box-shadow: 0 0 0 .25rem rgb(1 57 255 / .4)
}

.currency-item.active {
  background: #0139ff;
  border: 1px solid #4770ff
}

.page-head {
  position: relative;
  background: url(https://cdn.smmspot.net/asmm1st/assets/img/login/bg.png) no-repeat;
  background-position: center;
  padding-top: 72px
}

@media (min-width:992px) {
  .page-head {
    padding-top: 110px
  }
}

.page-head-container {
  padding: 40px 0 10px 0
}

@media (min-width:768px) {
  .page-head-container {
    padding: 100px 0
  }
}

.ph-t-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #fff
}

.ph-title {
  padding-top: 10px;
  color: #fff;
  margin-bottom: 5px
}

.ph-title span {
  font-weight: 700;
  position: relative;
  z-index: 999
}

.ph-title span::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='136' height='12' viewBox='0 0 136 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.864 8.97544C82.1537 4.38991 53.8493 4.86909 3.3148 11.0989C1.94446 11.2678 0.696634 10.2939 0.527701 8.92358C0.358767 7.55324 1.3327 6.30542 2.70304 6.13648C53.5883 -0.136588 82.2487 -0.621901 133.315 3.99576C134.69 4.1201 135.704 5.33565 135.579 6.71075C135.455 8.08585 134.239 9.09979 132.864 8.97544Z' fill='url(%23paint0_linear_142_1034)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_142_1034' x1='139.458' y1='7.3734' x2='1.71801' y2='9.63104' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230139FF'/%3E%3Cstop offset='1' stop-color='%230139FF' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  position: absolute;
  bottom: -16px;
  right: 0;
  height: 20px;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat
}

.ph-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #585d79;
  max-width: 470px
}

.ph-inft .number {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -.02em;
  color: #fff;
  padding-bottom: 6px
}

.ph-inft .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: -.02em;
  color: #596188
}

.ph-card {
  border-radius: 35px;
  height: 100%;
  position: relative
}

.ph-card .img {
  position: absolute;
  display: none
}

@media (min-width:992px) {
  .ph-card .img {
    display: block
  }
}

.ph-card .i-1 {
  top: 10px;
  left: -90px
}

.ph-card .i-2 {
  top: 10px;
  right: -50px
}

.ph-card .i-3 {
  bottom: 100px;
  left: -70px
}

.ph-card .i-4 {
  bottom: 20px;
  right: -80px
}

.login-remember-me input {
  display: none
}

.login-remember-me .lgn-btn {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #161f46;
  border: 1px solid #161f46;
  border-radius: 15px;
  color: #475285;
  font-size: 24px;
  transition: 0.2s ease;
  cursor: pointer;
  border-radius: 50px
}

.login-remember-me .lgn-btn::before {
  content: "\eae5";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.login-remember-me .lgn-btn.active {
  background: #0139ff;
  border-color: #0139ff;
  color: #fff
}

.log-remember-pass {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #161f46;
  border: 1px solid #161f46;
  border-radius: 15px;
  color: #475285;
  font-size: 24px;
  transition: 0.2s ease;
  cursor: pointer;
  border-radius: 50px;
  text-decoration: none
}

.log-remember-pass::before {
  content: "\eed2";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.lg-icon {
  display: flex;
  width: 34px;
  height: 34px;
  background: rgb(33 82 255 / .15);
  border: 1px solid #2152ff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  color: #2152ff;
  font-size: 17px
}

@media (min-width:992px) {
  .login-row>.col-start {
    flex: 0 0 auto;
    width: 64%
  }

  .login-row>.col-end {
    flex: 0 0 auto;
    width: 36%
  }
}

.login-input {
  border: none;
  outline: none;
  width: 100%;
  background: #161f46;
  border-radius: 15px;
  height: 66px;
  padding: 0 24px;
  color: #fff;
  font-weight: 600
}

.login-input:focus {
  outline: none;
  border: 1px solid #03f;
  border-color: #03f;
  background-color: #161f46;
  color: #fff
}

.login-input::placeholder {
  font-weight: 600;
  color: #757fac
}

.login-section {
  padding: 50px 0
}

@media (min-width:768px) {
  .login-section {
    padding: 80px 0
  }
}

.lg-card {
  background-size: cover;
  background-position: center;
  overflow: hidden
}

.lg-card.c-1 {
  background-image: url(https://cdn.smmspot.net/asmm1st/assets/img/login/lgc-1.png)
}

.lg-card.c-2 {
  background-image: url(https://cdn.smmspot.net/asmm1st/assets/img/login/lgc-2.png)
}

.lg-card .lg-card-body {
  padding: 47px 40px 41px 40px;
  background-color: rgb(0 0 0 / .4);
  backdrop-filter: blur(20px)
}

@media (max-width:992px) {
  .lg-card .lg-card-body span {
    color: #fff !important
  }
}

@media (min-width:992px) {
  .lg-card .lg-card-body {
    background-color: #fff0;
    backdrop-filter: none !important;
    padding: 47px 40px 330px 40px
  }
}

.lg-card .lgc-title {
  font-weight: 400;
  font-size: 25px;
  line-height: 125%;
  color: #fff;
  margin-bottom: 8px
}

.lg-card .lgc-title span {
  color: #0139ff
}

.lg-card .lgc-text {
  margin-bottom: 0;
  max-width: 380px;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #fff
}

.login-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 36px;
  color: #fff
}

@media (min-width:768px) {
  .login-title {
    font-size: 35px;
    line-height: 40px
  }
}

.login-title span {
  font-weight: 700;
  position: relative;
  z-index: 999
}

.login-title span::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='136' height='12' viewBox='0 0 136 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.864 8.97544C82.1537 4.38991 53.8493 4.86909 3.3148 11.0989C1.94446 11.2678 0.696634 10.2939 0.527701 8.92358C0.358767 7.55324 1.3327 6.30542 2.70304 6.13648C53.5883 -0.136588 82.2487 -0.621901 133.315 3.99576C134.69 4.1201 135.704 5.33565 135.579 6.71075C135.455 8.08585 134.239 9.09979 132.864 8.97544Z' fill='url(%23paint0_linear_142_1034)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_142_1034' x1='139.458' y1='7.3734' x2='1.71801' y2='9.63104' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230139FF'/%3E%3Cstop offset='1' stop-color='%230139FF' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  position: absolute;
  bottom: -16px;
  right: 0;
  height: 20px;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat
}

.login-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #4a4f6e
}

.login-img {
  max-width: 100%
}

.login-eause {
  padding-top: 40px;
  border-bottom: 1px solid #1d244d
}

@media (min-width:992px) {

  .login-eause .col:nth-child(1) .login-eause-item::after,
  .login-eause .col:nth-child(3) .login-eause-item::after {
    display: block
  }
}

.login-eause-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
  position: relative
}

.login-eause-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  right: -10px;
  background: #0139ff;
  height: 5px;
  display: none
}

.login-eause-item .icon {
  width: 55px;
  height: 55px;
  position: relative;
  margin-bottom: 36px;
  z-index: 1;
  user-select: none;
  transition: 0.14s ease
}

.login-eause-item .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none
}

.login-eause-item:hover .icon {
  animation: mover 1s infinite alternate
}

.login-eause-item .title {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -.04em;
  color: #fff;
  margin-bottom: 14px;
  position: relative;
  z-index: 2
}

.login-eause-item .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -.04em;
  color: #5c638c;
  margin-bottom: 0;
  position: relative;
  z-index: 2
}

@media (min-width:992px) {
  .login-eause-item .text {
    max-width: 210px
  }
}

@keyframes mover {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-20px)
  }
}

.ea-section {
  background-image: url(https://cdn.smmspot.net/asmm1st/assets/img/login/ea-bg.png);
  position: relative;
  background-position: center;
  background-repeat: no-repeat
}

.chfa-section {
  position: relative
}

.chfa-box {
  background-image: url(https://cdn.smmspot.net/asmm1st/assets/img/login/chfa-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 55px 55px 0 0;
  padding: 105px 20px 234px 20px;
  position: relative;
  z-index: 2
}

.chfa-box .login-title {
  margin-bottom: 0
}

.chfa-view {
  margin-top: -172px;
  z-index: 3;
  position: relative;
  text-align: center
}

.chfa-view img {
  max-width: 100%;
  pointer-events: none;
  user-select: none
}

.login-pm {
  position: relative;
  background: #0f163a;
  border: 1px solid #151d46;
  border-radius: 15px;
  height: 108px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.login-tes-title {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 24px
}

.login-tes-title i {
  color: #ffa800;
  font-size: 24px
}

.login-tes-title span {
  font-weight: 400;
  font-size: 25px;
  line-height: 140%;
  color: #fff
}

.login-swiper {
  position: relative
}

.login-swiper .sw-item {
  background: #0d1438;
  border: 1px solid #1d254d;
  border-radius: 15px;
  padding: 30px
}

.login-swiper .sw-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #acb5c6
}

.login-swiper .sw-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%
}

.login-swiper .sw-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff
}

.login-swiper .sw-body {
  padding: 20px 0
}

.login-swiper .sw-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -.03em;
  color: #fff;
  margin-bottom: 0
}

.login-swiper .sw-stars {
  display: flex;
  gap: 4px;
  align-items: center
}

.login-swiper .sw-stars .ri-star-fill {
  color: #ffa800
}

.login-swiper .sw-stars .point {
  padding-left: 10px;
  color: #fff
}

.login-sw-btns {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px
}

.login-sw-btns .login-sw-btn {
  border: 1px solid rgb(235 242 250 / .25);
  border-radius: 31.5px;
  background-color: #fff0;
  outline: none;
  color: #fff;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.14s ease;
  position: relative
}

.login-sw-btns .login-sw-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.2s ease;
  border-color: #fff;
  background-color: #fff;
  border-radius: 50%;
  transform: scale(0)
}

.login-sw-btns .login-sw-btn:hover::before {
  transform: scale(1)
}

.login-sw-btns .login-sw-btn:hover i {
  color: #0139ff
}

.login-sw-btns .login-sw-btn i {
  position: relative;
  z-index: 3;
  transition: 0.14s ease
}

.login-foot-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -.03em;
  color: #4a4f6e;
  max-width: 630px;
  display: inline-block
}

@media (max-width:992px) {
  .login-first-section {
    padding: 10px 0
  }
}

.nwo-title {
  font-weight: 600;
  font-size: 17.9254px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 30px
}

.nwo-title-2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  color: #fff
}

.dh-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px
}

.dh-icon.dh-icon-1 {
  background: rgb(52 97 255 / .15);
  color: #3461ff
}

.dh-icon.dh-icon-2 {
  background: rgb(255 1 154 / .15);
  color: #ff019a
}

.dh-fi-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #60688b;
  margin-bottom: 6px
}

.dh-fi-text {
  font-weight: 600;
  font-size: 22.9781px;
  line-height: 26px;
  color: #fff
}

.nwo-fi-card {
  background-size: cover;
  background-position: left center
}

.nwo-fi-card .card-body {
  padding: 20px
}

@media (min-width:768px) {
  .nwo-fi-card .card-body {
    padding: 30px
  }
}

@media (min-width:992px) {
  .nwo-fi-card .card-body {
    padding: 38px 30px
  }
}

.nwo-fi-card.card-1 {
  background-image: url(https://storage.perfectcdn.com/iwuu7h/761hs03tm67gu37s.png)
}

.nwo-fi-card.card-2 {
  background-image: url(https://storage.perfectcdn.com/iwuu7h/7ozi3j7c3ft6lkbl.png)
}

.nwo-fi-card.card-2.level_card {
  background: linear-gradient(#0d1438f0, #0d1438f0), url(https://storage.perfectcdn.com/iwuu7h/7ozi3j7c3ft6lkbl.png) !important
}

.nwo-service-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #fff
}

.nwo-service-card {
  display: flex;
  align-items: center;
  background: #171f40;
  border: 1px solid #1f284c;
  border-radius: 15px;
  padding: 28px 24px
}

.nwo-service-card.center {
  justify-content: center
}

.nwo-service-card .link-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #fff
}

.nwo-service-card .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #fff
}

.nwo-service-card .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #5c6aff;
  margin-left: auto
}

.nwo-service-card .long-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #69719a;
  margin-bottom: 0;
  width: 100%;
  overflow-y: scroll;
  max-height: 300px
}

.updates-container {
  position: relative;
  display: flex;
  gap: 16px;
  flex-direction: column
}

.updates-card {
  background: #171f40;
  border: 1px solid #1f284c;
  border-radius: 15px;
  padding: 20px 24px
}

.updates-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 14px
}

.updates-footer {
  display: flex;
  gap: 30px
}

.updates-footer-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #545f8b
}

.updates-footer-text.c-red {
  color: #fd5f5f
}

.updates-footer-text.c-green {
  color: #1f5
}

.updates-footer-text.c-blue {
  color: #0139ff
}

.nwo-categories {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  gap: 7px
}

.nwo-cat-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border: none;
}

.nwo-cat-btn.active .icon {
  background: #0139ff;
}

.nwo-cat-btn.active .icon,
.nwo-cat-btn.active .text {
  color: #fff
}

.nwo-cat-btn .icon {
  width: 66px;
  height: 67px;
  background-color: #242c4f;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}

.nwo-cat-btn .icon img {
  width: 40px;
}

.nwo-cat-btn .icon {
  color: #3461ff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.nwo-cat-btn .text {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #fff
}

.filter-head {
  font-size: 24px;
  font-weight: 600;
}

.btn.btn-primary.hide-filter-btn {
  background: #0139ff;
  height: 38px;
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
  margin-left: auto;
  display: flex;
  border-radius: 20px !important;
  align-items: center;
  gap: 5px;
}

.ar-rtl .btn.btn-primary.hide-filter-btn {
  margin-left: 0;
  margin-right: auto;
}

.btn.btn-primary.hide-filter-btn:after {
  content: "\f107";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.btn.btn-primary.hide-filter-btn.active::after {
  content: "\f106";
}

.s-row {
  display: flex;
  align-items: center;
  gap: 10px
}

.s-row.s-title {
  font-weight: 600;
  display: none
}

@media (min-width:992px) {
  .s-row.s-title {
    display: flex
  }
}

.s-col {
  flex: 0 0 auto
}

@media (min-width:992px) {
  .s-col {
    flex: 0 0 50px;
    width: 50px
  }

  .s-col.s-col-sm {
    flex: 0 0 70px;
    width: 70px
  }

  .s-col.s-col-md {
    flex: 0 0 100px;
    width: 200px
  }

  .s-col.s-col-lg {
    flex: 0 0 180px;
    width: 180px
  }

  .s-col.s-title {
    flex: 1 0 0%;
    width: auto
  }
}

.services-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

@media (min-width:992px) {
  .services-wrapper {
    flex-direction: column
  }
}

.si-wrapper {
  flex: 0 0 auto;
  width: 100%;
  position: relative
}

@media (min-width:768px) {
  .si-wrapper {
    flex: 0 0 auto;
    width: 50%
  }
}

@media (min-width:992px) {
  .si-wrapper {
    width: 100%
  }
}

.service-item {
  padding: 12px 30px;
  border-radius: 15px;
  margin-bottom: 10px;
  background: #0f163a;
  border: 1px solid #1e2756;
  box-sizing: border-box;
  border-radius: 15px
}

@media (max-width:992px) {
  .service-item .s-row {
    flex-wrap: wrap;
    align-items: center
  }

  .service-item .s-col-avtime {
    width: 100%;
    text-align: center
  }

  .service-item .s-col-btn {
    flex: 1
  }

  .service-item .s-col {
    padding: 0 0
  }

  .service-item .s-col::before {
    content: attr(data-title);
    display: block;
    padding-bottom: 6px;
    font-weight: 600;
    color: rgb(255 255 255 / .7);
    font-size: 13px
  }

  .service-item .s-col-fav {
    order: 100
  }

  .service-item .s-col-id {
    width: 100%;
    text-align: center
  }

  .service-item .s-title {
    width: 100%;
    text-align: center
  }

  .service-item .s-col-c {
    width: 30%;
    text-align: center
  }

  .service-item {
    padding: 10px 10px;
  }

  .services-head-row {
    display: none;
  }

  .service-item .s-row .serv_id {
    grid-area: id;
  }

  .service-item .s-row .serv_name {
    grid-area: serv_name;
  }

  .service-item .s-row .serv_rate {
    grid-area: serv_rate;
    width: 100%;
  }

  .service-item .s-row .serv_min {
    grid-area: serv_min;
    width: 100%;
  }

  .service-item .s-row .serv_max {
    grid-area: serv_max;
    width: 100%;
  }

  .service-item .s-row .serv_avg {
    grid-area: serv_avg;
    width: 100%;
  }

  .service-item .s-row .serv_options {
    grid-area: opt;
  }

  .service-item .s-row {
    display: grid;
    grid-template-areas:
      "id id id opt opt opt opt opt opt opt opt opt"
      "serv_name serv_name serv_name serv_name serv_name serv_name serv_name serv_name serv_name serv_name serv_name serv_name"
      "serv_rate serv_rate serv_rate serv_rate serv_rate serv_rate serv_min serv_min serv_min serv_min serv_min serv_min"
      "serv_max serv_max serv_max serv_max serv_max serv_max serv_avg serv_avg serv_avg serv_avg serv_avg serv_avg";
    gap: 10px;
  }

  .buynowBtn,
  .fav-icon {
    width: 35px !important;
    min-width: 35px !important;
    height: 35px !important;
    font-size: 18px !important;
  }

  .serv_options {
    justify-content: end;
  }

  .serv_options .btn-primary {
    padding: 10px 10px;
    width: auto;
    font-size: 14px;
  }

  .service-item .s-row .serv_id span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    padding: 0px 10px;
    border-radius: 5px;
    background: #080e2e;
    color: #fff;
    border: 1px solid #1e2756;
  }

  .service-item .s-col::before {
    display: inline-flex;
  }

  .service-item .sp-serv-sm {
    display: inline-flex;
  }

  .service-item .s-row .serv_rate,
  .service-item .s-row .serv_min,
  .service-item .s-row .serv_max,
  .service-item .s-row .serv_avg {
    background: #080e2e;
    padding: 3px 10px;
    border-radius: 40px;
    text-align: left;
  }

  .service-item .s-row .serv_rate::before,
  .service-item .s-row .serv_min::before,
  .service-item .s-row .serv_max::before,
  .service-item .s-row .serv_avg::before {
    display: inline-flex !important;
    font-size: 14px !important;
    background: none;
    color: #fff;
    padding: 0px !important;
    line-height: 1;
    border: none !important;
    border-radius: none;
    font-weight: bold;
  }

  .service-item .s-row .serv_rate span,
  .service-item .s-row .serv_min span,
  .service-item .s-row .serv_max span,
  .service-item .s-row .serv_avg span {
    display: inline-flex !important;
    font-size: 14px !important;
    background: none;
    color: #fff;
    padding: 0px !important;
    line-height: 1;
    border: none !important;
    border-radius: none;
    font-weight: normal;
  }
}

.services-head-row .service-item {
  background-color: #0f163a;
  border: none
}

.sp-serv-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px
}

.sp-serv-sm {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: #145bff
}

@media (min-width:992px) {
  .sp-serv-sm {
    color: #fff;
    font-size: 14px
  }
}

.orlc {
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 10px;
  background: #f7fafc;
  color: #fff;
  border-radius: 22px
}

.orlc.min {
  background: rgb(1 57 255 / .18);
  border: 1px solid #0139ff
}

.orlc.max {
  background: #192146;
  border: 1px solid #242e5e
}

.sp-services .card {
  margin-bottom: 30px
}

@media (min-width:992px) {
  .sp-services .card {
    background-color: #fff;
    border: 1px solid #eee;
    overflow: hidden
  }
}

.si-header {
  padding: 15px 30px;
  background: #0139ff;
  background-size: cover;
  background-position: right center;
  border-radius: 15px;
  border: 1px solid #1e2756;
  margin-bottom: 14px
}

.si-header .si-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 0
}

.search-services {
  height: 40px;
  position: relative
}

.search-services:focus-within .icon {
  color: #fff
}

.search-services .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #92969d;
  transition: 0.14s ease
}

.search-services .textbox {
  width: 100%;
  height: 40px;
  background-color: #fff0;
  outline: none;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px
}

.search-services .textbox::placeholder {
  color: #92969d
}

.fav-btn {
  width: 42px;
  height: 42px;
  background: #18214b;
  outline: none;
  border: none;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff
}

.orders-nav-wrapper {
  padding-top: 30px;
  margin-bottom: 30px
}

.orders-nav {
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap
}

.orders-nav-link {
  background: #192149;
  border: 1px solid #232e64;
  box-sizing: border-box;
  border-radius: 15px;
  color: #637990;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  transition: 0.14s ease;
  text-decoration: none
}

.orders-nav-link:focus {
  box-shadow: 0 0 0 .25rem rgb(1 57 255 / .25)
}

.orders-nav-link.active {
  background-color: #0139ff;
  border-color: #0139ff !important;
  color: #fff
}

.orders-nav-link.active:hover {
  background-color: #0139ff;
  color: #fff;
  border-color: #0139ff
}

@media (min-width:992px) {
  .orders-nav-link {
    padding: 10px 13px
  }
}

@media (min-width:1200px) {
  .orders-nav-link {
    padding: 11px 15px
  }
}

@media (min-width:1400px) {
  .orders-nav-link {
    padding: 14px 18px
  }
}

.orders-nav-link .icon {
  font-size: 20px;
  display: flex;
  align-items: center
}

.orders-nav-link .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px
}

.op-search-box {
  transition: 0.14s ease
}

.op-search-box:focus-within {
  box-shadow: 0 0 0 .25rem rgb(1 57 255 / .25)
}

.op-search-box .icon {
  color: #637990
}

.op-search-box input {
  transition: 0.14s ease;
  background-color: #fff0;
  border: none;
  outline: none;
  flex: 1;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px
}

.op-search-box input::placeholder {
  color: #566676
}

.op-card {
  margin-bottom: 30px
}

.op-card .op-card--top {
  padding-bottom: 30px;
  border-bottom: 1px solid #1b2454
}

.op-card .op-card--bottom {
  padding-top: 30px
}

.op-stats {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #fff;
  background-color: rgb(255 255 255 / .15);
  border-radius: 15px;
  padding: 20px 34px;
  text-decoration: none
}

.op-stats.op-stats-sm {
  padding: 16px 30px;
  border-color: rgb(255 255 255 / .15) !important
}

.op-stats.op-stats-btn {
  padding: 20px 20px;
  display: inline-block;
  border: none;
  transition: 0.14s ease;
  color: #fff;
  background: #192149;
  border: 1px solid #232e64
}

.op-stats.op-stats-btn:focus {
  box-shadow: 0 0 0 .25rem rgb(1 57 255 / .25)
}

.op-stats.op-stats-btn.cs-btn {
  font-size: 24px;
  margin-bottom: 0
}

.op-stats.primary {
  background: #0139ff;
  border: 1px solid #4f75ff
}

.op-stats.red {
  background: #ff2424;
  border: 1px solid rgb(255 36 36 / .26)
}

.op-stats.secondary {
  background: #ff5c00;
  border: 1px solid rgb(255 92 0 / .24)
}

.op-stats.success {
  background: #47ab7b;
  border: 1px solid #51dd9a
}

.op-stats.warning {
  background-color: #ffc107;
  border: 1px solid 1px solid #ffdb70
}

.op-stats.info {
  background-color: #4a629c;
  border: 1px solid rgb(74 98 156 / .24)
}

.op-service-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #fdfdfd;
  margin-bottom: 0
}

.op-search-box.op-order-link {
  display: flex;
  width: 100%
}

.op-search-box.op-order-link .link {
  display: block;
  width: 100%;
  flex: 1 0 0%;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #637990;
  opacity: .8;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.op-date {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #fff
}

.op-date::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #9aacbd;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  margin-left: 0
}

.op-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: column
}

@media (min-width:992px) {
  .op-item {
    flex-direction: row
  }
}

.op-item .title {
  font-size: 14px;
  line-height: 18px;
  color: #72879d
}

.op-item .icon {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fdfdfd
}

.op-item .text {
  font-weight: 700;
  font-size: 23px;
  color: #fdfdfd;
  line-height: 27px
}

.pm-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  color: #fff
}

.pm-about {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #636b82;
  margin-bottom: 0
}

.pm-text-container {
  margin-top: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #8b98b8
}

@media (min-width:768px) {
  .pm-text-container {
    margin-top: 50px;
    padding: 30px;
    background: #171f40;
    border: 1px solid #1f284c;
    border-radius: 20px
  }
}

.ts-wrapper {
  position: relative;
  overflow-y: scroll;
  max-height: 650px
}

.ts-item {
  position: inherit;
  background: #192149;
  border: 1px solid #1e2756;
  border-radius: 15px;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 10px 26px
}

.ts-item+.ts-item {
  margin-top: 14px
}

.ts-title {
  padding-top: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #8b98b8
}

.ts-text {
  padding-bottom: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #fff
}

.ts-text.blue {
  color: #0258ff
}

.ts-text.red {
  color: #ff2626
}

.ts-text.green {
  color: #1db475
}

.spf-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 0
}

.scf-id-box {
  background: #0840ff;
  border-radius: 10px;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff
}

.sc-stat-item {
  position: relative;
  background: #171f40;
  border: 1px solid #1f284c;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 30px 22px;
  margin-top: 16px
}

.ar .sc-stat-item {
  justify-content: space-between
}

.sc-stat-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #fff
}

.sc-stat-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #2a62ff;
  margin-left: auto
}

.ar .sc-stat-text {
  margin-left: inherit
}

.sc-card {
  background-image: url(https://cdn.smmspot.net/asmm1st/assets/img/support/cta.png);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat
}

.sc-card-icon {
  background: #014bff;
  border: 1px solid #2152ff;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center
}

.sc-card-minititle {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0
}

.sc-card-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: -.04em;
  color: #fff;
  margin: 30px 0 16px
}

.sc-card-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -.04em;
  color: #6c7292;
  max-width: 338px;
  margin-bottom: 0
}

.message-card-header {
  background: #0f1739;
  background-image: url(https://cdn.smmspot.net/asmm1st/assets/img/support/card-head.png);
  background-size: cover;
  background-position: right center;
  padding: 46px 50px;
  border-radius: 25px 25px 0 0
}

.message-card-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  color: #fff
}

.message-card-body {
  position: relative;
  min-height: calc(100vh - 460px);
  max-height: calc(100vh - 460px);
  overflow-y: scroll
}

.message-card-footer {
  border-top: 1px solid #1e2756;
  padding: 20px 22px;
  transition: 0.14s ease
}

.message-card-footer:focus-within {
  border-color: #394686
}

.messages-wrapper {
  padding: 40px 30px;
  display: flex;
  flex-direction: column
}

.message-container {
  position: relative;
  display: block;
  margin-bottom: 20px
}

.message-wrapper {
  display: inline-flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%
}

.message-head {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 14px
}

.message-head .avatar {
  display: flex;
  align-items: center;
  justify-content: center
}

.message-head .username {
  font-weight: 600;
  font-size: 12px;
  line-height: 26px;
  color: #8b98b8
}

.message-head .date {
  margin-left: auto;
  font-weight: 600;
  font-size: 12px;
  line-height: 26px;
  color: #8b98b8
}

.message-box {
  background: linear-gradient(90.54deg, #0139ff 0%, #2a62ff 100%);
  border-radius: 0 15px 15px 15px;
  padding: 18px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  display: inline-block;
  margin-right: auto
}

.message-container.message-end {
  margin-left: auto
}

.ar .message-container.message-end {
  margin-right: auto;
  margin-left: inherit
}

.message-container.message-end .message-box {
  margin-right: initial;
  margin-left: auto;
  background: #171f40;
  border-radius: 15px 15px 0 15px
}

.message-input {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  transition: 0.14s ease;
  padding: 14px 6px;
  border: none;
  outline: none;
  background-color: #fff0;
  width: 100%;
  color: #fff
}

.message-input::placeholder {
  color: #8b98b8
}

.ns-setup-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #fff
}

.ns-card {
  background: rgb(52 97 255 / .15);
  border-radius: 10px;
  padding: 28px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #3461ff
}

.ns-card .ns-domain {
  position: relative
}

.ns-card .ns-domain+.ns-domain::before {
  display: none;
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-20px);
  left: 0
}

.child-panel-card {
  background: url(https://storage.perfectcdn.com/iwuu7h/zmzzd7kk5jijg018.png);
  background-size: cover;
  background-position: right center
}

.child-panel-card .title {
  font-weight: 600;
  font-size: 25px;
  line-height: 125%;
  color: #fff
}

.child-panel-card .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 0
}

.cp-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
  padding: 6px 0
}

.cp-box {
  background: #0f1739;
  border: 1px solid #1b2349;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 15px
}

.cp-box .icon {
  background: rgb(43 98 255 / .1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px
}

.cp-box .icon::after {
  content: "\eb7b";
  color: #2b62ff;
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.cp-box .text {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #fff
}

.cp-title-3 {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 22px
}

.cp-text-3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #8b98b8;
  margin-bottom: 0
}

.af-top-icon {
  background: rgb(43 98 255 / .1);
  border-radius: 10px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2b62ff;
  font-size: 20px
}

.af-top-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0
}

.af-avatar {
  background: rgb(42 98 255 / .15);
  color: #2a62ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  font-size: 30px
}

.af-card {
  background: #171f40;
  border: 1px solid #1f284c;
  border-radius: 15px;
  padding: 14px 20px 14px 14px;
  display: flex;
  align-items: center;
  gap: 20px
}

.af-card-btn {
  background: #0139ff;
  border: 1px solid #4f75ff;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff
}

.af-card-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #4a4f6e
}

.af-card-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin-top: 6px;
  display: inline-block;
  width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis
}

.af-item {
  position: relative;
  padding-bottom: 10px
}

.af-item::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 20px;
  background: #0139ff;
  border-radius: 10px
}

.af-item-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #fff
}

.af-item-text {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #fff
}

.account-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #2a62ff;
  background-color: rgb(42 98 255 / .15)
}

.acc-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #4a4f6e
}

.acc-text {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #fff
}

.api-page p {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #92969d
}

.api-page .code {
  font-weight: 400
}

.api-page-title {
  font-weight: 500;
  font-size: 35px;
  line-height: 30px;
  color: #fff
}

.api-page #PageTitle {
  display: block;
  font-weight: 600;
  font-size: 35px;
  line-height: 30px
}

.api-page p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  color: #92969d
}

.api-page h6 {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #fff
}

.api-title-section {
  padding: 60px 0 30px
}

.api-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 8px;
  margin-top: 0
}

.api-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #fff
}

.api-copy,
.download-example {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background-color: #03f;
  color: #fff;
  border-radius: 50px
}

.api-section {
  padding: 0 0 30px
}

.api-section .card-header .api-title {
  margin-bottom: 0
}

@media (min-width:992px) {

  .api-section .card .card-body,
  .api-section .code.card-body {
    padding: 40px
  }
}

.api-section .card-body .row {
  margin-bottom: -2rem
}

.api-section .code {
  color: rgb(255 255 255 / .6)
}

.blog-head {
  padding-top: 110px
}

.blog-head-content {
  padding: 40px 0 24px
}

@media (min-width:992px) {
  .blog-head-content {
    padding: 110px 0 60px 0
  }
}

.blog-head-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.3;
  color: #fff
}

.blog-head-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #9fa2b0
}

.blogs-section {
  padding-bottom: 40px
}

.blog-item {
  display: block;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 30px
}

.blog-item .blog-thumb {
  position: relative;
  padding-top: 60%;
  width: 100%;
  border-radius: 16px;
  overflow: hidden
}

.blog-item .blog-thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.blog-item .blog-title {
  padding-top: 30px;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  color: #fff
}

.blog-item .blog-avatar {
  width: 34px;
  height: 34px;
  background-image: url(https://storage.perfectcdn.com/iwuu7h/zbn08caoayfifkfo.ico);
  background-size: 100% 100%;
  background-repeat: no-repeat
}

.blog-item .blog-author {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #9fa2b0
}

.blog-single-head {
  padding-top: 110px
}

.blog-single-head-content {
  padding: 40px 0 30px
}

@media (min-width:992px) {
  .blog-single-head-content {
    padding: 84px 0 60px
  }
}

.bs-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}

.bs-head-cat {
  background: #0f1739;
  border: 1px solid #252e5d;
  border-radius: 50px;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  text-decoration: none;
  padding: 17px 26px;
  transition: 0.14s ease
}

.bs-head-cat:hover {
  color: #fff
}

.bs-head-title {
  font-weight: 600;
  font-size: 35px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px
}

.bs-head-date {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px
}

.bs-head-share-wrapper {
  display: flex;
  align-items: center;
  gap: 10px
}

.bs-head-share-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #fff
}

.bs-head-share-icon {
  background: rgb(255 255 255 / .1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  font-size: 22px;
  color: #fff;
  transition: 0.14s ease
}

.bs-head-share-icon:hover {
  color: #fff;
  transform: scale(1.1);
  opacity: .7
}

.bs-head-share-icon.bs-reddit {
  background: #fd5f5f
}

.bs-head-share-icon.bs-twitter {
  background: #00caff
}

.bs-head-share-icon.bs-telegram {
  background: #0139ff
}

.bs-single-thumbnail {
  padding: 0 0 30px 0;
  height: auto !important;
  max-height: auto !important
}

.bs-single-thumbnail .blog-single-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto
}

.bs-single-thumbnail .blog-single-image-wrapper {
  position: relative;
  padding-top: 34%;
  width: 100%;
  border-radius: 50%;
  user-select: none;
  pointer-events: none;
  border-radius: 25px;
  height: auto;
  margin-bottom: 30px
}

.bs-single-content {
  padding: 30px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #fff
}

.bs-single-content img {
  margin: 20px 0;
  max-width: 100%;
  border-radius: 20px;
  transition: 0.1s ease
}

.bs-single-content img:hover {
  border-radius: 0
}

.bs-single-footer {
  padding: 30px 0 80px
}

.bs-footer-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(42 98 255 / .15);
  color: #2a62ff;
  font-size: 35px
}

.bs-footer-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px
}

.bs-footer-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0
}

.register-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh
}

.register-page::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url(https://storage.perfectcdn.com/iwuu7h/iw2y2u31ni9lplwg.webp);
  background-size: cover;
  background-position: center
}

@media (min-width:768px) {
  .register-page::before {
    width: 25%
  }
}

@media (min-width:992px) {
  .register-page::before {
    width: 50%
  }
}

@media (max-width:992px) {
  .orlc {
    border-radius: 10px
  }
}

.time_replaced {
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #545f8b !important
}

.register-container {
  padding: 40px 0;
  position: relative;
  z-index: 100
}

.register-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 20px
}

.register-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -.03em;
  color: #4a4f6e
}

.form-check-input[type="checkbox"] {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  background-color: rgb(255 255 255 / .1);
  border: 1px solid rgb(255 255 255 / .3)
}

.form-check-input[type="checkbox"]:checked {
  background-color: #2a62ff;
  border: 1px solid #5475ff
}

.form-check {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px
}

.form-check-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #fff
}

.page-head .ph-title .ph-title-sp::after {
  content: "";
  position: absolute;
  background: url(https://cdn.smmspot.net/smm1st/images/home/underline.svg) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: -30px
}

.page-head .ph-title .ph-title-sp {
  position: relative;
  color: #355df2
}

.form-group.fields {
  margin-bottom: 1.5rem !important
}

.form-group.fields label {
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  margin-bottom: 16px
}

.ar .select2-results__option{
  text-align: right;
}

.select2-results__option a {
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option:hover {
  background-color: #0d1438 !important
}

.fav-btn .ri-star-fill {
  color: #0139ff
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #171f40
}

.modal-content {
  background: #080e2e;
  border-radius: 15px
}

.modal-header {
  border-bottom: 1px solid #171f40
}

button.close {
  background: none;
  border: none
}

.mbo-wrapper {
  white-space: normal !important
}

.select-container {
  position: relative;
  width: 100%
}

.select-container.open .select-options-wrapper {
  display: flex
}

.select-container.open .select-arrow {
  transform: rotate(180deg)
}

.select-button {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #fff0;
  transition: 0.14s ease;
  outline: none;
  line-height: 20px;
  background-color: #171f40;
  border: 1px solid #1f284c;
  box-sizing: border-box;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 21px 25px
}

.select-button:focus {
  box-shadow: 0 0 0 .25rem rgb(0 0 0 / .1)
}

.selected-text {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis
}

.select-arrow {
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.14s ease
}

.select-options-wrapper {
  border-radius: 20px;
  position: absolute;
  z-index: 6;
  display: none;
  align-items: center;
  flex-direction: column;
  transition: 0.14s ease;
  background: #181f40;
  border: 1px solid #60657d;
  top: 70px;
  width: 100%
}

.select-options {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 8px;
  display: flex;
  gap: 2px;
  flex-direction: column;
  max-height: 280px;
  overflow-y: auto;
  font-size: 16px
}

.tableAddFunds::-webkit-scrollbar,
.has_scroll_bar::-webkit-scrollbar,
.ts-wrapper::-webkit-scrollbar,
.select-options::-webkit-scrollbar {
  width: 6px
}

.tableAddFunds::-webkit-scrollbar-track,
.has_scroll_bar::-webkit-scrollbar-track,
.ts-wrapper::-webkit-scrollbar-track,
.select-options::-webkit-scrollbar-track {
  background: #2e384c;
  border-radius: 3px
}

.tableAddFunds::-webkit-scrollbar-thumb,
.has_scroll_bar::-webkit-scrollbar-thumb,
.ts-wrapper::-webkit-scrollbar-thumb,
.select-options::-webkit-scrollbar-thumb {
  background: #0033ff50;
  border-radius: 3px
}

.tableAddFunds::-webkit-scrollbar-thumb:hover,
.has_scroll_bar::-webkit-scrollbar-thumb:hover,
.ts-wrapper::-webkit-scrollbar-thumb:hover,
.select-options::-webkit-scrollbar-thumb:hover {
  background: #03f
}

.select-option {
  display: block;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #fff0;
  text-align: left;
  color: #8598ac
}

.select-option:hover,
.select-option:focus {
  background-color: rgb(255 255 255 / .1)
}

.select-option.active {
  color: #fff
}

.panel-body {
  background: #171f40;
  border: 1px solid #1b2447;
  border-radius: 15px;
  padding: 20px
}

.actulus-toast {
  position: fixed;
  z-index: 99999;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  left: 50%;
  top: 20px;
  background: #0d1438;
  border: 1px solid #1d254d;
  border-radius: 15px;
  color: #fff;
  padding: 10px 12px;
  transform: translate(-50%, -200%) scale(.4);
  transition: 0.2s ease
}

.panel-title>a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px
}

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

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
  text-decoration: none
}

.panel-heading {
  padding: 20px 15px;
  border-bottom: 1px solid #fff0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel {
  margin-bottom: 20px !important;
  background-color: #fff;
  border: 1px solid #fff0;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 15px 16px 13px 8px rgb(4 4 4 / 5%)
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #00bcd4;
  text-align: center;
  color: #fff
}

.faq {
  padding-top: 25px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 70px
}

.faq-content {
  --statu-gutter-y: 20px
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.faq-item {
  border: aliceblue;
  background-color: #0d1338;
  border-radius: 15px
}

.faq-item__button {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: #0d1338;
  outline: none;
  border: none;
  padding: 28px 24px;
  font-weight: 600;
  gap: 48px;
  font-size: 16px;
  border-radius: 15px;
  line-height: 24px;
  letter-spacing: -.03em;
  text-align: start;
  color: #fff
}

.faq-item__button,
.faq-item__button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.faq-item__button-icon {
  -webkit-transition: all 0.2s;
  transition: all 0.2s
}

.faq-item__button-icon * {
  font-size: 24px;
  color: #fff
}

.faq-item__button:not(.collapsed) .faq-item__button-icon {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.faq-item__inner {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -.03em;
  color: #767f93;
  padding: 0 25px 25px
}

@media (max-width:991.98px) {
  .faq {
    padding-top: 64px;
    padding-bottom: 64px
  }
}

@media (max-width:767.98px) {
  .faq {
    gap: 32px;
    padding-top: 25px;
    padding-bottom: 25px
  }

  .faq-content {
    --statu-gutter-y: 16px
  }

  .faq-list {
    gap: 16px
  }

  .faq-item__button {
    gap: 16px;
    padding: 16px
  }

  .faq-item__inner {
    padding: 0 16px 16px
  }
}

@media only screen and (max-width:600px) {
  .child-panel-card {
    margin-top: 10px
  }
}

.header-nav {
  display: flex;
  padding: 0 20px;
  gap: 10px
}

.nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none
}

.nwo-service-card .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #5c6aff;
  margin-left: auto
}

.smmiconss ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1rem;
  list-style-type: none;
  font-size: 2rem
}

p,
.smmiconss a {
  margin-bottom: 1rem;
  color: #eee;
  font-size: 1rem
}

.smmiconss a {
  margin-top: 2%
}

.app-content p {
  margin-bottom: 8px;
  padding: 0
}

.card.card__statis .statis_1 {
  padding: 25px 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  background: url(https://storage.perfectcdn.com/iwuu7h/761hs03tm67gu37s.png);
  background-size: cover
}

.card.card__statis .statis_2 {
  padding: 25px 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  background: url(https://storage.perfectcdn.com/iwuu7h/7ozi3j7c3ft6lkbl.png);
  background-size: cover
}

.static__link a {
  padding: 10px 20px;
  display: inline-block;
  color: #000;
  font-size: 17px;
  margin-top: 22px;
  background: #00f3ff47;
  border-radius: 10px
}

.card.card__statis .statis_2 {
  padding: 25px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left
}

h4.static__title {
  font-size: 20px;
  font-weight: 700;
  color: #fff
}

.dashboard.nightmode .footer-top p,
.dashboard.nightmode .widget-title,
.dashboard.nightmode .footer-nav li a,
.dashboard.nightmode a {
  color: #fff
}

.card.card__statis .statis_2 {
  padding: 25px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left;
  min-height: 200px;
  border-radius: 25px
}

.card.card__statis .statis_1 {
  padding: 25px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left;
  min-height: 200px;
  border-radius: 25px
}

h4.static__title {
  font-size: 20px;
  font-weight: 700;
  color: #fff
}

.item__right h6 {
  font-size: 14px;
  color: #fff;
  margin: 0;
  margin-bottom: 5px
}

.static__item .item__left .icon.icon1 {
  background: rgb(0 0 0 / 32%);
  color: #00a9ff
}

.fad.fa-shield:after {
  content: "\10f132"
}

.item__right h6 {
  font-size: 14px;
  color: #fff;
  margin: 0;
  margin-bottom: 5px
}

.item__right h5 {
  font-size: 25px;
  font-weight: 700;
  color: #fff
}

.static__item {
  display: flex;
  gap: 15px;
  align-items: center
}

@media only screen and (max-width:550px) {
  .ar-rtl .sidebar-active .sidebar-toggle-btn {
    right: 280px !important
  }

  .ar-rtl .header-menu>li>a {
    padding: 15px 0;
    font-size: 12px
  }

  .app-header .container>.row>* {
    padding-left: 2px;
    padding-right: 2px
  }

  .card-body {
    padding: 18px
  }
}

.dropdown .dropDwonLang.dropdown-toggle::after {
  display: none !important
}

.dropdown li.active {
  background: #3461ff
}

.ar-rtl .select-option {
  text-align: right
}

.ar-rtl .select-arrow {
  left: 14px !important;
  right: initial !important
}

.ar-rtl .swiper-button-prev,
.ar-rtl .swiper-button-next {
  display: none
}

.ar-rtl .nwo-fi-card.card-1 {
  background: linear-gradient(#0d143800, #0d143857), url(https://storage.perfectcdn.com/iwuu7h/761hs03tm67gu37s.png);
  background-position-x: 231px
}

.ar-rtl .nwo-fi-card.card-2 {
  background-image: url(https://storage.perfectcdn.com/iwuu7h/7ozi3j7c3ft6lkbl.png);
  background-position-x: 260px
}

.ar-rtl .dashboard-head.add-funds-page .card.addfund_page_card {
  background-image: url(https://cdn.smmspot.net/asmm1st/assets/img/page-heads/add-funds.png);
  background-position-x: 400%
}

.ar-rtl .dashboard-head.support-center-page .card.card_ticket_page {
  background-image: url(https://cdn.smmspot.net/asmm1st/assets/img/page-heads/support-center.png);
  background-position-x: 400%
}

.ar-rtl .nwo-cat-btn {
  gap: 10px
}

.ar-rtl .form-select {
  background-position: 10px
}

.ar-rtl .search-services .icon {
  left: 10px !important
}

.ar-rtl .serach_right button.icon {
  left: 0px !important;
  right: inherit
}

.select2-results__option a,
.select2-results__option>a {
  font-size: 14px !important;
  padding: 10px 15px !important;
  gap: 10px
}

.select2-search--dropdown.select2-search--hide {
  display: block !important
}

.pagination {
  gap: 5px
}

.pagination li a {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #080e2e;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  border-radius: 10px
}

.select2-search__field-icon {
  color: #fff
}

.pagination li.active a {
  background: #0139ff
}

.addfund_info_wrap .nav-pills {
  display: flex;
  gap: 5px
}

.addfund_info_wrap .nav-link {
  padding: 15px;
  border-radius: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  min-width: 120px
}

.addfund_info_wrap .nav-link .icon {
  font-size: 40px;
  margin-bottom: 20px
}

.nav-custom-pills .nav-link.active {
  box-shadow: 0 24px 40px rgb(1 57 255 / .33)
}

.select2-container--default .select2-selection--single {
  font-size: 14px;
  border-radius: 10px !important
}

span.select2-dropdown.dropdown-menu.select2-dropdown--below {
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #fff3;
  margin-top: 8px !important
}

.select2-search__field {
  height: 40px;
  border-radius: 8px
}

.select2-results__option {
  margin: 5px 8px !important;
  border-radius: 8px;
  border: none !important
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: #2a62ff !important
}

.level_wrap {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 10px
}

.bar_wrap {
  width: 100%;
  position: relative;
  margin-bottom: 8px
}

.bar_wrap .barfill,
.bar_wrap .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 50px
}

.bar_wrap .bar {
  background: rgba(255, 255, 255, 70%)
}

.bar_wrap .barfill {
  width: 0%;
  background: #0139ff;
  z-index: 9;
  transition: 0.5s ease
}

p.level_text {
  padding: 0;
  margin-top: 40px
}

@media only screen and (max-width:570px) {
  .level_wrap {
    grid-template-columns: 1fr
  }
}

.modal-header.account_status_header {
  background: #0d1438;
  padding: 20px 30px
}

.benifit_btn {
  font-size: 14px
}

.status-box {
  background: #0139ff;
  background: linear-gradient(180deg, #0139ff 0%, #1f48db 100%);
  border-radius: 15px;
  padding: 30px 30px 15px 30px
}

.status-box.special {
  background: #23b6fb;
  background: linear-gradient(180deg, rgb(35 182 251) 0%, rgb(62 36 247) 100%)
}

.status-box.vip {
  background: #5826f9;
  background: linear-gradient(180deg, rgb(88 38 249) 0%, rgb(37 245 231) 100%)
}

.status-box.royal {
  background: #9021fa;
  background: linear-gradient(180deg, rgb(144 33 250) 0%, rgb(250 35 217) 100%)
}

.status-box h3,
.status-box p {
  text-align: center;
  color: #fff
}

.status-box ul {
  padding-left: 0
}

.ar-rtl .status-box ul {
  padding-right: 0
}

.status-box ul li {
  list-style-type: none;
  background: rgb(0 0 0 / .4);
  border-radius: 5px;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 5px;
  color: #fff
}

.status-box ul li.unlisted {
  color: #3195ce;
  text-decoration: line-through
}

.modal-footer.sfooter {
  background: #d6f4f6;
  margin: 0 15px;
  padding: 5px 15px;
  border-radius: 15px;
  justify-content: flex-start;
  color: #21c4fb
}

.modal-footer.sfooter .sf-inn {
  display: flex;
  align-items: center;
  justify-content: space-around
}

.ar-rtl .nwo-service-card .text {
  width: 100%;
  display: block;
  text-align: left
}

.footer-nav {
  padding: 0;
  list-style: none
}

.footer-nav li a {
  color: #fff;
  line-height: 26px;
  display: block;
  text-decoration: none
}

.follow-us {
  padding: 0;
  list-style: none;
  display: flex
}

.follow-us li a {
  text-decoration: none;
  width: 32px;
  height: 32px;
  display: flex;
  background: #fff;
  color: #000;
  border-radius: 500px;
  margin: 0 2px;
  transition: all ease-in 0.3s;
  justify-content: center;
  align-items: center
}

.follow-us li a:hover,
.follow-us li a:active,
.follow-us li a:focus {
  background-color: #03f;
  color: #fff;
  transition: all ease-in 0.3s
}

.follow-us li a i {
  width: 26px;
  text-align: center
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 15px 0
}

.footer-bottom .copyright-text {
  margin-bottom: 0;
  margin-top: 0;
  color: #232323
}

.footer-bottom-nav {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: right;
  justify-content: flex-end
}

.footer-bottom-nav a {
  color: #000;
  text-decoration: none;
  display: block;
  margin-left: 24px;
  line-height: 26px
}

.footer-logo {
  width: 190px;
  margin-bottom: 10px
}

#currencies-list {
  max-height: 300px;
  overflow: auto;
  transform: translate(-100px, 30px) !important;
  min-width: 200px
}

.ar-rtl #currencies-list {
  transform: translate(0, 30px) !important
}

#currencies-list .dropdown-item {
  padding: 10px 10px
}

.sidebar-balance-left {
  background: #111c49;
  border: 1px solid rgb(37 46 93 / .75);
  border-radius: 10px;
  text-align: center;
  padding: 15px 5px
}

.sidebar-balance-left .sidebar_user img {
  width: 50px;
  margin-bottom: 5px
}

.sidebar-balance-left .sidebar_user h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0
}

.select2-results__option a,
.select2-results__option>a {
  gap: 5px !important
}

.select2-container .select2-selection__id-4 {
  min-width: 20px !important
}

.fav-icon {
  font-size: 18px
}

.fav-icon.favorite-active {
  color: #ffea00
}

.faq_accordion .accordion-item {
  margin-bottom: 10px !important;
  border: none;
  background: #0d1d71;
  border-radius: 10px !important
}

.faq_accordion .accordion-button {
  border-radius: 10px !important
}

.faq_accordion .accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #0139ff !important;
  border-radius: 10px 10px 0 0px !important
}

.ar-rtl .accordion-button::after {
  margin-right: auto !important;
  margin-left: inherit
}

.howitwork.container {
  padding-bottom: 70px;
  padding-top: 50px
}

.howitwork h3 span {
  font-size: 25px;
  font-weight: 700;
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  background-color: #0139ff;
  border-radius: 50px
}

.howitwork h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 35px
}

.howitwork p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px
}

.howitwork p a {
  color: #0139ff;
  text-decoration: underline
}

.screenpic img {
  width: 100%;
  display: block;
  margin: auto
}

.row.border-left,
.row.border-right {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 3px dashed #fff;
  display: flex;
  flex-wrap: wrap;
  position: relative
}

.row.border-left {
  border-left: 3px dashed #fff
}

.row.border-right {
  border-right: 3px dashed #fff
}

.row.border-left:nth-child(2) {
  padding-top: 0
}

.ar .row.border-left {
  border-right: 3px dashed #fff;
  border-left: none
}

.ar .row.border-right {
  border-right: none;
  border-left: 3px dashed #fff
}

.start-badge,
.end-badge {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #0139ff;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  position: absolute
}

.start-badge {
  top: -90px;
  left: -45px
}

.ar .start-badge {
  right: -48px;
  left: auto
}

.end-badge {
  right: -80px;
  bottom: -42px
}

.ar .end-badge {
  right: auto;
  left: -90px
}

.screenpic img.big {
  width: 70%
}

.filter_drop {
  height: 300px;
  overflow: scroll;
  width: 100%
}

.dropdown .btn-primary span,
.filter_drop span {
  text-wrap: wrap
}

.filter_drop .dropdown-item {
  border-bottom: 1px solid #363f6d
}

@media only screen and (max-width:550px) {
  .howitwork p {
    font-size: 14px;
    text-align: center
  }

  .row.border-left,
  .row.border-right,
  .ar .row.border-left,
  .ar .row.border-right {
    border: none;
    padding-bottom: 30px;
    padding-top: 0
  }

  .filter_dropwrap {
    margin-bottom: 10px
  }

  .start-badge,
  .end-badge {
    width: 70px;
    height: 70px;
    font-size: 16px
  }

  .start-badge,
  .ar .start-badge {
    left: 0;
    right: 0;
    margin: auto
  }

  .start-badge::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    height: 70px;
    width: 2px;
    border-left: 2px dashed #fff;
    margin: auto
  }

  .howitwork h3 span {
    font-size: 16px;
    display: flex;
    width: 48px;
    height: 48px;
    margin: 0 auto 10px
  }

  .howitwork h3 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center
  }

  .row.border-right {
    flex-direction: column-reverse
  }

  .end-badge,
  .ar .end-badge {
    right: 0;
    left: 0;
    margin: auto;
    bottom: -60px
  }

  .end-badge::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    height: 60px;
    width: 2px;
    border-left: 2px dashed #fff;
    margin: auto
  }

  .dashboard .howitwork {
    padding-bottom: 120px
  }
}

@media only screen and (min-width:992px) {
  .video_desktop_signup {
    display: flex;
    align-items: center;
    height: 100vh;
    text-align: left
  }
}

footer.footer_dashboard {
  padding-top: 30px;
  padding-bottom: 30px
}

.social-links {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center
}

.social-links li a {
  background-color: #03f;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-size: 18px;
  color: #fff;
  text-decoration: none
}

.social-links li {
  margin: 0 4px
}

footer.footer_dashboard .footer-nav {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  margin: 0;
  margin-left: 10px;
  margin-right: 10px
}

.footer-nav li a {
  font-size: 14px
}

footer.footer_dashboard p {
  font-size: 14px
}

#service_description .panel-body {
  max-height: 300px;
  overflow: auto
}

.service_cat_img {
  width: 35px;
  height: auto
}

.btn {
  border-radius: 10px;
  font-size: 16px;
  padding: 15px 20px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #0139ff
}

.child_panel_accordion.accordion-flush .accordion-item {
  background: transparent !important;
  margin-bottom: 5px
}

.child_panel_accordion.accordion-flush .accordion-item .accordion-button {
  background: #2d365c;
  color: #fff;
  margin-bottom: 5px;
  border-radius: 8px
}

.child_panel_accordion.accordion-flush .accordion-item .accordion-button:not(.collapsed),
.child_panel_accordion.accordion-flush .accordion-item .accordion-button:focus {
  background: #0139ff
}

.child_panel_accordion.accordion-flush .accordion-item .accordion-body {
  padding: 15px 20px;
  background: #171f40;
  border-radius: 8px
}

.card_affiliate .card-header {
  display: grid;
  grid-template-columns: 50% 1fr 1fr;
  gap: 15px;
  justify-content: space-between;
  padding: 30px 20px
}

.card_affiliate .card-header .aff-head-box {
  display: flex;
  align-items: center;
  gap: 10px
}

.card_affiliate .card-header .aff-head-box .aff-head-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: #03f;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px
}

.card_affiliate .card-header .aff-head-box h4 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.3
}

.card_affiliate .card-header .aff-head-box h5 {
  font-size: 16px;
  margin-bottom: 0
}

.affiliate_info_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  gap: 20px
}

.affiliate_info_grid .aff_info_item {
  height: auto;
  background: #121945;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #28316a;
  box-shadow: 0 5px 3px #0139ff9e
}

.affiliate_info_grid .aff_info_item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff
}

.affiliate_info_grid .aff_info_item h2 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0
}

.card_bg_primary {
  background: #0139ff
}

.giveaway_top_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px
}

.giveaway_top_title h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 800
}

.giveaway_card h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px
}

.giveaway_card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px
}

.giveaway_top_title .icon {
  width: 90px;
  min-width: 90px;
  height: 90px;
  background: #03f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 90px;
  font-size: 35px
}

.acc-status-box {
  background-color: #141c4a;
  border-radius: 21px;
  padding: 15px;
  margin-bottom: 20px
}

.single-bg-plc {
  background-color: #03f;
  border-radius: 15px;
  padding: 7px;
  display: flex;
  align-items: center
}

.medal-icon {
  background-color: #fff;
  width: 60px;
  height: 63px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / .25);
  min-width: 60px;
  margin-right: 10px
}

.ar .medal-icon {
  margin-left: 10px;
  margin-right: 0
}

.medal-right-top {
  font-size: 12px;
  font-weight: 400;
  color: #fff
}

.medal-right-top strong {
  font-size: 20px;
  font-weight: 700
}

.acc-status-bottom div {
  background-color: #fff;
  margin-top: 8px;
  border-radius: 7px;
  padding: 8px
}

.acc-status-bottom div .option {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  position: relative;
  display: flex;
  align-items: center
}

.acc-status-bottom div .option.disabled {
  color: #545353
}

.acc-status-bottom div .option::before {
  content: "";
  background-image: url(https://storage.perfectcdn.com/1847ba/nta862anbfp9eqif.png);
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 6px
}

.ar .acc-status-bottom div .option::before {
  margin-left: 6px;
  margin-right: 0
}

.acc-status-bottom div .option.disabled::before {
  background-image: url(https://storage.perfectcdn.com/1847ba/kdn6pw0iglcnar7u.png)
}

.ar .points-btn {
  margin-left: 4px;
  margin-right: 0
}

.modal-logo img {
  max-width: 172px
}

.statusModal .modal-lg {
  width: 1140px
}

.statusModal .modal-header {
  padding: 0;
  border: none;
  background: none
}

.statusModal .modal-content {
  border-radius: 45px;
  border: none
}

.statusModal .modal-header button.close {
  position: absolute;
  right: 0;
  box-shadow: none;
  background-color: red;
  z-index: 11;
  color: #000;
  opacity: 1;
  text-shadow: none;
  border: none;
  font-weight: 300;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center
}

.statusModal .modal-body {
  padding: 0;
  display: flex;
  flex-wrap: wrap
}

.modal-left {
  max-width: 20%;
  flex: 0 0 20%
}

.modal-right {
  max-width: 80%;
  flex: 0 0 80%;
  display: flex;
  flex-wrap: wrap
}

.modal-logo {
  background-color: #000;
  border-radius: 42px 0 0 0;
  text-align: center;
  padding: 25px 0
}

.ar .modal-logo {
  border-radius: 0 42px 0 0
}

.status-box-wrap {
  max-width: 16.65%;
  flex: 0 0 16.65%;
  transition: all 0.4s ease-in
}

.modal-status-title {
  background-color: #f7f9f9;
  margin: 0;
  list-style: none;
  padding: 120px 25px 30px
}

.ar .modal-status-title {
  padding: 120px 23px 30px
}

.modal-status-title li {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 48px
}

.modal-status-title li sup {
  font-size: 14px;
  font-weight: 700
}

.status-slider .slick-list {
  padding: 0 !important
}

.status-box-top {
  padding: 20px 0;
  text-align: center
}

.status-box-top h4 {
  color: #b0b0b0;
  font-weight: 300;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px
}

.status-box-top h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  color: #fff
}

.status-box-badge {
  background-image: url(https://storage.perfectcdn.com/iwuu7h/bu6cwjmr7a7qppk0.png);
  width: 126px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  background-repeat: no-repeat;
  background-position: 0 0
}

.status-box-badge img {
  filter: invert(10)
}

.slick-center .status-box-badge {
  background-position: -127px 0
}

.modal-status-value {
  padding: 30px 0;
  margin: 0;
  list-style: none
}

.modal-status-value li {
  text-align: center;
  line-height: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center
}

.modal-status-value li .price {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  color: #000;
  line-height: inherit
}

.modal-status-value li .price sup {
  font-weight: 700
}

.service-tools {
  display: grid;
  grid-template-columns: 80% 1fr;
  gap: 20px;
  margin: 25px 0
}

.service-tools #history-search {
  width: 100%
}

.service-tools #history-search .btn-default {
  background: #03f;
  border-radius: 0 8px 8px 0
}

.service-tools .btn-secondary {
  width: 100%;
  background: #03f
}

.table>thead>tr>th {
  background-color: #03f;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 2
}

.api-first .table>thead>tr>th {
  background: transparent !important;
  text-align: left !important;
  padding: 5px;
  font-weight: 700;
  border-color: #fff
}

.table>thead>tr>th:first-child {
  border-radius: 30px 0 0 30px;
  text-align: center
}

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

.table.normal>thead>tr>th:first-child {
  text-align: left
}

.ar .table.normal>thead>tr>th:first-child {
  text-align: right
}

.table-notifications.table>thead>tr>th:first-child {
  border-radius: 10px 0 0 10px
}

.table-notifications.table>thead>tr td,
.table-notifications.table>tbody>tr td {
  margin: 10px 0
}

.table-notifications.table>thead>tr>th:last-child {
  border-radius: 0 10px 10px 0
}

.table.normal>thead>tr>th:last-child {
  text-align: left
}

.ar .table.normal>thead>tr>th:last-child {
  text-align: right
}

.ar .table>thead>tr>th:first-child {
  border-radius: 0 30px 30px 0
}

.table>thead>tr>th:last-child {
  border-radius: 0 30px 30px 0;
  text-align: center
}

.ar .table>thead>tr>th:last-child {
  border-radius: 30px 0 0 30px
}

.table>tbody>tr>td {
  border: none;
  background-color: #0f1739;
  font-size: 14px;
  font-weight: 400;
  color: #fff
}

.api-first .table>tbody>tr>td {
  background: transparent !important
}

.nightmode .table>tbody>tr>td {
  background-color: #2b2a2a;
  color: #fff
}

.table>tbody>tr>td.cate-name {
  background-color: #03f;
  border-radius: 30px !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  padding-left: 10px
}

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

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

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

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

#service-table,
.nottable {
  border-collapse: separate;
  border-spacing: 0 10px
}

.serv-id {
  background-color: #03f;
  color: #fff;
  min-width: 74px;
  display: block;
  line-height: 40px;
  text-align: center;
  border-radius: 20px
}

.action-bar {
  display: flex;
  align-items: center
}

.action-bar.js-center {
  justify-content: center
}

.mobile-order {
  display: none
}

.nottable.table tbody>tr>td {
  vertical-align: middle
}

.select2-selection__rendered .badge,
.select2-container .dropdown-menu>li>a .badge {
  padding: 0px !important;
  font-size: 12px
}

.bar {
  width: 100%;
  display: block;
  background-color: #fff;
  height: 2px;
  border-radius: 5px
}

.sidebar-active .bar {
  width: 100%
}

.sidebar-active .bar.bar-first {
  width: 100%;
  margin-right: auto
}

.sidebar-active .bar.bar-third {
  width: 100%
}

.bar-first,
.bar-third {
  width: 100%
}

.sidebar-toggle-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #03f;
  background: #03f;
  border-radius: 12px;
  height: 42px;
  width: 42px;
  color: #fff !important;
  font-size: 20px;
  text-decoration: none;
  gap: 5px
}

.app-header #logo_nav_top {
  display: none
}

.show_phone {
  display: none
}

.user_balance_info {
  list-style-type: none;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0
}

.user_balance_info li {
  display: flex;
  align-items: center;
  gap: 3px;
  background: #2d365c;
  color: #fff !important;
  position: relative;
  padding: 8px 15px;
  border-radius: 50px
}

.root.auth.sidebar-active .sidebar {
  transform: translate(-100%)
}

.ar .root.auth.sidebar-active .sidebar {
  transform: translate(100%)
}

.root.auth.sidebar-active .app-header {
  left: 0
}

.root.auth.sidebar-active .app-content {
  margin-left: 0
}

.root.auth.sidebar-active #logo_nav_top {
  display: flex
}

.root .sidebar {
  z-index: 999999
}

.bg_blur2,
.bg_blur {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  pointer-events: none
}

.bg_blur2.actived,
.bg_blur.actived {
  background: #0f173978;
  display: block;
  pointer-events: all
}

@media only screen and (max-width:1400px) {
  .sidebar {
    transform: translateX(-100%)
  }

  .ar .sidebar {
    transform: translateX(100%)
  }

  .root.sidebar-active .sidebar {
    transform: translateX(0) !important
  }

  .app-header {
    left: 0
  }

  .app-content {
    margin-left: 0
  }

  .app-header #logo_nav_top {
    display: flex
  }

  .root.sidebar-active .bg_blur {
    display: block;
    pointer-events: all
  }

  .ar-rtl .app-header {
    right: 0px !important
  }

  .ar-rtl .app-content {
    margin-right: 0px !important
  }
}

@media (max-width:575px) {
  table tbody tr {
    margin-top: 15px
  }

  .select2-container .dropdown-menu>li>a .badge {
    padding: 0px !important;
    font-size: 12px
  }

  table tbody,
  table tbody tr {
    display: block;
    width: 100%
  }

  table tbody tr td {
    display: block
  }

  table.normal tbody tr td {
    display: table-cell
  }

  .mobile-order {
    display: block
  }

  .mobile-order ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 8px 5px
  }

  .mobile-order ul>li {
    max-width: 49%;
    flex: 0 0 49%;
    background-color: #171f40;
    border-radius: 50px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 300;
    padding: 0 10px;
    min-height: 32px;
    display: inline-flex;
    align-items: center
  }

  table thead,
  .table>tbody>tr>td.dsk-only,
  .nav.nav-pills.filter-pills,
  .mobile-filter-pills .filter-icon,
  .desk-date,
  .desk-count {
    display: none
  }

  table.normal thead {
    display: block
  }

  .table-notifications.table thead {
    display: inherit !important;
    width: 100%
  }

  .table-notifications.table thead tr {
    width: 100%
  }

  .table>tbody>tr>td:nth-child(4) {
    border-radius: 0 0 15px 15px
  }
}

@media only screen and (max-width:1200px) {

  .affiliate_info_grid,
  .card_affiliate .card-header {
    grid-template-columns: repeat(3, 1fr)
  }

  .service-tools {
    grid-template-columns: 60% 1fr
  }
}

.pay-icons {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  gap: 10px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 30px
}

.pay-icons>li {
  border-radius: 10px;
  width: 100px;
  height: 100px
}

.pay-icons>li {
  border-radius: 33px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out
}

.pay-icons>li:hover {
  background: #2c365f;
  transform: translateY(-5px)
}

.pay-icons>li img,
.pay-icons>li svg {
  width: 65px
}

.input_has_icon {
  position: relative
}

.input_has_icon .icon {
  position: absolute;
  width: 40px;
  font-size: 20px;
  height: 40px;
  background-color: #03f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  top: 6px;
  left: 6px
}

.input_has_icon .form-control {
  padding-left: 50px
}

.ar.ar-rtl .input_has_icon .icon {
  left: inherit;
  right: 6px
}

.ar.ar-rtl .input_has_icon .form-control {
  padding-left: 5px;
  padding-right: 50px
}

.dashboard-list {
  padding: 0;
  list-style: none;
  margin-bottom: 0
}

.dashboard-list li {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #111a46;
  border: 1px solid #1d254d;
  border-radius: 15px;
  line-height: 60px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.dashboard-list li span {
  min-width: 144px;
  background-color: #03f;
  text-align: center;
  height: 40px;
  border-radius: 40px;
  line-height: 40px
}

.statistic_card {
  display: flex;
  align-items: center;
  gap: 10px
}

.statistic_card .statics_icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: #2d365c;
  border-radius: 50px
}

.statistic_card .statistics_text h4 {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 700
}

.statistic_card .statistics_text h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0
}

.points-wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  align-items: center
}

.points-wrapper .points-stats span {
  min-width: 108px;
  display: inline-flex;
  background-color: #2d365c;
  border-radius: 80px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  margin-left: 10px
}

.level-table-mobile {
  display: none
}

.corner-rounded {
  border-radius: 50px !important
}

@media only screen and (max-width:1300px) {
  .pay-icons {
    margin: 0;
    margin-bottom: 30px
  }

  .pay-icons>li {
    border-radius: 10px
  }

  .pay-icons>li svg {
    width: 30px
  }

  .pay-icons>li {
    width: 50px;
    height: 50px
  }
}

@media only screen and (max-width:992px) {
  .show_desktop {
    display: none
  }

  .show_phone {
    display: flex !important
  }

  .affiliate_info_grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .card_affiliate .card-header {
    grid-template-columns: repeat(1, 1fr)
  }

  .service-tools {
    grid-template-columns: 50% 1fr
  }
}

@media only screen and (max-width:550px) {
  .affiliate_info_grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .service-tools {
    grid-template-columns: 1fr
  }

  footer.footer_dashboard .footer-nav,
  .footer_dashboard .row {
    justify-content: center;
    text-align: center
  }

  footer.footer_dashboard .footer-nav {
    margin-bottom: 10px
  }

  .header-nav {
    gap: 8px
  }

  .card {
    border-radius: 8px
  }

  .header-nav .nav-link {
    padding: 10px 20px
  }

  .btn {
    border-radius: 8px;
    padding: 15px 20px
  }

  .pay-icons {
    width: 100%
  }

  .pay-icons>li svg {
    width: 33px
  }

  .statistic_card .statistics_text h4 {
    font-size: 18px
  }

  .statistic_card .statistics_text h2 {
    font-size: 22px
  }
}

#how_it_works,
#pay-sec,
#social-results,
#testimonials,
#servi-sec,
.section-features,
#features {
  padding: 70px 0
}

#how_it_works .main-head,
#pay-sec .main-head,
#social-results .main-head,
#servi-sec .main-head,
.section-features .main-head,
#testimonials .main-head,
#features .main-head {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 60px
}

.slick-prev.slick-arrow {
  background-image: url(https://storage.perfectcdn.com/iwuu7h/udqwt5z7yr1o5spq.png) !important;
  width: 42px;
  height: 42px;
  background-color: #fff0;
  background-size: 100% 100% !important
}

.slick-next.slick-arrow {
  background-image: url(https://storage.perfectcdn.com/iwuu7h/y4qjryzxsqjqoowo.png) !important;
  width: 42px;
  height: 42px;
  background-color: #fff0;
  background-size: 100% 100% !important
}

#features .feat-box {
  text-align: center;
  position: relative
}

#features .feat-box .feat-icon {
  width: 104px;
  height: 104px;
  background-color: #161f46;
  text-align: center;
  line-height: 104px;
  border-radius: 200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center
}

#features .feat-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  width: 100px;
  height: 3px;
  border-radius: 20px;
  background-color: #202d69;
  left: -50px
}

.how-it-works-item h3,
.section-features .item-content h3 {
  font-size: 1.5rem;
  margin-bottom: 5px
}

#features .feat-box .feat-box h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0
}

#features .slick-prev:before,
#features .slick-next:before {
  display: none
}

.ar #features .feat-slider .slick-arrow.slick-prev {
  right: 0;
  z-index: 5
}

.ar #features .feat-slider .slick-next.slick-arrow {
  right: auto;
  left: -5px
}

.ar .slick-next.slick-arrow {
  background-image: url(https://storage.perfectcdn.com/iwuu7h/udqwt5z7yr1o5spq.png) !important
}

.ar .slick-prev.slick-arrow {
  background-image: url(https://storage.perfectcdn.com/iwuu7h/y4qjryzxsqjqoowo.png) !important
}

.section-features .items {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-around;
  gap: 80px 20px
}

.section-features .item {
  display: flex;
  gap: 20px
}

.section-features .item .item-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 30px;
  color: #fff
}

.section-features .item:nth-child(1) .item-icon {
  background-color: #03f
}

.section-features .item:nth-child(2) .item-icon {
  background-color: #FA5A7D
}

.section-features .item:nth-child(3) .item-icon {
  background-color: #E67C84
}

.section-features .item:nth-child(4) .item-icon {
  background-color: #36A069
}

#servi-sec .servi-inner {
  padding: 50px 45px;
  border-radius: 30px;
  background-color: #0d1438
}

.servi-inner .nav-tabs>li>button {
  background-color: #2d365c;
  border-radius: 30px;
  border: none;
  color: #fff;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.5s ease
}

.ar .servi-inner .nav-tabs>li>button {
  padding: 8px 10px
}

.servi-inner .nav-tabs>li>button:hover,
.servi-inner .nav-tabs>li>button.active {
  background: #03f
}

.servi-inner .nav-tabs {
  border: none;
  margin-bottom: 60px
}

.servi-inner .tab-content .col-md-6:last-child {
  background-color: #fff;
  border-radius: 30px;
  padding: 35px
}

.servi-inner .tab-content h2 {
  font-size: 34px;
  color: #070707;
  font-weight: 600
}

.servi-inner .tab-content p {
  font-size: 16px;
  color: #545353;
  margin: 0;
  line-height: 26px
}

.how-it-works-item {
  position: relative
}

.ar .how-it-works-arrow-bottom,
.ar .how-it-works-arrow-top {
  position: absolute;
  width: 124px;
  height: 30px;
  right: auto;
  top: -27px;
  left: -74px;
  z-index: 1
}

.ar .how-it-works-arrow-top {
  transform: scale(-1, 1)
}

.ar .how-it-works-arrow-bottom {
  left: -72px;
  right: auto;
  transform: scale(-1, 1);
  top: 75px
}

.how-it-works-arrow-top {
  position: absolute;
  width: 124px;
  height: 30px;
  right: -74px;
  top: -27px;
  z-index: 1
}

.how-it-works-arrow-bottom {
  position: absolute;
  width: 124px;
  height: 30px;
  right: -72px;
  top: 80px;
  z-index: 1
}

.how-it-works-item .number {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  border-radius: 70px;
  color: #232323;
  margin: 0 auto;
  margin-bottom: 20px
}

#how_it_works .col-lg-3:nth-child(odd) .how-it-works-item {
  margin-top: 47px
}

@media only screen and (max-width:992px) {

  #how_it_works .main-head,
  #pay-sec .main-head,
  .section-features .main-head,
  #social-results .main-head,
  #servi-sec .main-head,
  #testimonials .main-head,
  #features .main-head {
    font-size: 26px;
    margin-bottom: 20px
  }

  .pay-icons>li img {
    width: 32px
  }

  .how-it-works-item h3,
  .section-features .item-content h3 {
    font-size: 18px;
    font-weight: 700
  }

  #features .feat-box h4 {
    font-size: 14px
  }

  #features .feat-box .feat-icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin-bottom: 10px
  }

  #features .feat-box .feat-icon img {
    width: 55%
  }

  #servi-sec .servi-inner {
    padding: 15px;
    border-radius: 20px
  }

  .servi-inner .nav-tabs>li>button {
    font-size: 0;
    padding: 5px;
    display: inherit
  }

  .servi-inner .tab-content h2 {
    margin-bottom: 10px
  }

  .servi-inner .tab-content p {
    line-height: 22px
  }

  .servi-inner .nav.nav-tabs {
    margin-bottom: 20px
  }

  .servi-inner .tab-content .col-md-6:last-child {
    background-color: #ececec;
    border-radius: 16px;
    padding: 14px
  }
}

@media only screen and (max-width:768px) {

  .how-it-works-arrow-top,
  .how-it-works-arrow-bottom {
    display: none
  }

  #how_it_works,
  #pay-sec,
  #social-results,
  #testimonials,
  #servi-sec,
  .section-features,
  #features {
    padding: 50px 0
  }

  #features .feat-box:before {
    display: none
  }

  #features .feat-box .feat-icon img {
    width: 45%
  }

  #features .feat-slider .slick-next.slick-arrow {
    right: -4px
  }

  #features .feat-slider .slick-arrow {
    width: 32px;
    height: 32px
  }

  #features .feat-slider .slick-arrow.slick-prev {
    left: -4px
  }

  .servi-inner .tab-content .col-md-6:first-child {
    display: none
  }

  .section-features .items {
    grid-template-columns: 1fr;
    gap: 20px
  }

  #servi-sec .servi-inner {
    padding: 15px 30px;
    border-radius: 20px;
    padding-bottom: 22px
  }

  .servi-inner .tab-content h2 {
    font-size: 28px
  }

  #how_it_works .col-lg-3:nth-child(odd) .how-it-works-item {
    margin-top: 0
  }

  .ar .how-it-works-item .number {
    margin-right: 0
  }

  .how-it-works-item .number {
    margin-left: 0
  }
}

.social-content {
  border-radius: 20px;
  background: #0d1438;
  padding-top: 40px;
  border: 1px solid #2d365c
}

.social-content-tags {
  display: flex;
  margin: 16px 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 15px
}

.social-content-tags nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px
}

.social-tag {
  background: #2d365c;
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer
}

.social-tag:hover,
.tag-active {
  background: radial-gradient(167.52% 820.83% at -36.22% 213.33%, #0033ff 0%, #0033ff8c 47.4%, #0033ff 100%);
  color: #fff
}

.social-page {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.social-buttons {
  width: 247px;
  height: 56px;
  display: flex;
  justify-content: center;
  gap: 5px;
  border: 1px solid #414c78;
  border-radius: 999px;
  padding: 6px;
  background-color: #2d365c
}

.social-buttons button {
  padding: 12px 36px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  background: #fff0;
  border: none;
  color: #fff
}

.insta-desc {
  color: #6D6D6D
}

.insta-web {
  color: #00A6FF
}

.social-buttons button:hover,
.social-aboutactive {
  background: #03f;
  border-radius: 20px;
  box-shadow: 0 0 32px 0 #0033ff80
}

.social-growth-box {
  margin-top: 25px;
  display: flex;
  background: #FFF;
  width: 437px;
  height: 299px;
  border-radius: 20px 20px 0 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  border: 1px solid #E6E6E6;
  border-bottom: none
}

.social-avatar img {
  border-radius: 50%;
  max-width: 100%;
  width: 90px;
  height: 90px
}

.social-name {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-top: 15px
}

.social-stats {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-content: center;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
  align-items: center
}

.social-btn {
  display: flex;
  gap: 10px;
  margin-top: 20px
}

.btn-start-growth button {
  width: 163px;
  border: none;
  background: #FF3B5C;
  border-radius: 8px;
  padding: 8px 10px;
  color: #fff;
  font-weight: 700
}

.btn-message button {
  width: 163px;
  background: #F3F3F3;
  border-radius: 8px;
  padding: 8px 10px;
  gap: 10px;
  color: #000;
  font-weight: 500;
  border: 1px solid #D9D9D9
}

.arrwo {
  background: #F3F3F3;
  border-radius: 8px;
  padding: 8px;
  border: 1px solid #D9D9D9;
  color: #000;
  cursor: pointer
}

.social-subs,
.social-followers,
.social-likes {
  display: flex;
  flex-direction: column;
  align-content: center;
  line-height: 16px
}

span.social-numbers {
  font-size: 16px;
  font-weight: 700
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.nzGrowth {
  background: #00A66B;
  padding: 8px;
  border-radius: 8px;
  animation: fadeIn 1.5s;
  color: #fff
}

.d-none {
  display: none
}

.header-topbar {
  border-bottom: 1px solid #FFFFFF14;
  border-top: 1px solid #FFFFFF14;
  padding: 16px;
  z-index: 99;
  display: none
}

ul.topbar-list {
  display: flex;
  gap: 50px;
  flex-direction: row;
  margin: 0
}

ul.topbar-list li {
  font-size: 12px;
  font-weight: 700;
  color: #8f8f8f
}

.insta-toolbar {
  width: 375px;
  margin-top: 10px;
  border-top: 1px solid #D9D9D9
}

.insta-toolbar ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center
}

.insta-toolbar ul li {
  width: 125px;
  text-align: center;
  padding: 12px
}

.insta-toolbar ul li:first-child {
  border-bottom: 1px solid #ffffff2e
}

.insta-growth {
  height: unset;
  padding-top: 20px
}

.insta-btn button {
  background-color: #00A6FF;
  border: 1px solid #00A6FF
}

.insta-row {
  flex-direction: row;
  display: flex
}

.insta-row .social-avatar {
  margin-right: 20px
}

.ar .insta-row .social-avatar {
  margin-left: 20px;
  margin-right: 0
}

.insta-row .social-stats {
  gap: 40px
}

.insta-info {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  width: 365px;
  flex-wrap: wrap;
  gap: 8px;
  line-height: 21px;
  color: #000
}

.w-700 {
  font-weight: 700
}

.f-size-16 {
  font-size: 16px
}

.orders_nav>li>a {
  padding: 8px 20px;
  background: #2d365c;
  display: flex;
  color: #fff;
  border-radius: 40px;
  gap: 6px;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out
}

.orders_nav>li>a:hover,
.orders_nav>li.active>a {
  background: #03f
}

.login_card {
  padding: 50px 30px
}

.login_card h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px
}

.login_card .login-input {
  border-radius: 50px;
  padding-left: 65px
}

.ar .login_card .login-input {
  padding-left: 5px;
  padding-right: 65px
}

.login_card .input_has_icon .icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: 8px;
  left: 8px
}

.show_tablet,
.show_phone {
  display: none
}

#header.active {
  display: none
}

#header.active.opened {
  display: block
}

.app-content>main {
  min-height: 75vh
}

.serach_right {
  position: relative
}

.serach_right .textbox {
  background: #2d365c;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 50px
}

.serach_right button {
  position: absolute;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  opacity: 1;
  cursor: pointer
}

.more_menu_btn a {
  background: #2d365c;
  border-radius: 50px;
  display: flex;
  justify-content: space-between
}

.more_menu_btn a .sidebar-menu-link-icon {
  transition: 0.5s ease
}

.more_menu_btn a.active .sidebar-menu-link-icon {
  transform: rotate(180deg)
}

.user_acc_menu {
  width: 90%;
  margin: 0 auto;
  background: #0d1438;
  border-radius: 10px;
  border: 1px solid #1d254d;
  position: fixed;
  bottom: 70px;
  left: 5%;
  z-index: 99999
}

.user_acc_menu .user_acc_top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 15px;
  border-bottom: 1px solid #1d254d
}

.user_acc_menu .user_acc_top .acc_left {
  display: flex;
  align-items: center;
  gap: 5px
}

.user_acc_menu .user_acc_top .acc_left .user_avatars {
  width: 40px;
  max-width: 40px
}

.user_acc_menu .user_acc_top .acc_left .user_infos {
  display: flex;
  flex-direction: column;
  gap: -57px
}

.user_acc_menu .user_acc_top .acc_left .user_infos h5 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700
}

.user_acc_menu .user_acc_top .acc_left .user_infos small {
  font-size: 12px
}

.user_acc_menu .user_acc_top .acc_right {
  display: flex;
  gap: 5px;
  align-items: center
}

.user_acc_menu .user_acc_top .acc_right .waller_icon {
  width: 40px;
  height: 40px;
  background: #03f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 22px
}

.user_acc_menu .user_menu {
  display: flex;
  flex-direction: column;
  padding: 15px;
  gap: 5px
}

.user_acc_menu .user_menu .acc_menu_item {
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.5s ease
}

.user_acc_menu .user_menu .acc_menu_item:hover {
  background: #0139ff33
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 240px !important
}

@media only screen and (max-width:992px) {
  .ph_dnone {
    display: none
  }

  .show_tablet {
    display: block
  }

  .op_card_bottom {
    border: none;
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  .op_card_bottom li {
    background: #2d365c;
    padding: 5px 13px;
    border-radius: 30px
  }

  .op-card .op-card--top {
    border-bottom: none
  }
}

@media screen and (max-width:768px) {
  .show_phone {
    display: block
  }

  a.show_phone {
    display: flex
  }

  .social-content-tags {
    justify-content: flex-start
  }

  .social-content-tags nav {
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: scroll;
    justify-content: flex-start;
    width: 340px
  }

  .insta-growth {
    border-radius: 20px 20px 20px 20px;
    width: 365px;
    height: unset;
    padding: 0
  }

  .insta-row {
    align-items: center;
    margin-top: 15px
  }

  .social-avatar img {
    width: 50px;
    height: 50px
  }

  .insta-row .social-stats {
    gap: 35px
  }

  .insta-info {
    width: 320px
  }

  .arrwo {
    display: none
  }

  .insta-toolbar {
    width: 365px
  }

  .insta-toolbar ul li {
    width: 110px
  }

  .login_card {
    padding: 30px 15px
  }

  .login_card .login-input {
    border-radius: 50px;
    padding-left: 50px
  }

  .ar .login_card .login-input {
    padding-left: 5px;
    padding-right: 55px
  }

  .login_card .input_has_icon .icon {
    width: 40px;
    height: 40px
  }

  .login-input {
    height: 55px
  }

  .login_card h4 {
    font-size: 18px;
    text-align: center
  }

  .order_top_row {
    flex-direction: column-reverse
  }

  .page-head {
    padding-top: 0
  }
}

@media (max-width:575px) {
  .card.card-border {
    margin-top: 0
  }

  .card.card-border .p-4 {
    padding: 15px
  }

  #top-sec p.card-heading {
    font-size: 18px
  }

  .card.card-border .row {
    flex-direction: column
  }

  .card.card-border .col-lg-4.col-md-6.mb-3.mb-lg-0 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }

  .card.card-border .home-input {
    margin-bottom: 10px;
    height: 48px
  }

  .icon {
    width: 32px;
    height: 32px;
    font-size: 14px;
    min-width: 32px
  }

  .card.card-border .col-lg-4 input {
    height: 36px;
    margin-left: 0;
    padding-left: 5px;
    flex: 0
  }

  .col-lg-2.both-buttons {
    display: none
  }

  .col-lg-2 {
    display: block;
    width: 100%
  }

  .signinlist li:first-child {
    margin-right: 0
  }

  .signinlist {
    justify-content: space-between
  }

  .signinlist label {
    padding-left: 0
  }

  #remember {
    margin-right: 5px;
    margin-left: 0
  }

  .i-icon:after {
    display: none
  }

  .ar .signinlist li:first-child {
    margin-left: 0;
    margin-right: 0
  }

  .social-content-tags {
    overflow: hidden
  }

  .insta-growth {
    width: 100%
  }

  .insta-toolbar {
    width: 100%
  }

  .orders_nav>li>a {
    display: inline-block
  }

  .social-links {
    margin-bottom: 10px
  }
}

@media (max-width:380px) {
  .social-content-tags nav {
    width: 300px
  }

  .insta-info {
    width: 280px
  }

  .btn-start-growth button {
    width: 133px
  }

  .btn-message button {
    width: 133px
  }

  .insta-toolbar ul li {
    width: 90px
  }
}

.testi-box {
  border-radius: 30px;
  box-shadow: 0 25px 20px -2px #0033ff1a;
  margin: 60px 10px 40px;
  border: 1px solid #fff0;
  border-radius: 30px;
  background: linear-gradient(to right, white, white), linear-gradient(to bottom, #0033ff, #fff);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  padding: 20px 35px 60px;
  text-align: center
}

.testi-pic {
  background: #0033ff94;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin: -80px auto 32px;
  padding: 10px
}

.testi-pic img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  object-fit: contain
}

.testi-box h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000
}

.testi-box p {
  font-size: 16px;
  color: #545353;
  line-height: 26px;
  margin-bottom: 20px
}

.testi-content img {
  margin: auto
}

.news_slider {
  position: relative;
  display: flex;
  justify-content: center;
  top: -30px
}

.tableAddFunds {
  height: 600px;
  overflow: auto
}

#testimonials .slick-next:before,
#testimonials .slick-prev:before {
  content: ''
}

#testimonials .slick-next.slick-arrow {
  right: inherit;
  transform: translateX(30px)
}

#testimonials .slick-prev.slick-arrow {
  left: inherit;
  transform: translateX(-30px)
}

.statistics_item {
  background: #0d1438;
  border-radius: 15px;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 130px;
  border: 1px solid #252e5d;
  position: relative;
  overflow: hidden
}

.statistics_item .statistic_left {
  display: flex;
  flex-direction: column;
  gap: 2px
}

.statistics_item .statistic_left h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0
}

.statistics_item .statistic_left h3 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0
}

.statistic_left .discount {
  display: flex;
  align-items: center;
  gap: 3px
}

.statistic_left .discount .discount_icon {
  width: 20px;
  color: #03f
}

.statistic_right::before {
  content: '';
  display: block;
  width: 110px;
  height: 110px;
  background: #03f;
  position: absolute;
  filter: blur(52px);
  z-index: 1;
  top: 0;
  right: 0
}

.statistic_right img {
  position: relative;
  z-index: 9
}

.redeem_btn {
  background: #2a62ff;
  text-align: center;
  display: block;
  width: 100px;
  border-radius: 50px;
  color: #fff;
  transition: 0.5s ease
}

.redeem_btn:hover {
  color: #fff;
  transform: scale(1.04)
}

.level-wrap {
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: relative
}

.level-wrap:before {
  content: "";
  width: 103%;
  height: 103%;
  display: block;
  position: absolute;
  background-color: #4e4e4e;
  border-radius: 100px
}

.ar .level-wrap::after {
  right: -6px;
  left: 0
}

.level-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
  background: #fff;
  z-index: 1;
  border: 7px solid #0d1438
}

.svg-level {
  position: absolute;
  width: 168%;
  height: 168%;
  display: block;
  transform: rotate(-90deg);
  z-index: 2
}

.round-progress {
  fill: none;
  stroke: #0139ff;
  stroke-width: 5;
  stroke-dasharray: 1000
}

.level-per {
  font-size: 16px;
  font-weight: 600;
  color: #1a272d;
  display: inline-flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center
}

.ar .statistic_right::before {
  right: inherit;
  left: 0
}

.popupInWrapper {
  position: absolute;
  background-color: #2a62ff;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 10px;
  z-index: 999;
  top: -83px;
  left: 8px;
  min-width: 170px;
  border-radius: 10px 10px 10px 0;
  filter: drop-shadow(0 2px 3px rgb(0 0 0 / .11))
}

.ar .popupInWrapper {
  left: 0;
  right: 8px;
  border-radius: 10px 10px 0 10px;
  top: -83px;
  padding-left: 20px
}

.popupInWrapper::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid #2a62ff;
  border-right: 12px solid #fff0;
  position: absolute;
  bottom: -12px;
  left: 0
}

.level-box small i {
  color: #2a62ff;
  margin-right: 4px
}

.ar .level-box small i {
  margin-right: 0;
  margin-left: 4px
}

.ar .popupInWrapper::before {
  border-right: none;
  border-left: 12px solid #fff0;
  left: auto;
  right: 0
}

.popupIcon {
  width: 38px;
  height: 38px;
  display: flex;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  background-image: url(https://storage.perfectcdn.com/1847ba/qqc5tjgg68ki302p.png);
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-color: #000;
  background-position: center center;
  border: 3px solid #fff
}

.ar .popupIcon {
  right: auto;
  left: -21px
}

.points-btn {
  background-color: #000;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  color: #2a62ff;
  font-size: 10px;
  border-radius: 10px;
  line-height: 22px;
  margin-right: 4px
}

.points-btn:hover,
.points-btn:focus {
  background-color: #000;
  color: #2a62ff
}

#statusModal .modal-lg {
  width: 1111px
}

#statusModalLabel {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  color: #000;
  margin: 0
}

.acc-status-box {
  background-color: #000;
  border-radius: 21px;
  padding: 15px;
  margin-bottom: 20px
}

.single-bg-plc {
  background-color: #2a62ff;
  border-radius: 15px;
  padding: 7px;
  display: flex;
  align-items: center
}

.medal-icon {
  background-color: #fff;
  width: 60px;
  height: 63px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / .25);
  min-width: 60px;
  margin-right: 10px
}

.ar .medal-icon {
  margin-left: 10px;
  margin-right: 0
}

.medal-right-top {
  font-size: 12px;
  font-weight: 400;
  color: #000
}

.medal-right-top strong {
  font-size: 20px;
  font-weight: 700
}

.acc-status-bottom div {
  background-color: #fff;
  margin-top: 8px;
  border-radius: 7px;
  padding: 8px
}

.acc-status-bottom div .option {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  position: relative;
  display: flex;
  align-items: center
}

.acc-status-bottom div .option.disabled {
  color: #545353
}

.acc-status-bottom div .option::before {
  content: '';
  background-image: url(https://storage.perfectcdn.com/1847ba/nta862anbfp9eqif.png);
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 6px
}

.ar .acc-status-bottom div .option::before {
  margin-left: 6px;
  margin-right: 0
}

.acc-status-bottom div .option.disabled::before {
  background-image: url(https://storage.perfectcdn.com/1847ba/kdn6pw0iglcnar7u.png)
}

.ar .points-btn {
  margin-left: 4px;
  margin-right: 0
}

.modal-logo img {
  max-width: 172px
}

.statusModal .modal-lg {
  width: 1140px
}

.statusModal .modal-header {
  padding: 0;
  border: none
}

.statusModal .modal-content {
  border-radius: 45px;
  border: none
}

.statusModal .modal-header button.close {
  position: absolute;
  right: 0;
  box-shadow: none;
  background-color: #2a62ff;
  z-index: 11;
  color: #000;
  opacity: 1;
  text-shadow: none;
  border: none;
  font-weight: 300
}

.statusModal .modal-body {
  padding: 0;
  display: flex;
  flex-wrap: wrap
}

.modal-left {
  max-width: 20%;
  flex: 0 0 20%
}

.modal-right {
  max-width: 80%;
  flex: 0 0 80%;
  display: flex;
  flex-wrap: wrap
}

.modal-logo {
  background-color: #0f1739;
  border-radius: 42px 0 0 0;
  text-align: center;
  padding: 25px 0
}

.ar .modal-logo {
  border-radius: 0 42px 0 0
}

.status-box-wrap {
  max-width: 16.65%;
  flex: 0 0 16.65%;
  transition: all 0.4s ease-in
}

.modal-status-title {
  background-color: #0f1739;
  margin: 0;
  list-style: none;
  padding: 120px 25px 30px
}

.ar .modal-status-title {
  padding: 120px 23px 30px
}

.modal-status-title li {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 48px
}

.modal-status-title li sup {
  font-size: 14px;
  font-weight: 700
}

.status-slider .slick-list {
  padding: 0 !important
}

.status-box-top {
  padding: 20px 0;
  text-align: center
}

.status-box-top h4 {
  color: #b0b0b0;
  font-weight: 300;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px
}

.status-box-top h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  color: #fff
}

.status-box-badge {
  background-image: url(https://storage.perfectcdn.com/iwuu7h/bu6cwjmr7a7qppk0.png);
  width: 126px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  background-repeat: no-repeat;
  background-position: 0 0
}

.slick-center .status-box-badge {
  background-position: -127px 0
}

.modal-status-value {
  padding: 30px 0;
  margin: 0;
  list-style: none
}

.modal-status-value li {
  text-align: center;
  line-height: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center
}

.modal-status-value li .price {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  line-height: inherit
}

.modal-status-value li .price sup {
  font-weight: 700
}

.slick-center .status-box-wrap {
  background-color: #2a62ff
}

.slick-center .status-box-wrap h4 {
  color: #fff
}

.modal-status-value li div {
  width: 24px;
  height: 24px;
  display: flex;
  margin: auto;
  border-radius: 50px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  align-items: center;
  justify-content: center
}

.modal-status-value li div.disabl {
  color: #fff;
  background-color: red
}

.modal-status-value li div.enble {
  background-color: #2a62ff
}

.level-wrap {
  box-shadow: 0 0 0 0 rgb(253 240 1);
  animation: pulse 2s infinite
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(253 240 1 / .4)
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px #fff0
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 #fff0
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(253 240 1 / .4);
    box-shadow: 0 0 0 0 rgb(253 240 1 / .4)
  }

  70% {
    -moz-box-shadow: 0 0 0 10px #fff0;
    box-shadow: 0 0 0 10px #fff0
  }

  100% {
    -moz-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0
  }
}

.noti-bar {
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 4px
}

.noti-bar.noti-success {
  background-color: #07bd5c;
  color: #fff
}

.noti-bar.noti-warning {
  background-color: #ff853b;
  color: #fff
}

.noti-bar p:last-child {
  margin: 0
}

.noti-icon {
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  background-image: url(https://storage.perfectcdn.com/1847ba/qqc5tjgg68ki302p.png);
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-color: #000;
  background-position: center center;
  border: 3px solid #fff
}

.noti-bar p a {
  color: #2a62ff
}

.ar .noti-icon {
  right: auto;
  left: -21px
}

.level-box h4 {
  position: relative
}

.level-box small {
  display: block;
  margin-top: 8px
}

.services_details_btn {
  padding: 10px 10px;
  font-size: 14px;
}

@media(max-width:550px) {
  .factorial {
    display: block
  }

  #statusModal .modal-lg {
    width: auto
  }

  #statusModalLabel {
    text-align: center;
    font-size: 28px
  }

  .modal-body {
    padding-left: 20px;
    padding-right: 20px
  }

  .modal-logo {
    border-radius: 42px 42px 0 0
  }

  .modal-status-title {
    display: none
  }

  .statusModal .modal-body {
    flex-direction: column
  }

  .modal-left,
  .modal-right {
    max-width: 100%;
    flex: 0 0 100%
  }

  .statusModal .modal-lg {
    width: auto
  }

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

  .status-box-top {
    padding: 10px 0
  }

  .modal-status-value {
    padding: 10px 0
  }

  .modal-status-value li {
    min-height: 38px
  }

  .modal-status-value li div,
  .modal-status-value li h5 {
    position: relative;
    padding-left: 75%;
    border-radius: 4px;
    height: auto;
    line-height: 32px;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    width: auto
  }

  .modal-status-value li div::before,
  .modal-status-value li h5::before {
    content: attr(data-head);
    display: inline-block;
    position: absolute;
    left: 10px;
    font-size: 14px;
    line-height: 32px
  }

  .modal-status-value li .price::before {
    position: relative;
    left: auto;
    margin-right: 10px
  }

  .modal-status-value li div i {
    margin-right: 15px;
    margin-left: -15px
  }

  .modal-status-value li .price {
    font-size: 14px;
    line-height: 32px;
    padding-left: 0;
    display: inline-block;
    white-space: nowrap
  }

  .ar .modal-status-value li div::before,
  .ar .modal-status-value li h5::before {
    left: auto;
    right: 10px
  }

  .ar .modal-status-value li div,
  .ar .modal-status-value li h5 {
    padding-right: 75%;
    padding-left: 0
  }

  .ar .modal-status-value li div i {
    margin-right: -15px;
    margin-left: 15px
  }

  .ar .modal-status-value li .price {
    padding-right: 0
  }

  .ar .modal-status-value li .price::before {
    margin-left: 20px;
    margin-right: 0
  }

  .nightmode .modal-status-value li div {
    color: #000
  }

  .ar .statusModal .modal-header button.close {
    left: 5px
  }

  .ar .modal-logo {
    border-radius: 42px 42px 0 0
  }
}

.noti-success {
  background-color: #1f284c;
  color: #ffffff;
  border: none;
}

.modal-header .btn-close {
  position: absolute;
  top: 0;
  background: #03f;
  right: 0;
  border-radius: 50px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;

}

.ar .statusModal .modal-header button.close,
.ar .modal-header .btn-close {
  right: inherit;
  left: -10px;
}

.ar .m-close{
  right: inherit;
  left: 10px;
}

.buynowBtn,
.fav-icon {
  width: 35px;
  min-width: 35px;
  height: 35px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: #2a62ff;
  border-radius: 50px;
  transition: 0.5s ease-in-out;
}

.buynowBtn:hover,
.fav-icon:hover {
  background: #0139ff;
  transform: translateY(-5px);
}

.ticket-details-box {
  background-color: #2a62ff;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px;
}

.ticket-inner-detail-box {
  background-color: #fff;
  padding: 28px 23px;
  box-shadow: 4px 4px 0 0 RGBA(26, 39, 45, 0.15);
  position: relative;
}

.ticket-inner-detail-box::before {
  content: '';
  -webkit-mask: conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) 90% / 10px 100%;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: -5px;
  right: -7px;
  margin: auto;
  background-color: #ffffff;
}

.ticket-subj {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.subj-icon {
  width: 62px;
  height: 62px;
  font-size: 30px;
  background-color: #2a62ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 40px;
  margin: 0 auto 10px;
}

.ticket-subj img {
  width: 32px;
}

.ticket-subj-name {
  color: #1A272D;
  font-size: 20px;
  font-weight: 500;
}

.ticket-stats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  line-height: 32px;
  align-items: center;
  border-bottom: 1px solid RGBA(44, 65, 74, 0.24);
}

.left-stats {
  font-size: 12px;
  color: #1A272D;
  font-weight: 400;
}

.right-stats {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}

.ticket-note strong {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 38px;
}

.ticket-note {
  font-size: 12px;
  font-weight: 400;
  color: #1A272D;
  line-height: 18px;
}