body.user-modern {
  background: #f3f6ff;
  color: #344054;
}

body.user-modern .app:before {
  background: #f3f6ff;
}

body.user-modern .app-header {
  border-bottom: 1px solid #e4eaf5;
  box-shadow: 0 8px 24px rgba(22, 33, 72, 0.08);
}

body.user-modern .navbar-header {
  background: linear-gradient(160deg, #4f5cff, #5f6bff) !important;
}

body.user-modern .navbar-brand {
  font-weight: 700;
}

body.user-modern .navbar-collapse {
  background: #ffffff !important;
}

body.user-modern .app-aside {
  border-right: 1px solid #e6ebf5;
  box-shadow: 12px 0 24px rgba(22, 33, 72, 0.06);
}

body.user-modern .bg-black,
body.user-modern .bg-dark {
  background: #ffffff !important;
  color: #344054 !important;
}

body.user-modern .bg-black .nav > li > a,
body.user-modern .bg-dark .nav > li > a {
  color: #344054;
  border-radius: 10px;
  margin: 3px 10px;
}

body.user-modern .bg-black .nav > li > a:hover,
body.user-modern .bg-black .nav > li.active > a,
body.user-modern .bg-dark .nav > li > a:hover,
body.user-modern .bg-dark .nav > li.active > a {
  background: #eef2ff !important;
  color: #3f4be0 !important;
}

body.user-modern .bg-black .line.dk,
body.user-modern .bg-dark .line.dk {
  background: #e6ebf5 !important;
}

body.user-modern .bg-black .dk,
body.user-modern .bg-dark .dk {
  background-color: #f7f9ff !important;
}

body.user-modern .app-aside .nav-sub {
  margin: 2px 10px 8px;
  border: 1px solid #e7ecf7;
  border-radius: 10px;
}

body.user-modern .app-aside .nav-sub > li > a {
  margin: 0;
  border-radius: 8px;
  color: #5b6475 !important;
}

body.user-modern .app-aside .nav-sub > li > a:hover,
body.user-modern .app-aside .nav-sub > li.active > a {
  background: #eef2ff !important;
  color: #3f4be0 !important;
}

body.user-modern .bg-light.lter {
  background: transparent;
}

body.user-modern .user-dashboard .alert {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(22, 33, 72, 0.06);
}

body.user-modern .user-kpi-row .user-kpi-card,
body.user-modern .user-profile-card,
body.user-modern .user-table-panel,
body.user-modern .user-notice-panel,
body.user-modern .user-chart-panel {
  border: 1px solid #e8edf7;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(22, 33, 72, 0.08);
}

body.user-modern .user-kpi-row .user-kpi-card {
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.user-modern .user-kpi-row .user-kpi-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(22, 33, 72, 0.12);
}

body.user-modern .round {
  line-height: 53px;
  color: #4f5cff;
  width: 58px;
  height: 58px;
  font-size: 26px;
  margin-left: 15px;
  display: inline-block;
  font-weight: 500;
  border: 3px solid #edf0ff;
  text-align: center;
  border-radius: 50%;
  background: #f4f6ff;
}

body.user-modern .user-profile-head {
  background: linear-gradient(135deg, #4f5cff, #6675ff) !important;
}

body.user-modern .user-profile-card .hbox {
  background: #f8faff;
}

body.user-modern .list-group-item {
  border-color: #eef1f7;
  padding-top: 12px;
  padding-bottom: 12px;
}

body.user-modern .table > thead > tr > th {
  background: #f8faff;
  border-bottom-color: #e7ecf5;
}

body.user-modern .table > tbody > tr > td {
  border-top-color: #edf1f7;
}

body.user-modern .btn {
  border-radius: 8px;
}

body.user-modern .btn-primary {
  background: #4f5cff;
  border-color: #4f5cff;
}

body.user-modern .btn-primary:hover,
body.user-modern .btn-primary:focus {
  background: #3f4be0;
  border-color: #3f4be0;
}

body.user-modern .btn-info {
  background: #2d8cf0;
  border-color: #2d8cf0;
}

body.user-modern .btn-info:hover,
body.user-modern .btn-info:focus {
  background: #1f78db;
  border-color: #1f78db;
}

body.user-modern.user-login {
  min-height: 100vh;
  background: radial-gradient(circle at 20% 20%, #eef1ff 0%, #f5f7ff 48%, #f8f9ff 100%);
}

body.user-modern.user-login .app-header-fixed {
  padding-top: 0;
}

body.user-modern.user-login .user-login-wrap {
  margin-top: 6vh;
  padding: 26px 22px 20px;
  border: 1px solid #e2e8f5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(29, 40, 79, 0.12);
}

body.user-modern.user-login .user-login-wrap .navbar-brand {
  margin-top: 4px;
  color: #4a55d5;
  font-size: 24px;
  font-weight: 700;
}

body.user-modern.user-login .user-login-wrap .wrapper strong {
  color: #5a6276;
  font-size: 14px;
  font-weight: 600;
}

body.user-modern.user-login .nav-tabs {
  border-color: #e4e9f5;
}

body.user-modern.user-login .nav-tabs > li > a {
  color: #5d667c;
  border: 1px solid #e4e9f5;
  border-bottom-color: transparent;
  background: #f8faff;
}

body.user-modern.user-login .nav-tabs > li.active > a,
body.user-modern.user-login .nav-tabs > li.active > a:hover,
body.user-modern.user-login .nav-tabs > li > a:hover {
  color: #4a55d5;
  border-color: #d5ddf3;
  border-bottom-color: #fff;
  background: #fff;
}

body.user-modern.user-login .user-login-list .list-group-item {
  border: 1px solid #e3e9f6;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
}

body.user-modern.user-login .user-login-list .form-control {
  height: 44px;
  border: 0;
  box-shadow: none;
  background: #fbfcff;
  padding: 10px 12px;
}

body.user-modern.user-login .user-login-list .form-control:focus {
  background: #fff;
  box-shadow: inset 0 0 0 2px rgba(108, 99, 255, 0.14);
}

body.user-modern.user-login .user-login-submit {
  height: 44px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  border-color: #4f5cff;
  background: linear-gradient(135deg, #4f5cff, #6875ff);
}

body.user-modern.user-login .user-login-submit:hover,
body.user-modern.user-login .user-login-submit:focus {
  border-color: #3f4be0;
  background: linear-gradient(135deg, #3f4be0, #5663ea);
}

body.user-modern.user-login .btn.btn-rounded {
  border-radius: 10px;
}

body.user-modern.user-login #captcha {
  width: 100%;
  border: 1px dashed #dbe2f3;
  border-radius: 10px;
  background: #f8faff;
}

body.user-modern.user-login .text-muted a,
body.user-modern.user-login .text-muted {
  color: #7a8298 !important;
}

@media (max-width: 767px) {
  body.user-modern.user-login .user-login-wrap {
    margin-top: 0;
    min-height: 100vh;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 18px 14px;
  }

  body.user-modern .user-kpi-row .col-xs-6 {
    margin-bottom: 12px;
  }

  body.user-modern .user-dashboard {
    padding: 15px;
  }
}
