.dashboard-page .button-actions-wrapper .container .button.button-primary {
  display: block;
  text-align: center;
  width: max-content;
  margin: auto;
  border: 0;
  padding: 1rem 2rem;
  text-transform: uppercase;
  color: #ffffff;
  background: #00adef;
  border-radius: 4px;
  font-size: 0.9rem;
  transition: all ease 0.6s;
  background: #666666;
}
.dashboard-page .button-actions-wrapper .container .button.button-primary:focus {
  outline: none !important;
  box-shadow: none !important;
}
.dashboard-page .button-actions-wrapper .container .button.button-primary:hover {
  text-decoration: none;
  background: #6dcbef;
  transition: all ease 0.6s;
}
.dashboard-page .button-actions-wrapper .container .button.button-primary i {
  color: #ffffff;
}
.dashboard-page .button-actions-wrapper .container .button.button-primary:hover {
  background: #000000;
}
.dashboard-page #content .nav-tabs {
  border-color: #f8f8f8;
}
.dashboard-page #content .nav-tabs .nav-link:hover {
  background: #666666;
  color: #ffffff;
}
.dashboard-page #content .nav-tabs .nav-link.active,
.dashboard-page #content .nav-tabs .nav-item.show .nav-link {
  border-color: #f8f8f8;
}
.dashboard-page #content .nav-tabs .nav-link.active:hover,
.dashboard-page #content .nav-tabs .nav-item.show .nav-link:hover {
  color: #000000;
}
.dashboard-page #content .views-exposed-form {
  background: #ececec;
  border-bottom: 1px solid #f8f8f8;
}
.dashboard-page #content .views-exposed-form .form--inline .form-item.form-type-email input,
.dashboard-page #content .views-exposed-form .form--inline .form-item.form-type-number input,
.dashboard-page #content .views-exposed-form .form--inline .form-item.form-type-password input,
.dashboard-page #content .views-exposed-form .form--inline .form-item.form-type-select input,
.dashboard-page #content .views-exposed-form .form--inline .form-item.form-type-textfield input {
  background: #ffffff;
}
.views-table th,
.table-responsive table th {
  background: #666666;
  color: #ffffff;
}
.views-table th a,
.table-responsive table th a {
  color: #ffffff;
}
.views-table tbody tr td.td-actions a,
.table-responsive table tbody tr td.td-actions a {
  color: #3c3c3c;
}
.views-table tbody tr td.td-actions a .fa,
.table-responsive table tbody tr td.td-actions a .fa,
.views-table tbody tr td.td-actions a .fas,
.table-responsive table tbody tr td.td-actions a .fas {
  color: #3c3c3c;
}
.views-table tbody tr:nth-child(even),
.table-responsive table tbody tr:nth-child(even) {
  background: #ececec;
}
.views-table tbody tr.selected td,
.table-responsive table tbody tr.selected td,
.views-table tbody tr.selected td.is-active,
.table-responsive table tbody tr.selected td.is-active {
  background: #666666;
  color: #ffffff;
}
.views-table tbody tr.selected td a,
.table-responsive table tbody tr.selected td a,
.views-table tbody tr.selected td.is-active a,
.table-responsive table tbody tr.selected td.is-active a,
.views-table tbody tr.selected td .fa,
.table-responsive table tbody tr.selected td .fa,
.views-table tbody tr.selected td.is-active .fa,
.table-responsive table tbody tr.selected td.is-active .fa,
.views-table tbody tr.selected td .fas,
.table-responsive table tbody tr.selected td .fas,
.views-table tbody tr.selected td.is-active .fas,
.table-responsive table tbody tr.selected td.is-active .fas {
  color: #ffffff;
}
.menu--navigation-dashboard {
  padding: 4rem 0;
}
.menu--navigation-dashboard .menu-row .menu-item-niv1 > a {
  border: 1px solid #f8f8f8;
  color: #666666;
}
.menu--navigation-dashboard .menu-row .menu-item-niv1 > a:hover {
  color: #ffffff;
  background: #666666;
}
.menu--navigation-dashboard .menu-row .menu-item-niv1 > a:hover i.fas,
.menu--navigation-dashboard .menu-row .menu-item-niv1 > a:hover i.fa {
  color: #ffffff;
}
.menu--navigation-dashboard .menu-row .menu-item-niv1 .dropdown-menu {
  border: 1px solid #000000;
}
.menu--navigation-dashboard .menu-row .menu-item-niv1 .dropdown-menu .dropdown-item {
  color: #000000;
}
.menu--navigation-dashboard .menu-row .menu-item-niv1 .dropdown-menu .dropdown-item:hover {
  background: #666666;
  color: #ffffff;
}
