/* ============================================
   CUSTOMER SKELETONS
   ============================================ */

.nf-skeleton-w-100 {
  width: 100%;
}

.nf-skeleton-w-90 {
  width: 90%;
}

.nf-skeleton-w-60 {
  width: 60%;
}

.nf-skeleton-w-50 {
  width: 50%;
}

.nf-skeleton-w-40 {
  width: 40%;
}

.nf-skeleton-w-30 {
  width: 30%;
}

.nf-skeleton-h-20 {
  height: 20px;
}

.nf-skeleton-h-25 {
  height: 25px;
}

.nf-skeleton-h-34 {
  height: 34px;
}

.nf-skeleton-h-40 {
  height: 40px;
}

.nf-skeleton-h-70 {
  height: 70px;
}

.nf-skeleton-h-80 {
  height: 80px;
}

.nf-skeleton-h-120 {
  height: 120px;
}

.nf-skeleton-h-170 {
  height: 170px;
}

.nf-skeleton-h-180 {
  height: 180px;
}

.nf-skeleton-image-152 {
  width: 100%;
  min-height: 152px;
  max-height: 152px;
}

.nf-skeleton-image-170 {
  width: 100%;
  height: 170px;
}

.nf-skeleton-image-card {
  width: 120px;
  min-height: 96px;
  max-height: 96px;
  flex: 0 0 120px;
}

.nf-skeleton-circle-60 {
  width: 60px;
  height: 60px;
}

.nf-skeleton-button-72x34 {
  width: 72px;
  height: 34px;
}

.nf-skeleton-mt-8 {
  margin-top: 8px;
}

.nf-skeleton-mb-4 {
  margin-bottom: 4px;
}

.nf-skeleton-mb-8 {
  margin-bottom: 8px;
}

.nf-skeleton-mr-16 {
  margin-right: 16px;
}

.nf-skeleton-pad-14 {
  padding: 14px;
}

.nf-skeleton-row-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nf-skeleton-inline-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border: 1px solid var(--nf-line);
  border-radius: 14px;
  background: var(--nf-surface);
}

.nf-skeleton-inline-body {
  flex: 1;
  min-width: 0;
}
