/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/
html {
    /* Enables smooth scrolling across the entire page */
    scroll-behavior: smooth;
}

.bg-dark-transparant{
  background-color: #00000085;
}

.bg-danger-transparant{
  background-color: #ff00002c;
}

.bg-header{
    background-image: url(../../images/bg/bg-header.png);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-blend-mode: lighten;
}

.bg-header-2{
  background-image: url(../../images/bg/bg-header-2.png);
  background-position:top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-blend-mode: lighten;
}

.header-main.has-fixed{
background-color: #000000c9!important;
}

@media (max-width: 600px) {
.header-menu{
    background-color: #000000c9!important;
}

.menu-toggler{
    color:#e5e5e5!important;
}

.menu-toggler.active{
    color:#ff4545!important;
    background: #e5e5e5!important;
}

}




.menu-link
{
    color:#fff!important;
}

.menu-item:hover > .menu-link
{
    color:#e5e5e5!important;
}

.list-style-none{
    list-style: none!important;
}

.accordion{
    --bs-bg-opacity: 1;
    background-color:rgb(22 22 22 / 0%) !important;
}


.accordion-item {
    color: #cecece;
    background-color: #252525;
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.42);
-webkit-box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.42);
-moz-box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.42);
  }

  .accordion-icon{
    color: #cecece;
  }

  .accordion-head.collapsed .title{
    color: #cecece;
  }

  .accordion-head .title {
    margin-bottom: 0;
    font-size: 1rem;
    color: #cecece;
    line-height: 1.3;
  }

  .accordion-item:not(:last-child) .accordion-head{
    border:none;
  }

  .accordion-item:not(:last-child) .accordion-inner{
    border:#000000c9 solid 1px;
  }

  .accordion-item:last-child .accordion-inner{
    border:#000000c9 solid 1px;
  }


.box-bg{
  background-image: url(../../images/bg/bg-header-2.png);
  background-position:top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: lighten;
  background-attachment: fixed;

}

.sidebar {
  color: white;
  /* position: fixed; */
  padding-top: 10px;
  background-color: #00030067;
  padding: 20px;
  border-radius: 10px;
}

.sidebar h2 {
  font-size: 20px;
  color: white;
}

.sidebar ul li {
  padding: 5px;
  color: #d3d3d3;
  display: block;
  transition: 0.3s;
}

.sidebar a{
  text-decoration: none;
  color: #c8c8c8;
  /* font-weight: 600; */
}

.sidebar .is-active{
  color: #7c7c7c!important;
  padding-left: 5px;
}


.sidebar ul li:hover > a {
  color: #7c7c7c;
  transition: transform 0.3s ease-out;
  padding-left: 5px;
}

.main-menu-btn{
  z-index: 999!important;
  display: none;
  position: fixed;
  bottom: -20px;
  right:-10px;
}

.btn-main-menu{
  padding: 10px;
  font-size: 30px;
  /* font-weight: bold; */
  background-color: #030303a7;
  color: red;
  border: 1px solid #000!important;
  border-radius: 50%;
}

.list-main-menu{
  background-color: #030303e6!important;
  border: 1px solid #000;
  transform: translate3d(-50px, 0px, 0px)!important;
}

.list-main-menu a{
  color :#c7c7c7!important;
  font-size: 20px;
}

.list-main-menu h2.title-menu{
  color :#c7c7c7!important;
  padding: 10px;
}


/* Responsif untuk layar kecil */
@media screen and (max-width: 990px) {
  .sidebar {
      display: none!important;
  }

  .main-menu-btn{ 
    display: block!important;
}
}

.select2-dropdown{
  background-color: #292929!important;
  border-color: #000!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #58595c!important;
}

.select2-search--dropdown .select2-search__field{
  color: #d9d9d9!important;
  border-color: #000!important;
}

.list-order{
  margin-bottom: 40px!important;
}

.is-dark .list-order li{
  color:#d1d1d1!important;
  padding: 0px!important;
}

.list-info .list-views{
  display: flex!important;
  }
  
  .list-info-v .list-views{
    flex-direction: column!important;
    margin-bottom: 20px;
  }
  
  .list-info .list-info-title{
    color:#a2a2a2!important;
    font-size: 14px;
    display: block!important;
  }
  
  .list-info .list-info-text{
    color:#fff!important;
    display: block!important;
  }

  /* list service */

  .list-info-service .list-views{
    display: flex!important;
    }
    
    .list-info-v-service .list-views{
      flex-direction: column!important;
      margin-bottom: 10px;
    }
    
    .list-info-service .list-info-title{
      color:#a2a2a2!important;
      font-size: 14px;
      display: block!important;
    }
    
    .list-info-service .list-info-text{
      color:#fff!important;
      display: block!important;
    }


  /* .nk-wg-aaction{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nk-wg-action-content{
    position: relative;
    padding-left: 2rem;
    padding-right: 1rem;
  } */

  .team { position: relative; }

.team-info { padding: 1rem 0 1.25rem; }

.team-info li { display: flex; align-items: center; justify-content: space-between; font-size: .9375rem; line-height: 1.75rem; }

.team-info li span:first-child { color: #8094ae; }

.team-info li span:last-child { color: #526484; }

.team-status { position: absolute; left: 0; display: flex; align-items: center; justify-content: center; height: 20px; width: 20px; border-radius: 50%; }

.team-options { position: absolute; top: -.25rem; right: -.25rem; }

.team-details { padding-top: .5rem; text-align: center; max-width: 200px; margin: 0 auto; }

.team-statistics { display: flex; justify-content: space-around; text-align: center; padding: 1rem 0 1.5rem; }

.team-statistics li span { display: block; }

.team-statistics li span:first-child { font-size: 1.125rem; color: #1c2b46; }

.team-statistics li span:last-child { font-size: .875rem; color: #8094ae; }

.team-view { display: flex; justify-content: center; padding-bottom: 0.25rem; }

.user-avatar, [class^="user-avatar"]:not([class*="-group"]) { border-radius: 50%; height: 40px; width: 40px; display: flex; justify-content: center; align-items: center; color: #fff; background: #798bff; font-size: 14px; font-weight: 500; letter-spacing: 0.06em; flex-shrink: 0; position: relative; }

.user-avatar + .user-info, [class^="user-avatar"]:not([class*="-group"]) + .user-info { margin-left: 1rem; }

.user-avatar + .user-name, [class^="user-avatar"]:not([class*="-group"]) + .user-name { margin-left: 0.75rem; }

.user-avatar img, [class^="user-avatar"]:not([class*="-group"]) img { border-radius: 50%; }

.user-avatar.md + .user-info, [class^="user-avatar"]:not([class*="-group"]).md + .user-info { margin-left: 1.5rem; }

.user-avatar.md + .user-name, [class^="user-avatar"]:not([class*="-group"]).md + .user-name { margin-left: 1.25rem; }

.user-avatar .edit, [class^="user-avatar"]:not([class*="-group"]) .edit { position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 50%; background-color: rgba(31, 43, 58, 0.5); display: flex; justify-content: center; align-items: center; color: #fff; opacity: 0; transition: opacity .3s; }

.user-avatar:hover .edit, [class^="user-avatar"]:not([class*="-group"]):hover .edit { opacity: 1; }

.user-avatar .status, [class^="user-avatar"]:not([class*="-group"]) .status { border: 2px solid #fff; position: absolute; bottom: 0; right: 0; }

.user-avatar.sq, [class^="user-avatar"]:not([class*="-group"]).sq { border-radius: 4px; }

.user-avatar.sq img, [class^="user-avatar"]:not([class*="-group"]).sq img { border-radius: 4px; }

.user-avatar.sq .status, [class^="user-avatar"]:not([class*="-group"]).sq .status { bottom: -6px; right: -6px; }

.user-avatar-multiple { background-color: transparent !important; }

.user-avatar-multiple .user-avatar { position: absolute; height: 70%; width: 70%; font-size: 80%; border: 2px solid #fff; }

.user-avatar-multiple .user-avatar:nth-child(1) { top: 0; right: 0; }

.user-avatar-multiple .user-avatar:nth-child(2) { bottom: 0; left: 0; }

.user-card .user-avatar.d-none { margin-right: 1rem; }

.user-card .user-avatar.d-none + .user-info, .user-card .user-avatar.d-none + .user-name { margin-left: 0; }

.user-avatar-xl, .user-avatar.xl { height: 110px; width: 110px; font-size: 40px; font-weight: 400; }

.user-avatar-xl .status, .user-avatar.xl .status { bottom: 9px; right: 9px; }

.user-avatar-lg, .user-avatar.lg { height: 80px; width: 80px; font-size: 28px; font-weight: 400; }

.user-avatar-lg .status, .user-avatar.lg .status { bottom: 5px; right: 5px; }

.user-avatar-md, .user-avatar.md { height: 60px; width: 60px; font-size: 18px; }

.user-avatar-md .status, .user-avatar.md .status { bottom: 2px; right: 2px; }

.user-avatar-sm, .user-avatar.sm { height: 32px; width: 32px; font-size: 12px; }

.user-avatar-sm .status, .user-avatar.sm .status { bottom: -2px; right: -2px; }

.user-avatar-xs, .user-avatar.xs { height: 26px; width: 26px; font-size: 9px; font-weight: 700; }

.user-avatar-xs .status, .user-avatar.xs .status { bottom: -2px; right: -2px; }

.user-avatar[class*="-blue-dim"] { color: #559bfb; }

.user-avatar[class*="-azure-dim"] { color: #1676fb; }

.user-avatar[class*="-indigo-dim"] { color: #2c3782; }

.user-avatar[class*="-purple-dim"] { color: #816bff; }

.user-avatar[class*="-pink-dim"] { color: #ff63a5; }

.user-avatar[class*="-orange-dim"] { color: #ffa353; }

.user-avatar[class*="-teal-dim"] { color: #20c997; }

.user-avatar[class*="-primary-dim"] { color: #6576ff; }

.user-avatar[class*="-secondary-dim"] { color: #364a63; }

.user-avatar[class*="-success-dim"] { color: #1ee0ac; }

.user-avatar[class*="-info-dim"] { color: #09c2de; }

.user-avatar[class*="-warning-dim"] { color: #f4bd0e; }

.user-avatar[class*="-danger-dim"] { color: #e85347; }

.user-avatar[class*="-dark-dim"] { color: #1f2b3a; }

.user-avatar[class*="-gray-dim"] { color: #8091a7; }

.user-avatar[class*="-lighter"] { color: #8094ae; }

.user-avatar[class*="-light"] { color: #526484; }

.user-card { display: flex; align-items: center; }

.user-card-wrap { padding-top: 1.125rem; padding-bottom: 1.125rem; }

.user-card .user-info { color: #8094ae; }

.user-card-menu { position: absolute; right: 1rem; top: 1rem; }

.user-toggle { display: flex; align-items: center; padding: 0 1px 1px; }

.user-status { font-size: 11px; font-weight: 500; line-height: 1; padding-top: .125rem; padding-bottom: .375rem; }

.user-status-unverified { color: #e85347; }

.user-status-verified { color: #1ee0ac; }

.user-name { color: #526484; font-size: 12px; line-height: 16px; font-weight: 700; }

.is-dark .user-name { color: #90a1b8; }

.is-theme .user-name { color: #c4cefe; }

.user-action { margin-left: auto; font-size: 20px; color: #8094ae; }

.user-account-info { padding-top: 1.5rem; padding-bottom: 1.25rem; }

.user-account-data li { display: flex; justify-content: space-between; padding: .125rem 0; }

.user-account-actions:not(:first-child) { margin-top: 1.5rem; }

.user-account-actions ul { display: flex; }

.user-account-actions ul li { width: 44%; }

.user-account-actions ul li:last-child { width: 56%; }

.user-account-actions .btn, .user-account-actions .dual-listbox .dual-listbox__button, .dual-listbox .user-account-actions .dual-listbox__button { width: 100%; font-size: 12px; letter-spacing: 0.04em; padding-left: 0.5rem; padding-right: 0.5rem; text-transform: uppercase; }

.user-account-links { padding: 1rem 0; border-bottom: 1px solid #e5e9f2; }

.user-account-info .user-account-links:last-child { border-bottom: 0; padding-bottom: 0; }

.user-account-info + .user-account-links { padding-top: 0; margin-top: -0.5rem; }

.user-account-links a:link { padding: 0.5rem 0; display: flex; }

.user-account-value { display: inline-flex; }

.user-balance { font-size: 1.5rem; line-height: 1; padding: .125rem 0 .375rem; color: #6576ff; }

.user-balance small { font-size: 1rem; }

.user-balance-alt { font-size: 15px; color: #526484; font-weight: 700; }

.user-balance-alt span { font-weight: 400; }

.user-balance-sub { font-size: 13px; color: #8094ae; }

.user-balance-sub span { color: #526484; }

.user-balance-sub + a { margin-top: 1rem; }

.user-card-s2 { display: flex; flex-direction: column; text-align: center; padding: .5rem; }

.user-card-s2 .user-avatar { margin: 0 auto; }

.user-card-s2 .user-info { margin: 1.25rem 0 0 !important; }

.user-card-s2 .user-info .sub-text { justify-content: center; }

.user-card-s2 .user-info .badge { margin-bottom: 1rem; }

.user-card-md .lead-text { font-size: 1rem!important;}

.user-card-md .sub-text { font-size: 0.875rem!important; }

.user-activity { display: flex; }

.user-activity-group { display: flex; flex-wrap: wrap; }

.user-activity-ck { height: 110px; padding: .5rem .375rem 0; }

.user-activity .icon { width: 2.25rem; font-size: 1.5rem; color: #8094ae; }

.user-activity .info span { display: block; }

.user-activity .amount { font-size: 1.125rem; line-height: 1.3; font-weight: 500; color: #526484; }

.user-activity .title { font-size: 12px; color: #8094ae; }

.user-activity .gfx { align-self: flex-end; width: 50px; margin-left: 1rem; margin-bottom: 0.25rem; }

.user-contacts li { color: #526484; display: flex; font-size: .875rem; line-height: 1.4rem; padding: .375rem 0; }

.user-contacts li .icon { color: #8094ae; font-size: 1rem; width: 1.75rem; line-height: inherit; display: inline-block; }

.user-avatar-group { display: flex; }

.user-avatar-group .user-avatar { border: 2px solid #fff; }

.user-avatar-group .user-avatar:not(:first-child) { margin-left: -20%; }

.user-avatar-group .user-avatar.sm:not(:first-child) { margin-left: -1rem; }

.user-avatar-group .user-avatar.xs:not(:first-child) { margin-left: -0.5rem; }

.user-info .lead-text, .user-info .sub-text { display: flex; align-items: center; }

.lead-text { font-size: 0.875rem; font-weight: 700; color: #e8e8e8; display: block; }

.lead-text + .sub-text { font-size: 12px; }

.lead-text a{  color: #d4d4d4;}

.lead-text a:hover{  color: #f2f2f2;}

.sub-text { display: block; font-size: 13px; color: #aeaeae; }

.sub-text span + .dot, .sub-text .dot + span { margin-left: 0.25rem; }

.sub-text-sm, .sub-text + .sub-text { font-size: 12px; }

.sub-text-sm { color: #8094ae; }

.is-theme .sub-text-sm { color: #c4cefe; }

.is-theme .is-light .sub-text-sm { color: #8094ae; }

.text-ellipsis .sub-text { display: inline; }

.sub-text strong { color: #526484; font-weight: 700; }

.lead-text span { color: #526484; font-weight: 400; }

.lead-text-lg { font-size: 1.125rem; font-weight: 500; color: #364a63; display: block; }

.user-info .edit { font-size: 1.25rem; color: #8094ae; margin-left: 0.5rem; display: inline-flex; }

.user-info .edit:hover { color: #6576ff; }

.user-plan { display: flex; flex-wrap: wrap; justify-content: space-between; padding: .75rem 0; }

.user-plan-title { display: flex; align-items: center; color: #364a63; font-weight: 700; font-size: 1rem; }

.user-plan-title .icon { font-size: 1.5rem; margin-right: 0.75rem; color: #6576ff; }

.user-plan-info, .user-plan-actions { padding: 0.5rem 0; }

.user-plan-status { font-size: 13px; font-weight: 500; color: #8094ae; text-transform: uppercase; margin-top: 0.5rem; }

.user-plan-progress { width: 100%; margin-top: 1rem; }

.dot { position: relative; display: inline-block; border-radius: 50%; height: 8px; width: 8px; }

.dot-label:after { position: absolute; left: 0; top: 0; right: 0; bottom: 0; border-radius: 50%; background: #fff; content: ''; transform: scale(0.65); }

.dot.sq { border-radius: 3px; }

.dot.sq:after { border-radius: 3px; }

.dot-xs { height: 4px; width: 4px; }

.dot-sm { height: 6px; width: 6px; }

.dot-md { height: 8px; width: 8px; }

.dot-rg { height: 10px; width: 10px; }

.dot-lg { height: 12px; width: 12px; }

.dot-xl { height: 16px; width: 16px; }

.dot-primary { background: #6576ff; }

.dot-secondary { background: #364a63; }

.dot-success { background: #1ee0ac; }

.dot-info { background: #09c2de; }

.dot-warning { background: #f4bd0e; }

.dot-danger { background: #e85347; }

.dot-dark { background: #1c2b46; }

.dot-gray { background: #8091a7; }

.dot-light { background: #e5e9f2; }

.dot-lighter { background: #f5f6fa; }


.form-account .form-group .form-label-group{
  font-size: 14px!important;
  color: #a2a2a2;
}

.form-account .form-group .form-control{
  background-color: #00000080!important;
  color: #a2a2a2;
  border-color: #a2a2a2;
}

.form-account .form-group .form-control:focus{
  border-color: #1f2b3a;
  box-shadow: 0 0 0 3px rgba(255, 101, 101, 0.1);
}

.form-account .form-group .select2-container--default .select2-selection--single{
  background-color: #00000080!important;
  border-color: #a2a2a2;
  color: #a2a2a2;
}

.form-account .form-group .select2-container--default .select2-selection--single .select2-selection__rendered{
  color:#a2a2a2;
}

.form-account .form-group .select2-container--default .select2-selection--single:focus{
  border-color: #1f2b3a;
  box-shadow: 0 0 0 3px rgba(255, 101, 101, 0.1);
}


.card-title-group { display: flex; align-items: center; justify-content: space-between; position: relative; }

.card-title-group .card-title { margin-bottom: 0; }

.card-title-group:only-child, .card-title-group .card-search { margin-top: -.25rem; margin-bottom: -.25rem; }

.nk-store-statistics .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.nk-store-statistics .title {
  font-size: 0.8125rem;
  color: #dddddd;
}
.nk-store-statistics .count {
  font-size: 1.25rem;
  color: #f91515;
  font-weight: 700;
}
.nk-store-statistics .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  height: 44px;
  width: 44px;
  border-radius: 6px;
}


.form-proof_payment .form-control{
  background-color: #00000080!important;
  color: #a2a2a2;
  border-color: #292929;
}

.form-proof_payment .form-control:focus{
  border-color: #1f2b3a;
  box-shadow: 0 0 0 3px rgba(255, 101, 101, 0.1);
}

.modal-content > .close{
  background-color: rgba(255, 0, 0, 0)!important;
  color:#fff!important;
  border: none;
}



.pricing { position: relative; height: 100%; }

.pricing-badge { position: absolute; right: .5rem; top: .5rem; }

.pricing-head { text-align: left; padding: 1.75rem 1.5rem; border-bottom: 1px solid #292929; }

.pricing-title .title { margin-bottom: 0.25rem; }

.pricing-title:not(:last-child) { padding-bottom: 1.25rem; }

.pricing-body { padding: 1.75rem 1.75rem 2rem; }

.pricing-features li { display: flex; padding: .25rem 0; }

.pricing-action { margin-top: 1.5rem; text-align: center; }

.pricing-media { padding: 0.25rem 0; margin-bottom: 1.5rem; }

.pricing-media img { max-width: 90px; }

.pricing-amount { font-size: 0.875rem; color: #8094ae; }

.pricing-amount .amount { font-size: 1.5rem; font-weight: 700; color: #526484; }

.link-bdr-t, .link-check + .link-check, .link-tidy li + li, .link-list + .link-list, .link-list-opt li + li, .link-list-plain li + li { border-top: 1px solid #e5e9f2; }

.link-bdr-b { border-bottom: 1px solid #e5e9f2; }

.link-pd-sm, .link-tidy.sm li, .link-list-plain.sm a { padding: 6px 1rem; }

.link-act-check:after, .link-check li.active > a:after, .link-check li a.active:after, .link-list-opt li.active > a:after, .link-list-opt a.active:after { content: ""; position: absolute; top: 50%; transform: translateY(-50%); right: 1rem; font-family: "Nioicon"; }

.link-list-opt.no-bdr { padding: .5rem 0; }

.link-list-opt.no-bdr li:not(.divider) { border-top-width: 0; }

.link-list-opt .divider { margin: .5rem 0; }

.link-list-opt a { display: flex; align-items: center; padding: .625rem 1.25rem; font-size: 12px; font-weight: 500; color: #526484; transition: all .4s; line-height: 1.3rem; position: relative; }

.link-list-opt a:hover { color: #6576ff; background: #f5f6fa; }

.link-list-opt a .icon { font-size: 1.125rem; width: 1.75rem; opacity: .8; }

.link-list-opt li.disabled > a, .link-list-opt a.disabled { pointer-events: none; color: #8094ae; opacity: 0.7; }

.link-list-opt .opt-head { padding: .25rem 1.25rem; color: #8094ae; }

.link-list-opt.ui-v2 a { font-weight: 400; }

.link-list-opt.no-bdr + .link-check { margin-top: -0.75rem; }

.link-list-opt.ui-colored li.active > a, .link-list-opt.ui-colored a.active { color: #6576ff; }

.me-n1 {
  margin-right: -0.375rem !important;
}


@media (max-width: 575.98px) { .card-head.ui-v2 .card-tools { width: calc(100% + 20px); margin: 0 -10px; padding-top: .5rem; }
  .card-head.ui-v2 .card-tools-nav { padding: 0 .75rem; border-bottom: 1px solid #e5e9f2; }
  .card-head.ui-v2 .card-tools-nav li a { padding-bottom: 1rem; }
  .card-stretch { margin-left: -18px; margin-right: -18px; border-left: 0 !important; border-right: 0 !important; border-radius: 0 !important; } }

@media (min-width: 576px) { .card-inner { padding: 1.5rem; }
  .card-inner-sm { padding-top: .75rem; padding-bottom: .75rem; }
  .card-inner-md { padding-top: 1rem; padding-bottom: 1rem; }
  .card-header { padding-left: 1.5rem; padding-right: 1.5rem; } }

@media (min-width: 768px) { .card-inner-lg { padding: 2.5rem; }
  .card-inner-xl { padding: 3.75rem; } }

.card-inner { padding: 1.25rem; }

.card-inner-sm { padding-top: .75rem; padding-bottom: .75rem; }

.card-inner-group .card-inner:not(:last-child) { border-bottom: 1px solid #dbdfea; }

.card-custom-s1 .card-inner-group .card-inner { border-bottom: 1px solid #dbdfea; }

@media (max-width: 991.98px) { .card-custom-s1 .card-inner-lg { padding-left: 1.5rem; padding-right: 1.5rem; } }

@media (min-width: 992px) { .card-custom-s1 .card-inner-group { border-right: 1px solid #dbdfea; }
  .card-custom-s1 .card-inner-group .card-inner:last-child { border-bottom: none; } }

@media (min-width: 576px) { .card-search .card-body { padding: 1.5rem; } }

.card-aside { width: 300px; background-color: #fff; min-height: 100vh; flex-shrink: 0; }

.card-aside-left { order: -1; border-right: 1px solid #e5e9f2; }

.card-aside-right { order: 100; border-left: 1px solid #e5e9f2; }

.card-aside-wrap { display: flex; }

.card-aside-wrap .card-inner, .card-aside-wrap .card-content { flex-grow: 1; }

@media (max-width: 767.98px) { .toggle-break-md.card-aside .card-inner-group { max-height: calc(100vh - 65px); margin-top: 65px; } }

@media (max-width: 991.98px) { .toggle-break-lg.card-aside .card-inner-group { max-height: calc(100vh - 65px); margin-top: 65px; } }

@media (max-width: 1199.98px) { .toggle-break-xl.card-aside .card-inner-group { max-height: calc(100vh - 65px); margin-top: 65px; } }

@media (max-width: 1539.98px) { .toggle-break-xxl.card-aside .card-inner-group { max-height: calc(100vh - 65px); margin-top: 65px; } }

.ui-shady .card .card-inner + .table .tb-tnx-head { border-top: 1px solid #e8e8e8; }

.btn-trigger { position: relative; z-index: 1; color: #cccccc; }

.btn-trigger:focus { box-shadow: none; }

.btn-trigger:before { position: absolute; z-index: -1; height: 20px; width: 20px; top: 50%; left: 50%; transform: translate(-50%, -50%); transform-origin: 50% 50%; content: ''; background-color: #e5e9f2; border-radius: 50%; opacity: 0; transition: all .3s; }

.is-dark .btn-trigger:before { background-color: #7e7e7e; }

.show > .btn-trigger:before { opacity: 1; height: 120%; width: 120%; }

.btn-trigger:hover:before, .btn-trigger:focus:before, .btn-trigger.active:not(.revarse):before { opacity: 1; height: 120%; width: 120%; }

.btn-trigger.active:hover:before { background-color: #dbdfea; }

a:hover .btn-trigger:before { opacity: 1; height: 120%; width: 120%; }

@media (min-width: 576px) { .nk-block-tools-toggle .toggle-expand { display: none; }
  .nk-block-tools-toggle .toggle-expand-content { display: block !important; } }

@media (max-width: 575.98px) { .nk-block-tools-toggle .toggle-expand-content { position: absolute; left: 0; right: 0; top: 100%; z-index: 99; width: 100vw; padding: 0 18px !important; background: #fff; margin-left: -18px; margin-right: -18px; box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2); }
  .nk-block-tools-toggle .nk-block-tools { padding-top: 20px; padding-bottom: 20px; }
  .nk-block-tools-toggle .nk-block-tools-opt { margin-left: auto; } }

@media (max-width: 575.98px) { .card-tools-toggle .card-title-group { position: static; }
  .card-tools-toggle .toggle-wrap .toggle-content { padding: 1.25rem 1rem; transform: translate(0); top: 0; left: 0; right: 0; bottom: 0; }
  .card-tools-toggle .toggle-wrap .toggle-close { margin-right: auto; }
  .card-tools-toggle .toggle-wrap .toggle-close .btn-trigger:before { opacity: 0; }
  .card-tools-toggle .toggle-wrap .toggle-close .btn-trigger:hover:before { opacity: 1; } }

@media (min-width: 576px) { .card-tools-toggle { z-index: 9; }
  .card-tools-toggle .toggle-wrap .toggle { display: none; }
  .card-tools-toggle .toggle-wrap .toggle-content { z-index: 9; opacity: 1; visibility: visible; position: static; background: transparent; box-shadow: none; transform: translate(0); }
  .card-tools-toggle .toggle-wrap .toggle-close { display: none; } }

  .btn-trigger + .dropdown-menu-right, .btn-trigger + .dropdown-menu-left { margin: -.75rem 0; }

.btn-trigger + .dropdown-menu-right { margin-right: 16px; }

.btn-trigger + .dropdown-menu-left { margin-left: 16px; }
@media (max-width: 420px) { .btn-trigger + .dropdown-menu-xl, .btn-trigger + .dropdown-menu-lg, .btn-trigger + .dropdown-menu-md { margin-left: 16px; margin-top: .25rem; } }

.list-status { list-style: none; line-height: 1.3; }

.list-status li { display: inline-flex; align-items: center; padding-right: 1rem; vertical-align: middle; }

.list-status .icon { margin-right: .375rem; line-height: 1.3; }

.alert { position: relative; padding: 1rem 1.25rem; margin-bottom: 2rem; border: 1px solid transparent; border-radius: 4px; }

.alert-heading { color: inherit; }

.alert-link { font-weight: 700; }

.alert-dismissible { padding-right: 4rem; }

.alert-dismissible .close { position: absolute; top: 0; right: 0; padding: 1rem 1.25rem; color: inherit; }

.alert-primary { color: #5563d6; background-color: #edefff; border-color: #c8ceff; }

.alert-primary hr { border-top-color: #afb7ff; }

.alert-primary .alert-link { color: #3041c8; }

.alert-secondary { color: #2d3e53; background-color: #e7e9ec; border-color: #b7bec7; }

.alert-secondary hr { border-top-color: #a9b1bc; }

.alert-secondary .alert-link { color: #1b2532; }

.alert-success { color: #19bc90; background-color: #e4fbf5; border-color: #aef4e1; }

.alert-success hr { border-top-color: #98f1d9; }

.alert-success .alert-link { color: #138f6e; }

.alert-info { color: #08a3ba; background-color: #e1f8fb; border-color: #a6e9f3; }

.alert-info hr { border-top-color: #90e3f0; }

.alert-info .alert-link { color: #067889; }

.alert-warning { color: #cd9f0c; background-color: #fef7e2; border-color: #fbe7a8; }

.alert-warning hr { border-top-color: #fae090; }

.alert-warning .alert-link { color: #9d7a09; }

.alert-danger { color: #c3463c; background-color: #fceae9; border-color: #f7c1bd; }

.alert-danger hr { border-top-color: #f4aca6; }

.alert-danger .alert-link { color: #9c3830; }

.alert-dark { color: #18243b; background-color: #e4e6e9; border-color: #adb3bc; }

.alert-dark hr { border-top-color: #9fa6b1; }

.alert-dark .alert-link { color: #090e17; }

.alert-gray { color: #6c7a8c; background-color: #f0f2f4; border-color: #d1d7df; }

.alert-gray hr { border-top-color: #c2cad5; }

.alert-gray .alert-link { color: #56616f; }

.alert-light { color: #c0c4cb; background-color: #fcfcfd; border-color: #f6f7fa; }

.alert-light hr { border-top-color: #e6e8f1; }

.alert-light .alert-link { color: #a4aab4; }

.alert-lighter { color: #cecfd2; background-color: #fefefe; border-color: #fbfcfd; }

.alert-lighter hr { border-top-color: #eaeff5; }

.alert-lighter .alert-link { color: #b3b5ba; }


.price-list{
  list-style: none;
  margin-top: 10px;
}

.price-list li{
  border: 1px solid #454545;
  background-color: #000;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}

.price-list li .price-list-sub{
  width: 100%;
  margin: 10px;
}
/* 
table */

.nk-tb-list { display: table; width: 100%; font-size: 13px; color: #8094ae; }

.nk-tb-list.is-alt { color: #526484; }

.nk-tb-list .list-status, .nk-tb-list .tb-status { font-size: 12px; font-weight: 500; }

.nk-tb-list .tb-lead, .nk-tb-list .tb-amount { font-weight: 500; color: #364a63; display: block; line-height: 1.4; }

.nk-tb-list .tb-lead-sub, .nk-tb-list .tb-amount-sub { color: #526484; display: block; line-height: 1.4; }

.nk-tb-list .tb-sub, .nk-tb-list .tb-amount-sm { font-size: .9em; }

.nk-tb-list .tb-amount span, .nk-tb-list .tb-amount .currency { color: #526484; font-weight: 400; }

.nk-tb-list .user-info .tb-lead + span, .nk-tb-list .tb-lead + .tb-date { font-size: 11px; }

.nk-tb-list .tb-country { display: flex; align-items: center; }

.nk-tb-list .tb-country .name { color: #364a63; }

.nk-tb-list .tb-country .flag { height: 16px; border-radius: 3px; }

.nk-tb-list .tb-country .flag + .name { margin-left: 0.6875rem; }

.nk-tb-list .tb-product { display: flex; align-items: center; }

.nk-tb-list .tb-product .thumb { width: 48px; border-radius: 4px; margin-right: 1rem; }

.nk-tb-list .tb-product .title { font-weight: 700; font-size: .875rem; color: #364a63; }

.nk-tb-list .tb-asterisk { font-size: 1.125rem; line-height: 1; vertical-align: middle; }

.nk-tb-list .tb-asterisk a { color: #6576ff; }

.nk-tb-list .nk-tb-head .btn-trigger .icon { font-size: 1.5em; }

.nk-tb-list.is-separate { margin-top: -8px; border-collapse: separate; border-spacing: 0 8px; }

.nk-tb-list.is-separate .nk-tb-item > .nk-tb-col { background: #fff; border: none; box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.05); }

.nk-tb-list.is-separate .nk-tb-item > .nk-tb-col:first-child { border-radius: 4px 0 0 4px; }

.nk-tb-list.is-separate .nk-tb-item > .nk-tb-col:last-child { border-radius: 0 4px 4px 0; }

.nk-tb-list.is-separate .nk-tb-item:hover .nk-tb-action-hidden { background: #fff; }

.nk-tb-item:hover .nk-tb-action-hidden { opacity: 1; background: #f8f9fc; }

.nk-tb-list.is-separate .nk-tb-head .nk-tb-col { padding-top: 0.75rem; padding-bottom: 0.75rem; }

@media (min-width: 576px) { .nk-tb-col-check { width: 3.25rem; }
  .nk-tb-item .nk-tb-col:first-child { padding-left: 1.5rem; }
  .nk-tb-item .nk-tb-col:last-child { padding-right: 1.5rem; } }

@media (min-width: 1540px) { .nk-tb-list { font-size: 14px; }
  .nk-tb-list .list-status, .nk-tb-list .tb-status { font-size: 13px; }
  .nk-tb-list .user-info .tb-lead + span, .nk-tb-list .tb-lead + .tb-date { font-size: 12px; } }

.is-loose .nk-tb-item:not(.nk-tb-head) .nk-tb-col { padding-top: 1.125rem; padding-bottom: 1.125rem; }

.is-medium .nk-tb-item:not(.nk-tb-head) .nk-tb-col { padding-top: .75rem; padding-bottom: .75rem; }

.is-compact .nk-tb-item:not(.nk-tb-head) .nk-tb-col { padding-top: .5rem; padding-bottom: .5rem; }

.nk-tnx-type { display: flex; align-items: center; }

.nk-tnx-type-icon { font-size: 1.125rem; flex-shrink: 0; height: 2.5rem; width: 2.5rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #ebeef2; margin-right: 1rem; }

@media (max-width: 991.98px) { .nk-tb-tnx { font-size: 12px; letter-spacing: -0.01em; }
  .nk-tnx-type-icon { font-size: 0.875rem; height: 1.75rem; width: 1.75rem; margin-right: .75rem; } }

@media (max-width: 575.98px) { .nk-tb-tnx .nk-tb-head .nk-tb-col-tools { opacity: 0; }
  .nk-tb-tnx .nk-tb-col-status { text-align: right; padding-right: 1.25rem !important; }
  .nk-tb-tnx .nk-tb-col-tools { position: absolute; right: 0; opacity: 0; transition: .3s ease; }
  .nk-tb-tnx .nk-tb-item:hover .nk-tb-col-tools { opacity: 1; }
  .nk-tnx-type-icon { margin-right: .5rem; } }

@media (min-width: 768px) { .nk-tb-tnx .nk-tb-col-status { padding-left: 2.5rem; } }

@media (min-width: 1800px) { .nk-tb-tnx .nk-tb-col-status { padding-left: 6rem; } }

.nk-tb-actions { display: flex; align-items: center; justify-content: flex-end; position: relative; }

.nk-tb-ulist .nk-tb-actions, .nk-tb-actions-adj .nk-tb-actions { right: -0.5rem; }

.nk-tb-actions.visible1 { width: 1rem; }

.nk-tb-col-check, .nk-tb-col-tools { pointer-events: none; }

.nk-tb-col-check > *, .nk-tb-col-tools > * { pointer-events: auto; }

.nk-tb-col-check:before, .nk-tb-col-check:after, .nk-tb-col-tools:before, .nk-tb-col-tools:after { display: none !important; }

.nk-tb-col-check { padding-right: .5rem !important; }

.nk-tb-col { position: relative; display: table-cell; vertical-align: middle; padding: 1rem .5rem; }

.nk-tb-col:first-child { padding-left: 1.25rem; }

.nk-tb-col:last-child { padding-right: 1.25rem; }

.nk-tb-col-tools { max-width: 3.75rem; }

.nk-tb-col-check { width: 3rem; }

.nk-tb-col-check .custom-control { vertical-align: middle; }

.datatable-wrap { border: 1px solid #e5e9f2; border-radius: 4px; }

.nk-tb-item:not(:last-child) .nk-tb-col { border-bottom: 1px solid #dbdfea; }

.nk-tb-head .nk-tb-col { padding-top: 0.5rem; padding-bottom: 0.5rem; color: #8094ae; font-size: .9em; border-bottom: 1px solid #dbdfea; }

.nk-tb-col-action { text-align: right; }

.nk-tb-col-action > .dropdown:last-child { right: -.5rem; }

.nk-tb-col-nosort:before, .nk-tb-col-nosort:after { display: none !important; }

.nk-tb-list.is-separate .nk-tb-item > .nk-tb-col { background: #fff; border: none; box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.05); }

.nk-tb-list.is-separate .nk-tb-item > .nk-tb-col:first-child { border-radius: 4px 0 0 4px; }

.nk-tb-list.is-separate .nk-tb-item > .nk-tb-col:last-child { border-radius: 0 4px 4px 0; }

.nk-tb-action-hidden { opacity: 0; transition: .3s ease; }

.nk-tb-list.is-separate .nk-tb-head .nk-tb-col { padding-top: 0.75rem; padding-bottom: 0.75rem; }

@media (min-width: 576px) { .nk-tb-col-check { width: 3.25rem; }
  .nk-tb-item .nk-tb-col:first-child { padding-left: 1.5rem; }
  .nk-tb-item .nk-tb-col:last-child { padding-right: 1.5rem; } }

  .is-loose .nk-tb-item:not(.nk-tb-head) .nk-tb-col { padding-top: 1.125rem; padding-bottom: 1.125rem; }

.is-medium .nk-tb-item:not(.nk-tb-head) .nk-tb-col { padding-top: .75rem; padding-bottom: .75rem; }

.is-compact .nk-tb-item:not(.nk-tb-head) .nk-tb-col { padding-top: .5rem; padding-bottom: .5rem; }


@media (max-width: 575.98px) { .nk-tb-tnx .nk-tb-head .nk-tb-col-tools { opacity: 0; }
  .nk-tb-tnx .nk-tb-col-status { text-align: right; padding-right: 1.25rem !important; }
  .nk-tb-tnx .nk-tb-col-tools { position: absolute; right: 0; opacity: 0; transition: .3s ease; }
  .nk-tb-tnx .nk-tb-item:hover .nk-tb-col-tools { opacity: 1; }
  .nk-tnx-type-icon { margin-right: .5rem; } }

@media (min-width: 768px) { .nk-tb-tnx .nk-tb-col-status { padding-left: 2.5rem; } }

@media (min-width: 1800px) { .nk-tb-tnx .nk-tb-col-status { padding-left: 6rem; } }

@media (max-width: 575.98px) { .traffic-channel-ck { width: 100%; }
  .traffic-channel-table .nk-tb-item { display: flex; flex-wrap: wrap; border-bottom: 1px solid #e5e9f2; padding: 1.125rem 0; }
  .traffic-channel-table .nk-tb-col { border-bottom: none !important; padding-top: 0 !important; padding-bottom: 0 !important; }
  .traffic-channel-table .nk-tb-channel { width: 50%; }
  .traffic-channel-table .nk-tb-sessions { width: 25%; }
  .traffic-channel-table .nk-tb-prev-sessions { display: none; }
  .traffic-channel-table .nk-tb-change { width: 25%; }
  .traffic-channel-table .nk-tb-trend { width: 100%; padding-left: 1.25rem; } }

  .tb-col-hide, .tb-col-sm, .tb-col-md, .tb-col-lg, .tb-col-xl, .tb-col-xxl, .tb-col-xs, .tb-col-mb { display: none !important; }

  @media (min-width: 576px) { .tb-col-sm { display: table-cell !important; } }

@media (min-width: 768px) { .tb-col-md { display: table-cell !important; } }

@media (min-width: 992px) { .tb-col-lg { display: table-cell !important; } }

@media (min-width: 1200px) { .tb-col-xl { display: table-cell !important; } }

@media (min-width: 1540px) { .tb-col-xxl { display: table-cell !important; } }

@media (min-width: 359px) { .tb-col-xs { display: table-cell !important; } }

@media (min-width: 414px) { .tb-col-mb { display: table-cell !important; } }


.table { width: 100%; margin-bottom: 1rem; color: #526484; }

.table th, .table td { padding: 0.5rem; vertical-align: top; border-top: 1px solid #dbdfea; }

.table thead th { vertical-align: bottom; border-bottom: 2px solid #dbdfea; }

.table tbody + tbody { border-top: 2px solid #dbdfea; }

.table-sm th, .table-sm td { padding: 0.25rem; }

.table-bordered { border: 1px solid #dbdfea; }

.table-bordered th, .table-bordered td { border: 1px solid #dbdfea; }

.table-bordered thead th, .table-bordered thead td { border-bottom-width: 2px; }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody { border: 0; }

.table-striped tbody tr:nth-of-type(odd) { background-color: #f5f6fa; }

.table-hover tbody tr:hover { color: #526484; background-color: #f5f6fa; }

.table-primary, .table-primary > th, .table-primary > td { background-color: #d4d9ff; }

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody { border-color: #afb8ff; }

.table-hover .table-primary:hover { background-color: #bbc2ff; }

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { background-color: #bbc2ff; }

.table-secondary, .table-secondary > th, .table-secondary > td { background-color: #c7ccd3; }

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody { border-color: #96a1ae; }

.table-hover .table-secondary:hover { background-color: #b9bfc8; }

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th { background-color: #b9bfc8; }

.table-success, .table-success > th, .table-success > td { background-color: #c0f6e8; }

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody { border-color: #8aefd4; }

.table-hover .table-success:hover { background-color: #aaf3e0; }

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th { background-color: #aaf3e0; }

.table-info, .table-info > th, .table-info > td { background-color: #baeef6; }

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody { border-color: #7fdfee; }

.table-hover .table-info:hover { background-color: #a3e8f3; }

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th { background-color: #a3e8f3; }

.table-warning, .table-warning > th, .table-warning > td { background-color: #fcedbc; }

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody { border-color: #f9dd82; }

.table-hover .table-warning:hover { background-color: #fbe6a4; }

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { background-color: #fbe6a4; }

.table-danger, .table-danger > th, .table-danger > td { background-color: #f9cfcb; }

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody { border-color: #f3a69f; }

.table-hover .table-danger:hover { background-color: #f6bab4; }

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { background-color: #f6bab4; }

.table-dark, .table-dark > th, .table-dark > td { background-color: #bfc4cb; }

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody { border-color: #89919f; }

.table-hover .table-dark:hover { background-color: #b1b7c0; }

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { background-color: #b1b7c0; }

.table-gray, .table-gray > th, .table-gray > td { background-color: #dbe0e6; }

.table-gray th, .table-gray td, .table-gray thead th, .table-gray tbody + tbody { border-color: #bdc6d1; }

.table-hover .table-gray:hover { background-color: #ccd3dc; }

.table-hover .table-gray:hover > td, .table-hover .table-gray:hover > th { background-color: #ccd3dc; }

.table-light, .table-light > th, .table-light > td { background-color: #f8f9fb; }

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody { border-color: #f1f4f8; }

.table-hover .table-light:hover { background-color: #e8ebf2; }

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th { background-color: #e8ebf2; }

.table-lighter, .table-lighter > th, .table-lighter > td { background-color: #fcfcfe; }

.table-lighter th, .table-lighter td, .table-lighter thead th, .table-lighter tbody + tbody { border-color: #fafafc; }

.table-hover .table-lighter:hover { background-color: #e9e9f8; }

.table-hover .table-lighter:hover > td, .table-hover .table-lighter:hover > th { background-color: #e9e9f8; }

.table-active, .table-active > th, .table-active > td { background-color: #f5f6fa; }

.table-hover .table-active:hover { background-color: #e4e7f2; }

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: #e4e7f2; }

.table .thead-dark th { color: #fff; background-color: #2b3748; border-color: #3c4d62; }

.table .thead-light th { color: #364a63; background-color: #f5f6fa; border-color: #dbdfea; }

.table-dark { color: #fff; background-color: #2b3748; }

.table-dark th, .table-dark td, .table-dark thead th { border-color: #3c4d62; }

.table-dark.table-bordered { border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: #344357; }

.table-dark.table-hover tbody tr:hover { color: #fff; background-color: #344357; }

@media (max-width: 575.98px) { .table-responsive-sm { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-responsive-sm > .table-bordered { border: 0; } }

@media (max-width: 767.98px) { .table-responsive-md { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-responsive-md > .table-bordered { border: 0; } }

@media (max-width: 991.98px) { .table-responsive-lg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-responsive-lg > .table-bordered { border: 0; } }

@media (max-width: 1199.98px) { .table-responsive-xl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-responsive-xl > .table-bordered { border: 0; } }

@media (max-width: 1539.98px) { .table-responsive-xxl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-responsive-xxl > .table-bordered { border: 0; } }

.table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered { border: 0; }

.form-control, div.dataTables_wrapper div.dataTables_filter input, .dual-listbox .dual-listbox__search { display: block; width: 100%; height: calc(2.125rem + 2px); padding: 0.4375rem 1rem; font-size: 0.8125rem; font-weight: 400; line-height: 1.25rem; color: #3c4d62; background-color: #fff; background-clip: padding-box; border: 1px solid #dbdfea; border-radius: 4px; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .form-control, div.dataTables_wrapper div.dataTables_filter input, .dual-listbox .dual-listbox__search { transition: none; } }

.form-control::-ms-expand, div.dataTables_wrapper div.dataTables_filter input::-ms-expand, .dual-listbox .dual-listbox__search::-ms-expand { background-color: transparent; border: 0; }

.form-control:-moz-focusring, div.dataTables_wrapper div.dataTables_filter input:-moz-focusring, .dual-listbox .dual-listbox__search:-moz-focusring { color: transparent; text-shadow: 0 0 0 #3c4d62; }

.form-control:focus, div.dataTables_wrapper div.dataTables_filter input:focus, .dual-listbox .dual-listbox__search:focus { color: #3c4d62; background-color: #fff; border-color: #6576ff; outline: 0; box-shadow: 0 0 0 3px rgba(101, 118, 255, 0.1); }

.form-control::placeholder, div.dataTables_wrapper div.dataTables_filter input::placeholder, .dual-listbox .dual-listbox__search::placeholder { color: #b6c6e3; opacity: 1; }

.form-control:disabled, div.dataTables_wrapper div.dataTables_filter input:disabled, .dual-listbox .dual-listbox__search:disabled, .form-control[readonly], div.dataTables_wrapper div.dataTables_filter input[readonly], .dual-listbox .dual-listbox__search[readonly] { background-color: #f5f6fa; opacity: 1; }

input[type="date"].form-control, div.dataTables_wrapper div.dataTables_filter input[type="date"], .dual-listbox input.dual-listbox__search[type="date"], input[type="time"].form-control, div.dataTables_wrapper div.dataTables_filter input[type="time"], .dual-listbox input.dual-listbox__search[type="time"], input[type="datetime-local"].form-control, div.dataTables_wrapper div.dataTables_filter input[type="datetime-local"], .dual-listbox input.dual-listbox__search[type="datetime-local"], input[type="month"].form-control, div.dataTables_wrapper div.dataTables_filter input[type="month"], .dual-listbox input.dual-listbox__search[type="month"] { appearance: none; }

.was-validated .form-control:valid, .was-validated div.dataTables_wrapper div.dataTables_filter input:valid, div.dataTables_wrapper div.dataTables_filter .was-validated input:valid, .was-validated .dual-listbox .dual-listbox__search:valid, .dual-listbox .was-validated .dual-listbox__search:valid, .form-control.is-valid, div.dataTables_wrapper div.dataTables_filter input.is-valid, .dual-listbox .is-valid.dual-listbox__search { border-color: #1ee0ac; padding-right: 2.125rem !important; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231ee0ac' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right add(0.3125rem, 0.21875rem) center; background-size: add(0.625rem, 0.4375rem) add(0.625rem, 0.4375rem); }

.was-validated .form-control:valid:focus, .was-validated div.dataTables_wrapper div.dataTables_filter input:valid:focus, div.dataTables_wrapper div.dataTables_filter .was-validated input:valid:focus, .was-validated .dual-listbox .dual-listbox__search:valid:focus, .dual-listbox .was-validated .dual-listbox__search:valid:focus, .form-control.is-valid:focus, div.dataTables_wrapper div.dataTables_filter input.is-valid:focus, .dual-listbox .is-valid.dual-listbox__search:focus { border-color: #1ee0ac; box-shadow: 0 0 0 0.2rem rgba(30, 224, 172, 0.25); }

.was-validated select.form-control:valid, .was-validated .dual-listbox select.dual-listbox__search:valid, .dual-listbox .was-validated select.dual-listbox__search:valid, select.form-control.is-valid, .dual-listbox select.is-valid.dual-listbox__search { padding-right: 4rem !important; background-position: right 2rem center; }

.was-validated textarea.form-control:valid, .was-validated .dual-listbox textarea.dual-listbox__search:valid, .dual-listbox .was-validated textarea.dual-listbox__search:valid, textarea.form-control.is-valid, .dual-listbox textarea.is-valid.dual-listbox__search { padding-right: 2.125rem; background-position: top add(0.3125rem, 0.21875rem) right add(0.3125rem, 0.21875rem); }

.was-validated .custom-select:valid, .was-validated div.dataTables_wrapper div.dataTables_length select:valid, div.dataTables_wrapper div.dataTables_length .was-validated select:valid, .custom-select.is-valid, div.dataTables_wrapper div.dataTables_length select.is-valid { border-color: #1ee0ac; padding-right: calc(0.75em + 2.65625rem) !important; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231ee0ac' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2rem/add(0.625rem, 0.4375rem) add(0.625rem, 0.4375rem) no-repeat; }

.was-validated .custom-select:valid:focus, .was-validated div.dataTables_wrapper div.dataTables_length select:valid:focus, div.dataTables_wrapper div.dataTables_length .was-validated select:valid:focus, .custom-select.is-valid:focus, div.dataTables_wrapper div.dataTables_length select.is-valid:focus { border-color: #1ee0ac; box-shadow: 0 0 0 0.2rem rgba(30, 224, 172, 0.25); }

@media (min-width: 576px) { .form-inline label { display: flex; align-items: center; justify-content: center; margin-bottom: 0; }
  .form-inline .form-group { display: flex; flex: 0 0 auto; flex-flow: row wrap; align-items: center; margin-bottom: 0; }
  .form-inline .form-control, .form-inline div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .form-inline input, .form-inline .dual-listbox .dual-listbox__search, .dual-listbox .form-inline .dual-listbox__search { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-plaintext { display: inline-block; }
  .form-inline .input-group, .form-inline .custom-select, .form-inline div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_length .form-inline select { width: auto; }
  .form-inline .form-check { display: flex; align-items: center; justify-content: center; width: auto; padding-left: 0; }
  .form-inline .form-check-input { position: relative; flex-shrink: 0; margin-top: 0; margin-right: 0.25rem; margin-left: 0; }
  .form-inline .custom-control { align-items: center; justify-content: center; }
  .form-inline .custom-control-label { margin-bottom: 0; } }

  .input-group > .form-control, div.dataTables_wrapper div.dataTables_filter .input-group > input, .dual-listbox .input-group > .dual-listbox__search, .input-group > .form-control-plaintext, .input-group > .custom-select, div.dataTables_wrapper div.dataTables_length .input-group > select, .input-group > .custom-file { position: relative; flex: 1 1 auto; width: 1%; min-width: 0; margin-bottom: 0; }

.input-group > .form-control + .form-control, div.dataTables_wrapper div.dataTables_filter .input-group > input + .form-control, .dual-listbox .input-group > .dual-listbox__search + .form-control, div.dataTables_wrapper div.dataTables_filter .input-group > .form-control + input, div.dataTables_wrapper div.dataTables_filter .input-group > input + input, .dual-listbox div.dataTables_wrapper div.dataTables_filter .input-group > .dual-listbox__search + input, div.dataTables_wrapper div.dataTables_filter .dual-listbox .input-group > .dual-listbox__search + input, .dual-listbox .input-group > .form-control + .dual-listbox__search, div.dataTables_wrapper div.dataTables_filter .dual-listbox .input-group > input + .dual-listbox__search, .dual-listbox div.dataTables_wrapper div.dataTables_filter .input-group > input + .dual-listbox__search, .dual-listbox .input-group > .dual-listbox__search + .dual-listbox__search, .input-group > .form-control + .custom-select, div.dataTables_wrapper div.dataTables_filter .input-group > input + .custom-select, .dual-listbox .input-group > .dual-listbox__search + .custom-select, div.dataTables_wrapper div.dataTables_length .input-group > .form-control + select, div.dataTables_wrapper div.dataTables_filter div.dataTables_length .input-group > input + select, div.dataTables_wrapper div.dataTables_length div.dataTables_filter .input-group > input + select, .dual-listbox div.dataTables_wrapper div.dataTables_length .input-group > .dual-listbox__search + select, div.dataTables_wrapper div.dataTables_length .dual-listbox .input-group > .dual-listbox__search + select, .input-group > .form-control + .custom-file, div.dataTables_wrapper div.dataTables_filter .input-group > input + .custom-file, .dual-listbox .input-group > .dual-listbox__search + .custom-file, .input-group > .form-control-plaintext + .form-control, div.dataTables_wrapper div.dataTables_filter .input-group > .form-control-plaintext + input, .dual-listbox .input-group > .form-control-plaintext + .dual-listbox__search, .input-group > .form-control-plaintext + .custom-select, div.dataTables_wrapper div.dataTables_length .input-group > .form-control-plaintext + select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, div.dataTables_wrapper div.dataTables_length .input-group > select + .form-control, div.dataTables_wrapper div.dataTables_filter .input-group > .custom-select + input, div.dataTables_wrapper div.dataTables_length div.dataTables_filter .input-group > select + input, div.dataTables_wrapper div.dataTables_filter div.dataTables_length .input-group > select + input, .dual-listbox .input-group > .custom-select + .dual-listbox__search, div.dataTables_wrapper div.dataTables_length .dual-listbox .input-group > select + .dual-listbox__search, .dual-listbox div.dataTables_wrapper div.dataTables_length .input-group > select + .dual-listbox__search, .input-group > .custom-select + .custom-select, div.dataTables_wrapper div.dataTables_length .input-group > select + .custom-select, div.dataTables_wrapper div.dataTables_length .input-group > .custom-select + select, div.dataTables_wrapper div.dataTables_length .input-group > select + select, .input-group > .custom-select + .custom-file, div.dataTables_wrapper div.dataTables_length .input-group > select + .custom-file, .input-group > .custom-file + .form-control, div.dataTables_wrapper div.dataTables_filter .input-group > .custom-file + input, .dual-listbox .input-group > .custom-file + .dual-listbox__search, .input-group > .custom-file + .custom-select, div.dataTables_wrapper div.dataTables_length .input-group > .custom-file + select, .input-group > .custom-file + .custom-file { margin-left: -1px; }

.input-group > .form-control:focus, div.dataTables_wrapper div.dataTables_filter .input-group > input:focus, .dual-listbox .input-group > .dual-listbox__search:focus, .input-group > .custom-select:focus, div.dataTables_wrapper div.dataTables_length .input-group > select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label { z-index: 3; }

.input-group > .custom-file .custom-file-input:focus { z-index: 4; }

.input-group > .form-control:not(:last-child), div.dataTables_wrapper div.dataTables_filter .input-group > input:not(:last-child), .dual-listbox .input-group > .dual-listbox__search:not(:last-child), .input-group > .custom-select:not(:last-child), div.dataTables_wrapper div.dataTables_length .input-group > select:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.input-group > .form-control:not(:first-child), div.dataTables_wrapper div.dataTables_filter .input-group > input:not(:first-child), .dual-listbox .input-group > .dual-listbox__search:not(:first-child), .input-group > .custom-select:not(:first-child), div.dataTables_wrapper div.dataTables_length .input-group > select:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.input-group-lg > .form-control:not(textarea), div.dataTables_wrapper div.dataTables_filter .input-group-lg > input:not(textarea), .dual-listbox .input-group-lg > .dual-listbox__search:not(textarea), .input-group-lg > .custom-select, div.dataTables_wrapper div.dataTables_length .input-group-lg > select { height: calc(2.625rem + 2px); }

.input-group-lg > .form-control, div.dataTables_wrapper div.dataTables_filter .input-group-lg > input, .dual-listbox .input-group-lg > .dual-listbox__search, .input-group-lg > .custom-select, div.dataTables_wrapper div.dataTables_length .input-group-lg > select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .dual-listbox .input-group-lg > .input-group-prepend > .dual-listbox__button, .input-group-lg > .input-group-append > .btn, .dual-listbox .input-group-lg > .input-group-append > .dual-listbox__button { padding: 0.6875rem 1rem; font-size: 0.9375rem; line-height: 1.25rem; border-radius: 5px; }

.input-group-sm > .form-control:not(textarea), div.dataTables_wrapper div.dataTables_filter .input-group-sm > input:not(textarea), .dual-listbox .input-group-sm > .dual-listbox__search:not(textarea), .input-group-sm > .custom-select, div.dataTables_wrapper div.dataTables_length .input-group-sm > select { height: calc(1.75rem + 2px); }

.input-group-sm > .form-control, div.dataTables_wrapper div.dataTables_filter .input-group-sm > input, .dual-listbox .input-group-sm > .dual-listbox__search, .input-group-sm > .custom-select, div.dataTables_wrapper div.dataTables_length .input-group-sm > select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .dual-listbox .input-group-sm > .input-group-prepend > .dual-listbox__button, .input-group-sm > .input-group-append > .btn, .dual-listbox .input-group-sm > .input-group-append > .dual-listbox__button { padding: 0.25rem 1rem; font-size: 0.75rem; line-height: 1.25rem; border-radius: 3px; }

.input-group-lg > .custom-select, div.dataTables_wrapper div.dataTables_length .input-group-lg > select, .input-group-sm > .custom-select, div.dataTables_wrapper div.dataTables_length .input-group-sm > select { padding-right: 2rem; }
.custom-select, div.dataTables_wrapper div.dataTables_length select { display: inline-block; width: 100%; height: calc(2.125rem + 2px); padding: 0.4375rem 2rem 0.4375rem 1rem; font-size: 0.8125rem; font-weight: 400; line-height: 1.25rem; color: #3c4d62; vertical-align: middle; background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat; border: 1px solid #dbdfea; border-radius: 4px; appearance: none; }

.custom-select:focus, div.dataTables_wrapper div.dataTables_length select:focus { border-color: #6576ff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(85, 155, 251, 0.25); }

.custom-select:focus::-ms-value, div.dataTables_wrapper div.dataTables_length select:focus::-ms-value { color: #3c4d62; background-color: #fff; }

.custom-select[multiple], div.dataTables_wrapper div.dataTables_length select[multiple], .custom-select[size]:not([size="1"]), div.dataTables_wrapper div.dataTables_length select[size]:not([size="1"]) { height: auto; padding-right: 1rem; background-image: none; }

.custom-select:disabled, div.dataTables_wrapper div.dataTables_length select:disabled { color: #6c757d; background-color: #e9ecef; }

.custom-select::-ms-expand, div.dataTables_wrapper div.dataTables_length select::-ms-expand { display: none; }

.custom-select:-moz-focusring, div.dataTables_wrapper div.dataTables_length select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #3c4d62; }
.custom-control-label::before, .custom-file-label, .custom-select, div.dataTables_wrapper div.dataTables_length select { transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .custom-control-label::before, .custom-file-label, .custom-select, div.dataTables_wrapper div.dataTables_length select { transition: none; } }

.form-icon + .form-control, div.dataTables_wrapper div.dataTables_filter .form-icon + input, .dual-listbox .form-icon + .dual-listbox__search { padding-left: calc(1rem + 24px); }

.form-icon-right { left: auto; right: -1px; }

.form-icon-right + .form-control, div.dataTables_wrapper div.dataTables_filter .form-icon-right + input, .dual-listbox .form-icon-right + .dual-listbox__search { padding-left: 1rem; padding-right: calc(1rem + 24px); }

.form-info { position: absolute; display: inline-flex; justify-content: center; align-items: center; border-left: 1px solid #dbdfea; right: 0; top: 50%; padding: .125rem 1.25rem; transform: translateY(-50%); color: #8094ae; }

.form-info + .form-control, div.dataTables_wrapper div.dataTables_filter .form-info + input, .dual-listbox .form-info + .dual-listbox__search { padding-right: calc(1rem + 24px); }
.form-control.error, div.dataTables_wrapper div.dataTables_filter input.error, .dual-listbox .error.dual-listbox__search { border-color: #e85347; }

.form-control.error:focus, div.dataTables_wrapper div.dataTables_filter input.error:focus, .dual-listbox .error.dual-listbox__search:focus { box-shadow: 0 0 0 3px rgba(232, 83, 71, 0.1); }

.form-control.focus, div.dataTables_wrapper div.dataTables_filter input.focus, .dual-listbox .focus.dual-listbox__search { border-color: #6576ff; box-shadow: 0 0 0 3px rgba(101, 118, 255, 0.1); }


.custom-select, div.dataTables_wrapper div.dataTables_length select { appearance: none; -webkit-appearance: none; }

.custom-select option, div.dataTables_wrapper div.dataTables_length select option { border-radius: 3px; padding: 5px .5rem; margin: 2px -.5rem; cursor: pointer; color: #526484; }

.custom-select option:last-child, div.dataTables_wrapper div.dataTables_length select option:last-child { margin-bottom: -0.5rem; }

.form-control-select { position: relative; }

.form-control-select .form-control, .form-control-select div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .form-control-select input, .form-control-select .dual-listbox .dual-listbox__search, .dual-listbox .form-control-select .dual-listbox__search { appearance: none; -webkit-appearance: none; }

.form-control-select-multiple .custom-select, .form-control-select-multiple div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_length .form-control-select-multiple select { padding-top: 0.375rem; padding-bottom: 0.875rem; }

.form-control-select-multiple .custom-select option, .form-control-select-multiple div.dataTables_wrapper div.dataTables_length select option, div.dataTables_wrapper div.dataTables_length .form-control-select-multiple select option { border-radius: 3px; padding: 5px .5rem; margin: 2px -.5rem; cursor: pointer; color: #526484; }

.form-control-select-multiple .custom-select option:last-child, .form-control-select-multiple div.dataTables_wrapper div.dataTables_length select option:last-child, div.dataTables_wrapper div.dataTables_length .form-control-select-multiple select option:last-child { margin-bottom: -0.5rem; }

.custom-file-input ~ .error, .custom-file-input ~ .invalid, .form-control ~ .error, div.dataTables_wrapper div.dataTables_filter input ~ .error, .dual-listbox .dual-listbox__search ~ .error, .form-control ~ .invalid, div.dataTables_wrapper div.dataTables_filter input ~ .invalid, .dual-listbox .dual-listbox__search ~ .invalid, .input-group ~ .error, .input-group ~ .invalid { color: #e85347; font-size: 11px; font-style: italic; }

.custom-select, div.dataTables_wrapper div.dataTables_length select { background: #fff; }

.is-alter .form-control ~, .is-alter div.dataTables_wrapper div.dataTables_filter input ~, div.dataTables_wrapper div.dataTables_filter .is-alter input ~, .is-alter .dual-listbox .dual-listbox__search ~, .dual-listbox .is-alter .dual-listbox__search ~, .is-alter .input-group ~, .custom-control { position: relative; }

.is-alter .form-control ~ .invalid, .is-alter div.dataTables_wrapper div.dataTables_filter input ~ .invalid, div.dataTables_wrapper div.dataTables_filter .is-alter input ~ .invalid, .is-alter .dual-listbox .dual-listbox__search ~ .invalid, .dual-listbox .is-alter .dual-listbox__search ~ .invalid, .is-alter .input-group ~ .invalid, .custom-control .invalid { position: absolute; left: 0; color: #fff; font-size: 11px; line-height: 1; bottom: calc(100% + 4px); background: #ed756b; padding: .3rem .5rem; z-index: 1; border-radius: 3px; white-space: nowrap; }

.is-alter .form-control ~ .invalid:before, .is-alter div.dataTables_wrapper div.dataTables_filter input ~ .invalid:before, div.dataTables_wrapper div.dataTables_filter .is-alter input ~ .invalid:before, .is-alter .dual-listbox .dual-listbox__search ~ .invalid:before, .dual-listbox .is-alter .dual-listbox__search ~ .invalid:before, .is-alter .input-group ~ .invalid:before, .custom-control .invalid:before { position: absolute; content: ''; height: 0; width: 0; border-left: 6px solid #ed756b; border-right: 6px solid transparent; left: 10px; border-bottom: 6px solid transparent; bottom: -6px; }

.is-alter .form-control ~ .invalid, .is-alter div.dataTables_wrapper div.dataTables_filter input ~ .invalid, div.dataTables_wrapper div.dataTables_filter .is-alter input ~ .invalid, .is-alter .dual-listbox .dual-listbox__search ~ .invalid, .dual-listbox .is-alter .dual-listbox__search ~ .invalid, .is-alter .input-group ~ .invalid { left: auto; right: 0; }

.is-alter .form-control ~ .invalid::before, .is-alter div.dataTables_wrapper div.dataTables_filter input ~ .invalid::before, div.dataTables_wrapper div.dataTables_filter .is-alter input ~ .invalid::before, .is-alter .dual-listbox .dual-listbox__search ~ .invalid::before, .dual-listbox .is-alter .dual-listbox__search ~ .invalid::before, .is-alter .input-group ~ .invalid::before { left: auto; right: 10px; border-right-color: #ed756b; border-left-color: transparent; bottom: -4px; }

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty { text-align: center; }

table.dataTable.nowrap th, table.dataTable.nowrap td { white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length label { font-weight: normal; text-align: left; white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length select { width: auto; display: inline-block; }

div.dataTables_wrapper div.dataTables_length label { display: inline-flex; align-items: center; }

div.dataTables_wrapper div.dataTables_length span { margin-left: .5rem; margin-right: .5rem; }

div.dataTables_wrapper div.dataTables_filter label { font-weight: normal; white-space: nowrap; }

div.dataTables_wrapper div.dataTables_filter input { display: inline-block; }

div.dataTables_wrapper div.dataTables_info { padding: .5rem 0; white-space: nowrap; font-size: .75rem; }

div.dataTables_wrapper div.dataTables_paginate { margin: 0; white-space: nowrap; text-align: right; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination { margin: 2px 0; justify-content: center; }

div.dataTables_wrapper div.dataTables_processing { position: absolute; top: 50%; left: 50%; margin-left: -100px; width: 200px; margin-top: -26px; text-align: center; padding: 1em 0; }

div.dataTables_wrapper label { margin-bottom: 0; }

div.dataTables_scrollHead table.dataTable { margin-bottom: 0 !important; }

div.dataTables_scrollBody table { border-top: none; margin-top: 0 !important; margin-bottom: 0 !important; }

div.dataTables_scrollBody table thead .sorting:before, div.dataTables_scrollBody table thead .sorting_asc:before, div.dataTables_scrollBody table thead .sorting_desc:before, div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after { display: none; }

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td { border-top: none; }

div.dataTables_scrollFoot > .dataTables_scrollFootInner { box-sizing: content-box; }

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table { margin-top: 0 !important; border-top: none; }

@media screen and (max-width: 767px) { div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate { text-align: center; } }

table.dataTable.table-sm > thead > tr > th { padding-right: 20px; }

table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before { top: 5px; right: 0.85em; }

table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after { top: 5px; }

table.table-bordered.dataTable th, table.table-bordered.dataTable td { border-left-width: 0; }

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child { border-right-width: 0; }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td { border-bottom-width: 0; }

div.dataTables_scrollHead table.table-bordered { border-bottom-width: 0; }

div.table-responsive > div.dataTables_wrapper > div.row { margin: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child { padding-left: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child { padding-right: 0; }

@media (min-width: 768px) { div.dataTables_wrapper div.dataTables_paginate ul.pagination { justify-content: flex-start; } }

table.dataTable.dtr-inline.collapsed > tbody > tr:not(.child) > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr:not(.child) > th:first-child { cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr:not(.child) > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr:not(.child) > th:first-child:before { content: ""; font-family: "Nioicon"; margin-right: 0.4rem; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before { content: ""; }

@media (max-width: 575px) { div.dataTables_wrapper div.dataTables_paginate ul.pagination { justify-content: flex-start; }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination li:not(.previous):not(.next) { display: none; }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link { padding-left: 1rem; padding-right: 1rem; }
  div.dataTables_wrapper div.dataTables_info { text-align: right !important; } }

.dataTable td:focus { outline: none; }

@media (max-width: 600px) { .with-export > .col-5, .with-export > .col-7, .with-export > .col-sm-4, .with-export > .col-sm-8 { width: 100% !important; flex: 0 0 100%; max-width: 100%; }
  .with-export .datatable-filter .justify-content-end, .with-export .datatable-filter .justify-end { justify-content: space-between !important; }
  .with-export .dataTables_filter label { display: block; }
  .with-export .dataTables_filter .form-control, .with-export div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper .with-export div.dataTables_filter input, .with-export .dataTables_filter .dual-listbox .dual-listbox__search, .dual-listbox .with-export .dataTables_filter .dual-listbox__search { width: 100% !important; } }
  .search-content .form-control, .search-content div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .search-content input, .search-content .dual-listbox .dual-listbox__search, .dual-listbox .search-content .dual-listbox__search { padding-left: calc(2.125rem + 2px); padding-right: calc(2.125rem + 2px); }
  .nk-search-box .form-control, .nk-search-box div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .nk-search-box input, .nk-search-box .dual-listbox .dual-listbox__search, .dual-listbox .nk-search-box .dual-listbox__search { border-radius: 1.5rem; padding-left: 1.25rem; padding-right: 1.5rem; }
  .clipboard-success .form-control:focus, .clipboard-success div.dataTables_wrapper div.dataTables_filter input:focus, div.dataTables_wrapper div.dataTables_filter .clipboard-success input:focus, .clipboard-success .dual-listbox .dual-listbox__search:focus, .dual-listbox .clipboard-success .dual-listbox__search:focus { border-color: #dbdfea; box-shadow: inset 0 1px 1px rgba(16, 25, 36, 0.075); }
  .nk-reply-form-field .form-control, .nk-reply-form-field div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .nk-reply-form-field input, .nk-reply-form-field .dual-listbox .dual-listbox__search, .dual-listbox .nk-reply-form-field .dual-listbox__search { font-size: 0.875rem; }
  .nk-file-share-field .form-control, .nk-file-share-field div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .nk-file-share-field input, .nk-file-share-field .dual-listbox .dual-listbox__search, .dual-listbox .nk-file-share-field .dual-listbox__search { font-size: 0.875rem; }
  .nk-chat-aside-search .form-control, .nk-chat-aside-search div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .nk-chat-aside-search input, .nk-chat-aside-search .dual-listbox .dual-listbox__search, .dual-listbox .nk-chat-aside-search .dual-listbox__search { background-color: #f5f6fa; border-color: #f5f6fa; }

  .nk-chat-aside-search .form-control::placeholder, .nk-chat-aside-search div.dataTables_wrapper div.dataTables_filter input::placeholder, div.dataTables_wrapper div.dataTables_filter .nk-chat-aside-search input::placeholder, .nk-chat-aside-search .dual-listbox .dual-listbox__search::placeholder, .dual-listbox .nk-chat-aside-search .dual-listbox__search::placeholder { color: #8094ae; }
  .nk-chat-editor-form .form-control, .nk-chat-editor-form div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .nk-chat-editor-form input, .nk-chat-editor-form .dual-listbox .dual-listbox__search, .dual-listbox .nk-chat-editor-form .dual-listbox__search { min-height: 36px; padding-top: 0.5rem; }
  



  .card-amount {
    display: flex;
    align-items: baseline;
  }
  .card-amount .change {
    margin-left: 0.5rem;
  }
  .card-amount .amount {
    font-size: 1.5rem;
    color: #c3c3c3;
  }
  .card-amount .amount span {
    color: #526484;
  }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
    .card-amount .amount {
      font-size: 1rem;
      font-weight: 500;
    }
    .card-amount .amount span {
      font-weight: 400;
    }
    .card-amount .change {
      font-size: 12px;
    }
  }

  .invest-data {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .invest-data-history {
    margin-right: 20px;
    flex-grow: 1;
  }
  .invest-data-history .title {
    font-size: 11px;
    color: #8094ae;
    text-transform: uppercase;
    margin-bottom: 0.125rem;
    letter-spacing: 0.1em;
  }
  .invest-data-history .amount {
    font-size: 0.9375rem;
    line-height: 1.1;
    color: #bababa;
  }
  
  .invest-data-history .amount span {
    color: #bababa;
  }
  .invest-data-amount {
    display: flex;
    flex-shrink: 0;
    flex-grow: 1;
  }
  .invest-data-ck {
    flex-grow: 1;
    height: 48px;
    width: 80px;
    margin-bottom: 0.125rem;
  }
  
  @media (min-width: 768px) and (max-width: 1350px), (max-width: 359px) {
    .invest-data {
      margin-top: 0.75rem;
    }
    .invest-data-amount {
      flex-wrap: wrap;
      flex-shrink: 1;
    }
    .invest-data-ck {
      height: 68px;
      width: 140px;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .invest-data-history .amount {
      font-size: 0.75rem;
      font-weight: 700;
    }
    .invest-data-history .amount span {
      font-weight: 400;
    }
  }

  .border-dark{
    border: #8094ae solid 1px!important;
  }

  .history-purchase{
    padding: 5px;
    border-bottom: 1px solid #4d4d4d;
    border-radius: 5px;
    margin-bottom: 5px;
  }

  .history-purchase ul li{
    font-size: 12px;
  }

  .history-purchase ul li.exp{
    color:#b5b5b5;
  }