@charset "UTF-8";
@font-face {
  font-family: poppins;
  src: url(https://fonts.google.com/specimen/Poppins);
}

/*orientation universal styling*/
body {
  background-color: #f2f2f2;
  margin-bottom: 150px;
  font-family: poppins;
}
h1, h2 {
  font-family: poppins;
}
header, footer {
  z-index: 1;
}
a {
  text-decoration: underline;
  color: #0C416A;
}

/*---------HEADER---------*/
.mobile-nav-bar {
  background-color: #AED5DE;
  border-radius: 0px 0px 10px 10px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
  position: sticky;
  top: 0;
}
#title-bar-app-name, img {
  scale: 85%;
  padding-left: 2px;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.1));
}
.title-bar-icon {
  scale: 110%;
  background-color: #024C6A;
  padding: 6px;
  border-radius: 50%;
}

/*--Patiëntdossier inhoud--*/
#terugKnop {
  display: inline-block;
  background-color: #bbdce9;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0px 0px 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#paginaTitel {
  font-size: 30px;
  font-weight: 600;
  color: #303030;
  margin: 5px 0px 0px 10px;
}

/*------Patiënt card------*/
.people-you-might-know {
  background-color: #e3e7e9;
  margin: 10px 10px 15px 10px;
  padding-bottom: 5px;
  border-radius: 10px;
}
.people-you-might-know .about-people {
  display: flex;
  align-items: flex-start;
}
.people-you-might-know .about-people .avatar-image {
  width: 7.5rem;
  height: 7.5rem;
  margin-top: 5px;
  border-radius: 50%;
}
.people-you-might-know .about-people .about-people-author .author-name {
  color: #4A4A4A;
  margin: 0px 0px 0px 5px;
  padding-top: 10px;
  font-size: larger;
  font-weight: 600;
}
.people-you-might-know .about-people .about-people-author .author-location,
.people-you-might-know .about-people .about-people-author .author-mutual, 
.people-you-might-know .about-people .about-people-author .patiënt-diagnose {
  color: #4A4A4A;
  margin-bottom: 0;
  font-size: 12px;
  padding: 4px;
}

/*-----informatie tabs-----*/
#patiëntTabbladen {
      margin: 10px;
}
.tabs {
      display: flex;
      justify-content: space-between;
}
.tabs-title {
      flex: 1;
      text-align: center;
}
.tabs-title a {
      display: block;
      padding: 10px;
      text-decoration: none;
      color: #505050;
      font-weight: bold;
      background-color: #f6fcffde;
      border-radius: 10px 10px 0px 0px;
}
.tabs-title.is-active a {
      background-color: #e3e7e9;
      color: #3b3b3b;
      font-weight: 800;
}
.tabs-content .tabs-panel {
      display: none;
      background-color: transparent;
}
.tabs-content .tabs-panel.is-active {
      display: block;
      background-color: #e3e7e9;
      border-radius: 0px 0px 10px 10px;
}
.behandelTegel {
      background-color: #d0d9dd;
      display: inline-block;
      padding: 5px 10px 5px 5px;
      border-radius: 5px;
      font-size: 12px;
      font-weight: 500;
}
.beleidJa {
      background-color: #bbf5b2;
      margin: 0px 5px 5px 0px;
}
.beleidNee {
      background-color: #EA7B7B;
      margin: 0px 5px 5px 0px;
}
.allergie {
  margin: 10px 5px 5px 0px;
}
#persoonsgegevensTab dt {
      font-size: 15px;
}
.persoonsgegevensTegel {
      background-color: #d0d9dd;
      display: inline-block;
      padding: 5px;
      border-radius: 5px;
      margin-bottom: 15px;
      font-size: 13px;
}
.bestandenButton {
      display: flex;
      justify-content: space-between;
      background: #bbdce9;
      border-radius: 8px;
      padding: 7.5px 10px;
      margin-bottom: 10px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.icon {
      font-size: 18px; /* Size of the icon */
      margin-right: 10px;
      color: black;
}
.text {
      flex: 1;
      font-size: 13px;
      font-weight: bold;
      color: black;
}
.arrow {
      font-size: 20px;
      color: black;
}   
    
/*-----vitale waardes------*/
.cell {
  background: #e3e7e9;
  margin-bottom: 15px;
  padding: 0px 10px 0px 10px;
  border-radius: 10px;
  height: 115px;
}
.cell h1 {
  padding: 10px 0px 5px 0px;
  margin-bottom: 2px;
  color: rgb(50, 50, 50);
  font-weight: bold;
  text-align: start;
  font-size: 11px;
}
.vitaal-tegel-waarde {
  background-color: #ced1d3;
  text-align: center;
  padding: 5px 7.5px 5px 7.5px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
}
.slechte-waarde {
  background-color: #EA7B7B;
}
.goede-waarde {
  background-color: #bbf5b2;
}
.vitaal-tegel-inzien {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  background-color: #a6d6e9;
  margin-top: 7.5px;
  padding: 7.5px 19.5px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/*overzicht zoekbalk*/
#searchbarTip {
  font-size: 12.5px;
  font-weight: 500;
  color: #505050;
}
.mobile-app-message-bar {
  margin-bottom: 15px;
  display: flex;
}
.mobile-app-message-bar .message-input {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mobile-app-message-bar .message-input input[type='text'] {
  border-radius: 0.625rem;
  margin: 0;
}
.visuallyHidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/*overzicht patiëntTegel*/
.patiëntenlijstContainer {
  max-height: 500px;
  overflow: scroll;
}
.button-container {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.profile-pic {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}
.profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.info {
  flex-grow: 1;
}
.naam {
  margin: 0px 0px 0px 5px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.locatie {
  margin: 0;
  font-size: 14px;
  color: #555;
}
.pijlte {
  padding: 10px;
  background-color: #bbdce9;
  border-radius: 50%;
}

/*---------Footer---------*/
.mobile-app-icon-bar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #AED5DE;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  z-index: 1;
  filter: drop-shadow(0px -4px 8px rgba(0, 0, 0, 0.1));
}
.mobile-app-icon-bar-navigation {
  scale: 125%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #000;
}
#mobile-app-icon-bar-middle-button {
  background-color: #024C6A;
  border-radius: 50%;
  padding: 12px;
  position: relative;
  top: -27.5px;
}
#mobile-app-icon-bar-middle-text {
  font-size: 11px;
  font-family: poppins;
  font-weight: 500;
  margin-top: -30px;
}
.mobile-app-icon-bar button {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  scale: 150%;
}
.mobile-app-icon-bar-text {
  font-size: 11px;
  font-family: poppins;
  font-weight: 500;
  margin-top: -4px;
}

/*---------Start---------*/
.startInformatie {
  margin: 10px 2px;
}
.startInfoItem {
  background: #e3e7e9;
  padding: 10px;
  margin: 10px 10px 0px 10px;
  border-radius: 10px;
}
.startHeading {
  font-weight: 600;
  margin-bottom: -2.5px;
}
.startInformatie img {
  border: 0px;
}

/*vertical specific styling*/
@media (orientation: portrait) {
  .mobile-nav-bar {
    padding: 30px 30px 20px 30px;
  }
  #vitaalContainer {
    margin: 10px;
  }
  .persoonsgegevensInformatieTegel {
    display: block;
    margin-right: 10px;
  }
  .mobile-app-icon-bar {
    padding: 1rem 0;
  }
}

/*horizontal specific styling*/
@media (orientation: landscape) {
  .mobile-nav-bar {
    padding: 20px 50px 15px 50px;
  }
  .persoonsgegevensInformatieTegel {
    display: inline-block;
    margin-right: 15px;
  }
  .button-container {
    display: inline-flex;
    margin-right: 15px;
  }
  .mobile-app-icon-bar-navigation {
    padding: 10px;
  }
}

