.breadcrumbs{
display:none;
}

.abr-dashboard {
  background: #f5f9fc00;
  padding: 10px 0 80px;
  color: #172033;
}

.abr-dashboard * {
  box-sizing: border-box;
}

.abr-dashboard a {
  text-decoration: none;
}

.abr-hero {
  background:
    radial-gradient(circle at 10% 20%, rgba(123, 211, 44, .28), transparent 28%),
    linear-gradient(135deg, #03bfd7 0%, #2454a6 100%);
  border-radius: 30px;
  padding: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 22px 60px rgba(36, 84, 166, .22);
}

.abr-kicker {
  display: inline-block;
  background: rgba(255, 255, 255, .18);
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 12px;
}

.abr-hero h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 36px;
  font-weight: 800;
}

.abr-hero p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
}

.abr-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.abr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 15px;
  font-weight: 800;
  transition: .2s ease;
}

.abr-btn--light {
  background: #fff;
  color: #2454a6;
}

.abr-btn--outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .6);
}

.abr-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 28px 0;
}

.abr-stat,
.abr-profile,
.abr-main,
.abr-panel {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, .06);
}

.abr-stat {
  padding: 24px;
  min-height: 145px;
}

.abr-stat span,
.abr-stat small {
  display: block;
  color: #748093;
}

.abr-stat strong {
  display: block;
  color: #111827;
  font-size: 28px;
  margin: 10px 0 5px;
  font-weight: 900;
}

.abr-stat a {
  color: #03aeca;
  font-weight: 800;
}

.abr-stat--dark {
  background: linear-gradient(135deg, #071f4f, #123c88);
}

.abr-stat--dark span,
.abr-stat--dark strong,
.abr-stat--dark small,
.abr-stat--dark a {
  color: #fff;
}

.abr-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  align-items: start;
}

.abr-profile {
  padding: 28px;
  position: sticky;
  top: 20px;
}

.abr-avatar {
  width: 82px;
  height: 82px;
  border-radius: 26px;
  background: linear-gradient(135deg, #03bfd7, #7bd32c);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 18px;
}

.abr-profile h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 900;
  color: #111827;
}

.abr-profile p {
  margin: 0;
  color: #748093;
  direction: ltr;
  text-align: right;
  word-break: break-word;
}

.abr-profile ul {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.abr-profile li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #edf2f7;
  color: #64748b;
}

.abr-profile li b {
  color: #172033;
}

.abr-success {
  color: #16a34a !important;
}

.abr-profile__link {
  display: block;
  text-align: center;
  background: #eefafd;
  color: #03aeca;
  border-radius: 15px;
  padding: 14px;
  font-weight: 900;
}

.abr-main {
  padding: 28px;
}

.abr-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.abr-section-head span {
  color: #03aeca;
  font-weight: 800;
  font-size: 13px;
}

.abr-section-head h2 {
  margin: 3px 0 0;
  font-size: 24px;
  color: #111827;
  font-weight: 900;
}

.abr-section-head a {
  color: #2454a6;
  font-weight: 900;
}

.abr-service {
  border: 1px solid #edf2f7;
  border-radius: 22px;
  padding: 20px;
  margin-bottom: 14px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 18px;
  align-items: center;
  transition: .2s ease;
}

.abr-service:hover {
  border-color: #cdeff5;
  box-shadow: 0 12px 30px rgba(3, 191, 215, .08);
}

.abr-service h3 {
  margin: 0 0 7px;
  font-size: 18px;
  color: #111827;
  font-weight: 900;
}

.abr-service p,
.abr-service small {
  margin: 0;
  color: #748093;
}

.abr-service__meta {
  text-align: left;
}

.abr-badge {
  display: inline-block;
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 7px;
}

.abr-badge.is-active {
  background: #e0f7ef;
  color: #059669;
}

.abr-badge.is-warning {
  background: #fff4d6;
  color: #b7791f;
}

.abr-badge.is-danger {
  background: #fee2e2;
  color: #dc2626;
}

.abr-manage {
  background: #f1f7fb;
  color: #2454a6;
  padding: 11px 18px;
  border-radius: 14px;
  font-weight: 900;
}

.abr-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 26px 0;
}

.abr-actions a {
  background: #f3f8fc;
  border: 1px solid #e8f0f7;
  border-radius: 20px;
  padding: 20px;
  color: #172033;
  transition: .2s ease;
}

.abr-actions a:hover {
  background: #eefafd;
  border-color: #b9eef6;
}

.abr-actions b,
.abr-actions span {
  display: block;
}

.abr-actions b {
  font-size: 16px;
  margin-bottom: 6px;
}

.abr-actions span {
  color: #748093;
  font-size: 13px;
}

.abr-two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.abr-panel {
  padding: 22px;
}

.abr-section-head--small {
  margin-bottom: 14px;
}

.abr-section-head--small h2 {
  font-size: 19px;
}

.abr-ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #edf2f7;
  color: #172033;
}

.abr-ticket b,
.abr-ticket span {
  display: block;
}

.abr-ticket span {
  color: #748093;
  margin-top: 5px;
  font-size: 13px;
}

.abr-ticket em {
  font-style: normal;
  background: #eefafd;
  color: #03aeca;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.abr-finance {
  display: grid;
  gap: 10px;
}

.abr-finance a {
  background: #f8fafc;
  border: 1px solid #edf2f7;
  color: #2454a6;
  padding: 14px;
  border-radius: 15px;
  font-weight: 900;
}

.abr-empty {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  padding: 28px;
  border-radius: 20px;
  text-align: center;
  color: #64748b;
}

.abr-empty a {
  display: block;
  margin-top: 10px;
  color: #03aeca;
  font-weight: 900;
}

@media (max-width: 991px) {
  .abr-dashboard {
    padding: 35px 0 55px;
  }

  .abr-hero,
  .abr-layout,
  .abr-two-cols {
    grid-template-columns: 1fr;
  }

  .abr-hero {
    display: block;
  }

  .abr-hero__actions {
    margin-top: 22px;
  }

  .abr-stats,
  .abr-actions {
    grid-template-columns: repeat(2, 1fr);
  }

  .abr-profile {
    position: static;
  }

  .abr-service {
    grid-template-columns: 1fr;
  }

  .abr-service__meta {
    text-align: right;
  }
}

@media (max-width: 575px) {
  .abr-hero {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .abr-hero h1 {
    font-size: 27px;
  }

  .abr-stats,
  .abr-actions {
    grid-template-columns: 1fr;
  }

  .abr-main,
  .abr-profile,
  .abr-panel {
    padding: 20px;
  }
}
