.pag-container {
  margin-bottom: 2rem;
  text-align: right;
}

.pag {
  color: #4d4d4d;
  border: 1px solid lightgray;
  background-color: #f5f5f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
}

.pag-active {
  color: black;
  background-color: white;
}

.badge {
  background-color: #666;
  padding: 0.5rem 0.75rem;
}

.profile-pixs {
  width: 150px;
  display: inline-block;
  margin-bottom: 1rem;
  box-shadow: 0px 5px 40px 5px rgba(131, 100, 196, 0.05);
}

.key {
  color: gray;
  margin-bottom: 0.25rem;
  font-weight: 500;
}

.key span {
  color: initial;
}

.rotate {
  writing-mode: vertical-rl;
  width: 40px;
}

.remark-form h4 {
  margin: 0;
}

.remark-form select {
  font-size: 18px;
  border: none;
  box-shadow: none;
}

.remark-form select:focus {
  border: none;
  box-shadow: none;
}

.editable-title {
  color: gray;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 2rem;
}

.editable-value {
  font-size: 2rem;
  letter-spacing: 1px;
}