/*
  Minimal compatibility layer for remaining Webpixels utility/classes
  after migration to Bootstrap 5.
*/

.avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-2xl {
  width: 5rem;
  height: 5rem;
}

.btn-square {
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.h-64 {
  height: 16rem;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-shape {
  width: 3rem;
  height: 3rem;
}

.icon-xs {
  width: 1.5rem;
  height: 1.5rem;
}

.table-spaced {
  border-collapse: separate;
  border-spacing: 0 0.75rem;
}


@media (min-width: 992px) {
  .mt-lg-n20 {
    margin-top: -5rem !important;
  }
}
