body {
  padding: 0 !important;
}
html[dir='ltr'] body{
  direction:ltr !important;
}
.neon-btn {
  position: relative;
  display: inline-block;
  padding: 1rem 1.5rem;
  color: #34c5e9;
  text-shadow: 0 0 1px;
  text-decoration: none;
  letter-spacing: 0;
  border: none;
  overflow: hidden;
  border-radius: 1px;
  font-size: 1.2rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  .neon-btn:hover {
    background: #34c5e9;
    color: #050801 !important;
    -webkit-transform: translateY(-0.3rem);
            transform: translateY(-0.3rem);
    -webkit-box-shadow: 0 0 2px #34c5e9, 0 0 7px #34c5e9, 0 0 18px #34c5e9, 0 0 30px #34c5e9;
            box-shadow: 0 0 2px #34c5e9, 0 0 7px #34c5e9, 0 0 18px #34c5e9, 0 0 30px #34c5e9; }
  .neon-btn:active {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  .neon-btn > i {
    position: absolute;
    display: block; }
  .neon-btn > i:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#34c5e9));
    background: linear-gradient(90deg, transparent, #34c5e9);
    -webkit-animation: neonBTN_1 1s linear infinite;
            animation: neonBTN_1 1s linear infinite; }
  .neon-btn > i:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#34c5e9));
    background: linear-gradient(180deg, transparent, #34c5e9);
    -webkit-animation: neonBTN_2 1s linear infinite;
            animation: neonBTN_2 1s linear infinite;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s; }
  .neon-btn > i:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(#34c5e9));
    background: linear-gradient(270deg, transparent, #34c5e9);
    -webkit-animation: neonBTN_3 1s linear infinite;
            animation: neonBTN_3 1s linear infinite;
    -webkit-animation-delay: 0.50s;
            animation-delay: 0.50s; }
  .neon-btn > i:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#34c5e9));
    background: linear-gradient(360deg, transparent, #34c5e9);
    -webkit-animation: neonBTN_4 1s linear infinite;
            animation: neonBTN_4 1s linear infinite;
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s; }
  @media (max-width: 990px) {
    .neon-btn {
      font-size: 1rem; }
      .neon-btn:hover {
        -webkit-transform: none;
                transform: none;
        -webkit-box-shadow: 0 0 2px #34c5e9, 0 0 7px #34c5e9, 0 0 15px #34c5e9, 0 0 30px #34c5e9;
                box-shadow: 0 0 2px #34c5e9, 0 0 7px #34c5e9, 0 0 15px #34c5e9, 0 0 30px #34c5e9; } }

.modal-content {
  border: initial;
  border-radius: 0.1rem;
  background: white;
  z-index: 1000; }

/*modal*/
.modal-title {
  display: inline-block;
  color:white;
}

.modal-right .modal-dialog {
  margin: 0 auto;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0 !important;
  height: 100%;
  max-width: 600px; }

/*notification*/
.notifcation {
  margin-top: 0.23em;
  position: relative;
  font-size: 25px;
  color: white;
  margin-left: .75rem;
  width: 2rem;
  height: 2rem; }
  .notifcation > a {
    color: #05dfd7 !important;
    text-shadow: 0 0 5px , 0 0 10px; }
    .notifcation > a > i {
      color: inherit; }
  .notifcation .nav-unread {
    top: 2px;
    left: -1px;
    background: #ffffff; }
    .notifcation .nav-unread.change_color {
      top: 2px;
      left: -1px;
      background: #fff;
      -webkit-animation: change_color 1s linear infinite alternate;
              animation: change_color 1s linear infinite alternate; }

.header .nav-item .badge {
  position: relative !important;
  top: 0 !important;
  left: -5px; }

.header .nav .nav-item {
  padding: 0;
  margin: .3rem; }
  .header .nav .nav-item.dropdown > a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .header .nav .nav-item > .nav-link {
    padding: .5rem;
    color: #fff;
    text-shadow: 0 0 2px , 0 0 5px;
    border: none;
    border-radius: 10px;
    font-size: .9rem;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .header .nav .nav-item > .nav-link .badge {
      background-color: #fecd1a;
      color: #000;
      text-shadow: none;
      border-radius: 2px; }
    .header .nav .nav-item > .nav-link:hover {
      text-shadow: 0 0 3px;
      border-color: #05dfd7;
      background-color: #fd3a69;
      -webkit-box-shadow: 0 0 0 3px #fd3a69, 0 0 10px #fd3a69, 0 0 20px #fd3a69;
              box-shadow: 0 0 0 3px #fd3a69, 0 0 10px #fd3a69, 0 0 20px #fd3a69; }
    .header .nav .nav-item > .nav-link.active {
      text-shadow: 0 0 3px;
      border-color: #05dfd7;
      background-color: #6930c3;
      -webkit-box-shadow: 0 0 0 3px #6930c3, 0 0 10px #6930c3, 0 0 20px #6930c3;
              box-shadow: 0 0 0 3px #6930c3, 0 0 10px #6930c3, 0 0 20px #6930c3; }
    html[dir='rtl'] .header .nav .nav-item > .nav-link > i {
      margin-left: .5rem;
    }
    html[dir='ltr']  .header .nav .nav-item > .nav-link > i {
      margin-right: .5rem;
    }
    html[dir='rtl'] .card .stamp {
      margin-left: 0.75rem !important;
      margin-right: unset !important;
    }
    html[dir='ltr'] .card .stamp {
      margin-right: 0.75rem !important;
      margin-left: unset !important;
    }
    html[dir='ltr'] small.text-muted{
      font-size:0.7em !important;
    }
    html[dir='ltr'] .footer {
      text-align:left !important;
    }
    html[dir='ltr'] table {
      text-align:left;
    }
    html[dir='ltr'] .page-header .page-title, html[dir='ltr'] input[type='text'], html[dir='ltr'] .dropdown-menu, html[dir='ltr'] .card-title,
     html[dir='ltr'] #new_order .form-group, html[dir='ltr'] {
      text-align:left;
    }
    html[dir='ltr'] #result_onChange > label:nth-child(2) {
      float:right !important;
    }
    html[dir='ltr'] .nav.nav-tabs{
      float:left;
    }
    html[dir='rtl'] #nav-actionbar{
      margin-right: auto;
    }
    html[dir='ltr'] #nav-actionbar{
      margin-left: auto;
    }
    html[dir='ltr'] .notifcation{
      margin-right:0.75rem;
    }
    html[dir='ltr'] #nav-actionbar > div.dropdown > a > span.ml-2.d-none.d-lg-block{
      margin-left: 0.5rem;
    }
    html[dir='ltr'] #nav-actionbar .add-funds-icon-circle{
      margin-left: unset;
      margin-right:0.4em;
    }
    html[dir='ltr'] .footer ul{
      padding-left:0;
      padding-right:1em;
    }
    html[dir='ltr'] .footer form{
      text-align:right !important;
    }
    html[dir='ltr'] #headerMenuCollapse ul{
      padding-left:0;
      padding-right :1em;
    }
    html[dir='rtl'] #mobile-slide-nav{
      padding-left: 3rem !important;
    }
    html[dir='ltr'] #mobile-slide-nav{
      padding-right:3rem !important;
    }
    html[dir='ltr'] .header .nav-item .badge{
      left: unset !important;
      right:-5px
    }
    html[dir='ltr'] .nav-item a[data-toggle='dropdown']:after{
      margin-right:unset !important;
      margin-left:0.7em;
    }
    html[dir='ltr'] .promo{
      text-align:center !important;
    }
    html[dir='ltr'] .promo-description{
      margin-left:1em;
    }
    html[dir='ltr'] .card .form, html[dir='ltr'] .form-group label {
      text-align:left;
    }
    html[dir='ltr'] .ticket-lists .item .action{
      left:unset !important;
      right:0;
    }
    html[dir='ltr'] #ref-promo .promo-content{
      margin-right:unset !important;
      margin-left: 2em !important;
    }
    html[dir='ltr'] .ticket-lists, html[dir='ltr'] .ticket-contents{
      text-align:left;
    }
    html[dir='ltr'] .ticket-lists .content{
      margin-left:1em;
    }
    html[dir='ltr'] .dropdown-icon{
      margin-right: .5rem !important;
      margin-left: -.5rem !important;
    }
    html[dir='ltr'] .card p{
      text-align:center;
    }
    html[dir='ltr'] .referral-activation-description{
      text-align:left !important;
    }
    @media (min-width: 320px) and (max-width: 424px){
        html[dir='ltr'] .ref-bg{
        bottom: unset !important;
        left:-0.5em !important;
      }
    }
    @media (min-width: 280px) and (max-width: 320px){
        html[dir='ltr'] .ref-bg{
          top:0.5em !important;
        }
    }
    @media (min-width: 768px) and (max-width: 1023px){
      html[dir='ltr'] .normal-wof{
        right: 0em !important;
        bottom: -2em  !important;
          transform: rotate(
      0deg
      ) scale(2.5)  !important;
      }
      html[dir='ltr'] .promo-description{
        max-height:50px;
        text-overflow: ellipsis;
        overflow: hidden;
      }
      html[dir='ltr'] .ref-bg {
        left: 3em !important;
      }
    }
    @media (max-width: 990px){
      html[dir='ltr'] .page-main{
        padding-top:2.5rem !important;
      }
    }

    @media (max-width: 768px){
      html[dir='ltr'] .header-logo{
        margin-left: auto;
        margin-right: unset !Important;
      }
    }
  @media (min-width: 990px) and (max-width: 1300px) {
    .header .nav .nav-item {
      margin: .2rem; }
      .header .nav .nav-item > .nav-link {
        font-size: .8rem;
        padding: .4rem; } }

@-webkit-keyframes change_color {
  from {
    background: #ffffff; }
  to {
    background: #cd201f; } }

@keyframes change_color {
  from {
    background: #ffffff; }
  to {
    background: #cd201f; } }

.news_announcement .modal-right .modal-dialog {
  max-width: 420px; }

.news_announcement .modal-header {
  color: white;
  background: #05d0a0;
  background: linear-gradient(45deg, #05d0a0, #9fd6ef) !important; }

.news_announcement .modal-content {
  height: 100vh; }

.news_announcement .modal-content .modal-body {
  background: #f7f7f7;
  padding: 0.5rem; }

.news_announcement .news-item .card {
  margin-bottom: 0.5rem; }

.news_announcement .news-item .card .card-header {
  min-height: 0.5rem;
  padding: 0.5rem 0.5rem; }

.news_announcement .news-item .card .desc > ul {
  padding-right: 5px; }

@-webkit-keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg); } }

@keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg); } }

/*tabs-list*/

.tabs-list {
  width: 100%; }

.tabs-list .nav-tabs {
  height: auto;
  border-bottom: none; }
  .tabs-list .nav-tabs li {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: .3rem;
    margin: .5rem .2rem; }

.tabs-list .nav-tabs li > a {
  color: #fff;
  padding: .3rem 1rem;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  text-shadow: 0 0 3px , 0 0 10px;
  -webkit-box-shadow: 0 0 0 2px #c50957 , 0 0 10px #c50957,0 0 20px #c50957 , 0 0 10px #c50957 inset;
          box-shadow: 0 0 0 2px #c50957 , 0 0 10px #c50957,0 0 20px #c50957 , 0 0 10px #c50957 inset;
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); }

.tabs-list .nav-tabs li > a.active, .tabs-list .nav-tabs li > a:hover {
  color: #fff;
  background: #c50957;
  -webkit-box-shadow: 0 0 0 3px #c50957 , 0 0 10px #c50957,0 0 20px #c50957 , 0 0 10px #c50957 inset;
          box-shadow: 0 0 0 3px #c50957 , 0 0 10px #c50957,0 0 20px #c50957 , 0 0 10px #c50957 inset; }

.total_charge {
  cursor: text !important;
  border: none;
  color: #1ebdfc;
  text-shadow: 0 0 5px;
  -webkit-box-shadow: 0 0 0 4px #1ebdfc , 0 0 10px #1ebdfc , 0 0 20px #1ebdfc , 0 0 7px #1ebdfc inset;
          box-shadow: 0 0 0 4px #1ebdfc , 0 0 10px #1ebdfc , 0 0 20px #1ebdfc , 0 0 7px #1ebdfc inset;
  background-color: transparent !important;
  margin-top: 1rem; }
  .total_charge:hover {
    -webkit-box-shadow: 0 0 0 3px #1ebdfc , 0 0 5px #1ebdfc , 0 0 15px #1ebdfc , 0 0 5px #1ebdfc inset;
            box-shadow: 0 0 0 3px #1ebdfc , 0 0 5px #1ebdfc , 0 0 15px #1ebdfc , 0 0 5px #1ebdfc inset;
    background-color: transparent !important; }
  @media (max-width: 768px) {
    .total_charge {
      width: 100%;
      margin-top: 2rem;
      color: #fff; } }

.tabs-list .tab-content {
  border-top: 2px solid #E6E9ED; }

.mass_order_error .table {
  table-layout: fixed; }

.mass_order_error .table tr td:first-child {
  text-overflow: ellipsis;
  overflow: hidden; }

/*data-empty*/
.data-empty {
  position: relative;
  height: 100vh; }

.data-empty .content {
  padding-top: 150px; }

.data-empty .content .title {
  color: #9b9b9b;
  padding-top: 10px; }

/*tickets*/
.submit-button {
  float:left;
  border: none;
  outline: none;
  background-color: #00b158;
  cursor: pointer;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 10px;
  text-shadow: 0 0 5px;
  font-weight: bold;
  -webkit-box-shadow: 0 0 5px #00b158 , 0 0 10px #00b158 , 0 0 30px -5px #00b158;
          box-shadow: 0 0 5px #00b158 , 0 0 10px #00b158 , 0 0 30px -5px #00b158;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .submit-button:hover {
    background-color: #007e3f;
    -webkit-box-shadow: 0 0 5px #007e3f, 0 0 10px #007e3f, 0 0 30px -10px #007e3f;
            box-shadow: 0 0 5px #007e3f, 0 0 10px #007e3f, 0 0 30px -10px #007e3f; }
  @media (max-width: 768px) {
    .submit-button {
      position: sticky;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 20;
      border-radius: 0;
      width: 100%;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .submit-button:hover {
        -webkit-box-shadow: none;
                box-shadow: none; } }

.ticket-lists .item {
  padding: 10px 0;
  border-bottom: 2px solid rgba(253, 58, 105, 0.3) !important;
}

.ticket-lists .item .content .subject {
  font-size: 16px !important;
  color: #9b9b9b;
}

.ticket-lists .item .content .email, .ticket-lists .item .content .time {
  color: #9da2a7; }

.ticket-lists .item .subject {
  max-width: 550px;
  word-break: break-all;
  white-space: normal; }

.ticket-lists .item .avatar-md {
  /* width: 40px;  */
}

.ticket-lists .item .avatar {
  position: relative;
  /* width: 40px; */
  white-space: nowrap;
  border-radius: 1000px;
  vertical-align: bottom;
  display: inline-block; }

.ticket-lists .item .avatar-md span.text-circle {
  width: 80px;
  height: 40px; }

.ticket-lists .item .avatar span.text-circle {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  background: #2DCEE3;
  display: table-cell;

}

.ticket-lists .item .avatar span.text-circle.closed {
  color: #fff;
  background: #9da2a7;

}

.ticket-lists .item .avatar span.text-circle.pending {
  color: #fff;
  background: #ff7062; }

.rounded-circle {
  border-radius: 50% !important; }

.ticket-lists .item:hover {
  border-bottom:4px;
}

.ticket-lists .item {
  position: relative; }

.ticket-lists .item .action {
  position: absolute;
  top: 0;
  left: 0; }

/*ticket-contents*/
.ticket-contents .item {
  border-bottom: 1px solid #e6e9ed;
  align-items: center;
  margin-top:-1em;
}

.ticket-contents .item .content {
  line-height: 15px;
  display: table-cell;
  vertical-align: top;
  padding:1em;
  margin-top:1em;
}

.ticket-contents .item .avatar-md {
  /* width: 40px;  */
}

.ticket-contents .item .avatar {
  position: relative;
  /* width: 40px; */
  white-space: nowrap;
  border-radius: 1000px;
  vertical-align: bottom;
  display: inline-block; }

.ticket-contents .item .avatar-md span.text-circle {
  width: 80px;
  height: 40px;
}

.ticket-contents .item .avatar span.text-circle {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 15px;
  background: #2DCEE3;
  display: table-cell;
  box-shadow:0 0 0 3px #05dfd7, 0 0 10px #05dfd7, 0 0 20px #05dfd7, 0 0 10px #05dfd7 inset;
  -webkit-box-shadow:0 0 0 3px #05dfd7, 0 0 10px #05dfd7, 0 0 20px #05dfd7, 0 0 10px #05dfd7 inset;
}

.ticket-contents .item .avatar span.text-circle.admin {
  background: #ff6f61;
  box-shadow:0 0 0 5px #3d1c71, 0 0 10px #3d1c71, 0 0 30px #3d1c71, 0 0 20px #3d1c71 inset;
  -webkit-box-shadow: 0 0 0 5px #3d1c71, 0 0 10px #3d1c71, 0 0 30px #3d1c71, 0 0 20px #3d1c71 inset;
}

.ticket-contents .item .content .username {
  color: white;
  display: inline-block; }

.ticket-contents .item .content .username .time {
  font-size: 0.8vw !important;
  color: #adadad; }

.ticket-contents .item .content .message {
  color: #ccc; }
.ticket-contents .item .content .message > *{
  font-size:0.8em !important;
  line-height:1.2em;
}
@media (max-width: 720px) {
  .ticket-lists .item .subject {
    max-width: 160px;
    white-space: normal; } }

/*btn*/
.btn-sm {
  padding: 3px 6px  !important;
  font-size: .875rem  !important;
  line-height: 1  !important;
  border-radius: .21rem  !important; }

.round {
  border-radius: 1.5rem !important; }

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.dropdown-menu {
  padding: 0 !important;
  min-width: 150px;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-1rem) scale(0.5);
          transform: translateY(-1rem) scale(0.5);
  left: 0; }

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none; }

.btn-min-width {
  min-width: 8.5rem; }

/*SETTING PAGE*/
.settings .sidebar {
  height: calc(100vh - 150px); }

.settings .content {
  min-height: calc(100vh - 150px); }

.settings .sidebar .item .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px; }

.settings .sidebar .item li > a {
  color: #a8a8b1;
  padding-right: 10px; }

.settings .sidebar .item li.active > a, .settings .sidebar .item li:hover > a {
  color: #ff6f61;
  font-weight: 600; }

.settings input[type=file] {
  font-size: 100px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0; }

/*statistics*/
.statistics .item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default; }
  .statistics .item .card {
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .statistics .item:hover .card:not(#MostSellServices) {
    background-color: rgba(105, 48, 195, 0.3); }
    .statistics .item:hover .card:not(#MostSellServices) .stamp {
      background-color: #05dfd7 !important;
      color: #fff !important;
      text-shadow: none;
      -webkit-box-shadow: 0 0 0 3px #05dfd7, 0 0 10px #05dfd7, 0 0 20px #05dfd7, 0 0 10px #05dfd7 inset;
              box-shadow: 0 0 0 3px #05dfd7, 0 0 10px #05dfd7, 0 0 20px #05dfd7, 0 0 10px #05dfd7 inset; }

.statistics .item .stamp-md {
  width: 3.5rem !important;
  height: 3.5rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.statistics .item .number {
  font-size: 1.3rem;
  font-weight: bold; }

.statistics .item .stamp {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  color: #05dfd7 !important;
  font-size: 2rem;
  background: transparent !important;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 0 3px #05dfd7, 0 0 10px #05dfd7, 0 0 20px #05dfd7, 0 0 10px #05dfd7 inset;
          box-shadow: 0 0 0 3px #05dfd7, 0 0 10px #05dfd7, 0 0 20px #05dfd7, 0 0 10px #05dfd7 inset;
  text-shadow: 0 0 10px; }

.bg-success-gradient {
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%) !important; }

.bg-danger-gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(#fa709a), to(#fe8f40)) !important;
  background-image: linear-gradient(to left, #fa709a 0%, #fe8f40 100%) !important; }

.bg-info-gradient {
  background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%) !important; }

/*header*/
.header.top {
  padding-bottom: 0;
  padding-top: 0;
  background: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#000)), url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23fdfdfd' fill-opacity='0.2'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-image: linear-gradient(90deg, transparent, #000), url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23fdfdfd' fill-opacity='0.2'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.header.collapse {
  border: none !important;
  background-color: #000 !important;
  padding: .8rem !important;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 22;
  height: 100% !important;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
  .header.collapse.collapsing, .header.collapse.show {
    height: 100% !important; }
  @media (min-width: 990px) {
    .header.collapse.layout-nav-scrolled .nav-group-button {
      pointer-events: all;
      opacity: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

@media (max-width: 990px) {
  .nav-item {
    cursor: default; }
  .header.top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30; }
  .header.collapse, .header.collapsing {
    padding: 0 !important;
    background-color: #000 !important;
    position: fixed;
    top: 5rem !important;
    left: 0;
    right: 0;
    z-index: 29; } }

.nav-group-button {
  display: none; }

@media (min-width: 990px) {
  .nav-group-button {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    left: .75rem;
    top: -6rem;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    html[dir='ltr'] .nav-group-button{
      right: .75rem;
      left: unset;
    }
 }

.table th {
  text-transform: capitalize;
  font-size: 0.9rem; }

.page-main {
  background-color: #000; }
  @media (max-width: 990px) {
    .page-main {
      padding-top: 5rem; } }

.x_content {
  text-align: center; }

.projects {
  text-align: right;
  width: 100%;
  overflow: hidden;
  overflow-x: scroll; }
  .projects thead tr td {
    border: none; }
  .projects tr td {
    border-color: rgba(255, 255, 255, 0.1); }

.card-collapsed {
  -webkit-transform: all .3s ease;
          transform: all .3s ease; }

.card {
  border-radius: 10px;
  color: #ccc;
  /* font-family: IRANYekan; */
  font-family: IRANSans;
  overflow: hidden;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 5px #3d1c71, 0 0 10px #3d1c71, 0 0 30px #3d1c71, 0 0 20px #3d1c71 inset;
          box-shadow: 0 0 0 5px #3d1c71, 0 0 10px #3d1c71, 0 0 30px #3d1c71, 0 0 20px #3d1c71 inset; }
html[dir='rtl'] .card {
    /* font-family: IRANYekan; */
    font-family: IRANSansFa;
  }
  .card .card-header {
    position: relative;
    z-index: 1;
    padding: .5rem 2rem; }
    .card .card-header .card-options > a {
      width: 2rem;
      height: 2rem;
      border-radius: 5px;
      background-color: rgba(0, 0, 0, 0.2);
      color: #ccc;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .card .card-header .card-options > a:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5); }
      .card .card-header .card-options > a > i {
        font-size: 1.1rem; }
    .card .card-header::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 98%;
      height: 100%;
      border-radius: 10px;
      background-color: #6a011a;
      -webkit-box-shadow: 0 0 10px #6a011a, 0 0 30px -10px #6a011a;
              box-shadow: 0 0 10px #6a011a, 0 0 30px -10px #6a011a;
      z-index: -1; }
    .card .card-header .card-title {
      font-weight: bold; }
      @media (max-width: 768px) {
        .card .card-header .card-title {
          line-height: 2; } }
  .card .card-footer {
    border: none; }
  .card .card-body pre {
    direction: ltr;
    text-align: left;
    border-radius: 10px;
    background-color: #07002c;
    text-shadow: none;
    color: #aaa;
    font-size: 100%;
    padding: 1rem; }
    .card .card-body pre::-moz-selection {
      color: #000;
      background-color: #fecd1a; }
    .card .card-body pre::selection {
      color: #000;
      background-color: #fecd1a; }

/*pagination*/

.modal .modal-content {
  background-color: #000; }
  .modal .modal-content .modal-header {
    background: #6930c3 !important;
    border: none; }
    .modal .modal-content .modal-header .close::before {
      font-size: 1.4rem;
      color: #fff; }
  .modal .modal-content .modal-body {
    background-color: transparent; }

.item-action button {
  color: #fff;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #05dfd7, 0 0 10px #05dfd7, 0 0 20px #05dfd7, 0 0 10px #05dfd7 inset;
          box-shadow: 0 0 0 2px #05dfd7, 0 0 10px #05dfd7, 0 0 20px #05dfd7, 0 0 10px #05dfd7 inset;
  border: none; }
  .item-action button:focus {
    -webkit-box-shadow: 0 0 0 2px #05dfd7, 0 0 10px #05dfd7, 0 0 20px #05dfd7, 0 0 10px #05dfd7 inset;
            box-shadow: 0 0 0 2px #05dfd7, 0 0 10px #05dfd7, 0 0 20px #05dfd7, 0 0 10px #05dfd7 inset;
    background-color: #05dfd7; }

.form-control:focus {
  background-color: #000;
  border-color: #011FFD;
  -webkit-box-shadow: 0 0 0 2px #011FFD, 0 0 10px #011FFD, 0 0 10px #011FFD inset;
          box-shadow: 0 0 0 2px #011FFD, 0 0 10px #011FFD, 0 0 10px #011FFD inset;
  color: #fff;
  text-shadow: 0 0 5px; }

.order_by {
  color: #ccc;
  cursor: pointer;
  border-color: #333;
  background-color: #000; }
  .order_by > option:hover {
    background-color: #ec4646; }

.page-title {
  color: #ccc;
  margin-bottom: 1rem; }

.page-header .page-title {
  width: 100%; }

.page-header .page-options {
  cursor: default; }
  .page-header .page-options ul li {
    margin: .3rem; }
    .page-header .page-options ul li a {
      color: #c0e218;
      -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      border: none !important;
      padding: .3rem .5rem; }
      .page-header .page-options ul li a.btn-info {
        background-color: #c0e218 !important;
        -webkit-box-shadow: 0 0 0 2px #c0e218, 0 0 5px #c0e218, 0 0 10px #c0e218, 0 0 5px #c0e218 inset;
                box-shadow: 0 0 0 2px #c0e218, 0 0 5px #c0e218, 0 0 10px #c0e218, 0 0 5px #c0e218 inset;
        border: none !important;
        color: #000;
        font-weight: bold; }
        .page-header .page-options ul li a.btn-info:hover {
          color: #000 !important; }
      .page-header .page-options ul li a:hover {
        -webkit-box-shadow: 0 0 0 3px #c0e218, 0 0 7px #c0e218, 0 0 10px #c0e218, 0 0 5px #c0e218 inset;
                box-shadow: 0 0 0 3px #c0e218, 0 0 7px #c0e218, 0 0 10px #c0e218, 0 0 5px #c0e218 inset; }

.modules-lists .module-item .product-price {
  font-size: 22px;
  font-weight: 600;
  /*color: ;*/ }

.modules-lists .module-item .product-name {
  font-size: 16px;
  font-weight: 600;
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

@media (max-width: 992px) {
  .modules-lists .module-item .product-name {
    max-width: 230px; } }

.table-bordered {
  border-color: #555 !important; }

.table {
  margin-top: 1rem; }
  .table thead tr th {
    background-color: #a3362a;
    border-bottom: none;
    color: #fff; }
  .table tbody tr {
    -webkit-transition: .2s ease;
    transition: .2s ease; }
    .table tbody tr:hover {
      background-color: rgba(255, 255, 255, 0.08); }
      .table tbody tr:hover th, .table tbody tr:hover td {
        color: #fff !important; }
    .table tbody tr td ul {
      padding: 0;
      list-style-position: inside; }

/*auth-login-form*/

#new_order .content-header-title h6 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  padding: .9rem 0;
  text-shadow: 0 0 3px , 0 0 15px;
  display: inline-block;
  border-bottom: 1px solid #fff; }

#new_order .form-group > label {
  color: #ccc;
  padding: .5rem 0;
  font-size: .9rem; }

form .form-actions {
  text-align: left;
  padding: 2rem 0 0 2rem; }
  form .form-actions .order-button {
    border: none;
    outline: none;
    background-color: #00b158;
    cursor: pointer;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 10px;
    text-shadow: 0 0 5px;
    font-weight: bold;
    -webkit-box-shadow: 0 0 5px #00b158 , 0 0 10px #00b158 , 0 0 30px -5px #00b158;
            box-shadow: 0 0 5px #00b158 , 0 0 10px #00b158 , 0 0 30px -5px #00b158;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    form .form-actions .order-button:hover {
      background-color: #007e3f;
      -webkit-box-shadow: 0 0 5px #007e3f, 0 0 10px #007e3f, 0 0 30px -10px #007e3f;
              box-shadow: 0 0 5px #007e3f, 0 0 10px #007e3f, 0 0 30px -10px #007e3f; }
    @media (max-width: 768px) {
      form .form-actions .order-button {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 20;
        border-radius: 0;
        width: 100%;
        -webkit-box-shadow: none;
                box-shadow: none; }
        form .form-actions .order-button:hover {
          -webkit-box-shadow: none;
                  box-shadow: none; } }

.custom-checkbox {
  cursor: pointer;
  padding: 0 !important; }
  .custom-checkbox .custom-control-label {
    color: #ccc;
    margin-right: 1.5rem; }

.header-logo {
  max-width: 100px;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-filter: drop-shadow(0 0 10px red);
          filter: drop-shadow(0 0 10px red); }
  .header-logo:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }

@media (min-width: 1440px) {
  * {
    font-size: 1.1vw !important; }
  .container {
    max-width: 80% !important; }
  .page-title {
    color: #ff7b54 !important;
    font-size: 2vw !important; }
  #new_order .content-header-title h6 {
    font-size: 1.3vw !important;
    text-shadow: 0 0 3px;
    border-bottom-width: 3px; }
  .notifcation {
    width: 2.5vw;
    height: 2.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .notifcation > a {
      font-size: 1.5vw !important; }
      .notifcation > a > i {
        font-size: inherit !important; }
  .header.top {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#000)), url("data:image/svg+xml,%3Csvg width='62' height='64' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23fdfdfd' fill-opacity='0.2'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-image: linear-gradient(90deg, transparent, #000), url("data:image/svg+xml,%3Csvg width='62' height='64' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23fdfdfd' fill-opacity='0.2'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
     .header.top .header-logo {
      width: 12vw;
      max-width: 12vw; }
    html[dir='rtl'] .header.top .header-logo {
      width: 6vw;
      max-width: 6vw; }
  .neon-btn {
    padding: 1.5rem 2rem;
    font-size: 1.2vw; }
    .neon-btn:hover {
      -webkit-transform: translateY(-0.5rem);
              transform: translateY(-0.5rem);
      -webkit-box-shadow: 0 0 5px #34c5e9, 0 0 17px #34c5e9, 0 0 30px #34c5e9, 0 0 50px #34c5e9;
              box-shadow: 0 0 5px #34c5e9, 0 0 17px #34c5e9, 0 0 30px #34c5e9, 0 0 50px #34c5e9; }
      .neon-btn:hover:active {
        -webkit-transform: scale(0.95);
                transform: scale(0.95); }
    .neon-btn > i:nth-child(1), .neon-btn > i:nth-child(3) {
      height: .3vw; }
    .neon-btn > i:nth-child(2), .neon-btn > i:nth-child(4) {
      width: .3vw; }
  .statistics .item .stamp i {
    font-size: 2vw !important; }
      .promo-card .card{
        min-height: 120px;
      }
    }

@media (min-width: 1920px) {
  .header.top {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#000)), url("data:image/svg+xml,%3Csvg width='82' height='84' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23fdfdfd' fill-opacity='0.2'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-image: linear-gradient(90deg, transparent, #000), url("data:image/svg+xml,%3Csvg width='82' height='84' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23fdfdfd' fill-opacity='0.2'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); } }

.header{
  border-bottom: 2px solid transparent !important;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header.shrink {
    padding-bottom: 5px !important;
    border-bottom: 2px solid rgba(253, 58, 105, 0.3) !important;
}
@media (max-width:1440px){
  .notifcation {
    margin-top: 0.1em;
  }
}
.nav-item a[data-toggle='dropdown']:after{
  content: "\f063";
  font-family: 'FontAwesome';
  margin-right: 0.7em;
  font-size: 0.6vw;
  margin-top: 0.4em;
}
.log-details li, .log-details li a {
  font-size:0.8em !important;
}

/* Dashboard Top Banner */

.wof{

}
.normal-wof{
  content: url('/assets/images/wof-off.svg');
  filter: drop-shadow(0 0 3px #00FFFF);
  transition:500ms ease all;
  position:absolute;
  width:100%;
}
.promo-description{
  font-weight:200;
  font-size:12px !important;
}
.promo-card .card{
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.promo-card:hover .card{
  background-color: rgba(105, 48, 195, 0.3);
}
.promo-card:hover .normal-wof{
  content: url('/assets/images/wof-hover.svg');
  transform:scale(1.1);
  filter: drop-shadow(0 0 3px #FFFF00);
  margin-top:-0.5em;
}
.promo-card:hover .promo-action{
  transform:scale(1.5);
}
.promo-card .card .row>div{
  position:relative;
}
.promo .promo-title{
  font-weight:900;
  font-size:1.5vw !important;
  line-height:2vw;
  margin-bottom:0.1em;
}
.promo-content{
  transition:500ms ease all;
}
.promo-action{
  transition:500ms ease all;
  padding-top:1em;
}
.promo-action>i{
  font-size:3vw !important;
  color: #3d1c71;
}
.promo-card .normal-wof.active{
  content: url('/assets/images/wof-active.svg');
  filter: unset;
}
.promo-card:hover .normal-wof.active{
  animation: tossing 1s infinite;
}
/* ref */
.ref-bg{
  content: url('/assets/images/ref-off.svg');
  filter: drop-shadow(0 0 3px #00FFFF);
  transition:500ms ease all;
  position:absolute;
  width:100%;
}
.promo-card .card{
}
.promo-card:hover .ref-bg{
  content: url('/assets/images/ref-on.svg');
  transform:scale(1.1);
  filter: drop-shadow(0 0 3px #FFFF00);
  margin-top:-0.5em;
}
#ref-promo .promo-content{
  margin-right:2em;
}

@media (min-width: 768px) and (max-width:1023px) {
  .normal-wof {
    right:-3em;
    bottom:-1em;
    transform:rotate(-45deg) scale(2.5);
  }
  .promo-card:hover .normal-wof{
    content: url('/assets/images/wof-hover.svg');
    left:-3em;
    bottom:-1em;
    transform:rotate(-45deg) scale(2.5);
    transition:none;
  }
  .promo-card:hover .ref-bg{
    content: url('/assets/images/ref-on.svg');
    left:-3em;
    bottom:-1em;
    transform:scale(2.5);
    transition:none;
  }
  .ref-bg {
    left:-3em;
    bottom:-1em;
    transform:scale(2.5);
  }
  .image-container{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .text-container{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
 }
 @media (min-width: 425px) and (max-width:767px) {
   .normal-wof {
     bottom: -25vw;
     right: -6.5em;
     transform: scale(0.8) rotate(-5deg);
   }

   .ref-bg {
     bottom: -18vw;
     left: -6.5em;
     transform: scale(0.8);
   }

   .promo-card:hover .normal-wof{
     content: url('/assets/images/wof-hover.svg');
     bottom: -25vw;
     right: -6.5em;
     transform: scale(0.8) rotate(-5deg);
     transition:none;
   }

   .promo-card:hover .ref-bg{
     content: url('/assets/images/ref-on.svg');
     bottom: -18vw;
     left: -6.5em;
     transform: scale(0.8);
     transition:none;
   }
   .promo-description, .promo-action{
     display:none;
   }
   .promo-card .card{
     height:100px;
   }
   .promo{
     text-align:center;
   }
   .promo .promo-title{
      font-size: 5vw !important;
      line-height: 5vw !important;
      margin-right: 2em;
      margin-top:0.75;
   }
   .promo-content::after{
     content: "\e90f";
     font-family: 'feather';
     position: absolute;
     color: #3d1c71;
   }
   #ref-promo .promo-title{
     margin-right:auto;
   }
  }

@media (min-width: 320px) and (max-width:424px){
  .normal-wof {
    bottom: -6.5em;
    right: -4.5em;
    transform: scale(1) rotate(-45deg);
  }

  .ref-bg {
    bottom: -2.5em;
    left: -7.5em;
  }
  #ref-promo .promo-title{
    margin-right:auto;
  }
  .promo-card:hover .normal-wof{
    content: url('/assets/images/wof-hover.svg');
    bottom: -2.5em;
    right: -7.5em;
    transition:none;
  }

  .promo-card:hover .ref-bg{
    content: url('/assets/images/ref-on.svg');
    bottom: -6.5em;
    left: -4.5em;
    transform:scale(1);
    transition:none;
  }
  .promo-card .card{
    height:80px;
  }
  .promo-description, .promo-action{
    display:none;
  }
  .promo{
    text-align:center;
  }
  .promo .promo-title{
     font-size: 5vw !important;
     line-height: 5vw !important;
     margin-right: 2em;
     margin-top:0.75;
  }

 }
 @media (min-width: 280px) and (max-width:320px){
   .normal-wof {
     right: 0;
     top:3em;
   }
   .ref-bg {
     left:-5.5em;
     top:-1.5em;
     transform: scale(0.8);
   }
   #ref-promo .promo-title{
     margin-right:auto;
   }
   .promo .promo-title{
     font-weight: 900;
    text-align: center;
    margin-bottom: 0.1em;
    font-size:1em !important;
    line-height:1.5em;
   }
   .promo .promo-description{
     display:none;
   }
}
.mobile-top-nav {
  margin-top:1em;
  /* margin-bottom:2em; */
}
.mobile-top-nav .icon{
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  color: #05dfd7 !important;
  background: transparent !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px #05dfd7, 0 0 10px #05dfd7, 0 0 20px #05dfd7, 0 0 10px #05dfd7 inset;
  box-shadow: 0 0 0 3px #05dfd7, 0 0 10px #05dfd7, 0 0 20px #05dfd7, 0 0 10px #05dfd7 inset;
  text-shadow: 0 0 10px;
  height: 56px;
  width: 56px;
}
.menu-title{
  margin-top:0.75em;
  margin-right:auto;
  margin-left:auto;
  font-weight:500;
}
.mobile-top-nav:hover .menu-title{
  color:white !important;
}
.text-gray { color:#ccc }
.icon-new-order{
  content: url('/assets/images/new-order-icon.svg');
}
.icon-services{
  content: url('/assets/images/services-icon.svg');
}
.icon-app{
  content: url('/assets/images/app-icon.svg');
}
.icon-add-funds{
  content: url('/assets/images/add-funds-icon.svg');
}
.icon-earn{
  content: url('/assets/images/earn-icon.svg');
}
.icon-freecredit{
  content: url('/assets/images/freecredit-icon.svg');
}
.icon-referral{
  content: url('/assets/images/referral-icon.svg');
}
.icon-wheel-of-fortune{
  content: url('/assets/images/wheel-of-fortune-icon.svg');
}
.icon-withdraw{
  content: url('/assets/images/withdraw-icon.svg');
}
@media(min-width:425px){
  .hidden-mobile{
    display:none;
  }
}

@media (max-width:425px) {
  .hidden-mobile{
    display:unset;
  }
  ::-webkit-scrollbar{
    display:none;
  }

  .notifcation{
    margin-left:0;
  }
}

@media (max-width:768px){
  .header-logo{
    margin-right: auto;
  }
  .header.top{
    background-image: linear-gradient(
4deg
, transparent, #000), url(data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23fdfdfd' fill-opacity='0.2'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
  }
}

@media (max-width:768px){
  .notifbar{
    padding:1em;
    text-align:center;
    margin-bottom:1.5em;
    background-color:black;
    display:block !important;
    box-shadow: 0 0 0 3px #05dfd7, 0 0 10px #05dfd7, 0 0 20px #05dfd7, 0 0 10px #05dfd7 inset;
    -webkit-box-shadow: 0 0 0 3px #05dfd7, 0 0 10px #05dfd7, 0 0 20px #05dfd7, 0 0 10px #05dfd7 inset;
    margin-top:-1em;
  }
  .notifbar{
    color:#05dfd7;
    font-weight:300;
    font-size:0.8em;
  }
  .notifbar a {
    color:#05dfd7;
    font-weight:900;
    border-bottom:1px solid #05dfd7;
  }
  .my-md-5{
    margin-top:3em !important;
  }
  .header.top{
    /* padding-top:0 !important; */
  }
}
/* #linkInput::placeholder{
  color: rgba(255,255,255,0.2);
}
#quantityInput::placeholder{
  color: rgba(255,255,255,0.2);
} */


.ri-clubhouse-line{
  background-image:url(/assets/images/icon-clubhouse.svg);
  background-size: cover;
}
/*.ri-tumblr-line{
  background-image:url(/assets/images/icon-tumblr.svg);
  background-size: cover;
}*/
.ri-likee-line{
 background-image:url(/assets/images/icon-likee.svg);
 background-size: cover;
}
/*.ri-discord-line{
 background-image:url(/assets/images/icon-discord.svg);
 background-size:cover;
}*/
.ri-misc-line{
 background-image:url(/assets/images/icon-other.svg);
 background-size:cover;
}
