body.src-user-page {
  background:
    radial-gradient(circle at 12% 12%, rgba(93, 154, 247, 0.12), transparent 18%),
    radial-gradient(circle at 88% 10%, rgba(255, 188, 70, 0.12), transparent 18%),
    linear-gradient(180deg, #f6f9ff 0%, #f4f6fa 42%, #eef3fb 100%);
  color: #20324f;
}

main.content {
  min-height: calc(100vh - 180px);
  padding: 28px 0 40px;
}

#content-container {
  position: relative;
}

#content-container .row {
  display: flex;
  flex-wrap: wrap;
}

#content-container .col-md-3,
#content-container .col-md-9 {
  margin-bottom: 18px;
}

.sidenav {
  padding: 18px 0 14px;
  border: 1px solid rgba(31, 72, 145, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 48px rgba(19, 44, 88, 0.08);
  backdrop-filter: blur(14px);
}

.sidenav .list-group {
  margin-bottom: 0;
}

.sidenav .list-group-heading {
  margin: 0 24px 12px;
  color: #7b8ba3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.sidenav .list-group-item {
  margin: 0 14px 6px;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
}

.sidenav .list-group-item > a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 16px;
  color: #314768;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.sidenav .list-group-item > a:hover,
.sidenav .list-group-item > a:focus {
  background: #edf4ff;
  color: #1f64e0;
  text-decoration: none;
}

.sidenav .list-group-item > a.active,
.sidenav .list-group-item > a.active:hover,
.sidenav .list-group-item > a.active:focus,
.sidenav .list-group-item.active > a,
.sidenav .list-group-item.active > a:hover,
.sidenav .list-group-item.active > a:focus {
  background: linear-gradient(135deg, #2b77ef, #5d9af7);
  color: #fff;
  box-shadow: 0 14px 28px rgba(43, 119, 239, 0.22);
}

.sidebar-toggle {
  display: none;
}

.panel.panel-default,
.user-section {
  border: 1px solid rgba(31, 72, 145, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 48px rgba(19, 44, 88, 0.08);
  backdrop-filter: blur(14px);
}

.panel.panel-default > .panel-body,
.user-section {
  padding: 28px;
}

h2.page-header {
  margin: 0 0 24px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(31, 72, 145, 0.1);
  color: #20324f;
  font-size: 30px;
  font-weight: 700;
}

.page-header .btn {
  border-radius: 999px;
  min-width: 110px;
}

.user-baseinfo {
  margin-bottom: 12px;
}

.user-center .avatar-text,
.user-center .avatar-img {
  height: 132px;
  width: 132px;
  border-radius: 50%;
  line-height: 132px;
  font-size: 52px;
  box-shadow: 0 18px 36px rgba(31, 72, 145, 0.14);
}

.user-center .avatar-img {
  font-size: 0;
}

.user-center .avatar-img img {
  height: 132px;
  width: 132px;
  border-radius: 50%;
}

.ui-content h4 {
  margin: 0 0 10px;
  color: #20324f;
  font-size: 24px;
  font-weight: 700;
}

.ui-content h4 a {
  color: inherit;
}

.ui-content .text-muted,
.basicinfo,
.basicinfo a {
  color: #62748e;
}

.basicinfo {
  margin-top: 14px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
  border: 1px solid rgba(31, 100, 224, 0.06);
}

.basicinfo .row {
  margin-left: -8px;
  margin-right: -8px;
}

.basicinfo .row > div {
  padding-left: 8px;
  padding-right: 8px;
  margin: 7px 0;
}

.basicinfo .row > .col-xs-4,
.basicinfo .row > .col-md-2 {
  color: #7f8ea5;
  font-weight: 600;
}

.basicinfo a {
  color: #1f64e0;
  font-weight: 700;
}

.form-horizontal .form-group {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 18px;
}

.form-horizontal .control-label,
.form-vertical .control-label {
  color: #4b5e7a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.form-control {
  height: 44px;
  border: 1px solid rgba(31, 72, 145, 0.14);
  border-radius: 14px;
  background: #fbfdff;
  box-shadow: none;
  color: #20324f;
  font-size: 14px;
}

textarea.form-control {
  min-height: 112px;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: vertical;
}

.form-control:focus {
  border-color: #5d9af7;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(93, 154, 247, 0.12);
}

.input-group .form-control:first-child,
.input-group .form-control:last-child {
  border-radius: 14px 0 0 14px;
}

.input-group .input-group-btn:last-child > .btn,
.input-group .input-group-addon:last-child {
  border-radius: 0 14px 14px 0;
}

.input-group-addon {
  border-color: rgba(31, 72, 145, 0.14);
  background: #f5f8fd;
}

.btn {
  border-radius: 14px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
}

.btn-primary,
.btn-success,
.btn-info {
  border: 0;
}

.btn-primary {
  background: linear-gradient(135deg, #1f64e0, #3f86f3);
  box-shadow: 0 16px 28px rgba(31, 100, 224, 0.2);
}

.btn-success {
  background: linear-gradient(135deg, #1fae68, #38c878);
  box-shadow: 0 16px 28px rgba(31, 174, 104, 0.18);
}

.btn-info {
  background: linear-gradient(135deg, #2b77ef, #63b1ff);
  box-shadow: 0 16px 28px rgba(43, 119, 239, 0.18);
}

.btn-default {
  border-color: rgba(31, 72, 145, 0.14);
  background: #f8fbff;
  color: #35507c;
}

.help-block,
.text-muted {
  color: #7b8ba3;
}

.logon-tab {
  display: flex;
  margin: -28px -28px 24px;
  padding: 10px;
  border-bottom: 1px solid rgba(31, 72, 145, 0.08);
  background: linear-gradient(180deg, rgba(241, 247, 255, 0.9), rgba(255, 255, 255, 0.96));
  border-radius: 28px 28px 0 0;
}

.logon-tab > a {
  flex: 1 1 0;
  padding: 14px 18px;
  border-radius: 16px;
  color: #5d6f8d;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.logon-tab > a.active {
  background: #fff;
  color: #1f64e0;
  box-shadow: 0 12px 22px rgba(31, 100, 224, 0.12);
}

.login-section {
  width: 100%;
  max-width: 720px;
  margin: 24px auto;
  overflow: hidden;
}

.login-section .login-main {
  padding: 4px 6px 0;
}

.login-section .btn-lg.btn-block {
  height: 48px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 700;
}

.login-section .no-border {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #62748e;
}

.profile-avatar-container {
  position: relative;
  width: 112px;
}

.profile-avatar-container .profile-user-img {
  width: 112px;
  height: 112px;
  border: 4px solid #fff;
  box-shadow: 0 18px 36px rgba(31, 72, 145, 0.14);
}

.profile-avatar-container .profile-avatar-text {
  display: none;
}

.profile-avatar-container:hover .profile-avatar-text {
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(28, 57, 106, 0.68);
  color: #fff;
  line-height: 112px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.profile-avatar-container button {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.form-layer {
  height: 100%;
  min-height: 160px;
  min-width: 300px;
}

.form-body {
  width: 100%;
  overflow: auto;
  top: 0;
  position: absolute;
  z-index: 10;
  bottom: 58px;
  padding: 18px;
}

.form-layer .form-footer {
  height: 58px;
  line-height: 58px;
  background-color: #f4f8fd;
  width: 100%;
  position: absolute;
  z-index: 200;
  bottom: 0;
  margin: 0;
  border-top: 1px solid rgba(31, 72, 145, 0.08);
}

.form-footer .form-group {
  margin-left: 0;
  margin-right: 0;
}

.panel-intro {
  border-radius: 26px;
  overflow: hidden;
}

.panel-intro .panel-heading {
  border-bottom: 1px solid rgba(31, 72, 145, 0.08);
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.panel-intro .nav-tabs {
  border-bottom: 0;
}

.panel-intro .nav-tabs > li > a {
  color: #5d6f8d;
  border: 0;
  border-radius: 14px 14px 0 0;
}

.panel-intro .nav-tabs > li.active > a,
.panel-intro .nav-tabs > li.active > a:hover,
.panel-intro .nav-tabs > li.active > a:focus {
  border: 0;
  background: #eef5ff;
  color: #1f64e0;
}

.toolbar {
  padding: 18px 18px 0;
}

.fixed-table-container {
  border: 0;
}

.bootstrap-table .table {
  background: transparent;
}

.bootstrap-table .table > thead > tr > th {
  border-bottom: 1px solid rgba(31, 72, 145, 0.08);
  background: #f9fbff;
  color: #4b5e7a;
  font-size: 13px;
  font-weight: 700;
}

.bootstrap-table .table > tbody > tr > td {
  border-top: 1px solid rgba(31, 72, 145, 0.06);
  vertical-align: middle;
}

.bootstrap-table .table-hover > tbody > tr:hover {
  background: #f6faff;
}

.faupload-preview {
  margin-top: 12px;
}

.faupload-preview > li {
  margin-bottom: 10px;
}

.faupload-preview .thumbnail {
  border-radius: 14px;
  border-color: rgba(31, 72, 145, 0.1);
  background: #fff;
  box-shadow: 0 10px 22px rgba(18, 38, 67, 0.08);
}

.upload-panel,
.app-card {
  border: 1px solid rgba(31, 72, 145, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 16px 36px rgba(18, 38, 67, 0.06);
}

.upload-panel {
  padding: 22px;
}

.app-card {
  margin-bottom: 18px;
  overflow: hidden;
}

.app-card .app-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(31, 72, 145, 0.06);
}

.app-card .app-head img {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  object-fit: cover;
  background: #f5f7fa;
}

.app-card .app-head h4 {
  margin: 0 0 6px;
  color: #20324f;
  font-size: 20px;
  font-weight: 700;
}

.app-card .app-meta {
  padding: 18px 20px 20px;
}

.app-card .app-meta p {
  margin: 0 0 12px;
  color: #62748e;
  line-height: 1.8;
}

.app-card .app-links a {
  margin-right: 8px;
}

.footer.footer {
  margin-top: 18px;
  background: transparent;
}

.footer.footer .copyright {
  background: transparent;
  color: #7b8ba3;
}

.footer.footer .copyright a {
  color: #5d6f8d;
}

@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 74px;
    left: -270px;
    z-index: 1040;
    width: 250px;
    height: calc(100vh - 74px);
    overflow-y: auto;
    transition: all 0.28s ease;
  }

  .sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 18px;
    bottom: 78px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1f64e0, #4c92ff);
    box-shadow: 0 18px 30px rgba(31, 100, 224, 0.22);
    color: #fff;
    font-size: 22px;
    text-align: center;
    z-index: 1100;
  }

  body.sidebar-open .sidenav {
    left: 16px;
  }

  body.sidebar-open .sidebar-toggle i:before {
    content: "\f00d";
  }

  .panel.panel-default > .panel-body,
  .user-section {
    padding: 22px;
  }

  h2.page-header {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  main.content {
    padding: 20px 0 34px;
  }

  .login-section {
    margin: 12px auto;
  }

  .logon-tab {
    margin: -22px -22px 18px;
    border-radius: 22px 22px 0 0;
  }

  .logon-tab > a {
    padding: 12px 14px;
    font-size: 14px;
  }

  .panel.panel-default > .panel-body,
  .user-section,
  .upload-panel {
    padding: 18px;
  }

  .page-header .btn {
    float: none !important;
    display: inline-flex;
    margin-top: 14px;
  }

  .user-center .avatar-text,
  .user-center .avatar-img,
  .user-center .avatar-img img {
    width: 92px;
    height: 92px;
    line-height: 92px;
  }

  .app-card .app-head {
    align-items: flex-start;
  }

  .bootstrap-table .fixed-table-toolbar .bars,
  .toolbar {
    padding-top: 14px;
  }
}
