@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
:root{
  --primary-color: #222222;
  --bg-shadow: #2b2b2b85;
  --night-sec-bg: #242424;
}
.dropdown-menu.dropdown-animate {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.2s ease;
  display: block !important; /* نحافظ على display لتعمل القائمة */
  pointer-events: none;
}


.dropdown.open .dropdown-menu.dropdown-animate {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.dashboard .navbar-default .navbar-nav > li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
}
    
.dropdown.dropdown-currencies.mobile-currency {
  display: block !important;
}
@media (max-width: 768px) {
  ul#currencies-list {
    max-height: 500px;
    overflow-y: auto;
  }
  .navbar-mobile li {
  margin-bottom: 15px;
}
  .navbar-mobile li.active a {
  background-color: #eaf8ff;
  border-radius: 8px;
  padding: 10px;
}
  .dashboard .navbar-default .navbar-nav > li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000000 !important;
}
  html[lang="en"] div#navbar {
    margin-inline-end: 10px;
    min-width: 240px;
    border-color: #6c6c6c;
    border-radius: 10px;
    width: calc(100% - 15px) !important;
    max-width: 450px;
    z-index: 5005;
    float: none !important;
    position: fixed;
    top: initial !important;
    bottom: 10px;
    left: 53%;
    right: initial;
    transform: translateX(-50%);
    background-color: #ffffff;
}
  ul.nav.navbar-nav.navbar-mobile {
    /* width: 100%; */
    display: flex;
    height: 500px;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    color: var(--root-black, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    /* letter-spacing: -0.28px; */
    transition: all .2s ease-in-out;
}
  div#navbar {
         position: fixed;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 15px;
        background-color: #fff;
        z-index: 2010;
        border: 1px solid var(--gray-50, #F0F1F3);
        box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, .1);
        max-height: calc(100vh - 200px);
        overflow-y: auto;
        transition: .24s ease;
        transform: translateY(calc(100% + 25px));
        transform: translateY(0);
}
  ul[aria-labelledby="dropdownMenu1"] li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 14px;
    color: #222;
    transition: background 0.3s ease;
    text-align: start;
    margin-inline-end: 10px;
    color: #555;
    font-size: 16px; 
}
    
}
@media (max-width: 768px) {
    ul.dropdown-menu.dropdown-max-height {
        min-width: 240px;
        border-color: #dfdfdf;
        border-radius: 10px;
        width: calc(100% - 10px) !important;
        max-width: 400px;
        z-index: 5005;
        float: none !important;
        position: fixed;
        top: initial !important;
        bottom: 10px;
        max-height: 400px;
        background-color: #fff;
    }
  li.profile-intro {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #e6e7ec;
}
  .profile-user-avatar {
    margin-right: 0;
    margin-left: 12px;
}
  .profile-intro img {
    width: 52px;
}
  ul.dropdown-menu.dropdown-max-height {
    animation: dropdownOpenMobile .2s ease;
}
  .profile-username {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}
  .profile-useremail {
    font-size: 12px;
    font-weight: 400;
    color: #605f5f;
}
  .user-balance-mobile {
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1;
}
  i.fal.fa-wallet {
    margin-right: 4px;
    color: #000000;
    background-color: #0aeafc;
    padding: 12px;
    border-radius: 40px;
    font-size: 28px;
}
  .dashboard.nightmode .dropdown-menu>li>a {
    color: #000;
    background: #fff;
}
 }
@media (max-width: 767px) {
  ul#currencies-list {
      min-width: 240px;
      border-color: #dfdfdf;
      border-radius: 10px;
      width: calc(100% - 10px) !important;
      max-width: 400px;
      z-index: 5005;
      float: none !important;
      position: fixed;
      top: initial !important;
      bottom: 10px;
      left: 50%;
      right: initial;
      transform: translateX(-50%);
      background-color: #fff; 
  }
    .nightmode ul#currencies-list {
      background-color: #1a1a1a !important;
      border-color: #444 !important;
      color: #f1f1f1;
  }
  a#currencies-item {
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    display: flex
;
    align-items: center;
}
}

/* إخفاؤه على الشاشات الكبيرة (كمبيوتر) */
@media (min-width: 768px) {
  .dropdown.dropdown-currencies.mobile-currency {
    display: none !important;
  }
}
  a.ex {
    border-radius: 15px;
    overflow: hidden;
    background-color: #3ee1fe00;
    text-decoration: none;
    transition: 0.14s ease;

}
  .btn {
    padding: 9px 12px 7px;
    border-width: 0 1px 4px 1px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
  a.btn.btn-light.login-btn.w-100 {
    font-size: 16px;
    font-weight: 500;
    background-color: #0dedff;
    border-color: #f1f1f1 !important;
    color: #000000;
    padding: 14px 15px;
    border-radius: 12px;
    margin-bottom: auto !important;
}
 .input-group.table-link-box .btn.btn-default {
      background-color: #02d1ff;
      border: none;
      border-radius: 50px;
      height: 26px;
      width: 26px;
      text-align: center;
      padding: 0;
      color: #000;
      line-height: 26px;
      display: flex;
      align-items: center;
      justify-content: center;
 }   
 span.filter-icon.filter-pending {
    background-color: #5869ff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;    
    margin-left: 5px;    
}
span.filter-icon.filter-partial {
    background-color: #0057a0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-left: 5px;
}
span.filter-icon.filter-canceled {
    background-color: #ff1313;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-left: 5px;
}
span.filter-icon.filter-processing {
    background-color: #22bcfe;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-left: 5px;
}
span.filter-icon.filter-inprogress {
    background-color: #ffaa2b;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-bottom: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-left: 5px;
}
span.filter-icon.filter-completed {
    background-color: #22ab00;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-bottom: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-left: 5px;
}
  body[lang="ar"] .status-badge.badge-pending {
    background-color: #ffcc00 !important; /* أصفر */
}

body[lang="ar"] .status-badge.badge-inprogress {
    background-color: #007bff !important; /* أزرق */
}

body[lang="ar"] .status-badge.badge-complete {
    background-color: #28a745 !important; /* أخضر */
}

body[lang="ar"] .status-badge.badge-partial {
    background-color: #ffc107 !important; /* برتقالي */
}

body[lang="ar"] .status-badge.badge-processing {
    background-color: #17a2b8 !important; /* سماوي */
}

body[lang="ar"] .status-badge.badge-cancelled {
    background-color: #dc3545 !important; /* أحمر */
}  
    .status-badge.badge-pending {
    background-color: #ffcc00; /* أصفر */
}

.status-badge.badge-inprogress {
    background-color: #007bff; /* أزرق */
}

.status-badge.badge-complete {
    background-color: #28a745; /* أخضر */
}

.status-badge.badge-partial {
    background-color: #ffc107; /* برتقالي */
}

.status-badge.badge-processing {
    background-color: #17a2b8; /* سماوي */
}

.status-badge.badge-cancelled {
    background-color: #dc3545; /* أحمر */
}
.text-black{
  color: #232323!important;
}

body{
  padding:0;
  margin:0;
  font-size:14px !important;
  font-weight:400;
  font-family: 'Poppins', sans-serif;
  background: #fff;
}

body {
    transition: .14s ease;
}

body.ar{
  font-family: 'Tajawal', sans-serif,"THICCCBOI", "Segoe UI",  "Open Sans", "Helvetica Neue", sans-serif;
  background: #ffffff
}
.guest .navbar-brand {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-default .navbar-brand img {
  height: 51px;
}
.order-cart {
  width: 61px;
  margin: 10px auto -15px;
}
.g-recaptcha.form-group {
  position: relative;
  z-index: 9999999;
}
#hero-sec {
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 70px;
  background-position: center bottom;
  position: relative;
  min-height: 10vh;
  display: flex;
  align-items: center;  
  background-size: cover;
  background-color: #e8e8e8 !important;
}
.ar #hero-sec::before {
  transform: rotateY(180deg);
}
.guest .navbar.navbar-default {
  background-color: #000000 !important;
  border-color: 1px solid #26374c00;
  margin-bottom: 0;
  padding: 12px 0;
  position: fixed;
  width: 100%;  
 
  
}
.guest .navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
#hero-sec h1 {
  margin-top: 25px;
  font-size: 55px;
  color: #141414;
  position: relative;
  font-weight: 600;
}
#hero-secp{
  font-size: 16px;
  color: #000;
  margin: 1.5rem 0;
}
#hero-sec h2 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 45px;
}
#hero-sec img {
  width: 100%;
  max-height: auto;
  margin-left: auto;
  display: block;
}
.point {
  background-color: var(--primary-color);
  width: 18px;
  height: 16px;
  display: block;
  position: absolute;
  border-radius: 50px;
  top: 5px;
  left: 242px;
}
.ar .point {
  left: 377px;
  top: 9px;
}
.btn.btn-primary {
  font-size: 16px;
  font-weight: 500;
  background-color: #000000;
  border-color: #f1f1f1 !important;
  color: #ffffff;
  padding: 14px 15px;
  border-radius: 12px;
}
.border-0{
  border:none;
}
.btn.btn-alternate {
  background-color: #000;
  line-height: 34px;
  color: var(--primary-color);
  padding-left: 25px;
  padding-right: 25px;
}
#hero-sec .btn.btn-primary{
  line-height: 42px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 5px;
}
#form-sec h2 {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
#form-sec form {
  margin: 30px 0 40px;
}
.guest .form-control {
  border: 1px solid var(--primary-color);
  height: 52px;
  font-size: 16px;
  color: #000000;
  border-radius: 6px;
  padding-left: 52px;
  background: #fff;
}
.guest.ar .form-control {
  padding-right: 40px;
  padding-left: 12px;
}
.guest .form-group.icon-group {
  position: relative;
  padding-left: 5px;
}
.guest.ar .form-group.icon-group {
  padding-left: 0;
  padding-right: 30px;
}
.guest .input-icon {
  background-color: var(--primary-color);
  position: absolute;
  display: flex;
  width: 46px;
  height: 46px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #fff;
  left: 8px;
  top: 4px;
  font-size: 22px;
  z-index: 1;
  transition: all ease-in 0.3s;
  border: 2px solid #ffffff;
}
.guest.ar .input-icon {
  left: 0;
  right: 8px;
}
.guest .icon-group .form-control:focus {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  box-shadow: 0px 6px 25px -5px var(--primary-color);
}
.guest .icon-group .form-control:focus + .input-icon {
  color: #fff;
  background-color: #000;
  border-color: var(--primary-color);
}
#form-sec .btn.btn-primary {
  line-height: 40px;
  width: 100%;
  display: block;
}
.register-text {
  padding-left: 30px;
  color: aliceblue;
}
.guest.ar .register-text {
  padding-left: 0;
  padding-right: 30px;
  color: black;
  font-size: 20px;
}
#form-sec .checkbox #remember {
  display: none;
}
#form-sec .checkbox label::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: transparent;
  display: block;
  position: absolute;
  left: 0;
  top: 2;
  border-radius: 50px;
  border: 2px solid var(--primary-color);
  transition: 0.2s all;
}
.guest.ar #form-sec .checkbox label::before {
  left: auto;
  right: 0;
}
#form-sec .checkbox input:checked + label::before {
  background-color: var(--primary-color);
}
#form-sec .checkbox input:checked + label::after{
  content: "\f004";
  color: #f42f2fa6;
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  text-align: center;
  line-height: 13px;
  font-size: 12px;
  transition: 0.3s all;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.guest.ar #form-sec .checkbox input:checked + label::after{
  left: auto;
  right: 4px;
}
#form-sec .checkbox label {
  padding-left: 25px;
  margin-left: 30px;
  position: relative;
  color: aliceblue;
}
.guest.ar #form-sec .checkbox label {
  padding-left: 0;
  padding-right: 25px;
  margin-right: 30px;
  margin-left: 0;
}

.stat-pic {
  width: 160px;
  height: 160px;
  background-image: url(https://storage.perfectcdn.com/e9e910/wud37m2cd66zbch4.png);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  background-size: 100% 100%;
}
.stat-pic i {
  width: 52px;
  height: 52px;
  background-color: #000;
  color: var(--primary-color);
  text-align: center;
  line-height: 53px;
  border-radius: 60px;
}
.stat-pic img {
  width: 100%;
}
.stats-box {
  margin: 5rem 0;
}
.stats-box h3 {
  font-size: 46px;
  text-align: center;
  color: black;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 15px;
}
.stats-box h4 {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  color: black;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
#features {
  background-color: #000000;
  padding: 300px 0 60px;
  position: relative;
  background-image: url(https://storage.perfectcdn.com/e9e910/9xom1dgqeuismkc5.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 330px;
}
.ar #features {
  background-image: url(https://storage.perfectcdn.com/e9e910/7s7z27tlui8dxwq9.png);
}
.main-head {
  color: #000000;
  font-size: 76px;
  font-weight: 900;
  margin-top: 0;
}
#features .main-head {
  color: #fff;
  text-align: right;
}
.ar #features .main-head {
  text-align: left;
}
.feature-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.feature-list li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 50%;
  flex: 0 0 50%;
  margin-top: 40px;
  padding: 0;
  text-align: right;
  flex-direction: row-reverse;
}
.ar .feature-list li {
  text-align: left;
  flex-direction: row-reverse;
}
.feature-list p {
  color: #fff;
  margin: 0;
  font-weight: 600;
}
.feat-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  justify-content:center;
  align-items:center;
  background-color: var(--primary-color);
  color: #000000;
  font-size: 22px;
  text-align: center;
  line-height: 56px;
  border-radius: 50px;
  margin-right: 10px;
}
.ar .feat-icon{
  margin-right: 0;
  margin-left: 10px;
}
.feat-bulb {
  width: 100%;
  display: block;
  margin: 100px auto 0;
  transition: all 0.4s ease-in-out;
  filter: grayscale(1);
}
#features:hover .feat-bulb,
#signup-page:hover .feat-bulb{
  filter: grayscale(0);
}
#payment-methods {
  background-color: var(--primary-color);
  background-image: url(https://storage.perfectcdn.com/e9e910/fb4uy76fi26ifprh.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 330px;
  padding: 60px 0 380px;
}
.ar #payment-methods {
  background-image: url(https://storage.perfectcdn.com/e9e910/3sr6bzdh4ddpse4u.png);
}
.ar .testimonial-box.text-right .media-right {
  padding-left: 0;
  padding-right: 10px;
}
#clients {
  padding: 10px 0 60px;
  background-image: url(https://storage.perfectcdn.com/e9e910/blc0zkn0x48f1cra.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #fff;
}
.testimonial-box {
  margin-top: 45px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.ar .testimonial-box {
  padding-right: 0;
}
.testimonial-box.text-right {
  padding-right: 0;
  padding-left: 70px;
}
.ar .testimonial-box.text-right {
  text-align: left;
  padding-left: 0;
  padding-right: 70px;
}
.testimonial-author .media-object {
  width: 76px;
}
.testimonial-author .media-heading {
  font-size: 25px;
  font-weight: 900;
  color: #000;
}
.testimonial-author h5 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.testimonial-box p {
  font-weight:600;
  color: #000;
  line-height: 28px;
}
.testimonial-box img {
  margin: auto;
  margin-bottom: 10px;
}
.gizli{
  display: none!important;
}
.testimonial-box .ratting {
  margin: 15px 0 10px;
}
.ratting i {
  color: #f88a28;
  font-size: 20px;
}
.slick-dots li button::before {
  content: '';
  background-color: #000;
  border-radius: 50px;
}
.footer-top {
  background-color: #000000;
  padding: 20px 20px !important;  
}
.widget-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.footer-top p {
  color: rgb(255, 255, 255);
  line-height: 26px;
}
.footer-top p a {
  color: rgb(0 0 0);
}
.footer-nav {
  padding: 0;
  list-style: none;
}
.footer-nav li a {
  color: rgb(255, 255, 255);
  line-height: 26px;
  display: block;
  text-decoration: none;
  font-size: 16px;
}
.follow-us {
  padding: 0;
  list-style: none;
  display: flex;
}
.follow-us li a {
  text-decoration: none;
  width: 32px;
  height: 32px;
  display: flex;
  background: #ffffff;
  color: #000000;
  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: var(--primary-color);
  border-radius: 50px;
  color: #fff;
  transition: all ease-in 0.3s;
}
.follow-us li a i {
  width: 26px;
  text-align: center;
}
.footer-bottom {
  padding: 0px 0;
}
.footer-bottom .copyright-text {
  margin-bottom: 0;
}
.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: 20px;
}

.dashboard .inner-wrap .container-fluid {
  width: 98%;
}
.dashboard .inner-wrap .container-fluid.w100{
  width:100%;
}
.dashboard .navbar.navbar-default {
  background-color: #000000;  
  border-radius: 0;
}
.dashboard .navbar-default .navbar-nav > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000000;
}
.dashboard .navbar-default .navbar-nav > li.setting > a,
.dashboard .navbar-default .navbar-nav > li.lang > a,
.dashboard .navbar-default .navbar-nav > li.mode > a,
.dashboard .navbar-default .navbar-nav > li.update > a{
  padding-top: 9px;
  padding-bottom: 15px;
}
.dashboard .navbar-default .navbar-nav > .open > a,
.dashboard .navbar-default .navbar-nav > .open > a:hover,
.dashboard .navbar-default .navbar-nav > .open > a:focus{
  background-color: #212121;
}
.menu-icon {
  width: 23px;
  height: 28px;
  text-align: center;
  display: block;
  position: relative;
  font-size: 20px;
}
.menu-icon.profPic {
  filter: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  background-color: var(--primary-color);
  border-radius: 50px;
  top:0px;
}
.lang .menu-icon {
  width: 40px;
  height:40px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  top:0px;
}
.menu-icon.profPic img {
  width: 100%;
    margin-left: 0px;
    margin-top: 0px;
}
.mode .menu-icon,
.update .menu-icon{
  width: 40px;
  height: 40px;
  background-color: #dddddd;
  border-radius: 50px;
  color: #000;
  line-height: 46px;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom: 0px;
  line-height: 40px;
  position: relative;
  top: 0px;
  margin-bottom: 5px;
  transition: 0.5s;
}
.ar .menu-icon.profPic img {
  margin-right: -6px;
  margin-left: 0;
}
.lang .menu-icon .flag-icon {
  width: 100%;
  height: 100%;
}
.update .menu-icon {
  filter: invert(0);
}
.update .menu-icon .material-icons {
  font-size: 21px;
}
.ticket-count {
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  font-size: 8px;
  box-shadow: 0 0 0 0 rgb(218 255 12);
  animation: pulse 2s infinite;
  filter: invert(1);
  width: 16px;
  height: 16px;
  position: absolute;
  right: -13px;
  top: -2px;
  font-weight: 700;
  font-family: poppins;
}
.mode .menu-icon, .lang .menu-icon {
  filter: invert(0);
}
.menu-text {
  font-size: 13px;
  font-weight: 400;
}
.dashboard .navbar-nav > li > .dropdown-menu {
  -webkit-box-shadow:0 0px 21px 0px rgb(118 119 120 / 45%), 0 0px 0px 0px rgb(102 108 111);
  box-shadow: 0 0px 21px 0px rgb(118 119 120 / 45%), 0 0px 0px 0px rgb(102 108 111);
  border: none;
  min-width: inherit;
  width: auto;
  border-radius: 5px;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  margin-top: 25px;
  right: auto;
  top: 60px;
}
.dashboard .navbar-nav li .dropdown-menu::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 15px;
  height: 15px;
  border-radius: 2000px;
  border-radius: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -6px;
  left: 0;
  z-index: -1;
  right: 0;
  margin: auto;
}
#info-banner {
  margin-bottom: 45px;
}
#info-banner .banner-inner {
  background-color: #000;
  color: #fff;
  position: relative;
  padding-bottom: 50px;
  padding-top: 25px;
  border-radius:10px;
  transition: all 0.2s ease-in;
}
#info-banner .banner-inner::before,
#info-banner .banner-inner::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  background-image: url(https://storage.perfectcdn.com/e9e910/dtueordz7gn5mcos.png);
  width: 264px;
  height: 35px;
  background-size: 100% 100%;
}
#info-banner .banner-inner::before {
  left: -1px;
}
#info-banner .banner-inner::after {
  right: -1px;
  transform: rotateY(180deg);
}
.banner-head {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.banner-sub-head {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  display:flex;
  flex-wrap: wrap;
}
.banner-sub-head div {
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 20px;
}
.banner-sub-head div:first-child{
  border-right: 1px solid #ffffff;
}
.ar .banner-sub-head div {
  margin-left: 20px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 0;
}
.ar .banner-sub-head div:first-child{
  border-left: 1px solid #ffffff;
  border-right: none;
}
.banner-sub-head div span {
  display: block;
}
.banner-sub-head span,
.banner-sub-head-two span {
  color: var(--primary-color);
  font-weight: 700;
  font-family: poppins;
}
.banner-sub-head-two {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
}
.level-head {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 0;
}
.note {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-top: 30px;
}
.total-head,
.points-head{
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 0;
}
#info-banner p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.level-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.level-wrap {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position:relative;
}
.level-wrap:before{
  content: '';
  width: 115%;
  height: 115%;
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 100px;
}
.level-wrap::after {
  content: '';
  background-image: url(https://storage.perfectcdn.com/e9e910/s1f0qlwmfk2mxfsx.png);
  background-size: 100% 100%;
  position: absolute;
  display: block;
  width: 113%;
  height: 116%;
  left: -6px;
  top: -8px;
  right: 0;
  margin: auto;
}
.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: rgb(66,66,62);
  background: radial-gradient(circle, rgba(66,66,62,1) 0%, rgba(20,20,20,1) 100%);
  z-index:1;
}
.svg-level {
  position: absolute;
  width: 115%;
  height: 115%;
  display: block;
  transform: rotate(-90deg);
}
.round-progress {
  fill: none;
  stroke: var(--primary-color);
  stroke-width: 8;
  stroke-dasharray: 1000;
}
.level-per {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  display: inline-flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.well {
  border: 1px solid #000000;
  box-shadow: none;
  background-color: #ffffff;
  transition: all 0.2s ease-in;
}
.nav.nav-tabs {
  border: none;
  margin: 0;
  padding-left: 10px;
}

.nav-tabs li {
  margin-bottom: 0;
  cursor: pointer;
}

.nav-tabs > li > a {
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-right: 4px;
  border-radius: 10px;
  transition: all 0.2s ease-in;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 0px;
}
.control-label {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  transition: all 0.2s ease-in;
}
.dashboard input.form-control,
.dashboard select.form-control,
.dashboard textarea.form-control,
.dashboard .select2-container--default .select2-selection--single {
  border: 1px solid #131313;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
  padding: 12px;
  transition: all 0.2s ease-in;
}
.dashboard input.form-control,
.dashboard select.form-control,
.dashboard .select2-container--default .select2-selection--single {
  height: 55px;
}
.dashboard .select2-selection.select2-selection--single span {
  height: 100%;
  color: #000000;
}

.dashboard .select2-dropdown{
  border-color: #000000;
}
.dashboard .btn.btn-primary {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 35px;
  padding-right: 35px;
}
.monitor-wrap {
  border: 1px solid #000;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  background-color: #fff;
  transition: all 0.2s ease-in;
}
.sevice-title {
  background-color: var(--primary-color);
  padding: 12px 30px;
  color: #fff;
  margin-bottom: 40px;
  position:relative;
}
.sevice-title h2{
  position:relative;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
  color: #fff;
  margin: 0;
}
.monitor-link {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  background-color: var(--primary-color);
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  width: 80%;
  margin: auto;
  line-height: 26px;
  padding: 0 20px;
  border-radius: 0 0 10px 10px;
}

.monitor-link:before,.monitor-link:after {
  content: '';
  background-color: #000000;
  display: block;
  position: absolute;
  top: -16px;
  width: 2px;
  height: 15px;
}
.monitor-link::before {
  left: 20px;
}
.monitor-link::after {
  right: 20px;
}
.monitor-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.monitor-icon-box {
  width: 58px;
  height: 58px;
  min-width: 58px;
  display: inline-flex;
  border-radius: 50px;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  position: relative;
}
.monitor-icon-box::before,
.monitor-icon-box::after {
  content: '';
  position: absolute;
  z-index:2;
}
.monitor-icon-box::before {
  border: 1px solid #000000;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background-color:#ffffff;
}
.monitor-icon-box::after{
  display: block;
  width:10px;
  height:1px;
  background-color: #000000;
}
.monitor-col-1 .monitor-icon-box::before,
.monitor-col-3 .monitor-icon-box::before {
  left: -30px;
}
.ar .monitor-col-1 .monitor-icon-box::before,
.ar .monitor-col-3 .monitor-icon-box::before {
  right: -30px;
  left: auto;
}
.monitor-col-1 .monitor-icon-box::after,
.monitor-col-3 .monitor-icon-box::after {
  left: -13px;
}
.ar .monitor-col-1 .monitor-icon-box::after,
.ar .monitor-col-3 .monitor-icon-box::after {
  right: -13px;
  left: auto;
}
.monitor-col-2 .monitor-icon-box::before{
  right: -30px;
}
.ar .monitor-col-2 .monitor-icon-box::before{
  left: -30px;
  right: auto;
}
.monitor-col-2 .monitor-icon-box::after{
  right: -13px;
}
.ar .monitor-col-2 .monitor-icon-box::after{
  left: -13px;
  right: auto;
}
.monitor-col-1,
.monitor-col-2,
.monitor-col-3 {
  display: flex;
  align-items: flex-start;
}
.monitor-stats-head {
  margin-top: 0;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  margin-bottom: 2px;
}
.monitor-value {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
.monitor-col-1 .monitor-icon-box,
.monitor-col-3 .monitor-icon-box {
  margin-right: 10px;
}
.ar .monitor-col-1 .monitor-icon-box,
.ar .monitor-col-3 .monitor-icon-box {
  margin-left: 10px;
  margin-right: auto;
}
.monitor-col-2 .monitor-icon-box{
  margin-left: 10px;
  margin-right: auto;
}
.ar .monitor-col-2 .monitor-icon-box{
  margin-right: 10px;
  margin-left: auto;
}
.monitor-stats {
  padding: 20px 48px;
  position: relative;
}
.monitor-stats::before,
.monitor-stats::after {
  content: '';
  position: absolute;
  top: 0;
  background-color: #000;
  height: 100%;
  width: 1px;
  display: block;
}
.monitor-stats::before {
  left: 25px;
}
.monitor-stats::after {
  right: 25px;
}
.ar .monitor-stats::before {
  right: 25px;
  left: auto;
}
.ar .monitor-stats::after {
  left: 25px;
  right: auto;
}
.monitor-misc-1::before,
.monitor-misc-1::after,
.monitor-misc-2::before,
.monitor-misc-2::after {
  position: absolute;
  display: block;
  border: 1px solid #000;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50px;
  background-color: #fff;
  z-index:1;
}
.monitor-misc-1::before,
.monitor-misc-2::before{
  top:0
}
.monitor-misc-1::after,
.monitor-misc-2::after{
  bottom:0
}
.monitor-misc-1::before,
.monitor-misc-1::after{
  left:19px;
}
.ar .monitor-misc-1::before,
.ar .monitor-misc-1::after{
  right: 19px;
  left: auto;
}
.monitor-misc-2::before,
.monitor-misc-2::after{
  right:19px;
}
.ar .monitor-misc-2::before,
.ar .monitor-misc-2::after{
  left: 19px;
  right: auto;
}
.banner-btn {
  color: #000000;
  position: absolute;
  right: 12px;
  top: -15px;
  background-color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 3px;
  display: block;
}
.ar .banner-btn{
  left: 12px;
  right: auto;
}
.filter-btn .btn.btn-default.dropdown-toggle span {
  font-size: 14px;
  font-weight: 300;
}
.filter-btn .btn.btn-default.dropdown-toggle,
.filter-btn .btn.btn-default {
  line-height: 39px;
  border-radius: 0;
  margin-bottom: 8px;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #000000;
}
.filter-btn .btn.btn-default.dropdown-toggle{
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #000000;
  min-width: 58px;
  font-size: 20px;
  display: flex;
  height: 53px;
  align-items: center;
  justify-content: center;
}
.filter-btn .btn.btn-default{
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
}

.breadcrumbs {
  text-align: center;
  font-size: 14px;
  line-height: 52px;
  font-weight: 300;
  color: #000000;
  margin: 0;
}
.balance-block {
  background-color: #000;
  text-align: center;
  max-width: 152px;
  float: right;
  line-height: 52px;
  margin: 0;
  padding-left: 35px;
  padding-right: 35px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.ar .balance-block{
  float: left;
}
.input-group.search-bar {
  margin-bottom: 20px;
}
.input-group.search-bar .form-control {
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  box-shadow: none;
  height: 52px;
  background-color: #fff;
  border-color: #fff;
  color: #000;
  box-shadow: 0 6px 23px #20bbf436;
  border-radius: 10px 0px 0px 10px;
}

.search-bar .btn.btn-default {
  background-color: 1px solid #262626;
  color: #000000;
  font-size: 20px;
  border: 1px solid #262626;
  margin-left: 0;
  line-height: 39px;
  min-width: 67px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  box-shadow: 0 0 10px #20bbf436;
  border-radius: 0px 10px 10px 0px;
}
.table.custom-table {
  border-collapse: separate;
  border-spacing: 0px 8px;
}
.text-big {
  word-break: break-all;
}
.table.custom-table > thead > tr > th {
  background-color: #000000;
  border: none;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 38px;
}
.table.custom-table > thead > tr > th:first-child{
  border-radius: 5px 0 0 5px;
}
.ar .table.custom-table > thead > tr > th:first-child{
  border-radius: 0 5px 5px 0;
}
.table.custom-table > thead > tr > th:last-child{
  border-radius: 0 5px 5px 0;
}
.ar .table.custom-table > thead > tr > th:last-child{
  border-radius: 5px 0 0 5px;
}
.table.custom-table > tbody > tr.cate-row > td {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  border: none;
  padding: 0; 
  padding: 24px 24px;
  background: #2c2c2c;
  background-size: cover;
  background-position: right center;
  border-radius: 15px;  
  margin-bottom: 14px;
}
.cate-row .mk-icons span {
  position: absolute;
  left: 2px;
  color: #000;
  width: 35px;
  height: 38px;
  text-align: center;
  border-radius: 4px;
  font-size: 24px;
  top: 0;
  line-height: 40px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.ar .cate-row .mk-icons span{
  right: 2px;
  left: 0;
}
.table.custom-table > tbody > tr.table-cont > td {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000;
  vertical-align: middle;
}
.service-name span {
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 20px;
  text-align: center;
  line-height: 22px;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 5px;
}
.ar .service-name span{
  margin-right: 0;
  margin-left: 5px;
}
.table.custom-table > tbody > tr.table-cont > td:first-child{
  border-left: 1px solid #000000;
  border-radius: 5px 0 0 5px;
}
.ar .table.custom-table > tbody > tr.table-cont > td:first-child{
  border-right: 1px solid #000000;
  border-left: none;
  border-radius: 0 5px 5px 0;
}
.table.custom-table > tbody > tr.table-cont > td:last-child{
  border-right: 1px solid #000000;
  border-radius: 0 5px 5px 0;
}
.ar .table.custom-table > tbody > tr.table-cont > td:last-child{
  border-left: 1px solid #000000;
  border-right: none;
  border-radius: 5px 0 0 5px;
}
.btn-primary.table-btn {
  background-color: #393939;
  color: #fff;
  font-size: inherit;
  font-weight: 400;
  line-height: 26px;
  display: block;
  max-width: 120px;
  text-align: center;
  text-decoration: none;
  border-color: var(--primary-color);
}
.table.custom-table .cont-width {
  max-width: 58px;
  text-align: center;
}

.custom-table .fav {
  color: #000;
  text-decoration: none;
  display: block;
  font-size: 18px;
}
.status-badge {
  background-color: #008cff;
  font-size: 14px;
  font-weight: 700;
  min-width: 152px;
  text-align: center;
  position: relative;
  line-height: 48px;
}
.update-table .status-badge{
  font-family: "poppins";
}
.status-badge span {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
.status-badge::before, .status-badge::after {
  content: '';
  position: absolute;
  top: 0;
  background-color: var(--primary-color);
  width: 1px;
  height: 12px;
  display: block;
}
.status-badge::before {
  left: 20px;
}
.status-badge::after {
  right: 20px;
}
.status-badge span:before,
.status-badge span:after{
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  background-color: var(--primary-color);
  width:10px;
  height:10px;
  border-radius: 50px;
  z-index: 1;
}
.status-badge span:before{
  left: 15px;
}
.status-badge span:after{
  right: 15px;
}
.table-link {
  color: #6a6a6a;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.table-link .far,
.table-link .fas{
  margin-right: 5px;
}
.ar .table-link .far,
.ar .table-link .fas{
  margin-left: 5px;
  margin-right: 0;
}
.table-link:before {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.table-link:after {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.table-link span:before {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.table-link span:after {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.table-link:hover {
  color: #000000;
}
.table-link:hover:before {
  opacity: 1;
  right: 5px;
  top: 5px;
}
.table-link:hover:after {
  opacity: 1;
  left: 5px;
  bottom: 5px;
}
.table-link:hover span:before {
  opacity: 1;
  left: 5px;
  top: 5px;
}
.table-link:hover span:after {
  opacity: 1;
  right: 5px;
  bottom: 5px;
}
.input-group.table-link-box {
  max-width: 315px;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 8px 10px;
  border-spacing: 0;
}
.ar .input-group.table-link-box {
  direction: ltr;
}
.input-group.table-link-box .form-control {
  border: none;
  background-color: transparent;
  padding: 0 10px 0 0;
  height: 26px;
  box-shadow: none;
}
.input-group.table-link-box .btn.btn-default {
  background-color: var(--primary-color);
  border: none;
  border-radius: 50px;
  height: 26px;
  width: 26px;
  text-align: center;
  padding: 0;
  color: #000;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-funds-content .panel-default > .panel-heading {
    background-color: #272727;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border-color: #000000;
    text-align: left;    
    border: none;
}

.panel-title a {  
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 10px 10px;
    text-align: left!important;
    FONT-SIZE: 20PX;
    COLOR: #ffffff !IMPORTANT;
}

.add-funds-content ul:before {
  content: '';
  position: absolute;
  top: 0;
  background-color: #000;
  height: 100%;
  width: 1px;
  display: block;
  left: 25px;
}
.ar .add-funds-content ul:before{
  right: 25px;
  left: 0;
}
.add-funds-content ul {
  position: relative;
  padding: 20px 48px;
  list-style: none;
}
.add-funds-content ul li {
  line-height: 22px;
  min-height: 32px;
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
.add-funds-content ul li::before {
  content:'';
  border: 1px solid #000000;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background-color: #ffffff;
  position: absolute;
  left: -29px;
  top: 4px;
}
.ar .add-funds-content ul li::before{
  left: 0;
  right: -29px;
}
.cont-main .row {
  display: flex;
  flex-wrap: wrap;
}
.content-list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  height: 100%;
  background-color: #000;
  margin-left: -19px;
  margin-top: -19px;
  border-radius: 3px 0px 0px 3px;
  counter-reset: my-awesome-counter;
}
.content-list li {
  counter-increment: my-awesome-counter;
  position: relative;
}
.content-list li:before{
  content: counter(my-awesome-counter,decimal-leading-zero);
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 25px;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.content-list li a {
  display: block;
  line-height: 52px;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: 400;
  padding-right: 25px;
  text-align: right;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.content-list li a:hover {
  background-color: var(--primary-color);
  color: #000000;
}
.content-para h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
  line-height: 48px;
  position: relative;
  display: flex;
  align-items: center;
}
.content-para h4 strong {
  background-color: #000;
  color: #ffffff;
  font-size: 28px;
  height: 100%;
  width: 55px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}
.content-list li:hover::before {
  color: #ffffff;
}
.nav.nav-tabs.faq-tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 35px;
}
.nav.nav-tabs.faq-tabs li {
  flex: 0 0 25%;
  max-width: 25%;
  float: none;
}
.nav.nav-tabs.faq-tabs > li > a {
  color: #0006;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.nav.nav-tabs.faq-tabs > li > a:hover,
.nav.nav-tabs.faq-tabs > li > a:active,
.nav.nav-tabs.faq-tabs > li > a:focus,
.nav.nav-tabs.faq-tabs > li.active > a,
.nav.nav-tabs.faq-tabs > li.active > a:hover,
.nav.nav-tabs.faq-tabs > li.active > a:focus,
.nav.nav-tabs.faq-tabs > li.active > a:active {
  color: #000000;
}
.nav.nav-tabs.faq-tabs > li > a .faq-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #000000;
  text-align: center;
  line-height: 56px;
  display: flex;
  align-items:center;
  justify-content:center;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 400;
  border-radius: 50px;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.ar .nav.nav-tabs.faq-tabs > li > a .faq-icon{
  margin-right: 0;
  margin-left: 15px;
}
.nav.nav-tabs.faq-tabs > li > a:hover .faq-icon,
.nav.nav-tabs.faq-tabs > li > a:active .faq-icon,
.nav.nav-tabs.faq-tabs > li > a:focus .faq-icon,
.nav.nav-tabs.faq-tabs > li.active > a .faq-icon,
.nav.nav-tabs.faq-tabs > li.active > a:hover .faq-icon,
.nav.nav-tabs.faq-tabs > li.active > a:active .faq-icon,
.nav.nav-tabs.faq-tabs > li.active > a:focus .faq-icon {
  background-color: var(--primary-color);
  color: #000000;
}
.tab-content.faq-cont {
  background-color: var(--primary-color);
  border-radius: 10px;
  padding: 45px 30px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.tab-content.faq-cont::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 19px solid transparent;
  border-bottom: 34px solid var(--primary-color);
  border-right: 19px solid transparent;
  position: absolute;
  left: 50%;
  top: -33px;
  transform: translateX(-50%);
}
.faq-cont-icon {
  width: 56px;
  height: 56px;
  display: block;
  margin: 0px auto 20px;
  background-color: #000;
  text-align: center;
  line-height: 56px;
  color: var(--primary-color);
  font-size: 20px;
  border-radius: 50px;
}
.faq-cont h4 {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}
.faq-cont p {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}
.single-bg-plc{
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: 100% 100%;
  border: 2px dashed #000;
}
.signup-wrap-inner .single-bg-plc i {
  font-size: 48px;
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0.2;
}

#statusModal strike {
  color: red;
}
.option.disabled {
  color: #737373;
}
button.close {
  background-color: var(--primary-color);
  display: block;
  opacity: 1;
  color: #666!important;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  font-weight: 100;
  font-size: 28px;
  box-shadow: 0 0 10px var(--bg-shadow);
}
.redeem-btn {
  text-decoration:none;
  background-color: var(--primary-color);
  color: #000;
  display: block;
  max-width: max-content;
  padding: 6px 10px;
  border-radius: 3px;
  text-decoration: none;
  margin-top: 12px;
  font-size: 14px;
}
.redeem-btn:hover,
.redeem-btn:active,
.redeem-btn:focus{
  text-decoration:none;
}
.order-chart {
  width: 145px;
  display: block;
  position: absolute;
  top: 52px;
}

.point-wrap {
  display: flex;
  padding: 10px;
  justify-content: space-between;
}
.point-badge {
  width: 138px;
  height: 120px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-right: 10px;
  padding: 30px 20px 0px 20px;
  background-size: 100% 100%;
  
}
.ar .point-badge{
  margin-right: 0;
  margin-left: 10px;
}

.point-content {
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding: 30px;
  align-items: center;
}
.point-content.active {
  background-color: #fdf0011c;
  border: 2px solid var(--primary-color);
  border-radius: 8px;
}
.point-content h4 {
  font-size: 12px;
  color: #1a1740;
  font-weight: 700;
  margin: 0;
}
.point-content h3 {
  font-size: 14px;
  color: #f4e06f;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.point-content span {
  width: 42px;
  height: 38px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -70px;
  top: -18px;
}
.ar .point-content span{
  left: 0;
  right: -70px;
}
.points-btn {
  position: absolute;
  left: -12px;
  top: 4px;
  display: flex;
  justify-content:center;
  align-items:center;
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  color: #040404;
  border-radius: 50px;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  font-size: 12px;
  box-shadow: 0 0 0 0 rgba(253, 240, 1, 1);
  animation: pulse 2s infinite;
}
.ar .points-btn{
  left: 0;
  right: -12px;
}
.nav-tabs > li.noti > a::after {
  content: "!";
  display: block;
  position: absolute;
  top: -7px;
  right: -6px;
  width: 2em;
  border-radius: 50%;
  font-size: 10px;
  line-height: 2;
  text-align: center;
  background: #f53d3d;
  box-shadow: 0 0 0 0.25em #000;
  animation: pulse 0.75s infinite;
  color: var(--primary-color);
}
.verify.btn.btn-default {
  background-color: #000;
  color: #fff;
  border-color: #000;
  line-height: 34px;
}
#verifyModal .modal-body h4 {
  text-align: center;
  margin-top: 0;
  color: #fff;
}
#verifyModal img {
  border-radius: 500px;
  display: block;
  margin: auto;
  width: 150px;
  height: 150px;
}
#verifyModal .modal-dialog .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
#verifyModal .modal-title {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
#verifyModal .modal-title::after {
  content: '';
  background-color: var(--primary-color);
  width: 150px;
  height: 2px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#verifyModal .modal-header {
  position: relative;
  border: none;
}
#verifyModal .modal-footer {
  border: none;
  text-align: center;
}
#verifyModal button.close {
  position: absolute;
  right: 0;
  background-color: var(--primary-color);
  box-shadow: none;
  color: #000;
  width: 36px;
  height: 36px;
  font-size: 38px;
  text-shadow: none;
}
.dashboard #verifyModal .btn.btn-primary {
  width: 150px;
  margin: auto;
}
.loader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: #00000080;
  z-index: 9999;
  display: none;
}
div.spinner-grow {
  display: inline-block !important;
  width: 32px;
  height: 32px;
  vertical-align: text-bottom;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: var(--primary-color);
  animation: spinner-grow .75s linear infinite;
}
.loader.show {
  display: flex !important;
}
.spinner-grow:empty {
  display: block;
}

@keyframes spinner-grow{
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 240, 1, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(253, 240, 1, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 240, 1, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(253, 240, 1, 0.4);
    box-shadow: 0 0 0 0 rgba(253, 240, 1, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(253, 240, 1, 0);
    box-shadow: 0 0 0 10px rgba(253, 240, 1, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(253, 240, 1, 0);
    box-shadow: 0 0 0 0 rgba(253, 240, 1, 0);
  }
}
.btn.btn-ticket {
  background-color: #000000;
  text-align: center;
  max-width: 180px;
  line-height: 52px;
  margin: 10px auto 20px;
  padding-left: 35px;
  padding-right: 35px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  display: block;
  border-radius: 0;
}
.ticket-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 45px;
}

.ticket-steps li:nth-child(2)::before, .ticket-steps li:nth-child(2)::after {
  content: '';
  background-color: #000;
  width: 45px;
  height: 1px;
  top: 50%;
  position: absolute;
  display: block;
}
.ticket-steps li:nth-child(2)::before {
  left: -45px;
}
.ticket-steps li:nth-child(2)::after {
  right: -45px;
}
.ticket-steps li.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.create-ticket-wrap .control-label {
  text-align: center;
  display: block;
  margin-bottom: 25px;
  font-size: 20px;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-label {
  width: 148px;
  height: 130px;
  padding: 15px;
  border-radius: 0;
  border: 1px solid var(--primary-color);
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
  margin-bottom: 0;
  white-space: break-spaces;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.custom-control-input:checked ~ .custom-control-label{
  background-color: var(--primary-color);
  color: #fff;
  box-shadow: 0 5px 15px var(--bg-shadow);
}
.create-ticket-wrap .form-group .row {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.custom-control-label img {
  width: 58px;
  filter: brightness(0);
  transition: all 0.3s ease-in;
  margin-bottom: 10px;
}
.custom-control-input:checked ~ .custom-control-label img{
  filter: brightness(100%);
}
.therequest .custom-control-label {
  width: 100%;
  height: 58px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
.create-ticket-wrap .form-group.therequest .row {
  align-items: stretch;
}
.create-ticket-wrap .form-group.therequest .row .col {
  flex: 1;
  margin: 0 15px;
}
.therequest .custom-control-label::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 4px;
}
.therequest .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ffffff;
  background-color: #ffffff;
}
.therequest .custom-control-label::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  opacity: 0;
  color: #000000;
  visibility: hidden;
}
.ar .therequest .custom-control-label::after{
  right: auto;
  left: 17px;
}
.therequest .custom-control-input:checked ~ .custom-control-label::after{
  opacity:1;
  visibility:visible;
}
.terms-collapse .panel-default {
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.terms-collapse .panel-default > .panel-heading a {
  display: block;
  position: relative;
  background-color: var(--primary-color);
  color: #000;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  line-height: 52px;
  text-decoration: none;
  padding: 0 15px;
}
.terms-collapse .panel-default > .panel-heading {
  background-color: transparent;
  border: none;
  padding: 0;
}
.terms-collapse .panel-default .panel-body {
  background-color: #f2f2f2;
  border: none;
}
.terms-collapse .panel-default .panel-heading .panel-title a::before,
.terms-collapse .panel-default .panel-heading .panel-title a.collapsed::before,
.terms-collapse .panel-default .panel-heading .panel-title a::after,
.terms-collapse .panel-default .panel-heading .panel-title a.collapsed::after{
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 2px;
  color: #000;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ar .terms-collapse .panel-default .panel-heading .panel-title a::before,
.ar .terms-collapse .panel-default .panel-heading .panel-title a.collapsed::before,
.ar .terms-collapse .panel-default .panel-heading .panel-title a::after,
.ar .terms-collapse .panel-default .panel-heading .panel-title a.collapsed::after{
  right: auto;
  left: 20px
}
.terms-collapse .panel-default .panel-heading .panel-title a.collapsed::before {
  content: '\f067';
  opacity: 1;
  transform: rotate(0deg);
}
.terms-collapse .panel-default .panel-heading .panel-title a::after {
  content: '\f068';
  opacity: 1;
  transform: rotate(0deg);
}
.panel-default .panel-heading .panel-title a::before {
  content: '\f067';
  opacity: 0;
  transform: rotate(90deg);
}
.terms-collapse .panel-default .panel-heading .panel-title a.collapsed::after {
  content: '\f068';
  opacity: 0;
  transform: rotate(-90deg);
}
.status-badge.badge-pending {
  background-color: #F29339;
}
.status-badge.badge-pending span {
  color: #ffffff;
}
.status-badge.badge-pending:before,.status-badge.badge-pending:after {
  background-color: #cc690b;
}
.status-badge.badge-complete {
  background-color: #07BD5C;
}
.status-badge.badge-complete span {
  color: #ffffff;
}
.status-badge.badge-complete:before,.status-badge.badge-complete:after {
  background-color: #089148;
}
.status-badge.badge-cancelled {
  background-color: #F64D4E;
}
.status-badge.badge-cancelled span {
  color: #ffffff;
}
.status-badge.badge-cancelled:before,.status-badge.badge-cancelled:after {
  background-color: #c40b0c;
}
.status-badge.badge-partial {
  background-color: #6594ee;
}
.status-badge.badge-partial span {
  color: #ffffff;
}
.status-badge.badge-partial:before,.status-badge.badge-partial:after {
  background-color: #276bee;
}
.status-badge.badge-inprogress {
  background-color: #57e8c6;
}
.status-badge.badge-inprogress span {
  color: #ffffff;
}
.status-badge.badge-inprogress:before,.status-badge.badge-inprogress:after {
  background-color: #0cb58d;
}
.status-badge.badge-processing {
  background-color: #CA9FFD;
}
.status-badge.badge-processing span {
  color: #ffffff;
}
.status-badge.badge-processing:before,.status-badge.badge-processing:after {
  background-color: #964af0;
}

.ticket-title {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  color: #000000;
  margin-bottom: 35px;
}
.ticket-subj {
  width: 148px;
  height: 130px;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-bottom: 30px;
}
.ticket-stats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  line-height: 32px;
  align-items: center;
}
.left-stats {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.40);
  font-weight: 400;
}
.right-stats {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
.ticket-note strong {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  line-height: 38px;
}
.ticket-note {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}
.message-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.author-pic {
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;

}
.messsage-wrap {
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ticket-message-block.ticket-message-left {
  align-items: flex-end;
}
.ticket-message-block.ticket-message-right .messsage-wrap {
  background-color: var(--primary-color);
  color: #000;
  border-radius: 15px 15px 15px 0px;
  box-shadow: 4px 4px 2px 0px rgba(189, 186, 131, 0.33);
}
.ar .ticket-message-block.ticket-message-right .messsage-wrap{
  border-radius: 15px 15px 0 15px;
  box-shadow: -4px 4px 2px 0px rgba(189, 186, 131, 0.33);
}
.ticket-message-block.ticket-message-right  .author-pic {
  background-color: var(--primary-color);
  margin-right: 20px;
  filter: drop-shadow(-3px 3px 2px rgba(0, 0, 0, 0.17));
}
.ar .ticket-message-block.ticket-message-right .author-pic{
  margin-left: 20px;
  margin-right: 0;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.17));
}
.ticket-message-block {
  display: flex;
  flex-direction: column;
  padding: 25px 15px 5px;
  margin-bottom: 0;
}
.ticket-message-block.ticket-message-left .author-pic {
  background-color: #000000;
  color: #ffffff;
  margin-left: 20px;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.31));
}
.ar .ticket-message-block.ticket-message-left .author-pic{
  margin-right: 20px;
  margin-left: 0;
  filter: drop-shadow(-3px 3px 2px rgba(0, 0, 0, 0.31));
}
.ticket-message-block.ticket-message-left .messsage-wrap {
  background-color: #000000;
  color: #ffffff;
  min-height: 58px;
  border-radius: 15px 15px 0px 15px;
  box-shadow: -4px 4px 2px 0px rgba(0, 0, 0, 0.33);
}
.ar .ticket-message-block.ticket-message-left .messsage-wrap{
  border-radius: 15px 15px 15px 0;
  box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.33);
}
.ticket-message-left .messsage-wrap::before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 10px solid black;
  border-right: 12px solid transparent;
  position: absolute;
  right: -12px;
  bottom: 0;
  filter: drop-shadow(-4px 4px 1px rgba(0, 0, 0, 0.33));
}
.ar .ticket-message-left .messsage-wrap::before {
  border-left: 12px solid transparent;
  border-right: none;
  left: -12px;
  right: auto;
  filter: drop-shadow(4px 4px 1px rgba(0, 0, 0, 0.33));
}
.ticket-message-right .messsage-wrap::before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--primary-color);
  border-left: 12px solid transparent;
  position: absolute;
  left: -12px;
  bottom: 0;
  filter: drop-shadow(4px 4px 1px rgba(189, 186, 131, 0.33));
  z-index: -1;
}
.ar .ticket-message-right .messsage-wrap::before{
  left: auto;
  right: -12px;
  border-left: none;
  border-right: 12px solid transparent;
  filter: drop-shadow(-4px 4px 1px rgba(189, 186, 131, 0.33));
}
.message-bottom {
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.ticket-message-block.ticket-message-right .message-bottom {
  margin-right: 68px;
}
.ticket-message-block.ticket-message-left .message-bottom {
  margin-left: 68px;
}
.message-sub-top {
  margin-top: -46px;
  margin-bottom: 24px;
}
.message-sub-top strong {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.ticket-message-left .message-sub-top strong {
  background-color: #000000;
}
.ticket-message-right .message-sub-top strong {
  color: #000000;
  background-color: var(--primary-color);
}
.message-sub-top strong i,
.message-sub-top .text-muted i{
  margin-right: 5px;
  font-size: 11px;
  margin-left: -5px;
}
.ar .message-sub-top strong i,
.ar .message-sub-top .text-muted i{
  margin-right: -5px;
  margin-left: 5px;
}
.ticket-message-left .message-sub-top strong i {
  color: var(--primary-color);
}
.ticket-message-right .message-sub-top strong i {
  color: #000000;
}
.message-sub-top .text-muted {
  font-size: 10px;
  font-weight: 700;
  border: 1px solid;
  border-radius: 20px;
  padding: 3px 10px;
}
.ticket-message-left .message-sub-top .text-muted{
  color: #000000;
  border-color: #000000;
}
.ticket-message-right .message-sub-top .text-muted{
  color: #000000;
  border-color: #000000;
}
.dashboard .ticket-submit .form-control {
  border: none;
  border-radius: 0;
  font-size: 15px;
  padding: 10px 20px;
  height: 70px;
  background-color: transparent;
  resize:vertical;
}
.ticket-submit .btn.btn-default {
  background-color: var(--primary-color);
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  border: none;
  border-radius: 50px;
  outline: none;
  margin-right: 10px;
}
.ar .ticket-submit .btn.btn-default {
  margin-right: 0;
  margin-left: 10px;
}
.ticket-well {
  border: 1px solid #000;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.ticket-msg-wrap {
  padding-top: 15px;
  min-height: 480px;
  overflow-y: scroll;
  border-bottom: 1px solid #000;
  max-height: 480px;
}
.ticket-submit {
  position: relative;
}
#signup-page {
  padding: 60px 0;
  background-color: #000;
}
#signup-page .feat-bulb {
  margin-top: 0;
}
#sign-up .col-md-7{
  padding-left: 70px;
}
.ar #sign-up .col-md-7{
  padding-left: 15px;
  padding-right: 70px;
}
.lap {
  width: 100%;
}
.inner-main-head {
  color: #000000;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 100;
  margin-bottom:10px;
}
#sign-up h3 {
  margin-bottom: 35px;
}
.inner-sub-head{
  font-size: 20px;
  font-weight: 300;
}
#sign-up {
  padding: 160px 0;
  background: radial-gradient(ellipse farthest-side, rgba(0, 111, 255, 0.15), transparent);
  background-color: #1b2838;
}
#sign-up form .col-sm-6:first-child {
  padding-right: 0;
}
#sign-up form .col-sm-6:last-child {
  padding-left: 0px;
}
.ar #sign-up form .col-sm-6:first-child {
  padding-left: 0;
  padding-right: 15px;
}
.ar #sign-up form .col-sm-6:last-child {
  padding-left: 15px;
  padding-right: 0px;
}
#sign-up .btn.btn-primary {
  line-height: 40px;
}
#reset-page .btn.btn-primary{
  line-height: 40px;
}
#reset-page .g-recaptcha.form-group {
  display: flex;
  justify-content: center;
}
#reset-page {
  padding: 120px 0;
}
pre {
  background-color: #282c34;
  border-color: #282c34;
  border-radius: 12px;
  color: var(--primary-color);
  padding: 60px 30px 30px;
  font-family: poppins;
  position: relative;
}
pre .clip-copy {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 20px;
  background-color: var(--primary-color);
  width: 26px;
  height: 26px;
  border-radius: 50px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
}
.right-btns {
  background-image: url(https://storage.perfectcdn.com/e9e910/0k2sczwlq39hgtom.png);
  width: 50px;
  height: 15px;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  background-size: 100% 100%;
}
.api-copy {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50px;
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  cursor: pointer;
}
.row.give-row {
  display: flex;
  flex-wrap: wrap;
}
.affiliate-box {
  display: block;
  height: 100%;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 20px;
}
.affi-title {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  line-height: 62px;
  margin: -20px -20px 0;
  margin-bottom: 19px;
}
.affi-sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
.give-title {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  margin: 160px;
}
.affi-sub-title a {
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
  color: #0e4aff;
}
.affi-sub-title a.api-copy {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.rate-wrap {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 30px;
}
.left-rate, .right-rate {
  border: 1px solid #000;
  padding: 15px;
  max-width: 48%;
  flex: 0 0 48%;
}
.rate-val {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
  color: #000;
}
.rate-title {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.stats-timeline {
  position: relative;
  padding: 0 0 0 30px;
  list-style: none;
  margin: 0;
}
.stats-timeline:before {
  content: '';
  position: absolute;
  top: 0;
  background-color: #000;
  height: 100%;
  width: 1px;
  display: block;
  left: 0px;
}
.stats-timeline li {
  display: flex;
  justify-content: space-between;
  line-height: 42px;
  position: relative;
  align-items: center;
}
.stats-timeline li::before,.stats-timeline li::after {
  content: '';
  position: absolute;
  z-index: 2;
}
.stats-timeline li::before {
  border: 1px solid #000000;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background-color: #ffffff;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
}
.stats-timeline li::after {
  display: block;
  width: 10px;
  height: 1px;
  background-color: #000000;
  left: -20px;
  top: 20px;
}
.stats-time-right {
  display: block;
  background-color: var(--primary-color);
  color: #000000;
}
.stats-time-right {
  display: block;
  background-color: var(--primary-color);
  color: #000000;
  padding: 0px 12px;
  height: 24px;
  line-height: 24px;
}
.stats-timeline li.timline-misc-1 {
  position: unset;
}
.stats-timeline li.timline-misc-1::before, .stats-timeline li.timline-misc-1::after {
  position: absolute;
  display: block;
  border: 1px solid #000;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50px;
  background-color: #fff;
  z-index: 1;
}
.stats-timeline li.timline-misc-1::before {
  top: -5px;
  left: -6px;
}
.stats-timeline li.timline-misc-1::after {
  bottom: -12px;
  top: auto;
  left: -6px;
}
.animato {
  position: relative;
}
.icon-fb,.icon-yt,.icon-tw,.icon-twc,.icon-ig,.icon-tt,.icon-lnk,.icon-sc,.icon-tg {
  position: absolute;
  display: block;
  width: 100px;
  height: 90px;
  background-color: #1e1e1e;
  border-radius: 10px;
  box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.28),-4px -4px 4px -4px rgba(253, 240, 1, 0.26);
  background-size: 63px 60px;
  background-repeat: no-repeat;
  background-position: center center;
}
.icon-fb.i1 {
  left: -400px;
  top: 230px;
}
.icon-fb{
  background-image: url(https://storage.perfectcdn.com/e9e910/p8dil2a2yks2x2cq.png);
}
.icon-yt{
  background-image: url(https://storage.perfectcdn.com/e9e910/30kfdt7j6y66rjj6.png);
}
.icon-tw{
  background-image: url(https://storage.perfectcdn.com/e9e910/bemnektdbzwlohto.png);
}
.icon-twc{
  background-image: url(https://storage.perfectcdn.com/e9e910/6ceorl18geg6ajb2.png);
}
.icon-ig{
  background-image: url(https://storage.perfectcdn.com/e9e910/irzbd0la4txjftam.png);
}
.icon-tt{
  background-image: url(https://storage.perfectcdn.com/e9e910/y0qn6uqwpucaord7.png);
}
.icon-lnk{
  background-image: url(https://storage.perfectcdn.com/e9e910/ner5uhcn6uoe4kx0.png);
}
.icon-sc{
  background-image: url(https://storage.perfectcdn.com/e9e910/3j3kw70b4rbhbmi1.png);
}
.icon-tg{
  background-image: url(https://storage.perfectcdn.com/e9e910/709kolfapjsq38ob.png);
}
.i1 {
  left: -60px;
  top: 250px;
}
.i3 {
  right: -130px;
  top: 118px;
}
.i4 {
  right: -200px;
  top: 280px;
}
.i6 {
  left: -860px;
  top: -40px;
}
.i5 {
  left: -200px;
  top: -40px;
}
.i7 {
  left: -910px;
  top: 125px;
}
.i8 {
  left: -820px;
  top: 250px;
}
.i9 {
  right: -200px;
  top: -10px;
}
.i10 {
  top: 160px;
  left: -30px;
}
.i11 {
  left: -170px;
  top: 260px;
}
.i12 {
  top: 370px;
  left: -10px;
}
.i13 {
  right: -100px;
  top: 400px;
}
.i14 {
  right: -80px;
  top: 240px;
}
.mobile-slider {
  width: 289px;
  height: 545px;
  margin-left: auto;
  padding: 15px;
}
.ar .mobile-slider {
  margin-left: 0;
  margin-right: auto;
}
.mobile-slider::after {
  width: 100%;
  height: 100%;
  display: block;
  margin-left: auto;
  background-image: url(https://storage.perfectcdn.com/e9e910/pxqtpckn1rfifahj.png);
  background-size: 100% 100%;
  padding: 16px 18px 16px 18px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.social-logos-wrap {
  background-size: 100% 100%;
  background-position: center center;
}
.social-logos-wrap {
  width: 100%;
  height: 525px;
  display: block;
  border-radius: 20px;
}
.logo-tw {
  background-image: url(https://storage.perfectcdn.com/e9e910/f708l4og3zbme5b2.png);
}
.logo-ig {
  background-image: url(https://storage.perfectcdn.com/e9e910/5ldguy50juq7sdy3.png);
}
.logo-yt {
  background-image: url(https://storage.perfectcdn.com/e9e910/6x00xqwrc5jzoke0.png);
}
.logo-fb {
  background-image: url(https://storage.perfectcdn.com/e9e910/ozfhyk0ntir2s4ds.png);
}
.logo-tt {
  background-image: url(https://storage.perfectcdn.com/e9e910/687kzsweinmmnp7y.png);
}
.logo-sc {
  background-image: url(https://storage.perfectcdn.com/e9e910/20kp3ld2klgl6g52.png);
}
.logo-tg {
  background-image: url(https://storage.perfectcdn.com/e9e910/mpmo53ww7y4zkyag.png);
}
.logo-th {
  background-image: url(https://storage.perfectcdn.com/e9e910/7d14try9dwy1c06t.png);
}
.logo-sp {
  background-image: url(https://storage.perfectcdn.com/e9e910/6gu5x5weuq09oo62.png);
}
.logo-sl {
  background-image: url(https://storage.perfectcdn.com/e9e910/eeqwjr201m8uic55.png);
}
.logo-li {
  background-image: url(https://storage.perfectcdn.com/e9e910/h867ar7l368husna.png);
}
.logo-gl {
  background-image: url(https://storage.perfectcdn.com/e9e910/bb5a0e8067uynylj.png);
}
.logo-dc {
  background-image: url(https://storage.perfectcdn.com/e9e910/ad8jba23w7y58pnq.png);
}
.logo-wp {
  background-image: url(https://storage.perfectcdn.com/e9e910/lnfizui7ngcy7r2m.png);
}
.logo-pg {
  background-image: url(https://storage.perfectcdn.com/e9e910/dzsbr4uespl7joui.png);
}
.logo-nx {
  background-image: url(https://storage.perfectcdn.com/e9e910/dj7zpteo86dn70hh.png);
}
.slick-slide {
  border-radius: 20px;
  overflow: hidden;
}
.dashboard .navbar-brand {
  background-color: #21212100;
  padding-top: 14px;
  padding-bottom: 14px;
  height: auto;
}
.dashboard .navbar-brand:hover{
  background-color: #212121;
}
.btn.btn-copy {
  background-color: transparent;
  border: none;
}
#page-wrapper{
  position: relative;
  min-height: 100vh;
}
.dashboard footer {
  position: relative !important;
  bottom: -70px !important;
  width: 100%;
}
.howitwork h3 span {
  font-size: 25px;
  font-weight: 700;
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  border-radius: 50px;
}
.howitwork h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 35px;
}
.howitwork p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
.howitwork p a {
  color: var(--primary-color);
  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 #000;
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  position: relative;
}
.row.border-left {
  border-left: 3px dashed #000;
}
.row.border-right {
  border-right: 3px dashed #000;
}
.row.border-left:nth-child(2) {
  padding-top: 0;
}
.ar .row.border-left {
  border-right: 3px dashed #000;
  border-left: none
}
.ar .row.border-right {
  border-right: none;
  border-left: 3px dashed #000;
}
.start-badge, .end-badge {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--primary-color);
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  position:absolute;
}
.start-badge {
  top: -90px;
  left: -45px;
}
.ar .start-badge {
  right: -48px;
  left:auto;
}
.end-badge {
  right: -80px;
  bottom: -105px;
}
.ar .end-badge {
  right:auto;
  left: -90px;
}
.guest .howitwork.container {
  padding-bottom: 70px;
}
.prof-pic {
  /* width: 94px;
  height: 94px;
  background-color: #fcef01;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 auto 20px; */
  width: 234px;
  height: 252px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 0;
  overflow: hidden;
  margin: 0 auto 20px;
}
.prof-pic img {
  width: 100%;
}
.radio-div {
  border-radius: 0;
  margin-top: 5px;
  display:flex;
  padding: 8px;
  margin-bottom: 10px;
}
.radio-div input[type="radio"] {
  display: none;
}
.radio-div input[type="radio"] + label {
  line-height: 45px;
  padding: 0 20px;
  color: #ffffff;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.radio-div input[type="radio"]:checked + label{
  background-color: var(--primary-color);
  color: #000;
}
.radio-div input[type="radio"] + label span {
  height: 36px;
  width: 36px;
  background-color: #fff;
  color: #000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 400;
  margin-right: 10px;
}
.ar .radio-div input[type="radio"] + label span{
  margin-left: 10px;
  margin-right: 0;
}
.radio-div input[type="radio"]:checked + label span{
  background-color: #000000;
  color: var(--primary-color);
}
.fullname {
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
}
.username {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.userlevel {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 58px;
  background-color: #000;
  color: var(--primary-color);
  margin-bottom: 0;
}
.input-group .input-group-addon {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  font-size: 13px;
}
.ar .input-group.chl-grp {
  direction: ltr;
}
.ar .input-group.chl-grp .input-group-addon:first-child {
  border-radius: 4px 0 0 4px;
}
.ar .input-group.chl-grp .input-group-addon:last-child {
  border-radius: 0 4px 4px 0;
}
.btn.refill-btn,
.btn.cancel-btn{
  border-radius: 30px 10px 30px 10px;
  padding: 10px;
  width: 48px;
  height: 48px;
  transition: all 0.4s ease-in-out;
}
.btn.refill-btn:hover, .btn.cancel-btn:hover {
  border-radius: 50px;
}
.btn.refill-btn {
  background-color: var(--primary-color);
}
.btn.cancel-btn{
  background-color: #ff3535;
}
.btn.refill-btn img,
.btn.cancel-btn img {
  width: 100%
}
.post-img-wrap {
  display: block;
  overflow: hidden;
  height: 240px;
  position: relative;
}
.post-img, .main-post-image img {
  width: 100%;
  height: 100%;
}
.post-content .read-more {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  border-radius: 500px;
  background: var(--primary-color);
  padding: 8px 15px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}
.post-cate {
  position: absolute;
  background-color: var(--primary-color);
  right: 10px;
  top: 10px;
  color: #000000;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 10px;
  display: block;
  line-height: 14px;
}
.post-content {
  background-color: #fff;
  padding: 15px;
  border: 1px solid rgba(0,0,0,.125);
}
.post-wrapper {
  display: block;
  margin-bottom: 15px;
  -webkit-transition: ease 0.2s all;
  -moz-transition: ease 0.2s all;
  -ms-transition: ease 0.2s all;
  -o-transition: ease 0.2s all;
  transition: ease 0.2s all;
}
.post-wrapper:hover {
  box-shadow: 0px 0px 8px 0 #aaa;
  -webkit-transition: ease 0.2s all;
  -moz-transition: ease 0.2s all;
  -ms-transition: ease 0.2s all;
  -o-transition: ease 0.2s all;
  transition: ease 0.2s all;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.post-title {
  min-height: 60px;
  margin-top: 0;
}
.post-text p:last-child {
  display: none;
}
#blog-header {
  padding: 40px 0;
  background-color: #000;
  text-align: center;
  border-top: 1px solid #1a1a1a;
}
.dashboard #blog-header {
  margin-top: -20px;
}
.top-head {
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  color: var(--primary-color);
}
#blog-header h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 6px;
}
#blog-header p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
#blog-inner {
  padding: 60px 0;
}
.blog-main {
  padding: 60px 0;
}
.main-post-wrapper {
  position: relative;
}
.main-post-content {
  background-color: #fff;
  padding: 25px;
  border: 1px solid rgba(0,0,0,.125);
  overflow: hidden;
}
.main-post-image {
  margin-bottom: 19px;
  display: block;
  overflow: hidden;
  border: 1px solid transparent;
}
.main-post-image .img-fluid {
  margin-top: 0;
  height: auto;
}
.main-post-wrapper .entry-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: 700;
  color: #0d0d0d;
}
.post-meta-wrap {
  margin-bottom: 20px;
}
.ar .post-meta-wrap {
  direction: ltr;
  text-align: right;
}
.post-meta-wrap span {
  display: inline-block;
  padding-right: 8px;
}
.post-meta-wrap span i {
  margin-right: 6px !important;
  font-size: 1em !important;
  height: 1em;
  line-height: 1;
  width: 1em;
  text-align: center;
}
.btn.btn-primary.btn-back {
  border-radius: 0;
  position: absolute;
  left: -115px;
  line-height: 52px;
  top: 0;
  min-width: auto;
}
.ar .btn.btn-primary.btn-back{
  left: auto;
  right: -105px;
}

.dashboard.nightmode {
  background-color: #1e1e1e;
}
.dashboard.nightmode .navbar.navbar-default {
  background-color: #15151500;
  border-color: #15151500;
}
.dashboard.nightmode .navbar.navbar-default .navbar-brand {
  background-color: #24242400;
}
.dashboard.nightmode #info-banner .banner-inner {
  background-color: #242424;
  box-shadow: 0 0 15px -12px #fff;
}
.dashboard.nightmode .sevice-title{
  background-color: var(--primary-color);
}
.dashboard.nightmode .sevice-title h2{
  color: #1e1e1e;
}
.dashboard.nightmode .monitor-wrap {
  border: 1px solid #242424;
  background-color: #242424;
  color: #ffffff;
}
.dashboard.nightmode .monitor-link::before,.dashboard.nightmode .monitor-link::after{
  background-color: var(--primary-color);
}
.dashboard.nightmode .monitor-stats-head{
  color: #ffffff;
}
.dashboard.nightmode .monitor-value{
  color: #fff;
}
.dashboard.nightmode .monitor-icon-box{
  border: 1px solid var(--primary-color);
}
.dashboard.nightmode .monitor-icon-box::before{
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}
.dashboard.nightmode .monitor-icon-box::after{
  background-color: #fff;
}
.dashboard.nightmode .monitor-stats::before,.dashboard.nightmode .monitor-stats::after{
  background-color: #fff;
}
.dashboard.nightmode .monitor-misc-1::before,.dashboard.nightmode .monitor-misc-1::after, .dashboard.nightmode .monitor-misc-2::before,.dashboard.nightmode .monitor-misc-2::after{
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.dashboard.nightmode .level-wrap::after{
  filter: invert(1);
}
.dashboard.nightmode .footer-top {
  background-color: #3a3a3a29;
  
}
.dashboard.nightmode .footer-bottom .copyright-text {
  color: #fff;
}
.dashboard.nightmode .nav-tabs > li > a{
  background-color: #00000047;
  border-color: none;
}

.dashboard.nightmode .nav-tabs > li.active > a,
.dashboard.nightmode .nav-tabs > li > a:hover,
.dashboard.nightmode .nav-tabs > li > a:focus,
.dashboard.nightmode .nav-tabs > li.active > a:hover,
.dashboard.nightmode .nav-tabs > li.active > a:focus{
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.dashboard.nightmode #info-banner .banner-inner::before,
.dashboard.nightmode #info-banner .banner-inner::after {
  background-color: #242424;
  background-blend-mode: overlay;
}
.dashboard.nightmode .modal-content {
  background-color: rgb(34 34 34 / 80%);
  color: #ffffff;
  backdrop-filter: blur(15px);
}
.dashboard.nightmode .well {
  border: 1px solid #242424;
  background-color: #242424;
  color: #fff;
}
.dashboard.nightmode .control-label{
  color: #ffffff;
}
.dashboard.nightmode input.form-control,
.dashboard.nightmode select.form-control,
.dashboard.nightmode textarea.form-control,
.dashboard.nightmode .select2-container--default .select2-selection--single{
  border-color: #13102d;
  color: #000000;
  background-color: #ffffff;
}
.dashboard.nightmode .input-group.table-link-box .form-control {
  background-color: transparent;
  color: white;
}
.dashboard.nightmode .input-group.table-link-box {
  border-color: var(--primary-color);
}
.dashboard.nightmode .select2-selection.select2-selection--single span{
  color: #ffffff;
}
.dashboard.nightmode .point-content.active {
  background-color: #1e1e1ec4;
  border: 1px solid #1e1e1e;
}
.dashboard.nightmode .point-content h4{
  color: #fff;
}
.dashboard.nightmode .point-badge{
  color: #171717;
}
.dashboard.nightmode button.close{
  background-color: #575454;
  color: #fff;
  box-shadow: inset 0px 0px 13px rgba(255, 255, 255, 0.86);
}
.dashboard.nightmode .breadcrumbs{
  color: var(--primary-color);
}
.dashboard.nightmode .filter-btn .btn.btn-default {
  border: 1px solid #484848;
  background-color: #484848;
}
.dashboard.nightmode .filter-btn .btn.btn-default.dropdown-toggle{
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}
.dashboard.nightmode .balance-block{
  background-color: #484848;
}
.dashboard.nightmode .table.custom-table > tbody > tr > td{
  color: #fff;
  border-color: #01abff;
  background-color: #1e1e1e;
}
.dashboard.nightmode .table.custom-table > tbody > tr > td:first-child {
  border-color: #01abff;
}
.dashboard.nightmode .table.custom-table > tbody > tr > td:last-child {
  border-color: #01abff;
}
.dashboard.nightmode .table-link,
.dashboard.nightmode .table-link:hover{
  color: var(--primary-color);
}
.dashboard.nightmode .table-link::after,
.dashboard.nightmode .table-link::before,
.dashboard.nightmode .table-link span::after,
.dashboard.nightmode .table-link span::before {
  border-color: var(--primary-color);
}
.dashboard.nightmode .add-funds-content .panel-default > .panel-heading{
  background-color: #00c4ff;
  border-color: #00c4ff;
}
.dashboard.nightmode .panel{
  background-color: #484848;
  border-color: #242424;
  color: #fff;
  border-radius: 10px;
}
.dashboard.nightmode .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #242424;
}
.dashboard.nightmode .add-funds-content ul::before{
  background-color: #ffffff;
}
.dashboard.nightmode .add-funds-content ul li::before{
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.dashboard.nightmode .ticket-steps li{
  border-color: #242424;
  background-color: #242424;
  color:#ffffff;
}
.dashboard.nightmode .ticket-steps li.active{
  color: #1e1e1e;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.dashboard.nightmode .ticket-steps li:nth-child(2)::before,
.dashboard.nightmode .ticket-steps li:nth-child(2)::after{
  background-color: var(--primary-color);
}
.dashboard.nightmode .custom-control-label{
  border-color: #242424;
  background-color: #242424;
  color: #ffffff;
}
.dashboard.nightmode .custom-control-input:checked ~ .custom-control-label {
  background-color: #000000;
  color: #fff;
}
.dashboard.nightmode .custom-control-label img{
  filter: brightness(0) invert(1);
}
.dashboard.nightmode .custom-control-input:checked ~ .custom-control-label img{
  filter: brightness(100%) invert(0);
}
.dashboard.nightmode .therequest .custom-control-label::before{
  border-color: #484848;
}
.dashboard.nightmode .ticket-title,
.dashboard.nightmode .left-stats,
.dashboard.nightmode .ticket-note,
.dashboard.nightmode .ticket-note strong{
  color: #ffffff;
}
.dashboard.nightmode .right-stats{
  color: var(--primary-color);
}
.dashboard.nightmode .ticket-msg-wrap{
  border-color:#242424;
  background-color: #242424;
  border-radius: 9px 9px 0 0;
}
.dashboard.nightmode .ticket-well{
  border-color: #484848;
  background-color: #484848;
}
.dashboard.nightmode .ticket-message-right .message-sub-top .text-muted,
.dashboard.nightmode .ticket-message-left .message-sub-top .text-muted{
  color: #fff;
  border-color: #fff;
}
.dashboard.nightmode .custom-table .fav{
  color: var(--primary-color);
}
.dashboard.nightmode .table.custom-table .cont-width.rate-badge{
  background-color: #01abff;
  color:#ffffff;
}
.dashboard.nightmode .affiliate-box {
  background-color: #242424;
  color: #fff;
  border-color: #242424;
}
.dashboard.nightmode .affi-title {
  background-color: var(--primary-color);
  color: #1e1e1e;
}
.dashboard.nightmode .stats-timeline li::before{
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}
.dashboard.nightmode .stats-timeline::before{
  background-color: #fff;
}
.dashboard.nightmode .stats-timeline li.timline-misc-1::before,
.dashboard.nightmode .stats-timeline li.timline-misc-1::after{
  border-color:var(--primary-color);
  background-color: var(--primary-color);
}
.dashboard.nightmode .affi-sub-title{
  color: #fff;
}
.dashboard.nightmode .affi-sub-title a{
  color: var(--primary-color);
}
.dashboard.nightmode .affi-sub-title a.api-copy {
  color: #000;
}
.dashboard.nightmode .left-rate,
.dashboard.nightmode .right-rate{
  border-color: #484848;
  background-color: #484848;
}
.dashboard.nightmode .rate-val{
  color: #fff;
}
.dashboard.nightmode .rate-title{
  color: var(--primary-color);
}
.dashboard.nightmode .stats-timeline li::after{
  background-color: #fff;
}
.dashboard.nightmode .slick-dots li button::before {
  background-color: var(--primary-color);
}
.dashboard.nightmode pre {
  background-color: #484848;
  border-color: #484848;
}
.dashboard.nightmode .nav.nav-tabs.faq-tabs > li > a {
  background-color: transparent;
  color: #fff;
  border: none;
}
.dashboard.nightmode .nav.nav-tabs.faq-tabs > li.active > a {
  background-color: #484848;
}
.dashboard.nightmode .terms-collapse .panel-default .panel-body {
  background-color: #484848;
}
.dashboard.nightmode #blog-header{
  background-color: #242424;
  border-color: #242424;
}
.dashboard.nightmode .post-content,
.dashboard.nightmode .main-post-content{
  background-color: #242424;
  color: #fff;
}
.dashboard.nightmode .main-post-wrapper .entry-title{
  color: #fff;
}
.dashboard.nightmode .post-meta-wrap span a {
  color: var(--primary-color);
}
.nightmode .servPicWrap {
  background-color: #484848;
}
.nightmode #service_name,
.nightmode #servModal h6,
.nightmode .howitwork p{
  color: #fff;
}
.nightmode .servLink {
  border-color: var(--primary-color);
}
.nightmode .servLink a,
.nightmode #servModal p{
  color: var(--primary-color);
}
.nightmode .main-head,
.nightmode .howitwork h3{
  color: var(--primary-color);
}
.nightmode .start-badge,
.nightmode .end-badge,
.nightmode .howitwork h3 span{
  background-color: #242424;
  color: var(--primary-color);
}
.nightmode .row.border-left,
.nightmode .row.border-right{
  border-color: var(--primary-color);
}
.dashboard .nav.navbar-nav.navbar-mobile {
  display: none;
}
.dashboard .lang-drop,
.dashboard .opt-drop,
.dashboard .mob-mode{
  display: none;
}
.ticket-submit {
  margin: 0;
}
#servModal .modal-header {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 10px 15px;
}
#servModal .modal-title {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.servPicWrap {
  width: 105px;
  height: 105px;
  background-color: #000000;
  border-radius: 100px;
  display: flex;
  margin: 0 auto 15px;
  padding: 32px;
  align-items: center;
  justify-content: center;
}
.servPic {
  width: 100%;
  display: block;
}

/* Level Modal Codes */
#modal_level_status .modal-header h1{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0;
}

#modal_level_status .account_status_header{
  position: relative;
}

#modal_level_status .account_status_header .close{
  position: absolute;
  left: 15px;
  top: 10px;
}


/* Modal Box Status Start */
@media (min-width: 1300px) {
  .modal-lg {
      width: 1140px;
  }
}
#modal_level_status .acc-status-box {
  background-color: #e4e4e4;
  border-radius: 21px;
  padding: 15px;
  margin-bottom: 20px;
}

#modal_level_status .single-bg-plc {
  background-color: #46f2ff;
  border-radius: 15px;
  padding: 7px;
  display: flex;
  align-items: center;
  border: none;
  justify-content: left;
}

#modal_level_status .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 rgba(0, 0, 0, 0.25);
  min-width: 60px;
  margin-right: 10px;
}

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

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

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

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

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

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

#modal_level_status .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 #modal_level_status .acc-status-bottom div .option::before {
  margin-left: 6px;
  margin-right: 0;
}

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

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

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

#modal_level_status .statusModal .modal-lg {
  width: 1140px;
}

#modal_level_status .statusModal .modal-header {
  padding: 0;
  border: none;
}

#modal_level_status .statusModal .modal-content {
  border-radius: 45px;
  border: none;
}

#modal_level_status .statusModal .modal-header button.close {
  position: absolute;
  right: 0;
  box-shadow: none;
  background-color: #46f2ff;
  z-index: 11;
  color: #000;
  opacity: 1;
  text-shadow: none;
  border: none;
  font-weight: 300;
}

#modal_level_status .statusModal .modal-body {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#modal_level_status .modal-left {
  max-width: 20%;
  flex: 0 0 20%;
}

#modal_level_status .modal-right {
  max-width: 80%;
  flex: 0 0 80%;
  display: flex;
  flex-wrap: wrap;
}

#modal_level_status .modal-logo {
  background-color: #000;
  border-radius: 42px 0 0 0;
  text-align: center;
  padding: 25px 0;
}

.ar #modal_level_status .modal-logo {
  border-radius: 0 42px 0px 0;
}

#modal_level_status .status-box-wrap {
  max-width: 16.65%;
  flex: 0 0 16.65%;
  transition: all 0.4s ease-in;
}

#modal_level_status .modal-status-title {
  background-color: #f7f9f9;
  margin: 0;
  list-style: none;
  padding: 120px 25px 30px;
}

.ar #modal_level_status .modal-status-title {
  padding: 120px 23px 30px;
}

#modal_level_status .modal-status-title li {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 48px;
}

#modal_level_status .modal-status-title li sup {
  font-size: 14px;
  font-weight: 700;
}

#modal_level_status .status-slider .slick-list {
  padding: 0 !important;
}

#modal_level_status .status-box-top {
  padding: 20px 0;
  text-align: center;
}

#modal_level_status .status-box-top h4 {
  color: #b0b0b0;
  font-weight: 300;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}

#modal_level_status .status-box-top h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  color: #000;
}

#modal_level_status .status-box-badge {
  background-image: url(https://storage.perfectcdn.com/1847ba/5urj7tufn4wwtfbr.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;
}

#modal_level_status .slick-center .status-box-badge {
  background-position: -127px 0px;
}

#modal_level_status .modal-status-value {
  padding: 30px 0px;
  margin: 0;
  list-style: none;
}

#modal_level_status .modal-status-value li {
  text-align: center;
  line-height: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal_level_status .modal-status-value li .price {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  color: #000;
  line-height: inherit;
}

#modal_level_status .modal-status-value li .price sup {
  font-weight: 700;
}

.messges_from_admin .messages {
  display: flex;
  justify-content: start;
}

.ar .messges_from_admin .messages{
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
}

.ar .messges_from_user .messages{
  display: flex;
  justify-content: start;
  flex-direction: row-reverse;
}
/* END Level Codes */ 

.servName {
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  display: block;
  width: 70%;
  margin: 0 auto 15px;
}
.servLink {
  text-align: center;
  display: flex;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  min-height: 62px;
  align-items: center;
  justify-content: center;
}
.servLink a {
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-decoration: none;
  color: #389cf0;
  line-height: 32px;
}
#servModal h6 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
#servModal p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
#servModal .col-sm-4.text-center {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.service-name {
  max-width: 320px;
  word-break: break-word;
}
.dashboard .howitwork {
  padding-bottom: 50px;
}
.btn-copy-clip.js-copy {
  margin-right: 8px;
  display: inline-block;
  color: #000;
  background-color: var(--primary-color);
  width: 26px;
  height: 26px;
  border-radius: 50px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
}
.ar .btn-copy-clip.js-copy {
  margin-right: 0;
  margin-left: 8px;
}
.faq-selector .form-control {
  padding: 10px 10px;
}
.table-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-top:25px;
}
.table-pagination ul li a {
  color: #000;
  background-color: var(--primary-color);
  margin: 5px;
  padding: 5px 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  width: 34px;
  height: 34px;
}
.tab-content>.tab-pane{ display: block; height: 0px; overflow: hidden; }
.tab-content>.active{ height: auto;}
.wordbreak{
  word-break: break-all;
}
.service-name p {
  margin: 0;
}
.noti-bar {
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 4px;
}
.noti-bar.noti-success {
  background-color: #0a2442;
  color: #ffffff;
}
.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 #ffffff;
}
.noti-bar p a {
  color: var(--primary-color);
}
.ar .noti-icon {
  right: auto;
  left: -21px;
}

@media (max-width: 1400px) {
  #hero-sec	{
    padding: 60px 0 40px;
  }
  #hero-sec h1 {
    margin-top: 20px;
    font-size: 45px;
    font-weight: 700;
    
  }
  .point{
    width: 17px;
    height: 16px;
    top: 4px;
    left: 221px;
  }
  #hero-sec h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .mobile-slider{
    width: 269px;
    height: 505px;
  }
  .social-logos-wrap{
    height: 478px;
  }
  .ar .point {
    left: 400px;
    top: 6px;
  }
  .banner-sub-head div{
    margin-right: 8px;
    padding-right: 8px;
  }
  .banner-sub-head div:last-child {
    padding-right: 0;
    margin-right: 0;
  } 
  .level-per {
    font-size: 22px;
  }
  .level-wrap {
    width: 80px;
    height: 80px;
  }
  .nav-tabs > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
  #info-banner .col-sm-8 .col-sm-6:first-child {
    width: 45%;
  }
  #info-banner .col-sm-8 .col-sm-6:last-child {
    width: 55%;
  }
  .right-stats {
    font-size: 16px;
  }
  .left-stats {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 550px){
  body.guest{
    font-size: 16px;
  }
  .navbar-default .navbar-brand img {
    height: 40px;
  }
  #hero-sec{
    padding: 25px 0 0px;
  }
  #hero-sec .col-md-7 {
    text-align: center;
  }
  #hero-sec h1 {
    margin-top: 0;
    font-size: 28px;
    line-height: 1;
  }
  .point{
    display:none;
  }
  #hero-sec h2 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .mobile-slider{
    width: 229px;
    height: 445px;
    margin-right: auto;
  }
  .ar .mobile-slider{
    margin-left: auto;
  }
  .social-logos-wrap{
    height: 420px;
  }
  .btn.btn-primary {
    font-size: 14px;
  }
  #hero-sec .btn.btn-primary {
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
  }
  #hero-sec img{
    max-height: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  #form-sec {
    padding-top: 25px;
  }
  #form-sec form {
    margin: 15px 0 0;
  }
  .stats-box {
    margin-top: 15px;
  }
  .guest .form-group.icon-group{
    padding-left: 10px;
  }
  .guest .form-control{
    padding-left: 52px;
  }
  .guest .input-icon{
    left: 12px;
  }
  #form-sec .checkbox {
    text-align: center;
  }
  .register-text{
    text-align: center;
  }
  .guest .forgot{
    padding-left: 0;
    text-align: center;
  }
  #form-sec h2 {
    font-size: 20px;
    text-align: center;
  }
  #form-sec p {
    text-align: center;
  }
  .input-icon{
    width: 36px;
    height: 36px;
    left: 0;
  }
  .guest.ar .input-icon {
    left: auto;
    right: -10px;
  }
  .input-icon i {
    font-size: 18px;
  }
  .form-control {
    height: 42px;
    font-size: 14px;
    padding-left: 20px;
  }
  .guest.ar .form-control {
    padding-right: 25px;
  }
  .form-group.icon-group {
    padding-left: 17px;
  }
  .guest.ar .form-group.icon-group{
    padding-right: 10px;
  }
  #form-sec .btn.btn-primary {
    line-height: 28px;
  }
  #form-sec .checkbox label {
    margin-left: 0;
  }
  .guest.ar #form-sec .checkbox label{
    margin-right: 0;
  }
  .register-text {
    padding-left: 0;
  }
  .guest.ar .register-text{
    padding-right: 0;
  }
  .forgot {
    padding-left: 0;
  }
  .guest.ar .forgot {
    padding-right: 0;
  }
  .stat-pic {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
  }
  .stat-pic i {
    width: 32px;
    height: 32px;
    line-height: 33px;
  }
  .stats-box h3 {
    font-size: 36px;
    margin-bottom: 0;
  }
  #features {
    padding: 130px 0 40px;
    background-size: 100% 100px;
  }
  .feat-bulb {
    width: 40%;
    margin: auto;
  }
  .main-head {
    font-size: 38px;
  }
  #features .main-head {
    text-align: center;
  }
  .ar #features .main-head{
    text-align: center;
  }
  .feature-list {
    padding: 0;
    justify-content: center;
    align-items: flex-start;
  }
  .feature-list li {
    /* max-width: 100%;
    flex: 0 0 100%;
    margin-top: 15px;
    flex-direction: column-reverse; */
    max-width: 33.333333333%;
    flex: 0 0 33.333333333%;
    margin-top: 15px;
    flex-direction: column-reverse;
    text-align: center;
    justify-content: center;
    padding: 0 1px;
  }
  .ar .feature-list li {
    text-align: center;
    flex-direction: column-reverse;
  }
  .feat-icon {
    /* width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    margin-left: 5px; */
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
  }
  #payment-methods {
    background-size: 100% 100px;
    padding: 40px 0 130px;
  }
  #clients {
    padding: 10px 0 40px;
    background-size: contain;
  }
  .testimonial-box {
    margin-top: 20px;
    padding-right: 0;
  }
  .ar .testimonial-box{
    padding-left: 0;
  }
  .testimonial-author .media-object {
    width: 46px;
  }
  .media.testimonial-author {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .testimonial-author .media-heading {
    font-size: 20px;
  }
  .testimonial-author h5 {
    font-size: 12px;
  }
  .testimonial-box .ratting {
    margin: 5px 0 10px;
    text-align: center;
  }
  .ratting i {
    font-size: 12px;
  }
  .testimonial-box p {
    line-height: 22px;
    text-align: center;
  }
  .testimonial-box.text-right {
    padding-left: 0;
  }
  .ar .testimonial-box.text-right {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .widget-title {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }
  .footer-top p {
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-nav li a,
  .follow-us li a {
    line-height: 22px;
    text-align: center;
  }
  .copyright-text {
    text-align: center;
    font-size: 12px;
  }
  .footer-bottom-nav {
    text-align: center;
    justify-content: center;
    margin: 0;
  }
  .footer-bottom-nav a {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
  }
  .footer-logo{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .follow-us{
    justify-content: center;
    margin: 0;
  }
  .dashboard .nav.navbar-nav.navbar-mobile {
    display: block;
  }
  .dashboard .navbar-left-block,
  .dashboard .navbar-right-block {
    display: none;
  }
  .dashboard .inner-wrap .container-fluid{
    width:100%;
  }
  .banner-head{
    font-size: 18px;
    text-align: center;
  }
  .banner-sub-head{
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
  }
  .banner-sub-head div:first-child {
    border-right: none;
  }
  .ar .banner-sub-head div:first-child {
    border-left: none;
    border-right: none;
  }
  .banner-sub-head div{
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 50%;
    flex: 0 0 50%;
    text-align: center;
  }
  .ar .banner-sub-head div {
    margin-left: 0px;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-sub-head div i {
    display: block;
    font-size: 26px;
    margin-bottom: 10px;
  }
  .level-container {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .level-head{
    font-size: 22px;
    margin-top: 20px;
    text-align: center;
  }
  .level-per {
    font-size: 22px;
  }
  .note{
    margin-top: 0px;
    text-align: center;
  }
  .level-content .banner-sub-head {
    margin-bottom: 4px;
  }
  .banner-inner .col-sm-4 {
    display: flex;
  }
  .banner-inner .col-sm-4 .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .total-head, .points-head{
    font-size: 22px;
    text-align: center;
  }
  #info-banner p{
    text-align: center;
  }
  .order-cart {
    width: 35px;
    margin: 10px auto 0;
    display: block;
  }
  .points-btn{
    left: 8px;
    top: 0px;
  }
  .ar .points-btn{
    left: 0;
    right: 8px;
  }
  .redeem-btn{
    margin-top: 10px;
  }
  #info-banner .banner-inner::before, #info-banner .banner-inner::after{
    width: 170px;
    height: 25px;
  }
  .nav.nav-tabs{
    padding-left: 0;
  }
  .nav-tabs li {
    margin-right: 8px;
    margin-bottom: 2px;
  }
  .nav-tabs li:last-child{
    margin-bottom: -1px;
  }
  .nav-tabs > li > a{
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs > li.noti > a::after{
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
  .ar .nav-tabs > li.noti > a::after {
    right: auto;
    left: 12px;
  }
  .sevice-title{
    padding: 12px 10px;
  }
  .sevice-title h2{
    font-size: 14px;
    line-height: 20px;
  }
  .monitor-stats {
    padding: 20px 0px 0;
  }
  .monitor-stats:before,
  .monitor-stats:after,
  .monitor-misc-1,
  .monitor-misc-2,
  .monitor-icon-box::before,
  .monitor-icon-box::after{
    display: none;
  }
  .monitor-row{
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .monitor-col-1,
  .monitor-col-2{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .monitor-col-1{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .monitor-col-2{
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .monitor-col-3{
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .monitor-col-1 .monitor-icon-box,
  .monitor-col-3 .monitor-icon-box {
    margin-right: 0;
  }
  .ar .monitor-col-1 .monitor-icon-box,
  .ar .monitor-col-3 .monitor-icon-box {
    margin-left: auto;
    margin-right: auto;
  }
  .ar .monitor-col-2 .monitor-icon-box {
    margin-right: auto;
    margin-left: auto;
  }
  .monitor-icon-box {
    margin-bottom: 8px;
  }
  .monitor-col-2 .monitor-icon-box {
    margin-left: auto;
    margin-right: auto;
  }
  .monitor-row:nth-child(5) .monitor-col-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .monitor-row:nth-child(6) .monitor-col-3 {
    flex-direction: row;
    justify-content: center;
    padding: 0 15px;
    text-align: center;
  }
  .monitor-row:nth-child(6) .monitor-col-3 .monitor-icon-box {
    display: none;
  }
  .monitor-notes {
    display: block;
    padding: 0 15px;
    text-align: center;
  }
  .monitor-wrap{
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
  .dashboard footer{
    position: relative;
  }
  
  .single-bg-plc {
    margin-top: 10px;
  }
  .point-wrap{
    justify-content: center;
    flex-direction: column;
  }
  .ar .point-badge {
    margin-right: auto;
    margin-left: auto;
  }
  .point-badge {
    margin: auto;
    width: 118px;
    height: 100px;
    font-size: 12px;
    padding: 25px 20px 0px 20px;
  }
  .point-content{
    padding: 20px;
  }
  .point-content span{
    display:none;
  }
  .row.option-row {
    display: flex;
    flex-wrap: wrap;
  }
  .row.option-row .col-sm-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .row.option-row .col-sm-4:nth-child(2) {
    order: 1;
  }
  .row.option-row .col-sm-4:last-child {
    order: 2;
  }
  .row.option-row .col-sm-4:first-child {
    order: 3;
  }
  .balance-block{
    max-width: 100%;
    float: none;
    line-height: 42px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 4px;
  }
  .ar .balance-block {
    float: none;
  }
  .btn-group.filter-btn {
    width: 100%;
  }
  .filter-btn .btn.btn-default.dropdown-toggle, .filter-btn .btn.btn-default{
    line-height: 28px;
  }
  .filter-btn .btn.btn-default {
    width: 80%;
  }
  .filter-btn .btn.btn-default.dropdown-toggle {
    width: 20%;
    height: 42px;
  }
  .table-responsive{
    border:none;
  }
  .input-group.search-bar .form-control{
    height: 42px;
  }
  .search-bar .btn.btn-default{
    line-height: 28px;
    height: 42px;
  }
  .filter-btn .btn.btn-default.dropdown-toggle.srvtgl {
    width: 100%;
  }
  .table.custom-table > tbody > tr.cate-row > td {
    text-align: left;
    padding-left: 45px;
  }
  .add-funds-content img {
    width: 100%;
  }
  .dashboard .navbar-default .navbar-brand img {
    height: 32px;
  }  
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-text {
    order: 1;
    white-space: nowrap;
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-right {
    order: 3;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a {
    background-color: transparent;
    color: var(--primary-color);
  }
  .dashboard .navbar-default .navbar-nav > li > a .mob-menu-text .badge {
    width: 16px;
    height: 16px;
    background-color: #fdf001 !important;
    color: #040404;
    border-radius: 50px;
    text-align: center;
    line-height: 16px;
    text-decoration: none;
    font-size: 8px;
    box-shadow: 0 0 0 0 rgba(253, 240, 1, 1);
    animation: pulse 2s infinite;
    padding: 0;
    position: absolute;
    right: 38px;
    top: 0;
  }
  .ar.dashboard .navbar-default .navbar-nav > li > a .mob-menu-text .badge{
    right: auto;
    left: 38px;
  }
  .dashboard .navbar-default .navbar-toggle:hover,
  .dashboard .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .dashbord .navbar-default .navbar-toggle .icon-bar {
    background-color: var(--primary-color);
  }
  .navbar-toggle.x {
    border:none;
    margin: 0;
    float: none;
  }
  .navbar-toggle.x .icon-bar {
    width:22px;
    background-color: #fff;
    -webkit-transition:all .2s;
    transition:all .2s
  }
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transform-origin:10% 10%;
    -ms-transform-origin:10% 10%;
    transform-origin:10% 10%
  }
  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity:0;
    filter:alpha(opacity=0)
  }
  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:10% 90%;
    -ms-transform-origin:10% 90%;
    transform-origin:10% 90%
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity:1;
    filter:alpha(opacity=100)
  }
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
  }
  .dashboard .lang-drop,
  .dashboard .opt-drop{
    display: inline-block;
  }
  .brand-right {
    float: right;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
  .dashboard.ar .brand-right {
    float: left;
  }
  .dashboard.ar .navbar-brand {
    min-height: 76px;
    display: flex;
    align-items: center;
  }
  .lang-drop .btn.btn-default,
  .opt-drop .btn.btn-default{
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 6px;
  }
  .lang-drop .btn.btn-default:hover,
  .lang-drop .btn.btn-default:active,
  .lang-drop .btn.btn-default:focus,
  .opt-drop .btn.btn-default:hover,
  .opt-drop .btn.btn-default:active,
  .opt-drop .btn.btn-default:focus{
    background-color: transparent;
  }
  .lang-drop .btn.btn-default .menu-icon,
  .opt-drop .btn.btn-default .menu-icon {
    width: auto;
    height: auto;
  }
  .brand-right .btn.btn-default .menu-icon {
    filter: none;
    /* margin-right: 4px; */
  }
  .lang-drop .btn.btn-default .menu-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
  }
  .lang-drop .btn.btn-default .menu-icon .flag-icon {
    width: 100%;
    height: 100%;
  }
  .lang-drop .dropdown-menu {
    min-width: 54px;
  }
  .lang-drop .dropdown-menu > li > a {
    padding: 0;
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50px;
    overflow: hidden;
    margin: 4px auto;
    background-color: transparent;
    line-height: 1;
  }
  .lang-drop .dropdown-menu > li > a .flag-icon {
    width: 100%;
    height: 100%;
  }
  .opt-drop .btn.btn-default .menu-icon {
    filter: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background-color: var(--primary-color);
    border-radius: 50px;
  }
  .opt-drop .btn.btn-default .menu-icon img {
    width: 100%;
  }
  .dashboard .opt-drop .dropdown-menu {
    left: 0;
    position: fixed;
    top: 70px;
    width: 92%;
    margin: auto;
    float: none;
  }
  .mob-mode .toggle {
    color: #fff;
    padding: 6px;
    display: block;
    text-decoration: none;
  }
  .dashboard .mob-mode {
    display: block;
  }
  .mob-menu-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 28px;
    padding: 4px;
  }
  .mob-menu-icon img{
    width: 100%;
    height: 100%;
    display: block;
  }
  .dashboard .navbar-default .navbar-nav > li.active > a .mob-menu-icon {
    background-color: var(--primary-color);
  }
  .chl-grp .input-group-addon.yellow-addong {
    display: none;
  }
  .btn.btn-ticket{
    max-width: 140px;
    line-height: 32px;
    margin: 10px auto 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .create-ticket-wrap .control-label{
    margin-bottom: 10px;
    font-size: 16px;
  }
  .ticket-steps{
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .ticket-steps li{
    height: 42px;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 2px 0px;
    font-size: 13px;
    line-height: 42px;
    padding: 0 5px;
    width: 100%;
  }
  .custom-control-label{
    width: 100%;
    height: 70px;
    padding: 10px;
    font-size: 13px;
    line-height: 1;
  }
  .custom-control-label img {
    width: 32px;
    margin-bottom: 4px;
  }
  .create-ticket-wrap .form-group .row{
    justify-content: center;
    flex-wrap: wrap;
  }
  .ticket-steps li:nth-child(2)::before, .ticket-steps li:nth-child(2)::after{
    width: 15px;
  }
  .ticket-steps li:nth-child(2)::after {
    right: -15px;
  }
  .ticket-steps li:nth-child(2)::before {
    left: -15px;
  }
  .create-ticket-wrap .form-group .row .col {
    max-width: 33.333%;
    flex: 0 0 33.333%;
  }
  .create-ticket-wrap .form-group.therequest .row .col {
    max-width: 50%;
    flex: 0 0 50%;
    margin: 0;
  }
  .therequest .custom-control-label::after{
    right: 13px;
  }
  .ar .therequest .custom-control-label::after {
    right: auto;
    left: 13px;
  }
  .ticket-title{
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
  }
  .ticket-subj img {
    width: 38px;
  }
  .ticket-subj{
    width: 88px;
    height: 90px;
    margin: 0 auto 10px;
  }
  .ticket-subj-name {
    font-size: 13px;
  }
  .ticket-stats{
    margin-bottom: 8px;
    line-height: 22px;
  }
  .left-stats {
    font-size: 13px;
  }
  .right-stats {
    font-size: 16px;
  }
  .ticket-note strong {
    font-size: 13px;
    line-height: 18px;
  }
  .ticket-note {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .message-sub-top strong{
    font-size: 8px;
    padding: 4px 8px;
  }
  .message-sub-top .text-muted{
    font-size: 8px;
    padding: 4px 8px;
  }
  .author-pic{
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .ticket-message-block.ticket-message-right .author-pic{
    margin-right: 10px;
  }
  .ticket-message-block.ticket-message-left .author-pic{
    margin-left: 10px;
  }
  .messsage-wrap{
    padding: 12px 10px;
    font-size: 13px;
  }
  .ticket-message-block.ticket-message-left .messsage-wrap{
    min-height: 38px;
  }
  .ticket-msg-wrap {
    padding-top: 20px;
    min-height: 300px;
    max-height: 300px;
  }
  .dashboard .ticket-submit .form-control{
    height: 52px;
    font-size: 14px;
  }
  .ticket-submit .btn.btn-default{
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  .affi-title{
    font-size: 16px;
    line-height: 42px;
  }
  .row.give-row{
    display:block;
  }
  .affiliate-box{
    margin-bottom: 15px;
  }
  .affi-sub-title{
    font-size: 14px;
    text-align: center;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .affi-sub-title .aff-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .affi-sub-title a{
    float: none;
    font-size: 13px;
    display: block;
  }
  .ar .affi-sub-title a {
    float: none;
  }
  .affi-sub-title a.api-copy {
    display: inline-block;
  }
  .left-rate, .right-rate {
    padding: 10px;
    max-width: 49%;
    flex: 0 0 49%;
  }
  .rate-val {
    font-size: 24px;
  }
  .rate-title {
    font-size: 12px;
  }
  .nav.nav-tabs.faq-tabs{
    display: none;
  }
  .faq-selector.input-group.visible-xs {
    display: table !important;
    margin-bottom: 50px;
  }
  .nav.nav-tabs.faq-tabs li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nav.nav-tabs.faq-tabs > li > a{
    padding: 2px 0;
  }
  .nav.nav-tabs.faq-tabs > li > a .faq-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 16px;
    margin-right: 10px;
    line-height: 36px;
  }
  .tab-content.faq-cont{
    padding: 15px;
    margin-bottom: 20px;
  }

  .faq-cont-icon {
    width: 32px;
    height: 32px;
    margin: 0px auto 10px;
    line-height: 32px;
    color: var(--primary-color);
    font-size: 14px;
  }
  .faq-cont p {
    line-height: 22px;
  }
  .terms-collapse .panel-default > .panel-heading a{
    font-size: 16px;
    line-height: 38px;
  }
  .prof-pic{
    width: 154px;
    height: 172px;
    margin: 0 auto 10px;
  }
  .radio-div input[type="radio"] + label span{
    height: 28px;
    width: 28px;
    font-size: 18px;
    margin-right: 4px;
  }
  .radio-div input[type="radio"] + label{
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
  }
  .userlevel {
    font-size: 16px;
    line-height: 38px;
  }
  .top-head {
    font-size: 32px;
  }
  #blog-header h3 {
    font-size: 18px;
  }
  #blog-header p {
    font-size: 12px;
    line-height: 20px;
  }
  #blog-header {
    padding: 25px 0;
  }
  #blog-inner {
    padding: 40px 0;
  }
  .main-post-wrapper .entry-title{
    font-size: 20px;
  }
  .btn.btn-primary.btn-back {
    position: relative;
    left: auto;
    line-height: 32px;
    top: 10px;
    min-width: 100%;
  }
  .ar .btn.btn-primary.btn-back {
    left: auto;
    right: auto;
  }
  .blog-main {
    padding: 40px 0;
  }
  .main-post-content {
    padding: 15px;
  }
  .mob-table thead {
    display: none;
  }
  .mob-table tr.table-cont {
    display:block;
  }
  .mob-table td {
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding-left: 53% !important;
    white-space: normal !important;
  }

  .mob-table td.dated-col {
    flex-direction: column;
  }
  .dated strong {
    display: block;
  }
  .mob-table .serv-row td.service-name {
    align-items: flex-start;
  }
  .ar .mob-table td{
    padding-left: 8px !important;
    padding-right: 53% !important;
  }
  .mob-table .text-center {
    text-align: left;
  }
  .ar .mob-table .text-center {
    text-align: right;
  }
  .mob-table td::before {
    content: attr(data-head);
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    height: 100%;
    text-align: left;
    transform: translateY(-50%);
    padding: 8px;
    line-height: inherit;
    font-weight: 700;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mob-table td::before{
    color: #fff;
  }
  .ar .mob-table td::before{
    left:auto;
    right:0;
    text-align:right;
  }
  .table.custom-table.mob-table > tbody > tr.table-cont > td {
    border-top: none;
    border-left: 1px solid #000000;
    border-right: 1px solid #000;
  }
  .table.custom-table.mob-table > tbody > tr.table-cont > td:first-child {
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-radius: 5px 5px 0px 0;
  }
  .dashboard.nightmode .table.custom-table > tbody > tr > td:first-child{
    border-left-color: #000;
  }
  .ar .table.custom-table > tbody > tr.table-cont > td:first-child{
    border-left: 1px solid #000000;
  }
  .table.custom-table.mob-table > tbody > tr.table-cont > td:last-child {
    border-left: 1px solid #000000;
    border-radius: 0 0px 5px 5px;
  }
  .ar .table.custom-table > tbody > tr.table-cont > td:last-child{
    border-right: 1px solid #000000;
  }
  .dashboard.nightmode .table.custom-table > tbody > tr > td:last-child {
    border-left-color: #000;
    border-bottom-color: #000;
    border-right-color: #000;
  }
  .table.custom-table.mob-table > tbody > tr.table-cont > td:first-child::before {
    border-radius: 5px 0 0 0px;
  }
  .table.custom-table.mob-table > tbody > tr.table-cont > td:last-child::before {
    border-radius: 0 0 0 5px;
  }
  .ar .table.custom-table.mob-table > tbody > tr.table-cont > td:first-child::before {
    border-radius: 0 5px 0px 0;
  }
  .ar .table.custom-table.mob-table > tbody > tr.table-cont > td:last-child::before {
    border-radius: 0 0 5px 0;
  }
  .status-badge{
    font-size: 13px;
    line-height: 38px;
    min-width: 150px;
  }
  .update-table .status-badge {
    line-height: 15px;
    padding: 10px 0;
  }
  .mob-table .cate-row td {
    padding-left: 45px !important;
  }
  .ar.nightmode .mob-table td::before {
    color: #000;
  }
  .ar .mob-table .cate-row td {
    padding-right: 45px !important;
    padding-left: 0 !important;
    text-align: right !important;
  }
  .mob-table .cate-row td::before {
    display: none;
  }
  .table.custom-table .cont-width {
    max-width: none;
    text-align: inherit;
  }
  .table.custom-table .cont-width.rate-badge{
    background-color:transparent;
  }
  .update-table .status-badge::before, .update-table .status-badge::after, .update-table .status-badge span::before, .update-table .status-badge span::after {
    display: none;
  }
  .dashboard.nightmode .table.custom-table .cont-width.rate-badge {
    background-color: #242424;
    color: #fff;
  }
  .footer-top .col-md-3 {
    width: 55%;
    float: left;
  }
  .footer-top .col-md-3:nth-child(2) {
    width: 45%;
  }
  .dashboard .navbar-brand{
    padding-left: 8px;
    padding-right: 8px;
  }
  .service-name {
    max-width: 100%;
  }
  .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;
  }
  .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 #000;
    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: -140px;
  }
  .end-badge::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    height: 60px;
    width: 2px;
    border-left: 2px dashed #000;
    margin: auto;
  }
  .dashboard .howitwork {
    padding-bottom: 120px;
  }
  .guest .howitwork.container {
    padding-bottom: 140px;
  }
  .nightmode .end-badge::before,
  .nightmode .start-badge::after{
    border-color: var(--primary-color);
  }
  #sign-up .container > .row {
    display: flex;
    flex-direction: column-reverse;
  }
  #sign-up .col-md-7,
  .ar #sign-up .col-md-7{
    padding-left: 15px;
    padding-right: 15px;
  }
  #sign-up {
    padding: 100px 0;
  }
  .inner-main-head{
    margin-top: 0;
    font-size: 28px;
    text-align: center;
  }
  #sign-up h3 {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
  .lap {
    margin: 0 auto 30px;
    display: block;
  }
  #sign-up form .col-sm-6:first-child,
  .ar #sign-up form .col-sm-6:last-child{
    padding-right: 15px;
  }
  #sign-up form .col-sm-6:last-child,
  .ar #sign-up form .col-sm-6:first-child{
    padding-left: 15px;
  }
  .servPicWrap{
    width: 85px;
    height: 85px;
    padding: 25px;
    margin: 0 auto 10px;
  }
  .servName{
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    margin: 0 auto 10px;
  }
  .servLink a{
    font-size: 16px;
    line-height: 42px;
  }
  .col-sm-4.text-left,
  .col-sm-4.text-center {
    width: 50%;
    float: left;
  }
  #servModal .col-sm-4.text-center {
    border-right: none;
    text-align: right;
  }
  #servModal .col-sm-4.text-right {
    float: none;
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 15px;
  }
  #servModal .col-sm-6.text-left,
  #servModal .col-sm-6.text-right {
    width: 50%;
    float: left;
  }
  #servModal h6{
    font-size: 16px;
    margin-bottom: 0;
  }
  #servModal p{
    font-size: 13px;
    margin-bottom: 10px;
  }
  .ar #servModal .col-sm-4.text-left,
  .ar #servModal .col-sm-6.text-left{
    text-align: left;
  }
  .ar #servModal .col-sm-6.text-right {
    text-align: right;
  }
  .nightmode #servModal .col-sm-4.text-center{
    border-color: var(--primary-color);
  }
  .faq-selector.input-group .input-group-addon {
    color: var(--primary-color);
    font-size: 18px;
  }
  .account-page .row {
    display: flex;
    flex-direction: column-reverse;
  }
  #form-sec .text-center.visible-xs {
    margin-bottom: 10px;
  }
  .table.custom-table.mob-table > tbody > tr.table-cont > td, .table.custom-table.mob-table > tbody > tr.table-cont > td::before {
    text-align: center;
  }
  .filter-btn .dropdown-menu > li > a {
    white-space: normal;
  }
  .monitor-link{
    width: 90%;
  }
  #info-banner .col-sm-8 .col-sm-6:first-child {
    width: 100%;
  }
  #info-banner .col-sm-8 .col-sm-6:last-child {
    width: 100%;
  }
  .noti-icon {
    top: -20px;
    transform: none;
    background-size: 60% 60%;
    width: 38px;
    height: 38px;
    border-width: 2px;
    right: -10px;
  }
  .ar .noti-icon{
    right: auto;
    left: -10px;
  }
}


.flag-icon-us.flag-icon-squared {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/0.8.2/flags/1x1/us.svg);
    background-size: cover;
    background-position: center center;
  	display:block;
}

.flag-icon-sa.flag-icon-squared {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/0.8.2/flags/1x1/sa.svg);
    background-size: cover;
    background-position: center center;
    display:block;
}

.panel-title{
	text-align:center!important;
}


.filter_wraper{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
}


#msg{
  text-transform: capitalize;
  font-size: 10px;
}

.filter_item.brand-category{
	display: flex	
	align-items: center;
	gap: 15px;
	background: #0f1739;
	border: 1px solid #252e5d;
	border-radius: 50px;
	padding: 15px 24px 15px 15px;
	color: #ffffff;
  }

.filter_item.brand-category:hover{
  background: #ffffff;
  color: #000;
}


/* New Codes */
@media only screen and (max-width: 550px){
  .table.custom-table .cont-width.rate-badge{
    color: #000;
  }
}


.services_search {
  padding: 25px 36px;
  background: #fff;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-top: 90px;
}


.services_search .box_search input {
  padding: 25px 15px;
  border-radius: 10px;
  border-color: #124a6b;
  border-width: 2px;
}

.ser_icon_wrapper {
  margin-bottom: 18px;
  text-align: center;
}

#btn_flt {
  padding: 10px 20px;
  background:  var(--primary-color);
  border: none;
  color: rgb(255, 255, 255);  
  margin-bottom: 10px;
  transition: all 0.3s ease;
}


#btn_flt:hover {
  background: #093956;
}

.ser_filter_cat #service-filter {
  width: 100%;
  padding: 14px 16px;
  background: #0072ff;
  color: rgb(255, 255, 255);
  font-size: 16px;
  border-radius: 0px;
  border: none;
  margin-bottom: 10px;
}

.ser_filter_cat .dropdown-menu {
  width: 300px;
  max-height: 400px;
  overflow-y: scroll;
}

.ser_filter_cat .dropdown-item {
  width: 100%;
  display: block;
  padding: 9px 10px;
  border-bottom: 1px solid blue;
  color: #000;
}

.ser_filter_cat .dropdown-item:hover {
  text-decoration: none;
  color: #124a6b;
}

#btn_flt.fb {
  background: #3b5998;
}
#btn_flt.ig{
  background: linear-gradient(135deg, #5f1db9 0%, #bb2c96 50%, #f0c33b 100%);
}
#btn_flt.tw{
  background: #1da1f2;
}
#btn_flt.tele{
  background: #1da1f2;
}

#btn_flt.tik{
  background: rgb(0, 0, 0);
}
#btn_flt.yt{
  background: #ff0000;
}
#btn_flt.in{
  background: #1da1f2;
}

#pageTitle {
  padding: 50px 0px;
  background: #2f2f2f;
  margin-bottom: 35px;
}
.page_titles h2{
  color: var(--primary-color);
  margin-bottom: 0px;
}

.page_titles p.des{
  color: rgb(0, 0, 0);
}

.signup_wrap {
  background: #fff;
  padding: 50px 30px;
  border-radius: 30px;
  padding-bottom: 25px;  
}

.forgot_row{
  display: flex;
  align-items: center;
}

/* Responsive others */

@media screen and (max-width: 992px) {
  
}
@media screen and (max-width: 768px) {
  
}
@media screen and (max-width: 550px) {
  .signup_wrap{
    padding: 40px 20px;
  }
}

/* NEW CSS */

.nav_pc .menu-icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    position: relative;
    top:0px;
    transition: 0.3s;
}
.nav_pc.navbar-nav > li > a:hover .menu-icon, .nav_pc.navbar-nav > li > a:focus .menu-icon{
    background-color: var(--primary-color);
    color: #fff;
    top: -10px;
}

.pc_nav_right li > a:hover .menu-icon{
    background-color: var(--primary-color);
    top: -5px;
    color: #fff;
}

/* New Order Page */
.static_item_wrap {
  display: flex;
  background: #242424;
  padding: 10px 25px;
  border-radius: 25px;
  box-shadow: 0 2px 20px #8d8d8d36;
  flex-direction: row;
  min-height: 120px;
  align-items: center;
  margin: 1rem 0;
  gap: 15px;
}
.static_item_wrap .st_item_icon {
  width: 80px;
  text-align: center;
  font-size: 30px;
  background: linear-gradient(180deg, #53dcff 0%, #005eff 100%), #00beff;
  line-height: 80px;
  border-radius: 15px;
  box-shadow: 0 0 20px #19191952;
  color: #fff;
  box-shadow: 0 5px 5px #20bbf481;
}

.static_item_wrap .st_item_cont h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #fff;
}
.static_item_wrap .st_item_cont h4{
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #fff;
}

@media only screen and (min-width: 1921px) {
    
.dashboard .inner-wrap .container-fluid {
    width: 80%;
  }

}


/* NIGHT MODE NEW */
.dashboard.nightmode .navbar-default .navbar-nav > li > a{
    color: #fff;
}

.dashboard.nightmode .navbar-default .navbar-nav > .open > a, .dashboard.nightmode .navbar-default .navbar-nav > .open > a:hover, .dashboard.nightmode .navbar-default .navbar-nav > .open > a:focus{
    background-color: #242424d4;
}

.dashboard.nightmode .navbar-nav > li > .dropdown-menu{
    box-shadow: 0 0px 21px 0px rgb(42 44 46 / 45%), 0 0px 0px 0px rgb(24 26 27);   
    background: #242424;
}
.dashboard.nightmode .navbar-nav li .dropdown-menu::before{
    background: #242424;
}
.dashboard.nightmode .dropdown-menu > li > a{
    color: #fff;
}

.dashboard.nightmode .dropdown-menu > li > a:hover,.dashboard.nightmode  .dropdown-menu > li > a:focus{
    background-color: #373737;
}

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

.dashboard.nightmode .follow-us li a{
    background: #444444;
}

.dashboard.nightmode .mode .menu-icon,
.dashboard.nightmode .update .menu-icon{
    background-color:#21C5FB;
    color: #000;
}

.dashboard.nightmode .mode:hover .menu-icon,
.dashboard.nightmode .update:hover .menu-icon{
    background: var(--primary-color);
}

.dashboard.nightmode .follow-us li a:hover{
    background: var(--primary-color);
}

.dashboard.nightmode .static_item_wrap{
  background: var(--night-sec-bg);
  box-shadow: 0 2px 20px #20bbf48c;
}
.dashboard.nightmode .static_item_wrap .st_item_cont h3,
.dashboard.nightmode .static_item_wrap .st_item_cont h4{
  color: #fff;
}

.card{
    background: rgb(255, 255, 255);
    padding: 25px 20px;
    border-radius: 1px;
    border:1px solid #000000
        
}
.nightmode .card_body{
  color: #fff;
}


.nightmode .card{
    background: #242424;
    border: 1px solid #82818100;   
}

/* Social Media Bg */
.fl_ig{
  background: #181818; 

}

.fl_fb{
  background: #181818;
}

.fl_yt{
  background: #181818;
}

.fl_tw{
  background: #181818;
}

.fl_sp{
  background: #181818;
}

.fl_tik{
  background: #181818;
}

.fl_in{
  background: #181818;
}

.fl_google{
  background: #181818;
}

.fl_tel{
  background: #181818;
}

.fl_trafic{
  background: #181818;
}

.fl_every{
  background: #181818;
  color: #fff;
}

.fl_snap{
  background: #181818;
  color: #fff;
}

.fl_twit{
  background: #181818;
}

.fl_dis{
  background: #181818;
}

.fl_review{
  background: #181818;
  color: #fff;
}

/* New order Part*/
#orderForm .card{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.newOrderNav {
  background: #ececec00;
  padding: 13px 10px;
  border-radius: 0px;
  display: inline-block;
}
.nightmode .newOrderNav{
  background: #0f173900;
}
#new-order,
#add-funds {
  margin-top: 2rem;
}

#new-order .tab-content{
  margin-top: 2rem;
}

.ser_data_wraper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.ser_data {
  background: #ececec;
  padding: 15px 15px;
  border-radius: 0px;
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #82818112;
}
.nightmode .ser_data{
  background: #1f0f3900;
  padding: 15px 15px;
  border-radius: 0px;
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #82818129;
}
.nightmode .ser_data .ser_content{
  color: #fff;
}
.ser_data .icon {
  width: 60px;
  height: 60px;
  background: #000000!important;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 25px;
  border-radius: 10px;
  border: 1px solid #828181;
}
.nightmode .ser_data .icon { 
  width: 60px;
  height: 60px;
  background: #21C5FB!important;
  text-align: center;
  line-height: 60px;
  color: #000;
  font-size: 25px;
  border-radius: 10px;
  border: 1px solid #828181;
}
.services_name {
  background: #000000;
  text-align: center;
  font-size: 18px;
  padding: 1rem;
  border-radius: 0px;
  margin-bottom: 30px;
  color: #fff;
  border: 1px solid #828181;
  padding: 20px;
  margin-top: -25px;
}
.nightmode .services_name { 
    background: #21C5FB;
    text-align: center;
    font-size: 18px;
    padding: 1rem;
    border-radius: 0px;
    margin-bottom: 30px;
    color: #000;
    border: 1px solid #828181;
    padding: 20px;
    margin-top: -25px;
}

.top_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 15px 0;
}

.top_content .top_item {
  font-size: 18px;
  font-weight: 500;
  color: #232323;
}
.nightmode .top_content .top_item{
  color: #fff;
}
.top_content .top_item .active_color{
  color: #00999f;
  font-weight: 700;
}

.descriptions {
  margin: 20px 0px;
  padding: 10px;
  background: #ececec;
  border-radius: 0px;
}

.nightmode #read-before p{
  color: #fff;
}


.nightmode .descriptions{
  background: #1e1e1e;
  
}

#orderStatus li {
  margin: 0px 10px;
}
#orderStatus li a{
  background-color: #f3f3f3;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 30px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 48px;
  min-width: 89px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
  background: #191919!important;
  color: #fff!important;
  box-shadow: 0 0 10px var(--bg-shadow);
}

.nightmode #orderStatus li a{
  color: #fff!important;

}

.table-cont{
  background: #fff;
}
.d-block{
  display: block;
}
.w-100{
  width: 100%;
}
.panel-default {
  border-color: transparent;
}
.srv_head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.modal_dsc {
  padding: 15px;
}

.serv_id {
  background: #0139FF;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 14px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}

.serv_name {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.serv_infos {
  background: #ececec;
  padding: 20px;
  border-radius: 20px;
}

.infos {
  display: flex;
  gap: 25px;
  justify-content: space-between;
  margin: 10px 0px;
}

.info_item .icon{
  width: 60px;
  height: 60px;
  background: #0139FF;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 50px;
}

.nightmode .serv_infos{
  background: rgba(8, 14, 46, 0.8);
  backdrop-filter: blur(15px);
}
.nightmode .services_search{
  background:#06091300;
}


.db-box {
  background-color: #272727;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  border-radius: 10px;
}

.p-4 {
  padding: 1.5rem!important;
}

.filed_item_name {
  display: flex;
  gap: 10px;
  font-size: 18px;
  align-items: center;
  margin-bottom: 15px;
}
.filed_item_name .item_icon {
  width: 40px;
  height: 40px;
  background: #1f1f1f36;
  text-align: center;
  line-height: 40px;
  color: #2e2e2e;
  border-radius: 5px;

}

.item_details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item_details h3{
  margin: 0;
}
.item_details .ticket_id{
  background: #20bcf4;
    padding: 1rem 2rem;
    border-radius: 12px;
    color: #fff;
}

.ticket_info_wrap {
  margin: 2rem 0;
}

.ticket_info_wrap .info_item {
  display: flex;
  justify-content: space-between;
  padding: 2rem 2rem;
  background: white;
  margin-bottom: 10px;
  border-radius: 15px;
}

.ticket_info_wrap .info_item .left_item{
    font-size: 18px;
    color: #6d6b6b;
}

.ticket_info_wrap .info_item .right_item {
  font-size: 18px;
  font-weight: bold;
  color: #232323;
}

.ticket_small_info{
  text-align: center;
  background: var(--primary-color);
  color: #fff;
  border-radius: 20px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

h2.tctb-title {
  font-size: 22px;
  margin-bottom: 10px;
}
p.tctb-text{
  font-size: 16px;
}

.messges_from_user {
  width: 80%;
  margin-left: 20%;
  text-align: right;
  margin-bottom: 3rem;
}
.messges_from_admin{
  width: 80%;
  margin-right: 20%;
  text-align: left;
  margin-bottom: 3rem;
}
.messages {
  display: flex;
  gap: 22px;
  margin: 1rem 0;
  justify-content: end;
}

.messges_from_user .messages .user_img{
  order: 1;
}

.messages .user_img{
  width: 80px;
  height: 80px;
  border: 1px solid var(--primary-color);
  border-radius: 80px;
}

.messages .user_img img{
  width: 80px;
  height: 80px;
}

.messges_from_user .messages .user_msg{
  background: #3E4954;
  color: #fff;
  padding: 3rem;
  border-radius: 25px;
}

.messges_from_user .messages .user_msg p,
.messges_from_admin .messages .user_msg p{
  margin: 0;
  padding: 0;
}

.messges_from_admin .messages .user_msg{
  background: var(--primary-color);
  padding: 3rem;
  color: #fff;
  border-radius: 25px;
}

.nightmode .item_details h3{
  color: #fff;

}

.nightmode .ticket_info_wrap .info_item{
  background: #242424;
  color: #fff;
}
.nightmode .ticket_info_wrap .info_item .left_item,
.nightmode .ticket_info_wrap .info_item .right_item{
  color: #fff;
}

.nightmode .confirm-email{
  color: #fff;
}


.update_badges {
	display: flex;
	align-items: center;
	justify-content: center;
  background: url(https://storage.perfectcdn.com/acdvvn/84fazbhsoz04fs66.png) #0f163a;
  padding: 12px;
  color: #fff;
  background-position: right center;
  background-size: cover;
}

.update_badges.new_service{
  background: url(https://storage.perfectcdn.com/acdvvn/84fazbhsoz04fs66.png) #0f163a;
  color: #fff;
  background-size: cover;
  background-position: right center;
  border: 1px solid #4f5fae;
  padding: 12px;
}

.update_badges.service_enabled{
	background: #0505aa !important;
	color: #fff;
}

.update_badges.service_disabled{
  background: url(https://storage.perfectcdn.com/acdvvn/nhmh6qsac97yj9zz.png) #0f163a;
  color: #fff;
  background-size: cover;
  background-position: right center;
  border: 1px solid #4f5fae;
  padding: 12px;
}
.update_badges.rate_decrease{
  background: url(https://storage.perfectcdn.com/acdvvn/to0s1c8oelbtc2bg.png) #0f163a;
  color: #fff;
  background-size: cover;
  background-position: right center;
  border: 1px solid #4f5fae;
  padding: 12px;
}
.update_badges.rate_increase{
	  background: url(https://storage.perfectcdn.com/acdvvn/g5g6xs25pahsy7j0.png) #0f163a;
    color: #fff;
    background-size: cover;
    background-position: right center;
    border: 1px solid #4f5fae;
    padding: 12px;
}

li{
  list-style-type:none!important;
}
.nightmode .dropdown-menu {
  background: #ffffff;
}

.radio-div {
  border-radius: 0;
  margin-top: 5px;
  display: flex;
  padding: 8px;
  justify-content: space-between;
}

  button#male ,
button#female {
  width: 46%;
  padding: 10px 0px;
  background: var(--primary-color);
  border: none;
  font-size: 18px;
  font-weight: bold;
}


#male span,
#female span {
  margin-left: 5px;
}
#male.active,
  #female.active{
    background:var(--primary-color);
    color: #fff;
    } 

.cardPorfile{
    border-radius: 15px 0px 15px 15px!important
}
.userlevel {
font-size: 20px;
font-weight: 400;
text-align: center;
line-height: 58px;
background-color: var(--primary-color);
color: #fff;
margin-bottom: 0;
font-weight:bold;
}

/* Terms Of services */
#terms_services{
  margin-bottom: 150px;
}
.page_title {
  margin-bottom: 30px;
}
.page_title h2{
  margin-bottom: 10px;
  font-weight: 800;
}
.nightmode .page_title h2{
  color: #fff;
}
.nightmode .page_title p{
  color: #fff;
}

.terms_item{
  margin-bottom: 40px;
}
.terms_item .terms_item_title{
  margin-bottom: 10px;
  font-weight: 800;
}

.page_titles h2,
.page_titles p.des{
  color: #fff!important;
}

#faqs_page {
  margin: 5rem 0;
}

#faqs_page .panel-default > .panel-heading{
  background: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
}
.ar #faqs_page .panel-title a{
  text-decoration: none;
  text-align: right!important;
}

#gender_img {
  border: 3px solid #20bcf4;
  border-radius: 500px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  background-color: #0aedfffc!important;
  border: none !important;
  color: #060913!important;
}

@media only screen and (max-width: 550px){
  
.navbar-toggle.x .icon-bar{
  background-color: #000;
}

.nightmode .navbar-toggle.x .icon-bar{
  background-color: #fff;
}
.top_content{
  flex-direction: column;
  align-items: center;
}
.newOrderNav{
  padding-left: 13px!important;
}
.filter_wraper {
	grid-template-columns: repeat(auto-fill, minmax(52px, 1fr));
	gap: 5px;
}


}
.ser_data_wraper{
  grid-template-columns: 1fr;
}
.card{
  margin-bottom: 20px;
}
#orderStatus li{
  margin-bottom: 15px;
}
}


/* Withou login Design start */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
  background: transparent!important;
  
}
.signinPage {
  position: relative;
}
.signinPage .navbar,
.ltr.signinPage .navbar,
.rtl.signinPage .navbar {
  position: absolute;
  width: 100%;
  background-color: #00000000 !important;
  border: none;
}

.guest.signinPage .navbar.navbar-default{
  background-color: transparent;
}

.hero_wrap{
  margin-top: 100px;
  transition-timing-function: ease;
  opacity: 1;
  transform: translateZ(0);
}
.hero_links{
  margin-top: 25px;
}
.btn_hero {
  text-decoration: none;
  text-align: center;
  padding: 2rem 5rem;
  display: inline-block;
  background: #3ee2fe;
  color: #000;
  font-size: 18px;
  margin-right: 10px;
  border-radius: 30px;
}
.btn_hero:hover{
  text-decoration: none;
  color: #fff;
}
.btn_serv:hover{
  text-decoration: none;
  color: #232323;
}
.btn_serv{
    text-decoration: none;
    text-align: center;
    padding: 2rem 5rem;
    display: inline-block;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 30px;
}

.guest #signinForm .form-control{
  height: 75px;
  padding-left: 68px;
}
.guest #signinForm .input-icon{
  width: 62px;
  height: 62px;
  left: 10px;
  top: 7px;
}

#default_sec {
  padding: 5rem 0;
}

.def_wrap {
  display: flex;
  gap: 2rem;
  padding: 5rem 7rem;
  align-items: center;
}
.def_wrap > .content{
  width: 50%;
}
.def_wrap > .def_img{
  width: 40%;
}


.def_sec_content .content h2{
  margin-top: 25px;
  font-size: 55px;
  font-weight: 700;
  color: black;
}

.def_sec_img img {
  width: 100%;
}

#powerOfMedia {
  padding: 7rem 2rem;
}
.power_media,
.previlizer_title,
.testimoni_title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #000000;
}

#powerOfMedia .nav-link{
  display: flex;
    gap: 10px;
    font-size: 22px;
    color: #ababab;
    font-weight: bold;
    border-bottom: 3px solid transparent;
    background: transparent;
    justify-content: center;
}
#powerOfMedia .nav-item.active .nav-link{
  color: #00040e!important;
  background: #33e1fff0!important;
  box-shadow: none!important;
  border-radius: 0px!important;
  
}
#powerOfMedia .tab_wrap{
  width: 90%;
  margin: 0 auto;
  padding: 5rem 0;
}
.tab_wrap .tab_title h2{
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}
.tab_wrap p{
  font-size: 18px;
  font-weight: 500;
}
#previlizer,
.testimonials {
  padding: 8rem 0rem;
}
.pre_item_wrap {
  background: #ffffff !important;
  min-height: 300px;
  width: 90%;
  margin: 0 auto;
  padding: 3rem;
  border-radius: 20px;
  margin-bottom: 20px;
  color: white;
  backdrop-filter: blur(10px);
  
}

.pre_item_wrap .icon {
  width: 80px;
  height: 80px;
  background: #3ee2fe;
  text-align: center;
  line-height: 80px;
  font-size: 35px;
  border-radius: 50px;
  color: #000;
  margin: 0 auto;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px #20bcf463;
}
.pre_item_wrap .item_title{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;  
  color: #2197ff;  
}

.pre_item_wrap p{
  font-size: 16px;
  text-align: center;
  color: #000;
}

.testimoni_wrap {
  width: 90%;
  margin: 0 auto;
  background: #ffffff !important;
  border-radius: 20px;
  padding: 5rem;
  text-align: center;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
  
}
.user_info .avatar{
  display: flex;
  justify-content: center;
}
.user_info .avatar img {
  border: 2px solid #00c7ff;
  border-radius: 100px;
  margin-bottom: 15px;
}

.user_info .name {
  font-size: 29px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
  color: #2197ff;
}

.user_info .star {
  color: #f4e420;
  font-size: 23px;
  margin-bottom: 30px;
}
.testimoni_title{
  text-align: center;
}

.rev_sub {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 23px;
    color: #404040;
}

.slick-arrow {
  display: none!important;
}

#payments{
  padding: 7rem 0;
}

#payments .payment_method img {
  width: 100%;
}

.payment_title {
font-size: 55px;
font-weight: bold;
margin-bottom: 50px;
color: #2197ff;
text-align: center;
}

@media only screen and (max-width: 550px){
  .navbar-inverse .navbar-toggle {
    background: #20bcf4;
    border-color: #20bcf4;
}
.hero_wrap {
  margin-top: 100px;
  text-align: center;
  margin-bottom: 50px;
}
.guest #signinForm .input-icon{
  left: 12px;
}
.def_wrap{
  flex-direction: column;
  padding: 0.5rem 1.5rem;
}
.def_wrap > .content{
  width: 100%;
}
.def_wrap > .def_img{
  width: 90%;
  margin: 0 auto;
}
.testimoni_wrap{
  width: 95%;
  padding: 2rem ;
}
.guest #navbar{
  background: #292929;
}
input.select2-search__field {
  padding: 10px 10px!important;
  border-radius: 10px;
}
  .select2-container--default .select2-results>.select2-results__options{
    height: 320px!important;
  }

  .select2-results__option {
    border-bottom: 1px solid #ddd!important;
}
.alert-danger {
  color: #323232;
  background-color: #cfeaff;
  border-color: #ebccd1;
}
}

/*
*
* New statistics Design
*
*/


.cur-icon-badge {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  background-color: red;
  border-radius: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.cur-icon-badge.USD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/us.svg);
}
.cur-icon-badge.INR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/in.svg);
}
.cur-icon-badge.TRY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/tr.svg);
}
.cur-icon-badge.EUR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eu.svg);
}
.cur-icon-badge.RUB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ru.svg);
}
.cur-icon-badge.BRL {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/br.svg);
}
.cur-icon-badge.NGN {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/ng.svg);
}
.cur-icon-badge.KRW {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kr.svg);
}
.cur-icon-badge.THB {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/th.svg);
}
.cur-icon-badge.SAR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/sa.svg);
}
.cur-icon-badge.CNY {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/cn.svg);
}
.cur-icon-badge.VND {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/vn.svg);
}
.cur-icon-badge.KWD {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/kw.svg);
}
.cur-icon-badge.EGP {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/eg.svg);
}
.cur-icon-badge.PKR {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/1.0.0/flags/1x1/pk.svg);
}

.card.card__statis {
  background: linear-gradient(45deg, #010101, #171717);
  border: 1px solid #ffffff24;
  padding: 0px;
  background-size: cover;
  box-shadow: 0px 2px 40px rgb(255 255 255 / 38%);
  border-radius: 25px;
}

.card.card__statis .statis_1{
    background:linear-gradient(to left, #0d143800, #0d143800), url(https://storage.perfectcdn.com/acdvvn/21xlq8f1hdhsp9se.png);
    padding: 25px 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    min-height: 200px;
    border-radius: 25px;
}


.card.card__statis .statis_2{
  background: linear-gradient(to left, #0d143800, #0d143800), url(https://storage.perfectcdn.com/acdvvn/ug9jxqpr6iwxfsma.png);
  padding: 25px 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  min-height: 200px;
  border-radius: 25px;
}


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


.dashboard.en .card.card__statis .statis_1{
    background-position: right;
}
.dashboard.en .card.card__statis .statis_2{
    background-position: right;
}


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

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

}


.static__item .item__left .icon {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

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

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

.static__item_wrap {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

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

.item__right h5{
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}

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

@media  only screen and (max-width:550px) {
  .statis__2{
    display: none;
  }
  .static__item_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
  }

  .card.card__statis .statis_1{
    background: linear-gradient(to left, #0d143800, #0d143800),url();
    padding: 15px 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    min-height: 180px;
    border-radius: 15px;
  }

  .card.card__statis .statis_2{
    background:  linear-gradient(to left, #0d143800, #0d143800), url(https://storage.perfectcdn.com/acdvvn/0k0w5tyo2jnss8p7.png);
    padding: 15px 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    min-height: 180px;
    border-radius: 15px;
  }

  
.card.card__statis {
  border-radius: 15px;
}


.dashboard.en .card.card__statis .statis_1{
    background-position: right;
}
.dashboard.en .card.card__statis .statis_2{
    background-position: right;
}
.beamer_defaultBeamerSelector{
    position: fixed;
    bottom: 100px !important;
    right: 100px;
    width: 60px;
    height: 60px;
    background-color: #00d8a6;
    background-image: url(https://app.getbeamer.com/images/bell-full.svg);
    border-radius: 50%;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
    -o-transition: all .3s cubic-bezier(.25,.8,.25,1);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    background-repeat: no-repeat;
    background-position: 50% 49%;
    z-index: 2147483000!important;
    -webkit-animation: beamer_pop-in .5s;
    -moz-animation: beamer_pop-in .5s;
    -ms-animation: beamer_pop-in .5s;
  
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #fb5858f7;
  color: white;
}
.select2-search--dropdown .select2-search__field {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}
.navbar-toggle.x.collapsed .icon-bar{
  background: #005eff;
}

#proFile {
  object-fit: cover;
}
   .menu-icon.currencySymbol {
    background-color: #0088ff;
    filter: none;
    color: black;
    justify-content: center;
    font-weight: 700;
    position: relative;
    overflow: visible;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    transition: 0.5s;
    align-items: center;
    top: 0;
    display: flex;
}
  a.btn.btn-xs.btn-default {
    color: black!important;
    background: #ffd400!important;
    font-size: 19px!important;
}
  .modal-header {
  border: none;
  padding: 0;
}
.modal-content {
  border-radius: 27px;
}
.modal-body {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.modal button.close {
  opacity: 1;
  font-weight: 500;
  color: #666;
  border: 3px solid #666;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  font-size: 18px;
  position: absolute;
  right: 15px;
  float: none;
  top: 15px;
  margin-top: 0;
  text-shadow: none;
}
.container-fluid {
  width: 100vw;
  max-width: 100vw;  
}
body, html {
  overflow-x: hidden;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1; /* هذا يجعل الجزء الرئيسي يتمدد ويدفع الفوتر للأسفل */
}

footer {
  background-color: #000; /* مثال فقط */
  color: #fff;
  text-align: center;
  padding: 20px;
}
.statusModal .modal-content {
    border-radius: 45px;
    border: none;
}
.statusModal .modal-header button.close {
    position: absolute;
    right: 0;
    box-shadow: none;
    background-color: #00fff3;
    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%;
}
.ar .modal-logo {
    border-radius: 0 42px 0px 0;
}
.modal-logo {
    background-color: #000;
    border-radius: 42px 0 0 0;
    text-align: center;
    padding: 25px 0;
}
.modal-logo img {
    max-width: 172px;
}
.ar .modal-status-title {
    padding: 120px 23px 30px;
}
.modal-status-title {
    background-color: #f7f9f9;
    margin: 0;
    list-style: none;
    padding: 120px 25px 30px;
}
.modal-status-title li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 48px;
}
.modal-right {
    max-width: 80%;
    flex: 0 0 80%;
    display: flex;
    flex-wrap: wrap;
}
.status-box-wrap {
    max-width: 16.65%;
    flex: 0 0 16.65%;
    transition: all 0.4s ease-in;
}
.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: #000;
}
.status-box-badge {
    background-image: url(https://storage.perfectcdn.com/1847ba/5urj7tufn4wwtfbr.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;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #00e3ff !important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #00e3ff !important;
    background-color: transparent;
}
.servi-inner .tab-content .col-md-6:first-child {
    display: none;
}
}

.header-box {
    height: 78px;
    border-radius: 20px;
    border: 1px solid #ddf3ff;
    background: var(--Root-White, #FFF);
    padding: 10px 10px 10px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header.rtl-navbar {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 1030;
}
.language-switch {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.language-switch .dropdown-toggle {
  background-color: #f8f9fa;
  border: 1px solid #ccc;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
}
.language-switch .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 1000;
  margin-top: 5px;
  border-radius: 6px;
  overflow: hidden;
}
.language-switch .dropdown-item {
  padding: 8px 12px;
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.language-switch .dropdown-item:hover,
.language-switch .dropdown-item.active {
  background-color: #f1f1f1;
}
.header {
    top: 44px;
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 1030;
}
.header-logo {
    display: flex;
    align-items: center;
    gap: 15px !important;
}
ul.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    gap: 20px;
    list-style: none;
}
.header-end {
    display: flex;
	gap: 10px;
}

#app.no-auth .header-end {
    display: none;
    align-items: center;
    gap: 10px;
}
.logo-img {
  max-height: 48px;
  padding: 8px;
  background-color: #000; /* خلفية سوداء */
  border-radius: 50px; /* يجعل الإطار دائري */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* ظل خفيف */
}
.language-switch {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-dropdown-wrapper {
  position: relative;
  display: inline-block;
  z-index: 9999;
}

.lang-dropdown-btn {
  background-color: #000;
  color: #fff;
  padding: 6px 12px;
  font-size: 13px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.lang-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  min-width: 120px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: none;
  padding: 5px 0;
}

.lang-dropdown-menu li {
  list-style: none;
}

.lang-dropdown-menu li a {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  font-size: 13px;
}

.lang-dropdown-menu li a.active {
  font-weight: bold;
  background-color: #f0f0f0;
}

.lang-dropdown-menu li a:hover {
  background-color: #eee;
}
@media (max-width: 767px) {  
 
 .header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
  }
  ul.menu {
    display: flex;    
    align-items: center;    
    margin: 0px;    
    list-style: none;
	font-size: 20px;
    width: 100%;
	font-style: normal;
    font-weight: 500;
    line-height: 42px;
	border-color: rgba(0, 0, 0, 0);
    border-image: initial;
    transition: 0.14s;
}
  .navbar-brand {
    max-height: 40px;
  }

  #menu-toggle {
    background-color: #f3f5f8;
    border-radius: 12px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
  }

  #menu-toggle .btn-icon i {
    font-size: 20px;
    color: #333;
  }
  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 14px;
    background-color: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 999;
  }

  .mobile-menu-toggle {
    width: 44px;
    height: 44px;
    background-color: #f3f6fa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }

  .mobile-menu-overlay {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: white;
    padding: 20px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    z-index: 998;
    display: none;
  }

  .mobile-menu-overlay a {
    display: block;
    padding: 12px 0;
    font-weight: bold;
    color: #222;
    border-bottom: 1px solid #eee;
  }

  .mobile-auth-buttons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
  }

  .mobile-auth-buttons a {
    flex: 1;
    text-align: center;
    padding: 10px;
    border-radius: 12px;
    font-weight: bold;
  }

  .mobile-auth-buttons .sign-in {
    background: #eef5ff;
    color: #000;
  }

  .mobile-auth-buttons .sign-up {
    background: #012d55;
    color: white;
  }
.header-menu,
.header-end {
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .header-menu {
    display: none;
  }
  
  .header-menu.active {
    display: block;
  }
 .header-menu {
    position: fixed;
    top: var(--header-fix);
    margin-top: 310px;
    left: 15px;
    right: 15px;
    background-color: rgb(255, 255, 255);
    display: none;
    border: 1px solid var(--stroke--s-100, #F0F1F3);
    border-radius: 15px;
    padding: 10px;
}
  .header-menu .menu {
    flex-direction: column;
    gap: 10px;
}
.header-menu .menu li.active a {
    color: rgb(0, 178, 255);
    font-weight: 600;
}
  div#menu-toggle {
    position: relative;       
    
}
  @media (max-width: 767px) {
  .navbar-buttons-top { /* افترضنا أن هذا العنصر يحتوي على تسجيل الدخول وإنشاء حساب */
    display: none !important;
  }
.header-end.d-block.d-md-none.active {
    display: flex;
    position: fixed;
    bottom: 10px;
    left: 15px;
    right: 15px;
    background-color: rgb(255, 255, 255);
    transform: translateY(calc( -15px));
    border: 1px solid var(
    --stroke--s-100, #F0F1F3);
    border-radius: 15px;
    padding: 4px;
    transition: 0.14s;
}
  a.btn.btn-light.login-btn.w-100 {
    font-size: 16px;
    font-weight: 500;
    background-color: #0dd0ff;
    border-color: #f1f1f1 !important;
    color: #000000;
    padding: 14px 15px;
    border-radius: 12px;
    margin-bottom: 0 !important;
}
    .section-fade {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.section-fade.active {
  opacity: 1;
  transform: scale(1);
}
    
    #currency-mobile-menu {
  display: none !important;
}

/* إظهاره فقط على الموبايل */
@media (max-width: 767px) {
  #currency-mobile-menu {
    display: block !important;
  }
  a.dropdown-toggle.currency-button {
    width: 32px;
    height: 32px;
    border-radius: 30px;
    border: none;
    background-color: #01f7fd;
    color: #000;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin-left: 5px;
}
}
    
    @media (max-width: 768px) {
  .mobile-currency .dropdown-toggle {
    background-color: #0aedfffc;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: black;
    font-weight: bold;
  }

  .mobile-currency .menu-icon {
    font-size: 16px;
  }

  .mobile-currency .menu-text {
    display: none;
  }
}

/* إخفاء زر الموبايل في الكمبيوتر */
@media (min-width: 767px) {
  .mobile-currency {
    display: none !important;
  }
}
    


    


    
    
    
  
    
    
    

    
    