body.users, body.users-admin {
  background-color: #fff !important;
  color: #333;
}
body.users h3, body.users-admin h3 {
  font-size: 1.5rem;
  margin: 1.5rem 0 0.5rem;
  color: #555;
}
body.users table, body.users-admin table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  overflow: auto;
}
body.users th, body.users-admin th {
  background-color: #f3f5f7;
  color: #333;
  font-weight: 500;
  font-size: 0.75rem;
  text-align: left;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
body.users td, body.users-admin td {
  font-size: 0.875rem;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
body.users .table-users, body.users-admin .table-users {
  width: 100%;
}
body.users .table-users td.icon, body.users-admin .table-users td.icon {
  text-align: center;
}
body.users .table-users td.icon .ibtn, body.users-admin .table-users td.icon .ibtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #aaa;
}
body.users .table-users td.name, body.users-admin .table-users td.name {
  text-transform: uppercase;
}
body.users .table-users td.about .row, body.users-admin .table-users td.about .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
body.users .table-users td.about .row .col, body.users-admin .table-users td.about .row .col {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
body.users .table-users td.about .row .col.photo, body.users-admin .table-users td.about .row .col.photo {
  position: relative;
  display: flex;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  justify-content: center;
}
body.users .table-users td.about .row .col.photo img, body.users-admin .table-users td.about .row .col.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.users .table-users td.about .row .col.photo .ibtn, body.users-admin .table-users td.about .row .col.photo .ibtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  aspect-ratio: 1;
}
body.users .table-users td.about .row .col.text, body.users-admin .table-users td.about .row .col.text {
  display: flex;
  flex: 1 1 100%;
}
body.users .table-users td.about .row .col .about-text, body.users-admin .table-users td.about .row .col .about-text {
  display: inline-flex;
  width: 100%;
  height: 100px;
  padding: 4px;
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  border: 1px solid #ddd;
  background-color: #f3f5f7;
}
body.users .nav, body.users-admin .nav {
  display: inline-flex;
  width: min-content;
  padding: 1rem 1rem 0 1rem;
  margin: 2rem auto;
  border-bottom: 1px solid #ddd;
}
body.users .nav__item, body.users-admin .nav__item {
  font-family: var(--ff-head);
  display: inline-flex;
  padding: 0 0.25rem;
  margin-right: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}
body.users .nav__item.active, body.users-admin .nav__item.active {
  color: #029422;
  border-bottom: 5px solid #542dff;
}
body.users .usertable header, body.users-admin .usertable header {
  display: flex;
  justify-content: flex-end;
  font-size: 0.75rem;
}
body.users .photo-thumbnail, body.users-admin .photo-thumbnail {
  display: none;
}
body.users .photo.current:hover .photo-thumbnail, body.users-admin .photo.current:hover .photo-thumbnail {
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  width: 300px;
  height: 300px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 5px solid #fff;
}
body.users .inverted, body.users-admin .inverted {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  margin: 0.2rem;
  border-radius: 4px;
  background-color: #f3f5f7;
  border: 1px solid #ddd;
  color: #fff;
  background-color: #000;
  cursor: pointer;
}
body.users .inverted:hover, body.users-admin .inverted:hover {
  background-color: #542dff;
  color: #fff;
}
body.users .header, body.users-admin .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 0 0;
}
body.users .header__left, body.users-admin .header__left {
  display: flex;
  align-items: center;
}
body.users .header__left > *, body.users-admin .header__left > * {
  margin-right: 1rem;
}
.ibtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.ibtn:hover {
  color: #fff;
  background-color: #542dff;
  cursor: pointer;
}
.ibtn--bar {
  width: 20px;
  height: 20px;
  margin: 1px;
  padding: 4px;
}
.ibtn--bar.large {
  width: 24px;
  height: 24px;
}
.ibtn--info {
  width: 16px;
  height: 16px;
  margin-left: 7px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
}
.ibtn--info.small {
  position: relative;
  top: 4px;
}
.ibtn--action {
  width: 24px;
  height: 24px;
  margin: 3px;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
}
.ibtn--action.xl {
  width: 28px;
  height: 28px;
  background-color: #fff;
  color: #000;
}
.actions {
  position: absolute;
  display: inline-flex;
  padding: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.actions .ibtn {
  margin: 0 0.5rem 0 0;
  width: 28px;
  height: 28px;
}
.actions .ibtn:last-of-type {
  margin: 0;
}
.ibtn-parent {
  position: relative;
}
.ibtn-parent .ibtn {
  display: none;
}
.ibtn-parent:hover .ibtn {
  display: inline-flex;
  color: #fff;
  background-color: #542dff;
  cursor: pointer;
}
.btn-prima {
  padding: 4px 8px;
  background-color: #5325f9;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
}
.btn-prima:hover {
  background-color: #000;
}
.search-users input[type="text"] {
  display: inline-flex;
  width: 280px;
}
