@import url(https://fonts.googleapis.com/css2?family=Poppins);
body p {
  font-family: "IBM Plex Sans", sans-serif;
}
body .navigation-top {
  background: none;
}
body .navigation-top .breadcrumb {
  background: none;
  padding: 0.75rem 1rem 0 0;
  text-align: right;
  margin-right: 1rem;
  justify-content: flex-end;
}
body .btn.btn-info {
  color: #ffffff;
}
body .selected-image {
  width: 25px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center;
}
body .selected-image[data-img=euro-sign] {
  background-image: url("/images/quickdata/euro-sign.png");
}
body .selected-image[data-img=aim] {
  background-image: url("/images/quickdata/aim.png");
}
body .selected-image[data-img=activities] {
  background-image: url("/images/quickdata/activities.png");
}
body .selected-image[data-img=job-description] {
  background-image: url("/images/quickdata/job-description.png");
}
body .selected-image[data-img=layout] {
  background-image: url("/images/quickdata/layout.png");
}
body .selected-image[data-img=team] {
  background-image: url("/images/quickdata/team.png");
}
body .documentation-content--box {
  min-height: 82px;
  font-size: 15px;
  padding: 19px 30px 19px 100px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  line-height: 18px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .documentation-content--box .documentation-content--box---title {
  display: inline-block;
  width: 85%;
  overflow: hidden;
  line-height: 23px;
  color: #464646;
  font-weight: bold;
  font-family: "Poppins", sans-sarif;
  font-size: 16px;
  letter-spacing: 0.32px;
}
body .documentation-content--box .documentation-content--box---button {
  background-color: #015BFA;
  color: #ffffff;
  border-radius: 5px;
  width: 105px;
  height: 45px;
  display: inline-block;
  float: right;
  text-decoration: none;
  line-height: 45px;
  text-align: center;
}
