@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,600,700&display=swap");
.primary {
  box-shadow: var(--btn-box-shadow);
  border: none;
  font-size: var(--label-font-size);
  -webkit-font-smoothing: auto;
  line-height: 1.6;
  height: 40px !important;
  background-color: var(--background-color-primary);
  border-color: var(--background-color-primary);
  background-image: linear-gradient(96deg, #11c1ff, #078dff);
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  outline: none; }
  .primary.link {
    line-height: 40px;
    display: inline-block; }

.secondary {
  box-shadow: var(--btn-box-shadow);
  border: none;
  font-size: var(--label-font-size);
  -webkit-font-smoothing: auto;
  line-height: 1.6;
  height: 40px !important;
  border: 1px solid var(--text-color-primary);
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  color: var(--text-color-primary);
  border-radius: 4px;
  outline: none;
  cursor: pointer; }
  .secondary a {
    color: var(--text-color-primary); }

* {
  box-sizing: border-box; }

.mt-50 {
  margin-top: 50px !important; }

.mt-20 {
  margin-top: 20px; }

.mt-18 {
  margin-top: 18px; }

.mt-30 {
  margin-top: 30px !important; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-20 {
  margin-left: 20px; }

.ml-15 {
  margin-left: 15px; }

.pl-10 {
  padding-left: 10px !important; }

.pl-30 {
  padding-left: 30px; }

.pt-30 {
  padding-top: 30px; }

.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-22 {
  padding-left: 22px; }

.pl-32 {
  padding-left: 32px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.section-mb {
  margin-bottom: 60px; }

.width-12 {
  width: 12% !important; }

.width-8 {
  width: 8% !important; }

.full-width {
  width: 100% !important; }

.border-none {
  border: none !important; }

.shadow-none {
  box-shadow: none !important; }

.justify-cnt-left {
  justify-content: left !important; }

.flex {
  display: flex;
  justify-content: space-between; }

.justify-center {
  justify-content: center; }

.justify-between {
  justify-content: space-between; }

.justify-end {
  justify-content: flex-end !important; }

.flex-wrap {
  flex-wrap: wrap; }

.align-center {
  align-items: center; }

a {
  text-decoration: none; }

.filter-container {
  position: relative;
  padding-right: 10px; }
  .filter-container .filter-label {
    position: absolute;
    top: -17px;
    color: var(--bluey-grey);
    font-size: 12px; }

.filters-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.search-input {
  font-size: var(--label-font-size);
  height: 40px;
  line-height: 40px;
  color: var(--text-color-dark);
  box-shadow: none;
  border: 1px solid var(--light-grey-color);
  border-radius: 6px;
  width: 250px;
  padding: 4px 11px; }
  .search-input:focus {
    outline: none;
    border-color: var(--purple-color); }
  .search-input.find-search-filter {
    padding: 0;
    padding-left: 11px;
    padding-right: 11px; }

.import-icon {
  width: 20px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }

img {
  max-width: 100%; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
.radio-btn-row {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.radio-btn {
  background-color: #ffffff;
  color: var(--text-color-dark);
  font-size: 16px;
  line-height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px;
  outline: none;
  border: solid 1px var(--light-grey-color); }

.radio-btn-wrapper:first-child .radio-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.radio-btn-wrapper:last-child .radio-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.radio-btn-selected {
  background-color: var(--purple-color);
  border: 1px solid var(--purple-color);
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  outline: none; }

.align-center {
  align-items: center; }

.mt-5 {
  margin-top: 5px; }

/* support popover style start */
.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mr-25 {
  margin-right: 25px; }

.mr-15 {
  margin-right: 15px; }

.mr-10 {
  margin-right: 10px; }

.mr-40 {
  margin-right: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-60 {
  margin-left: 60px; }

/* left nav */
.text-bold {
  font-weight: 700; }

.text-left {
  text-align: left !important; }

/* styles for billing victory charts */
.mt-10 {
  margin-top: 10px; }

.mt-100 {
  margin-top: 100px; }

.mt-7 {
  margin-top: 7px; }

.mt-15 {
  margin-top: 15px; }

.pl-10 {
  padding-left: 10px; }

.pl-13 {
  padding-left: 13px !important; }

/* joyride style */
.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.pl-40 {
  padding-left: 40px; }

.pl-30 {
  padding-left: 30px; }

.pr-40 {
  padding-right: 40px; }

.pr-20 {
  padding-right: 20px; }

.mt-60 {
  margin-top: 60px; }

.mt-65 {
  margin-top: 65px; }

.mb-30 {
  margin-bottom: 30px; }

.mt-50 {
  margin-top: 50px; }

.mt-0 {
  margin-top: 0 !important; }

/* vital and grapg page */
.apexcharts-legend-series {
  border-radius: 4px;
  border: 1px solid var(--light-grey-color);
  padding: 3px; }

/* history timeline style start  */
.timeline-event {
  margin-bottom: 20px; }

.timeline-event-heading {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color-dark);
  position: relative; }

.timeline-event-heading::before {
  content: "";
  width: 4px;
  height: 45px;
  left: -31px;
  position: absolute; }

.event-careplan .timeline-event-heading:before {
  background-image: linear-gradient(175deg, #a911ff, #7007ff); }

.event-appointment .timeline-event-heading:before {
  background-image: linear-gradient(175deg, #fb68ac, #f63774); }

.event-appointment .timeline-event-heading.blue-bg:before {
  background-image: linear-gradient(135deg, #a911ff, #7007ff); }

.event-photos .timeline-event-heading:before {
  background-image: linear-gradient(175deg, #42e6e2, #1fc9c1); }

.event-questionnaire .timeline-event-heading:before {
  background-image: linear-gradient(175deg, #07c5ff, var(--text-color-primary)); }

.event-lab-reports .timeline-event-heading:before {
  background-image: linear-gradient(175deg, #07c5ff, #17a0ca); }

.timeline-event-heading-inner {
  display: inline-block;
  padding: 11.5px 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  min-width: 195px;
  position: relative;
  border-radius: 6px; }

.event-careplan .timeline-event-heading-inner {
  background-color: #ebdbff; }

.event-questionnaire .timeline-event-heading-inner {
  background-color: rgba(5, 197, 255, 0.36); }

.event-appointment .timeline-event-heading-inner {
  background-color: #fdcfdf; }

.event-appointment .timeline-event-heading-inner.blue-bg {
  background-color: #ebdbff; }

.event-photos .timeline-event-heading-inner {
  background-color: #caf4f2; }

.event-lab-reports .timeline-event-heading-inner {
  background-color: rgba(7, 197, 255, 0.25); }

.timeline-event-content {
  background-color: #f6f7fd;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color-dark);
  border-radius: 6px;
  border-top-left-radius: 0;
  position: relative;
  top: -4px;
  border: 0.5px solid rgba(209, 214, 243, 0.42); }

.date-wrap {
  padding: 2px 10px;
  background: transparent;
  color: var(--text-color-dark);
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 15px;
  position: absolute;
  left: -54px;
  top: 8px;
  outline-color: var(--text-color-white);
  /* outline-width: 5px;
  outline-style: solid; */ }

.date-wrap.second {
  top: 162px; }

.date-wrap.third {
  top: 312px; }

.prescription-image {
  width: 60px;
  height: 60px; }

.test-result-content.photos {
  width: auto;
  cursor: pointer;
  position: relative;
  width: 130px;
  height: 130px;
  text-align: center;
  border-radius: 6px; }

.test-result-content.photos:after {
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  border-radius: 6px; }

.test-result-content img {
  width: 52px;
  cursor: pointer; }

.test-result-content.photos img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border: 0px solid transparent;
  transition: all 0.2s 0s;
  filter: blur(0px); }

.test-result-content.photos .text {
  z-index: 4;
  position: absolute;
  font-family: var(--base-font);
  font-weight: 600;
  font-size: var(--base-font-size);
  top: 46%;
  left: 0px;
  width: 100%;
  text-align: center;
  color: white; }

.test-result-content.photos:hover img {
  border: 3px solid #dedede;
  filter: blur(1px); }

.history-print-btn {
  position: absolute;
  top: 5px;
  right: 4px; }

.history-print-btn button {
  z-index: 1; }

/* history timeline style end  */
.image-icon .icon {
  max-width: 15px; }

.image-icon + .image-icon {
  margin-left: 10px; }

.booked-toogle-wrapper {
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 16px; }

.toggle-label {
  color: var(--text-color-dark);
  font-size: 14px;
  padding-right: 10px;
  font-weight: 600; }

.pd-10 {
  padding: 10px; }

.purple-link,
.purple-link:hover {
  color: var(--purple-color); }

.form-type-modal .ant-btn.secondary-btn {
  width: 49%; }

.form-type-modal .ant-btn.ant-btn-primary {
  width: 49%;
  margin-left: 12px;
  font-weight: 600; }

.sch-title {
  font-size: 14px;
  color: var(--text-color-dark);
  font-weight: 600; }

.sch-head {
  font-size: 13px;
  line-height: 16px;
  color: var(--text-color-dark);
  font-weight: normal;
  margin-bottom: 10px; }

.heart-icon-red {
  color: var(--text-color-red);
  vertical-align: middle; }

/*  book demo style start */
.demo-btn-wrapper {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 99;
  transition: all 0.3s 0s; }

.demo-btn-wrapper.with-popup {
  background-color: white;
  width: 252px;
  border-radius: 6px;
  box-shadow: var(--btn-box-shadow);
  padding: 20px 15px;
  color: var(--text-color-dark); }

.demo-btn-wrapper .heading,
.demo-btn-wrapper .desc,
.demo-btn-wrapper .popup-close {
  display: none; }

.demo-btn-wrapper.with-popup .heading {
  font-weight: bold;
  display: block; }

.demo-btn-wrapper.with-popup .desc {
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 5px;
  color: var(--text-color-dark);
  display: block; }

.demo-btn-wrapper.with-popup .popup-close {
  color: var(--text-color-dark);
  position: absolute;
  right: 8px;
  top: 8px;
  display: block; }

.pagination-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .pagination-wrapper .result-label {
    font-size: 12px; }
    .pagination-wrapper .result-label .result-count {
      font-weight: 600;
      font-size: 14px; }
  .pagination-wrapper .pagination {
    margin: 10px 0;
    text-align: center; }
    .pagination-wrapper .pagination li {
      display: inline-block;
      min-width: 30px;
      height: 30px;
      text-align: center;
      margin-right: 8px; }
      .pagination-wrapper .pagination li.prev, .pagination-wrapper .pagination li.next {
        border-radius: 6px;
        box-shadow: 0 2px 8px 0 var(--cloudy-blue-28);
        border: solid 1px var(--light-grey-color);
        font-size: 13px; }
      .pagination-wrapper .pagination li a {
        padding-top: 5px;
        display: block;
        color: var(--text-color-dark); }
        .pagination-wrapper .pagination li a.current {
          color: var(--text-color-primary); }

.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  background: white;
  color: black;
  width: 300px;
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  border: 1px solid var(--light-grey-color);
  box-shadow: 0px 5px 15px rgba(189, 194, 220, 0.6); }

.style5 .tooltip {
  background: #1e252b;
  color: #ffffff;
  max-width: 200px;
  width: auto;
  font-size: 0.8rem;
  padding: 0.5em 1em; }

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px; }

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: white; }

.style5 .tooltip .tooltip-arrow {
  border-color: #1e252b; }

.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px; }

.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px; }

.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px; }

.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0; }

.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px; }

.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0; }

.employee-card-container {
  min-width: 258px;
  width: 30%;
  background: #ffffff;
  border: 1px solid #d1d6f3;
  box-sizing: border-box;
  box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
  border-radius: 10px;
  padding: 30px 0 30px 20px; }
  .employee-card-container.pd-13 {
    padding-top: 13px;
    padding-bottom: 13px; }
  .employee-card-container .employee-card-result {
    font-size: 48px;
    line-height: 57px;
    letter-spacing: -0.6px;
    color: #2e384d;
    margin-left: -5px; }
    .employee-card-container .employee-card-result .with-date {
      font-size: 28px;
      line-height: 32px;
      color: #2e384d; }
  .employee-card-container .employee-card-rating {
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize; }
    .employee-card-container .employee-card-rating.green-text {
      color: #2db744; }
    .employee-card-container .employee-card-rating.red-text {
      color: #e84a50; }
  .employee-card-container .employee-saving-icon {
    width: 48px; }
  .employee-card-container .employee-saving-amount {
    font-size: 44px;
    line-height: 52px;
    letter-spacing: -0.6px;
    color: #2e384d; }
  .employee-card-container .employee-saving-till-date {
    font-size: 15px;
    line-height: 22px;
    color: #8798ad; }

.employee-card-title {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.21333px;
  text-transform: uppercase;
  color: #353949; }

.dashboard-specialty-section-container {
  width: 40%;
  background: #ffffff;
  border: 1px solid #d1d6f3;
  box-sizing: border-box;
  box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.3);
  border-radius: 10px;
  padding: 32px 24px 50px 24px; }
  .dashboard-specialty-section-container.provider-coverage {
    width: 40%;
    border-radius: none;
    padding: 0 24px 50px 24px;
    border: none;
    box-shadow: none; }
  .dashboard-specialty-section-container .title {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.21333px;
    text-transform: uppercase;
    color: #353949; }
  .dashboard-specialty-section-container .specialty-title {
    font-size: 15px;
    line-height: 18px;
    color: #2e384d; }
  .dashboard-specialty-section-container .specialty-status {
    padding: 9px 16px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.12px;
    text-transform: uppercase; }
    .dashboard-specialty-section-container .specialty-status.green-bg-with-text {
      color: #2db744;
      background: #dff4e3; }
    .dashboard-specialty-section-container .specialty-status.red-bg-with-text {
      color: #e84a50;
      background: #fce4e5; }
    .dashboard-specialty-section-container .specialty-status.orange-bg-with-text {
      color: #ffb573;
      background: #fff4ea; }

.dashboard-bottom-section-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 57%; }
  .dashboard-bottom-section-container .employee-card-container {
    width: 24%;
    padding: 30px 10px 30px 20px;
    min-width: 200px; }
    @media (max-width: 1300px) {
      .dashboard-bottom-section-container .employee-card-container {
        padding: 20px 20px; } }
    @media (max-width: 1300px) {
      .dashboard-bottom-section-container .employee-card-container .employee-card-result {
        font-size: 40px; } }

.dashboard-mid-sec-wrapper-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: #ffffff;
  border: 1px solid #d1d6f3;
  box-sizing: border-box;
  box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
  border-radius: 10px;
  width: 33%; }
  .dashboard-mid-sec-wrapper-left .employee-card-container {
    width: 100%;
    box-shadow: none;
    border: none; }
  @media (max-width: 1300px) {
    .dashboard-mid-sec-wrapper-left .employee-card-container {
      width: 100%; }
    .dashboard-mid-sec-wrapper-left .employee-saving-amount {
      font-size: 40px; } }

.line-chart-container {
  width: 63%;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #d1d6f3;
  box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
  border-radius: 10px;
  padding: 30px 20px 10px 20px; }
  .line-chart-container .line-chart-inner-container {
    display: flex;
    justify-content: flex-end;
    font-size: 15px;
    line-height: 22px;
    color: #8798ad; }
    .line-chart-container .line-chart-inner-container .line-chart-appointment-type {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #2e5bff;
      position: relative;
      display: inline-block;
      margin-right: 5px;
      vertical-align: baseline; }
      .line-chart-container .line-chart-inner-container .line-chart-appointment-type.bg-purple {
        background-color: #8c54ff; }

.line-chart-width {
  width: 100%;
  height: 260px !important; }

.bold {
  font-weight: bold; }

.with-date {
  font-size: 28px;
  line-height: 32px;
  color: #2e384d; }

@media (max-width: 1300px) {
  .dashboard-container-pd {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
#container {
  width: 200px;
  margin: 20px auto;
  height: 100px; }

.progress-bar-main-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .progress-bar-main-wrapper .progress-bar-text {
    margin-top: -40px;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 1.21333px;
    text-transform: uppercase;
    color: #8798ad; }

.progress-bar-container {
  background: #ffffff;
  border: 1px solid #d1d6f3;
  box-sizing: border-box;
  box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
  border-radius: 10px;
  width: 30%; }

.text-center {
  text-align: center; }

.divider {
  border-bottom: 1px solid var(--light-grey-color);
  height: 5px; }
  .divider.ml-mr-34 {
    margin-left: 34px;
    margin-right: 34px; }

.ecal-top-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.download_file_link {
  display: inline-block;
  width: 30px;
  height: 22px; }

.download_bg {
  background-image: url(../images/export.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.download_bg:hover {
  background-image: url(../images/export_colored.svg); }

.width-30 {
  width: 30px;
  height: 67px; }

.wdt-49per {
  width: 49%; }

.download_bill {
  display: inline-block;
  width: 30px;
  height: 22px; }

.print_link_btn {
  display: inline-block;
  width: 24px;
  height: 18px;
  background-image: url(../images/print-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px auto; }

.print_link_btn:hover,
.print_link_btn:focus {
  background-image: url(../images/print-icon-hover.svg); }

.photo-attach-container {
  display: flex;
  align-items: center; }
  .photo-attach-container .prescription-attach-file {
    width: 100px;
    margin-right: 20px;
    border: 1px solid #d1d6f3; }

.page-heading {
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  color: var(--text-color-dark);
  margin-bottom: 6px; }

.page-sub-heading {
  font-size: 13px;
  line-height: 16px;
  color: var(--text-color-dark); }

.text-purple {
  color: var(--purple-color); }

.section-heading {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000; }

.card {
  border: 1px solid var(--light-grey-color);
  box-sizing: border-box;
  box-shadow: 0px 4px 14px rgba(209, 214, 243, 0.4);
  border-radius: 6px;
  background-color: white; }
  .card.p-20 {
    padding: 20px; }
  .card.p-30 {
    padding: 30px; }
  .card .card-heading {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--text-color-dark); }

.carousal-img {
  width: 100%; }
  .carousal-img img {
    max-width: 100%;
    border-radius: 10px; }

.view-all {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #078dff; }

.month-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block; }
  .month-indicator.blue {
    background: #2782d2; }
  .month-indicator.orange {
    background: #fba42e; }
  .month-indicator.green {
    background: #3dbf41; }

.text-blue {
  color: #2782d2; }

.text-orange {
  color: #fba42e; }

.text-green {
  color: #3dbf41; }

.campaign-dropdown-container {
  width: 150px;
  position: relative; }

.campaign-dropdown-container:after {
  /* content: "\f078"; */
  content: "";
  /* font: normal normal normal 17px/1 FontAwesome; */
  color: var(--text-color-dark);
  top: 18px;
  right: 20px;
  height: 27px;
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--light-grey-color); }

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  padding: 8px 10px;
  min-width: 140px;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 var(--cloudy-blue-28);
  border: 1px solid var(--light-grey-color);
  outline: none;
  color: var(--text-color-dark); }

.today-line {
  border-left: 1px solid black;
  position: relative;
  padding-top: 49px; }
  .today-line span {
    position: absolute;
    bottom: -23px;
    left: -21px;
    display: inline-block; }

.flex-column {
  flex-direction: column; }

.w-30 {
  width: 30%; }

.w-48 {
  width: 48%; }

.width-rem-35p {
  width: calc(100% - 38%); }

.width-rem-258 {
  width: calc(100% - 278px) !important; }

.max-width-100 {
  max-width: 100% !important; }

.min-width-auto {
  min-width: auto !important; }

.red-text {
  color: var(--text-color-red); }

.purple-text {
  color: var(--purple-color); }

.green-text {
  color: var(--text-color-green); }

.blue-text {
  color: var(--bright-sky-blue); }

.calories-text {
  color: #ff6489; }

.excercise-text {
  color: #8ff228; }

.steps-text {
  color: #2adfeb; }

.purple-link {
  color: var(--purple-color); }

.width-rem-50p {
  width: 40%; }
  .width-rem-50p .doc-appointment-card {
    width: 100% !important; }
    .width-rem-50p .doc-appointment-card.prescription-container {
      padding: 5px 10px; }
    .width-rem-50p .doc-appointment-card .time {
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      color: #999ebc; }
      .width-rem-50p .doc-appointment-card .time span {
        color: var(--purple-color); }
    .width-rem-50p .doc-appointment-card .doc-appointment-inner-right {
      width: 100% !important; }
      .width-rem-50p .doc-appointment-card .doc-appointment-inner-right .priscription-detail-wrapper {
        display: flex;
        justify-content: space-between; }
        .width-rem-50p .doc-appointment-card .doc-appointment-inner-right .priscription-detail-wrapper .prescription-attach-file {
          width: 90px;
          border: 1px solid #d1d6f3; }
          .width-rem-50p .doc-appointment-card .doc-appointment-inner-right .priscription-detail-wrapper .prescription-attach-file img {
            max-width: 100%; }

.fn-10 {
  font-size: 10px !important; }

.fn-12 {
  font-size: 12px !important; }

.fn-14 {
  font-size: 14px !important; }

.fn-16 {
  font-size: 16px !important; }

.fn-20 {
  font-size: 20px !important; }

.color-pink {
  color: var(--pink-color) !important; }

.color-bluey-grey {
  color: var(--bluey-grey); }

.ln-height-14 {
  line-height: 14px !important; }

.grey-txt {
  color: var(--bluey-grey);
  font-size: 12px;
  margin-top: 4px; }

.healthprogressbar {
  width: 40px;
  height: 40px; }

.tab-heading {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--bluey-grey);
  font-size: 13px;
  padding-left: 35px; }

.filter-search .search-input {
  padding-top: 0;
  padding-bottom: 0; }
@media (max-width: 1400px) {
  .filter-search .search-input {
    width: 180px; } }

.grey-text {
  color: var(--dark-grey) !important; }

.light-grey-text {
  color: #b5b5c3; }

.text-small {
  font-size: 11px; }

.lh-1 {
  line-height: 1; }

.link-btn-hollow {
  display: inline-block;
  color: var(--background-color-primary);
  border-radius: 6px;
  border: 1px solid var(--background-color-primary);
  padding: 8px 20px;
  font-size: 14px; }

.text-right {
  text-align: right; }

.inner-content-container {
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px; }

.modal-open-text {
  color: #ffffff; }

.modal-txt-input {
  width: 100%;
  padding: 10px; }

.add-icon {
  background-image: url(../images/plus-icon.svg);
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: sub;
  margin-left: 2px; }

.add-new-member-modal .field-container {
  display: flex; }
.add-new-member-modal .modal-form-input {
  display: flex;
  flex-direction: column;
  position: relative; }
  .add-new-member-modal .modal-form-input label {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: bold; }
  .add-new-member-modal .modal-form-input input {
    width: 100%;
    border: 1px solid var(--light-grey-color);
    background-color: white;
    outline: none;
    border-radius: 6px;
    height: 40px;
    padding: 10px 20px 10px 10px;
    box-sizing: border-box; }
    .add-new-member-modal .modal-form-input input:focus {
      outline: none;
      border-color: var(--purple-color); }
  .add-new-member-modal .modal-form-input select {
    height: 40px;
    border: 1px solid var(--light-grey-color);
    background-color: white;
    outline: none;
    border-radius: 6px;
    padding: 10px 20px 10px 10px;
    appearance: none; }
    .add-new-member-modal .modal-form-input select option {
      height: 40px; }
  .add-new-member-modal .modal-form-input .arrow {
    display: inline-block;
    background-image: url(../images/down-arrow.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 42px;
    right: 20px; }

.form-container {
  width: 100%; }
  .form-container .input-container {
    margin-bottom: 20px; }
    .form-container .input-container label {
      font-size: var(--label-font-size);
      font-weight: bold;
      color: var(--text-color-dark);
      line-height: 19px;
      margin-bottom: 10px;
      display: inline-block; }
    .form-container .input-container input {
      border: 1px solid var(--light-grey-color);
      height: 40px;
      box-shadow: none;
      font-size: var(--title-font-size);
      line-height: 15px;
      border-radius: 5px;
      color: rgba(0, 0, 0, 0.65);
      width: 100%;
      padding: 5px 10px;
      outline: none;
      background: white; }
      .form-container .input-container input:focus {
        border: 1px solid var(--purple-color);
        box-shadow: none; }
    .form-container .input-container textarea {
      width: 100%;
      border: 1px solid var(--light-grey-color);
      background: white;
      font-size: var(--title-font-size);
      line-height: 15px;
      border-radius: 5px;
      padding: 10px;
      outline: none; }
      .form-container .input-container textarea:focus {
        border: 1px solid var(--purple-color);
        box-shadow: none; }
  @media (max-width: 600px) {
    .form-container .flex {
      flex-direction: column; } }
  .form-container .flex .input-container {
    margin-bottom: 30px; }
    @media (max-width: 600px) {
      .form-container .flex .input-container.w-48 {
        width: 100%; } }
    @media (max-width: 600px) {
      .form-container .flex .input-container.w-48:first-child {
        margin-bottom: 20px; } }
    .form-container .flex .input-container.w-48:last-child {
      margin-bottom: 0; }

.modal {
  font-size: 14px; }
  .modal.modal-w-700 {
    max-width: 700px !important; }
  .modal.welcome-modal {
    max-width: 700px !important;
    padding: 0;
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
    .modal.welcome-modal .heading {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 10px;
      color: var(--text-color-dark); }
    .modal.welcome-modal .primary {
      width: 40%;
      margin-left: 0; }
    .modal.welcome-modal .close-modal {
      width: 12px !important;
      height: 12px !important;
      top: 14px !important;
      right: 18px !important; }
  .modal .header {
    padding: 20px 20px 20px 40px;
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #dfe3e9;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -15px;
    font-size: 25px;
    font-weight: 600;
    color: var(--text-color-dark); }
  .modal .modal-content {
    padding: 30px 10px 20px 10px; }
  .modal textarea {
    border: 1px solid var(--light-grey-color);
    background: white; }
  .modal .footer {
    background: var(--app-background-primary);
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    margin-left: -30px;
    margin-right: -30px;
    padding: 20px 40px;
    margin-bottom: -20px;
    border-top: 1px solid #e8e8e8; }
  .modal .close-modal {
    background-image: url(../images/close-icon-black.svg) !important;
    background-repeat: no-repeat;
    width: 15px !important;
    height: 15px !important;
    top: 28px !important;
    right: 20px !important; }
  .modal .secondary {
    width: 49%;
    color: var(--text-color-primary);
    font-size: 14px !important;
    font-weight: 600;
    border-radius: 6px !important; }
  .modal .primary {
    width: 49%;
    margin-left: 10px;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600; }

.welcome-modal-container {
  max-width: 80%;
  margin: 0 auto 20px;
  font-size: 14px;
  color: var(--text-color-dark); }
  .welcome-modal-container .welcome-image {
    background-image: url(../images/welcome-modal-img.svg);
    background-position: center;
    background-size: 300px 190px;
    background-repeat: no-repeat;
    width: 100%;
    height: 190px; }

#myProgress {
  width: 100%;
  background-color: #ddd; }
  #myProgress #myBar {
    width: 1%;
    height: 15px;
    border-radius: 10px;
    background-color: var(--purple-color); }

.empty-state-wrapper {
  text-align: center;
  margin-top: 100px; }
  .empty-state-wrapper .empty-text {
    max-width: 350px;
    margin: 20px auto;
    color: var(--bluey-grey); }
  .empty-state-wrapper .empty-icon {
    width: 100px;
    height: 100px;
    background: url("../images/empty-box.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 20px auto; }

button.default {
  box-shadow: var(--btn-box-shadow);
  border: none;
  font-size: var(--label-font-size);
  -webkit-font-smoothing: auto;
  line-height: 1.6;
  height: 40px !important;
  background-color: white;
  border-color: white;
  background-image: none;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  background-image: none;
  transition: all 0.5s ease-out; }
  button.default:hover, button.default:focus {
    color: var(--purple-color);
    background-color: var(--purple-color);
    border-color: var(--purple-color);
    background-image: var(--purple-gradient-bg); }
  button.default.button-with-icon {
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center; }
    button.default.button-with-icon.map-marker {
      background-image: url(../images/map-marker.svg); }
      button.default.button-with-icon.map-marker:hover, button.default.button-with-icon.map-marker:focus {
        background-image: url(../images/map-marker-hover.svg); }
      button.default.button-with-icon.map-marker.selected {
        background-color: var(--purple-color);
        background-image: url(../images/map-marker-hover.svg); }
    button.default.button-with-icon.list-marker {
      background-image: url(../images/list.svg); }
      button.default.button-with-icon.list-marker:hover, button.default.button-with-icon.list-marker:focus {
        background-image: url(../images/list-hover.svg); }
      button.default.button-with-icon.list-marker.selected {
        background-color: var(--purple-color);
        background-image: url(../images/list-hover.svg); }

.width-100 {
  width: 100% !important; }

.mb-40 {
  margin-bottom: 40px; }

.provider-content-divider {
  border-bottom: 1px solid var(--light-grey-color);
  height: 5px;
  margin-left: -30px;
  margin-right: -30px; }

.action {
  cursor: pointer; }
  .action i {
    font-size: 20px; }

:root {
  --text-color-dark: #353949;
  --text-color-red: #f63774;
  --text-color-green: #1fc9c1;
  --text-color-yellow: #fecd2f;
  --bright-sky-blue: #11c1ff;
  --color-white: #ffffff;
  --icons-color: #656565;
  --base-font-size: 14px;
  --dark-grey: #707070;
  --dark-grey-2: #4d4d4d;
  --light-background-grey: rgba(230, 236, 243, 0.47);
  --text-color-primary: #078dff;
  --primary-gradient-bg: linear-gradient(101deg, #11c1ff, #078dff);
  --primary-gradient-bg-opp: linear-gradient(101deg, #078dff, #11c1ff);
  --background-color-primary: #078dff;
  --light-primary-color: rgb(219, 245, 232);
  --light-primary-hover-color: rgba(219, 245, 232, 0.5);
  --background-hover-color-primary: #078dff;
  --btn-box-shadow: 0 0 0 1px rgba(215, 215, 241, 0.03),
    0 2px 5px 0 rgba(49, 49, 93, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  /* --btn-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
  /* --app-background-primary: #e8efef; */
  /* --app-background-primary: #f7f7f7; */
  --app-background-primary: #f8faff;
  --title-font-size: 16px;
  --box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
  --base-font: "Muli", sans-serif;
  --select-box-shadow: 0 2px 8px rgba(189, 194, 220, 0.4);
  --light-grey-color: #d1d6f3;
  --cloudy-blue-28: rgba(189, 194, 220, 0.28);
  --box-shadow-btn: 0 5px 4px 0 rgba(209, 214, 243, 0.4);
  --default-btn-shadow: 0 5px 25px 0 rgba(189, 194, 220, 0.4);
  --purple-gradient-bg: linear-gradient(135deg, #a911ff, #7007ff);
  --bluey-grey: #999ebc;
  --label-font-size: 14px;
  --purple-color: #7007ff;
  --pink-color:#BD37F6;
  --small-font: 12px;
  --purple-hover-color: #5c00da;
  --block-box-shadow: 0 2px 8px 0 rgba(189, 194, 220, 0.28);
  --blue-color: #0748ff; }

@media (min-width: 1681px) {
  :root {
    --base-font-size: 15px; } }
* {
  padding: 0;
  margin: 0;
  font-family: "Muli", sans-serif !important; }

.main-wrapper {
  background: var(--app-background-primary);
  color: rgba(0, 0, 0, 0.65); }
  .main-wrapper .top-nav-container {
    background: white;
    height: 70px; }
    .main-wrapper .top-nav-container .top-wrapper {
      position: fixed;
      width: 100%;
      z-index: 3;
      height: 70px;
      background: white;
      box-shadow: 0 2px 25px 0 rgba(189, 194, 220, 0.4);
      outline: solid 1px #d1d6f3;
      border-top: none; }
      .main-wrapper .top-nav-container .top-wrapper .top-nav-inner {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .main-wrapper .top-nav-container .top-wrapper .top-nav-inner .kulcare-logo {
          width: 120px; }
          .main-wrapper .top-nav-container .top-wrapper .top-nav-inner .kulcare-logo img {
            max-width: 100%; }
  .main-wrapper .top-profile-container {
    display: flex;
    align-items: center;
    border-top: 1px solid var(--light-grey-color);
    margin-top: 20px;
    padding-top: 18px;
    padding-left: 35px; }
    .main-wrapper .top-profile-container .doc-profile-info {
      margin-left: 10px;
      font-size: 12px;
      line-height: normal; }
      .main-wrapper .top-profile-container .doc-profile-info .doc-name {
        font-size: 14px;
        line-height: 18px;
        color: #353949;
        text-transform: capitalize;
        font-weight: bold; }
      .main-wrapper .top-profile-container .doc-profile-info .doc-designation {
        font-size: 12px;
        color: var(--bluey-grey);
        text-transform: capitalize; }
    .main-wrapper .top-profile-container .profile {
      width: 35px;
      cursor: pointer; }
      .main-wrapper .top-profile-container .profile img {
        max-width: 100%;
        border-radius: 50%; }
  .main-wrapper .company-logo {
    width: 135px;
    height: 25px;
    padding-left: 35px;
    margin-top: 30px; }
    .main-wrapper .company-logo img {
      max-height: 100%; }
  .main-wrapper .kulcare-logo {
    width: 110px;
    margin-left: 37px;
    margin-bottom: 15px; }
  .main-wrapper .hero-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .main-wrapper .hero-wrapper .main-left-nav-wrapper {
      width: 200px;
      height: 100vh;
      padding-top: 20px;
      padding-right: 20px;
      padding-left: 20px; }
      .main-wrapper .hero-wrapper .main-left-nav-wrapper .main-left-nav-inner {
        position: fixed;
        width: 200px;
        overflow-y: auto;
        height: 100%; }
      .main-wrapper .hero-wrapper .main-left-nav-wrapper li {
        list-style: none;
        margin-bottom: 0;
        height: 40px;
        line-height: 39px;
        outline: none;
        font-size: var(--base-font-size); }
        .main-wrapper .hero-wrapper .main-left-nav-wrapper li a {
          color: rgba(0, 0, 0, 0.65);
          text-decoration: none;
          display: inline-block;
          width: 100%;
          height: 40px; }
          .main-wrapper .hero-wrapper .main-left-nav-wrapper li a:hover {
            color: var(--text-color-primary);
            background: transparent; }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a:hover .start {
              background-image: url(../images/start-hover.svg); }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a:hover .appointment {
              background-image: url(../images/appointments/hover.svg); }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a:hover .patients {
              background-image: url(../images/patients/hover.svg); }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a:hover .employee {
              background-image: url(../images/employee-hover.svg); }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a:hover .doctor {
              background-image: url(../images/doctor-icons/hover.png);
              width: 23px; }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a:hover .settings {
              background-image: url(../images/settings/hover.svg); }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a:hover .ecal {
              background-image: url(../images/Ecal/hover.png); }
          .main-wrapper .hero-wrapper .main-left-nav-wrapper li a.active {
            background: var(--primary-gradient-bg);
            border-radius: 10px;
            color: #ffffff; }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a.active .start {
              background-image: url(../images/start-selected.svg);
              background-repeat: no-repeat; }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a.active .appointment {
              background-image: url(../images/appointments/selected.svg);
              background-repeat: no-repeat; }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a.active .patients {
              background-image: url(../images/patients/selected.svg);
              background-repeat: no-repeat; }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a.active .employee {
              background-image: url(../images/employee-selected.svg);
              background-repeat: no-repeat; }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a.active .doctor {
              background-image: url(../images/doctor-icons/selected.png);
              width: 24px; }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a.active .settings {
              background-image: url(../images/settings/selected.svg); }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a.active .ecal {
              background-image: url(../images/Ecal/selected.png); }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a.active .discover-doctors {
              background-image: url(../images/employee-selected.svg);
              background-repeat: no-repeat; }
          .main-wrapper .hero-wrapper .main-left-nav-wrapper li a span {
            display: inline-block; }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a span.left-nav-icon {
              width: 30px;
              height: 30px;
              background-size: contain;
              display: inline-block;
              background-repeat: no-repeat;
              background-position-x: right;
              vertical-align: middle;
              margin-left: 30px; }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a span.start {
              background: url(../images/start-normal.svg); }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a span.employee {
              background-image: url(../images/employee-normal.svg); }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a span.appointment {
              background-image: url(../images/appointments/normal.svg); }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a span.patients {
              background-image: url(../images/patients/normal.svg); }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a span.doctor {
              background-image: url(../images/doctor-icons/normal.png);
              width: 23px; }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a span.ecal {
              background-image: url(../images/Ecal/normal.png); }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a span.settings {
              background-image: url(../images/settings/normal.svg);
              margin-left: 25px; }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a span.discover-doctors {
              background-image: url(../images/employee-normal.svg); }
            .main-wrapper .hero-wrapper .main-left-nav-wrapper li a span.left-nav-text {
              padding-left: 6px; }
              .main-wrapper .hero-wrapper .main-left-nav-wrapper li a span.left-nav-text.doctor {
                padding-left: 15px; }
    .main-wrapper .hero-wrapper .main-right-content-wrapper {
      width: calc(100% - 250px);
      padding: 30px;
      background-color: white;
      box-shadow: 0 5px 25px 0 rgba(189, 194, 220, 0.4);
      border: solid 1px #d1d6f3;
      min-height: 100vh;
      position: relative; }
      .main-wrapper .hero-wrapper .main-right-content-wrapper .header-subtitle-below-text {
        font-size: 14px;
        font-family: var(--base-font);
        font-weight: 600;
        color: var(--text-color-dark);
        width: 60%; }
      .main-wrapper .hero-wrapper .main-right-content-wrapper .filter-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .main-wrapper .hero-wrapper .main-right-content-wrapper .filter-wrapper .filter-title {
          font-size: 14px;
          color: var(--text-color-dark);
          vertical-align: middle; }
      .main-wrapper .hero-wrapper .main-right-content-wrapper .top-content-divider {
        border-bottom: 1px solid var(--light-grey-color);
        height: 5px;
        margin-left: -50px;
        margin-right: -50px; }
      .main-wrapper .hero-wrapper .main-right-content-wrapper .doctor-img {
        width: 5%; }
        .main-wrapper .hero-wrapper .main-right-content-wrapper .doctor-img .table-doctor-image {
          width: 32px;
          vertical-align: middle;
          border-radius: 50%; }
      .main-wrapper .hero-wrapper .main-right-content-wrapper .employee-id {
        width: 10%; }
      .main-wrapper .hero-wrapper .main-right-content-wrapper .employee-name {
        width: 15%; }
      .main-wrapper .hero-wrapper .main-right-content-wrapper .employee-number {
        width: 12%; }
      .main-wrapper .hero-wrapper .main-right-content-wrapper .employee-destination {
        width: 10%; }
      .main-wrapper .hero-wrapper .main-right-content-wrapper .employee-department {
        width: 10%; }
      .main-wrapper .hero-wrapper .main-right-content-wrapper .employee-location {
        width: 10%; }
      .main-wrapper .hero-wrapper .main-right-content-wrapper .employee-timing {
        width: 15%; }
      .main-wrapper .hero-wrapper .main-right-content-wrapper .employee-kul-point {
        width: 10%; }
      .main-wrapper .hero-wrapper .main-right-content-wrapper .employee-redeem {
        width: 10%; }
      .main-wrapper .hero-wrapper .main-right-content-wrapper .employee-action {
        width: 5%; }
      .main-wrapper .hero-wrapper .main-right-content-wrapper .employee-health-score {
        width: 10%; }
        .main-wrapper .hero-wrapper .main-right-content-wrapper .employee-health-score .progress-bar-main-wrapper {
          position: relative; }
          .main-wrapper .hero-wrapper .main-right-content-wrapper .employee-health-score .progress-bar-main-wrapper .progress-bar-inner {
            position: absolute;
            top: -2px;
            left: 10px; }
      .main-wrapper .hero-wrapper .main-right-content-wrapper .appointment-heading {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #000000; }
      .main-wrapper .hero-wrapper .main-right-content-wrapper .doc-appointment-card-container {
        display: flex; }
        .main-wrapper .hero-wrapper .main-right-content-wrapper .doc-appointment-card-container .doc-appointment-card {
          display: flex;
          width: 280px;
          background: #ffffff;
          box-shadow: 0px 4px 14px rgba(209, 214, 243, 0.4);
          border: 1px solid var(--light-grey-color);
          border-radius: 6px;
          position: relative; }
          .main-wrapper .hero-wrapper .main-right-content-wrapper .doc-appointment-card-container .doc-appointment-card .doc-appointment-inner-left {
            width: 25%;
            background: linear-gradient(180deg, #11c1ff 0%, #078dff 100%);
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 13px 15px;
            color: #ffffff;
            font-weight: 600;
            border-top-left-radius: 6px;
            border-bottom-left-radius: 6px; }
            .main-wrapper .hero-wrapper .main-right-content-wrapper .doc-appointment-card-container .doc-appointment-card .doc-appointment-inner-left .doc-appointment-month {
              font-size: 12px;
              line-height: 14px; }
            .main-wrapper .hero-wrapper .main-right-content-wrapper .doc-appointment-card-container .doc-appointment-card .doc-appointment-inner-left .doc-appointment-date {
              font-size: 32px;
              line-height: 40px; }
            .main-wrapper .hero-wrapper .main-right-content-wrapper .doc-appointment-card-container .doc-appointment-card .doc-appointment-inner-left .doc-appointment-time {
              font-size: 8px;
              line-height: 12px;
              letter-spacing: 2px;
              text-transform: uppercase; }
          .main-wrapper .hero-wrapper .main-right-content-wrapper .doc-appointment-card-container .doc-appointment-card .doc-appointment-inner-right {
            width: 75%;
            padding: 20px;
            display: flex;
            flex-direction: column;
            font-weight: 600; }
            .main-wrapper .hero-wrapper .main-right-content-wrapper .doc-appointment-card-container .doc-appointment-card .doc-appointment-inner-right .doc-appointment-clinic-name {
              font-size: 8px;
              line-height: 10px;
              letter-spacing: 2px;
              text-transform: uppercase;
              color: #999ebc; }
            .main-wrapper .hero-wrapper .main-right-content-wrapper .doc-appointment-card-container .doc-appointment-card .doc-appointment-inner-right .doc-appointment-doctor-name {
              font-size: 12px;
              line-height: 15px;
              color: #353949; }
            .main-wrapper .hero-wrapper .main-right-content-wrapper .doc-appointment-card-container .doc-appointment-card .doc-appointment-inner-right .cancel-btn {
              background: rgba(246, 55, 116, 0.15);
              border-radius: 4px;
              width: 62px;
              padding: 5px 10px;
              font-size: 8px;
              line-height: 10px;
              text-align: center;
              letter-spacing: 2px;
              text-transform: uppercase;
              color: #f63774;
              border: none; }
          .main-wrapper .hero-wrapper .main-right-content-wrapper .doc-appointment-card-container .doc-appointment-card .doc-appointment-top-icon {
            position: absolute;
            top: 0;
            right: 0; }
            .main-wrapper .hero-wrapper .main-right-content-wrapper .doc-appointment-card-container .doc-appointment-card .doc-appointment-top-icon.top-right {
              top: -6px;
              right: -14px; }

.table-data-container td {
  padding: 20px;
  border-bottom: 1px solid #e8e8e8;
  color: var(--text-color-dark);
  font-size: 14px;
  padding: 20px 12px !important; }

.table-heading-container {
  text-align: left; }
  .table-heading-container th {
    color: var(--bluey-grey);
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px !important;
    padding-bottom: 5px !important;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 500;
    padding-bottom: 5px; }

.employee-map {
  height: 700px;
  padding-top: 50px;
  position: relative; }

.map-legends {
  position: absolute;
  bottom: 200px;
  left: 100px; }
  .map-legends .legend-list {
    padding-top: 10px;
    list-style: none; }
    .map-legends .legend-list li {
      font-size: 14px;
      padding-left: 20px;
      position: relative;
      margin-bottom: 10px;
      color: var(--bluey-grey); }
      .map-legends .legend-list li .legend-dot {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -7.5px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: grey; }
        .map-legends .legend-list li .legend-dot.level-1 {
          background: #d577fd; }
        .map-legends .legend-list li .legend-dot.level-2 {
          background: #bd37f6; }
        .map-legends .legend-list li .legend-dot.level-3 {
          background: #7007ff; }
  .map-legends .legend-heading {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color-dark); }

.map-hover-wrap {
  background: white;
  padding: 8px 10px;
  border: 1px solid var(--light-grey-color);
  font-size: 13px;
  border-radius: 4px; }
  .map-hover-wrap .hover-block {
    padding-bottom: 5px; }
    .map-hover-wrap .hover-block:last-child {
      padding-bottom: 0; }
    .map-hover-wrap .hover-block .map-info-heading {
      font-weight: 600; }
    .map-hover-wrap .hover-block .map-coverage-wrap {
      width: 100px;
      display: inline-block;
      margin-left: 10px;
      height: 10px;
      background-color: var(--light-grey-color);
      border-radius: 10px;
      position: relative; }
      .map-hover-wrap .hover-block .map-coverage-wrap .map-coverage-progress {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        border-radius: 10px;
        background: var(--purple-color);
        z-index: 1; }

.doctorlist-right-filter {
  display: flex;
  align-items: center; }

.event-wrapper {
  text-align: left; }
  .event-wrapper .event-top-wrapper {
    display: flex;
    align-items: flex-start; }
    .event-wrapper .event-top-wrapper .event-doc-name {
      color: var(--text-color-dark);
      font-size: 12px;
      padding-left: 15px;
      width: calc(100% - 40px); }
      .event-wrapper .event-top-wrapper .event-doc-name p {
        padding-bottom: 3px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: 18px; }
    .event-wrapper .event-top-wrapper .event-image {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-size: cover;
      background-repeat: no-repeat; }
  .event-wrapper .event-info {
    margin-top: 15px; }
    .event-wrapper .event-info p {
      color: var(--text-color-dark);
      font-size: 12px;
      margin-top: 5px; }
      .event-wrapper .event-info p.big-bold {
        font-size: 20px;
        font-weight: 600;
        padding-left: 8px; }
  .event-wrapper .appt-event-block:last-child {
    margin-left: 10px; }
  .event-wrapper .appointment-type {
    color: var(--text-color-dark);
    font-size: 14px;
    margin-top: 0px;
    position: relative;
    padding-left: 30px;
    vertical-align: middle; }
    .event-wrapper .appointment-type span {
      width: 20px;
      height: 20px;
      position: absolute;
      background-size: 100%;
      background-repeat: no-repeat;
      top: 0;
      left: 0; }
    .event-wrapper .appointment-type.in-clinic span {
      background-image: url("../images/green-check.svg"); }
    .event-wrapper .appointment-type.video span {
      background-image: url("../images/green-check.svg"); }

.fc-scrollgrid-sync-inner {
  padding: 10px; }

.doctor-cards-section-top {
  margin-top: 20px;
  margin-bottom: 40px; }

.doctor-cards-section-left {
  display: flex;
  width: 100%;
  justify-content: space-between; }

.doctor-card-block {
  width: 31%;
  border: 1px solid var(--light-grey-color);
  box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.3);
  border-radius: 10px;
  padding: 15px;
  color: var(--text-color-dark); }
  .doctor-card-block .doctor-card-block-inner {
    display: flex; }
    .doctor-card-block .doctor-card-block-inner .doctor-card-image {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .doctor-card-block .doctor-card-block-inner .doctor-card-info {
      padding-left: 20px; }
      .doctor-card-block .doctor-card-block-inner .doctor-card-info .doc-card-name {
        font-weight: bold;
        font-size: 20px;
        line-height: 25px; }
      .doctor-card-block .doctor-card-block-inner .doctor-card-info .doc-card-text {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px; }
      .doctor-card-block .doctor-card-block-inner .doctor-card-info .card-doc-location {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px; }
      .doctor-card-block .doctor-card-block-inner .doctor-card-info .doc-card-timing-block {
        font-size: 14px;
        line-height: 20px;
        display: flex;
        align-items: flex-start; }
        @media (max-width: 1400px) {
          .doctor-card-block .doctor-card-block-inner .doctor-card-info .doc-card-timing-block {
            flex-direction: column; }
            .doctor-card-block .doctor-card-block-inner .doctor-card-info .doc-card-timing-block .doc-card-time {
              padding-left: 0 !important; } }
        .doctor-card-block .doctor-card-block-inner .doctor-card-info .doc-card-timing-block .doc-card-time {
          padding-left: 10px; }
      .doctor-card-block .doctor-card-block-inner .doctor-card-info .doc-fees {
        color: var(--purple-color);
        font-size: 14px;
        font-weight: bold; }
      .doctor-card-block .doctor-card-block-inner .doctor-card-info .doc-address-container {
        font-size: 14px; }
        .doctor-card-block .doctor-card-block-inner .doctor-card-info .doc-address-container .title {
          font-weight: 600; }
  .doctor-card-block .doctor-card-link {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1450px) {
      .doctor-card-block .doctor-card-link {
        flex-direction: column;
        align-items: center; }
        .doctor-card-block .doctor-card-link a:first-child {
          margin-bottom: 10px; } }
    .doctor-card-block .doctor-card-link a {
      font-size: 15px;
      line-height: 35px;
      color: var(--text-color-primary);
      display: inline-block;
      vertical-align: middle; }
      .doctor-card-block .doctor-card-link a span {
        margin-left: 10px; }

.doc-view-all {
  padding-left: 30px; }
  .doc-view-all a {
    font-size: 15px;
    line-height: 35px;
    color: var(--purple-color); }
    .doc-view-all a span {
      margin-left: 10px; }

.right-purple-arrow-icon {
  width: 15px;
  height: 9px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/right-purple-arrow.svg");
  display: inline-block; }

.search-nav {
  display: flex;
  padding-left: 30px; }
  .search-nav .simple-select .selected {
    min-width: 200px; }
  .search-nav .filter-container:first-child {
    padding-left: 0; }

.find-lab-filter-container {
  display: flex; }

.health-benefits-top-heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #353949; }

.health-benefits-container {
  display: flex;
  justify-content: space-between; }
  .health-benefits-container .health-benefits-inner {
    width: 30%;
    border: 1px solid #d1d6f3;
    box-sizing: border-box;
    box-shadow: 0px 4px 14px rgba(209, 214, 243, 0.4);
    border-radius: 6px;
    background: #ffffff;
    padding: 21px 23px;
    color: #353949; }
    .health-benefits-container .health-benefits-inner.lab-main-container {
      padding: 18px 20px; }
    .health-benefits-container .health-benefits-inner .heading {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px; }
    .health-benefits-container .health-benefits-inner .subheading {
      font-size: 14px;
      line-height: 18px;
      color: #999ebc; }
    .health-benefits-container .health-benefits-inner .avail {
      font-weight: 600;
      font-size: 14px;
      line-height: 18px; }
    .health-benefits-container .health-benefits-inner .text {
      font-size: 13px;
      line-height: 18px;
      font-style: italic; }
      .health-benefits-container .health-benefits-inner .text span {
        vertical-align: text-bottom; }
      .health-benefits-container .health-benefits-inner .text .blue-text {
        color: #078dff; }
    .health-benefits-container .health-benefits-inner .lab-logo-container {
      display: flex;
      align-items: center;
      color: #353949; }
      .health-benefits-container .health-benefits-inner .lab-logo-container .lab-logo-img img {
        max-width: 100%; }
      .health-benefits-container .health-benefits-inner .lab-logo-container .heading {
        font-weight: bold;
        font-size: 14px;
        line-height: 18px; }
      .health-benefits-container .health-benefits-inner .lab-logo-container .rating {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        display: flex;
        align-items: center; }
      .health-benefits-container .health-benefits-inner .lab-logo-container .text {
        font-weight: bold;
        font-size: 9px;
        line-height: 11px; }
        .health-benefits-container .health-benefits-inner .lab-logo-container .text .purple-text {
          color: #640eff; }

.find-lab-book-test-main-wrapper {
  display: flex;
  background: #ffffff;
  border: 1px solid #d1d6f3;
  box-sizing: border-box;
  box-shadow: 4px 4px 28px rgba(189, 194, 220, 0.2);
  border-radius: 10px; }
  .find-lab-book-test-main-wrapper .find-lab-book-test-container {
    width: 50%;
    padding: 30px 30px 54px 58px;
    box-sizing: border-box;
    position: relative; }
    .find-lab-book-test-main-wrapper .find-lab-book-test-container.border-right {
      border-right: 1px solid #d1d6f3; }
    .find-lab-book-test-main-wrapper .find-lab-book-test-container .heading {
      font-weight: bold;
      font-size: 18px;
      line-height: 23px;
      color: #353949; }
    .find-lab-book-test-main-wrapper .find-lab-book-test-container .flex {
      display: flex;
      justify-content: space-between; }
      .find-lab-book-test-main-wrapper .find-lab-book-test-container .flex div {
        width: 40%; }
        .find-lab-book-test-main-wrapper .find-lab-book-test-container .flex div a {
          font-weight: 600;
          font-size: 14px;
          line-height: 18px;
          color: #353949; }
          .find-lab-book-test-main-wrapper .find-lab-book-test-container .flex div a img {
            max-width: 100%;
            vertical-align: bottom; }
          .find-lab-book-test-main-wrapper .find-lab-book-test-container .flex div a span {
            padding-left: 20px; }
    .find-lab-book-test-main-wrapper .find-lab-book-test-container button {
      position: absolute;
      bottom: -17%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 155px;
      font-size: 16px; }
      .find-lab-book-test-main-wrapper .find-lab-book-test-container button.purple-bg {
        background: var(--purple-gradient-bg); }

.goal-blocks-wrapper {
  display: flex;
  justify-content: center; }
  .goal-blocks-wrapper .goal-block {
    display: flex;
    width: 33%;
    justify-content: center; }
    .goal-blocks-wrapper .goal-block .goal-icon {
      width: 63px;
      height: 63px;
      background-repeat: no-repeat;
      background-size: 100%;
      border-radius: 50%; }
      .goal-blocks-wrapper .goal-block .goal-icon.steps {
        background-image: url("../images/steps-icon.svg"); }
      .goal-blocks-wrapper .goal-block .goal-icon.excercise {
        background-image: url("../images/excercise-icon.svg"); }
      .goal-blocks-wrapper .goal-block .goal-icon.calories {
        background-image: url("../images/calories-icon.svg"); }
    .goal-blocks-wrapper .goal-block .goal-info {
      margin-left: 15px; }
      .goal-blocks-wrapper .goal-block .goal-info .goal-number {
        font-weight: 300;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.6px;
        color: #2e384d; }
      .goal-blocks-wrapper .goal-block .goal-info .goal-label {
        font-size: 12px;
        line-height: 22px;
        color: #8798ad; }
      .goal-blocks-wrapper .goal-block .goal-info .goal-points-label {
        font-size: 8px;
        line-height: 12px;
        color: var(--purple-color); }

.habits-cards-wrapper {
  display: flex;
  justify-content: space-between; }

.card-with-bgi {
  box-sizing: border-box;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  position: relative; }
  .card-with-bgi.w-30 {
    width: 30%; }
  .card-with-bgi.redeem-container {
    position: relative; }
    .card-with-bgi.redeem-container .card-heading {
      max-width: 145px; }
    .card-with-bgi.redeem-container .card-edit {
      position: absolute;
      top: -10px;
      right: 0; }
      .card-with-bgi.redeem-container .card-edit a {
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        color: #ffffff; }
  .card-with-bgi:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px; }
  .card-with-bgi .card-inner {
    position: relative;
    z-index: 1; }
  .card-with-bgi .card-logo {
    height: 32px;
    text-align: center; }
    .card-with-bgi .card-logo img {
      max-height: 100%; }
  .card-with-bgi .card-heading {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    max-width: 135px;
    margin: 10px auto 20px; }
  .card-with-bgi .card-action-button {
    text-align: center;
    margin-bottom: 10px; }
    .card-with-bgi .card-action-button .hollow-btn {
      font-weight: 600;
      font-size: 13px;
      line-height: 16px;
      color: white;
      padding: 10px 20px;
      border: 1px solid #ffffff;
      box-sizing: border-box;
      border-radius: 6px;
      display: inline-block; }
  .card-with-bgi .card-help-text {
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    color: #ffffff; }

.goal-graphs-block {
  width: 35%; }
  .goal-graphs-block.width-55 {
    width: 55% !important; }

.goal-bar-graph {
  height: 43px;
  position: relative; }
  .goal-bar-graph.h-60 {
    height: 60px !important; }

.reward-card {
  padding-right: 34px; }
  .reward-card .card-with-bgi {
    max-width: 270px; }

.goal-number .goal-heading {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 3px; }
.goal-number .goal-value {
  color: var(--text-color-dark);
  font-size: 18px;
  font-weight: 700; }
  .goal-number .goal-value .goal-unit {
    font-size: 14px;
    color: var(--bluey-grey);
    font-weight: 400; }

.goal-time-period {
  margin-top: 20px;
  font-size: 14px;
  color: var(--bluey-grey); }

.activity-record {
  border: 1px solid var(--light-grey-color);
  box-sizing: border-box;
  border-radius: 6px;
  padding: 20px; }
  .activity-record .top-content-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .activity-record .top-content-container .flex {
      display: flex;
      width: 70%;
      justify-content: flex-start; }
  .activity-record .container {
    border: 1px solid var(--light-grey-color);
    box-sizing: border-box;
    border-radius: 6px;
    background-color: white;
    position: relative;
    display: flex;
    justify-content: space-between;
    line-height: 25px; }
    .activity-record .container .flex {
      display: flex;
      flex-direction: column; }
      .activity-record .container .flex .month {
        font-size: 16px;
        margin-top: -25px; }

.health-timeline-activity {
  position: relative; }
  .health-timeline-activity .slide-down-block {
    position: relative; }
    .health-timeline-activity .slide-down-block .date-wrap {
      right: 0; }
      .health-timeline-activity .slide-down-block .date-wrap.second {
        top: 180px;
        left: 75px; }
      .health-timeline-activity .slide-down-block .date-wrap.third {
        top: 335px;
        right: 0; }
      .health-timeline-activity .slide-down-block .date-wrap.four {
        top: 524px;
        left: 75px; }

.earnings-wrapper {
  display: flex;
  justify-content: space-between; }

.earnings-block {
  border-right: 1px solid var(--light-grey-color);
  width: 30%;
  text-align: center; }
  .earnings-block:last-child {
    border-right: none; }
  .earnings-block .heading {
    color: var(--text-color-dark);
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.21333px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px; }
  .earnings-block .earning-value {
    font-weight: 300;
    font-size: 48px;
    line-height: 57px;
    letter-spacing: -0.6px;
    color: #2e384d;
    margin-bottom: 10px; }
  .earnings-block .earning-link a {
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: var(--purple-color); }
    .earnings-block .earning-link a span {
      margin-left: 5px; }

.timeline-record-wrapper {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center; }
  .timeline-record-wrapper .timeline-record-left {
    width: 44%;
    /* margin-bottom: -200px; */
    margin-top: 180px; }
    .timeline-record-wrapper .timeline-record-left .event-appointment .timeline-event-heading.blue-bg:after {
      background-image: linear-gradient(135deg, #a911ff, #7007ff); }
    .timeline-record-wrapper .timeline-record-left .event-appointment .timeline-event-heading:before {
      display: none; }
    .timeline-record-wrapper .timeline-record-left .event-appointment .timeline-event-heading:after {
      content: "";
      width: 4px;
      height: 45px;
      right: -35px;
      position: absolute; }
    .timeline-record-wrapper .timeline-record-left .timeline-event-content {
      border-radius: 6px;
      border-top-right-radius: 0; }
  .timeline-record-wrapper .timeline-mid {
    /* height: 2px; */
    border-right: 1px solid #d1d6f3;
    margin-left: 30px;
    margin-right: 30px;
    width: 2px; }
  .timeline-record-wrapper .timeline-record-right {
    width: 44%;
    height: 170px; }
    .timeline-record-wrapper .timeline-record-right .timeline-event-heading:before {
      content: "";
      width: 4px;
      height: 45px;
      left: -33px;
      position: absolute; }

.how-to-block {
  padding: 15px;
  display: flex;
  border: 1px solid var(--light-grey-color);
  box-sizing: border-box;
  border-radius: 10px;
  width: 49%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }
  .how-to-block.achieved {
    border-color: var(--text-color-green); }
    .how-to-block.achieved .how-to-text {
      text-decoration: line-through; }
    .how-to-block.achieved .how-to-points {
      color: var(--text-color-green); }
  .how-to-block .how-to-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--text-color-dark);
    width: calc(100% - 85px); }
  .how-to-block .how-to-points {
    width: 80px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--purple-color); }

.top-achiever-carousal .achiever-card {
  width: 30%;
  background: #ffffff; }
  .top-achiever-carousal .achiever-card .achiever-card-inner {
    border: 1px solid #d1d6f3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px; }
    .top-achiever-carousal .achiever-card .achiever-card-inner .background-bg {
      background-image: url(../images/achiever-card-bg.png);
      width: 100%;
      height: 135px;
      background-size: 100%; }
    .top-achiever-carousal .achiever-card .achiever-card-inner .mid-sec {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: -45px;
      padding: 0 24px 10px 24px; }
      .top-achiever-carousal .achiever-card .achiever-card-inner .mid-sec .image {
        width: 92px; }
        .top-achiever-carousal .achiever-card .achiever-card-inner .mid-sec .image img {
          max-width: 100%; }
      .top-achiever-carousal .achiever-card .achiever-card-inner .mid-sec .name {
        font-size: 23px;
        line-height: 27px;
        color: #5a5a5a; }
      .top-achiever-carousal .achiever-card .achiever-card-inner .mid-sec .designation {
        font-size: 15px;
        line-height: 22px;
        color: #5a5a5a; }
    .top-achiever-carousal .achiever-card .achiever-card-inner .goal-blocks-wrapper {
      display: flex;
      justify-content: center;
      width: 80%;
      margin: 5px auto;
      padding-bottom: 5px; }
      .top-achiever-carousal .achiever-card .achiever-card-inner .goal-blocks-wrapper .goal-block .goal-icon {
        width: 25px;
        height: 25px;
        background-size: 100%;
        border-radius: 50%;
        background-repeat: no-repeat; }
      .top-achiever-carousal .achiever-card .achiever-card-inner .goal-blocks-wrapper .goal-block .goal-info {
        margin-left: 8px; }
        .top-achiever-carousal .achiever-card .achiever-card-inner .goal-blocks-wrapper .goal-block .goal-info .goal-number {
          font-size: 14px;
          line-height: 17px;
          letter-spacing: -0.6px;
          color: #2e384d; }
        .top-achiever-carousal .achiever-card .achiever-card-inner .goal-blocks-wrapper .goal-block .goal-info .goal-label {
          font-size: 9px;
          line-height: 22px;
          color: #8798ad; }

.provider-section-container {
  background: #ffffff;
  border: 1px solid #d1d6f3;
  box-sizing: border-box;
  box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 55px; }
  .provider-section-container .question {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #353949; }
  .provider-section-container .text {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #353949; }

.suggestion-sec-container {
  background: linear-gradient(277.58deg, #11c1ff -8.42%, #575de3 89.45%);
  padding: 25px 50px;
  margin-left: -30px;
  margin-right: -30px; }
  @media (max-width: 1300px) {
    .suggestion-sec-container {
      margin-left: -30px;
      margin-right: -30px; } }
  .suggestion-sec-container .inner-card {
    width: 30%;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #353949;
    padding-top: 20px;
    padding-bottom: 20px; }
    .suggestion-sec-container .inner-card .suggestion {
      font-weight: 600;
      font-size: 20px;
      line-height: 25px;
      max-width: 150px;
      text-align: center; }
    .suggestion-sec-container .inner-card .search-link {
      position: relative; }
      .suggestion-sec-container .inner-card .search-link .search {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        display: inline-block; }
        .suggestion-sec-container .inner-card .search-link .search:after {
          content: "";
          position: absolute;
          right: -45px;
          top: 0;
          background: url(../images/skyblue-right-arw-icon.png);
          width: 20px;
          height: 20px;
          background-repeat: no-repeat;
          background-size: 100%;
          display: inline-block; }

.health-graph-container {
  border: 1px solid var(--light-grey-color);
  box-sizing: border-box;
  box-shadow: 0px 4px 14px rgba(209, 214, 243, 0.4);
  border-radius: 6px;
  background-color: white;
  padding: 30px 20px 15px 20px; }

.society-member-continer {
  background: #ffffff;
  border: 1px solid #d1d6f3;
  box-sizing: border-box;
  box-shadow: 0px 4px 14px rgba(209, 214, 243, 0.4);
  border-radius: 10px;
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px; }
  .society-member-continer .image img {
    border-radius: 50%;
    max-width: 100%; }
  .society-member-continer .name {
    font-size: 18px;
    font-weight: bold; }
  .society-member-continer .number {
    font-size: 14px; }
  @media (max-width: 1350px) {
    .society-member-continer .button-sec {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .society-member-continer .button-sec .secondary {
        margin-left: 0;
        margin-top: 10px; } }

.send-msg-icon {
  background-image: url(../images/send-msg-icon-white.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: top; }

.action-container {
  display: flex; }
  .action-container .edit-icon {
    background-image: url(../images/edit-icon-black.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block; }
  .action-container .delete-icon {
    background-image: url(../images/delete-icon-black.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-left: 10px; }

.settings-height {
  height: auto !important; }

.leftnav-submenu .child {
  margin-left: 65px; }
  .leftnav-submenu .child a {
    color: var(--text-color-primary) !important; }

.provider-view-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }

.map-view-marker {
  display: block;
  width: 35px;
  margin-right: 8px; }

.providers-map-view {
  height: 800px;
  margin-top: 20px;
  margin-bottom: 40px;
  border: 1px solid #999ebc;
  border-radius: 6px; }

.map-content-wrap .doctor-card-block {
  width: 350px;
  border: none;
  padding: 0; }
  .map-content-wrap .doctor-card-block .doctor-card-image {
    width: 60px;
    height: 60px; }
  .map-content-wrap .doctor-card-block .doctor-card-info {
    padding-left: 15px; }
  .map-content-wrap .doctor-card-block .doc-card-name {
    font-size: 18px !important; }
  .map-content-wrap .doctor-card-block .doc-card-text {
    font-size: 12px;
    line-height: 18px; }
  .map-content-wrap .doctor-card-block .card-doc-location {
    font-size: 14px !important;
    line-height: 20px !important; }
  .map-content-wrap .doctor-card-block .doc-card-timing-block {
    font-size: 14px;
    line-height: 20px; }
  .map-content-wrap .doctor-card-block .secondary {
    line-height: 32px;
    height: 36px !important;
    padding-left: 10px;
    padding-right: 10px; }
    .map-content-wrap .doctor-card-block .secondary a {
      font-size: 13px; }
  .map-content-wrap .doctor-card-block .doctor-card-link a {
    font-size: 13px !important; }
  .map-content-wrap .doctor-card-block .card-doc-location {
    margin-top: 10px; }

.gm-ui-hover-effect {
  top: 1px !important;
  right: 1px !important; }
  .gm-ui-hover-effect img {
    width: 19px !important;
    height: 19px !important;
    margin: 6px !important; }

.employee-card-container {
  width: 24%;
  min-width: 200px; }

.employee-card-container .provider-icon {
  width: 60px;
  display: flex;
  align-items: center; }

.dg-main-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap; }
  .dg-main-section .dg-step-box {
    width: 24%;
    padding: 20px;
    border-radius: 10px;
    min-height: 100px;
    box-shadow: 0 5px 25px 0 rgba(189, 194, 220, 0.4);
    position: relative;
    overflow: hidden; }
    .dg-main-section .dg-step-box.doctors-bg {
      background-color: #fff;
      color: var(--text-color-dark); }
      .dg-main-section .dg-step-box.doctors-bg .dg-icon-box {
        background-color: var(--text-color-primary); }
        .dg-main-section .dg-step-box.doctors-bg .dg-icon-box:before {
          content: "";
          position: absolute;
          left: 7px;
          top: 6px;
          background-image: url(../images/doctor.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 25px;
          height: 25px; }
      .dg-main-section .dg-step-box.doctors-bg .dg-kul-points {
        font-size: 20px !important; }
    .dg-main-section .dg-step-box.imaging-labs-bg {
      background-color: white;
      color: var(--text-color-dark);
      min-height: 100px; }
      .dg-main-section .dg-step-box.imaging-labs-bg .dg-icon-box {
        background-color: var(--purple-color); }
        .dg-main-section .dg-step-box.imaging-labs-bg .dg-icon-box:before {
          content: "";
          position: absolute;
          left: 7px;
          top: 6px;
          background-image: url(../images/lab-microscope.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 25px;
          height: 25px; }
      .dg-main-section .dg-step-box.imaging-labs-bg .dg-kul-points {
        font-size: 20px !important; }
    .dg-main-section .dg-step-box.pharmacy-bg {
      background-color: white;
      color: var(--text-color-dark);
      min-height: 100px; }
      .dg-main-section .dg-step-box.pharmacy-bg .dg-icon-box {
        background-color: var(--text-color-green); }
        .dg-main-section .dg-step-box.pharmacy-bg .dg-icon-box:before {
          content: "";
          position: absolute;
          left: 7px;
          top: 6px;
          background-image: url(../images/drugs.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 25px;
          height: 25px; }
      .dg-main-section .dg-step-box.pharmacy-bg .dg-kul-points {
        font-size: 20px !important; }
    .dg-main-section .dg-step-box.path-labs-bg {
      background-color: white;
      color: var(--text-color-dark);
      min-height: 100px; }
      .dg-main-section .dg-step-box.path-labs-bg .dg-icon-box {
        background-color: var(--text-color-red); }
        .dg-main-section .dg-step-box.path-labs-bg .dg-icon-box:before {
          content: "";
          position: absolute;
          left: 7px;
          top: 6px;
          background-image: url(../images/test-tube.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 25px;
          height: 25px; }
      .dg-main-section .dg-step-box.path-labs-bg .dg-kul-points {
        font-size: 20px !important; }
    .dg-main-section .dg-step-box .dg-step-icon-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .dg-main-section .dg-step-box .dg-icon-box {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      position: relative; }
    .dg-main-section .dg-step-box .dg-step-desc {
      font-weight: 700;
      font-size: 15px;
      margin-top: 10px; }

.coverage-section .coverage-wrapper {
  position: relative; }
  .coverage-section .coverage-wrapper span {
    position: absolute;
    bottom: 8px;
    width: 100%;
    font-size: 10px;
    text-align: center; }
.coverage-section .coverage-icon a {
  display: inline-block;
  padding-top: 2px;
  width: 23px;
  height: 23px;
  text-align: center;
  background-color: var(--light-grey-color);
  border-radius: 50%; }

.simple-select {
  color: #34495e;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  box-sizing: border;
  position: relative; }
  .simple-select.modal-open .simple-select-modal {
    display: block; }
  .simple-select.modal-open .selected {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .simple-select select {
    display: none; }
  .simple-select .selected {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    padding: 12px 10px;
    min-width: 120px;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 var(--cloudy-blue-28);
    border: 1px solid var(--light-grey-color); }
    .simple-select .selected:hover {
      border-color: #95a5a6; }
      .simple-select .selected:hover::before {
        border-top-color: #95a5a6; }
    .simple-select .selected::before {
      content: "";
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid #d0d6f3;
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 10px; }
  .simple-select .simple-select-modal {
    background-color: #fff;
    display: none;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    border: 1px solid #bdc3c7;
    border-top: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0px 10px;
    padding-bottom: 10px;
    z-index: 2; }
    .simple-select .simple-select-modal .simple-select-result {
      overflow-y: auto;
      max-height: 400px;
      box-sizing: border-box; }
    .simple-select .simple-select-modal input {
      width: 100%;
      margin: 10px 0px;
      border: 1px solid var(--light-grey-color);
      border-radius: 3px;
      padding: 5px 10px;
      box-sizing: border-box;
      outline: none; }
    .simple-select .simple-select-modal span {
      display: block;
      padding: 10px;
      margin: 0;
      cursor: pointer;
      font-size: 13px; }
      .simple-select .simple-select-modal span:hover {
        background-color: #ecf0f1; }
    .simple-select .simple-select-modal span.not-found {
      cursor: default; }
      .simple-select .simple-select-modal span.not-found:hover {
        background-color: #fff; }

.welcome-wrapper * {
  padding: 0;
  margin: 0; }
.welcome-wrapper .onboarding-container {
  background: var(--app-background-primary); }
  .welcome-wrapper .onboarding-container .inner-container {
    padding: 30px;
    background-color: white;
    box-shadow: 0 5px 25px 0 rgba(189, 194, 220, 0.4);
    border: solid 1px #d1d6f3;
    min-height: 100vh;
    position: relative;
    width: calc(100% - 250px);
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1220px) {
      .welcome-wrapper .onboarding-container .inner-container {
        width: calc(100% - 50px); } }
    @media (max-width: 500px) {
      .welcome-wrapper .onboarding-container .inner-container {
        padding: 10px;
        padding-top: 30px;
        width: calc(100% - 30px); } }
    .welcome-wrapper .onboarding-container .inner-container.welcome-inner-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .welcome-wrapper .onboarding-container .inner-container .top-community-heading {
      color: var(--bluey-grey);
      font-size: 16px;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px; }
    .welcome-wrapper .onboarding-container .inner-container .inner-content {
      max-width: 560px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      top: 0;
      min-height: 60vh; }
      .welcome-wrapper .onboarding-container .inner-container .inner-content .welcome-image {
        background-image: url("https://kulcare-assets.s3-ap-southeast-1.amazonaws.com/images/onboaridng-start-screen.svg");
        width: 100%;
        height: 210px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      .welcome-wrapper .onboarding-container .inner-container .inner-content .onboarding-text {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        padding: 0 38px;
        color: var(--text-color-dark);
        margin-top: 20px; }
        .welcome-wrapper .onboarding-container .inner-container .inner-content .onboarding-text .heading {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 10px; }
      .welcome-wrapper .onboarding-container .inner-container .inner-content .community-heading {
        font-size: 20px;
        font-weight: bold;
        color: var(--text-color-dark);
        margin-bottom: 30px; }
    .welcome-wrapper .onboarding-container .inner-container .bottom-button {
      max-width: 560px;
      margin-left: auto;
      margin-right: auto; }
      .welcome-wrapper .onboarding-container .inner-container .bottom-button .primary {
        margin-top: 40px;
        width: 100%;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 16px !important;
        font-weight: bold;
        border: transparent; }
    .welcome-wrapper .onboarding-container .inner-container .community-address-container {
      display: flex;
      justify-content: space-between;
      padding: 80px 20px; }
      @media (max-width: 900px) {
        .welcome-wrapper .onboarding-container .inner-container .community-address-container {
          flex-direction: column;
          align-items: center; } }
      @media (max-width: 600px) {
        .welcome-wrapper .onboarding-container .inner-container .community-address-container {
          padding-bottom: 40px;
          padding-top: 40px; } }
      .welcome-wrapper .onboarding-container .inner-container .community-address-container .left-input-section {
        width: 48%; }
        @media (max-width: 900px) {
          .welcome-wrapper .onboarding-container .inner-container .community-address-container .left-input-section {
            width: 100%; } }
      .welcome-wrapper .onboarding-container .inner-container .community-address-container .right-map-secttion {
        width: 48%; }
        @media (max-width: 900px) {
          .welcome-wrapper .onboarding-container .inner-container .community-address-container .right-map-secttion {
            width: 100%;
            margin-top: 50px;
            height: 300px; } }
        .welcome-wrapper .onboarding-container .inner-container .community-address-container .right-map-secttion .map-container {
          border: 1px solid #999ebc;
          border-radius: 6px;
          overflow: hidden;
          height: 100%; }
          .welcome-wrapper .onboarding-container .inner-container .community-address-container .right-map-secttion .map-container #map-location {
            height: 100%; }
