body {
  color: #52555b !important;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-group-item {
  color: #52555b !important;
}

.div-eggplant {
  background: #3d1152;
  height: 100vh;
}

.qr-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -92px;
  margin-left: -92px;
}

.borderless li {
  border: 0 none !important;
  padding: 0.3rem 0.3rem 0.25rem 2.3rem !important;
  list-style-position: inside;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a:link {
  color: #52555b;
  text-decoration: none;
}
a:active {
  color: #52555b;
  text-decoration: none;
}

a:visited {
  color: #52555b;
  text-decoration: none;
}

a:hover {
  color: #3d1952;
  text-decoration: none;
}

hr.dotted {
  border-top: 3px dotted #cccccc;
}
h1,
h2,
h3,
h4 {
  text-shadow: 0 0 1px #e9e9e9, 0 0 2px #cccccc;
}
h2 {
  color: #000000;
}
.company {
  width: 100%;
  height: 185px;
  background: linear-gradient(#2b5088, #191a52);
  background-repeat: no-repeat;
  background-position: center top;
}
.avatar {
  border-radius: 50%;
  position: absolute;
  top: 100px;
  width: 165px;
  height: 150px;
}
.avatar {
  /* background-image: url("../../assets/images/no-avatar.png"); */
  background-repeat: no-repeat;
  background-position: center;
}

.profile {
  border-radius: 50%;
}

.title {
  margin-top: 90px;
}
.info {
  width: 460px;
}
