.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('/images/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  background-color: #f6f8fb;
  font-family: Inter, sans-serif;
  color: #7a7d7f;
  font-size: 15px;
  line-height: 21px;
}

a {
  text-decoration: underline;
}

.logo {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
}

.menu-icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  float: left;
  opacity: 0.5;
}

.menu-icon.patients {
  background-image: url('/images/ic-patients.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.menu-icon.requests {
  background-image: url('/images/ic-waiting-room.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.menu-icon.settings {
  background-image: url('/images/ic-settings.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.menu-icon.logout {
  background-image: url('/images/ic-logout-hover.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  opacity: 1;
}

.menu-icon.notification {
  background-image: url('/images/ic-notification-box.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.menu-icon.inpatient {
  background-image: url('/images/ic-inpatient.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.menu-icon.diagnostics {
  background-image: url('/images/ic-labs.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.username {
  margin-bottom: 2px;
  color: #182430;
  font-size: 17px;
  font-weight: 500;
}

.navbar-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1999;
  display: none;
  overflow: hidden;
  background-color: rgba(29, 34, 39, 0.86);
}

.facility-name {
  color: #7a7d7f;
}

.nav-user-profile {
  position: fixed;
  top: 60px;
  z-index: 10;
  width: 19.9%;
  height: 170px;
  padding: 24px 32px;
  border-bottom: 1px solid #d0d5e2;
  background-color: #fff;
  text-align: left;
}

.nav-user-profile.components {
  position: relative;
  width: 100%;
}

.navbar-content-wrapper {
  position: relative;
  top: 230px;
  height: 75.5%;
  background-color: #fff;
}

.nav-link {
  display: block;
  width: 100%;
  padding: 24px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #000;
  text-decoration: none;
}

.nav-link:hover {
  background-color: #f6f8fb;
}

.nav-link.w--current {
  background-color: #f6f8fb;
  color: #000;
}

.nav-link.null {
  display: none;
}

.navbar-label {
  margin-top: 2px;
  float: left;
  text-transform: capitalize;
}

.brand-icon {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  float: left;
  background-color: #1d368b;
  background-image: url('/images/Logo_MedTrack.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.navbar-menu-wrapper {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-bottom: 180px;
  background-color: #fff;
}

.navbar-column {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2000;
  width: 20%;
  height: 100%;
  border-right: 1px solid #d0d5e2;
  background-color: #fff;
}

.navbar-menu-button {
  position: relative;
  display: none;
  width: 50px;
  height: 50px;
  margin-left: auto;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('/images/menu-03.svg');
  background-position: 0% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.brand-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 20%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3952a6;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.user-avatar {
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
  border-radius: 50%;
  background-color: rgba(24, 36, 48, 0.1);
  background-image: url('/images/avatar_patient_default.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
}

.user-avatar.upload {
  background-image: url('/images/MedTrack_Nurse_User_01.jpeg'), url('/images/avatar_patient_default.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.content-column {
  position: relative;
  width: 80%;
  height: 100vh;
  margin-left: auto;
}

.content-column.sidebar {
  width: 60%;
  margin-right: auto;
}

.container {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-left: auto;
}

.container.sidebar {
  margin-left: 0px;
}

.title-bar {
  position: fixed;
  z-index: 1000;
  width: 80%;
  height: 60px;
  border-bottom: 1px solid #d0d5e2;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.06);
}

.title-bar.sidebar {
  width: 60%;
}

.title-bar-block {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.title-bar-block.report-details {
  max-width: none;
  padding-right: 16px;
  padding-left: 16px;
}

.nav-title-h1 {
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.button-primary {
  padding: 8px 16px;
  border-radius: 6px;
  background-color: #3952a6;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.button-primary:hover {
  background-color: #1d368b;
}

.button-primary.modal {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 20px;
}

.button-primary.modal.w--current {
  background-color: #3952a6;
}

.button-primary.confirm {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-primary.set {
  position: relative;
  margin-left: auto;
  padding: 4px 16px;
  font-size: 13px;
}

.button-primary.tasks {
  position: absolute;
  left: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 4px;
  margin-bottom: 5px;
  float: right;
  font-size: 13px;
}

.button-primary.selector {
  margin-bottom: 0px;
  margin-left: auto;
  padding: 4px 12px;
  border: 1px none #000;
}

.button-primary.title {
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-primary.login {
  width: 100%;
  min-height: 54px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
}

.button-primary.sign-out {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #e45151;
  font-size: 16px;
  line-height: 20px;
}

.button-primary.sign-out:hover {
  background-color: #cc3d3d;
}

.button-primary.sign-out.w--current {
  background-color: #3952a6;
}

.button-primary.diagnosis {
  margin-left: auto;
  float: right;
  font-size: 13px;
}

.button-primary.add-diagnosis {
  padding: 4px 12px;
  float: right;
  font-size: 13px;
}

.button-primary.add-diagnostics {
  margin-left: auto;
  float: right;
  font-size: 13px;
}

.button-primary.pharmacy-select {
  margin-left: auto;
  float: right;
  font-size: 13px;
}

.button-primary.upload {
  margin-top: 16px;
  font-size: 13px;
}

.button-primary.action {
  margin-left: auto;
  padding: 2px 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
}

.button-primary.emtpy-state {
  position: relative;
  margin-top: 16px;
  margin-left: auto;
  padding: 4px 16px;
  font-size: 13px;
}

.component-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.component-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  background-color: #f6f8fb;
}

.component-body {
  padding: 92px 32px 32px;
}

.button-secondary {
  margin-top: 8px;
  padding: 8px 16px;
  float: none;
  border: 1px solid #d0d5e2;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  color: #000;
  text-align: center;
  text-transform: capitalize;
}

.button-secondary:hover {
  background-color: #f6f8fb;
}

.button-secondary.modal {
  width: 100%;
  margin-top: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #e45151;
  font-size: 16px;
  line-height: 20px;
}

.button-secondary.decline {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #e45151;
}

.button-secondary.set {
  position: relative;
  display: none;
  margin-top: 0px;
  margin-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.button-secondary.set-medication {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f8fb;
  text-align: center;
}

.button-secondary.notification {
  display: none;
  padding: 6px 8px;
  float: right;
  font-size: 13px;
  line-height: 19px;
  text-transform: none;
}

.button-secondary.title {
  position: absolute;
  left: auto;
  top: 8px;
  right: 32px;
  bottom: auto;
  margin-top: 0px;
  padding: 4px 8px;
  float: right;
  font-size: 13px;
}

.button-secondary.notes {
  position: absolute;
  left: auto;
  top: 8px;
  right: 24px;
  bottom: auto;
  margin-top: 0px;
  padding: 4px 8px;
  float: right;
  font-size: 13px;
}

.component-h4 {
  margin-bottom: 4px;
  color: #182430;
  font-weight: 500;
  text-transform: capitalize;
}

.component-description {
  color: #7a7d7f;
  font-size: 14px;
  line-height: 18px;
}

.component-description-block {
  padding: 16px 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fff;
}

.component-element-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f8fb;
}

.component-element-block.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.component-element-block.unit {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.component-element-block.tasks {
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.component-element-block.notification {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-container {
  overflow: hidden;
  width: 100%;
  margin-bottom: 32px;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.content-container.search {
  border-style: none;
}

.content-container.care-plan {
  overflow: hidden;
}

.content-container.crumps {
  overflow: hidden;
  border-style: none;
  box-shadow: none;
}

.content-container.null {
  display: none;
}

.content-container.investigation.null {
  display: none;
}

.content-container.search-list {
  position: relative;
  z-index: 1;
  overflow: visible;
  border-style: none;
}

.content-container.tab {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.content-container.diagnostics {
  border-style: none;
  box-shadow: none;
}

.search-wrapper {
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-radius: 9px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.search-wrapper.expand {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.search-wrapper.modal-search {
  border: 1px solid #d0d5e2;
}

.search-input {
  width: 100%;
  min-height: 64px;
  margin-bottom: 0px;
  padding: 24px 32px 24px 54px;
  border-radius: 8px;
  background-image: url('/images/ico-search-md.svg');
  background-position: 24px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #182430;
  font-size: 17px;
}

.search-input:hover {
  border-color: #00b066;
}

.search-input:focus {
  border-color: #00b066;
}

.search-input.expand {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(208, 213, 226, 0);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.search-input.expand:hover {
  border-color: #00b066;
}

.search-input.expand:focus {
  border-color: #00b066;
}

.data-container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  height: 100%;
  padding: 92px 32px 96px;
}

.data-container.review-canvas {
  padding: 60px 0px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 248, 251, 0.96)), to(rgba(246, 248, 251, 0.96))), url('/images/png-transparent-diagonal-lines-pattern.png');
  background-image: linear-gradient(180deg, rgba(246, 248, 251, 0.96), rgba(246, 248, 251, 0.96)), url('/images/png-transparent-diagonal-lines-pattern.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 240px;
}

.patient-list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -1px;
  padding: 16px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #f1f3f7;
  border-bottom: 1px solid #f1f3f7;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.patient-list-block:hover {
  background-color: #f6f8fb;
}

.patient-avatar {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #dfe8f2;
  background-image: url('/images/avatar_patient_default.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px rgba(24, 36, 48, 0.1);
}

.patient-avatar.henry {
  background-image: url('/images/MedTrack_User_Male_03.jpeg'), url('/images/avatar_patient_default.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.patient-avatar.brandon {
  background-image: url('/images/MedTrack_User_Male.jpeg'), url('/images/avatar_patient_default.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.patient-avatar.stephanie {
  background-image: url('/images/MedTrack_User_Female_03.jpeg'), url('/images/avatar_patient_default.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.detail-list-block {
  float: left;
}

.patient-name {
  color: #182430;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
}

.patient-id {
  margin-top: 2px;
  color: #7a7d7f;
  text-decoration: none;
}

.nav-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.nav-icon.float-right {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  float: right;
  background-image: url('/images/ic_chevron_right.svg');
  background-position: 100% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
}

.nav-icon.float-right.vitals {
  margin-top: 0px;
  margin-bottom: 0px;
  background-size: 6px;
}

.nav-icon.float-right.expand-diagnosis {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('/images/ic-expand.svg');
  background-size: 16px;
}

.nav-icon.back {
  width: 50px;
  height: 100%;
  background-image: url('/images/ic_arrow_back.svg');
  background-position: 0% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.nav-icon.crumpls {
  width: 20px;
  height: 20px;
  background-image: url('/images/home-line.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.nav-icon.empty {
  width: 50px;
  height: 100%;
}

.nav-icon.expand {
  width: 50px;
  height: 100%;
}

.nav-icon.sidebar-expand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 50px;
  height: 100%;
  background-image: url('/images/expand-right.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-icon.notification {
  width: 50px;
  height: 100%;
}

.nav-icon.delete {
  margin-left: auto;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/images/x-close.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.nav-icon.delete.vitals {
  margin-top: 0px;
  margin-bottom: 0px;
  background-size: 6px;
}

.list-container {
  overflow: hidden;
  border-radius: 8px;
}

.modal-default {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 80%;
  margin-left: auto;
  padding: 104px 16px 56px;
  background-color: rgba(29, 34, 39, 0.86);
}

.text-field {
  min-height: 46px;
  margin-bottom: 2px;
  padding: 8px 16px;
  border: 1px solid #d0d5e2;
  border-radius: 6px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.text-field:hover {
  border-color: #00b066;
}

.text-field:focus {
  border-color: #00b066;
}

.text-field.tasks {
  margin-bottom: 0px;
  padding-right: 100px;
  border-radius: 8px 9px 9px 8px;
  text-align: left;
}

.modal-block {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: #fff;
}

.modal-block.facilities {
  max-width: 680px;
  margin-bottom: 16px;
}

.modal-block.facilities-selected {
  max-width: 680px;
  margin-bottom: 16px;
}

.patient-modal-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f1f3f7;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.patient-profile-avatar {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  border-radius: 50%;
  background-color: #f6f8fb;
  background-image: url('/images/avatar_patient_default.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px rgba(24, 36, 48, 0.1);
}

.patient-profile-avatar.henry {
  background-image: url('/images/MedTrack_User_Male_03.jpeg');
}

.modal-list-block {
  display: block;
  padding: 16px 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f1f3f7;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.modal-list-block:hover {
  background-color: #f6f8fb;
}

.patient-info-icon {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.5;
}

.patient-info-icon.phone {
  background-image: url('/images/ic-phone.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.patient-info-icon.gender {
  background-image: url('/images/ic-gender.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.facility-info-data {
  margin-left: 16px;
  float: left;
}

.label-h2 {
  margin-bottom: 2px;
  float: none;
  color: #7a7d7f;
}

.label-h2.sidebar {
  margin-bottom: 0px;
  font-size: 14px;
}

.label-h1 {
  color: #182430;
}

.label-h1.sidebar {
  font-size: 14px;
}

.modal-item-wrapper {
  overflow: hidden;
  padding: 16px;
  text-align: left;
}

.modal-item-wrapper.instructions {
  padding: 24px 32px;
}

.modal-item-wrapper.vitals {
  display: block;
  padding: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-item-wrapper.input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 32px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-item-wrapper.notes-form {
  padding: 8px;
}

.modal-item-wrapper.item-list {
  width: 100%;
  padding: 0px;
  float: none;
}

.modal-item-wrapper.set-medication {
  padding-right: 32px;
  padding-bottom: 0px;
  padding-left: 32px;
  border-top: 1px solid #f1f3f7;
  border-bottom: 1px solid #f1f3f7;
}

.modal-item-wrapper.diadnosis {
  padding-right: 24px;
  padding-left: 24px;
  background-color: #f6f8fb;
}

.modal-item-wrapper.patient-status {
  padding: 16px 32px;
}

.modal-item-wrapper.recorded {
  position: relative;
  padding-top: 8px;
  background-color: #fff;
}

.modal-item-wrapper.diagnostics {
  border-bottom: 1px solid #d0d5e2;
  background-color: #f6f8fb;
}

.modal-item-wrapper.list {
  padding: 0px;
}

.modal-item-wrapper.careplan {
  padding: 32px;
}

.modal-item-wrapper.diagnostics-type {
  background-color: #f6f8fb;
}

.modal-item-wrapper.set-prescription {
  border-top: 1px solid #f1f3f7;
  border-bottom: 1px solid #f1f3f7;
  background-color: #f6f8fb;
}

.modal-item-wrapper.new-drug {
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
  border-top: 1px solid #f1f3f7;
  border-bottom: 1px solid #f1f3f7;
  background-color: #fff;
}

.patient-info-block {
  float: left;
}

.modal-action-block {
  padding: 32px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #f2f3f6;
}

.title-block {
  position: relative;
  padding: 12px 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #f6f8fb;
  color: #182430;
  font-size: 14px;
  font-weight: 500;
}

.heading-title {
  float: left;
  text-transform: capitalize;
}

.unit-wrapper {
  padding: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
}

.unit-wrapper.notes {
  padding: 24px;
}

.unit-wrapper.medication {
  padding-top: 16px;
  padding-bottom: 16px;
}

.unit-wrapper.tasks {
  padding: 8px 16px 16px;
  background-color: #f6f8fb;
}

.unit-wrapper.task-list {
  padding: 16px 16px 8px;
}

.unit-wrapper.vital-list {
  padding: 16px;
}

.unit-wrapper.completed {
  padding-bottom: 48px;
  text-align: center;
}

.unit-wrapper.diagnosis {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #f1f3f7;
}

.unit-wrapper.investigation {
  padding: 16px;
  background-color: #f6f8fb;
}

.unit-wrapper.investigation.diagnosis {
  padding-right: 32px;
  padding-left: 32px;
  border-top: 1px solid #f1f3f7;
}

.unit-wrapper.header {
  padding: 16px;
  border-radius: 0px;
}

.unit-wrapper.recorded {
  padding: 16px;
  border-top: 1px solid #f1f3f7;
  border-radius: 0px;
  background-color: #fff;
}

.unit-wrapper.recorded.attachment {
  background-color: #f6f8fb;
}

.unit-wrapper.exams-notes {
  padding: 16px;
  border-radius: 0px;
}

.unit-wrapper.prescription {
  padding-top: 16px;
  padding-bottom: 8px;
  border-top: 1px solid #f1f3f7;
}

.unit-wrapper.recorded-multi {
  padding: 16px 16px 8px;
  border-top: 1px solid #f1f3f7;
  border-radius: 0px;
  background-color: #fff;
}

.unit-wrapper.null {
  display: none;
}

.unit-wrapper.exams-history {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.unit-wrapper.attachments {
  padding: 16px;
}

.unit-wrapper.recorded-labs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px 4px 16px;
  border-top: 1px solid #f1f3f7;
  border-radius: 0px;
  background-color: #f6f8fb;
}

.unit-wrapper.recorded-labs.attachment {
  background-color: #f6f8fb;
}

.unit-wrapper.recorded-labs.empty {
  padding: 16px;
}

.unit-wrapper.diagnosis-investigation {
  padding: 16px;
  border-top: 1px solid #f1f3f7;
}

.unit-wrapper.diagnosis-investigation.diagnosis {
  padding-right: 32px;
  padding-left: 32px;
  border-top: 1px solid #f1f3f7;
}

.grid-unit {
  overflow: hidden;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-radius: 8px;
  background-color: #f6f8fb;
}

.unit-field-wrapper {
  margin-bottom: 0px;
  float: left;
}

.unit-field-label {
  margin-bottom: 6px;
  color: #182430;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.unit-field-label.unit {
  color: #182430;
}

.unit-field-input {
  position: relative;
  width: 50%;
  min-height: 38px;
  margin-bottom: 0px;
  padding: 8px 12px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  color: #182430;
  font-weight: 500;
  text-align: center;
}

.unit-field-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 200ms ease, border-color 200ms ease;
  transition: box-shadow 200ms ease, border-color 200ms ease;
}

.unit-field-block:hover {
  border-color: #00b066;
  box-shadow: 0 0 0 2px rgba(0, 176, 102, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.unit-field-block:active {
  outline-color: rgba(0, 176, 102, 0.1);
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.unit-field-block:focus {
  border-color: #00b066;
  box-shadow: 0 0 0 2px rgba(0, 176, 102, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.unit-field-block:focus-visible {
  box-shadow: 0 0 0 2px rgba(0, 176, 102, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.unit-field-block[data-wf-focus-visible] {
  box-shadow: 0 0 0 2px rgba(0, 176, 102, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.unit-field-block.multi-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.unit-field-block.multi-right {
  border-left-style: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.unit-field-unit {
  position: relative;
  display: inline-block;
  min-height: 38px;
  min-width: 50%;
  margin-bottom: 0px;
  padding: 8px 12px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: #f6f8fb;
  text-align: center;
}

.unit-unit-label {
  color: #7a7d7f;
}

.unit-unit-label.records {
  color: #182430;
}

.unit-unit-label.unit-records {
  opacity: 0.75;
}

.unit-field-block-multi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.unit-field-block-multi:focus {
  border-color: #00b066;
  outline-color: rgba(0, 176, 102, 0.1);
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 3px;
}

.input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #182430;
}

.input-field:hover {
  border-color: #00b066;
}

.input-field:focus {
  border-color: #00b066;
}

.input-field.area {
  max-width: 630px;
  min-height: 160px;
  margin-bottom: 0px;
  padding: 16px;
}

.input-field.area.history-notes {
  max-width: 680px;
}

.input-field.area.history-exams {
  max-width: 680px;
  min-height: 280px;
}

.input-field.area.treatment-plan {
  max-width: 680px;
}

.input-field.careplan-title {
  height: 52px;
  text-align: center;
}

.input-field.expand-52 {
  height: 52px;
}

.button-container {
  margin-right: auto;
  margin-left: auto;
}

.button-container.encounter {
  margin-top: 32px;
}

.sidebar-column {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  overflow: auto;
  width: 20%;
  height: 100%;
  padding-top: 60px;
  border-left: 1px solid #d0d5e2;
  background-color: #fff;
}

.content-container-track {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.content-container-track.diagnostic-details {
  max-width: none;
}

.side-nav-title {
  position: fixed;
  top: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 60px;
  padding: 16px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d0d5e2;
  background-color: #fff;
  text-align: center;
}

.patient-side-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d0d5e2;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.title-block-secondary {
  padding: 8px 16px;
  background-color: #f6f8fb;
  color: #182430;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.sidebar-scroll-track {
  height: 100%;
  padding: 8px 8px 32px;
}

.list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  padding: 12px 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #f1f3f7;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.list-block:hover {
  background-color: #f6f8fb;
}

.list-data-block {
  margin-left: 16px;
  float: left;
}

.sidebar-wrapper {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  color: #7a7d7f;
}

.sidebar-wrapper.padding {
  display: inline-block;
  padding: 16px;
}

.sidebar-wrapper.padding.diagnostics {
  padding-bottom: 8px;
}

.sidebar-wrapper.padding.attachments {
  padding-top: 8px;
  padding-bottom: 8px;
}

.sidebar-wrapper.vitals {
  padding: 8px 16px 16px;
}

.sidebar-content-container {
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.sidebar-nav-label {
  position: relative;
  z-index: 1000;
  color: #182430;
  font-weight: 500;
}

.title-bar-grid-back-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.5fr 1fr 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.title-grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-bar-grid-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.title-bar-grid-button {
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.empty-state {
  width: 100%;
  padding: 24px 16px;
  border: 1px dashed #d0d5e2;
  border-radius: 8px;
  background-color: #fff;
  color: #7a7d7f;
  font-size: 14px;
  text-align: center;
}

.empty-state.diagnosis {
  margin-top: 2px;
  border-style: solid;
  border-color: #f1f3f7;
  background-color: #f6f8fb;
}

.empty-state.diagnosis-h-e {
  width: 98%;
  margin: 8px auto;
}

.careplan-avatar {
  width: 42px;
  height: 42px;
  margin-right: 16px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #d0d5e2;
  border-radius: 50%;
  background-color: #f6f8fb;
  background-image: url('/images/file-03.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.careplan-avatar.modal {
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.careplan-pill {
  margin-left: auto;
  padding: 4px 12px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #d0d5e2;
  border-radius: 6px;
  background-color: #fff;
  color: #182430;
  font-size: 13px;
  line-height: 19px;
  cursor: pointer;
}

.careplan-list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -1px;
  padding: 16px 16px 16px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #f1f3f7;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.careplan-list-block:hover {
  background-color: #f6f8fb;
}

.careplan-row-h2 {
  display: block;
  margin-bottom: 16px;
  color: #7a7d7f;
  font-size: 14px;
}

.medication-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.medication-block {
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.medication-prescription {
  padding: 16px 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #182430;
}

.medication-dosage {
  position: relative;
  padding: 12px 12px 12px 24px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #f6f8fb;
}

.medication-label-h1 {
  font-weight: 500;
}

.medication-count {
  color: #182430;
  font-size: 24px;
  line-height: 30px;
}

.medication-label-h2 {
  color: #7a7d7f;
}

.medication-label-h2.base-4 {
  margin-bottom: 4px;
}

.medication-coumn-02 {
  width: 90%;
  float: left;
}

.medication-coumn-01 {
  width: 10%;
  float: left;
}

.pill-badge {
  padding: 2px 8px;
  float: left;
  background-color: #f6f8fb;
  color: #7a7d7f;
  font-size: 14px;
  text-transform: capitalize;
}

.pill-badge.left {
  margin-right: 2px;
  padding-left: 10px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.pill-badge.left.route {
  background-color: #f9f5ff;
  color: #6941c6;
}

.pill-badge.left.freq {
  background-color: #fef3f2;
  color: #b42318;
}

.pill-badge.left.dur {
  background-color: #fffaeb;
  color: #b54708;
}

.pill-badge.left.admin {
  background-color: #e3f3e9;
  color: #027a48;
}

.pill-badge.right {
  padding-right: 10px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.pill-badge.right.route {
  background-color: #f9f5ff;
  color: #6941c6;
}

.pill-badge.right.freq {
  background-color: #fef3f2;
  color: #b42318;
}

.pill-badge.right.dur {
  background-color: #fffaeb;
  color: #b54708;
}

.pill-badge.right.admin {
  background-color: #e3f3e9;
  color: #027a48;
}

.pill-badge-block {
  margin-right: 8px;
  margin-bottom: 8px;
  float: left;
}

.pill-badge-wrapper {
  display: inline-block;
  margin-top: 12px;
}

.input-task-block {
  width: 100%;
  margin-bottom: 0px;
}

.input-form {
  position: relative;
}

.tasks-empty-state {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 8px;
  padding: 16px 64px 16px 32px;
  border-radius: 8px;
  background-color: #fff8e7;
  color: #7a4a02;
}

.tasks-empty-state-h2 {
  color: #a88652;
  font-size: 14px;
}

.tasks-empty-state-h1 {
  margin-bottom: 8px;
}

.tasks-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tasks-checkbox-label {
  margin-bottom: 0px;
}

.tasks-checkbox {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #d0d5e2;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.tasks-checkbox.w--redirected-checked {
  border-color: #00b066;
  background-color: #00b066;
  background-size: 12px;
}

.tasks-checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(0, 176, 102, 0.2);
}

.tasks-form {
  width: 100%;
  margin-right: 16px;
  float: left;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 12px 16px 12px 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #f6f8fb;
  color: #182430;
}

.tasks-count {
  margin-top: 0px;
  margin-right: 12px;
  float: left;
  color: #d0d5e2;
  font-weight: 400;
}

.medication-dosage-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-selector {
  padding: 0px 20px 0px 0px;
  color: #fff;
}

.button-selector-icon {
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.button-selector-list-wrapper.w--open {
  padding: 4px;
  border: 1px solid #d0d5e2;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.button-selector-options {
  padding: 8px 16px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #7a7d7f;
}

.button-selector-options:hover {
  background-color: #f6f8fb;
}

.vitals-record-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #182430;
  cursor: pointer;
}

.vitals-record-block:hover {
  background-color: #f6f8fb;
}

.vital-record-label {
  float: left;
}

.vitals-avatar {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #d0d5e2;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/images/ic-activity.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.notes-form-block {
  margin-bottom: 0px;
}

.encounter-list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #f1f3f7;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.encounter-list-block:hover {
  background-color: #f6f8fb;
}

.encounter-list-block.sidebar {
  padding: 12px 16px;
  border-bottom-style: none;
}

.list-label-h1 {
  color: #182430;
  font-weight: 500;
  text-transform: capitalize;
}

.list-label-h2 {
  margin-top: 2px;
  float: none;
  color: #7a7d7f;
}

.encounter-icon {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #d0d5e2;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/images/file-05.svg');
  background-position: 51% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.encounter-icon.h-e {
  background-image: url('/images/ic-HE-Findings.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.encounter-icon.diagnostics {
  background-image: url('/images/ic-labs.svg');
  background-position: 54% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.encounter-icon.prescriptions {
  background-image: url('/images/ic-pill.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.encounter-icon.facility {
  background-image: url('/images/ic-facility.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.modal-title-block {
  padding: 8px 24px;
  background-color: #f6f8fb;
  color: #182430;
  font-size: 14px;
}

.modal-title-block.investigation-type {
  padding-top: 16px;
  padding-left: 16px;
  background-color: #fff;
}

.selector-mask {
  overflow: hidden;
  border-radius: 6px;
}

.modal-h1 {
  margin-bottom: 8px;
  color: #182430;
  font-size: 21px;
  line-height: 28px;
}

.modal-h2 {
  color: #7a7d7f;
}

.completed-badge {
  width: 64px;
  height: 64px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  border: 1px solid #d0d5e2;
  border-radius: 50%;
  background-image: url('/images/check.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.sidebar-physician-block {
  padding: 8px 16px;
  background-color: #f6f8fb;
  color: #182430;
}

.sidebar-physician-h1 {
  margin-top: 4px;
  float: left;
  color: #182430;
  font-size: 14px;
  font-weight: 500;
}

.sidebar-physician-h2 {
  margin-top: 3px;
  margin-left: 4px;
  padding: 2px 4px;
  float: left;
  border: 1px solid #d0d5e2;
  border-radius: 5px;
  background-color: #fff;
  color: #182430;
  font-size: 12px;
  line-height: 16px;
}

.diagnostic-pill {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px 16px;
  float: left;
  border-radius: 30px;
  background-color: #3952a6;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}

.attachment-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.attachmen-icon {
  width: 38px;
  height: 38px;
  margin-right: 12px;
  float: left;
  border: 1px solid #d0d5e2;
  border-radius: 6px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.attachment-detail-block {
  float: left;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.end {
  width: 10px;
  height: 10px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #d0d5e2;
  border-radius: 50%;
  background-color: #f6f8fb;
}

.modal-close {
  position: absolute;
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
  z-index: 10;
  width: 32px;
  height: 32px;
  border: 1px solid #d0d5e2;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/images/x-close.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.modal-close:hover {
  background-color: #f6f8fb;
}

.sidebar-visit-record {
  border-bottom: 1px solid #d0d5e2;
  background-color: #fff;
}

.modal-bkg-vitals {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 80%;
  margin-left: auto;
  padding: 104px 16px 56px;
  background-color: rgba(29, 34, 39, 0.86);
}

.breadcrumps-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-right: 8px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.breadcrumps-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 8px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #7a7d7f;
  text-decoration: none;
}

.breadcrumps-link-block:hover {
  background-color: #f6f8fb;
}

.breadcrumps-link-block.w--current {
  color: #182430;
}

.breadcrumps-link-block.home {
  padding-left: 12px;
}

.breadcrumps-label {
  text-transform: capitalize;
}

.breadcrumps-seperator {
  position: relative;
  height: 100%;
  padding: 8px 4px;
  float: left;
  color: #d0d5e2;
  text-decoration: none;
}

.breadcrumps-link-wrapper {
  height: 100%;
  float: left;
}

.tasks-delete-block {
  width: 24px;
  height: 24px;
  margin-left: auto;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #d0d5e2;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.tasks-delete-block:hover {
  background-color: #f6f8fb;
}

.tasks-form-block-added {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.date-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.register-form-wrapper {
  margin-bottom: 0px;
}

.tool-tip-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  display: none;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.success-message {
  padding: 64px 10%;
  border-radius: 6px;
  background-color: #00b066;
  color: hsla(0, 0%, 100%, 0.82);
  font-size: 16px;
}

.register-input-field {
  min-height: 50px;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.register-input-field:hover {
  border-color: #00b066;
}

.register-input-field:focus {
  border-color: #00b066;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.register-input-field.phone-register {
  color: #182430;
}

.register-input-field.id {
  text-align: center;
}

.register-selector {
  min-height: 50px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #afc5db;
  border-radius: 8px;
  background-color: #d3e0ee;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  color: #182430;
}

.register-selector:hover {
  border-color: #00b066;
}

.register-selector:focus {
  border-color: #00b066;
}

.phone-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tool-tip-block {
  position: relative;
  margin-bottom: 8px;
}

.ghana-card-tip {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0.5em;
  box-shadow: 0 1px 1px 0 #929292, 0 20px 30px -10px rgba(0, 0, 0, 0.1);
}

.register-form-block {
  display: block;
  padding: 32px;
  background-color: #fff;
}

.field-label {
  margin-bottom: 8px;
  color: #182430;
  font-weight: 400;
  text-transform: capitalize;
}

.field-label.tool-tip {
  float: left;
}

.tool-tip-trigger {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-left: 8px;
  float: left;
  border-radius: 50%;
  background-color: #f6f8fb;
  background-image: url('/images/ico-information.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.52;
  cursor: pointer;
}

.tool-tip-trigger:hover {
  border-color: #00b066;
}

.error-message {
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(254, 88, 88, 0.42);
  border-radius: 2px;
  color: #fe5858;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
}

.register-input-block {
  margin-bottom: 24px;
}

.patient-medtrack-id {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 8px;
  background-color: #fff;
  color: #182430;
  font-weight: 500;
  text-align: center;
}

.patient-medtrack-id.label {
  padding-right: 16px;
  padding-left: 16px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #f6f8fb;
  color: #7a7d7f;
  font-weight: 400;
}

.patient-medtrack-id.id {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  letter-spacing: 1px;
}

.paitent-id-block {
  border-radius: 8px;
  text-align: center;
}

.id-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.tasks-delete-empty-state {
  position: absolute;
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  float: right;
  background-image: url('/images/x-close.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.ghana-card-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal-sidebar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: auto;
  width: 100%;
  padding: 104px 16px 54px;
  background-color: rgba(29, 34, 39, 0.86);
}

.medication-form-block {
  margin-bottom: 0px;
}

.title-bar-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #182430;
}

.title-bar-block.review-bar {
  max-width: none;
  padding-right: 16px;
  padding-left: 16px;
}

.navbar-menu-icon {
  display: none;
  width: 24px;
}

.navbar-menu-base {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19.95%;
  margin-top: 16px;
  padding: 16px 24px 16px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  background-color: #f6f8fb;
  box-shadow: none;
}

.support-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 8px;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  text-decoration: none;
}

.support-block:hover {
  background-color: #f6f8fb;
}

.logout-link {
  display: inline-block;
  width: 100%;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease, padding 150ms ease;
  transition: background-color 200ms ease, padding 150ms ease;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.logout-link:hover {
  padding-left: 4px;
  background-color: #f6f8fb;
  color: #e45151;
}

.logout-link.w--current {
  background-color: #f6f8fb;
  color: #000;
}

.support-h1 {
  display: none;
  margin-bottom: 4px;
  color: #182430;
  line-height: 20px;
  font-weight: 500;
}

.support-h2 {
  color: #7a7d7f;
  line-height: 20px;
}

.id-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.support-icon {
  width: 20px;
  height: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.support-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f8fb;
}

.support-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px 8px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-expand-track {
  width: 100%;
}

.careplan-title-form-block {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-encounter-bkg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: block;
  overflow: auto;
  width: 80%;
  margin-left: auto;
  padding: 104px 16px 54px;
  background-color: rgba(29, 34, 39, 0.86);
}

.field-form-block {
  width: 100%;
  margin-bottom: 0px;
}

.login-container {
  max-width: 460px;
  margin-right: auto;
  margin-left: auto;
}

.lgoin-section {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 220px 32px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-form-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0px;
  padding: 40px 32px 92px;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.input-block {
  margin-bottom: 24px;
}

.input-block.drug {
  margin-bottom: 0px;
  text-align: left;
}

.login-link {
  display: inline-block;
  color: #7a7d7f;
  text-decoration: none;
}

.heading {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #182430;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
}

.login-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #d0d5e2;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.06);
}

.login-brand-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  height: 60px;
  padding-right: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3952a6;
  background-image: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.passord-reset-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 12px 32px;
  background-color: #f6f8fb;
  font-size: 14px;
}

.notification-toast-wrapper {
  z-index: 1500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 360px;
  margin-top: 16px;
  margin-right: 16px;
  border-radius: 8px;
  background-color: #3b3b3b;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  cursor: pointer;
}

.notification-toast-wrapper:hover {
  background-color: #201e1e;
}

.notification-toast-wrapper.success {
  background-color: #00b066;
}

.notification-toast-wrapper.success:hover {
  background-color: #009959;
}

.notification-toast-wrapper.success.null {
  display: none;
}

.notification-toast-wrapper.warning {
  background-color: #e45151;
}

.notification-toast-wrapper.warning:hover {
  background-color: #cc2929;
}

.notification-toast-wrapper.warning.null {
  display: none;
}

.notification-ticker-icon {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 48px;
  padding: 12px 8px 12px 12px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.notification-ticker-info-block {
  display: block;
  padding: 12px 24px 12px 8px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notification-icon {
  width: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.notification-toast-action {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px 12px 8px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.notification-action-icon {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url('/images/Ico-Close.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.modal-log-out {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 100%;
  padding: 104px 16px 54px;
  background-color: rgba(29, 34, 39, 0.86);
}

.modal-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d0d5e2;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.modal-badge.sign-out {
  border-color: rgba(228, 81, 81, 0.1);
  background-color: rgba(228, 81, 81, 0.1);
}

.modal-badge-icon {
  width: 24px;
}

.notification-avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-right: 16px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #f6f8fb;
  box-shadow: 0 0 0 1px #d0d5e2;
}

.notfication-list-block {
  position: relative;
  display: block;
  width: 100%;
  margin-top: -1px;
  padding: 16px 24px 16px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #f1f3f7;
  border-bottom: 1px solid #f1f3f7;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.notfication-list-block:hover {
  background-color: #f6f8fb;
}

.notfication-list-block.read {
  border-left-color: #f6f8fb;
  background-color: #f6f8fb;
  opacity: 0.6;
}

.notification-label {
  color: #182430;
  font-weight: 500;
}

.notification-copy {
  margin-right: auto;
  margin-bottom: 4px;
  float: left;
  color: #7a7d7f;
  text-decoration: none;
  text-transform: capitalize;
}

.notification-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.notification-action-block {
  margin-left: auto;
  text-align: right;
}

.notification-timer {
  display: none;
  margin-left: auto;
  float: right;
  color: #7a7d7f;
}

.notification-content-block {
  margin-right: 16px;
}

.notification-indicator {
  display: inline-block;
  margin-top: 4px;
  margin-left: 8px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 30px;
  background-color: #e45151;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
}

.save-status {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 59px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #f1f3f7;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.save-status:hover {
  background-color: #f6f8fb;
}

.save-status.components {
  position: relative;
}

.notification-taskbar-indicator {
  position: absolute;
  display: inline-block;
  margin-top: -16px;
  margin-left: 32px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 30px;
  background-color: #e45151;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
}

.medication-history {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  color: #182430;
}

.medication-history-label {
  margin-bottom: 4px;
  font-weight: 500;
}

.modal-bkg-medication {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 80%;
  margin-left: auto;
  padding: 54px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(29, 34, 39, 0.86);
}

.medication-history-pill {
  display: inline-block;
  margin-left: auto;
  padding: 2px 8px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #d0d5e2;
  border-radius: 30px;
  color: #7a7d7f;
  font-size: 13px;
  line-height: 21px;
}

.medication-history-pill.dispensed {
  border: 1px solid #00b066;
  background-color: transparent;
  color: #009959;
}

.medication-history-pill.other {
  border-color: #e45151;
  color: #cc4949;
}

.medication-history-details-label {
  display: none;
  color: #7a7d7f;
}

.medication-history-content {
  width: 100%;
  padding: 16px;
}

.modal-bkg-notes {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 80%;
  margin-left: auto;
  padding: 56px 16px;
  background-color: rgba(29, 34, 39, 0.86);
}

.modal-notes-block {
  overflow: hidden;
  margin: 16px;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  line-height: 23px;
}

.modal-notes-content-block {
  padding: 16px;
  color: #182430;
}

.modal-notes-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f1f3f7;
  background-color: #f6f8fb;
  color: hsla(0, 0%, 40%, 0.7);
  font-size: 13px;
  line-height: 17px;
}

.modal-notes-info-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-notes-info-avatar {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  float: left;
  border: 1px solid #d0d5e2;
  border-radius: 50%;
  background-color: #f6f8fb;
  background-image: url('/images/avatar_patient_default.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-notes-info-avatar.sandra {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('/images/MedTrack_Nurse_User_01.jpeg'), url('/images/avatar_patient_default.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.modal-notes-time-stamp {
  margin-left: auto;
  float: right;
  text-align: right;
}

.div-block {
  padding: 16px;
}

.medication-history-content-block {
  float: left;
}

.notification-active-indicator {
  width: 10px;
  height: 10px;
  margin-top: 4px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #00b066;
}

.navbar-menu-close {
  position: relative;
  display: none;
  width: 60px;
  height: 98%;
  margin-left: auto;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/images/Ico-Close.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.navbar-menu-close:hover {
  background-color: #1d368b;
}

.record-input {
  position: relative;
  padding: 6px 4px 6px 12px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  background-color: #f6f8fb;
  color: #182430;
  font-weight: 500;
  text-align: center;
}

.record-unit {
  position: relative;
  display: inline-block;
  padding: 6px 12px 6px 2px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: #f6f8fb;
  text-align: center;
}

.record-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 200ms ease, border-color 200ms ease;
  transition: box-shadow 200ms ease, border-color 200ms ease;
  cursor: pointer;
}

.record-block:hover {
  border-color: #00b066;
}

.record-block:focus {
  border-color: #00b066;
}

.record-block.multi-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.record-block.multi-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left-color: rgba(208, 213, 226, 0);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.record-block.multi-right:hover {
  border-left-color: #00b066;
}

.record-block.multi-right:focus {
  border-left-color: #00b066;
}

.record-block.multi-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.record-container {
  margin-top: 16px;
  margin-right: 32px;
  margin-bottom: 16px;
  float: left;
}

.record-multi-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.vitals-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 8px;
  padding-left: 24px;
  border-radius: 8px;
  background-color: #f6f8fb;
}

.set-med-form-wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vital-input {
  position: relative;
  width: 70px;
  height: 38px;
  margin-bottom: 0px;
  padding: 8px 12px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d5e2 rgba(208, 213, 226, 0) #d0d5e2 #d0d5e2;
  border-radius: 8px 0px 0px 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
  color: #182430;
  font-weight: 500;
  text-align: center;
}

.vital-input:hover {
  z-index: 1;
  border-style: solid;
  border-color: #00b066;
  background-color: rgba(0, 176, 102, 0.1);
}

.vital-input:focus {
  position: relative;
  z-index: 1;
  border-style: solid;
  border-color: #00b066;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: rgba(0, 176, 102, 0.1);
}

.vital-input::-webkit-input-placeholder {
  color: hsla(206, 2%, 49%, 0.5);
}

.vital-input:-ms-input-placeholder {
  color: hsla(206, 2%, 49%, 0.5);
}

.vital-input::-ms-input-placeholder {
  color: hsla(206, 2%, 49%, 0.5);
}

.vital-input::placeholder {
  color: hsla(206, 2%, 49%, 0.5);
}

.vital-input._02 {
  border-left-color: rgba(208, 213, 226, 0);
  border-radius: 0px;
}

.vital-input._02:hover {
  z-index: 1;
  border-color: #00b066;
}

.vital-input._02:focus {
  border-color: #00b066;
}

.vital-input._01 {
  margin-right: -1px;
}

.vital-unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  min-width: 30px;
  padding: 8px 12px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #d0d5e2;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #f6f8fb;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.vital-unit._01 {
  border-right-style: none;
  border-radius: 0px;
}

.vital-unit-label {
  color: #7a7d7f;
}

.instruction-block {
  margin-right: 24px;
  margin-bottom: 24px;
  float: left;
  border: 1px none #000;
}

.vitals-unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 176, 102, 0);
  border-radius: 9px;
}

.vitals-unit:hover {
  outline-color: rgba(0, 176, 102, 0.5);
}

.vitals-unit.multi-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.vitals-unit.multi-right {
  margin-left: -1px;
  border-left-style: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.vitals-multi-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.set-med-container {
  margin-bottom: 0px;
}

.set-med-input {
  position: relative;
  width: 70px;
  height: 38px;
  margin-right: -1px;
  margin-bottom: 0px;
  padding: 8px 12px;
  float: left;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
  color: #182430;
  font-weight: 500;
  text-align: center;
}

.set-med-input:hover {
  z-index: 1;
  border-color: #00b066;
  background-color: rgba(0, 176, 102, 0.1);
}

.set-med-input:focus {
  position: relative;
  z-index: 1;
  border-color: #00b066;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #e2f3ec;
}

.set-med-input::-webkit-input-placeholder {
  color: hsla(206, 2%, 49%, 0.5);
}

.set-med-input:-ms-input-placeholder {
  color: hsla(206, 2%, 49%, 0.5);
}

.set-med-input::-ms-input-placeholder {
  color: hsla(206, 2%, 49%, 0.5);
}

.set-med-input::placeholder {
  color: hsla(206, 2%, 49%, 0.5);
}

.set-med-input.min {
  border-left-style: none;
  border-radius: 0px 8px 8px 0px;
}

.set-med-input.min:hover {
  border-style: solid;
  border-color: #00b066;
}

.set-med-input.min:focus {
  border-style: solid;
  border-color: #00b066;
}

.set-med-input.hour {
  border-right-color: rgba(208, 213, 226, 0);
  border-radius: 8px 0px 0px 8px;
}

.set-med-input.hour:hover {
  border-color: #00b066;
}

.set-med-input.hour:focus {
  border-right-color: #00b066;
}

.set-med-input.multi {
  border-right-color: rgba(208, 213, 226, 0);
  border-radius: 8px 0px 0px 8px;
}

.set-med-input.multi:hover {
  border-color: #00b066;
}

.set-med-input.multi:focus {
  border-right-color: #00b066;
}

.timer-unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  padding: 8px 4px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d0d5e2;
  border-bottom: 1px solid #d0d5e2;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.timer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.timer-block:hover {
  outline-color: rgba(0, 176, 102, 0.5);
}

.timer-block:focus {
  border-color: #00b066;
}

.set-med-block {
  margin-right: 16px;
  float: left;
}

.selector-btn {
  position: relative;
  margin-bottom: 0px;
  padding: 4px 16px;
  float: none;
  border: 1px solid #d0d5e2;
  border-radius: 6px;
  background-color: #f6f8fb;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  color: #000;
  text-align: center;
  text-transform: capitalize;
}

.selector-btn:hover {
  z-index: 1;
  border-color: #00b066;
  background-color: rgba(0, 176, 102, 0.1);
  color: #00663b;
}

.selector-btn:focus {
  z-index: 1;
  border-color: #00b066;
  background-color: rgba(0, 176, 102, 0.1);
  color: #00663b;
}

.selector-btn.timer {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-color: #d0d5e2;
  background-color: #f6f8fb;
  text-align: center;
}

.selector-btn.timer:hover {
  border-color: #00b066;
  background-color: rgba(0, 176, 102, 0.1);
}

.selector-btn.timer:focus {
  border-color: #00b066;
  background-color: rgba(0, 176, 102, 0.1);
  color: #00663b;
}

.selector-btn.multi-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 4px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left-color: rgba(208, 213, 226, 0);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #f6f8fb;
  text-align: center;
  text-transform: none;
}

.selector-btn.multi-option:hover {
  border-color: #00b066;
  background-color: rgba(0, 176, 102, 0.1);
}

.selector-btn.multi-option:active {
  border-left-color: #00b066;
  background-color: rgba(0, 176, 102, 0.1);
}

.selector-btn.multi-option:focus {
  border-left-color: #00b066;
}

.selector-btn.diagnostics {
  height: 42px;
  background-color: #fff;
  background-image: url('/images/chevron-down.svg');
  background-position: 97% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  text-align: left;
}

.selector-btn.null {
  display: none;
}

.notification-inactive-indicator {
  width: 10px;
  height: 10px;
  margin-top: 4px;
  float: right;
  border-radius: 50%;
  background-color: #d0d5e2;
}

.sidebar-vitals-container {
  margin-top: 8px;
  margin-right: 16px;
  margin-bottom: 8px;
  float: left;
}

.encounter-wrapper {
  padding: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
}

.encounter-date-block {
  position: relative;
  display: none;
  padding: 12px 32px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #f6f8fb;
  color: #7a7d7f;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.patient-container-profile {
  display: none;
  width: 100%;
  padding: 32px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.diagnosis-list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.diagnosis-name {
  color: #182430;
  font-weight: 500;
  text-transform: capitalize;
}

.diagnosis-date {
  margin-top: 2px;
  float: none;
  color: #7a7d7f;
}

.investigation-recorded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 16px 8px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f6f8fb;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #182430;
  text-decoration: none;
  cursor: pointer;
}

.investigation-recorded:hover {
  background-color: #f6f8fb;
}

.investigation-recorded.facility {
  margin-bottom: 8px;
  padding-right: 8px;
}

.investigation-recorded.completed {
  padding-left: 16px;
  background-color: rgba(0, 176, 102, 0.05);
  color: #006940;
}

.investigation-recorded.pending {
  padding-left: 16px;
}

.investigation-recorded.diagnosis {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  background-color: #f6f8fb;
}

.diagnosis-record-label {
  float: left;
}

.status-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #d0d5e2;
  border-radius: 50%;
  background-color: #fff;
}

.status-icon.completed {
  display: none;
  border-style: none;
  background-image: url('/images/ic-completed.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.status-icon.pending {
  display: none;
  border-style: none;
  background-image: url('/images/ic-status-pending.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.status-icon.diagnosis {
  background-image: url('/images/ic-diagnosis.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.status-icon.facility {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/images/ic-facility.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.diagnosis-list {
  float: left;
}

.enc-list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.search-list-item {
  margin-bottom: 2px;
  padding: 16px 8px 16px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.search-list-item:hover {
  background-color: #f6f8fb;
}

.diagnosis-checkbox-block {
  margin-bottom: 0px;
  padding: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #182430;
}

.diagnosis-form {
  width: 100%;
}

.diagnosis-label {
  display: inline;
}

.diagnosis-checkbox {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-left: 0px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #d0d5e2;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.diagnosis-checkbox.w--redirected-checked {
  border-color: #00b066;
  background-color: #00b066;
  background-size: 12px;
}

.diagnosis-checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(0, 176, 102, 0.2);
}

.diagnosis-icd {
  display: inline-block;
  margin-right: 8px;
  padding-right: 4px;
  padding-left: 4px;
  border: 1px solid #d0d5e2;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  color: #7a7d7f;
  font-size: 11px;
  line-height: 18px;
}

.diagnosis-icd-block {
  margin-top: 4px;
  color: #7a7d7f;
  font-weight: 400;
}

.diagnosis-icd-number {
  display: inline-block;
  margin-top: 2px;
}

.modal-facility-list {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 80%;
  margin-left: auto;
  padding: 104px 16px 56px;
  background-color: rgba(29, 34, 39, 0.86);
}

.modal-facility-list.test {
  display: none;
}

.search-list-wrapper {
  position: absolute;
  display: none;
  overflow: hidden;
  width: 100%;
  margin-top: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  color: #182430;
}

.modal-search-list {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 60%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 92px 32px 32px;
  background-color: rgba(29, 34, 39, 0.86);
}

.search-list-mask {
  overflow: auto;
  width: 100%;
  padding: 8px;
}

.diagnois-delete-block {
  width: 24px;
  height: 24px;
  margin-left: auto;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/images/x-close.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.diagnois-delete-block:hover {
  background-color: #f6f8fb;
}

.delete-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #f1f3f7;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.delete-wrapper:hover {
  border-radius: 8px;
  background-color: #f6f8fb;
}

.delete-wrapper.diagnosis {
  position: relative;
  z-index: 1;
  margin: 8px;
  padding: 8px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  border-radius: 8px;
  background-color: #fff;
}

.delete-container-mask {
  overflow: hidden;
  padding: 16px 24px 16px 32px;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  color: #182430;
}

.delete-container-mask.diagnosis {
  padding: 4px 0px;
}

.item-list {
  float: left;
}

.diagnostic-investigate {
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
  padding: 8px 32px 8px 16px;
  float: left;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  background-color: #fff;
  background-image: url('/images/x-close.svg');
  background-position: 93% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #182430;
  font-size: 13px;
  line-height: 19px;
  cursor: pointer;
}

.diagnostic-investigate:hover {
  background-color: #f6f8fb;
}

.diagnostics-list-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.diagnosis-h1-label {
  width: 90%;
  font-size: 14px;
}

.delete-mask {
  position: relative;
  overflow: hidden;
  padding: 24px 64px 16px 32px;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  color: #182430;
}

.delete-action {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 24px;
  height: 24px;
  margin-top: 16px;
  margin-right: 24px;
  margin-left: auto;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/images/x-close.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.delete-action:hover {
  background-color: #f6f8fb;
}

.attachment-diagnostics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding: 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.attachment-diagnostics:hover {
  background-color: #f6f8fb;
}

.patient-status-container {
  margin-bottom: 0px;
}

.patient-status-form-wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.diagnostics-tab-link {
  margin-right: -1px;
  padding: 8px 24px;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  background-color: #f6f8fb;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  color: hsla(206, 2%, 49%, 0.6);
}

.diagnostics-tab-link.w--current {
  z-index: 1;
  background-color: #fff;
  color: #182430;
}

.diagnostics-tab-link.right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.diagnostics-tab-link.left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.diagnostics-tab-link.pending {
  border-radius: 0px;
}

.diagnostics-tab-link.middle {
  border-radius: 0px;
}

.diagnostics-tab-modal-wrapper {
  padding: 24px 24px 16px;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.diagnostics-modal-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.diagnostics-modal-tab {
  margin-bottom: 8px;
}

.diagnostics-selector-block {
  margin-bottom: 24px;
}

.diagnostics-tab-form {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.diagnostics-tab-container {
  margin-bottom: 0px;
}

.modal-facility {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: block;
  overflow: auto;
  width: 80%;
  margin-left: auto;
  padding: 104px 16px 56px;
  background-color: rgba(29, 34, 39, 0.86);
}

.pharmacy-list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #f1f3f7;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.pharmacy-list-block:hover {
  background-color: #f6f8fb;
}

.pharmacy-list-block.sidebar {
  padding: 12px 16px;
  border-bottom-style: none;
}

.facility-default {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 2px;
  padding-right: 8px;
  padding-left: 8px;
  border: 1px solid #d0d5e2;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  color: #7a7d7f;
  font-size: 13px;
  font-weight: 400;
}

.patient-status-radio-block {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #182430;
  font-weight: 400;
  cursor: pointer;
}

.patient-status-radio-block:hover {
  border-color: #00b066;
  background-color: rgba(0, 176, 102, 0.1);
}

.patient-status-radio-block:focus-visible {
  border-color: #00b066;
}

.patient-status-radio-block[data-wf-focus-visible] {
  border-color: #00b066;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  margin-left: 0px;
  border-color: #d0d5e2;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.radio-button:hover {
  border-color: #00b066;
}

.radio-button.w--redirected-checked {
  border-color: #00b066;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.radio-button.w--redirected-focus-visible {
  border-color: #00b066;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.radio-label {
  margin-bottom: 0px;
}

.form-wrapper-default {
  margin-bottom: 0px;
}

.radio-sub-label {
  margin-left: 36px;
  opacity: 0.64;
}

.review-list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -1px;
  padding: 16px 16px 16px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #f1f3f7;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.review-list-block:hover {
  background-color: #f6f8fb;
}

.review-avatar {
  width: 42px;
  height: 42px;
  margin-right: 16px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #d0d5e2;
  border-radius: 50%;
  background-color: #f6f8fb;
  background-image: url('/images/file-03.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.review-avatar.modal {
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.diagnostics-tab {
  padding: 8px;
}

.diagnostics-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  border-bottom: 1px solid #f1f3f7;
  background-color: #f6f8fb;
}

.diagnostic-list-container {
  overflow: hidden;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
}

.attachment-upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 24px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #d0d5e2;
  border-radius: 8px;
  background-color: #f6f8fb;
  text-align: center;
}

.diagnostics-tab-link-copy {
  margin-top: -1px;
  padding: 12px 32px;
  background-color: transparent;
  color: hsla(206, 2%, 49%, 0.7);
}

.diagnostics-tab-link-copy.w--current {
  background-color: #fff;
  color: #182430;
}

.diagnostics-tab-link-copy.right {
  border-right: 1px solid #d0d5e2;
}

.diagnostics-tab-link-copy.left {
  border-right: 1px solid #d0d5e2;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.diagnostics-tab-link-copy.pending {
  border-radius: 0px;
}

.diagnostics-tab-link-copy.middle {
  border-radius: 0px;
}

.diagnostic-status-badge {
  margin-left: auto;
  padding: 4px 12px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #fff9f8;
  color: #b54708;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  cursor: pointer;
}

.diagnostic-status-badge.pending {
  border-color: #dfd88d;
  background-color: #fffaeb;
  color: #b54708;
}

.diagnostic-status-badge.completed {
  background-color: #eefcf6;
  color: #006940;
}

.diagnostic-pill-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
  color: #182430;
  font-size: 13px;
  line-height: 20px;
}

.diagnostics-pill-label {
  padding: 8px 16px;
  float: left;
}

.diagnostics-pill-delete {
  padding: 16px 18px;
  float: left;
  background-color: #f6f8fb;
  background-image: url('/images/ic-remove-alpha.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.diagnostics-pill-delete:hover {
  background-color: rgba(228, 81, 81, 0.1);
}

.content-container-review {
  width: 100%;
}

.review-encounter-title {
  height: 60px;
  padding: 16px;
  border-bottom: 1px solid #d0d5e2;
  background-color: #fff;
}

.review-header-title {
  color: #182430;
  font-weight: 500;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.review-row {
  position: relative;
  height: 300px;
  min-height: 300px;
  border-bottom: 1px solid #d0d5e2;
  color: #182430;
  font-size: 13px;
  line-height: 18px;
}

.review-column {
  position: relative;
  overflow: hidden;
  width: 20%;
  height: 100%;
  margin-left: -1px;
  padding: 8px;
  float: left;
  border-right: 1px solid #d0d5e2;
  border-left: 1px solid #d0d5e2;
  background-color: #fff;
}

.review-column.empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #b2b8c9;
  text-align: center;
}

.review-time-stamp-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  margin-left: -1px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid #d0d5e2;
  border-left: 1px solid #d0d5e2;
  color: #7a7d7f;
}

.review-action-bar {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 4px 5px 4px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #f6f8fb;
  font-size: 13px;
}

.action-label {
  display: inline;
  margin-right: 8px;
  color: #182430;
}

.overflow-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40%;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 100%, 98%, 0)), color-stop(60%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 100%, 98%, 0), #fff 60%);
}

.review-medication-dosage {
  margin-right: 8px;
  margin-bottom: 4px;
  float: left;
  color: #7a7d7f;
  font-size: 13px;
  line-height: 16px;
}

.review-medication-dosage.left {
  margin-right: 2px;
  padding-left: 10px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.review-medication-dosage.left.route {
  background-color: #f9f5ff;
  color: #6941c6;
}

.review-medication-dosage.left.freq {
  background-color: #fef3f2;
  color: #b42318;
}

.review-medication-dosage.left.dur {
  background-color: #fffaeb;
  color: #b54708;
}

.review-medication-dosage.left.admin {
  background-color: #e3f3e9;
  color: #027a48;
}

.review-medication-dosage.right {
  padding-right: 10px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.review-medication-dosage.right.route {
  background-color: #f9f5ff;
  color: #6941c6;
}

.review-medication-dosage.right.freq {
  background-color: #fef3f2;
  color: #b42318;
}

.review-medication-dosage.right.dur {
  background-color: #fffaeb;
  color: #b54708;
}

.review-medication-dosage.right.admin {
  background-color: #e3f3e9;
  color: #027a48;
}

.review-medication-dosage.dosage {
  color: #027a48;
}

.review-medication-dosage.route {
  color: #6941c6;
}

.review-medication-dosage.freq {
  color: #b42318;
}

.review-medication-dosage.duration {
  color: #b54708;
}

.review-medication-wrapper {
  margin-bottom: 8px;
  padding: 8px;
  border: 1px solid #d0d5e2;
  border-radius: 6px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.review-medication-label {
  margin-bottom: 4px;
  font-weight: 500;
}

.review-vital-stamp {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 8px;
  padding: 2px 8px;
  border-radius: 30px;
  background-color: #fff8e7;
  color: #7a4a02;
}

.review-vital-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 4px 8px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #d0d5e2;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 200ms ease, border-color 200ms ease;
  transition: box-shadow 200ms ease, border-color 200ms ease;
  cursor: pointer;
}

.review-vital-block.multi-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.review-vital-block.multi-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left-color: rgba(208, 213, 226, 0);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.review-vital-block.multi-right:hover {
  border-left-color: #00b066;
}

.review-vital-block.multi-right:focus {
  border-left-color: #00b066;
}

.review-vital-block.multi-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.review-field-label {
  margin-bottom: 4px;
  color: #7a7d7f;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}

.review-field-label.unit {
  color: #182430;
}

.review-vital-unit {
  position: static;
  margin-right: 12px;
  margin-bottom: 12px;
  float: left;
}

.unit-unit-label-copy {
  margin-right: 4px;
  color: #182430;
}

.unit-unit-label-copy.records {
  color: #182430;
}

.unit-unit-label-copy.unit-records {
  opacity: 0.75;
}

.review-vital-wrapper {
  display: inline-block;
  margin-top: 16px;
}

.review-time-stamp {
  color: #182430;
  font-weight: 600;
}

.review-date-stamp {
  color: #7a7d7f;
}

.review-time-stamp-wrapper {
  padding: 16px;
}

.review-team-wrapper {
  padding: 16px;
}

.review-team-wrapper.vitals {
  display: none;
}

.review-team-label {
  margin-bottom: 8px;
  color: #7a7d7f;
}

.review-team-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review-team-avatar {
  width: 20px;
  height: 20px;
  margin-top: -1px;
  margin-right: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #d0d5e2;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.review-team-designation {
  display: inline-block;
  margin-top: 2px;
  margin-left: 4px;
  padding-right: 4px;
  padding-left: 4px;
  border: 1px solid #d0d5e2;
  border-radius: 3px;
  background-color: #fff;
  font-size: 10px;
  line-height: 14px;
}

.timeline-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-wrapper.modal {
  bottom: 0px;
}

.timeline-previous {
  width: 100%;
  height: 1px;
  background-color: #f0da9f;
}

.timeline-head {
  position: absolute;
  width: 8px;
  margin-top: -1px;
}

.review-heading-bar {
  position: relative;
  overflow: hidden;
  width: 20%;
  margin-top: -1px;
  margin-left: -1px;
  padding: 12px 8px;
  float: left;
  border-top: 3px solid #3952a6;
  border-right: 1px solid #d0d5e2;
  border-left: 1px solid #d0d5e2;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(241, 243, 247, 0.2)), to(#f6f8fb));
  background-image: linear-gradient(0deg, rgba(241, 243, 247, 0.2) 50%, #f6f8fb);
  color: #7a7d7f;
}

.review-heading-bar.empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #b2b8c9;
  text-align: center;
}

.review-heading-bar.vitals {
  border-top-color: #dbad04;
  border-right-color: #d0d5e2;
}

.review-heading-bar.h-e {
  border-top-color: #0428db;
}

.review-heading-bar.diagnostics {
  border-top-color: #e45151;
}

.review-heading-bar.mdication {
  border-top-color: #00b066;
}

.review-row-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f1f3f7;
  color: #182430;
  font-size: 13px;
  line-height: 18px;
}

.review-empty-header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-left: -1px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid #d0d5e2;
  border-bottom: 1px solid #d0d5e2;
  border-left: 1px solid #d0d5e2;
  background-color: #fff;
  color: #7a7d7f;
}

.review-header-icon {
  width: 18px;
  height: 18px;
  margin-top: -1px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.5;
}

.review-scroll-track {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: auto;
  padding: 8px 8px 40%;
}

.reviews-dia-pill {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 4px 12px;
  float: left;
  border: 1px solid #d0d5e2;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  color: #182430;
}

.timeline-wrapper-current {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1px;
  z-index: 1;
  display: none;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-current {
  width: 100%;
  height: 1px;
  background-color: #3952a6;
}

.timeline-head-current {
  position: absolute;
  width: 8px;
}

.modal-review-h-e {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 80%;
  margin-left: auto;
  padding: 104px 16px 56px;
  background-color: rgba(29, 34, 39, 0.86);
}

.modal-review-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f1f3f7;
  text-align: left;
}

.modal-review-wrapper.instructions {
  padding: 24px 32px;
}

.modal-review-wrapper.vitals {
  display: block;
  padding: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-review-wrapper.input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 32px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-review-wrapper.notes-form {
  padding: 8px;
}

.modal-review-wrapper.item-list {
  width: 100%;
  padding: 0px;
}

.modal-review-wrapper.set-medication {
  padding-right: 32px;
  padding-bottom: 0px;
  padding-left: 32px;
  border-top: 1px solid #f1f3f7;
  border-bottom: 1px solid #f1f3f7;
}

.modal-review-wrapper.diadnosis {
  padding-right: 24px;
  padding-left: 24px;
  background-color: #f6f8fb;
}

.modal-review-wrapper.patient-status {
  padding: 16px 32px;
}

.modal-review-wrapper.recorded {
  padding-bottom: 8px;
  border-top: 1px solid #f1f3f7;
  background-color: #fff;
}

.modal-review-wrapper.list {
  padding: 0px;
}

.modal-review-wrapper.careplan {
  padding: 32px;
}

.modal-review-time-colum {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: -1px;
  padding-left: 8px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(208, 213, 226, 0.25);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 248, 251, 0.96)), to(rgba(246, 248, 251, 0.96))), url('/images/png-transparent-diagonal-lines-pattern.png');
  background-image: linear-gradient(180deg, rgba(246, 248, 251, 0.96), rgba(246, 248, 251, 0.96)), url('/images/png-transparent-diagonal-lines-pattern.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 240px;
  color: #7a7d7f;
  font-size: 13px;
}

.modal-review-time-colum.expand {
  width: 35%;
}

.he-modal-data-block {
  width: 70%;
  padding: 32px;
  float: left;
  color: #182430;
}

.modal-block-review {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: #fff;
  font-size: 13px;
}

.modal-block-review.medication {
  max-width: 680px;
}

.he-count {
  display: inline-block;
  margin-bottom: 16px;
  padding-right: 12px;
  padding-left: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  border-radius: 30px;
  color: #7a7d7f;
}

.modal-review-medication {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 80%;
  margin-left: auto;
  padding: 104px 16px 56px;
  background-color: rgba(29, 34, 39, 0.86);
}

.he-time-colum-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-left: 8px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 248, 251, 0.96)), to(rgba(246, 248, 251, 0.96))), url('/images/png-transparent-diagonal-lines-pattern.png');
  background-image: linear-gradient(180deg, rgba(246, 248, 251, 0.96), rgba(246, 248, 251, 0.96)), url('/images/png-transparent-diagonal-lines-pattern.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 240px;
  color: #7a7d7f;
}

.modal-review-date {
  padding: 8px 24px;
}

.modal-review-medication-label {
  display: inline-block;
  margin-bottom: 4px;
  float: left;
  font-size: 15px;
  font-weight: 500;
}

.review-medication-status {
  display: inline-block;
  margin-left: auto;
  padding: 2px 4px;
  float: right;
  border-radius: 4px;
  background-color: #f6f8fb;
  color: #7a7d7f;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.review-medication-status.alt {
  background-color: #fff2f7;
  color: #ff005c;
}

.he-modal-data-medication {
  width: 70%;
  padding: 16px 24px;
  float: left;
  color: #182430;
}

.div-block-2 {
  position: relative;
}

.modal-review-vitals {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 80%;
  margin-left: auto;
  padding: 104px 16px 56px;
  background-color: rgba(29, 34, 39, 0.86);
}

.modal-review-vitals-records {
  display: inline-block;
}

.modal-review-vitals-data {
  width: 70%;
  padding: 12px 32px 16px;
  float: left;
  color: #182430;
}

.modal-review-vitals-data.vitals {
  width: 75%;
}

.modal-review-diagnostics {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 80%;
  margin-left: auto;
  padding: 104px 16px 56px;
  background-color: rgba(29, 34, 39, 0.86);
}

.modal-revew-diagnostics.attachments {
  padding-top: 16px;
}

.modal-review-diagnostics-label {
  margin-bottom: 8px;
  font-weight: 500;
}

.modal-review-diagnostics-data {
  width: 70%;
  padding: 16px;
  float: left;
  color: #182430;
}

.modal-review-attachment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  padding: 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 9px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.modal-review-attachment:hover {
  background-color: #f6f8fb;
}

.ico-facility {
  width: 14px;
  opacity: 0.5;
}

.modal-diagnostics {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 80%;
  margin-left: auto;
  padding: 104px 16px 56px;
  background-color: rgba(29, 34, 39, 0.86);
}

.modal-set-prescriptions {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 104px 16px 56px;
  background-color: rgba(29, 34, 39, 0.86);
}

.medication-set-prescription {
  padding: 16px 24px;
  border: 1px solid #d0d5e2;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  color: #182430;
}

.diagnosis-expand-trigger {
  width: 100%;
}

.diagnosis-recorded-wrapper {
  width: 100%;
  margin-top: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  border-radius: 8px;
  background-color: #f6f8fb;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #182430;
  text-decoration: none;
  cursor: pointer;
}

.diagnosis-recorded-wrapper:hover {
  background-color: #f6f8fb;
}

.diagnosis-recorded-wrapper.facility {
  margin-bottom: 8px;
  padding-right: 8px;
}

.diagnosis-recorded-wrapper.completed {
  padding-left: 16px;
  background-color: rgba(0, 176, 102, 0.05);
  color: #006940;
}

.diagnosis-recorded-wrapper.pending {
  padding-left: 16px;
}

.diagnosis-recorded-wrapper.diagnosis {
  display: block;
  margin-bottom: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  background-color: #f6f8fb;
}

.save-state {
  position: absolute;
  left: auto;
  top: 0px;
  right: -2px;
  bottom: auto;
  width: 6px;
  height: 6px;
  border-radius: 505px;
  background-color: #00b066;
}

.save-indicator-block {
  position: relative;
}

.save-icon {
  width: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.img-icon {
  width: 14px;
  margin-right: 4px;
}

.empty-state-label-h1 {
  margin-bottom: 4px;
  color: #182430;
  font-size: 15px;
}

.input-blcok {
  margin-right: 16px;
  float: left;
  text-align: left;
}

.drug-wrapper {
  padding: 16px;
}

.modal-add-drug {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 104px 16px 56px;
  background-color: rgba(29, 34, 39, 0.86);
}

.modal-add-pharmacy {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2001;
  display: none;
  overflow: auto;
  width: 80%;
  margin-left: auto;
  padding: 104px 16px 56px;
  background-color: rgba(29, 34, 39, 0.86);
}

.diagnostic-status-strip {
  padding: 4px 12px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px 0px 0px 6px;
  background-color: #fff9f8;
  color: #b54708;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  cursor: pointer;
}

.diagnostic-status-strip.pending {
  border-color: #dfd88d;
  background-color: #fffaeb;
  color: #b54708;
}

.diagnostic-status-strip.completed {
  background-color: #eefcf6;
  color: #006940;
}

.diagnostic-review-wrapper {
  position: relative;
  display: block;
  background-color: #fff;
}

.diagnostic-review-wrapper.medication {
  max-width: 680px;
}

.empty-state-notes {
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f6f8fb;
  color: hsla(206, 2%, 49%, 0.5);
  font-size: 14px;
  text-align: center;
}

.empty-state-notes.diagnosis {
  margin-top: 2px;
  border-style: solid;
  border-color: #f1f3f7;
  background-color: #f6f8fb;
}

.notes-icon {
  margin-right: 8px;
  float: left;
}

.full-name-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-icon {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #d0d5e2;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/images/file-05.svg');
  background-position: 51% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.list-icon.h-e {
  background-image: url('/images/ic-HE-Findings.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.list-icon.diagnostics {
  background-image: url('/images/ic-labs.svg');
  background-position: 54% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.list-icon.prescriptions {
  background-image: url('/images/ic-pill.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.list-icon.facility {
  background-image: url('/images/ic-facility.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.input-selector {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #afc5db;
  border-radius: 8px;
  background-color: #d3e0ee;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  color: #182430;
}

.input-selector:hover {
  border-color: #00b066;
}

.input-selector:focus {
  border-color: #00b066;
}

@media screen and (max-width: 991px) {
  .nav-user-profile {
    width: 100%;
    padding-right: 24px;
  }

  .navbar-content-wrapper {
    background-color: transparent;
  }

  .nav-link {
    padding-right: 24px;
  }

  .navbar-menu-wrapper {
    padding-bottom: 96px;
    border-right: 1px none transparent;
  }

  .navbar-column {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: none;
    width: 50%;
    border-right-style: none;
  }

  .navbar-menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-menu-button.w--open {
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    color: #000;
  }

  .brand-block {
    width: 100%;
  }

  .content-column {
    width: 100%;
  }

  .content-column.sidebar {
    width: 100%;
  }

  .container.sidebar {
    left: 0%;
    width: 100%;
  }

  .title-bar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title-bar.sidebar {
    width: 100%;
  }

  .title-bar.sidebar.review {
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-bar-block {
    max-width: none;
  }

  .title-bar-block.secondary {
    padding-left: 0px;
  }

  .nav-title-h1 {
    margin-top: 2px;
    font-size: 16px;
  }

  .component-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .search-input {
    font-size: 16px;
  }

  .nav-icon.back {
    display: none;
  }

  .nav-icon.empty {
    display: none;
  }

  .nav-icon.empty.notification {
    display: none;
  }

  .nav-icon.expand {
    background-image: url('/images/expand-right.svg');
    background-position: 100% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .nav-icon.sidebar-expand {
    display: block;
  }

  .modal-default {
    width: 100%;
  }

  .modal-item-wrapper.set-prescription {
    padding-right: 32px;
    padding-left: 32px;
  }

  .modal-item-wrapper.new-drug {
    padding-right: 32px;
    padding-left: 32px;
  }

  .unit-wrapper.exams-notes {
    padding-right: 16px;
    padding-left: 16px;
  }

  .unit-field-input {
    font-size: 16px;
  }

  .input-field {
    font-size: 16px;
  }

  .input-field.area {
    max-width: none;
  }

  .sidebar-column {
    z-index: 2000;
    display: none;
    width: 50%;
    padding-top: 0px;
    border-left-style: none;
    box-shadow: -10px 0 100px 0 rgba(0, 0, 0, 0.4);
  }

  .content-container-track {
    width: 100%;
    max-width: 100%;
  }

  .side-nav-title {
    position: relative;
    width: 100%;
  }

  .modal-bkg-vitals {
    width: 100%;
  }

  .register-input-field {
    font-size: 16px;
  }

  .navbar-menu-base {
    position: relative;
    left: 5%;
    width: 90%;
    padding-right: 24px;
    padding-bottom: 16px;
    border-radius: 8px;
  }

  .support-block {
    margin-top: 16px;
    text-align: left;
  }

  .logout-link {
    padding-right: 24px;
  }

  .modal-encounter-bkg {
    width: 100%;
  }

  .lgoin-section {
    padding-top: 140px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .login-nav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .login-brand-block {
    width: 100%;
  }

  .notification-toast-wrapper {
    background-position: 98% 12px;
  }

  .modal-log-out {
    width: 100%;
  }

  .notfication-list-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .save-status {
    display: none;
  }

  .modal-bkg-medication {
    width: 100%;
  }

  .modal-bkg-notes {
    width: 100%;
  }

  .navbar-menu-close {
    display: block;
  }

  .navbar-menu-close.w--open {
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    color: #000;
  }

  .record-input {
    font-size: 16px;
  }

  .vital-input {
    font-size: 16px;
  }

  .set-med-input {
    font-size: 16px;
  }

  .modal-facility-list {
    width: 100%;
  }

  .modal-search-list {
    width: 100%;
  }

  .modal-facility {
    width: 100%;
  }

  .content-container-review {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
  }

  .review-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .review-column {
    min-width: 240px;
  }

  .review-time-stamp-column {
    z-index: 10;
    min-width: 240px;
  }

  .review-heading-bar {
    min-width: 240px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  }

  .review-empty-header {
    min-width: 240px;
  }

  .modal-review-h-e {
    width: 100%;
  }

  .modal-review-medication {
    width: 100%;
  }

  .modal-review-vitals {
    width: 100%;
  }

  .modal-review-vitals-data.vitals {
    width: 80%;
  }

  .modal-review-diagnostics {
    width: 100%;
  }

  .modal-diagnostics {
    width: 100%;
  }

  .modal-set-prescriptions {
    width: 100%;
  }

  .modal-add-drug {
    width: 100%;
  }

  .modal-add-pharmacy {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-label {
    font-size: 16px;
  }

  .navbar-column {
    width: 80%;
  }

  .title-bar {
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 600;
  }

  .button-primary.confirm.vitals {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 21px;
  }

  .button-primary.tasks {
    line-height: 21px;
  }

  .button-primary.selector {
    font-size: 13px;
  }

  .button-primary.diagnosis {
    line-height: 21px;
  }

  .button-primary.add-diagnosis {
    line-height: 21px;
  }

  .button-primary.add-diagnostics {
    line-height: 21px;
  }

  .button-primary.pharmacy-select {
    line-height: 21px;
  }

  .component-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-secondary {
    font-size: 16px;
    line-height: 24px;
  }

  .button-secondary.title {
    right: 16px;
  }

  .button-secondary.notes {
    right: 16px;
  }

  .content-container.crumps {
    overflow: hidden;
  }

  .content-container.investigation {
    margin-bottom: 24px;
  }

  .search-input {
    padding-left: 48px;
    font-size: 16px;
  }

  .data-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .detail-list-block.pharmacy {
    padding-right: 16px;
  }

  .patient-name {
    font-size: 16px;
  }

  .nav-icon.float-right {
    background-size: 10px;
  }

  .nav-icon.delete {
    background-size: 10px;
  }

  .modal-default {
    padding-top: 56px;
  }

  .text-field {
    font-size: 16px;
  }

  .modal-block {
    max-width: none;
  }

  .modal-item-wrapper.instructions {
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal-item-wrapper.set-medication {
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal-item-wrapper.diadnosis {
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal-item-wrapper.set-prescription {
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal-item-wrapper.new-drug {
    padding-right: 16px;
    padding-left: 16px;
  }

  .title-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .unit-wrapper.notes {
    padding: 16px;
  }

  .unit-wrapper.medication {
    padding-right: 16px;
    padding-left: 16px;
  }

  .unit-wrapper.diagnosis {
    padding-right: 8px;
    padding-left: 8px;
  }

  .unit-wrapper.investigation.diagnosis {
    padding-right: 16px;
    padding-left: 16px;
  }

  .unit-wrapper.header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .unit-wrapper.recorded {
    padding-right: 16px;
    padding-left: 16px;
  }

  .unit-wrapper.exams-notes {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .unit-wrapper.prescription {
    padding-right: 16px;
    padding-left: 16px;
  }

  .unit-wrapper.recorded-multi {
    padding-right: 16px;
    padding-left: 16px;
  }

  .unit-wrapper.text-area {
    padding: 16px;
  }

  .unit-wrapper.exams-history {
    padding: 16px;
  }

  .unit-wrapper.diagnosis-investigation.diagnosis {
    padding-right: 16px;
    padding-left: 16px;
  }

  .grid-unit {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .unit-field-wrapper {
    width: 100%;
  }

  .unit-field-block.multi-left {
    float: left;
  }

  .unit-field-block.multi-right {
    float: left;
  }

  .sidebar-column {
    width: 90%;
  }

  .careplan-row-h2 {
    font-weight: 400;
  }

  .modal-close {
    top: 16px;
    right: 16px;
  }

  .modal-bkg-vitals {
    padding-top: 56px;
  }

  .breadcrumps-link-block {
    font-size: 14px;
  }

  .breadcrumps-link-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .register-input-field:hover {
    border-color: #00b066;
  }

  .register-input-field:focus {
    border-color: #00b066;
  }

  .register-selector {
    font-size: 16px;
  }

  .register-form-block {
    width: 100%;
    padding: 16px;
    border-style: none;
    box-shadow: none;
  }

  .navbar-menu-base {
    position: relative;
    margin-top: 32px;
    padding-right: 24px;
  }

  .lgoin-section {
    display: block;
    padding-top: 120px;
  }

  .heading {
    font-size: 24px;
    line-height: 30px;
  }

  .login-nav {
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 600;
  }

  .passord-reset-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .notification-toast-wrapper {
    background-position: 97% 15px;
  }

  .record-block.multi-left {
    float: left;
  }

  .record-block.multi-right {
    float: left;
  }

  .set-med-block {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .selector-btn {
    font-size: 16px;
    line-height: 24px;
  }

  .selector-btn.timer {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .encounter-date-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .investigation-recorded {
    border-radius: 6px;
  }

  .search-list-item {
    padding-left: 8px;
  }

  .diagnosis-checkbox-block {
    padding-right: 8px;
    padding-left: 8px;
  }

  .modal-facility-list {
    padding-top: 56px;
  }

  .modal-search-list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .delete-container-mask {
    padding-right: 16px;
    padding-left: 16px;
  }

  .delete-mask {
    padding-right: 16px;
    padding-left: 16px;
  }

  .delete-action.prescription {
    margin-top: 32px;
  }

  .modal-facility {
    padding-top: 56px;
  }

  .pharmacy-list-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .review-time-stamp-column {
    min-width: 200px;
  }

  .review-vital-block.multi-left {
    float: left;
  }

  .review-vital-block.multi-right {
    float: left;
  }

  .review-time-stamp-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .review-team-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .review-empty-header {
    min-width: 200px;
  }

  .modal-review-h-e {
    padding-top: 56px;
  }

  .modal-review-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-review-wrapper.instructions {
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal-review-wrapper.set-medication {
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal-review-wrapper.diadnosis {
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal-review-time-colum {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .modal-review-time-colum.expand {
    width: 100%;
    margin-bottom: -1px;
  }

  .he-modal-data-block {
    width: 100%;
  }

  .modal-block-review {
    max-width: none;
  }

  .modal-review-medication {
    padding-top: 56px;
  }

  .modal-review-date {
    z-index: 1000000000;
    background-color: #fff;
  }

  .he-modal-data-medication {
    width: 100%;
  }

  .modal-review-vitals {
    padding-top: 56px;
  }

  .modal-review-vitals-data {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .modal-review-vitals-data.vitals {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .modal-review-diagnostics {
    padding-top: 56px;
  }

  .modal-review-diagnostics-data {
    width: 100%;
  }

  .modal-diagnostics {
    padding-top: 56px;
  }

  .modal-set-prescriptions {
    padding-top: 56px;
  }

  .diagnosis-recorded-wrapper {
    border-radius: 6px;
  }

  .input-blcok {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .modal-add-drug {
    padding-top: 56px;
  }

  .modal-add-pharmacy {
    padding-top: 56px;
  }

  .diagnostic-review-wrapper {
    max-width: none;
  }

  .input-selector {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .button-primary.set {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button-primary.selector {
    width: 100%;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button-primary.emtpy-state {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .component-body {
    padding: 76px 16px 16px;
  }

  .button-secondary.notification {
    margin-top: 0px;
    margin-right: 8px;
  }

  .component-description-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .content-container.crumps {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .patient-list-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .detail-list-block {
    width: 54%;
  }

  .detail-list-block.pharmacy {
    width: auto;
  }

  .nav-icon.float-right {
    background-size: 8px;
  }

  .nav-icon.delete {
    background-size: 8px;
  }

  .modal-default {
    padding: 16px 16px 32px;
  }

  .patient-profile-avatar.henry.edit {
    width: 70px;
    height: 70px;
  }

  .modal-list-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal-item-wrapper.vitals {
    padding: 16px;
  }

  .modal-item-wrapper.input {
    padding: 16px;
  }

  .modal-item-wrapper.notes-form {
    padding: 0px;
  }

  .modal-item-wrapper.patient-status {
    padding: 8px 16px;
  }

  .modal-item-wrapper.careplan {
    padding: 16px;
  }

  .patient-info-block {
    width: 54%;
  }

  .modal-action-block {
    padding: 16px;
  }

  .unit-wrapper.medication {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .grid-unit {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .patient-side-profile {
    border-bottom-color: #c4d3e4;
  }

  .list-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .careplan-list-block {
    padding-left: 8px;
  }

  .medication-prescription {
    padding-right: 12px;
    padding-left: 12px;
  }

  .medication-dosage {
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .medication-count {
    font-size: 18px;
    text-align: left;
  }

  .medication-coumn-02 {
    width: 100%;
  }

  .medication-coumn-01 {
    display: none;
  }

  .medication-dosage-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .encounter-list-block {
    padding-left: 16px;
  }

  .modal-title-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal-bkg-vitals {
    padding: 16px 16px 32px;
  }

  .tool-tip-wrapper {
    max-width: none;
  }

  .register-form-block {
    width: 100%;
  }

  .patient-medtrack-id.id {
    padding-right: 8px;
    padding-left: 8px;
  }

  .modal-sidebar {
    padding: 54px 16px;
  }

  .modal-encounter-bkg {
    padding: 54px 16px;
  }

  .lgoin-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .login-form-wrapper {
    padding-top: 32px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .notification-toast-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .modal-log-out {
    padding: 32px 16px 54px;
  }

  .notfication-list-block {
    display: block;
    padding-left: 16px;
  }

  .notification-action-block {
    display: block;
    margin-left: 58px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .notification-timer {
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .notification-content-block {
    margin-right: 0px;
  }

  .medication-history {
    display: block;
  }

  .modal-bkg-medication {
    padding: 16px 16px 32px;
  }

  .medication-history-pill {
    display: block;
    margin-bottom: 8px;
    margin-left: -4px;
    float: left;
  }

  .medication-history-pill.dispensed {
    float: left;
  }

  .medication-history-content {
    padding-bottom: 8px;
  }

  .modal-bkg-notes {
    padding: 16px 16px 32px;
  }

  .div-block {
    padding-right: 8px;
    padding-left: 8px;
  }

  .record-container {
    margin-right: 24px;
  }

  .vitals-form-container {
    padding: 16px;
  }

  .instruction-block {
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .selector-btn.timer {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sidebar-vitals-container {
    margin-right: 24px;
  }

  .diagnosis-list-block {
    padding-left: 8px;
  }

  .diagnosis-list {
    width: 70%;
  }

  .search-list-item {
    padding-top: 8px;
  }

  .modal-facility-list {
    padding: 16px 16px 32px;
  }

  .item-list {
    width: 54%;
  }

  .diagnostics-tab-modal-wrapper {
    padding-top: 16px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .modal-facility {
    padding: 16px 16px 32px;
  }

  .review-list-block {
    padding-left: 8px;
  }

  .diagnostics-tab-menu {
    margin-left: 0px;
  }

  .diagnostics-tab-link-copy {
    width: 50%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .diagnostics-tab-link-copy.right {
    border-right-style: none;
  }

  .review-time-stamp-wrapper {
    padding-left: 12px;
  }

  .modal-review-h-e {
    padding: 16px 16px 32px;
  }

  .modal-review-wrapper.vitals {
    padding: 16px;
  }

  .modal-review-wrapper.input {
    padding: 16px;
  }

  .modal-review-wrapper.notes-form {
    padding: 0px;
  }

  .modal-review-wrapper.patient-status {
    padding: 8px 16px;
  }

  .modal-review-wrapper.careplan {
    padding: 16px;
  }

  .he-modal-data-block {
    padding-right: 24px;
    padding-left: 24px;
  }

  .modal-review-medication {
    padding: 16px 16px 32px;
  }

  .modal-review-date {
    padding-right: 16px;
    padding-left: 16px;
  }

  .review-medication-status {
    margin-left: 8px;
    float: none;
  }

  .modal-review-vitals {
    padding: 16px 16px 32px;
  }

  .modal-review-vitals-data.vitals {
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal-review-diagnostics {
    padding: 16px 16px 32px;
  }

  .modal-diagnostics {
    padding: 16px 16px 32px;
  }

  .modal-set-prescriptions {
    padding: 16px 16px 32px;
  }

  .medication-set-prescription {
    padding-right: 12px;
    padding-left: 12px;
  }

  .modal-add-drug {
    padding: 16px 16px 32px;
  }

  .modal-add-pharmacy {
    padding: 16px 16px 32px;
  }
}

#w-node-fc919be4-b388-8101-bad3-b369b3ad5776-b3ad5776 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d7367748-8c7a-46d7-46ef-8203e1045c93-e1045c93 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_69a68e1c-2964-b206-0de9-f8d37e8c2b84-7e8c2b84 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f633d7a8-6806-292f-d624-9186dfeb3f3e-dfeb3f2e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c4b67062-7c8b-b2c3-3228-97349d761166-93fc5d07 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4b67062-7c8b-b2c3-3228-97349d761171-93fc5d07 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4b67062-7c8b-b2c3-3228-97349d76117c-93fc5d07 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4b67062-7c8b-b2c3-3228-97349d76118e-93fc5d07 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4b67062-7c8b-b2c3-3228-97349d761199-93fc5d07 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4b67062-7c8b-b2c3-3228-97349d7611a4-93fc5d07 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4b67062-7c8b-b2c3-3228-97349d7611af-93fc5d07 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ab63728a-9e8a-98cc-31e6-dcf1856dc26f-04fc5d09 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6d96660f-41bb-6b35-1a79-2ec8652ec851-04fc5d09 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a33d17c9-49da-717c-1a9b-e0d9fcbb814b-04fc5d09 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_560a8459-eece-eb21-079f-da90495ba177-04fc5d09 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_90623832-13c8-f763-1617-0158e60abdbc-04fc5d09 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_61baf291-4770-26c7-639d-a15968ed875a-04fc5d09 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fbae5886-39d9-b0f7-9d7c-0b9e91e1e45a-04fc5d09 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1671877d-0956-e50a-7e74-624d55d03fa0-55d03f88 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1671877d-0956-e50a-7e74-624d55d03fab-55d03f88 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1671877d-0956-e50a-7e74-624d55d03fb6-55d03f88 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1671877d-0956-e50a-7e74-624d55d03fc8-55d03f88 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1671877d-0956-e50a-7e74-624d55d03fd3-55d03f88 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1671877d-0956-e50a-7e74-624d55d03fde-55d03f88 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1671877d-0956-e50a-7e74-624d55d03fe9-55d03f88 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_54dd126a-e54d-41d7-77df-5d08f6c387cc-8d018700 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4d79d3be-207f-4dc7-3ccf-5e8c1508e2c3-8d018700 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-f633d7a8-6806-292f-d624-9186dfeb3f3e-dfeb3f2e {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_54dd126a-e54d-41d7-77df-5d08f6c387cc-8d018700 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4d79d3be-207f-4dc7-3ccf-5e8c1508e2c3-8d018700 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}