.simrs-theme {
  background: #f4f7fb;
  color: #1f2a37;
}

.simrs-theme #wrapper {
  background: #f4f7fb;
}

.simrs-theme .mlite-topinfo {
  color: #5b6b7c;
}

.simrs-theme .menu-top {
  background: #ffffff;
  border-bottom: 1px solid #e6e9ef !important;
}

.simrs-theme .menu-top .navbar-nav > li > a {
  color: #4b5a6a;
}

.simrs-theme .menu-top .navbar-nav > li > a:hover {
  background: #eef3f8;
  color: #1f2a37;
}

.simrs-theme .navbar-icon-top {
  background: #f7fafc;
  border-bottom: 1px solid #e6e9ef;
}

.simrs-theme .navbar-icon-top .menu-icon {
  border-color: #e1e6ef;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
}

.simrs-theme .navbar-icon-top .menu-icon a {
  color: #2c3e50;
}

.simrs-theme .panel.simrs-card {
  border: 1px solid #e6e9ef;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.simrs-theme .simrs-card-header {
  background: #ffffff;
  border-bottom: 1px solid #eef1f6;
  border-radius: 12px 12px 0 0;
  padding: 16px 20px;
}

.simrs-theme .simrs-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2a37;
  margin: 0;
}

.simrs-theme .simrs-card-body {
  padding: 18px 20px;
}

.simrs-theme .simrs-info {
  background: #eef4ff;
  border: 1px solid #d5e3ff;
  color: #2b4db2;
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 16px;
  font-size: 13px;
}

.simrs-theme .simrs-toolbar {
  margin-bottom: 10px;
}

.simrs-theme .simrs-toolbar .btn {
  border-radius: 999px;
}

.simrs-theme .simrs-search .form-control {
  border-radius: 999px 0 0 999px;
  border-color: #dfe6f1;
  box-shadow: none;
}

.simrs-theme .simrs-search .btn {
  border-radius: 0 999px 999px 0;
  border-color: #dfe6f1;
}

.simrs-theme .simrs-table-wrap {
  border: 1px solid #eef1f6;
  border-radius: 12px;
  overflow: hidden;
}

.simrs-theme .simrs-table th {
  background: #f8fafc;
  color: #556070;
  font-weight: 600;
  border-bottom: 1px solid #e8edf5;
}

.simrs-theme .simrs-table td {
  border-top: 1px solid #edf1f7;
  color: #3d4856;
}

.simrs-theme .simrs-pagination .pagination > li > a,
.simrs-theme .simrs-pagination .pagination > li > span {
  border-radius: 999px;
  margin-left: 6px;
  border-color: #e2e8f0;
  color: #4b5a6a;
}

.simrs-theme .simrs-pagination .pagination > .active > a {
  background: #246bfd;
  border-color: #246bfd;
  color: #ffffff;
}
