@import url(https://fonts.googleapis.com/css?family=Roboto:500);.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 rgba(0, 0, 0, 0.1882352941);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1882352941);
  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;
}

.user-events-container .user-event:first-of-type {
  padding-top: 15px;
}

.user-events-container .user-event:last-of-type {
  padding-bottom: 15px;
}

.user-events-container .user-event {
  background-color: #fff;
  padding: 10px 0px;
  border-top: 1px solid #EBEDF3;
}

.user-events-container .user-event .entity {
  font-size: 18px;
}

.user-events-container .user-event .value {
  font-size: 18px;
  font-weight: 500;
}

.menu-options {
  text-align: center;
}

.menu-options .menu-option {
  font-size: 30px;
  color: #334155;
  background: white;
  padding: 10px;
  border-radius: 35px;
}

.menu-options .menu-option-text {
  color: #334155;
  height: 50px;
  display: inline-block;
  padding: 0px 1px;
  width: 100%;
}

.menu-options .router-link-exact-active,
.menu-options .router-link-exact-active .menu-option-text,
.menu-options .router-link-exact-active .menu-option {
  background: #334155;
  color: #fff;
  border-radius: 10px;
}

.social-btn {
  margin-top: 10px;
}

.google-btn {
  width: 100%;
  height: 42px;
  background-color: #4285f4;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}

.google-btn .google-icon-wrapper {
  position: absolute;
  margin-top: 1px;
  margin-left: 1px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #fff;
}

.google-btn .google-icon {
  position: absolute;
  margin-top: 11px;
  margin-left: 11px;
  width: 18px;
  height: 18px;
}

.google-btn .btn-text {
  float: right;
  margin: 11px 11px 0 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-family: "Roboto";
  width: calc(100% - 50px);
  text-align: center;
}

.google-btn:hover {
  -webkit-box-shadow: 0 0 6px #4285f4;
          box-shadow: 0 0 6px #4285f4;
}

.google-btn:active {
  background: #1669F2;
}

.facebook-btn {
  width: 100%;
  height: 42px;
  background-color: #3B5499;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}

.facebook-btn .facebook-icon-wrapper {
  position: absolute;
  margin-top: 1px;
  margin-left: 1px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  color: #fff;
}

.facebook-btn .facebook-icon {
  position: absolute;
  margin-top: 8px;
  margin-left: 12px;
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.facebook-btn .btn-text {
  float: right;
  margin: 11px 11px 0 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-family: "Roboto";
  width: calc(100% - 50px);
  text-align: center;
}

.facebook-btn:hover {
  -webkit-box-shadow: 0 0 6px #3B5499;
          box-shadow: 0 0 6px #3B5499;
}

.facebook-btn:active {
  background: #1669F2;
}

.microsoft-btn {
  width: 100%;
  height: 42px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}

.microsoft-btn .microsoft-icon-wrapper {
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  color: #fff;
}

.microsoft-btn .microsoft-icon {
  position: absolute;
  margin-top: 8px;
  margin-left: 12px;
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.microsoft-btn .btn-text {
  float: right;
  padding: 10px 0px;
  color: #5e5e5e;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-family: "Segoe UI", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  width: calc(100% - 50px);
}

.microsoft-btn:hover {
  -webkit-box-shadow: 0 0 6px #3B5499;
          box-shadow: 0 0 6px #3B5499;
}

.microsoft-btn:active {
  background: #1669F2;
  color: #fff;
}

.line-with-words {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 40px;
}

.line-with-words span {
  background: #fff;
  padding: 0 10px;
}

.content {
  margin-bottom: 200px;
}

.footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-top: 1px solid #EBEDF3;
}

