@charset "UTF-8";
.rtl-enable .appAuth {
  padding-right: 280px;
  padding-left: 0;
}
.rtl .dropdown-menu, [dir=rtl] .dropdown-menu {
  right: auto!important;
}
.rtl-enable .appSidebar {
  right: 0;
  left: auto;
}
.rtl-enable .appAuth .menu-btn {
  right: 14px;
  left: 0;
}
@media (min-width: 992px) {
  .rtl-enable .appHeader {
    right: 280px;
    left: 0;
  }
  .rtl-enable .appAuth .appContent {
    margin-left: 0;
  }
  .rtl-enable .appAuth .appHeader {
    left: 0;
  }
  .rtl-enable .appAuth .menu-btn {
    right: 300px;
    left: 0;
  }
}
@media (max-width: 992px) {
  .rtl-enable .appAuth {
    padding-right: 0;
  }
  .rtl-enable .appAuth .appSidebar {
    transform: translateX(110%);
    transition: .24s ease;
    box-shadow: -4px 0 30px rgba(0, 0, 0, 0.3);
  }
  .rtl-enable .appAuth.sidebar-active .appSidebar {
    transform: translateX(0);
  }
  .rtl-enable .appAuth.sidebar-active .menu-btn {
    right: 300px;
    left: 0;
  }
}
html,
body {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body {
  background: #0C141B;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
.clearfix {
  clear: both;
}
.hidden {
  display: none !important;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
.header {
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  margin-top: 30px;
}
.header .site-icon-container {
  display: inline-block;
}
.header .site-icon-container img {
  max-height: 54px;
  width: auto;
}
.header .site-name {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: .8px;
  margin-left: -10px;
}
.header .site-name img {
  height: 85px;
}

@media only screen and (max-width: 480px) {
  .header .site-name img {
   max-height: 50px; 
  }
}
.header .header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .header-menu ul li {
  display: inline-block;
  padding: 0 25px;
}
.header .header-menu ul li.active a {
  color: #fff !important;
}
.header .header-menu ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  display: block;
  font-weight: 600;
  height: 100px;
  line-height: 100px;
  position: relative;
  transition: .2s ease;
}
.header .header-menu ul li a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.home-menu-btn {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background-color: #183441;
  color: #16aa94;
  outline: none;
  border: none;
  font-size: 18px;
  transition: .14s ease;
  z-index: 1020;
}
.home-menu-btn i {
  position: absolute;
  top: 10px;
  left: 13px;
}
.home-head {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 130px 0 40px;
}
.home-head .bub-items {
  position: absolute;
  z-index: 32;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-head .bub-items>* {
  position: absolute;
}
.home-head .bub-items .bubi-0 {
  left: -180px;
  top: 50px;
  animation: heart 3s infinite;
}
.home-head .bub-items .bubi-1 {
  left: -207px;
  bottom: 220px;
  animation: animateTwo 7s infinite;
}
.home-head .bub-items .bubi-2 {
  right: -290px;
  top: 60px;
  animation: animateTwo 7s infinite;
}
.home-head .bub-items .bubi-3 {
  right: -150px;
  top: 360px;
  animation: animateFour 5s infinite;
}
@keyframes heart {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animateTwo {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(20px, 15px) scale(1.1);
  }
  56% {
    transform: translate(-5px, 24px) scale(1);
  }
  75% {
    transform: translate(30px, -5px) scale(1);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes animateFour {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-4px, 28px) scale(1.1);
  }
  56% {
    transform: translate(-16px, -14px) scale(1);
  }
  75% {
    transform: translate(24px, 23px) scale(1.4);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
.home-head .home-head-real-content {
  z-index: 38;
  position: relative;
}
.home-head .home-head-bg {
  background-image: url(https://storage.perfectcdn.com/79scal/4t99bzp9zxnf6516.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.home-head .home-head-content {
  z-index: 100;
  position: relative;
  padding: 100px 0;
  z-index: 33;
}
.home-head .hh-left-badge {
  background: rgba(0, 177, 77, 0.25);
  display: inline-flex;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  padding-right: 10px;
}
.home-head .hh-left-badge .hhlb-icon {
  background: #16aa94;
  color: #fff;
  margin: 5px;
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.home-head .hh-left-badge .hhlb-text {
  padding: 15px 14px;
  color: #16aa94;
  font-weight: 600;
  line-height: 20px;
  font-size: 13px;
}
.home-head .hl-title {
  font-size: 42px;
  line-height: 56px;
  font-weight: 600;
  margin-top: 42px;
  margin-bottom: 40px;
  color: #fff;
}
.home-head .hl-text {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.hl-btns {
  display: flex;
  margin-top: 50px;
  margin-left: -8px;
  margin-right: -8px;
}
.hl-btns>a {
  margin: 8px;
}
.logbox {
  position: relative;
}
.logbox::before {
  content: '';
  position: absolute;
  z-index: 14;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(to top, #183441, #111E26);
  border-radius: 12.4px;
}
.logbox .logbox-content {
  background: #121D27;
  border-radius: 12px;
  position: relative;
  z-index: 15;
  padding: 56px 30px 25px;
}
.logbox .logbox-title {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}
.hl-input {
  position: relative;
  margin-bottom: 28px;
}
.hl-input input:focus~.floating-label,
.hl-input input:not(:focus):valid~.floating-label {
  top: 14px;
  transform: translateY(0);
  bottom: 10px;
  font-size: 13px;
  opacity: 1;
}
.hl-input input:focus {
  border-color: #16aa94 !important;
}
.hl-input .inputText {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 15px;
  background: #15222E;
  border: 2px solid #15222E;
  outline: none;
  padding: 38px 16px 28px;
  box-sizing: border-box;
}
.hl-input .floating-label {
  position: absolute;
  pointer-events: none;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s ease all;
  color: #32495E;
  font-weight: 600;
}
.hl-special {
  border: 2px solid #213446;
  background: #15222E;
  display: block;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 12px 20px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  height: 48px !important;
  transition: .14s ease;
  text-decoration: none;
  font-weight: 600;
}
.hl-special:first-child {
  border: none !important;
}
.hl-special:hover {
  text-decoration: none !important;
  border-color: #16aa94;
  color: #fff;
  transform: scale(0.94);
  opacity: .9;
}
.custom-check {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  display: none;
}
.custom-check label {
  position: relative;
  z-index: 25;
}
.custom-check .checkmark {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: transparent;
  transition: .14s ease;
  border-radius: 10px;
}
.custom-check:hover input~.checkmark {
  background-color: transparent;
}
.custom-check input:checked~.checkmark {
  background-color: #16aa94;
}
.custom-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-check input:checked~.checkmark:after {
  display: block;
}
.custom-check .checkmark:after {
  left: 20px;
  top: 12px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.dh-acc {
  display: block;
  margin-top: 44px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  text-align: center;
}
.dh-acc .dh-acc-content {
  background: #121D27;
  padding: 0 18px;
  position: relative;
  z-index: 4;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.dh-acc::before {
  content: '';
  z-index: 3;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #224E64;
}
.btn {
  border-radius: 20px;
  transition: cubic-bezier(0.55, 0.085, 0.68, 0.53) .2s;
  font-weight: 700;
  padding: 20px 40px;
}
.btn.btn-primary {
  background: #16aa94;
  color: #fff;
  border: none;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #055a2a;
}
.btn.btn-lg {
  padding: 20px;
}
.btn:hover {
  transform: scale(0.96);
}
.btn-100 {
  display: block;
  width: 100%;
  text-align: center;
}
.btn-100.btn-icon {
  display: flex;
  justify-content: center;
}
.btn-rounded {
  border-radius: 25px;
}
.btn-lg {
  padding: 12px 20px;
}
.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  background-color: transparent;
}
.btn-outline:hover,
.btn-outline:focus {
  border-color: rgba(255, 255, 255, 1);
}
.btn-outline.btn-light {
  color: #fff;
  border-color: #2a4771;
}
.btn-outline.btn-light:hover {
  background-color: #2a4771;
}
.btn-outline.btn-secondary {
  border-color: #2a4771;
  background: #0c2447;
  color: #fff;
}
.dd-btn::after {
  display: none;
}
.btn-transparent {
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
  color: #fff;
}
.btn-transparent:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: transparent;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.1);
}
.home-section {
  padding: 120px 0;
}
.hfs-content .hfs-item {
  margin: 15px 0;
}
.hfs-content .hfs-item .hfs-count {
  font-size: 36px;
  letter-spacing: .4px;
  color: #fff;
  font-weight: 700;
}
.hfs-content .hfs-item .hfs-title {
  font-size: 24px;
  font-weight: 500;
  color: #16aa94;
}
.home-title {
  position: relative;
}
.home-title h2 {
  color: #fff;
  font-weight: 700;
  font-size: 39px;
}
.home-title .hh-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 46px;
}
.home-title .hh-icon::before {
  content: '';
  position: absolute;
  z-index: 20;
  border-radius: 23px;
  left: -13px;
  right: -13px;
  top: -13px;
  bottom: -13px;
  background: rgba(0, 175, 76, 0.2);
}
.home-title .hh-icon .hh-content {
  position: relative;
  z-index: 25;
  background: #00AF4C;
  border-radius: 15px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #fff;
}
.home-tabs .tab {
  display: none;
  color: #fff;
}
.home-tabs .tab.active {
  display: block;
}
.hsobs {
  margin-bottom: 50px;
}
.hsobs .hsob {
  margin: 15px 0;
  background: #12232D;
  padding: 18px 40px 14px;
  color: #fff;
  border-radius: 30px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: .14s ease;
  cursor: pointer;
}
.hsobs .hsob.active {
  background: #16aa94 !important;
}
.hsobs .hsob.active .hsob-icon {
  color: #fff;
}
.hsobs .hsob:hover {
  background: #1c3341;
  transform: scale(0.94);
}
.hsobs .hsob:hover .hsob-icon {
  color: #fff;
  transform: scale(1.2);
}
.hsobs .hsob .hsob-icon {
  color: #16aa94;
  font-size: 30px;
  transition: .14s ease;
}
.hsobs .hsob .hsob-title {
  font-size: 21px;
  font-weight: 700;
}
.wcu-content .wcu-conteiner {
  position: relative;
  margin: 15px 0;
}
.wcu-content .wcu-conteiner::before {
  content: '';
  position: absolute;
  z-index: 20;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  background: linear-gradient(to top, #183441, #111E26);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  transition: .2s ease;
}
.wcu-content .wcu-conteiner:hover::before {
  transform: scale(0.9);
}
.wcu-content .wcu-conteiner:hover .wcu-box {
  transform: scale(1.03);
  background: linear-gradient(to right, #04843B, #16aa94) #04843B;
}
.wcu-content .wcu-conteiner:hover .wcu-box .wcu-text {
  color: #fff;
}
.wcu-content .wcu-conteiner:hover .wcu-box .wcu-icon img,
.wcu-content .wcu-conteiner:hover .wcu-box .wcu-go img {
  filter: brightness(0) invert(1);
}
.wcu-content .wcu-conteiner:hover .wcu-box .wcu-icon img {
  transform: scale(1.1);
}
.wcu-content .wcu-conteiner .wcu-box {
  background: #12232D;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  z-index: 23;
  position: relative;
  transition: .2s ease;
}
.wcu-content .wcu-conteiner .wcu-box .wcu-body {
  padding: 50px 30px 60px;
}
.wcu-content .wcu-conteiner .wcu-box .wcu-icon i {
  font-size: 42px;
  color: #16aa94;
  transition: .2s ease;
}
.wcu-content .wcu-conteiner .wcu-box:hover .wcu-icon i {
  color: #fff;
}
.wcu-content .wcu-conteiner .wcu-box .wcu-title {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-top: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}
.wcu-content .wcu-conteiner .wcu-box .wcu-text {
  font-size: 14px;
  color: #9799A3;
  line-height: 24px;
  transition: .2s ease;
}
.wcu-content .wcu-conteiner .wcu-box .wcu-go {
  display: inline-block;
  margin-top: 30px;
  position: relative;
  transition: .2s ease;
}
.wcu-content .wcu-conteiner .wcu-box .wcu-go i {
  font-size: 42px;
  color: #16aa94;
}
.wcu-content .wcu-conteiner .wcu-box:hover .wcu-go i {
  color: #fff;
}
.homeI-1 {
  max-width: 100%;
}
.homeI-2 {
  position: absolute;
  max-width: 100%;
  right: 0;
}
.hsl-title .hsl-title-icon {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #16aa94;
  border-radius: 15px;
  font-size: 32px;
  color: #fff;
}
.hsl-title h2 {
  margin: 0;
  font-size: 32px;
  line-height: 45px;
  color: #fff;
  padding: 0;
  font-weight: 700;
}
.hsl-text {
  font-size: 19px;
  line-height: 33px;
  color: #fff;
  font-weight: 500;
  margin: 40px 0 30px;
}
.hsl-bottom {
  margin-top: 50px;
}
.hsl-item {
  position: relative;
  margin: 30px 0;
}
.hsl-item .hsli-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.hsl-item .hsli-text {
  font-size: 15px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.8);
}
.how-pworks {
  display: block;
  position: relative;
}
.how-pworks .bg-1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(https://storage.perfectcdn.com/79scal/jo6f9bmznmx3dluo.png);
  background-size: cover;
  background-position: center;
  z-index: 20;
}
.how-pworks .hpw-content {
  padding: 180px 0 260px;
  z-index: 25;
  position: relative;
}
.how-pworks .hpw-title {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 30px;
}
.how-pworks .hpw-text {
  max-width: 800px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 34px;
  font-size: 20px;
}
.how-pworks-bottom {
  position: relative;
  z-index: 29;
  padding: 0 0 120px;
}
.hpw-box {
  margin-top: -200px;
  position: relative;
}
.hpw-box::before {
  content: '';
  position: absolute;
  z-index: 30;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(to top, #183441, #111E26);
  border-radius: 12.4px;
}
.hpw-box .hpw-box-r {
  border-radius: 10px;
  background: #0C151B;
  z-index: 35;
  position: relative;
  padding: 40px;
}
.hpw-box .hpw-box-r::before {
  content: '';
  left: 80px;
  right: 80px;
  position: absolute;
  z-index: 31;
  top: calc(50% - 1.5px);
  height: 2px;
  background: #1B2B3A;
}
.hpw-box .hpw-box-r>.row {
  z-index: 32;
}
.hpw-item {
  text-align: center;
  z-index: 33;
  margin: 20px 0;
}
.hpw-item .hpw-icon {
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hpw-item .hpw-icon img {
  max-height: 87px;
}
.hpw-item .hpw-num {
  position: relative;
  display: inline-block;
}
.hpw-item .hpw-num::after {
  content: '';
  z-index: 34;
  position: absolute;
  left: -50px;
  right: -50px;
  top: 0;
  background-color: #0C151B;
  height: 100%;
}
.hpw-item .hpw-num span {
  height: 74px;
  width: 74px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #16aa94;
  border-radius: 12px;
  margin-top: 40px;
  position: relative;
  z-index: 36;
  font-size: 30px;
  color: #fff;
  font-weight: 900;
}
.hpw-item .hpw-num::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-top: solid 12px #16aa94;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}
.hpw-item .hpw-title {
  margin-top: 35px;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
}
.hpw-item .hpw-text {
  margin-top: 12px;
  font-size: 13px;
  line-height: 23px;
  color: #B5B5B5;
}
.special-color {
  color: #16aa94;
}
.home-customer-container {
  width: 100%;
}
.home-customer {
  padding: 120px 0;
  width: 100%;
}
.home-customer .container {
  max-width: 800px;
  text-align: center;
}
.home-customer .slider-circle {
  border: 3px solid #182836;
  border-radius: 50%;
  width: 640px;
  height: 640px;
  display: inline-block;
  position: relative;
}
.home-customer .slider-circle .out-circle {
  position: absolute;
  border-radius: 50%;
}
.home-customer .slider-circle .out-circle.oc-1 {
  left: -90px;
  top: -90px;
  bottom: -90px;
  opacity: .2;
  right: -90px;
  border: 3px solid #182836;
}
.home-customer .slider-circle .out-circle.oc-2 {
  left: -200px;
  top: -200px;
  bottom: -200px;
  right: -200px;
  opacity: .3;
  border: 3px solid #182836;
}
.home-customer .slider-content .slider-tab {
  display: none;
}
.home-customer .slider-content .slider-tab.active {
  display: block;
}
.home-customer .member-comment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
}
.home-customer .member-comment>* {
  margin: 20px 0;
}
.home-customer .member-comment .comment-text {
  max-width: 480px;
  color: #fff;
  font-size: 26px;
  line-height: 41px;
  font-weight: 500;
}
.home-customer .member-comment .comment-user {
  font-size: 25px;
  font-weight: 700;
}
.home-customer .member-comment .comment-stars {
  color: #16aa94;
  font-size: 25px;
}
.home-customer .slider-btns .slider-btn {
  z-index: 999;
  position: absolute;
  width: 64px;
  height: 64px;
  background-color: #2E4C67;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  border: 3px solid transparent;
  transition: .14s ease;
  cursor: pointer;
}
.home-customer .slider-btns .slider-btn:hover {
  opacity: .9;
}
.home-customer .slider-btns .slider-btn.active {
  border-color: #16aa94;
}
.home-customer .slider-btns .slider-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-customer .slider-btns .slider-btn.sb-1 {
  top: 0;
  left: 50%;
}
.home-customer .slider-btns .slider-btn.sb-2 {
  top: 50%;
  left: 100%;
}
.home-customer .slider-btns .slider-btn.sb-3 {
  top: 100%;
  left: 50%;
}
.home-customer .slider-btns .slider-btn.sb-4 {
  left: 0;
  top: 50%;
}
.footer {
  color: #fff;
}
.footer .site-name {
  font-size: 36px;
  font-weight: 600;
  padding: 52px 0;
  color: #fff;
  line-height: 48px;
}
.footer .site-name img {
  height: 80px;
}
.footer .footer-right {
  display: flex;
  align-items: center;
  justify-content: right;
}
.footer .footer-right .btn {
  flex: 0 0 auto;
  margin-left: auto;
}
.footer .footer-menu {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  font-weight: 700;
}
.footer .footer-menu li {
  display: inline-block;
  padding: 0 4px;
}
.footer .footer-menu li a {
  color: #fff;
  padding: 0 8px;
}
.footer .footer-top {
  position: relative;
  border-top: 1px solid #16222F;
}
.footer .footer-top .ft-content {
  position: relative;
  z-index: 3;
}
.footer .footer-icons>* {
  margin: 10px;
}
.footer .footer-bottom {
  padding: 30px 0 40px;
}
.footer .footer-bt-info {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .wcu-content .wcu-conteiner::before,
  .wcu-content .wcu-conteiner .wcu-box {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .home-customer-container {
    overflow: inherit;
    display: block;
  }
  .home-customer {
    padding: 70px 0;
    width: 100%;
  }
  .home-customer .container {
    max-width: 800px;
    text-align: center;
  }
  .home-customer .slider-circle {
    border: none;
    border-radius: 0;
    width: 100%;
    height: auto;
    display: block;
  }
  .home-customer .slider-circle .out-circle {
    display: none;
  }
  .home-customer .slider-content .slider-tab {
    display: none;
  }
  .home-customer .slider-content .slider-tab.active {
    display: block;
  }
  .home-customer .member-comment {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
    position: relative;
    color: #fff;
  }
  .home-customer .member-comment .quote-icon img {
    width: 32px;
  }
  .home-customer .member-comment>* {
    margin: 10px 0;
  }
  .home-customer .member-comment .comment-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
  }
  .home-customer .member-comment .comment-user {
    font-size: 20px;
  }
  .home-customer .slider-btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .home-customer .slider-btns .slider-btn {
    width: 64px;
    height: 64px;
    background-color: #2E4C67;
    transform: inherit;
    position: relative;
  }
  .home-customer .slider-btns .slider-btn:hover {
    opacity: .9;
  }
  .home-customer .slider-btns .slider-btn.active {
    border-color: #16aa94;
  }
  .home-customer .slider-btns .slider-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-customer .slider-btns .slider-btn.sb-1,
  .home-customer .slider-btns .slider-btn.sb-2,
  .home-customer .slider-btns .slider-btn.sb-3,
  .home-customer .slider-btns .slider-btn.sb-4 {
    top: inherit;
    left: inherit;
  }
  .hsl-title-icon {
    margin-bottom: 20px;
    width: 64px !important;
    height: 64px !important;
    font-size: 40px !important;
  }
  .home-section {
    padding: 70px 0;
  }
  .hl-btns {
    flex-direction: column;
  }
  .hl-btns>a {
    flex: 1;
  }
  .home-head .hh-left-badge {
    height: 38px;
    border-radius: 19px;
  }
  .home-head .hh-left-badge .hhlb-icon {
    width: 28px;
    height: 28px;
  }
  .home-head .hh-left-badge .hhlb-text {
    padding: 10px 9px;
    font-size: 13px;
  }
  .home-head .home-head-content {
    padding: 0;
  }
  .home-head .hl-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 26px;
    color: #fff;
  }
  .home-head .hl-text {
    display: none;
  }
  .btn.btn-lg {
    padding: 18px 40px;
  }
  .btn.btn-lg.btn-outline {
    padding: 16px 40px;
  }
  .hl-input input:focus~.floating-label,
  .hl-input input:not(:focus):valid~.floating-label {
    top: 8px;
    transform: translateY(0);
    bottom: 10px;
  }
  .hl-input .inputText {
    padding: 24px 16px 14px;
  }
  .hsobs .hsob {
    padding: 11px 20px;
    margin: 8px 0;
  }
  .hsobs .hsob .hsob-title {
    font-size: 16px;
    font-weight: 400;
  }
  .hsl-text {
    font-size: 16px;
    line-height: 31px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
  }
  .how-pworks .hpw-title {
    color: #fff;
    font-size: 24px;
  }
  .how-pworks .hpw-text {
    font-weight: 500;
    line-height: 18px;
  }
  .home-title h2 {
    font-size: 30px;
  }
  .footer .footer-right {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
  .footer .footer-right .btn {
    margin-left: inherit;
  }
  .footer .footer-right>* {
    margin: 7px 0;
  }
  .header {
    margin-top: 0;
  }
  .custom-check .checkmark:after {
    border-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .home-boost-box {
    padding: 40px 24px;
  }
  .home-menu-btn {
    display: inline-block;
  }
  .head-menu {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #181c29;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.16);
    padding: 40px 30px;
    z-index: 1003;
    overflow-y: auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .head-menu .btn {
    display: block;
  }
  .head-menu .mmff {
    width: 100%;
    display: block;
  }
  .head-menu .hm-close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 18px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    opacity: .6;
    z-index: 1004;
  }
  .head-menu .bs-btn {
    display: block;
    width: 100%;
  }
  .head-menu .bs-btn+.bs-btn {
    margin-top: 14px;
  }
  .head-menu .header-menu>ul {
    width: 100%;
    padding: 0 20px 30px;
  }
  .head-menu .header-menu>ul>li {
    display: block;
    position: relative;
  }
  .head-menu .header-menu>ul>li+li {
    margin: 0;
  }
  .head-menu .header-menu>ul>li>a {
    display: block;
    text-align: left;
    position: relative;
    max-height: 40px;
    padding: 24px 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
  }
  .head-menu .header-menu>ul>li>a::after {
    display: none;
  }
  .head-menu.active {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .homeI-2 {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .home-head .bub-items {
    display: none !important;
  }
}
.ahbtn {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  font-size: 24px;
  position: relative;
}
.ahbtn::after {
  content: attr(data-text);
  position: absolute;
  width: auto;
  height: 24px;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
.ahbtn.bs-1 {
  color: #2A62FF;
  background: rgba(42, 98, 255, 0.15);
}
.ahbtn.bs-2 {
  color: #547ADB;
  background: rgba(42, 98, 255, 0.15);
}
.ahbtn.bs-3 {
  color: #414B6C;
  background: rgba(69, 91, 158, 0.15);
}
.ahbtn.bs-4 {
  color: #FF2828;
  background: rgba(255, 40, 40, 0.15);
}
.pg-titlte {
  font-size: 25px;
  line-height: 31px;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 0;
}
.pg-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 10px;
  color: #FFF;
}
.primary-color {
  color: #16aa94 !important;
}
.secondary-color {
  color: #192149 !important;
}
.success-color {
  color: #00B67A !important;
}
.danger-color {
  color: #f65619 !important;
}
.warning-color {
  color: #fbbc05 !important;
}
.primary-bg {
  background-color: #0258FF !important;
}
.secondary-bg {
  background-color: #192149 !important;
}
.success-bg {
  background-color: #00B67A !important;
}
.warning-bg {
  background-color: #fbbc05 !important;
}
.danger-bg {
  background-color: #f65619 !important;
}
.pink-bg {
  background-color: #ff029a !important;
}
.purple-bg {
  background-color: #9158ed !important;
}
.orange-bg {
  background-color: #f39c12 !important;
}
.container {
  max-width: 1120px;
}
.fw-400 {
  font-weight: 400 !important;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: black !important;
}
input:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: black !important;
}
.sbadge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px 13px 20px;
  background: linear-gradient(246.82deg, #1a2444 8.2%, rgba(34, 45, 79, 0) 78.22%), #0c1447;
  border: 1px solid #19225c;
  box-sizing: border-box;
  box-shadow: 0 25px 50px rgba(10, 39, 83, 0.07);
  border-radius: 15px;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -.03em;
  color: #fff;
}
.sbadge .icon {
  font-size: 14px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sbadge .text {
  font-weight: 600;
}
.card {
  background: #121D27;
  border: 1px solid #183441;
  box-sizing: border-box;
  box-shadow: 0 25px 50px rgba(10, 39, 83, 0.07);
  border-radius: 20px;
  position: relative;
}
.card-body {
  padding: 31px 28px;
}
.card-header {
  border-radius: 15px 15px 0 0 !important;
  background: url(https://smmcard.org/greenimg/card-header.webp) center/cover;
  padding: 30px 28px;
  border-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.card-header.body-top-on-this {
  z-index: 2;
}
.card-header.body-top-on-this+.card-body {
  z-index: 4;
  position: relative;
  margin-top: -20px;
  padding-top: 0;
}
.card-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: -.005em;
  color: #fff;
  margin-bottom: 0;
}
.card-h-text {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -.005em;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 10px;
  display: none;
}
@media (min-width: 992px) {
  .card-h-text {
    display: block;
  }
}
.card.card-no-box {
  position: relative;
  margin: 0 0 30px;
}
.card.card-no-box.cnb-2 .cb-content::after {
  background-image: url(https://storage.perfectcdn.com/79scal/icx5bxfny7c5lcnm.png);
}
.card.card-no-box.cnb-2 .cnb-circle {
  color: #FF2828;
  border-color: #FF2828;
}
.card.card-no-box.cnb-3 .cb-content::after {
  background-image: url(https://storage.perfectcdn.com/79scal/4r7ulz907qwmnsaj.png);
}
.card.card-no-box.cnb-3 .cnb-circle {
  color: #28F1AA;
  border-color: #28F1AA;
}
.card.card-no-box.cnb-4 .cb-content::after {
  background-image: url(https://storage.perfectcdn.com/79scal/klwt78t9qtoycrwl.png);
}
.card.card-no-box.cnb-4 .cnb-circle {
  color: #A12AFF;
  border-color: #A12AFF;
}
.card.card-no-box .cb-content {
  position: relative;
  overflow: hidden;
}
.card.card-no-box .cb-content::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(https://storage.perfectcdn.com/79scal/oq2pswlt77cscuzw.png);
  opacity: .17;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
.card.card-no-box .cnb-content {
  padding: 30px 30px 50px;
  position: relative;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .card.card-no-box .cnb-content {
    padding: 15px;
  }
  .card.card-no-box .cnb-content .col-auto {
    display: none;
  }
  .card.card-no-box h2 {
    font-size: 12px !important;
  }
  .card.card-no-box h3,
  .pwd {
    font-size: 18px !important;
  }
  .card.card-no-box {
    margin: 0 0 15px;
  }
}
.card.card-no-box .cnb-circle {
  border-radius: 50%;
  border: 3px solid #2A62FF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  color: #2A62FF;
  font-size: 32.6276px;
  line-height: 33px;
}
.card.card-no-box h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFF;
  margin-bottom: 4px;
}
.card.card-no-box h3,
.pwd {
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
  color: #FFF;
  margin-bottom: 0;
}
.form-control {
  background: #121D27;
  border: 1px solid #183441;
  border-radius: 15px;
  line-height: 20px;
  padding: 14px 18px;
  outline: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.842);
  height: 50px;
}
.form-control:focus {
  box-shadow: 0 0 0 4px rgba(0, 177, 77, 0.3);
  background-color: #121D27;
  border: 1px solid transparent;
  color: #fff;
}
.form-control::placeholder {
  color: #929cb7;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #0c141b !important;
  opacity: 1;
}
.form-select,
select.form-control {
  background: #121D27;
  border: 1px solid #183441;
  border-radius: 15px;
  line-height: 20px;
  padding: 14px 18px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  height: 50px;
  width: 100%;
}
.form-select:focus,
select.form-control:focus {
  box-shadow: none;
  background: #121D27;
  border: 1px solid #183441;
}
.form-select::placeholder,
select.form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-label,
label {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 12px;
}
.form-control-lg {
  padding: 20px 18px;
}
.form-check-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.form-check-input {
  width: 20px;
  height: 20px;
}
.form-check-input:checked {
  background-color: #0258FF;
  border-color: #0258FF;
}
.hbadge {
  position: relative;
  display: inline-block;
  background: rgba(18, 140, 214, 0.15);
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -.03em;
  color: #297eb3;
  padding: 12px 24px;
  height: 55px;
}
.hbadge-danger {
  color: #cf5e33;
  background: rgba(246, 86, 25, 0.15);
}
.dropdown-menu {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 177, 77, 0.2);
  border-radius: 15px;
  background-color: #0C141B;
}
.dropdown-item {
  font-weight: 500;
  color: #fff;
  padding: 6px 20px;
}
.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
}
@media (min-width: 992px) {
  .dropdown-item {
    font-size: 14px;
  }
}
.dropdown-item:focus {
  background-color: #0258FF;
}
.dropdown-divider {
  background-color: #6e6e6e;
}
.pagination .page-item.active .page-link {
  background-color: #16aa94;
  color: #fff;
}
.pagination .page-item.active .page-link::before {
  content: "";
  bottom: 0;
  height: 3px;
  width: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #121d27;
}
.pagination .page-item:first-child {
  border-right: 1px solid #151d46;
}
.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 #151d46;
}
.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: #121d27;
  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: #b7cdd8;
  position: relative;
}
.pagination .page-item .page-link:focus {
  z-index: 2;
}
#appDashboard .dashboard-head-wrapper {
  padding-top: 40px;
}
.dashboard-head-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.dashboard-head-wrapper .dashboard-head {
  background: #183441;
  border: 1px solid #06fdc1;
  border-radius: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .dashboard-head-wrapper .dashboard-head {
    border-radius: 25px;
  }
}
.dashboard-head-wrapper .dhead-body {
  position: relative;
  z-index: 6;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .dashboard-head-wrapper .dhead-body {
    padding: 40px 44px;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .dashboard-head-wrapper .dhead-body {
    padding: 60px;
    max-width: 70%;
  }
}
.dashboard-head-wrapper .dhead-body .title {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 14px;
  color: #fff;
}
@media (min-width: 768px) {
  .dashboard-head-wrapper .dhead-body .title {
    font-size: 25px;
    line-height: 34px;
  }
}
.dashboard-head-wrapper .dhead-body .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #c9c9c9;
  margin-bottom: 0;
}
.dashboard-head-wrapper .dhead-body .text a {
  color: #029fff;
}
.dashboard-head-wrapper .dhead-body .text-2 {
  padding-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #72879d;
  margin-bottom: 0;
}
.dashboard-head-wrapper .dhead-body .dhead-icon {
  display: none;
}
.dashboard-head-wrapper .dhead-body .dhead-icon.pg-af {
  background: rgba(255, 0, 153, 0.25);
  color: #f09;
}
.dashboard-head-wrapper .dhead-body .dhead-icon.pg-ap {
  background: #183441;
  border: 5px solid #16aa94;
}
.dashboard-head-wrapper .dhead-body .dhead-icon.pg-cp {
  background: rgba(6, 253, 193, 0.25);
  color: #06FDC1;
}
@media (min-width: 768px) {
  .dashboard-head-wrapper .dhead-body .dhead-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
  }
}
.dashboard-head-wrapper .dhead-img-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.dashboard-head-wrapper .dhead-img-wrapper .dhead-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 100%;
  display: none;
}
@media (min-width: 992px) {
  .dashboard-head-wrapper .dhead-img-wrapper .dhead-img {
    display: block;
  }
}
.appAuth {
  position: relative;
  min-height: 100vh;
  background: #0C141B;
  padding-left: 280px;
  padding-top: 90px;
  color: #fff;
}
.appAuth .container {
  max-width: 1400px;
}
.menu-btn {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background-color: #183441;
  color: #16aa94;
  border: none;
  font-size: 18px;
  transition: .14s ease;
  z-index: 1020;
}
.appAuth .menu-btn {
  position: fixed;
  top: 14px;
  left: 14px;
}
.appAuth .menu-btn .ri-close-line,
.appAuth .menu-btn .ri-menu-line {
  position: absolute;
  left: 50%;
  top: 50%;
}
.appAuth .menu-btn .ri-close-line {
  transform: scale(0) translate(-50%, -50%);
  transition: .2s ease;
}
.appAuth .menu-btn .ri-menu-line {
  transition: .2s ease;
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .appAuth {
    padding-left: 0;
  }
  .appAuth.sidebar-active .appSidebar {
    transform: translateX(0) translateX(0);
  }
  .appAuth.sidebar-active .menu-btn {
    left: 300px;
  }
  .appAuth.sidebar-active .menu-btn .ri-close-line {
    transform: scale(1) translate(-50%, -50%);
  }
  .appAuth.sidebar-active .menu-btn .ri-menu-line {
    transform: scale(0) translate(-50%, -50%);
  }
  .appAuth .appSidebar {
    transform: translateX(-110%);
    transition: .24s ease;
    box-shadow: 4px 0 30px rgba(0, 0, 0, 0.3);
  }
}
.appSidebar {
  background: #121D27;
  border-right: 1px solid #183441;
  border-radius: 0;
  width: 280px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  z-index: 1040;
}
.sbLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0 0;
  margin-bottom: -10px;
}
.sbLogo img {
  max-width: 250px;
}
.sbUsrWr {
  padding: 20px 30px 0;
}
.sbUsr {
  background: #0C141B;
  border-radius: 44px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 20px;
  transition: .14s ease;
}
.sbUsr:focus {
  box-shadow: 0 0 0 .25rem rgba(2, 88, 255, 0.2);
}
.avtWr {
  background-color: rgba(0, 177, 77, 0.33);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  padding-top: 4px;
}
.avtWr span {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}
.sbName {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .01em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sbName::after {
  content: "\eb80";
  color: #0258FF;
  font-family: remixicon !important;
  font-style: normal;
  font-size: 18px;
}
.sbUsrSt {
  margin-top: 6px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: .02em;
  color: #8b98b8;
}
.goWr {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sbMenuWr {
  flex: 1;
  overflow-y: auto;
  padding: 20px 0 40px;
}
.sbMenuWr::-webkit-scrollbar {
  width: 0;
}
.sbMenu {
  list-style: none;
  margin: 0;
  padding: 0 30px;
  gap: 15px;
  display: flex;
  flex-direction: column;
}
.sbMenu .mItem {
  display: block;
}
.sbMenu .mLink {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  transition: .14s ease;
  cursor: pointer;
}
.sbMenu .mLink .mText {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.sbMenu .mLink .mIcon {
  display: flex;
  align-items: center;
  font-size: 20px;
  width: 37px;
}
.sbMenu .mLink.active {
  background: #16aa94;
  box-shadow: 0 7.93801px 19.845px rgba(0, 177, 77, 0.15);
  border-radius: 50px;
  color: #fff;
}
.sbMenu .mLink.active:hover {
  color: #fff;
}
.sbMenu .mLink:hover {
  color: #16aa94;
}
.sbMenu .mSMore {
  background: #0c2447;
  border: 1px solid #2a4771;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  border-radius: 30px;
  padding: 15px 20px;
  transition: .14s ease;
  cursor: pointer;
}
.sbMenu .mSMore .mText {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.sbMenu .mSMore .mIcon {
  display: flex;
  align-items: center;
  font-size: 20px;
  transition: .14s ease;
}
.sbMenu .mSMore:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 33, 73, 0.3);
}
.sbMenu .mSMoreItem.active .mSMore .mIcon {
  transform: rotate(180deg);
}
.sbMenu .mSMoreItem.active .subMenu {
  width: 100%;
  display: flex;
}
.sbMenu .subMenu {
  display: none;
  flex-direction: column;
  padding: 14px 0;
  margin: 0;
  transition: all 0.2s ease;
}
.appHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 74px;
  z-index: 1001;
  background: #121D27;
  border-bottom: 1px solid #183441;
}
@media (min-width: 768px) {
  .appHeader {
    padding: 0 30px;
    height: 90px;
    border-bottom: 0;
  }
}
.appHeader .apHdRw {
  height: 74px;
  align-items: center;
}
@media (min-width: 992px) {
  .appHeader .apHdRw {
    height: 90px;
  }
}
@media (min-width: 992px) {
  .appHeader {
    left: 280px;
  }
}
.apPgTi {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #fff;
}
.apPgTx {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #8b98b8;
  margin: 0 !important;
}
.apHdCr {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 992px) {
  .apHdCr {
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
}
.apHdCr::after {
  display: none;
}
.apHdIt {
  position: relative;
  background-color: transparent;
  display: flex;
  gap: 12px;
  align-items: center;
  text-align: left;
  padding: 0;
}
.apHdIt::after {
  display: none;
}
@media (min-width: 768px) {
  .apHdIt {
    padding: 9px 20px;
  }
}
.apHdIt .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0C141B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #16aa94;
  font-size: 20px;
  overflow: hidden;
}
.apHdIt .icon.avatar {
  background-color: transparent;
}
.colIc .icon.avatar {
  background: rgba(0, 177, 77, 0.33);
}
.apHdIt .icon.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.apHdIt .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.apHdIt .text {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #8b98b8;
  margin-top: 6px;
}
.apHdIt .arrows {
  color: #fff;
  display: flex;
  align-items: center;
}
.apHdIt.apHdPrb {
  background: #0C141B;
  border-radius: 50px;
  padding: 10px 0 10px 10px;
}
.appContent {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .appContent {
    padding: 0 30px 30px;
  }
}
.hiddenTitle {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.nwoNav {
  background: #121D27;
  border: 1px solid #183441;
  border-radius: 15px;
  margin: 0;
  list-style: none;
  padding: 7px;
  display: flex;
}
.nwoNav .nwoNavLink {
  border: none;
  outline: none;
  border-radius: 11px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  background-color: transparent;
  color: #fff;
  padding: 13px 25px;
  transition: .14s ease;
}
.nwoNav .nwoNavLink.active {
  background: #16aa94;
  color: #fff;
}
.nwoTabs .nwoTab {
  display: none;
}
.nwoTabs .nwoTab.active {
  display: block;
}
.nwoDeIt {
  height: 47px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #121D27;
  border: 1px solid #183441;
  border-radius: 15px;
}
.nwoDeIt.description {
  height: auto;
  padding: 20px;
}
.nwoDeIt.description .text {
  color: #fff;
}
@media (min-width: 992px) {
  .nwoDeIt.description {
    padding: 30px;
  }
}
.nwoDeIt .icon {
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: #192149;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.nwoDeIt .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  overflow-wrap: break-word;
  max-width: 100%;
}
.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,
  .s-col.s-col-sm,
  .s-col.s-col-md,
  .s-col.s-col-lg {
    width: auto;
  }
  .s-col {
    flex: 0 0 50px;
  }
  .s-col.s-col-sm {
    flex: 0 0 70px;
  }
  .s-col.s-col-md {
    flex: 0 0 100px;
  }
  .s-col.s-col-lg {
    flex: 0 0 180px;
  }
  .s-col.s-title {
    flex: 1 0 0;
  }
}
.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 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .si-wrapper {
    width: 100%;
  }
}
.service-item {
  padding: 12px 30px;
  border-radius: 15px;
  margin-bottom: 14px;
  background: #121d27;
  border: 1px solid #183441;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .service-item .s-row {
    flex-wrap: wrap;
    align-items: center;
  }
  .service-item .s-col-avtime,
  .service-item .s-col-id,
  .service-item .s-title,
  .service-item .s-col-c {
    width: 100%;
    text-align: center;
  }
  .service-item .s-col-btn {
    flex: 1;
  }
  .service-item .s-col {
    padding: 0;
  }
  .service-item .s-col::before {
    content: attr(data-title);
    display: block;
    padding-bottom: 6px;
    font-weight: 600;
    color: red;
    font-size: 13px;
  }
  .service-item .s-col-fav {
    order: 100;
  }
  .service-item .s-col-c {
    width: 30%;
  }
}
.services-head-row .service-item {
  background-color: transparent;
  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: #16aa94;
}
@media (min-width: 992px) {
  .sp-serv-sm {
    color: #949494;
    font-size: 14px;
  }
}
.orlc {
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: 5px 10px;
  background: #f7fafc;
  color: #74809d;
}
.orlc.min {
  background: rgba(45, 250, 213, 0.18);
  color: #0a977e;
  border: 1px solid #0a977e;
}
.orlc.max {
  background: rgba(255, 38, 38, 0.25);
  color: #FE7E7E;
  border: 1px solid #FE7E7E;
}
.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: 25px 30px;
  background: url(https://storage.perfectcdn.com/79scal/95xuyt65lc1aobr5.png) #16aa94;
  border-radius: 15px;
  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: .14s ease;
}
.search-services .textbox {
  width: calc(100% - 40px);
  margin-left: 40px;
  height: 40px;
  background-color: transparent;
  outline: none;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.search-services .textbox::placeholder {
  color: #92969d;
}
.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: #121D27;
  border: 1px solid #183441;
  box-sizing: border-box;
  border-radius: 15px;
  color: #637990;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  transition: .14s ease;
}
.orders-nav-link:focus {
  box-shadow: 0 0 0 .25rem rgba(0, 177, 77, 0.25);
}
.orders-nav-link.active {
  background-color: #16aa94;
  border-color: #183441 !important;
  color: #fff;
}
.orders-nav-link.active:hover {
  background-color: #16aa94;
  color: #fff;
  border-color: #183441;
}
@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: .14s ease;
}
.op-search-box:focus-within {
  box-shadow: 0 0 0 .25rem rgba(2, 88, 255, 0.25);
}
.op-search-box .icon {
  color: #637990;
}
.op-search-box input {
  transition: .14s ease;
  background-color: transparent;
  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 #0c141b;
}
.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: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  padding: 20px 34px;
}
.op-stats.op-stats-sm {
  padding: 16px 30px;
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.op-stats.op-stats-btn {
  padding: 20px;
  display: inline-block;
  background: #0258FF;
  border: none;
  color: #fff;
  transition: .14s ease;
}
.op-stats.op-stats-btn:focus {
  box-shadow: 0 0 0 .25rem rgba(2, 88, 255, 0.25);
}
.op-stats.op-stats-btn.cs-btn {
  font-size: 24px;
  margin-bottom: 0;
}
.op-stats.primary {
  background-color: #00B67A;
  border: none;
  color: #fff;
}
.op-stats.secondary {
  background-color: #192149;
  border: none;
  color: #fff;
}
.op-stats.info {
  background-color: #029fff;
  border: none;
  color: #fff;
}
.op-stats.warning {
  background-color: #fbbc05;
  border: none;
  color: #fff;
}
.op-stats.danger {
  background-color: #f65619;
  border: none;
  color: #fff;
}
.op-stats.danger-btn {
  border: 1px solid #f65619;
  background: rgba(246, 86, 25, 0.1);
  color: #f65619;
}
.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: #566676;
}
.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,
.op-item .text {
  color: #fdfdfd;
}
.op-item .text {
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
}
.af-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
}
.card-af-top {
  margin-bottom: 30px;
}
.af-nav-pay {
  display: flex;
  margin: 0 0 10px !important;
  justify-content: space-between;
  gap: 10px;
}
.af-nav-pay .nav-item {
  position: relative;
  flex: 1;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .af-nav-pay {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.af-nav-pay .nav-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  padding: 15px 0;
  width: 100%;
  background: #121D27;
  border: 1px solid #183441;
  box-sizing: border-box;
  border-radius: 15px;
  min-width: 80px;
}
.af-nav-pay .nav-link .icon {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .14s ease;
}
.af-nav-pay .nav-link.active {
  background: #16aa94;
  border-color: #183441;
}
.af-nav-pay .nav-link.active .icon {
  opacity: 1;
}
.af-pm-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 14px;
}
.paytab-head {
  margin-bottom: 30px;
}
.af-pm-about {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #636b82;
  margin-bottom: 0;
}
.af-pm-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .af-pm-text {
    padding: 30px;
    background: #0C141B;
    border: 1px solid #183441;
    box-sizing: border-box;
    border-radius: 20px;
  }
}
.af-pm-img {
  width: 60px;
}
.af-ph {
  background: #293141;
  border: 1px solid #333d54;
  box-sizing: border-box;
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  padding: 20px 24px;
  margin-bottom: 14px;
}
.af-pm-list {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 20px;
  padding-left: 1.25rem;
}
.af-pm-list>li+li {
  margin-top: 10px;
}
.sc-sup-item {
  background: #183441;
  border: 1px solid #0C141B;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 18px 30px;
  display: block;
  width: 100%;
  transition: .14s ease;
}
.sc-sup-item:hover {
  background: #0C141B;
  border: 1px solid #183441;
}
.sc-sup-item .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #8b98b8;
  margin-bottom: 10px;
}
.sc-sup-item .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .sc-sup-item .text {
    margin-bottom: 0;
  }
}
.sc-sup-item+.sc-sup-item {
  margin-top: 13px;
}
.sd-head {
  padding: 20px 0 30px;
}
.sd-back {
  display: block;
  padding: 10px 0 12px;
  margin: 10px 0;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.sd-back:hover {
  color: #fff;
}
.sd-back:hover::after {
  left: -18px;
  right: -18px;
}
.sd-back i,
.sd-back span {
  position: relative;
  z-index: 3;
}
.sd-back::after {
  content: "";
  height: 2px;
  background-color: #0258FF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .14s ease;
}
.sd-tid {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sd-tid .title {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  color: #0c2447;
  margin: 0;
}
.sd-tid .tid {
  display: block;
  background-color: #0258FF;
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffff;
  padding: 14px 30px;
}
.tc-tdet-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 0;
}
.sd-cb {
  padding: 7px 8px 7px 30px;
}
.sd-cb .row {
  align-items: center;
}
.tc-ti-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #72879d;
  margin-bottom: 0;
}
.tc-ti-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background-color: #0258FF;
  padding: 14px 0;
  width: 150px;
  text-align: center;
  border-radius: 0 15px 15px 0;
}
.ticket-message-block {
  display: flex;
}
.ticket-message-block.ticket-message-left+.ticket-message-left {
  margin-top: -50px;
}
.ticket-message-block.ticket-message-right+.ticket-message-right {
  margin-top: -50px;
}
.ticket-message-block.ticket-message-right {
  justify-content: flex-end;
}
.ticket-message-block.ticket-message-right .ticket-msg-container {
  text-align: right;
}
.ticket-message-block.ticket-message-right .ticket-msg-container .ticket-msg {
  background: #183441;
  border-radius: 20px 20px 0 20px;
}
.ticket-message-block.ticket-message-left .ticket-msg-container .ticket-msg {
  border-radius: 20px 20px 20px 0;
}
.ticket-message-block .ticket-msg-container {
  width: 100%;
  max-width: 400px;
}
.ticket-message-block .ticket-msg-container .ticket-msg {
  background: #16aa94;
  border-radius: 30px;
  padding: 14px 26px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: .3px;
  color: #fff;
}
.ticket-message-block .ticket-msg-container .date-time {
  font-size: 12px;
  line-height: 15px;
  color: #747886;
  margin-bottom: 30px;
  padding: 0 10px;
  display: block;
}
.schat-body .schat-chat-body {
  max-height: 553px;
  overflow-y: auto;
  margin: 0 -24px;
  padding: 0 24px;
}
.schat-body .schat-chat-body::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}
.schat-body .schat-chat-body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 3px;
}
.schat-body .schat-chat-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.schat-body .schat-chat-body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4);
}
.schat-body .schat-input {
  padding-top: 10px;
}
.schat-msg-input {
  position: relative;
  display: flex;
  background: #0c141b;
  border-radius: 0 0 28px 28px;
  height: 100px;
  align-items: center;
}
.schat-msg-input input {
  border: none;
  outline: none;
  background: transparent;
  flex: 1;
  padding: 0 30px;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.schat-msg-input input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.payments-table {
  width: 100%;
}
.payments-table tr {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  margin: 0 -10px;
  justify-content: space-between;
  margin-bottom: 14px;
}
.payments-table tr>td {
  padding: 0 10px;
}
.payments-table .pyt-id {
  background: #21c5fb;
  border-radius: 7px;
  color: #fff;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.payments-table .pyt-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 2px;
}
.payments-table .pyt-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #21c5fb;
  margin-bottom: 0;
}
.btn.sd-send-btn {
  box-shadow: none;
  display: flex;
  align-items: center;
}
.scd-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 0;
}
.scd-id {
  background: #16aa94;
  border-radius: 15px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.scd-item {
  background: #121D27;
  border: 1px solid #183441;
  border-radius: 15px;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.scd-item+.scd-item {
  margin-top: 14px;
}
.scd-item .title {
  flex: 1;
}
.scd-item .text {
  color: #16aa94;
}
.dh-icon {
  background-color: #16aa94;
  color: #fff;
  border-radius: 50%;
  position: relative;
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 400;
}
.afp-ftext {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.afp-top {
  margin-bottom: 30px;
}
.aft-item {
  display: flex;
  gap: 17px;
  align-items: center;
  margin: 5px 0;
}
.aft-item .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #4e5d7c;
  margin-bottom: 4px;
}
.aft-item .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.aft-box-row {
  margin: 0 -8px -10px;
}
.aft-box-row>.col {
  padding: 0 8px;
}
.aft-box-row>.col:nth-child(1n) .aft-box .icon {
  background-color: #0258FF;
}
.aft-box-row>.col:nth-child(2n) .aft-box .icon {
  background-color: #F65619;
}
.aft-box-row>.col:nth-child(3n) .aft-box .icon {
  background-color: #8000FF;
}
.aft-box-row>.col:nth-child(4n) .aft-box .icon {
  background-color: #FBBC05;
}
.aft-box-row>.col:nth-child(5n) .aft-box .icon {
  background-color: #F09;
}
.aft-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.aft-box .icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 400;
}
.aft-box .title,
.aft-box .text {
  color: #fff;
}
.aft-box .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.aft-box .text {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
}
.card-header-ap {
  background-image: url(../img/card-head-ap.png);
}
.acc-avatar {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  object-fit: cover;
}
.acc-username {
  font-size: 19px;
  line-height: 19px;
  letter-spacing: .01em;
  color: #fff;
  display: flex;
  align-items: center;
}
.acc-username .txt {
  font-weight: 600;
}
.acc-username i {
  color: #647494;
}
.acc-email {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 8px;
  color: #4e5d7c;
}
.acc-switch {
  display: flex;
  background: #192149;
  border-radius: 15px;
  height: 58px;
  padding: 8px;
  outline: none;
  min-width: 122px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  transition: .14s ease;
  border: 1px solid #192149;
}
.acc-switch:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}
.acc-switch.gs-female .acc-switch-bg {
  left: 50%;
}
.acc-switch .acc-switch-bg {
  position: absolute;
  z-index: 3;
  border-radius: 12px;
  background-color: #0258FF;
  left: 8px;
  width: calc(50% - 8px);
  top: 8px;
  bottom: 8px;
  transition: .2s ease;
}
.acc-switch .btn-gender {
  position: relative;
  z-index: 5;
  outline: none;
  border: none;
  background-color: transparent;
  width: calc(50% - 8px);
  font-size: 18px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.acc-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(2, 88, 255, 0.25);
  color: #0258FF;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acc-icon.i-1 {
  background: rgba(246, 86, 25, 0.15);
  color: #f65619;
}
.acc-icon.i-2 {
  background: rgba(0, 182, 122, 0.15);
  color: #00B67A;
}
.acc-item {
  padding: 10px 0;
  flex-wrap: nowrap;
  overflow: hidden;
}
.acc-item-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: .01em;
  color: rgba(255, 255, 255, 0.622);
  margin-bottom: 6px;
}
.acc-item-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.848);
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.serch-in-updates {
  background: #0C141B;
  border: 1px solid #121D27;
  border-radius: 15px;
  height: 58px;
  position: relative;
  padding-left: 58px;
  color: #92969d;
}
.serch-in-updates::before {
  content: "\f0cd";
  font-family: remixicon !important;
  font-style: normal;
  width: 58px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.serch-in-updates input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
}
.serch-in-updates input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.btn-filter {
  background-color: #fff;
  display: flex;
  align-items: center;
  border: 1px solid #ebf2fa;
}
.btn-filter .icon {
  color: #0258FF;
}
.blog-head {
  padding: 30px 4px;
}
@media (min-width: 992px) {
  .blog-head {
    padding: 70px 0 50px;
  }
}
.blogs-title {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  color: #fff;
}
.blogs-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #8b98b8;
}
.blogs {
  padding-bottom: 100px;
}
.blog-item {
  position: relative;
  margin-bottom: 30px;
}
.blog-item .blog-img {
  position: relative;
  padding-top: 55%;
  width: 100%;
  border-radius: 20px 20px 0 0;
  background-color: #192149;
}
.blog-item .blog-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.blog-item .blog-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 22px;
}
.blog-item .blog-content {
  font-size: 14px;
  line-height: 21px;
  color: #8b98b8;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-single-head {
  padding: 20px 0 30px;
}
@media (min-width: 992px) {
  .blog-single-head {
    padding: 60px 0 30px;
  }
}
.b-title {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 30px;
}
.b-user {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.b-user-right {
  text-align: left;
  font-weight: 600;
}
.b-user-name {
  font-size: 19px;
  line-height: 22px;
  color: #bac4d2;
  margin-bottom: 3px;
}
.b-user-title {
  font-size: 12px;
  line-height: 14px;
  color: #92969d;
}
.b-go-services {
  padding-bottom: 30px;
}
.bgo-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.bgo-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #92969d;
}
.blog-single-content {
  padding-bottom: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff8c;
}
.blog-single-content h1,
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.blog-single-content h1 {
  font-size: 32px;
}
.blog-single-content h2 {
  font-size: 28px;
}
.blog-single-content h3 {
  font-size: 24px;
}
.blog-single-content h4 {
  font-size: 20px;
}
.blog-single-content h5 {
  font-size: 18px;
}
.blog-single-content h6 {
  font-size: 16px;
}
.register-page {
  position: relative;
  min-height: 100vh;
  background: #0C141B;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .register-page::before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    width: calc(50% - 50px);
    background-color: #3458ff;
    background-image: url(https://storage.perfectcdn.com/79scal/i9h8zd3s8z8qibpk.png);
    background-size: cover;
    background-position: center end;
  }
  [dir="rtl"] .register-page::before {
    inset-inline-start: auto;
    inset-inline-end: 1;
    background-position: center start;
  }
}
.register-left {
  min-height: 100vh;
  position: relative;
}
.register-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 130%;
}
.register-go-back {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -.02em;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.register-go-back span {
  font-weight: 600;
}
.login-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2px;
  letter-spacing: -.05em;
  color: #fff;
  margin-bottom: 20px;
}
.login-title img {
  width: 150px;      
  height: auto;     
  margin: -50px 0;  
}

.login-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: -.02em;
  color: #606b80;
  margin-bottom: 22px;
}
.login-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 10px;
}
.login-control {
  background: #183441;
  border: 1px solid #121D27;
  box-sizing: border-box;
  border-radius: 15px;
  height: 50px;
  width: 100%;
  position: relative;
  transition: .14s ease;
}
.login-control:focus-within {
  background-color: #121D27;
}
.login-control:focus-within .icon {
  color: #fff;
}
.login-control .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 54px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: .14s ease;
  color: #16aa94;
}
.login-control input {
  margin-left: 44px;
  width: calc(100% - 54px);
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 14px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.register-left {
  position: relative;
}
.register-phone {
  max-width: 140%;
  position: absolute;
  right: 50px;
}
.form-group.fields {
  margin-bottom: 1.5rem !important;
}
.select2-results__option a {
  color: #fff !important;
  font-size: 14px !important;
}
.select2-results__option a:hover {
  background: #183441;
  color: #fff !important;
}
.select2-container--default .select2-results>.select2-results__options,
.select2-container--open .select2-dropdown--below,
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option:hover {
  background-color: #0c141b !important;
}
.select2-container--default .select2-selection--single {
  height: 50px;
  line-height: 36px;
}
.modal-wrapper {
  margin: auto;
  background-color: rgba(0, 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: 350px;
  width: 100%;
  border-radius: 25px 25px 0 0;
  background-color: #121d27;
  backdrop-filter: blur(5px);
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80%;
  max-height: 500px;
}
@media (max-width: 991.98px) {
  .modal-box {
    max-width: 100%;
    height: 65%;
  }
}
.m-header {
  padding: 3px 30px;
  background-color: #183441;
  background-size: cover;
  background-position: center;
  border-radius: 25px 25px 0 0;
  white-space: normal;
}
.m-body {
  padding: 10px;
  white-space: normal;
}
.m-body #serviceModalText {
  background: #00000050;
  border-radius: 15px;
  padding: 15px;
  font-size: 13px;
}
.m-body .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  border-radius: 0;
}
.m-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -.005em;
  color: #fff;
  margin-bottom: 0;
}
.m-close:focus {
  box-shadow: 0 0 0 .25rem rgba(2, 88, 255, 0.2);
}
.m-sub-title {
  margin-top: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -.005em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}
.modal-body,
.modal-header,
.dark .modal-footer {
  background: #0C141B;
}
.badgearea .badge {
  background: #4a5cf6;
  border-radius: 7px;
  padding: 3px 10px;
  margin: 0 5px 0 0;
  color: #fff;
  font-weight: 400;
}
.sUpd.priceDown {
  color: rgba(133, 131, 251, 1);
}
.sUpd.newServ {
  color: rgba(59, 255, 211, 1);
}
.sUpd.priceUp {
  color: rgba(255, 38, 38, 1);
}
.sUpd.priceActive {
  color: rgba(255, 193, 7, 1);
}
.sUpd.priceCare {
  color: rgba(214, 97, 238, 1);
}
.catetitle td strong {
  background-color: #4a5cf6;
  display: block;
  padding: 12px 15px;
  margin: 0 -10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  border-radius: 15px;
}
.thead-tr,
.thead-tr th:first-child {
  border-radius: 15px 0 0 15px;
}
.thead-tr,
.thead-tr th:last-child {
  border-radius: 0 15px 15px 0;
}
.thead-tr,
.thead-tr th {
  background-color: #45485B;
  border-color: #0a0f1d;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  padding: 7px;
}
html.dark .table td {
  border-color: #10182f !important;
  color: #fff !important;
  font-size: 13px;
}
html.light .table td {
  border-color: #dfdfdf !important;
  color: #000000 !important;
  font-size: 13px;
}
.table th,
.table thead th,
.catetitle td {
  border: none;
}
.table>:not(:last-child)>:last-child>* {
  border-bottom-color: #183441;
  color: #fff;
}
@media (max-width:991.98px) {
  .header .site-name img {
    height: 70px;
  }
  .apHdIt .arrows {
    display: none;
  }
  .apHdIt.apHdPrb {
    background: transparent;
    border-radius: 50px;
    padding: 0;
  }
}
.tooltip-inner {
  background-color: #16aa94 !important;
  color: #fff;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #16aa94 !important;
  border-right-color: #16aa94 !important;
  border-bottom-color: #16aa94 !important;
  border-left-color: #16aa94 !important;
}
.help-block.min-max {
  display: none;
}
@media screen and (min-width: 991.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}
.nwo-categories .swiper-slide {
  width: auto !important;
}
.nwo-categories .swiper-wrapper {
  position: relative;
}
.nwo-categories .swiper-wrapper::before,
.nwo-categories .swiper-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.nwo-categories .swiper-wrapper::before {
  left: 0;
  width: 50px;
}
.nwo-categories .swiper-wrapper::after {
  left: auto;
  right: 0;
  width: 50px;
  background: linear-gradient(to right, rgba(12, 20, 27, 0) 0%, #0c141b 100%);
}
.nwo-categories .swiper-wrapper::before {
  background: linear-gradient(to left, rgba(12, 20, 27, 0) 0%, #0c141b 100%);
}
.nwo-categories .swiper-button-next::after,
.nwo-categories .swiper-button-prev::after {
  font-family: remixicon !important;
  font-style: normal;
  font-size: 20px;
  color: #fff;
}
.nwo-categories .swiper-button-prev::after {
  content: "\ea64";
}
.nwo-categories .swiper-button-next::after {
  content: "\ea6e";
}
.nwo-cat-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #171f2e;
  border: 1px solid #151b26;
  border-radius: 10px;
  padding: 15px 24px 15px 15px;
}
.nwo-cat-btn.active {
  background: #16aa94;
  border: 1px solid #16aa94;
}
.nwo-cat-btn.active .icon,
.nwo-cat-btn.active .text {
  color: #fff;
}
.nwo-cat-btn .gnytMicon {
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nwo-cat-btn .text {
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .nwoNav li,
  .nwoNav li button {
    width: 100%;
  }
}
.colorbox {
  background: #0C141B;
  border-radius: 25px;
  padding: 4px 10px;
  line-height: 32px;
  height: 42px;
}
.colorbtn {
  background: #5e0aef;
  border-radius: 25px;
  padding: 5px;
  line-height: 1;
}
html.light .btndark,
.btnblack {
  background: #e5e7eb;
  padding: 5px;
  line-height: 1;
  border: 0;
  color: #5e0aef;
}
html.dark .btnlight,
.btnblack {
  background: #141717;
  padding: 5px;
  line-height: 1;
  border: 0;
  color: #fff;
}
html.black .btnlight,
.btndark {
  background: #5e0aef;
  padding: 5px;
  line-height: 1;
  border: 0;
  border-radius: 25px;
}
html.light .btnlight {
  background: #5e0aef;
  border-radius: 25px;
  padding: 5px;
  line-height: 1;
  border: 0;
}
.btnlight {
  background: #141717;
  border-radius: 25px;
  padding: 5px;
  line-height: 1;
  border: 0;
  color: #fff;
}
html.dark .btndark {
  background: #5e0aef;
  border-radius: 25px;
  padding: 5px;
  line-height: 1;
}
.btnactive {
  background: #5e0aef;
}
html.light #appDashboard,
html.light .appAuth {
  background: #f7f8f9;
}
html.light .appSidebar {
  background: #edeff2;
  border-color: #e5e7eb;
}
html.light .sbMenu .mLink .mText,
html.light .sbMenu .mLink .mIcon {
  color: #3d4249;
}
html.light .sbMenu .mLink.active .mText,
html.light .sbMenu .mLink.active .mIcon {
  color: #fff;
}
html.light .sbUsr {
  background: #e5e7eb;
}
html.light .sbName,
html.light .apPgTi,
html.light .apHdIt .title,
html.light .apHdIt .title,
html.light .dropdown-item,
html.light .card.card-no-box h2,
html.light .card.card-no-box h3,
html.light .pwd,
html.light .nwo-cat-btn .text,
html.light .nwo-cat-btn .gnytMicon,
html.light .nwoNav .nwoNavLink,
html.light .form-label,
html.light label,
html.light .form-control,
html.light .nwoDeIt .text,
html.light .nwoDeIt.description .text,
html.light .goWr,
html.light .apHdIt .arrows,
html.light .sp-serv-title,
html.light .sp-serv-sm,
html.light .appAuth,
html.light .af-pm-text,
html.light .panel-body,
html.light .form-select,
html.light .af-pm-title,
html.light .sc-sup-item .text,
html.light .scd-title,
html.light .acc-username,
html.light .acc-item-title,
html.light .acc-item-text,
html.light .op-service-title,
html.light .op-item .text,
html.light .op-item .icon,
html.light .aft-item .text,
html.light .aft-box .title,
html.light .aft-box .text,
html.light .table>:not(:last-child)>:last-child>* {
  color: #3d4249;
}
html.light .table>:not(:last-child)>:last-child>* {
  border-bottom-color: #e5e7eb;
}
html.light .appHeader {
  background: #edeff2;
}
html.light .apHdIt.apHdPrb,
html.light .apHdIt .icon,
html.light .colorbox,
html.light .dropdown-menu {
  background: #e5e7eb;
}
html.light .card,
html.light .nwo-cat-btn,
html.light .form-control:disabled,
html.light .form-control[readonly],
html.light .service-item,
html.light .orders-nav-link {
  background: #edeff2 !important;
  border-color: #e5e7eb !important;
}
html.light .form-control,
html.light .nwoNav,
html.light .nwoDeIt,
html.light .af-pm-text,
html.light .panel-body,
html.light .form-select,
html.light .sc-sup-item,
html.light .scd-item {
  background: #f7f8f9 !important;
  border-color: #e5e7eb !important;
}
html.light .nwo-cat-btn.active,
html.light .orders-nav-link.active {
  background: #16aa94 !important;
  border: 1px solid #16aa94 !important;
}
html.light .nwo-cat-btn.active .text,
html.light .nwo-cat-btn.active .gnytMicon,
html.light .nwoNav .nwoNavLink.active,
html.light .orders-nav-link.active,
html.light .dashboard-head-wrapper .dhead-body .text {
  color: #fff;
}
html.light .select2-container .badge {
  background: #6100ee;
}
html.dark .select2-container .badge {
  background: #16aa94;
}
html.light .select2-results__option a {
  color: #3d4249 !important;
  font-size: 14px !important;
}
html.light .select2-results__option a:hover {
  background: #6100ee;
  color: #fff !important;
}
html.light .select2-container--default .select2-results>.select2-results__options,
html.light .select2-container--open .select2-dropdown--below,
html.light .select2-container--default .select2-results__option[aria-selected=true],
html.light .select2-container--default .select2-results__option:hover {
  background-color: #f7f8f9 !important;
}
html.light .menu-btn {
  background-color: #e5e7eb;
  color: #16aa94;
}
html.light .modal-box {
  background-color: #f7f8f9;
}
html.light .schat-msg-input {
  background: #f7f8f9 !important;
}
html.light .dashboard-head-wrapper .dhead-body .dhead-icon.pg-ap {
  color: #5e0aef;
}
html.light .modal-body,
html.light .modal-header {
  background: #edeff2;
}
html.light .dashboard-head-wrapper .dashboard-head {
  background: #edeff2;
  border-color: #e5e7eb;
}
html.light .dashboard-head-wrapper .dhead-body .title,
html.light .dashboard-head-wrapper .dhead-body .text {
  color: #3d4249;
}
html.light #statusModal .modal-content,
html.light #statusModal .modal-body {
  background: #e5e7eb;
}
.modal-header.astatus {
  margin: 0 15px;
  padding: 30px;
  border-radius: 15px;
}
.modal-header.astatus h4 {
  font-size: 24px !important;
  color: #fff !important;
}
.status-box {
  background: rgb(33, 198, 246);
  background: linear-gradient(180deg, rgba(33, 198, 246, 1) 0%, rgba(73, 202, 247, 1) 100%);
  border-radius: 15px;
  padding: 30px 30px 15px 30px;
}
.status-box.special {
  background: rgb(35, 182, 251);
  background: linear-gradient(180deg, rgba(35, 182, 251, 1) 0%, rgba(62, 36, 247, 1) 100%);
}
.status-box.vip {
  background: rgb(88, 38, 249);
  background: linear-gradient(180deg, rgba(88, 38, 249, 1) 0%, rgba(37, 245, 231, 1) 100%);
}
.status-box.royal {
  background: rgb(144, 33, 250);
  background: linear-gradient(180deg, rgba(144, 33, 250, 1) 0%, rgba(250, 35, 217, 1) 100%);
}
.status-box h3,
.status-box p {
  text-align: center;
  color: #fff;
}
.status-box ul {
  padding-left: 0;
}
.status-box ul li {
  list-style-type: none;
  background: rgb(0 0 0/ 40%);
  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;
}
#statusModal .modal-header {
  background: #16aa94;
}
#statusModal .modal-content,
#statusModal .modal-body {
  background: #121D27;
}
@media (max-width: 991.98px) {
  .modal-header.astatus h4 {
    font-size: 16px !important;
  }
}
.dark .modal-title {
  color: #fff;
}
.dark .modal-header,
.dark .modal-footer {
  border-color: #183441;
}
.modal-footer {
  background: #edeff2;
}
.blog-txt {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-txt p {
  font-size: 14px;
}
.blog-item .blog-img img {
  border-radius: 20px 20px 0 0;
}
.social-icons a {
  color: #fff;
  line-height: 30px;
  font-size: 30px;
  margin: 0 5px;
  text-decoration: none;
}
.social-icons a i {
  line-height: 30px;
  font-size: 30px;
  transition: all 200ms ease-in;
  transform: scale(1);
}
.social-icons a:hover i {
  box-shadow: 0px 0px 150px #000000;
  color: #16aa94;
  z-index: 2;
  transition: all 200ms ease-in;
  transform: scale(1.2);
}
.faq-ss-tabs .home-ss-tab {
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
  background: #121D27;
  border: 1px solid #183441;
  border-radius: 25px;
  color: #fff;
  padding: 28px 20px 28px 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-bottom: 14px;
}
.faq-ss-tabs .home-ss-tab:hover,
.faq-ss-tabs .home-ss-tab:focus {
  background: #1c3341;
}
.faq-ss-tabs .home-ss-tab .fa-minus {
  display: none;
}
.faq-ss-tabs .home-ss-tab.active {
  background: #16aa94;
  color: #fff;
}
.faq-ss-tabs .home-ss-tab.active:hover,
.faq-ss-tabs .home-ss-tab.active:focus {
  background: #16aa94;
}
.faq-ss-tabs .home-ss-tab.active .ss-tab-head {
  color: #fff;
}
.faq-ss-tabs .home-ss-tab.active .ss-tab-head .right-p {
  color: #fff;
}
.faq-ss-tabs .home-ss-tab.active .fa-minus {
  display: block;
}
.faq-ss-tabs .home-ss-tab.active .fa-plus {
  display: none;
}
.faq-ss-tabs .home-ss-tab .ss-tab-head {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
  color: #fff;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
}
.faq-ss-tabs .home-ss-tab .ss-tab-content {
  display: none;
  padding-top: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 170%;
  padding-bottom: 8px;
}
.dark .table tbody+tbody {
  border-color: #0c141c;
}
.table tbody+tbody,
.light .table tbody+tbody {
  border-color: #dee2e6;
}
.codewin-head {
  height: 1.5rem;
  padding: 0 1rem;
  position: relative;
}
.codewin-buttons {
  display: flex;
  bottom: 0;
  right: 0;
  position: absolute;
  top: 5px;
  cursor: pointer;
}
.btn-mac {
  border-radius: 50%;
  height: 0.75rem;
  margin: 0 0.125rem;
  width: 0.75rem;
}
.mac-close {
  background-color: #ff5f56;
}
.mac-mini {
  background-color: #ffbd2e;
}
.mac-full {
  background-color: #27c93f;
}
.modal-flex {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-flex:not(:first-child) {
  border-top: 1px solid #183441;
}
.mf-title {
  font-size: 13px;
  color: #77b1cc;
}
.mf-text {
  margin-top: 2px;
  line-height: 125%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.mf-color {
  color: #16aa94;
  font-weight: 600;
}
.modal-desc {
  font-size: 13px;
  line-height: 24px;
  max-height: 180px;
  min-height: 180px;
  overflow-x: scroll;
}
.bs-toast {
  background: #183441;
  border: 1px solid #183441 !important;
  color: #fff;
  padding: 10px 24px;
  border-radius: 15px;
  position: fixed;
  bottom: 30px;
  left: 40px;
  width: max-content;
  max-width: 350px;
  align-items: center;
  display: none;
  z-index: 3000;
  text-align: center;
}
.bs-toast .bs-toast-content {
  display: flex;
}
.bs-toast .toast-text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}
.bs-toast .toast-times {
  cursor: pointer;
  border: none;
  outline: 0;
  color: #fff;
  background: 0 0;
}
.cursor-pointer {
  cursor: pointer;
}
.dropdown-menu {
  max-height: 400px;
}
.divider {
  border-bottom: 1px solid #1B2B3A;
  width: 175px;
  margin: auto;
  padding-top: 10px;
}
.stepbox .sboxes {
  position: relative;
  margin: 15px 0;
}
.stepbox .sboxes:hover .barea {
  background: #16aa94;
  transform: translateY(-1rem);
  transition: 500ms all;
  cursor: pointer;
}
.stepbox .sboxes:hover .barea .sbtext {
  color: #fff;
}
.stepbox .sboxes .barea {
  background: #0C151B;
  border: 1px solid #183441;
  z-index: 23;
  position: relative;
  transition: .2s ease;
  border-radius: 10px;
}
.stepbox .sboxes .barea .sbbody {
  padding: 25px;
  height: 300px;
}
.stepbox .sboxes .barea .sbicon i {
  font-size: 24px;
  color: #16aa94;
  transition: .2s ease;
}
.stepbox .sboxes .barea:hover .sbicon i {
  filter: brightness(0) invert(1);
}
.stepbox .sboxes .barea .sbtitle {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
}
.stepbox .sboxes .barea .sbtext {
  font-size: 14px;
  color: #c3c3c3;
  line-height: 24px;
  transition: .2s ease;
}
@media (max-width: 991.98px) {
  .stepbox .sboxes .barea .sbbody {
    height: auto !important;
  }
}
.tos-page .tos-nav-btn {
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
  transition: .13s ease;
  background-color: #183441;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 18px;
  padding: 0 25px;
}
.tos-page .tos-nav-btn:hover {
  background-color: #16aa94;
}
.tos-page .tos-nav-btn.active {
  background-color: #16aa94;
  color: #fff;
  padding: 0 14px;
}
.tos-page .tos-nav-btn.active span {
  display: inline-block;
}
.tos-page .tos-tabs {
  line-height: 170%;
}
.tos-page .tos-tabs .tos-tab {
  display: none;
}
.tos-page .tos-tabs .tos-tab.active {
  display: block;
}
.fas.fa-star {
  color: #16aa94;
}
.btn-green-ns {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  transition: background-color 0.3s, color 0.3s;
}
.btn-green-ns:hover {
  background-color: #fff;
  color: #28a745;
}
#toast {
  visibility: hidden;
  min-width: 250px;
  background-color: #28a745;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 16px 24px;
  position: fixed;
  z-index: 999;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.5s ease, bottom 0.5s ease;
}
#toast.show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}
@keyframes fadein {
  from { bottom: 0; opacity: 0; }
  to { bottom: 50px; opacity: 1; }
}
@keyframes fadeout {
  from { bottom: 50px; opacity: 1; }
  to { bottom: 70px; opacity: 0; }
}
.logo-light {
  display: none;
}
html.light .logo-light {
  display: block;
}
html.light .logo-dark {
  display: none;
}
@media (max-width: 576px) {
  .btn-group .btn {
    padding: 5px 10px !important;
    margin: 0 2px;
  }
  .apHdRw > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
}