.login-wrapper {
  position: relative;
}

.lyear-login {
  display: flex !important;
  min-height: 100vh;
  align-items: center !important;
  justify-content: center !important;
}

.lyear-login:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.login-center {
  background: #fff;
  min-width: 29.25rem;
  padding: 2.14286em 3.57143em;
  border-radius: 4px;
  margin: 2.85714em;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.login-header {
  margin-bottom: 1.5rem !important;
}

.login-center .has-feedback.feedback-left .form-control {
  padding-left: 38px;
  padding-right: 12px;
}

.login-center .has-feedback.feedback-left .form-control-feedback {
  left: 0;
  right: auto;
  width: 38px;
  height: 38px;
  line-height: 38px;
  z-index: 4;
  color: #dcdcdc;
}

.stat-card .card-body {
  min-height: 94px;
}

.filter-card .form-group {
  margin-bottom: 15px;
}

.list-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
}

.table-responsive {
  border: 0;
}

.link-cell {
  max-width: 420px;
  word-break: break-all;
}

.nowrap {
  white-space: nowrap;
}

td small,
.table small {
  display: block;
  margin-top: 5px;
  color: #999;
  line-height: 1.45;
}

.empty {
  height: 120px;
  color: #999;
  text-align: center;
  vertical-align: middle !important;
}

.pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 15px;
  color: #777;
}

.rank-number {
  color: #777;
  font-weight: 700;
  white-space: nowrap;
}

.rank-share {
  min-width: 160px;
}

.rank-bar {
  width: 100%;
  height: 8px;
  overflow: hidden;
  background: #edf2f7;
  border-radius: 999px;
}

.rank-bar span {
  display: block;
  height: 100%;
  background: #33cabb;
  border-radius: inherit;
}

.rank-share small {
  margin-top: 6px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.detail-item {
  min-width: 0;
  border: 1px solid #edf1f5;
  border-radius: 4px;
  padding: 13px 14px;
  background: #fbfcfe;
}

.detail-item span {
  display: block;
  color: #999;
  font-size: 12px;
  margin-bottom: 7px;
}

.detail-item strong,
.detail-item a {
  display: block;
  word-break: break-all;
  line-height: 1.5;
  font-weight: 600;
}

.raw-json {
  margin: 14px 0 0;
  padding: 16px;
  overflow: auto;
  max-height: 560px;
  background: #1f2937;
  color: #dbeafe;
  border: 0;
  border-radius: 4px;
  line-height: 1.55;
  font-size: 13px;
}

.layer-detail-body {
  padding: 18px;
}

.layui-layer {
  border-radius: 4px !important;
}

.layui-layer-title {
  font-weight: 600;
}

.danger-card {
  border-color: #f2dede;
}

.danger-card .card-header h4,
.danger-card .text-danger {
  color: #e74c3c;
}

.setting-checkbox {
  font-weight: 600;
}

@media (max-width: 767px) {
  .login-center {
    min-width: 0;
    width: calc(100% - 30px);
    margin: 15px;
    padding: 24px;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .pagination-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .list-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}
