.dark html {
    background-color: #2f2f2f;
  }

.dark .uk-section-default {
    background: #2f2f2f !important;
  }




  .dark .uk-table td {
    color: #cfcfcf;
    border-right: 1px solid #4f4f4f;
  }


  .dark .uk-table-striped tbody tr:nth-of-type(2n+1), .uk-table-striped > tr:nth-of-type(2n+1) {
    background: #4a4a4a;
    border-top: none;
    border-bottom: none;
  }


  .dark .uk-table th {
    color: #fff;
  }

  .dark .t-head {
    background-color: rgb(94, 94, 94);
    border-bottom: 1px solid #222;
    box-shadow: 0px 5px 15px #0000001f;
  }


  .dark .uk-navbar-container:not(.uk-navbar-transparent) {
    background: #464646;
    border-bottom: none;
  }

.uk-navbar-container:not(.uk-navbar-transparent) {
    border-bottom: none;
  }

  .dark .uk-logo {
       color: #cecece;
  }

  .dark .uk-navbar-nav > li > a {
    color: #9f9f9f;
    border: 1px solid #5e5e5e;
    border-radius: 12px;
    height: 30px !important;
    min-height: 30px !important;
    padding: 10px 20px;
    font-size: 13px;
    text-transform: lowercase;
  }


  .dark .uk-section-default {
    background: #2f2f2f !important;
    height: 100vh;
  }

  .dark .uk-card-default {
    background-color: #464646;
    color: #ffffffab;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
  }