.relative-profile {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center;
}

.symbol {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}

.doc-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.doc-item {
  text-align: center;
  padding: 5px;
}

span.fa-stack i:not(:first-of-type) {
  position: absolute;
}

i.id-shift {
  left: 15%;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  background: white;
}

.results {
  padding: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px #00000030;
          box-shadow: 2px 2px 2px #00000030;
  border: 1px solid lightgray;
}

.results ul {
  list-style: none;
  margin-bottom: 0;
}

.results ul li {
  padding: 2px;
  cursor: pointer;
}

.dropzone {
  border: 1px solid grey;
  padding: 5px;
}

.dropzone-custom-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.dropzone-custom-title {
  margin-top: 0;
  color: #00b782;
}

.subtitle {
  color: #314b5f;
}

