body {
  min-width: initial !important;
  background: #ffffff;
  color: #343434;
}

.generate-address {
  padding-bottom: 15px;
}

.modal-footer .btn-success {
  background-color: #4aa23c;
  border-color: #4aa23c;
}

.paging_simple_numbers .pagination .paginate_button.active a,
.paging_simple_numbers .pagination .paginate_button:hover a {
  background: #ed2c31;
  color: #343434;
}

.btn-info {
  color: #fff;
  background-color: #4496fe !important;
  border-color: #4496fe !important;
}

.modal-footer .fa {
  font-family: fontawesome !important;
  margin-right: 5px;
}

.btn-primary.withdraw-btn:not(:disabled):not(.disabled):active {
  background-color: #f25669 !important;
  border-color: #f25669 !important;
  box-shadow: none;
}

.row.form-mb {
  margin-bottom: 10px;
}

.hm-5col .card-inner {
  text-align: center;
}

.top-btn em.icon img {
  max-width: 32px;
}

.newtable a {
  padding: 1px 4px;
  color: #fff !important;
  border-radius: 2px;
}

.dark-mode .custom-file-label::after {
  background: #273648 !important;
}

a.eye {
  background-color: #ff9f43;
}

a.edit-user {
  background-color: #4643ff !important;
}

a.verify-doc {
  background-color: #bf43ff;
}

a.delete-user {
  background-color: #f44;
}

.newtable a:hover {
  opacity: 0.8;
}

span#close {
  font-weight: 500;
}

span#cancel {
  font-weight: 500;
}

span#open {
  font-weight: 500;
}

.row-height [class^="col"] {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex;
}

.hm-5col .card {
  width: 100%;
}

.login-section {
  background-image: url(/theme/images/login-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
}

  .login-section:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(21deg, #ed2c315c 0%, #4496fea3 100%);
    position: absolute;
  }

.login-terms {
  margin-top: 10px;
}

.login-term {
  overflow: auto;
  max-height: 400px;
}

  .login-term::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
  }

  .login-term::-webkit-scrollbar-track {
    background-color: #dbdfea;
  }

  .login-term::-webkit-scrollbar-thumb {
    background-color: #252f3b;
    outline: 0 solid slategrey;
  }

.pwd {
  position: relative;
}

span.pwd-eyes {
  position: absolute;
  top: 16px;
  right: 15px;
  cursor: pointer;
  color: #343434;
  z-index: 1024;
  font: normal normal normal 14px/1 FontAwesome !important;
}

.code-num .select2-container .select2-selection--single {
  height: 44px;
}

.code-num
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 44px;
}

.depo-info h6 {
  font-size: 14px;
}

  .depo-info h6 span {
    font-weight: 400;
  }

.depo-info {
  margin-bottom: 15px;
}

.social-link ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

  .social-link ul li {
    display: inline-block;
    margin-right: 5px;
  }

    .social-link ul li a {
      color: #343434;
      font-size: 17px;
      display: block;
      width: 38px;
      height: 38px;
      background-color: #ffe1e2;
      border-radius: 50%;
      text-align: center;
      line-height: 38px;
    }

      .social-link ul li a:hover {
        color: #fff;
        background-color: #ed2c31;
      }

.social-link .fa {
  font-family: fontawesome !important;
}

.social-link {
  margin-top: 15px;
}

.hm-5col .nk-iv-wg2-amount {
  color: #343434;
  margin: 9px 0 0 0;
  font-weight: 700;
  font-size: 16px;
}

#totalEquity button {
  background: transparent !important;
  margin: 0;
  color: #ed2c31 !important;
  width: 50px;
  line-height: 17px;
  padding: 0;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 11.5px;
  font-weight: 500;
  min-width: inherit;
  border: 1px solid #ed2c31 !important;
}

.card.bg-c-yellow {
  background: -webkit-gradient( linear, left top, right top, from(#fe9365), to(#feb798) );
  background: linear-gradient(to right, #fe9365, #feb798);
}

.card.bg-c-green {
  background: -webkit-gradient( linear, left top, right top, from(#0ac282), to(#0df3a3) );
  background: linear-gradient(to right, #0ac282, #0df3a3);
}

.card.bg-c-pink {
  background: -webkit-gradient( linear, left top, right top, from(#fe5d70), to(#fe909d) );
  background: linear-gradient(to right, #fe5d70, #fe909d);
}

.card.bg-c-blue {
  background: -webkit-gradient( linear, left top, right top, from(#01a9ac), to(#01dbdf) );
  background: linear-gradient(to right, #01a9ac, #01dbdf);
}

.card.bg-c-red {
  background: -webkit-gradient( linear, left top, right top, from(#0262e4), to(#4695ff) );
  background: linear-gradient(to right, #0262e4, #4695ff);
}

  .card.bg-c-yellow h6,
  .card.bg-c-green h6,
  .card.bg-c-pink h6,
  .card.bg-c-blue h6,
  .card.bg-c-red h6 {
    color: #343434;
    font-weight: 400;
  }

.nk-menu-link:hover .nk-menu-icon,
.nk-menu-item.active > .nk-menu-link .nk-menu-icon,
.nk-menu-item.current-menu > .nk-menu-link .nk-menu-icon {
  color: #fff;
}

.nk-sidebar.is-light .nk-menu > li:hover > a,
.nk-sidebar.is-light .nk-menu > li.active > a,
.nk-sidebar.is-light .nk-menu > li.current-menu > a,
.nk-sidebar.is-light .nk-menu > li > a:hover {
  /*background: #ed2c31 !important;
  color: #fff !important;*/
  background: transparent !important;
  color: #343434 !important;
  font-weight: 600;
}

  .nk-sidebar.is-light .nk-menu > li:hover > a .icon,
  .nk-sidebar.is-light .nk-menu > li.active > a .icon,
  .nk-sidebar.is-light .nk-menu > li.current-menu > a .icon,
  .nk-sidebar.is-light .nk-menu > li > a:hover .icon {
    color: #343434;
  }

.nk-sidebar-content .nk-menu-item.active svg {
  fill: #343434;
}

.nk-sidebar .nk-menu > li .nk-menu-sub .nk-menu-link {
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.is-light .nk-menu-link:hover,
.is-light .active > .nk-menu-link {
  color: #fff !important;
}

.is-light .nk-menu-sub .nk-menu-link:hover,
.is-light .nk-menu-sub .active > .nk-menu-link {
  color: #000000 !important;
}

.nk-menu-sub .nk-menu-toggle:after {
  color: #ed2c31 !important;
}

.is-light .nk-menu-icon {
  color: #526484;
}

.has-sidebar .logo-img {
  max-height: 75px;
}

.ticketstatus span.badge {
  margin-left: 8px;
  font-size: 11px;
  line-height: 16px;
  padding: 0 5px;
}

body.sidebar-collapse .sidebar-menu .treeview-menu > li > a {
  color: #212121 !important;
}

.user-thrd .media-body.photo-contant {
  background-color: #182536;
}

.ticket-col .media-body.photo-contant p {
  margin-bottom: 5px;
}

.ticket-col .media-body.photo-contant {
  border-radius: 5px;
  position: relative;
  padding: 10px;
}

  .ticket-col .media-body.photo-contant p.datetime {
    font-size: 12px;
  }

.admin-thrd .media-body.photo-contant {
  background-color: #28313d;
  color: #fff;
}

.img-box {
  background: #f5f6fa;
  width: 150px;
  text-align: center;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 30px 0 0;
}

  .img-box img {
    object-fit: cover;
  }

.ticket-col .media-body.photo-contant a h6 {
  margin-bottom: 5px;
}

.admin-thrd .media-body.photo-contant a h6 {
  color: #fff;
}

.admin-thrd .media-body.photo-contant p.datetime {
  color: #fff;
  opacity: 0.8;
}

.chat-header {
  display: flex;
  gap: 7px;
}

.mediass.admin-thrd {
  padding-left: 53px;
}

.boxbg {
  border: 2px solid rgba(255, 255, 255, 0.51);
  border-radius: 18px;
  box-shadow: 0 1px 0 0 #1593fd, 0 -1px 0 0 #5826e6, 1px 0 0 0 #1593fd, -1px 0 0 0 #1593fd, 1px -1px 0 0 #5826e6, -1px 1px 0 0 #1593fd, 1px 1px 0 0 #1593fd, -1px -1px 0 0 #5826e6;
  background-color: #fff;
  padding: 15px;
}

  .boxbg:hover {
    text-decoration: none;
    color: #212121;
  }

.small-box.boxbg .icon {
  position: relative;
  top: inherit;
  right: inherit;
  float: left;
  height: 70px;
  width: 70px;
  text-align: center;
  font-size: 30px;
  line-height: 74px;
  background: #6639e4;
  border-radius: 100%;
  color: #ffd72e;
}

.small-box.boxbg .inner {
  padding: 10px 10px 10px 0;
  margin-left: 90px;
}

.small-box.boxbg p {
  font-family: gothammedium;
  color: #343434;
  text-transform: uppercase;
}

a.btn.bluebtn {
  background: #6639e4;
  color: #fff;
  padding: 9px 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 40px;
  margin: 0 10px;
  border: none;
  cursor: pointer;
  border: 1px solid #6639e4;
  min-width: 120px;
  margin-top: 15px;
}

  a.btn.bluebtn:hover {
    background: #ffe930;
    color: #212121;
    border: 1px solid #ffe930;
  }

.level-setting .form-inline .form-group {
  margin-right: 0;
  margin-bottom: 15px;
}

.level-setting .form-inline .form-control {
  width: 100%;
  padding-left: 0;
}

.login-block .form-control {
  padding: 16px 1rem;
  height: auto;
  background: 0 0 !important;
  border-radius: 6px;
  border: 1px solid #00000036 !important;
  line-height: normal !important;
  font-size: 14px;
}

.login-block .btn {
  padding: 10px 0;
}

.focused .form-label-outlined,
.form-select ~ .form-label-outlined {
  font-size: 10px;
  color: #343434;
  font-weight: 500;
}

.ulogo img {
  width: 150px;
}

.user-panel > .image > img {
  max-width: 60px;
  border: none;
}

.profile-user-img {
  width: 35px;
  height: 35px;
}

.light-logo img {
  width: 120px;
}

.sidebar-collapse .user-panel > .image > img {
  max-width: 60px;
  margin: 0;
  height: 60px;
}

.bg1 {
  background-color: #ff7426;
}

.bg2 {
  background-color: #1eaae7;
}

.bg3 {
  background-color: #2bc155;
}

select {
  background-repeat: no-repeat !important;
  background-position: center right !important;
  background-size: 23px !important;
  border-bottom: 1px solid #d9d9d9 !important;
}

.tab-content .form-group label {
  text-transform: uppercase;
  color: #808080;
}

.form-group {
  margin: 0 0 15px 0 !important;
}

.dataTables_length select {
  background-size: 12px !important;
}

.dataTables_info,
.dataTables_length,
.dt-buttons {
  display: initial;
  padding-top: 5px;
}

img.login-logo {
  width: 170px !important;
  margin-bottom: 20px !important;
}

.login-section .box {
  border-radius: 25px !important;
  padding: 30px;
  margin: 0;
}

h1.login-text {
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #343434;
}

h3.login-text {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0px 20px 0px !important;
  font-size: 16px;
  line-height: 20px;
  color: #808080;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0;
}

.login-block #infoMessage {
  margin-bottom: 10px;
}

  .login-block #infoMessage .alert {
    padding: 10px 4rem 10px 10px;
    text-align: left;
    line-height: 18px;
    font-size: 13px;
    color: #ed2c31 !important;
    margin: 0 0 30px;
  }

.login-block .alert-dismissible .close:after {
  display: none;
}

.sub-btn {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  border: none;
  max-width: 100%;
  margin: 10px 0 20px;
  font-weight: 700;
}

button:focus {
  outline: none !important;
}

/* .fog-pwd {
  width: 100%;
  display: inline-block;
} */

.fog-pwd a {
  float: left;
  text-align: right;
  width: 100%;
  font-size: 12px;
  color: #ed2c31;
  font-weight: 500;
  text-decoration: underline;
}

.btn.btn-org {
  border-radius: 10px;
  background-color: #ed2c31;
  border-color: #ed2c31;
  padding: 13px 15px;
  color: #343434;
}

.btn-primary {
  color: #fff !important;
  background-color: #3496ed !important;
  border-color: #3496ed !important;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

  .btn-primary:hover {
    color: #dedede !important;
    background-color: #ed2c31 !important;
    border-color: #ed2c31 !important;
  }

#infoMessage .alert.alert-danger.alert-dismissible {
  color: #c3463c !important;
}

.nk-block-tools li.btn-wrap .btn-primary,
.nk-block-tools li.btn-wrap .btn-primary:active,
.nk-block-tools li.btn-wrap .btn-primary:focus {
  background: #4496fe !important;
  border-color: #4496fe !important;
}

p.forget-text.text-center {
  font-size: 14px;
  color: #343434;
  font-weight: 500;
}

  p.forget-text.text-center a {
    color: #4496fe;
  }

.div-der {
  background: #e5e5e9;
  height: 1px;
  width: 95%;
  margin: 0 auto;
}

.login-block .form-group {
  margin: 0 0 10px;
}

.form-control {
  border-radius: 4px;
  font-size: 12px;
  height: auto;
  line-height: 30px;
  border: 1px solid #dedede !important;
  box-shadow: none;
}

.box form {
  float: left;
  width: 100%;
}

p.forget-text {
  white-space: nowrap;
}

  p.forget-text a {
    color: #ed2c31;
    text-decoration: underline;
  }

.login-block {
  max-width: 100%;
}

a.loginlogo {
  width: 100%;
  max-width: 150px;
  display: inline-block;
  margin-bottom: 40px;
}

.user-panel {
  background: 0 0;
  padding: 30px 0;
  border-bottom: 1px solid #413f3f;
}

  .user-panel > .info {
    padding: 5px;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #efefef;
    font-size: 12px;
  }

    .user-panel > .info > p {
      font-weight: 700;
      margin: 0;
      color: #8b9099;
      padding: 10px;
    }

.skin-blue-light .main-header .navbar {
  box-shadow: none !important;
  background-color: #131416 !important;
  border-bottom: none;
}

  .skin-blue-light .main-header .navbar .sidebar-toggle {
    color: #fff !important;
    font-size: 24px;
    position: absolute;
  }

.skin-blue-light .wrapper,
.skin-blue-light .main-sidebar,
.skin-blue-light .left-side {
  background-color: #fff;
  box-shadow: none;
  border-right: 1px solid #efefef;
}

.skin-blue-light .sidebar-menu > li.active > a {
  font-family: gothamproregular;
  color: #ffd72e !important;
  background: 0 0;
}

.sidebar-menu > li > a {
  padding: 0 10px 0 13px !important;
  display: block;
  color: #fff !important;
  text-transform: uppercase;
}

  .sidebar-menu > li > a > .fa {
    width: 20px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    margin-right: 0;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
    color: #fff;
  }

.sidebar-menu > li.active > i {
  color: #fff;
}

.sidebar-menu .active .fa {
  color: #ffd72e !important;
  font-size: 14px;
}

.sidebar-menu li:hover .fa {
  color: #ffd72e;
}

.sidebar-menu > li:hover a {
  color: #ffd72e !important;
}

.sidebar-menu .fa:hover {
  color: #ffd72e !important;
}

.info a {
  color: #8b9099 !important;
  font-weight: 600;
  font-size: 12px !important;
  padding: 10px 0 !important;
}

ol.breadcrumb {
  display: none;
}

.profile-user-info .text-muted {
  color: #249cdd !important;
  font-weight: 600;
  font-size: 16px;
}

.white-block {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
}

.clearfix {
  clear: both;
}

.row-eq-height .white-block.clearfix {
  height: 100%;
}

.profile-block-section .nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 10px;
  border-radius: 0;
  position: relative;
}

.profile-block-section .tab-content:after {
  background: url(https://cubeglobalfx.com/theme/images/watermark.png) no-repeat center;
  background-size: 80%;
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  opacity: 0.2;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  opacity: 0.1;
}

.profile_block {
  background: #eaeaea;
  padding: 20px;
}

.profile-user-info {
  margin-top: 0;
}

.profile-row-block .white-block.clearfix {
  text-align: center;
  padding: 20px;
}

.profile-row-block .white-block.clearfix {
  text-align: center;
  padding: 20px;
}

.profile-row-block i {
  font-size: 30px;
  color: #5826e6;
  margin-bottom: 12px;
  float: left;
  width: 100%;
}

h5.profile-title {
  font-size: 14px;
  color: #2a2a2a;
  text-transform: capitalize;
  float: left;
  width: 100%;
  margin: 0 0 3px;
}

span.profile-text {
  font-size: 14px;
  font-weight: 400;
}

.white-box {
  background: #fff;
  box-shadow: 0 10px 35px -30px #0009;
  margin-bottom: 20px;
}

.profile-right-block .white-block.clearfix {
  background: #fff;
  margin: 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0 1px 0 0 #1593fd, 0 -1px 0 0 #5826e6, 1px 0 0 0 #1593fd, -1px 0 0 0 #1593fd, 1px -1px 0 0 #5826e6, -1px 1px 0 0 #1593fd, 1px 1px 0 0 #1593fd, -1px -1px 0 0 #5826e6;
}

.row.m-t-20 {
  margin-top: 20px;
}

span.profile-text {
  color: #8a8a8a;
}

.profile-right-block .white-block.clearfix:hover {
  transform: scale(1.1);
}

.profile-right-block {
  padding: 60px;
}

.heading-title h1 {
  line-height: normal;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #111;
}

.p-r-0 {
  padding-right: 0;
  border-right: 1px solid #e6e6e6;
}

.heading-title {
  margin: 0;
}

.b-size {
  font-size: 18px !important;
}

.box-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

a.logout-btn {
  background: #6639e4;
  color: #fff;
  padding: 5px;
  width: 110px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  border-radius: 40px;
  margin: 0 10px;
  line-height: 24px;
}

  a.logout-btn:hover {
    background: #ffd72e;
    color: #343434;
  }

.box.box-default.proof-col {
  border-radius: 20px;
  box-shadow: 0 1px 0 0 #1593fd, 0 -1px 0 0 #5826e6, 1px 0 0 0 #1593fd, -1px 0 0 0 #1593fd, 1px -1px 0 0 #5826e6, -1px 1px 0 0 #1593fd, 1px 1px 0 0 #1593fd, -1px -1px 0 0 #5826e6;
}

.small-box.boxbg .icon img {
  max-width: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.edit-tab {
  background: #6639e4 !important;
  color: #fff !important;
  font-family: gothamproregular;
  border-radius: 40px !important;
  padding: 5px 15px !important;
  position: relative;
  top: 8px;
}

.level-setting input.form-control {
  border-bottom: 1px solid #ccc;
}

.vtabs .tab-content {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
  width: 70%;
}

.admin-dashboard .box-body .form-control {
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding-left: 0;
}

  .admin-dashboard .box-body .form-control:focus {
    border-color: #6639e4;
  }

.admin-dashboard .table a {
  text-decoration: none;
  margin: 2px;
  float: left;
}

.admin-dashboard button#subBtn {
  border-radius: 120px;
  width: 120px;
}

.ribbon-container {
  position: relative;
  font-size: 18px;
  line-height: 18px;
  width: 190px;
}

  .ribbon-container span {
    display: block;
    padding: 0 20px;
    position: relative;
    background: #ffe930;
    overflow: visible;
    height: 34px;
    margin-left: 0;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    line-height: 34px;
  }

    .ribbon-container span:before {
      content: "";
      height: 0;
      width: 0;
      display: block;
      position: absolute;
      top: 0;
      right: -18px;
      border-top: 17.5px solid #ffe930;
      border-bottom: 17.5px solid #ffe930;
      border-right: 17.5px solid transparent;
      border-left: 17.5px solid transparent;
    }

.edit_profile label.custom-file-label {
  padding: 7px !important;
}

.edit_profile .custom-file {
  margin: 10px 0;
}

.modal-footer.assign-footer {
  border-top: 0;
}

.form-input input.form-control {
  border-bottom: 1px solid #d9d9d9;
}

.bluebtn {
  background: #6639e4;
  color: #fff;
  padding: 5px;
  width: 110px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  border-radius: 40px;
  margin: 0 0;
  line-height: 24px;
}

  .bluebtn:hover {
    background-color: #ffd72e;
    color: #212121;
  }

#leadForm button#saveBtn,
.save .bluebtn {
  position: relative;
  top: 24px;
}

.seo-details-btn .btn.btn-success- {
  position: relative;
  top: 50px;
}

.email-card .card-block {
  padding-top: 30px;
}

.ticket-col {
  margin-top: 25px;
}

  .ticket-col .mediass {
    margin-bottom: 25px;
    display: flex;
    gap: 15px;
  }

.chat-reply-col {
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}

  .chat-reply-col textarea {
    padding: 10px;
  }

tfoot {
  display: none !important;
}

.dataTables_filter input {
  border-radius: 5px;
  padding: 5px;
}

.add-btn {
  background: #6639e4;
  height: 31.5px;
  -webkit-appearance: none;
  color: #fff;
  padding: 5px 12px;
  float: right;
  text-align: center;
  text-transform: capitalize;
  border-radius: 40px;
  margin: 0 10px;
  border: none;
  cursor: pointer;
  font-family: gothammedium;
  border: 1px solid #6639e4;
  text-transform: uppercase;
}

  .add-btn:focus {
    outline: none;
  }

  .add-btn:hover {
    background: #ffe930;
    color: #212529;
    border: 1px solid #ffe930;
  }

.box-footer button {
  background: #6639e4;
  color: #fff;
  padding: 9px 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 40px;
  margin: 0 10px;
  border: none;
  cursor: pointer;
  border: 1px solid #6639e4;
  min-width: 120px;
}

  .box-footer button:hover {
    background: #ffe930;
    color: #212121;
    border: 1px solid #ffe930;
  }

.modal span.err {
  float: left;
  width: 100%;
}

.box-footer {
  text-align: center;
}

.dataTables_length select {
  padding: 0 !important;
}

.admin-sidebar .info {
  border: none;
}

.manager-block .ulogo img {
  width: 60px;
  border-radius: 50px;
}

.admin-dashboard .small-box {
  border-radius: 5px;
}

.agree-terms {
  padding: 0px 20px 0;
  font-weight: 600;
}

  .agree-terms a {
    color: #ed2c31;
    text-decoration: underline;
  }

#updatePassFrm .modal-title {
  display: inline-block;
  margin: 0 auto;
}

.field-row {
  margin: 0 0 15px;
}

  .field-row:nth-last-child(1) {
    margin: 0;
  }

.textbox {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

table.dataTable {
  border: none;
  white-space: nowrap;
}

.table thead tr:last-child th {
  border: none;
  /* border-bottom: 1px solid #dbdfea */
}

.dataTables_filter input.form-control {
  margin-left: 12px;
}

.nk-refwg-url .form-control-wrap {
  width: auto;
  display: inline-block;
  padding: 0.4375rem 5px 0.4375rem 40px;
  border-radius: 10px;
  font-size: 14px;
  height: auto;
  line-height: 30px;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}

  .nk-refwg-url .form-control-wrap .form-icon {
    left: 0;
    height: 44px;
  }

    .nk-refwg-url .form-control-wrap .form-icon .icon {
      font-size: 20px;
      color: #343434;
    }

  .nk-refwg-url .form-control-wrap a.copyButton {
    margin-left: 10px;
    color: #fff;
    background: #f0f0f0;
    border-radius: 40px;
    padding: 8px 10px;
    font-weight: 600;
  }

.timeline-status {
  background: #f0f0f0;
}

.copyButton em {
  color: #343434;
}

.tab-content .profile-ud.wider {
  align-items: center;
}

.tab-content .profile-ud input,
.tab-content .profile-ud textarea,
.tab-content .profile-ud select {
  /* color: #526484;
    background: 0 0;
    border-bottom: 1px solid #384d69;
    font-size: 14px; */

  border-radius: 10px;
  font-size: 14px;
  height: auto;
  line-height: 30px;
  border: 1px solid #dedede !important;
  box-shadow: none;
  color: #3c4d62;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.custom-file-label {
  white-space: nowrap;
  overflow: hidden;
  border-radius: 10px;
  font-size: 13px;
  height: auto;
  line-height: 30px;
  border: 1px solid #dedede !important;
  box-shadow: none;
  color: #3c4d62;
}

.custom-file-input {
  min-height: 46px;
}

.custom-file-label::after {
  height: 46px;
  line-height: 30px;
  color: #343434;
  background: #f0f0f0;
}

.tab-content .profile-ud input:focus,
.tab-content .profile-ud textarea:focus,
.tab-content .profile-ud select:focus {
  background: 0 0;
}

.nav-tabs .nav-link:hover {
  background: 0 0;
}

.nav-tabs .nav-link.active:focus {
  color: #1f64ad;
  border: none;
  background-color: transparent;
}

.userinfocard .overline-title-alt {
  font-size: 13px;
}

.modal-body label {
  margin: 0 0 0.5rem;
  font-weight: 500;
  color: #808080;
  font-size: 12px;
  text-transform: capitalize;
}

.modal-backdrop.show {
  background-color: #000;
}

.modal-body input.form-control,
.modal-body textarea.form-control {
  background: 0 0;
  border: 1px solid #dbdfea;
  border-radius: 4px;
  padding: 0.6875rem 1rem;
  resize: none;
}

.modal-body input.form-control {
  border-radius: 4px;
  font-size: 12px;
  height: auto;
  line-height: 30px;
  border: 1px solid #dedede !important;
  box-shadow: none;
  padding: 0.4375rem 1rem;
}

.modal-body .form-control:focus {
  background: 0 0;
  border: 1px solid #343434;
}

.daterangepicker {
  background-color: #0d141d;
  border-radius: 4px;
  border: 2px solid #1d2d40;
}

  .daterangepicker:after {
    border-right: 6px solid transparent;
    border-bottom: 6px solid #0d141d;
    border-left: 6px solid transparent;
  }

  .daterangepicker .drp-buttons {
    border-top: 1px solid #1d2d40;
  }

  .daterangepicker .calendar-table {
    border: 1px solid #1d2d40;
    border-radius: 4px;
    background-color: #141c26;
  }

  .daterangepicker td.active,
  .daterangepicker td.active:hover {
    background-color: #1f64ad;
    border-color: transparent;
    color: #fff;
  }

  .daterangepicker td.off,
  .daterangepicker td.off.in-range,
  .daterangepicker td.off.start-date,
  .daterangepicker td.off.end-date {
    background-color: #1d344b;
    color: #fff;
  }

  .daterangepicker td.in-range {
    background-color: #1f64ad;
    color: #fff;
  }

  .daterangepicker td.available:hover,
  .daterangepicker th.available:hover {
    background-color: #1f64ad;
  }

  .daterangepicker .calendar-table .next span,
  .daterangepicker .calendar-table .prev span {
    border: solid #384d69;
    border-width: 0 2px 2px 0;
  }

  .daterangepicker th.available:hover span {
    border: solid #fff;
    border-width: 0 2px 2px 0;
  }

  .daterangepicker .drp-buttons .btn.applyBtn {
    background: #16ad4b;
    border-radius: 4px;
    border-color: #16ad4b;
  }

.nk-help-img {
  width: 120px;
  margin-right: 0;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
  text-align: center;
  padding: 0.125rem;
}

.text-center .nk-help-img {
  margin-left: auto;
  margin-right: auto;
}

.support-card .nk-help-plain {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.nk-help-plain .nk-help-img {
  margin-bottom: 1.25rem;
}

.nk-help-plain .nk-help-action {
  margin-top: auto;
  padding: 0;
}

.nk-help-plain .nk-help-text {
  padding: 0;
  margin-bottom: 1.5rem;
}

.quicklinks .preview-icon-box {
  padding: 20px 10px;
}

  .quicklinks .preview-icon-box:hover .preview-icon-wrap span {
    background: #ed2c31;
  }

    .quicklinks .preview-icon-box:hover .preview-icon-wrap span img {
      filter: invert(1);
    }

    .quicklinks .preview-icon-box:hover .preview-icon-wrap span em {
      color: #fff !important;
    }

.quicklinks .preview-icon-name {
  font-size: 14px;
  font-weight: 700;
  color: #343434;
}

.quicklinks .preview-icon-wrap {
  display: flex;
  justify-content: center;
  margin: 0px;
}

  .quicklinks .preview-icon-wrap span {
    width: 56px;
    height: 56px;
    background: #fbdbdc;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

    .quicklinks .preview-icon-wrap span img {
      width: 23px;
    }

.depamtblock form {
  display: flex;
  align-items: flex-start;
}

  .depamtblock form .form-control-wrap {
    margin-right: 10px;
  }

.withdraw-nk-block form {
  width: 100%;
  max-width: 960px;
}

span.err {
  color: #e85347;
  font-size: 11px;
  font-style: italic;
}

.add-ticket {
  display: flex;
  margin: 0 -1.5rem;
  padding: 0 1.5rem;
  border-bottom: 1px solid #dbdfea;
}

  .add-ticket div {
    padding-right: 30px;
  }

  .add-ticket .list-group-item {
    padding: 0 0 1rem;
    border: none;
    font-size: 0.875rem;
    font-weight: 500;
    position: relative;
  }

    .add-ticket .list-group-item:hover {
      color: #ed2c31;
      background: 0 0;
    }

    .add-ticket .list-group-item.active {
      color: #ed2c31;
      background: 0 0;
    }

      .add-ticket .list-group-item.active:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        background: #ed2c31;
      }

.table-bordered tr th {
  color: #8094ae;
  font-weight: 700;
}

  .table-bordered tr th:first-child,
  .table-bordered tr td:first-child {
    border-left: none;
  }

  .table-bordered tr th:last-child,
  .table-bordered tr td:last-child {
    border-right: none;
  }

.addticket-block form {
  width: 100%;
  max-width: 900px;
}

.text-success {
  margin-top: 0;
  font-size: 12px;
}

h6.f-right {
  font-size: 12px;
  font-weight: 500;
}

.sweet-alert {
  background-color: #141c26 !important;
}

  .sweet-alert p {
    color: #b6c6e3 !important;
  }

  .sweet-alert .sa-icon.sa-success::before,
  .sweet-alert .sa-icon.sa-success::after,
  .sweet-alert .sa-icon.sa-success .sa-fix {
    display: none !important;
  }

div.dataTables_wrapper div.dataTables_processing {
  background-color: #ccc !important;
  color: #343434 !important;
}

h5#address_input {
  font-size: 18px;
  font-weight: 500;
}

.card.email-card {
  box-shadow: none !important;
  margin: 0;
}

  .card.email-card .card-header {
    display: initial;
    padding: 0;
    background: 0 0;
  }

    .card.email-card .card-header h5 {
      margin: 0;
      font-weight: 500;
    }

    .card.email-card .card-header h6 {
      margin-top: 6px;
      color: #b6c6e3;
    }

.ticketkit button#ticket-statusb {
  margin-top: -130px;
}

select.form-control option {
  padding: 5px;
  font-size: 13px;
}

#blcDetail .table {
  table-layout: fixed;
}

  #blcDetail .table th,
  #blcDetail .table td {
    border: 1px solid #f0f0f0;
  }

  #blcDetail .table th {
    font-weight: 500;
  }

.dt-button:before {
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  width: 2.125rem;
  font-family: nioicon;
}

.dt-buttons span {
  display: none;
}

.dt-button {
  font-family: dm sans, sans-serif;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.4375rem 1.125rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 1 1 auto;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
}

  .dark-mode .btn-outline-light,
  .dark-mode .dt-button,
  .dt-button .dark-mode {
    border-color: #3c4d62;
    color: #b7c2d0;
    background: #141c26;
  }

.dark-mode
.dt-buttons
.dt-button:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #8091a7;
  background: #1b2531;
}

.dt-buttons > .dt-button:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dataTables_length label,
.dataTables_filter label {
  font-size: 12px;
}

.dataTables_length select.form-control {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  margin: 0 8px;
}

.dataTables_wrapper {
  justify-content: space-between;
}

.admintb a.eye,
.admintb a.edit-user,
.admintb a.verify-doc,
.admintb a.delete-user,
.admintb a.active-user {
  color: #fff !important;
  padding: 4px 4px 3px;
  line-height: normal;
  border-radius: 2px;
}

.admintb td,
.admintb th {
  font-size: 12px;
}

.admintb a.active-user {
  background: #28c76f;
}

.dark-mode hr {
  border-top: 1px solid rgb(183 194 208/25%);
}

.form-group label.form-label {
  font-size: 12px;
}

.login-block.stepsignup {
  text-align: initial;
}

.stepsignup .login-block {
  width: 100%;
}

.stepsignup .stepsignupleft {
  background: #f5f6fa;
  height: 100%;
  padding: 15px;
}

.stepsignup form,
.stepsignup .setup-content {
  height: 100%;
}

  .stepsignup form .signup-content {
    display: flex;
    height: 100%;
    flex-direction: column;
  }

    .stepsignup form .signup-content .nextBtn {
      margin-top: auto;
      margin-left: auto;
    }

div#step-2,
div#step-3 {
  display: none;
}

.stepsignup .stepwizard-step {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}

  .stepsignup .stepwizard-step a {
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    min-width: 40px;
    margin: 0 10px 0 0;
  }

    .stepsignup .stepwizard-step a.disabled {
      background: 0 0;
      border: 1px solid #384d69;
      color: #384d69;
    }

  .stepsignup .stepwizard-step p {
    line-height: 18px;
    color: #8094ae;
  }

  .stepsignup .stepwizard-step.active p {
    color: #111;
  }

  .stepsignup .stepwizard-step label {
    width: 100%;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
  }

.stepwizard-step2,
.stepwizard-step3 {
  position: relative;
}

  .stepwizard-step2:before,
  .stepwizard-step3:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    top: -40px;
    background: #384d69;
    left: 20px;
  }

  .stepwizard-step2.active:before {
    background: #1f64ad;
  }

.verificationtab {
  display: none;
  margin-top: 90px;
}

.addressinfo {
  display: none;
}

.empstatuscol {
  display: flex;
  justify-content: space-between;
}

  .empstatuscol .custom-control.custom-radio {
    width: auto !important;
  }

  .empstatuscol .custom-control-label {
    padding-top: 0;
  }

.expbackground {
  display: none;
}

input.form-control.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.completemsg {
  display: none;
  margin-top: 50px;
}

.loginbtn {
  text-transform: uppercase;
  margin-top: 20px;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #16ad4b;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto 25px;
  box-shadow: inset 0 0 0 #16ad4b;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 30px #16ad4b;
  }
}

.nk-help-plain .nk-help-img svg path {
  fill: #fff;
}

.individual.applicationtype .col-md-3 {
  max-width: 29%;
  flex: 0 0 29%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  background: 0 0;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.btn-success {
  background: #ed2c31 !important;
  border: none;
  color: #fff !important;
  border-radius: 50px;
}

span#secretInfo {
  color: #343434 !important;
}

.hm-5col.padd-row .col .card {
  background-image: linear-gradient(21deg, #ed2c31 0%, #ed2c31 100%);
  background-color: #ed2c31;
}

button.btn.btn-light {
  background: transparent !important;
  border: 1px solid #e6e6e6 !important;
  color: #343434 !important;
  line-height: 30px;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
}

  button.btn.btn-light:hover {
    background: #ed2c31 !important;
    color: #fff !important;
  }

#pageLoading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/favicon.png") 50% 50% no-repeat rgb(255, 255, 255);
  background-size: 50px 50px;
}

.btn,
.dual-listbox .dual-listbox__button {
  letter-spacing: 0px;
  font-family: "Inter", sans-serif;
  line-height: 26px;
  padding: 5px 15px;
  min-width: 100px;
  text-align: center;
  justify-content: center;
}

.login-block input[type="checkbox"].form-control {
  min-height: inherit;
  padding: 0px;
  margin-right: 5px;
}

.checkbox label {
  margin: 0;
}

.checkbox {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  flex-wrap: wrap;
}

  .checkbox span#check_error {
    width: 100%;
  }

@media screen and (min-width: 1200px) and (max-width: 1370px) {
  .quicklinks .preview-icon-box {
    padding: 10px;
  }

  .quicklinks .preview-icon-name {
    font-size: 11px;
  }

  .quicklinks .preview-icon-wrap span {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 1240px) {
  .small-box.boxbg .icon {
    height: 50px;
    width: 50px;
    font-size: 23px;
    line-height: 50px;
  }

  .small-box.boxbg .inner {
    margin-left: 61px;
  }
}

@media only screen and (max-width: 1199px) {
  .small-box.boxbg .icon {
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
  }

  .small-box.boxbg .inner {
    margin-left: 90px;
  }

  .dataTables_length {
    margin-bottom: 15px !important;
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .login-block.stepsignup > .row > .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .login-block.stepsignup > .row > .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .stepsignup .stepsignupleft {
    height: auto;
    text-align: center;
  }

  .stepsignupleft .stepwizard-row.setup-panel {
    display: flex;
    justify-content: center;
  }

  .stepsignup .stepwizard-step {
    margin: 0;
    display: inline-block;
    min-width: 30%;
  }

    .stepsignup .stepwizard-step a {
      margin: 0 0 10px;
      position: relative;
      z-index: 1;
      background: #1f64ad;
    }

  .stepwizard-step2:before,
  .stepwizard-step3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 20px;
    background: #384d69;
    left: -60%;
  }

  .stepsignup .stepwizard-step a.disabled {
    background: #f5f6fa;
  }

  a.loginlogo {
    margin-bottom: 30px;
  }

  .verificationtab {
    margin-top: 0;
  }

  .completemsg {
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .hm-5col .col {
    flex-basis: 50%;
    padding-bottom: 0 !important;
  }

    .hm-5col .col .card {
      margin-bottom: 15px;
    }

  .dataTables_length {
    margin-bottom: 15px !important;
    display: block;
  }

  .dt-buttons {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .dataTables_filter {
    float: none;
  }

  #leadForm button#saveBtn,
  .save .bluebtn {
    top: 0;
  }

  #logoForm img {
    margin-top: 15px;
  }

  .addseo.text-right {
    text-align: left !important;
    margin-top: 15px;
  }

  .vtabs .tabs-vertical {
    width: 100%;
    display: block;
  }

  .vtabs .tab-content {
    display: block;
    width: 100%;
  }

  .profile-right-block {
    padding: 40px !important;
  }

  .edit_profile .box-body {
    padding: 0;
  }

  .vtabs .control-label {
    padding-left: 15px !important;
    padding-right: 15px;
  }

  .vtabs {
    display: block;
  }

  .row.row-eq-height button.btn {
    margin-top: 10px;
  }

  .fog-pwd a {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .sign-footer a.btn.btn-primary {
    margin-bottom: 10px;
    padding: 10px 11px;
  }

  .top-btn .btn-icon.btn-xl .icon {
    width: 52px;
  }

  .row.form-mb {
    margin-bottom: 0;
  }

  .form-mb .col-md-4 {
    margin-bottom: 10px;
  }

  .form-mb .col-md-6 {
    margin-bottom: 10px;
  }

  .depo-info h6 {
    margin-bottom: 9px !important;
  }

  .nk-block-between.dash-head {
    flex-direction: column;
  }

  .dash-head .nk-block-head-content {
    margin-bottom: 15px;
  }

  .card.email-card h5.card-header-text {
    margin-right: 0;
  }

  .small-box.boxbg .icon {
    display: block;
  }

  .small-box.boxbg .inner {
    text-align: left;
  }

  .box-header .col-md-3.pull-right {
    margin-top: 25px;
  }

  .dt-buttons .dt-button {
    margin-bottom: 5px;
  }

  .add-btn {
    float: left;
    margin: 0 0;
  }

  .modal-footer button {
    padding: 10px 11px !important;
    margin-bottom: 10px;
  }

  h3 {
    line-height: 26px;
  }

  .email-card .card-header {
    flex-direction: column;
  }

  .referral-col span {
    margin-bottom: 15px;
    margin-top: 5px;
  }

  .box-header .col-lg-4.col-md-12.pull-right {
    margin-top: 15px;
  }

  .referral-col {
    margin-top: 20px;
  }

  .tab-content .pad {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-content .profile-ud.wider {
    display: inline-block;
    width: 100%;
  }

  .tab-content .wider .profile-ud-label {
    margin: 0 0 5px;
  }

  .profile-ud-item {
    margin-bottom: 5px;
  }

  #profileKycForm .profile-ud-item {
    margin-bottom: 25px;
  }

  .nk-menu-sub .nk-menu-link {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  /* .table.dataTable,.table {
        white-space: nowrap
    } */

  .card-title-group .card-title h6.title {
    font-size: 15px;
  }

  .depamtblock form {
    width: 100%;
    display: inline-block;
  }

    .depamtblock form button {
      margin-top: 10px;
    }

  .form-label {
    font-size: 12px !important;
    line-height: normal;
  }

  /* .form-control {
        font-size: 13px!important;
        min-height: 38px
    } */

  .add-ticket .list-group-item {
    font-size: 12px;
  }

  a.btn {
    font-size: 13px;
    padding: 8px 17px;
  }

  button.btn {
    font-size: 13px;
    padding: 8px 17px;
    width: auto;
  }

  .custom-file {
    height: 38px !important;
  }

  .custom-file-label {
    height: 38px !important;
    line-height: 26px !important;
  }

    .custom-file-label::after {
      height: 38px !important;
      line-height: 26px !important;
    }

  .chat-header {
    width: 100%;
    display: inline-block;
  }

  .chat-reply-col {
    margin-top: 0;
  }

  .login-section .box {
    padding: 15px;
  }

  .login-block .form-control {
    min-height: 38px;
  }

  h5#address_input {
    font-size: 14px;
    line-height: 20px;
  }

  .paging_simple_numbers .pagination .paginate_button {
    border: none;
    background: 0 0;
  }

  .dataTables_length label,
  .dataTables_filter label {
    align-items: center;
  }

  .table thead th {
    font-size: 12px !important;
  }

  .setup-content .row .col-md-6 {
    margin-bottom: 1.5rem;
  }

    .setup-content .row .col-md-6:last-child {
      margin: 0;
    }

  .individual.applicationtype .col-md-3 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 1.5rem;
  }

    .individual.applicationtype .col-md-3:last-child {
      margin-bottom: 0;
    }

  .individual.applicationtype .col-md-2,
  .individual.applicationtype .col {
    margin-bottom: 1.5rem;
  }

  .pre-load img {
    max-width: 60px;
  }

  .pre-load {
    display: flex;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
  }

  .logo-light {
    opacity: 1;
  }

  .logo-dark {
    opacity: 0;
  }
}

@media only screen and (max-width: 575px) {
  .hm-5col .col {
    flex-basis: 100%;
  }

    .hm-5col .col .card {
      margin-bottom: 0;
    }

    .hm-5col .col:last-child .card {
      margin-bottom: 15px;
    }

  .tablist-responsive,
  .compose-list-group {
    flex-wrap: nowrap;
    flex-direction: row;
    /* overflow: scroll;*/
  }

    .tablist-responsive .nav-link span,
    .list-group-item {
      width: fit-content;
      white-space: nowrap;
      font-size: 12px;
    }

  .login-block .form-control {
    line-height: normal;
  }

  .login-block h3.login-text {
    font-size: 16px;
  }

  .login-block img.login-logo {
    margin: 0px auto 40px auto !important;
  }

  .login-block .form-mb .col-md-4 {
    margin-bottom: 0px;
  }

  .login-block .form-mb .col-md-6 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 425px) {
  .card-aside-wrap {
    display: inline-block !important;
  }

  .nk-refwg-url .form-control-wrap {
    display: flex;
  }

  .nk-refwg-url #secretInfo {
    white-space: nowrap;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }

  .nk-refwg-url .form-control-wrap a.copyButton {
    margin-left: auto;
  }

  .add-ticket div {
    padding-right: 8px;
  }
}

@media only screen and (max-width: 375px) {
  .add-ticket .list-group-item {
    font-size: 10.5px;
    font-weight: 400;
  }

  .stepsignup .stepwizard-step p {
    font-size: 11px;
    line-height: 14px;
  }

  .stepsignup .stepwizard-step label {
    font-size: 13px;
  }
}

.nk-menu-item.has-sub.active .nk-menu-sub.active > .nk-menu-link {
  color: #1f64ad !important;
}

@media screen and (max-width: 767px) {
  .login-section {
    background: #fff;
  }

    .login-section:after,
    .login-section:before {
      display: none;
    }

  .form-control:focus {
    color: #3c4d62;
    background-color: #fff;
    border-color: #343434;
    outline: 0;
    box-shadow: none;
  }
}

.showonmobile {
  display: none;
}

.tooltip {
  width: 210px !important;
}

  .tooltip .list-group-item {
    padding: 2px 10px;
  }

.tree-nwtrk {
  margin: 0 0 5px 0;
}

.inner-tree-network {
  width: auto;
  height: auto;
  margin: 0 0 5px 0;
}

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
  color: #646464;
}

.has-sidebar .logo-img {
  max-height: 50px;
}

.default-checkbox input[type="checkbox"] {
  position: static !important;
  opacity: 1 !important;
  margin: 0 10px 0 0;
  width: 15px;
  height: 15px;
}

@media (min-width: 768px) {
  .nk-wrap {
    padding-left: 255px;
  }
}

.icon-status-info:after {
  background: #2fda95;
}

/** My css **/

.translated-ltr .nk-body {
  top: 0px !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #343434;
}

.border-bottom {
  border-bottom: 1px solid #e6e6e6 !important;
}

.card-bordered {
  border: 1px solid #e6e6e6;
}

.card {
  border-radius: 16px;
}

.card-title h6.title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
}

.mainhead .nk-news-item .nk-news-icon {
  width: 32px;
  margin-right: 10px;
}

  .mainhead .nk-news-item .nk-news-icon img {
    width: 32px;
  }

.mainhead .nk-news-text {
  flex-wrap: wrap;
}

  .mainhead .nk-news-text h4 {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin: 0px;
  }

  .mainhead .nk-news-text p {
    font-size: 12px;
    margin-bottom: 0;
    color: rgb(0 0 0 / 60%);
    font-weight: 400;
  }

li a.nk-quick-nav-icon {
  padding: 0;
  justify-content: center;
}

  li a.nk-quick-nav-icon:hover:before {
    display: none;
  }

  li a.nk-quick-nav-icon svg {
    width: 30px;
  }

li.notification-dropdown .icon-status-info:after {
  display: none;
}

.language-item {
  padding: 10px 15px;
  color: #343434;
}

.language-name {
  font-size: 13px;
}

.language-flag {
  width: 20px;
  margin-right: 8px;
}

.language-dropdown .dropdown-menu {
  min-width: 120px;
}

.mainhead .nk-header-tools {
  margin-left: inherit;
  padding-right: 0;
  padding-left: 0;
}

  .mainhead .nk-header-tools li {
    padding: 0px;
  }

.mainhead .nk-quick-nav {
  margin: 0;
}

.mainhead li.dropdown.notification-dropdown {
  padding: 0 15px;
  border-right: 2px solid #f0f0f0;
  margin: 0 15px 0 0px;
}

.mainhead .nk-header-tools li.theme_switcher {
  margin: 0 15px;
  cursor: pointer;
}

.mainhead .user-toggle .user-avatar.sm {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
}

.user-name {
  display: flex;
  color: #343434;
  margin-bottom: 2px;
}

[class*="dropdown-indicator"]:after {
  background: url(../images/caret-filled.png) no-repeat;
}

.user-avatar + .user-info,
[class^="user-avatar"]:not([class*="-group"]) + .user-info {
  margin-left: 10px;
}

.user-status {
  font-size: 10px;
  padding: 3px 6px 4px;
  border-radius: 50px;
  margin: 0px;
}

  .user-status.text-danger {
    color: #f50808 !important;
    background: #ffe4e4;
  }

  .user-status.text-success {
    color: #fff !important;
    background: #ed2c31;
  }

.userversec {
  display: flex;
  align-items: center;
}

  .userversec label {
    margin: 0 4px 0 0;
    font-size: 11px;
    color: #343434;
    font-weight: 400;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 15px;
  }

.page-title {
  font-size: 18px;
  font-weight: 600;
  color: #343434;
  font-family: "Inter", sans-serif;
}

.nk-block-des,
.nk-block-des em {
  color: #343434;
  font-weight: 500;
}

.dash-head-cont-link .nk-block-tools {
  padding: 5px;
  background: #fff;
  border-radius: 100px;
}

  .dash-head-cont-link .nk-block-tools li {
    background: #fff;
    border: 1px solid #f6f6f6;
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: 5px 15px 5px 5px;
    margin: 0 5px 0 0;
  }

    .dash-head-cont-link .nk-block-tools li:hover a em {
      background: #ed2c31;
    }

      .dash-head-cont-link .nk-block-tools li:hover a em.icon img {
        filter: invert(1);
      }

    .dash-head-cont-link .nk-block-tools li:last-child {
      margin: 0px;
    }

    .dash-head-cont-link .nk-block-tools li a em {
      width: 32px;
      height: 32px;
      background: #ffe1e2;
      border-radius: 50px;
      line-height: 32px;
      text-align: center;
      display: inline-block;
      margin: 0 2px 0 0;
    }

    .dash-head-cont-link .nk-block-tools li span {
      font-size: 14px;
      color: #343434;
      font-weight: 700;
    }

.padd-row .card {
  background: transparent;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  margin: 0px;
}

  .padd-row .card .card-inner {
    border-radius: 8px;
    padding: 20px;
  }

    .padd-row .card .card-inner .nk-iv-wg2-title {
      display: flex;
      align-items: center;
      gap: 5px;
      margin: 0 0 5px 0;
      justify-content: space-between;
    }

      .padd-row .card .card-inner .nk-iv-wg2-title a {
        font-size: 12px;
        margin-left: auto;
        padding: 4px 9px;
        line-height: 1;
        border-radius: 4px;
        font-weight: 500;
      }

        .padd-row .card .card-inner .nk-iv-wg2-title a.deposit {
          border: 1px solid #00c951;
          color: #00c951;
        }

        .padd-row .card .card-inner .nk-iv-wg2-title a.w_draw {
          border: 1px solid #ed2c31;
          color: #ed2c31;
        }

      .padd-row .card .card-inner .nk-iv-wg2-title svg {
        background: #f0f0f0;
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 55px;
        color: #808080;
        position: absolute;
        right: 0;
        top: 0;
        padding: 8px;
      }
/*.box-icon {
  width: 40px;
  height: 40px;
  background: #ffedee;
  text-align: center;
  border-radius: 50px;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;

  position: absolute;
  top: -40px;
  right: -40px;
  width: 60px;
  height: 60px;
  border: 4px solid #ffffff;
}*/
.box-icon {
  background: #fbdbdc;
  text-align: center;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  width: 50px;
  height: 50px;
  margin: 0 0 15px 0;
}

.card:hover .box-icon {
  background: #ed2c31;
}

  .card:hover .box-icon img {
    filter: invert(1);
  }

.row.padd-row.mainhomerow {
  margin-bottom: 20px;
}

.padd-row .card h6 {
  font-size: 14px;
  font-weight: 500;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0px;
}

.padd-row .card .nk-iv-wg2-amount {
  font-size: 18px;
  font-weight: 600;
  color: #343434;
  line-height: 20px;
}

div#totalEquity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.padd-row .card .nk-iv-wg2-amount p {
  margin: 0;
  font-size: 16px;
}

.bg-grey {
  background: #fafafa;
}

.card-inner-wb svg {
  background: #f0f0f0;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  padding: 8px;
}

.padd-row .card .card-inner.card-inner-wb {
  padding: 25px;
}

  .padd-row .card .card-inner.card-inner-wb .nk-iv-wg2-title {
    margin: 0 0 5px 0;
  }

/*.padd-row .card .card-inner-wb h6 {
  font-size: 14px;
  font-weight: 500;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}*/

.padd-row .card .card-inner-wb .nk-iv-wg2-amount {
  font-size: 18px;
}

.card-inner-wb .nk-iv-wg2 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.tdw_value_outer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.tdw_value {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 50%;
}

  .tdw_value h5.title {
    margin: 0px;
    font-size: 12px;
    font-weight: 500;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

.tdw_value_amt {
  font-size: 14px;
  font-weight: 600;
  color: #343434;
  line-height: 1;
}

.card-inner-wb .btn_wrap {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

  .card-inner-wb .btn_wrap a {
    padding: 10px 20px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
  }

.btn_wrap a.deposit {
  background: #3496ed;
}

.btn_wrap a.w_draw {
  background: transparent;
  border: 2px solid #3496ed;
  color: #343434;
}

.box-sec {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: space-between;
}

.ticket_sec_head {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}

  .ticket_sec_head h5 {
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
  }

  .ticket_sec_head a {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 3px 6px;
    border-radius: 6px;
    color: #343434;
    background: #f0f0f0;
  }

    .ticket_sec_head a .icon {
      font-size: 15px;
    }

.ticket_sec_mid {
  padding: 15px 0 15px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

  .ticket_sec_mid label {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  .ticket_sec_mid h3 {
    margin: 0px;
    letter-spacing: 0px;
  }

  .ticket_sec_mid > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ticket_sec_mid img {
    width: 100%;
    max-width: 118px;
    margin-top: -25px;
  }

.ticket_sec_last {
  padding: 0 15px 15px 15px;
}

.ticket_bar {
  display: flex;
  gap: 2px;
}

  .ticket_bar span {
    height: 10px;
    border-radius: 3px;
  }

    .ticket_bar span.open {
      background: #18cc72;
      width: 50%;
    }

    .ticket_bar span.closed {
      background: #ed2c31;
      width: 50%;
    }

    .ticket_bar span.pending {
      background: #f98c45;
      width: 20%;
    }

.ticket_val {
  padding: 15px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

  .ticket_val div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .ticket_val label {
    margin: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1;
    position: relative;
    padding-left: 15px;
  }

    .ticket_val label:before {
      content: '';
      position: absolute;
      top: 3px;
      left: 0px;
      width: 7px;
      height: 7px;
      border-radius: 10px;
    }

    .ticket_val label.open_t:before {
      background: #18cc72;
    }

    .ticket_val label.closed_t:before {
      background: #ed2c31;
    }

    .ticket_val label.pending_t:before {
      background: #f98c45;
    }

  .ticket_val p {
    font-size: 14px;
    font-weight: 600;
    color: #343434;
    line-height: 1;
  }

.valueupdown {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 5px;
}

.valin {
  display: flex;
  align-items: center;
  padding: 0 5px;
  border-radius: 30px;
  font-size: 12px;
  border: 1px solid;
  font-weight: 500;
  line-height: 1;
}

  .valin svg {
    width: 20px;
  }

.valinup {
  border-color: #18cc72;
  color: #18cc72;
  background: #e8fff4;
}

.valindown {
  border-color: #ed2c31;
  color: #ed2c31;
  background: #fbedee;
}

.spinner-border {
  width: 20px;
  height: 20px;
  border: 2px solid #343434;
  border-right-color: transparent;
}

.activity-detsec .timeline {
  margin: 0px;
}

  .activity-detsec .timeline:before {
    display: none;
  }

.activity-detsec .timeline-date {
  margin: auto;
  width: auto;
  text-align: right;
  color: #343434;
}

.activity-detsec .timeline .time {
  color: #808080;
}

.activity-detsec .timeline-data {
  padding-left: 15px;
  padding-right: 15px;
}

.activity-detsec .timeline-title {
  font-size: 15px;
  color: #343434;
  margin-bottom: 5px;
  font-weight: 600;
}

.activity-detsec .timeline-des p {
  margin-bottom: 0;
  color: #808080;
}

.activity-detsec .timeline-status {
  width: 35px;
  height: 35px;
  padding: 5px;
}

.activity-detsec .timeline-item:not(:last-child):before {
  left: 17px;
}

.nk-footer-copyright {
  color: #808080;
  font-size: 12px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
}

.item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 10px;
}

.item-header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.item-column {
  width: 100%; /* Adjust width for responsiveness */
  padding: 5px;
  box-sizing: border-box;
}

.item-details {
  display: none;
  padding-left: 10px;
  padding-top: 10px;
  background-color: #f9f9f9;
  margin-top: 10px;
}

.expand-btn {
  cursor: pointer;
  color: #007bff;
  margin-top: 10px;
  background: none;
  border: none;
}

.text-success {
  color: green;
}

.text-danger {
  color: red;
}

.no-records {
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
}

div#liveTable_filter,
div#positionTable_filter {
  position: absolute;
  right: 20px;
  top: 11px;
  z-index: 11;
}

div.dataTables_filter label {
  font-size: 0;
}

div.dataTables_filter input {
  border: 1px solid #dedede !important;
  border-radius: 10px !important;
  color: #343434 !important;
  font-size: 14px !important;
  padding: 0 15px 0 35px !important;
  line-height: 38px !important;
  height: auto !important;
  background: url(../images/search-bold.svg) no-repeat left 10px center;
  width: 100% !important;
  max-width: 230px;
}

  div.dataTables_filter input::placeholder {
    color: #343434 !important;
  }

.card-aside-left {
  border-right: 1px solid #e6e6e6;
}

input::placeholder,
textarea::placeholder {
  color: #808080 !important;
}


.form-control:focus {
  border-color: #343434 !important;
  box-shadow: none !important;
}

.card-inner-group .card-inner:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.nk-tb-head .nk-tb-col {
  color: #808080;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #dbdfea;
  padding: 15px 12px;
}

/*table.table {
  border-collapse: separate;
  border-spacing: 0 8px;
}*/

.table-striped tbody tr {
  background-color: #fafafa !important;
  border-bottom: 8px solid #fff;
}

  .table-striped tbody tr:last-child {
    border: none;
  }

.top-filters .form-group {
  margin: 0px !important;
}

.pagination_cont {
  margin-top: 0px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 20px !important;
}

.pagination {
  margin: 0px;
}

.pagination_cont .dataTables_info {
  margin: 0px;
  padding: 0px;
}


/*.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #fafafa;
}*/
table.table tr td {
  color: #808080;
  font-size: 12px;
  padding: 12px 12px;
  /*text-align: left !important;*/
  border: none;
  font-weight: 500;
}

.card .table tr:first-child th:first-child {
  padding-left: 25px;
  border-top-left-radius: 0;
}

.card .table tr:first-child th:last-child {
  border-top-right-radius: 0;
  padding-right: 25px;
}

.card .table tr:last-child td:first-child {
  border-bottom-left-radius: 0;
  padding-left: 25px;
}

.card .table tr:last-child td:last-child {
  border-bottom-right-radius: 0;
  /* padding-right: 25px; */
}

.card .table tr td:first-child {
  padding-left: 25px;
  font-size: 14px !important;
}

a.viewlink {
  color: #343434;
  display: flex;
  align-items: center;
}

  a.viewlink i {
    font-size: 16px;
    margin: 0 4px 0 0;
  }

.table tr td .btn {
  border-radius: 50px;
  line-height: 31px;
  padding: 0;
  min-width: 78px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  padding: 0 10px;
}

.table tr td .btn {
  width: fit-content !important;
}

  .table tr td .btn.btn-success {
    background: #ed2c31 !important;
    border: none;
    color: #fff !important;
  }

    /* .hide-btn {
	opacity:0.5;
    pointer-events: none;
} */

    .table tr td .btn.btn-success:hover {
      background: #ed2c31 !important;
      color: #080808 !important;
    }

  .table tr td .btn.btn-info {
    background: transparent !important;
    border: 1px solid #080808 !important;
    color: #343434 !important;
    min-width: 90px;
    line-height: 29px;
  }

    .table tr td .btn.btn-info:hover {
      background: #ed2c31 !important;
      color: #fff !important;
      border-color: transparent !important;
    }

.table tr td i.fa {
  font-family: FontAwesome !important;
}

.allbank.table tr td i.fa {
  margin-right: 3px;
}

.pagination li a {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #343434;
  background: transparent;
  min-width: 40px;
  line-height: 30px;
  padding: 0;
}

.page-item.active .page-link {
  background-color: #3496ed;
  border-color: #3496ed;
  color: white !important;
}

.page-item.disabled .page-link {
  color: #bfbfbf;
  cursor: not-allowed;
  background-color: #e9e9e9;
  border-color: #dfdfdf;
}

.pagination_cont .pagination-control {
  padding: 0px 15px !important;
  border-radius: 5px !important;
}

.paging_simple_numbers .pagination .paginate_button.active a,
.paging_simple_numbers .pagination .paginate_button:hover a {
  background: #ed2c31;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  border: 1px solid #080808;
  padding: 0 15px;
  background: transparent;
}

.support-card .nk-help-plain {
  background: url(../images/supportimg.png) no-repeat bottom -2px right;
}

.support-card h5 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.support-card p {
  font-size: 14px;
  color: #343434;
  width: 70%;
}

.support-card a {
  background: #ed2c31;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 35px;
  width: 125px;
  display: inline-block;
  text-align: center;
}

.nk-content-body {
  padding-top: 0px;
  padding-bottom: 1.5rem;
}

div.dataTables_wrapper div.dataTables_info {
  padding: 0.5rem 20px;
}

div.dataTables_wrapper div.dataTables_paginate {
  padding-right: 20px;
}

.nav-tabs .nav-link.active {
  color: #343434;
}

.nav-tabs .nav-link:after {
  background: #343434;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #343434;
}

.nav-tabs-card {
  font-family: "Inter", sans-serif;
  border-bottom: 1px solid #e6e6e6;
}

.form-group label.form-label {
  font-family: "Inter", sans-serif !important;
  color: #808080 !important;
}

.uploaddocform .profile-ud-list {
  margin: 0px;
}

.uploaddocform .profile-ud-item {
  padding: 0 14px;
  margin: 0 0 15px 0;
}

.text-danger {
  color: #f50808 !important;
}

.text-success {
  color: #ed2c31 !important;
}

.profile-ud-label {
  display: block;
  margin: 0 0 0.5rem 0;
  text-transform: capitalize;
  color: #808080;
  font-weight: 500;
  font-size: 13px;
}

  .profile-ud-label span.label {
    font-size: 10px;
    padding: 3px 6px 4px;
    border-radius: 50px;
    margin: 0 0 0 2px;
    text-transform: capitalize;
  }

.text-info {
  color: #ed2c31 !important;
  background: #ed2c3126;
}

.profile-ud-label span.label.text-danger {
  background: #ffe4e4;
}

.profile-ud-label span.label.text-success {
  background: #bf383833;
  color: #343434 !important;
}

.modal-header {
  border-bottom: 1px solid #e6e6e6;
}

.modal-footer {
  border-top: 1px solid #e6e6e6;
}

.modal .custom-control.custom-checkbox {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
}

.modal-footer button.btn.btn-default {
  border: 1px solid #080808;
  background: transparent;
  letter-spacing: 0px;
  font-family: "Inter", sans-serif;
  line-height: 24px;
  padding: 5px 15px;
  min-width: 100px;
  text-align: center;
  justify-content: center;
  border-radius: 50px;
  color: #080808;
}

.modal-header .modal-title {
  font-size: 20px;
}

.filtersec .btn {
  line-height: 34px;
  min-width: 120px;
  margin-top: 30px;
}

.rightsearch .dataTables_wrapper > .dataTables_filter {
  margin-left: auto;
  margin-right: 20px;
}

.nk-quick-nav-icon {
  color: #343434;
}

/*.partlinksec {
  background: #fff;
  width: 100%;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #f6f6f6;
  display: flex;
  align-items: center;
}*/

.partlinksec {
  width: 100%;
}

  .partlinksec .partlinksec_in {
    display: flex;
    gap: 30px;
    /*  flex-wrap: wrap;*/
    width: 100%;
  }

  .partlinksec .nk-refwg-head {
    margin: 0 0 15px 0 !important;
    width: 100%;
  }

  .partlinksec > .partlinksec_in .form-control-wrap {
    display: flex;
    align-items: center;
  }

  .partlinksec .linksec-half {
    max-width: 49%;
  }

  .partlinksec .textToBeCopied {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .partlinksec .nk-refwg-url {
    width: 100%;
  }

  .partlinksec .form-control-wrap a.copyButton {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    font-size: 16px;
  }

  .partlinksec h5.title {
    font-size: 18px;
    font-weight: 600;
  }

  .partlinksec .form-control-wrap .form-icon {
    height: 54px;
  }

table.table tr td .badge {
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 50px;
  text-align: center;
  justify-content: center;
  border: none;
  min-width: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

  table.table tr td .badge.badge-success {
    color: #fff !important;
    background: #ed2c31;
  }

  table.table tr td .badge.badge-danger {
    color: #f50808 !important;
    background: #ffe4e4;
  }

  table.table tr td .badge.badge-primary {
    background: transparent;
    color: #ed2c31 !important;
    font-weight: 500;
  }

  table.table tr td .badge.badge-warning {
    color: #fd9722 !important;
    background-color: #fff4e7;
  }

.user-card-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

  .user-card-wrap .user-card .user-avatar {
    background: transparent;
  }

.link-list a {
  color: #343434;
}

.link-list .pointer a {
  color: #808080;
  font-size: 16px;
}

  .link-list .pointer a em {
    font-size: 20px;
  }

.link-list a:hover {
  color: #3496ed;
}

.link-list .pointer a:hover {
  color: #ed2c31;
}

.dropdown-menu-s1 {
  border-top: 3px solid #343434;
}

.nk-header .dropdown-menu .lead-text {
  color: #343434;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #ed2c31;
  color: #111;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #ed2c3133;
  color: #ed2c31;
}

  .datepicker table tr td.today:hover:hover {
    color: #111;
  }

  .datepicker table tr td.today:hover,
  .datepicker table tr td.today:hover:hover,
  .datepicker table tr td.today.disabled:hover,
  .datepicker table tr td.today.disabled:hover:hover,
  .datepicker table tr td.today:active,
  .datepicker table tr td.today:hover:active,
  .datepicker table tr td.today.disabled:active,
  .datepicker table tr td.today.disabled:hover:active,
  .datepicker table tr td.today.active,
  .datepicker table tr td.today:hover.active,
  .datepicker table tr td.today.disabled.active,
  .datepicker table tr td.today.disabled:hover.active,
  .datepicker table tr td.today.disabled,
  .datepicker table tr td.today:hover.disabled,
  .datepicker table tr td.today.disabled.disabled,
  .datepicker table tr td.today.disabled:hover.disabled,
  .datepicker table tr td.today[disabled],
  .datepicker table tr td.today:hover[disabled],
  .datepicker table tr td.today.disabled[disabled],
  .datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #ed2c31;
  }

.tablefit {
  margin: 0 -24px;
}

.credit-wallet-balance {
  width: auto;
  display: inline-block;
  position: relative;
  margin-left: 2px;
}

  .credit-wallet-balance i {
    font-family: FontAwesome !important;
    font-size: 18px;
    cursor: pointer;
  }

.tooltipcont {
  position: absolute;
  width: 160px;
  background: #343434;
  border-radius: 10px;
  padding: 8px;
  color: #fff;
  font-size: 11px;
  bottom: 28px;
  left: -6px;
  display: none;
  font-weight: 600;
  z-index: 1;
  line-height: 16px;
}

  .tooltipcont:after {
    content: "";
    width: 10px;
    height: 10px;
    bottom: -2px;
    left: 10px;
    position: absolute;
    background: #343434;
    transform: rotate(45deg);
  }

.credit-wallet-balance:hover .tooltipcont {
  display: block;
}

span.date_created {
  color: #343434;
  font-weight: 500;
  display: inline-block;
  line-height: 17px;
}

  span.date_created label {
    width: 100%;
    display: block;
    margin: 0;
    color: #808080;
    font-weight: 500;
  }

span.text-success-dot {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #343434;
}

  span.text-success-dot:before {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    background: #16ad4b;
    border-radius: 10px;
  }

span.text-danger-dot {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #343434;
}

  span.text-danger-dot:before {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    background: #f50808;
    border-radius: 10px;
  }

.trans_ref_ids span {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}

.trans_ref_ids em {
  font-size: 17px;
  cursor: pointer;
  color: #343434;
}

  .trans_ref_ids em.icon.ni.ni-eye {
    color: #343434;
  }

.trans_ref_ids .tooltipcont {
  width: 200px;
  white-space: normal;
}

.right_tooltip .tooltipcont {
  right: -10px;
  left: inherit;
}

  .right_tooltip .tooltipcont:after {
    right: 10px;
    left: inherit;
  }

.text-green {
  color: #16ad4b;
}

.text-red {
  color: #f50808;
}

.text-dark {
  color: #343434 !important;
}

.nk-sidebar-content .nk-menu-icon svg {
  width: 30px;
}

.nk-sidebar-content .nk-menu-link:hover svg {
  fill: #343434;
}


@media screen and (max-width: 1199.9px) {
  .nk-wrap {
    padding-left: 0;
  }

  .table.dataTable {
    white-space: nowrap;
  }

  .toggle-break-lg.card-aside .card-inner-group {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199.9px) {
  .nk-header-fixed + .nk-content {
    margin-top: 85px;
  }

  .mainhomerow {
    margin-bottom: 30px;
  }

    .mainhomerow .col .card {
      height: 100%;
      margin: 0px;
    }

    .mainhomerow .card-inner {
      padding: 14px;
    }

  .padd-row .card .nk-iv-wg2-amount {
    line-height: 21px;
    font-size: 15px;
  }

  .padd-row .card .nk-iv-wg2-title {
    margin-bottom: 10px;
  }

  div.dataTables_filter input {
    max-width: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024.9px) {
  .quick-links .col-md-8,
  .quick-links .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .partlinksec {
    flex-wrap: wrap;
  }

    .partlinksec .nk-refwg-head {
      margin: 0 0 15px 0 !important;
      width: 100%;
    }
}

@media screen and (max-width: 767.9px) {
  #example .dtr-details li span {
    display: flex;
  }

  .card-tools-toggle .card-title-group button.btn.btn-light {
    background: transparent !important;
    border: 1px solid #080808 !important;
    color: #343434 !important;
    padding: 5px 12px;
  }

  div.dataTables_filter input[type="search"] {
    padding: 0 15px 0 35px !important;
  }

  .nk-header-fixed + .nk-content {
    padding-top: 20px !important;
  }

  .nk-block-des {
    margin-bottom: 20px;
  }

    .nk-block-des,
    .nk-block-des em {
      font-size: 16px;
    }

  .nk-content:before {
    height: 240px !important;
    background-size: cover !important;
  }

  .dash-head .nk-block-head-content {
    width: 100%;
  }

  .dash-head-cont-link .nk-block-tools {
    background: transparent;
    padding: 0px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

    .dash-head-cont-link .nk-block-tools li {
      margin: 5px 5px 5px 0px;
    }

  .row.padd-row {
    padding-left: 0;
    padding-right: 0;
  }

  .mainhead li.dropdown.notification-dropdown {
    padding: 0 0px 0 12px;
    margin: 0 0px 0 0px;
    border: none;
  }

  .mainhomerow .col {
    min-width: 50%;
    margin-bottom: 25px;
  }

  .mainhead .nk-header-tools {
    margin-left: auto;
  }

  .nk-block h6.title {
    font-size: 16px;
  }

  .mainhomerow .col .card {
    height: 100%;
    margin: 0px;
  }

  .tablefit {
    margin: 0 -1.25rem;
  }

  .table tr td .btn {
    padding: 0 20px;
  }

  .alert-danger {
    color: #c3463c !important;
    background-color: #fceae9;
    border-color: #f7c1bd;
  }

  .mainhead .nk-header-tools li.full-screen-toggle {
    display: none;
  }
}

.login-with-terminal {
  display: none;
}

@media screen and (max-width: 450.9px) {
  .dash-head-cont-link .nk-block-tools li {
    min-width: 48%;
  }

  .mainhomerow .col {
    padding-right: 5px !important;
    padding-left: 5px !important;
    margin-bottom: 10px !important;
  }

  .padd-row .card .nk-iv-wg2-amount {
    font-size: 13px;
  }

  .padd-row .card h6.title {
    font-size: 12px;
  }
}

@media screen and (max-width: 590px) {
  .login-with-terminal {
    display: block;
  }

  .btn,
  .btn-primary {
    width: 100%;
  }

  .box-icon {
    position: static;
    top: unset;
    right: unset;
    width: 50px;
    height: 50px;
  }
}

p.forget-text.text-center a {
  color: #ed2c31;
  text-decoration: underline;
}

.toast-message .user-status {
  border: 1px solid;
  padding: 6px;
}

.gtranslate span {
  display: none;
}

.gtranslate select {
  background: url(../images/language-icon.png) no-repeat, url(../images/caret-filled.png) no-repeat !important;
  background-position: left 5px top 4px, right 8px center !important;
  background-color: #f0f0f0 !important;
  color: #343434;
  border: none !important;
  position: relative;
  max-width: 163px;
  font-size: 12px;
  outline: none !important;
  box-shadow: none !important;
  appearance: none;
  padding: 6px 12px 6px 34px;
  border-radius: 50px;
  font-family: "Inter", sans-serif !important;
  margin: 0px !important;
}

.goog-te-gadget {
  font-size: 0;
}

@media (max-width: 590px) {
  .has-sidebar .logo-img {
    max-height: 14px;
  }

  .nk-header-wrap .toast-message {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: center;
    background: #fff;
    left: 0;
    padding: 5px 25px;
    box-shadow: 0 0 21px 0px #00000063;
  }

  .nk-menu-trigger {
    margin-right: 0.5rem;
  }


  .nk-header-wrap .toast-message .user-status {
    margin-top: 0px;
  }
}

.nk-refwg-invite {
  display: flex;
  align-items: center;
}

.nk-refwg-head {
  padding: 0px;
  margin-right: 15px !important;
}

.social-link {
  margin: 0 0 0 auto;
}

span#secretInfo {
  color: #0971fe;
}

@media screen and (max-width: 767px) {
  .nk-refwg-invite {
    display: inline-block;
  }

  .nk-refwg-url {
    margin: 15px 0;
  }
}

/*.dash-nk-content.nk-content:before {
  content: "";
  width: 100%;
  height: 160px;
  background: url(../images/dashframe.png) no-repeat, #ffe1e2;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}*/

.profile-nk-content .a-photo-section {
  height: 100%;
  padding: 0px;
  background: white;
  border-radius: 16px;
  border: 1px solid #f0f0f0;
}

.profile-nk-content .avatar-upload .avatar-edit input {
  display: none;
}

.profile-nk-content .avatar-upload .avatar-edit {
  position: absolute;
  right: -10px;
  z-index: 1;
  top: 0px;
}

  .profile-nk-content .avatar-upload .avatar-edit input + label {
    display: flex;
    width: 26px;
    height: 26px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #0c71fe;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    align-items: center;
    justify-content: center;
  }

    .profile-nk-content .avatar-upload .avatar-edit input + label i {
      font-size: 14px;
      color: #ffffff;
    }

.profile-nk-content .avatar-upload {
  position: relative;
}

.profile-nk-content .profile-ud em {
  font-size: 12px;
}

.profile-nk-content .label-intermediary.no-opacity {
  opacity: 1 !important;
}

.profile-nk-content .nk-company-block .profile-ud-item img {
  width: 100%;
  max-width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: top;
  margin: 5px 10px 10px 0;
}

.skiptranslate iframe {
  visibility: hidden !important;
}

.nk-menu-toggle:after {
  color: #343434 !important;
}

.nk-menu-link:hover:after {
  color: #fff !important;
}

.nk-menu-item.active .nk-menu-link:after {
  color: #fff !important;
}

.nk-menu-sub .nk-menu-toggle.nk-menu-link:after {
  color: #fff !important;
}

.tree-section .tree ul {
  position: relative;
  padding: 0 0 0 20px;
}

  .tree-section .tree ul:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Nioicon" !important;
  }

.tree-section .caret {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tree-section .list-group {
  padding-left: 0 !important;
}

.tree-section .caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

.tree-section .tree-section .caret-down::before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tree-section .nested {
  display: none;
}

.tree-section .active {
  display: block;
}

.tree-section .inner-tree-network:hover > .tooltip {
  opacity: 1;
}

.tree-section .inner-tree-network {
  position: relative;
}

  .tree-section .inner-tree-network .tooltip::after {
    content: " ";
    position: absolute;
    top: 5%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
  }

.tree-section .tooltip {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
}

.tree-section .tree-nwtrk {
  cursor: pointer;
}

table.table tr td.dataTables_empty {
  text-align: center;
}

.dt-button {
  background-color: #ed2c31;
  color: white;
}

.error {
  color: #e85347;
  font-size: 12px;
  font-style: italic;
}

.notification-dropdown .sub-title {
  font-size: 17px;
  font-weight: 600;
  color: black;
}

.alert-success {
  color: #ed2c31 !important;
  background-color: #ed2c3126 !important;
  border-color: #ed2c3100 !important;
}

.btn-success:focus, .btn-success.focus, .btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem #ffe1e2 !important;
}

.nk-sidebar-body {
  /*background: #0a3f6c;*/
  background: #fff;
}

  .nk-sidebar-body .nk-menu-link {
    color: #808080 !important;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
  }

  .nk-sidebar-body .nk-menu-icon .icon {
    color: #808080;
  }

  .nk-sidebar-body .nk-menu-toggle:after {
    color: #808080 !important;
  }

.notification-dropdown a {
  color: #3496ed;
  font-weight: 500;
}

.input_error {
  /*  border: 2px solid #ff000042;
*/ display: block;
  border-radius: 7px;
  padding: 6px 8px;
  /*  background-color: #ff00001a;*/
  font-weight: 500;
  line-height: 18px;
  font-size: 13px;
  margin-top: 6px;
}

table th {
  /*background-color: #4087c62b;*/
  background-color: #f0f0f0;
  color: black !important;
}

.user_auth_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh !important;
  flex-direction: column;
}

  .user_auth_cont::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0000005e;
    z-index: 1;
    width: 100%;
    height: 100% !important;
    background-image: none;
  }

  .user_auth_cont .nk-auth-body {
    position: relative;
    z-index: 2;
  }


  .user_auth_cont .auth_logo {
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }

    .user_auth_cont .auth_logo img {
      height: 50px;
    }


  .user_auth_cont .footer {
    z-index: 1 !important;
  }

    .user_auth_cont .footer p {
      color: white !important
    }

@media only screen and (max-width: 767px) {
  .user_auth_cont .logo-dark {
    opacity: 1;
  }
}


.user_auth_cont .background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  background-size: cover;
  z-index: 0;
}

  .user_auth_cont .background-img img {
    object-fit: fill;
    width: 100%;
    height: 100%;
  }

.user_auth_cont .container {
  position: relative;
  z-index: 1;
}


table.table tr td:not(button) {
  font-size: 12px !important;
  white-space: nowrap !important;
}


.form-control, .modal-body input.form-control {
  border: 1px solid #00000036 !important;
  color: #343434 !important;
}

.form-group label.form-label, .tab-content .form-group label {
  color: #343434 !important;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

  .tab-content .form-group label span {
    color: #343434 !important;
    font-size: 13px;
    font-weight: 500;
  }

table tbody tr td.no-records {
  text-align: center !important;
  font-size: 15px !important;
  background-color: transparent !important;
}


table tr td:not(button), table tr th {
  white-space: nowrap !important;
}

table tbody td .text-success {
  color: #16ad4b !important;
  border-radius: 50px;
  padding: 3px 7px;
  line-height: normal;
  display: flex;
  font-weight: 400;
  border: 1px solid;
  width: fit-content;
  margin: 0px;
}

table tbody td .text-danger {
  border-radius: 50px;
  padding: 3px 7px;
  line-height: normal;
  display: flex;
  font-weight: 400;
  border: 1px solid;
  width: fit-content;
}

table tbody td .text-warning {
  border-radius: 50px;
  padding: 3px 7px;
  line-height: normal;
  display: flex;
  font-weight: 500;
  border: 1px solid;
  width: fit-content;
  color: #FF9800 !important;
}

.kyc_verify {
  padding: 15px 40px 15px 20px;
  background: #fafafa;
  border-radius: 8px;
  margin: 0 0 20px 0;
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
  border: 1px solid #e6e6e6;
}
  /*.kyc_verify:before {
    content: "";
    background-image: url(../images/img-dropbox-bg.svg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.5;
    background-position: bottom right;
    background-size: 100%;
    background-repeat: no-repeat;
}*/

  .kyc_verify div {
    position: relative;
    z-index: 1;
  }

  .kyc_verify h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 5px 0;
  }

  .kyc_verify p {
    font-size: 16px;
    color: #808080;
  }

  .kyc_verify a {
    font-size: 15px;
    display: inline-block;
    padding: 10px 25px;
    color: #343434;
    font-weight: 500;
    border-radius: 4px;
    margin-left: auto;
    position: relative;
    border: 2px solid #343434;
    background: #fff;
  }

  .kyc_verify svg,
  .kyc_verify img {
    width: 100%;
    max-width: 90px;
  }

td.no-records {
  padding-top: 50px !important;
}

.no-records img {
  width: 100%;
  max-width: 220px;
}

.btn-outline {
  border: 1px solid #e6e6e6;
  color: #343434;
}

.btn-sm {
  padding: 8px 14px;
  line-height: 1;
  min-width: auto;
  font-weight: 500;
  color: #343434;
  font-size: 13px;
}

.nk-header {
  border-bottom: 1px solid #e6e6e6;
}

.nk-sidebar.is-light {
  border-right-color: #e6e6e6;
}

.table tr td.operations button.btn {
  width: 30px !important;
  min-width: inherit;
  height: 30px;
  padding: 0px;
  display: inline-flex;
  background: #fff;
  margin: 0 5px;
  box-shadow: 0px 3px 6px #00000012;
}

  .table tr td.operations button.btn .credit-wallet-balance {
    margin: 0px;
  }

  .table tr td.operations button.btn svg {
    width: 19px;
  }

.table tr td.operations .tooltipcont {
  width: 120px;
  left: -50px;
}

  .table tr td.operations .tooltipcont:after {
    left: 55px;
  }

.link-list-menu a {
  color: #808080 !important;
}

  .link-list-menu li.active > a, .link-list-menu a.active,
  .link-list-menu a:hover, .link-list-menu li.active > a .icon,
  .link-list-menu a.active .icon, .link-list-menu a:hover .icon,
  .link-list-menu li.active > a:after, .link-list-menu a.active:after,
  .link-list-menu a:hover:after {
    color: #343434 !important;
  }

  .link-list-menu a .icon,
  .link-list-menu a:after {
    color: #808080;
  }

.paging_simple_numbers {
  width: auto;
  float: right;
}

.cust-select select {
  background-color: #f0f0f0;
}

.top-filters .btn {
  height: 45.6px;
}

.filtersec {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  /*  align-items: flex-end;*/
  align-items: start;
}

.filter_in {
  width: 100%;
  max-width: 220px;
  position: relative;
  z-index: 10;
}

  .filter_in input[type=date] {
    position: relative;
    z-index: 1000;
  }

  .filter_in .form-group {
    margin-bottom: 0px !important;
  }

.nav-tabs .nav-link {
  color: #808080;
  font-weight: 600;
}

  .nav-tabs .nav-link:focus {
    color: #000;
    background: none;
  }

.filter_in label {
  font-weight: 400;
}

.theme_switcher .sun_icon {
  display: none;
}

a.viewlnk em.icon.ni.ni-eye {
  color: #343434;
  font-size: 17px;
}

a.viewlnk button {
  background: none;
}

.profile_dashboard__content {
  display: flex;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

.msg-reply {
  width: 70%;
}

.msg-profile {
  width: 30%;
  border-left: 1px solid #e6e6e6;
}

  .msg-profile .user-card {
    padding: 20px;
    flex-direction: column;
  }

    .msg-profile .user-card img {
      width: 100%;
      max-width: 55px;
    }

    .msg-profile .user-card h5 {
      margin: 15px 0 0 0;
      font-size: 18px;
      font-weight: 600;
    }

  .msg-profile .card {
    padding: 20px;
    border-top: 1px solid #e6e6e6;
    border-radius: 0px;
    margin: 0px;
  }

  .msg-profile .card-title {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 2.5px;
    color: #808080;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 15px 0;
  }

  .msg-profile ul.list-group {
    border: none;
  }

  .msg-profile .list-group li.list-group-item {
    padding: 4px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    border: none;
    color: #808080;
    gap: 5px;
    width: 100%;
    line-height: 18px;
  }

    .msg-profile .list-group li.list-group-item:hover {
      border: none;
    }

    .msg-profile .list-group li.list-group-item .badge {
      width: 50px;
      line-height: 17px;
      padding: 0;
      text-align: center;
      justify-content: center;
      border-radius: 4px;
      font-size: 11.5px;
      font-weight: 500;
    }

    .msg-profile .list-group li.list-group-item strong {
      color: #343434;
      white-space: nowrap;
    }

span.tickid {
  width: 100%;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.msg-profile .attachments-list-group {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}

  .msg-profile .attachments-list-group li.list-group-item {
    padding: 6px;
    border: 1px dashed #e6e6e6;
    border-radius: 4px;
    background: #fafafa;
    width: auto;
  }

    .msg-profile .attachments-list-group li.list-group-item:hover {
      border: 1px dashed #e6e6e6;
    }

  .msg-profile .attachments-list-group .attachment-img {
    width: 100px;
  }

.ticket-header {
  padding: 15px 20px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ticket-title {
  width: 80%;
}

.ticket-header span {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 7px;
  text-align: right;
  color: #343434;
  font-size: 14px;
  font-weight: 500;
}

  .ticket-header span label {
    margin: 0px;
    font-weight: 400;
    color: #808080;
  }

.ticket-title h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 7px 0;
}

.ticket_dep {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #808080;
}

.chat-panel {
  padding: 20px;
  background: #f0f0f0;
  max-height: 500px;
  overflow: auto;
}

.user-reply {
  align-items: flex-start;
}

.chatbox_isyou,
.admin-reply,
.user-reply {
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: 0 0 15px 50px;
  display: flex;
  flex-direction: column;
}

.chatbox {
  padding: 12px;
  border-radius: 10px;
  background: #fff;
  width: auto;
  display: inline-block;
  max-width: 600px;
  line-height: 20px;
}

  .chatbox .avtname {
    position: absolute;
    left: -50px;
    top: 0px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    background: #798bff;
    border-radius: 40px;
    text-align: center;
    color: #fff;
  }

.rep-list-group {
  display: flex;
  flex-direction: column;
}

.admin-reply .chatbox {
  background: #6576ff;
  color: #fff;
}

.admin-reply {
  margin-left: auto;
  margin-right: 50px;
  align-items: flex-end;
}

  .admin-reply .chatbox .avtname {
    left: inherit;
    right: -50px;
    background: #ff63a5;
  }

.send_det {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  margin: 2px 0 0 0;
  color: #808080;
}

.admin-reply .send_det {
  justify-content: flex-end;
}

.chat-editor {
  padding: 20px;
  display: flex;
  gap: 20px;
}

  .chat-editor textarea.form-control {
    padding: 10px 0;
    border: none !important;
    min-height: inherit;
    height: 50px;
    font-size: 14px;
    background: none !important;
  }

  .chat-editor a {
    font-size: 24px;
    margin: 0 0 0 10px;
    cursor: pointer;
  }

.chatbox img.attachment-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  padding: 2px;
  background: #fafafa;
  margin: 10px 0 0 0;
}

.admin-reply .chatbox img.attachment-img {
  background: #fff;
}

.image-preview .d-flex.flex-wrap {
  gap: 10px;
}

.image-preview .preview-container {
  margin: 0px !important;
}

  .image-preview .preview-container img {
    background: #f0f0f0;
    padding: 3px;
  }

  .image-preview .preview-container em.ni.ni-close.delete-icon {
    padding: 0px !important;
  }

@media screen and (max-width:1299.9px) {
  .chatbox,
  .chatbox_isyou,
  .admin-reply,
  .user-reply {
    max-width: 500px;
  }
}

@media screen and (min-width:768px) and (max-width:1299.9px) {
  .mainhomerow .col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }

    .mainhomerow .col-md-4:last-child {
      max-width: 100%;
      flex: 0 0 100%;
      margin-top: 15px;
    }

  .quick-links.transtablehai,
  .activity-detsec {
    max-width: 100%;
    flex: 0 0 100%;
  }

    .activity-detsec .timeline-date {
      margin: 0 0 0 auto;
    }
}

@media screen and (max-width: 767.9px) {
  /*.dash-head .page-title {
    display: none;
  }*/

  .kyc_verify {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 20px;
  }

    .kyc_verify svg, .kyc_verify img {
      max-width: 60px;
    }

    .kyc_verify div {
      text-align: center;
    }

    .kyc_verify a {
      margin: auto !important;
    }

  .padd-row .card .card-inner.card-inner-wb {
    padding: 15px;
  }

  .card-inner-wb svg, .padd-row .card .card-inner .nk-iv-wg2-title svg {
    width: 40px;
    height: 40px;
    padding: 5px;
  }

  .padd-row .card .card-inner-wb .nk-iv-wg2-amount {
    font-size: 16px;
  }

  .tdw_value_outer {
    flex-wrap: wrap;
    gap: 20px;
  }

  .tdw_value {
    width: 100%;
  }

  .gtranslate {
    order: 3;
  }

  .nk-header {
    border: none;
  }

  /*.dash-head .nk-block-head-content {
    width: 89%;
  }*/

  .dash-head-cont-link .nk-block-tools {
    justify-content: space-between;
  }

  .dash-head .nk-block-head-content {
    margin-bottom: 0;
  }

  ul.nk-block-tools.top-btn .btn-wrap a {
    width: 50px;
    height: 50px;
    border-radius: 7px;
    background-image: linear-gradient(202.06deg, #464646 0, #141414 104.3%);
    border: none;
  }

  .nk-content-body > .nk-block-head:first-child {
    padding-bottom: 20px;
  }

  td.dataTables_empty:before {
    display: none;
  }

  .hm-5col.padd-row .col {
    flex-basis: 50%;
  }

  td.dataTables_empty:before {
    display: none;
  }

  .dtr-details li .btn {
    padding: 5px 5px;
    margin: 0 0 0 6px;
    font-size: 11px;
    justify-content: center;
    width: 50%;
  }

  .dtr-details li span {
    font-size: 12px;
  }

  .dtr-details li {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: 8px 0;
  }

    .dtr-details li .btn + a:not(.btn) {
      display: none;
    }

    .dtr-details li a {
      display: flex;
      justify-content: space-between;
      width: 100%;
      align-items: center;
    }

  .hm-5col.padd-row .col .card {
    /*  margin-bottom: 0;
        background-image: linear-gradient(202.06deg,#464646 0,#141414 104.3%); */
    border-radius: 7px;
    border: 1px solid rgb(255 255 255/48%);
    min-height: 75px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: 0;
  }

  /* .hm-5col.padd-row .col .card:before {
        content: '';
        position: absolute;
        width: 151px;
        height: 151px;
        top: -80px;
        left: 50%;
        background: url(../../../theme/images/ellipse2.svg) no-repeat;
        transform: translateX(-50%)
    } */

  .hm-5col.padd-row .card-inner {
    padding: 13px;
    position: relative;
    z-index: 11;
  }

  .hm-5col.padd-row .col .card h6,
  .hm-5col.padd-row .nk-iv-wg2-amount {
    /*   font-size: 13px; */
    line-height: 15px;
    /* 
        color: #fff; */
    font-weight: 500;
  }

  .hm-5col.padd-row .col .card.total-credit-card {
    /* background-image: linear-gradient(178deg, #af8636, #f1dc7c, #debf64, #af8636); */
    background-image: linear-gradient(21deg, #ed2c31 0%, #ed2c31 100%);
    border: none;
  }

    .hm-5col.padd-row .col .card.total-credit-card:before {
      display: none;
    }
  /*  .hm-5col.padd-row .col .card.total-credit-card * {
        color: #fff;
        font-size: 12px;
    } */
  .hideonmobile {
    display: none !important;
  }

  .quick-links .col-md-8 > .card-bordered {
    background: 0 0;
    border: none;
  }

  .quicklinks {
    flex-wrap: wrap;
    padding-bottom: 10px;
    /* margin: 0px !important; */
    justify-content: space-between;
  }

    .quicklinks li {
      padding: 0 !important;
      margin: 0 0 10px;
      width: 48%;
    }

      .quicklinks li:first-child {
        margin-left: 0;
      }

      .quicklinks li:nth-child(4) {
        margin-left: 0;
      }

  /* .quicklinks li a.preview-icon-box {
        width: 100%;
        height: 75px;
        border-radius: 7px;
	       background: #4496fe;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgb(255 255 255/48%);
        margin: 0;
    }

    .quicklinks .preview-icon-wrap span {
        width: auto;
        height: auto;
        background: 0 0
    }

    .quicklinks .preview-icon-wrap span img {
        max-width: 27px;
        filter: brightness(0) invert(1);
    }

    .quicklinks .preview-icon-wrap {
        margin: 0
    } 
	.quicklinks .preview-icon-name {
        font-size: 11px;
        line-height: 12px;
        color: #fff;
        font-weight: 500;
        text-align: center
    }
	*/
  .hm-5col.padd-row .col .card .btn-primary {
    background-color: #11b9b6;
    border-color: #343434 !important;
    /* background-image: linear-gradient(178deg, #af8636, #f1dc7c, #debf64, #af8636) !important; */
    background-image: linear-gradient( 295deg, #ed662b, #67b86f, #11b9b6, #19659c ) !important;
    color: #fff !important;
  }

  .quick-links .card-inner {
    margin-right: 0;
  }

  .padd-row {
    padding: 15px;
  }

  .nk-footer {
    display: none;
  }

  .layout-boxed body,
  .layout-boxed html,
  .wrapper,
  body,
  html {
    height: auto !important;
  }

  .nk-header-wrap .toast-message {
    display: none;
  }

  .showonmobile {
    display: block;
  }

  .mobilemenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 10px;
    background: #fff;
    display: flex;
    align-items: flex-end;
    z-index: 111;
  }

    .mobilemenu li.nk-menu-item.has-sub {
      width: 20%;
    }

    .mobilemenu li a {
      display: flex;
      flex-wrap: wrap;
      text-align: center;
      justify-content: center;
      font-size: 12px;
      line-height: 23px;
      color: #797f86 !important;
      font-weight: 600;
      text-align: center;
      padding: 0;
    }

      .mobilemenu li a img *,
      .mobilemenu li a svg * {
        fill: #797f86;
      }

    .mobilemenu li.active a {
      color: #343434 !important;
    }

  .card-content .nav-tabs + .card-inner {
    background: #fff !important;
  }

    .card-content .nav-tabs + .card-inner .a-photo-section {
      border: 0;
    }

    .card-content .nav-tabs + .card-inner .a-section {
      padding: 0;
      padding-top: 0px;
      background: white;
      border-radius: 10px;
      border: 0;
    }

  .mobilemenu li a img {
    filter: brightness(0);
  }

  .mobilemenu li a.toggle-active img {
    filter: none;
  }

  .mobilemenu li a img,
  .mobilemenu li a svg {
    display: inline-block;
    margin: 0 0 2px;
    max-width: 26px;
  }

  .mobilemenu li a span {
    width: 100%;
    display: inline-block;
    line-height: 1;
  }

  .mobilemenu li.active a svg path {
    fill: #343434;
  }

  .mobilemenu .nk-quick-nav-icon:before {
    display: none;
  }

  .nk-header-wrap > .nk-menu-trigger {
    display: none;
  }

  .admin-body .nk-header-wrap > .nk-menu-trigger {
    display: block;
  }

  .nk-header-fixed {
    position: initial;
  }

    .nk-header-fixed + .nk-content {
      margin-top: 0;
      margin-bottom: 60px;
    }

  .nk-sidebar-mobile {
    z-index: 9999;
  }

  .nk-sidebar-element.nk-sidebar-head {
    justify-content: space-between;
  }

    .nk-sidebar-element.nk-sidebar-head .nk-menu-trigger .nk-quick-nav-icon {
      font-size: 2rem;
      color: #002755;
    }

    .nk-sidebar-element.nk-sidebar-head .nk-sidebar-brand {
      margin: 0;
    }

  .has-sidebar .logo-img {
    max-height: 45px !important;
  }

  .nk-header-tools li.dropdown.user-dropdown {
    display: none;
  }

  /*  li.dropdown.notification-dropdown em.icon.ni.ni-bell {
        background: url(../../../theme/images/notification_icon.svg) no-repeat;
        width: 20px;
        height: 20px;
        background-size: contain;
        background-position: center
    } */

  /* li.dropdown.notification-dropdown em.icon.ni.ni-bell:before {
        display: none
    }

    li.dropdown.notification-dropdown .icon-status-info:after {
        display: none
    } */

  /*  li.dropdown.notification-dropdown a.nk-quick-nav-icon:before {
        display: none
    } */
  .nk-quick-nav-icon {
    font-size: 2.3rem;
  }
  /* .nk-header-tools {
        margin-right: -60px
    } */

  .is-light .nk-menu-link {
    color: #343434;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
  }

  .is-light .nk-menu-icon {
    color: #343434;
    width: 30px;
  }

  .nk-menu-icon .icon {
    font-size: 20px;
  }

  .nk-sidebar .nk-menu > li .nk-menu-sub .nk-menu-link {
    padding-left: 44px;
  }

  .nk-sidebar .nk-menu > li .nk-menu-sub .nk-menu-sub {
    margin-left: 44px;
  }

  /*  .nk-sidebar.is-light .nk-menu > li:hover > a,
  .nk-sidebar.is-light .nk-menu > li.active > a,
  .nk-sidebar.is-light .nk-menu > li.current-menu > a,
  .nk-sidebar.is-light .nk-menu > li > a:hover {
    background: #ed2c31 !important;
  }*/

  .notification-dropdown .dropdown-head span {
    font-size: 13px;
    color: #343434;
    font-weight: 500;
  }

  .nk-notification-text,
  .nk-notification-text a {
    font-size: 13px;
    color: #343434 !important;
  }

  /*.nk-notification-icon .icon:before {
      color: #1f64ad;
    }*/

  .dropdown-foot a {
    font-size: 12px;
  }

  .card-tools-toggle .card-title-group {
    /* flex-wrap: wrap; */
    margin: 0;
    gap: 15px;
  }

  .paging_simple_numbers .pagination .paginate_button.active a,
  .paging_simple_numbers .pagination .paginate_button:hover a {
    background: #4496fe;
    color: #fff;
  }

  .nk-tb-head .nk-tb-col {
    color: #002755;
  }

  .nk-tb-list {
    color: #343434;
  }

  a.btn {
    font-size: 11px;
    padding: 7px 9px;
    width: auto;
  }

  .login-page,
  .register-page {
    background: #fff;
  }

  .stepsignup form .signup-content .nextBtn,
  button.btn.btn-primary.prev-Btn.btn-lg,
  button.btn.btn-primary.next-Btn.btn-lg {
    color: #fff;
    background-color: #1f64ad;
    border-color: #1f64ad;
  }

  .stepsignup .stepsignupleft {
    padding: 0;
    background: 0 0;
    margin: 0 0 10px;
  }

  .login-block .setup-content .form-group {
    margin: 0 0 5px !important;
  }

  .togglePassword i {
    top: 40px;
    right: 5px;
    position: absolute !important;
  }

  [type="checkbox"] + label {
    color: #002755;
    opacity: 1 !important;
  }

  .form-control-select {
    margin: 0 0 8px;
  }

  /* .form-control {
        padding: 10px 1rem;
        height: auto;
        background: 0 0!important;
        border-radius: 6px!important;
        border: 1px solid #88a6c8!important
    } 

    .nk-block-head-content {
        color: #fff
    }*/

  form .g-gs {
    margin-bottom: 0 !important;
  }

    form .g-gs .col-md-6 {
      padding-bottom: 0 !important;
    }

  .nk-wg1-amount .amount {
    color: #ed2c31 !important;
  }

  .add-ticket .list-group-item.active {
    color: #ed2c31 !important;
  }

    .add-ticket .list-group-item.active:after {
      background: #ed2c31 !important;
    }

  .tree-wrapper div.orgChart h2 {
    color: #fff !important;
  }

  #profileForm .col {
    width: 100%;
    flex: 0 0 100%;
  }

  #profileForm .form-control-wrap {
    margin-bottom: 8px;
  }

  .tree ul {
    padding: 0 0 0 10px !important;
  }

  .tooltip {
    width: 150px !important;
    left: 0 !important;
    top: 23px !important;
  }

  .inner-tree-network .tooltip::after {
    left: 21px !important;
    transform: rotate(90deg) !important;
    top: -5px !important;
    right: inherit !important;
  }

  .tooltip .list-group-item {
    padding: 1px 10px;
    font-size: 10px;
  }

  .depamtblock .table th,
  .depamtblock .table td {
    padding: 0 5px !important;
    white-space: pre-wrap;
  }

  .add-ticket {
    margin: 0 -1.25rem;
    padding: 0 1.25rem;
  }

  .custom-file-input {
    height: 38px;
  }

  h6.card-title {
    font-size: 15px;
  }

  .select2-container--default .select2-selection--single {
    height: auto;
    border: 1px solid #88a6c8 !important;
    border-radius: 6px;
  }

    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
      line-height: 28px;
      padding: 0;
    }

  .box-sec {
    gap: 15px;
  }

  .ticket_sec {
    margin-top: 15px !important;
  }

  div#totalEquity {
    align-items: start;
    gap: 5px;
    flex-direction: column;
  }

  .row.padd-row.mainhomerow {
    margin-bottom: 0;
  }

  table.table tr td {
    padding: 7px 10px;
  }

  .card .table tr:first-child th:first-child,
  .card .table tr td:first-child,
  .card .table tr:last-child td:first-child {
    padding-left: 15px;
  }

  .kyc_verify h4 {
    font-size: 20px;
  }

  .kyc_verify p {
    font-size: 13px;
    line-height: normal;
  }

  .kyc_verify a {
    padding: 5px 20px;
  }

  .card-inner-wb .btn_wrap a {
    padding: 5px 20px;
    line-height: normal;
  }

  .timeline-item {
    flex-wrap: inherit !important;
  }

  .activity-detsec .timeline-data {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 0px;
  }

  .activity-detsec .timeline-title {
    font-size: 14px !important;
    margin-bottom: 3px !important;
  }

  .activity-detsec .timeline-status {
    width: 30px;
    height: 30px;
    padding: 4px;
  }

  .activity-detsec .timeline-item:not(:last-child):before {
    left: 15px !important;
  }

  .nk-content {
    padding-top: 20px;
    padding-bottom: 60px;
    border-top: 1px solid #e6e6e6;
  }

  .link-list-menu a {
    padding: 5px 10px;
  }

    .link-list-menu a .icon {
      font-size: 20px;
    }

  .cust-toggle-list .row {
    margin-bottom: 10px;
  }

  .cust-toggle-list [type=radio]:checked + label,
  .cust-toggle-list [type=radio]:not(:checked) + label {
    padding-left: 25px;
  }

  .profile-page .custom-control {
    padding-left: 0.25rem;
  }

  .top-filters .btn {
    width: 100%;
    margin: 5px 0;
  }

  .pagination_cont {
    padding: 0px;
  }

  .pagination {
    flex-wrap: wrap;
    gap: 5px 1px;
  }

  .filtersec {
    gap: 10px;
  }

    .filtersec .form-group,
    .filtersec .form-control-select {
      margin: 0 !important;
    }

  .filter_in {
    max-width: 100%;
  }

  .filtersec label {
    line-height: normal;
  }

  .filtersec .btn {
    margin-top: 0px !important;
    line-height: inherit;
  }

  .profile-page .user-avatar, .profile-page .profile-user-img {
    height: 80px !important;
    width: 80px !important;
  }
}

@media screen and (max-width:1024.9px) {
  .chatbox, .chatbox_isyou, .admin-reply, .user-reply {
    max-width: 400px;
  }

  .msg-profile .card {
    padding: 15px;
  }

  .msg-profile .attachments-list-group .attachment-img {
    width: 70px;
  }
}

@media screen and (max-width:991.9px) {
  .dark-mode .profile-page .link-list-menu {
    background: #161d26 !important;
  }
}

@media screen and (max-width:767.9px) {
  .profile_dashboard__content {
    flex-direction: column;
  }

  .msg-reply,
  .msg-profile {
    width: 100%;
  }

  .msg-profile {
    border-left: none;
  }

    .msg-profile .user-card {
      padding: 15px;
      display: none;
    }

      .msg-profile .user-card img {
        max-width: 45px;
      }

      .msg-profile .user-card h5 {
        margin: 10px 0 0 0;
        font-size: 16px;
      }

    .msg-profile .card-title {
      margin: 0 0 10px 0;
    }

  .ticket-header {
    padding: 15px;
    flex-wrap: wrap;
  }

  .ticket-title h5 {
    font-size: 16px;
    line-height: 20px;
  }

  .ticket-title {
    width: 100%;
  }

  .ticket-header span {
    flex-direction: row;
    text-align: left;
    font-size: 13px;
    margin: 10px 0 0 0;
    display: none;
  }

  .chat-panel {
    padding: 15px;
  }

  .chatbox {
    padding: 8px;
  }

    .chatbox .avtname {
      width: 30px;
      min-width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 13px;
    }

  .chatbox_isyou, .admin-reply, .user-reply {
    margin-left: 35px;
  }

  .chatbox .avtname {
    left: -35px;
  }

  .chatbox, .chatbox_isyou, .admin-reply, .user-reply {
    line-height: 17px;
    max-width: 220px;
  }

    .chatbox img.attachment-img {
      width: 50px;
      height: 50px;
    }

  .admin-reply {
    margin-right: 35px;
    margin-left: auto;
  }

    .admin-reply .chatbox .avtname {
      right: -35px;
    }

  .send_det {
    font-size: 10px;
  }

  .chat-editor {
    padding: 10px;
    gap: 10px;
    flex-wrap: wrap;
  }

    .chat-editor textarea.form-control {
      padding: 0px;
    }

    .chat-editor button.btn.btn-primary {
      padding: 5px 10px;
      font-size: 13px;
    }

  .dark-mode .mobilemenu {
    background: #161d26;
  }

    .dark-mode .mobilemenu li.active a {
      color: #ffffff !important;
    }

      .dark-mode .mobilemenu li.active a svg path {
        fill: #ffffff;
      }


  .card-title-group button.btn {
    font-size: 12px;
    padding: 6px 15px;
    width: auto;
    line-height: 20px;
  }

  .nk-sidebar-content .nk-menu-icon svg {
    width: 26px;
  }
}


/*Dark Mode Css*/

.dark-mode .nk-sidebar-body {
  background: transparent;
}

  .dark-mode .nk-sidebar-body .nk-menu-link,
  .dark-mode table th,
  .dark-mode .user-meta .sub-text,
  .dark-mode .link-list-menu a,
  .dark-mode .form-group label.form-label,
  .dark-mode .tab-content .form-group label,
  .dark-mode .profile-page .profile-ud-item .profile-ud .profile-ud-label {
    color: #797f86 !important;
  }

    .dark-mode .nk-sidebar.is-light .nk-menu > li:hover > a,
    .dark-mode .nk-sidebar.is-light .nk-menu > li.active > a,
    .dark-mode .nk-sidebar.is-light .nk-menu > li.current-menu > a,
    .dark-mode .nk-sidebar.is-light .nk-menu > li > a:hover,
    .dark-mode span#secretInfo,
    .dark-mode .link-list-menu li.active > a, .dark-mode .link-list-menu a.active,
    .dark-mode .link-list-menu a:hover, .dark-mode .link-list-menu li.active > a .icon,
    .dark-mode .link-list-menu a.active .icon, .dark-mode .link-list-menu a:hover .icon,
    .dark-mode .link-list-menu li.active > a:after, .dark-mode .link-list-menu a.active:after,
    .dark-mode .link-list-menu a:hover:after,
    .dark-mode .nk-notification-text a {
      color: #fff !important;
    }

      .dark-mode .nk-sidebar.is-light .nk-menu > li:hover > a .icon,
      .dark-mode .nk-sidebar.is-light .nk-menu > li.active > a .icon,
      .dark-mode .nk-sidebar.is-light .nk-menu > li.current-menu > a .icon,
      .dark-mode .nk-sidebar.is-light .nk-menu > li > a:hover .icon,
      .dark-mode span.pwd-eyes,
      .dark-mode .padd-row .card .card-inner-wb .nk-iv-wg2-amount,
      .dark-mode .padd-row .card .nk-iv-wg2-amount,
      .dark-mode .ticket_val p,
      .dark-mode .tdw_value_amt,
      .dark-mode .msg-profile .list-group li.list-group-item,
      .dark-mode .msg-profile .card-title,
      .dark-mode .ticket-header span {
        color: #fff;
      }

        .dark-mode .nk-sidebar-body .nk-menu-icon .icon,
        .dark-mode .kyc_verify p,
        .dark-mode .link-list .pointer a,
        .dark-mode .userversec label,
        .dark-mode .ticket_sec_mid label,
        .dark-mode .copyButton em,
        .dark-mode .activity-detsec .timeline-title,
        .dark-mode .activity-detsec .timeline-date,
        .dark-mode span.text-danger-dot,
        .dark-mode span.text-success-dot,
        .dark-mode table.table tr td,
        .dark-mode span.date_created label,
        .dark-mode .nav-tabs .nav-link,
        .dark-mode .ticket_val label,
        .dark-mode .padd-row .card h6,
        .dark-mode .tdw_value h5.title,
        .dark-mode .msg-profile .list-group li.list-group-item strong,
        .dark-mode .nk-notification-time {
          color: #797f86;
        }

.dark-mode .nk-header, .dark-mode .nk-header.is-light:not([class*="bg-"]),
.dark-mode .mainhead li.dropdown.notification-dropdown,
.dark-mode .kyc_verify,
.dark-mode .ticket_sec_head,
.dark-mode .upload_img_cont,
.dark-mode .msg-profile,
.dark-mode .msg-profile .card,
.dark-mode .nk-content {
  border-color: #3c4653 !important;
}

.dark-mode .nk-quick-nav li svg,
.dark-mode .card-inner-wb svg,
.dark-mode .padd-row .card .card-inner .nk-iv-wg2-title svg,
.dark-mode .activity-detsec .timeline-status svg,
.dark-mode .user-meta .sub-text svg,
.dark-mode .table tr td.operations button.btn svg,
.dark-mode .ticket_dep svg,
.dark-mode .nk-sidebar-content .nk-menu-link:hover svg,
.dark-mode .nk-sidebar-content .nk-menu-link svg {
  fill: #797f86;
}

.dark-mode .kyc_verify,
.dark-mode .bg-grey {
  background: #29333f;
}

  .dark-mode .kyc_verify a {
    background: transparent;
    color: #fff;
  }

  .dark-mode .link-list a,
  .dark-mode .kyc_verify a,
  .dark-mode .btn_wrap a.w_draw,
  .dark-mode .nk-refwg-url .form-control-wrap .form-icon .icon,
  .dark-mode .activity-detsec .timeline-des p,
  .dark-mode .activity-detsec .timeline .time,
  .dark-mode span.date_created,
  .dark-mode .trans_ref_ids em,
  .dark-mode .trans_ref_ids em.icon.ni.ni-eye,
  .dark-mode .nav-tabs .nav-link.active,
  .dark-mode .nav-tabs .nav-link.active:focus,
  .dark-mode .nav-tabs .nav-link.active:hover,
  .dark-mode .nav-tabs .nav-item.open .nav-link,
  .dark-mode .nav-tabs .nav-item.open .nav-link:focus,
  .dark-mode .nav-tabs .nav-item.open .nav-link:hover,
  .dark-mode .notification-dropdown .sub-title {
    color: #fff;
  }

  .dark-mode .card-inner-wb .nk-iv-wg2,
  .dark-mode .kyc_verify a,
  .dark-mode .padd-row .card,
  .dark-mode .nk-refwg-url .form-control-wrap,
  .dark-mode .profile_dashboard__content,
  .dark-mode .ticket-header {
    border-color: #3c4653;
  }

    .dark-mode .card-inner-wb svg,
    .dark-mode .padd-row .card .card-inner .nk-iv-wg2-title svg,
    .dark-mode .nk-refwg-url .form-control-wrap a.copyButton,
    .dark-mode .timeline-status,
    .dark-mode table th,
    .dark-mode .table tr td.operations button.btn,
    .dark-mode .msg-profile .attachments-list-group li.list-group-item {
      background: #313c49;
    }

.dark-mode .btn-outline {
  color: #fff;
  border-color: #3c4653;
}

  .dark-mode .btn-outline:hover {
    color: #232c37;
  }

.dark-mode .table-striped tbody tr {
  background-color: #29333f !important;
  border-color: #232c37;
}

.dark-mode .tooltipcont,
.dark-mode .tooltipcont:after {
  background: #3c4653;
}

.dark-mode .ticket_sec_head a {
  background: #313c49;
  color: #fff;
}

.dark-mode .valinup {
  background: rgb(0 145 75 / 11%);
}

.dark-mode .valindown {
  background: rgb(255 0 19 / 15%);
}

.dark-mode .profile-nk-content .card-aside-left {
  background: transparent !important;
}

.dark-mode .profile-page .nk-block-head:not(.nk-block-head.nk-block-head-sm) {
  border-color: #3c4653 !important;
}

.dark-mode .profile-ud-label span.label.text-success {
  color: #ffffff !important;
}

.dark-mode .upload_img_cont {
  background-color: #29333f !important;
}

.dark-mode .page-item.active .page-link {
  background-color: #3496ed !important;
}

.dark-mode .modal-content {
  background: #000000 !important;
}

.dark-mode .modal-header,
.dark-mode .modal-footer {
  border-color: rgb(255 255 255 / 18%) !important;
}

.dark-mode .modal .form-control,
.dark-mode .modal-body input.form-control {
  background: rgb(255 255 255 / 14%) !important;
  border-color: rgb(255 255 255 / 17%) !important;
}

.dark-mode .nk-menu-sub .nk-menu-link:hover,
.dark-mode .nk-menu-sub .active > .nk-menu-link {
  color: #ffffff !important;
}

.dark-mode .nav-tabs .nav-link:after {
  background: #ffffff;
}

.dark-mode .file-upload-container .upload-box {
  background-color: #313c49 !important;
  border-color: #3c4653 !important;
}

  .dark-mode .file-upload-container .upload-box svg {
    fill: #fff;
  }

.dark-mode .theme_switcher .sun_icon {
  display: block;
}

.dark-mode .theme_switcher .moon_icon {
  display: none;
}

.dark-mode .image-preview .preview-container img {
  background: #313c49;
}

.dark-mode a.viewlnk em.icon.ni.ni-eye {
  color: #fff;
}

.dark-mode .chat-panel {
  background: transparent;
}

.dark-mode .chatbox {
  background: #313c49;
  color: #fff;
}

.dark-mode .chat-editor {
  border-top: 1px solid #3c4653;
}

.dark-mode .admin-reply .chatbox {
  background: #6576ff;
}


.dark-mode .nk-sidebar-content .nk-menu-link:hover svg,
.dark-mode .nk-sidebar-content .nk-menu-item.active svg {
  fill: #fff;
}

.dark-mode .login-block .form-label-outlined {
  color: #343434 !important;
  background-color: #fff !important;
}

.dark-mode .login-block span.pwd-eyes.toggle-password {
  color: #343434;
}

.dark-mode .login-block .form-control {
  color: #343434 !important;
}

.dark-mode ::-webkit-scrollbar-thumb {
  background: #1c222c;
}

.dark-mode ::-webkit-scrollbar-track {
  background: #313c49;
}

.dark-mode .spinner-border {
  border-color: #808080;
  border-right-color: transparent;
}

.dark-mode input:-webkit-autofill,
.dark-mode input:-webkit-autofill:hover,
.dark-mode input:-webkit-autofill:focus,
.dark-mode input:-webkit-autofill:active,
.dark-mode select:-webkit-autofill,
.dark-mode select:-webkit-autofill:hover,
.dark-mode select:-webkit-autofill:focus,
.dark-mode select:-webkit-autofill:active,
.dark-mode textarea:-webkit-autofill,
.dark-mode textarea:-webkit-autofill:hover,
.dark-mode textarea:-webkit-autofill:focus,
.dark-mode textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #313c49 inset !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
}


.dark-mode .login-block .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #e8f0fe inset !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
}

.dark-mode .tab-content .form-group label span,
.dark-mode .form-control,
.dark-mode .modal-body input.form-control {
  color: #ffffff !important;
}

.dark-mode select.form-control option {
  background: #343434 !important;
}

/*.dark-mode .button.btn.btn-light{
    color: #fff !important;
}*/

.dark-mode .withdraw-box {
  background-color: #29333f !important;
}

.dark-mode .stats-cont .item span {
  color: #fff !important;
}

.dark-mode .stats-cont .item:not(:last-child) {
  border-color: #e1e1e130 !important;
}

.dark-mode .withdraw-box .note {
  border: 2px dashed #ffffff24 !important;
  background-color: #f3f3f30a !important;
  color: #fff !important;
}

.dark-mode .filter_in input[type=date] {
  color-scheme: dark !important;
}

table .link-btn {
  color: #3496ed !important;
}

#example1 a {
  color: #357dbe;
}

/* Dark mode scoped Flatpickr styles */
.dark-mode .flatpickr-calendar {
  background: #2b2b2b;
  border: 1px solid #444;
  color: #e0e0e0;
}

.dark-mode .flatpickr-months {
  background: #1e1e1e;
  color: #fff;
}

  .dark-mode .flatpickr-months .flatpickr-prev-month,
  .dark-mode .flatpickr-months .flatpickr-next-month,
  .dark-mode .flatpickr-current-month,
  .dark-mode .flatpickr-current-month input {
    color: #fff !important;
    fill: #fff !important;
  }

.dark-mode .flatpickr-weekdays {
  background: #1e1e1e;
}

.dark-mode .flatpickr-weekday {
  color: #fff !important;
  font-weight: 500;
}

.dark-mode .flatpickr-day {
  background: #2b2b2b;
  color: #e0e0e0;
}

  .dark-mode .flatpickr-day:hover,
  .dark-mode .flatpickr-day:focus {
    background: #444;
    color: #fff;
  }

  .dark-mode .flatpickr-day.today {
    background: #007bff;
    color: #fff;
  }

  .dark-mode .flatpickr-day.selected {
    background: #0d6efd;
    color: #fff;
  }

.dark-mode .flatpickr-time {
  background: #1e1e1e;
  color: #fff;
}

  .dark-mode .flatpickr-time input {
    background: #1e1e1e;
    border: none;
    color: #fff;
  }

.flatpickr-calendar {
  box-shadow: none !important;
  overflow: hidden !important;
}


.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #ffffffe6 !important;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #ffffffe6 !important;
}


.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: #a1a1a14d !important;
}

  .flatpickr-day.inRange,
  .flatpickr-day.prevMonthDay.inRange,
  .flatpickr-day.nextMonthDay.inRange,
  .flatpickr-day.today.inRange,
  .flatpickr-day.prevMonthDay.today.inRange,
  .flatpickr-day.nextMonthDay.today.inRange,
  .flatpickr-day:hover,
  .flatpickr-day.prevMonthDay:hover,
  .flatpickr-day.nextMonthDay:hover,
  .flatpickr-day:focus,
  .flatpickr-day.prevMonthDay:focus,
  .flatpickr-day.nextMonthDay:focus {
    background: #e6e6e608 !important;
    border-color: #e6e6e600 !important;
  }
/* Style the dropdown container */
body.dark-mode .pac-container {
  background-color: #232c37 !important;
  color: #ccc !important;
  border: 1px solid #555 !important; /* gray border instead of white */
  font-family: 'Arial', sans-serif;
  z-index: 10000 !important;
  box-shadow: none !important;
}

/* Style each address item */
body.dark-mode .pac-item {
  background-color: #232c37 !important;
  color: #ccc !important;
  border-top: 1px solid #444 !important; /* adds subtle separation */
}

  body.dark-mode .pac-item:hover {
    background-color: #2e3a47 !important;
    color: #fff !important;
  }

/* Highlighted match part */
body.dark-mode .pac-item-query {
  color: #90caf9 !important;
  font-weight: bold;
}

/* Make 'powered by Google' white */
/*body.dark-mode .pac-container:after {
  background: #232c37 !important;
  color: white !important;
}*/

body.dark-mode .pac-container {
  background-color: #1e1e2f !important;
  color: #fff;
}
