@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
.hk-wrapper .hk-navbar.navbar-light .navbar-brand {
  color: #0068ff;
  font-size: 19px;
}

.patient-header {
  padding: 0 15px;
}
.patient-header-avatar {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  font-size: .9rem;
  width: 2.625rem;
  height: 2.625rem;
}
.patient-header-avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.patient-header-avatar-name {
  white-space: nowrap;
  font-size: 32px;
}
.patient-header-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.patient-header-buttons > div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.doctor-view-tab .nav.nav-tabs .nav-link.active {
  background: transparent;
  border: 1px solid #ced8dc;
  border-bottom: 3px solid #fff;
}

.form-check-inline .form-check-input {
  position: relative;
}

.multiline-label {
  width: 100%;
  border: 2px solid #e0e3e4;
  padding: 0.375rem 0.75rem;
}
.multiline-label-disabled {
  border-color: #f5f5f6;
  color: #c1c6c8;
}

/* circle-bar */
.progressBarCenter .progress-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.progressBarCenter .circle-bar {
  margin: 20px auto;
}

.circle-bar {
  width: 150px;
  height: 150px;
  background: #fefcff;
  border-radius: 50%;
  border: 1px solid #cdcbd0;
  position: relative;
  margin-bottom: 30px;
}
.circle-bar .mask, .circle-bar .fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}
.circle-bar .mask {
  clip: rect(0px, 150px, 150px, 75px);
}
.circle-bar .mask .fill {
  clip: rect(0px, 75px, 150px, 0);
  background: transparent;
}
.circle-bar .inside-circle {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #cdcbd0;
  line-height: 120px;
  text-align: center;
  margin-top: 14px;
  margin-left: 14px;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em;
}
.circle-bar .progress-bar {
  background-color: transparent;
  box-shadow: none;
  background-color: transparent;
  box-shadow: none;
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.circle-bar .progress-bar.progress-bar-green .mask .fill {
  background-color: #95d31aa6;
}
.circle-bar .progress-bar.progress-bar-blue .mask .fill {
  background-color: #8fcbdb;
}
.circle-bar .progress-bar.progress-bar-red .mask .fill {
  background-color: #f5a071;
}

.patient-notification-container .notification-title {
  color: #524c4c;
  margin-right: 3px;
  font-size: 18px;
  font-weight: 500;
}

.patient-card-container {
  margin: 20px 0;
}
.patient-card-container .card {
  margin-bottom: 10px;
  border: none;
  box-shadow: none;
}
.patient-card-container .card .card-header {
  cursor: pointer;
  font-size: 18px;
  background: #99bee0;
  color: #fff;
  border: none;
  box-shadow: none;
}
.patient-card-container .card .card-header .title {
  margin-right: 10px;
}
.patient-card-container .card .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.patient-card-container .card .card-body {
  color: #524c4c;
}

.patient-survey-container {
  display: flex;
  padding: 20px 0;
  color: #524c4c;
}
.patient-survey-container__left {
  display: flex;
  flex-direction: column;
  min-width: 450px;
  margin-right: 50px;
}
.patient-survey-container a {
  color: #0770ac;
}
.patient-survey-container .textList {
  list-style: auto;
  margin-left: 40px;
}

.hk-sec-wrapper {
  border: none;
  box-shadow: none;
}

.hk-wrapper.hk-vertical-nav .hk-nav {
  border: none;
  box-shadow: none;
}

.card {
  border: none;
  box-shadow: none;
}

.round-num {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #eee;
  text-align: center;
  vertical-align: middle;
  padding-top: 15px;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.37);
  background: -webkit-linear-gradient(to bottom, #e5e7e8 3%, #dee1e2 43%, #c3c8c9 100%) !important;
  background: -o-linear-gradient(to bottom, #e5e7e8 3%, #dee1e2 43%, #c3c8c9 100%) !important;
  background: linear-gradient(to bottom, #e5e7e8 3%, #dee1e2 43%, #c3c8c9 100%) !important;
  box-shadow: 0 2px 3px rgba(2, 63, 4, 0.45);
  border-bottom: 2px solid #868686;
  border-top: 1px solid #FFFFFF;
}

.round-num.green {
  background: -webkit-linear-gradient(to bottom, #9DEC73 6%, #37CA37 99%) !important;
  background: -o-linear-gradient(to bottom, #9DEC73 6%, #37CA37 99%) !important;
  background: linear-gradient(to bottom, #9DEC73 6%, #37CA37 99%) !important;
  border-bottom: 2px solid #136D17;
  border-top: 1px solid #B3FF96;
}

.round-num.red {
  background: -webkit-linear-gradient(to bottom, #FF8274 0%, #F8503D 100%) !important;
  background: -o-linear-gradient(to bottom, #FF8274 0%, #F8503D 100%) !important;
  background: linear-gradient(to bottom, #FF8274 0%, #F8503D 100%) !important;
  border-bottom: 2px solid #B80C0C;
  border-top: 1px solid #FFCDCD;
}

.round-num.yellow {
  background: -webkit-linear-gradient(to bottom, #F1E78C 0%, #fcf000 100%) !important;
  background: -o-linear-gradient(to bottom, #F1E78C 0%, #fcf000 100%) !important;
  background: linear-gradient(to bottom, #F1E78C 0%, #fcf000 100%) !important;
  border-bottom: 2px solid #e9d200;
  border-top: 1px solid #eae8c3;
}

.round-num div:nth-child(1),
.round-num div:nth-child(3) {
  font-size: 36px;
}

.round-num div:nth-child(2) {
  font-size: 24px;
}

.puls-p {
  padding-top: 60px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

.body-calendar {
  overflow-x: hidden;
}

body {
  font-family: 'Didact Gothic', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.hk-pg-wrapper {
  background: #fff;
  padding: 80px 0 60px;
  position: relative;
}

h5 {
  font-weight: bold;
}

:root {
  --padding-top-wrapper-screen: 80px;
  --padding-top-wrapper-large-screen: 120px;
  --padding-top-hk-nav-light-screen: 40px;
  --padding-top-hk-nav-light-small-screen: 0px;
}

.hk-pg-wrapper {
  padding-top: var(--padding-top-wrapper-screen);
}
@media screen and (max-width: 1840px) {
  .hk-pg-wrapper {
    padding-top: var(--padding-top-wrapper-large-screen);
  }
}
@media screen and (max-width: 1200px) {
  .hk-pg-wrapper {
    padding-top: var(--padding-top-wrapper-screen);
  }
}

.chats-margin-top {
  padding-top: var(--padding-top-wrapper-screen);
}
@media screen and (max-width: 1840px) {
  .chats-margin-top {
    padding-top: var(--padding-top-wrapper-large-screen);
  }
}
@media screen and (max-width: 1200px) {
  .chats-margin-top {
    padding-top: var(--padding-top-wrapper-screen);
  }
}

.hk-nav-light-doctor {
  padding-top: var(--padding-top-hk-nav-light-small-screen);
}
@media screen and (max-width: 1840px) {
  .hk-nav-light-doctor {
    padding-top: var(--padding-top-hk-nav-light-screen);
  }
}

#installInstructions {
  display: none;
}

@media (display-mode: browser) {
  #installInstructions {
    display: block;
  }
}

/*# sourceMappingURL=sample.css.map */
