@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900);
body .table-actions a {
  color: #232a37 !important;
}
body .admin-section-title a {
  padding-left: 20px;
  padding-right: 20px;
}
body .admin-section-title a.green-button {
  border: 1px solid #4ab657;
  background: #6ec579;
  color: #000;
}
body[data-theme=dark] #loginform .form-material input.form-control {
  background: #323743 !important;
}
body[data-theme=dark] .table-actions a {
  color: #dde1e4 !important;
}
body[data-theme=dark] .admin-section-title a {
  padding-left: 20px;
  padding-right: 20px;
}
body[data-theme=dark] .admin-section-title a.green-button {
  border: 1px solid #4ab657;
  background: #6ec579;
  color: #000;
}
body[data-theme=dark] .table td.updated {
  background: #4ab657;
  color: #323743;
  transition: all 0.4s;
}
body .hidden {
  display: none !important;
}
body .notify {
  z-index: 100;
}
