/* resources/scss/admin/main.scss */
.app-header.bg-light .navbar-brand {
  opacity: 1;
}
.app-body a,
.app-body .sidebar.sidebar-pills .nav-link.active,
.app-body .sidebar.sidebar-pills .nav-link:hover {
  color: #d93648 !important;
}
.app-body a > i.nav-icon,
.app-body .sidebar.sidebar-pills .nav-link.active > i.nav-icon,
.app-body .sidebar.sidebar-pills .nav-link:hover > i.nav-icon {
  color: #d93648 !important;
}
.app-body .btn.btn-primary {
  color: #fff !important;
  background-color: #d93648;
  border-color: #d93648;
}
.app-body .btn.btn-primary:hover {
  color: #fff;
  background-color: rgb(206.4665271967, 39.0334728033, 57.5230125523);
  border-color: rgb(206.4665271967, 39.0334728033, 57.5230125523);
}
.app-body .paginate_button.page-item.active > a {
  background-color: #d93648 !important;
  border-color: #d93648 !important;
  color: #fff !important;
}
.app-body .form-control:focus,
.app-body .dataTables_wrapper .dataTables_length select:focus,
.app-body .dataTables_wrapper .dataTables_filter input:focus {
  border-color: #d93648 !important;
  box-shadow: 0 0 0 0.2rem rgba(217, 54, 72, 0.25) !important;
}
.app-body #crudTable_wrapper #crudTable,
.app-body #crudTable_wrapper table.dataTable {
  table-layout: fixed;
}
/*# sourceMappingURL=main.css.map */
