body,
button,
input,
select,
textarea {
  font-family: "Nunito", sans-serif !important;
}

.dashboard-item {
  justify-content: space-between;
  align-items: center;
}

.is-justify-content-space-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.image.is-centered {
  margin: auto;
}

.image-container {
  border: 2px dashed #dbdbdb;
  padding: 3px;
  /* display: inline-flex; */
}

.image-display {
  width: 100%;
  /* max-width: 360px; */
  /* max-height: 360px; */
}

.image-label {
  text-align: center;
}

.flex-horizontal {
  display: flex;
  justify-content: space-between;
}

.list-docs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-item-docs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em;
  border-bottom: 1px dashed #dedede;
}

.list-item-docs:hover {
  background-color: whitesmoke;
}

.list-item-right {
  text-align: end;
}

.item-list {
  display: flex !important;
  justify-content: space-between;
}

.item-list .label {
  margin-right: 0.5em;
}

.item-list .value {
  text-align: end;
}

.m-auto {
  margin: auto !important;
  overflow: hidden;
}

.is-256x256 {
  max-width: 256px;
  max-height: 256px;
}

.image.is-circle {
  border-radius: 238530px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
