@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,600,700&display=swap");
: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;
  --purplish-gradient: linear-gradient(
    90.65deg,
    #b58fff -14.47%,
    #6a1dff 212.8%
  );
  --greenish-gradient: linear-gradient(
    to right,
    #06cac1,
    #00c2bd,
    #00bab8,
    #00b3b3,
    #00abae
  );
  --bluish-gradient: linear-gradient(
    to right,
    #11c1ff,
    #00b5ff,
    #00a9ff,
    #009bff,
    #078dff
  );
  --redish-gradient: linear-gradient(89.54deg, #f7b42c -8.49%, #fc575e 109.01%);
  --light-purple-color: #6a1dff;
  --pinkish-gradient: linear-gradient(175deg, #fb68ac, #f63774);
  --orangish-color: #f7b42c; }

@media (min-width: 1681px) {
  :root {
    --base-font-size: 15px; } }
.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; }
  .primary.link {
    line-height: 40px; }

.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; }

.btn {
  background-color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer; }

.round-corner-6 {
  border-radius: 6px; }

* {
  box-sizing: border-box; }

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

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

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

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

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

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

.ml-0 {
  margin-left: 0 !important; }

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

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

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

.mb {
  padding-left: 10px; }

.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-10 {
  margin-bottom: 10px; }

.mb-80 {
  margin-bottom: 80px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  text-decoration: none; }

.filter-container {
  position: relative;
  padding-left: 10px;
  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-10 {
  margin-right: 10px; }

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

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

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

.mb-0 {
  margin-bottom: 0 !important; }

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

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

/* 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-15 {
  padding-left: 15px !important; }

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

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

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

.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; }

/* 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: -32px;
  position: absolute;
  z-index: 1; }

.event-appointment .timeline-event-heading.purple-bg: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: var(--primary-gradient-bg); }

.event-appointment .timeline-event-heading.green-bg: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.purple-bg {
  background-color: #ebdbff; }

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

.event-appointment .timeline-event-heading-inner.green-bg {
  background-color: #caf4f2; }

.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: 0;
  outline-color: var(--text-color-white);
  /* outline-width: 5px;
  outline-style: solid; */ }
  .date-wrap .date-icon-container {
    display: flex;
    position: absolute;
    align-items: center; }
    .date-wrap .date-icon-container.right-50 {
      right: 50%; }
    .date-wrap .date-icon-container.left-50 {
      left: 50%; }

.icon-outer-bg {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  position: relative; }
  .icon-outer-bg .icon {
    position: absolute;
    left: 7px;
    top: 6px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 25px;
    height: 25px; }
    .icon-outer-bg .icon.doctor {
      background-image: url(../images/doctor.svg); }
    .icon-outer-bg .icon.lab {
      background-image: url(../images/lab-microscope.svg); }
    .icon-outer-bg .icon.diagnosis {
      background-image: url(../images/diagnosis-icon-white.svg); }
    .icon-outer-bg .icon.prescription {
      background-image: url(../images/prescription-icon-white.svg); }

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

.date-wrap.third {
  top: 405px !important; }

.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.pd-30-20 {
    padding: 30px 20px !important; }
  .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-container .provider-icon {
    width: 40px;
    display: flex;
    align-items: center; }
    .employee-card-container .provider-icon.sub-mr-12 {
      margin-right: -12px; }
    .employee-card-container .provider-icon img {
      max-width: 100%; }

.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: 30px 24px 30px 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: 47%;
    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: 30%; }
  .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: 65%;
  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; }

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

.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; }

.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); }

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

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

.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); }
  .card.contest-card {
    padding: 20px; }
    .card.contest-card .context-text {
      font-size: 15px;
      font-weight: 600;
      text-align: center; }
    .card.contest-card .contest-action {
      text-align: center;
      margin-top: 20px; }
  .card.active-contest {
    padding: 30px;
    display: flex;
    justify-content: space-between; }
  .card.camp-card {
    width: 23%;
    display: flex;
    justify-content: space-between;
    border: none;
    box-shadow: none;
    padding: 20px;
    border-radius: 6px;
    align-items: center; }
    .card.camp-card.type-1 {
      background-color: #c9e9fd; }
    .card.camp-card.type-2 {
      background-color: #fedffe; }
    .card.camp-card.type-3 {
      background-color: #a1e7e4; }
    .card.camp-card.empty-card {
      justify-content: center;
      border: 1px solid var(--light-grey-color); }
      .card.camp-card.empty-card .link-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: var(--text-color-dark); }
        .card.camp-card.empty-card .link-wrapper .icon {
          max-width: 30px;
          margin-bottom: 5px; }
    .card.camp-card .card-info-right {
      width: 30%; }
    .card.camp-card .heading {
      color: var(--text-color-dark);
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 20px;
      line-height: 1.4;
      letter-spacing: 0.3px; }
    .card.camp-card .btn {
      border-radius: 6px;
      font-weight: 700; }
  .card.prev-camp-card {
    width: 30%;
    padding: 20px; }
    .card.prev-camp-card .top-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column; }
      .card.prev-camp-card .top-section .name {
        color: var(--text-color-dark);
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700; }
      .card.prev-camp-card .top-section .doc-name,
      .card.prev-camp-card .top-section .location {
        font-size: 14px; }
      .card.prev-camp-card .top-section .prep {
        font-size: 12px;
        color: var(--bluey-grey);
        margin: 5px 0; }
      .card.prev-camp-card .top-section .date {
        font-size: 12px;
        color: white;
        padding: 3px 10px;
        border-radius: 10px; }
        .card.prev-camp-card .top-section .date.small {
          background-color: var(--text-color-red); }
        .card.prev-camp-card .top-section .date.medium {
          background-color: var(--text-color-primary); }
        .card.prev-camp-card .top-section .date.high {
          background-color: var(--text-color-green); }
    .card.prev-camp-card .total {
      font-size: 13px;
      color: var(--text-color-dark); }
  .card.employee-mood-card {
    padding: 20px; }
    .card.employee-mood-card .heading {
      font-weight: 600;
      padding-left: 10px;
      text-transform: uppercase;
      font-size: 13px;
      color: var(--text-color-dark);
      letter-spacing: 0.4px; }
    .card.employee-mood-card .happiness-status-wrapper {
      display: flex;
      align-items: center;
      margin-top: 10px; }
      .card.employee-mood-card .happiness-status-wrapper .happiness-icon {
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 50px;
        display: flex; }
        .card.employee-mood-card .happiness-status-wrapper .happiness-icon.dash-happiness-icon {
          background-size: contain;
          background-position: center top;
          background-repeat: no-repeat;
          box-shadow: 0px 2px 10px #c4c4c4;
          border-radius: 50%; }
          .card.employee-mood-card .happiness-status-wrapper .happiness-icon.dash-happiness-icon.happy-icon {
            background-image: url("https://s3-ap-southeast-1.amazonaws.com/kulcare-assets/images/happy-big-icon.svg"); }
          .card.employee-mood-card .happiness-status-wrapper .happiness-icon.dash-happiness-icon.glad-icon {
            background-image: url("https://s3-ap-southeast-1.amazonaws.com/kulcare-assets/images/great-big-icon.svg"); }
          .card.employee-mood-card .happiness-status-wrapper .happiness-icon.dash-happiness-icon.okay-icon {
            background-image: url("https://s3-ap-southeast-1.amazonaws.com/kulcare-assets/images/okay-big-icon.svg"); }
          .card.employee-mood-card .happiness-status-wrapper .happiness-icon.dash-happiness-icon.sad-icon {
            background-image: url("https://s3-ap-southeast-1.amazonaws.com/kulcare-assets/images/sad-big-icon.svg"); }
          .card.employee-mood-card .happiness-status-wrapper .happiness-icon.dash-happiness-icon.angry-icon {
            background-image: url("https://s3-ap-southeast-1.amazonaws.com/kulcare-assets/images/terrible-big-icon.svg"); }
      .card.employee-mood-card .happiness-status-wrapper .happiness-text {
        font-size: 13px;
        padding-left: 10px; }
        .card.employee-mood-card .happiness-status-wrapper .happiness-text .team-heading {
          line-height: 1.6; }
    .card.employee-mood-card:nth-child(1) .happiness-icon,
    .card.employee-mood-card:nth-child(1) .team-heading {
      color: var(--text-color-primary); }
    .card.employee-mood-card:nth-child(2) .happiness-icon,
    .card.employee-mood-card:nth-child(2) .team-heading {
      color: var(--purple-color); }
    .card.employee-mood-card:nth-child(3) .happiness-icon,
    .card.employee-mood-card:nth-child(3) .team-heading {
      color: var(--text-color-red); }
  .card.anxiety-card .anxiety-result {
    text-align: center; }
    .card.anxiety-card .anxiety-result span {
      font-weight: bold;
      border: 1px solid var(--light-grey-color);
      box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.3);
      border-radius: 10px;
      padding: 10px 20px;
      text-align: center;
      display: inline-block;
      margin-top: 10px; }
      .card.anxiety-card .anxiety-result span.moderate {
        color: var(--text-color-yellow); }
      .card.anxiety-card .anxiety-result span.low {
        color: var(--text-color-green); }
      .card.anxiety-card .anxiety-result span.severe {
        color: var(--text-color-red); }

.employee-mood-block {
  width: 360px; }

.contest-detail .con-name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--text-color-dark);
  margin-bottom: 15px; }
.contest-detail .con-date {
  margin-bottom: 15px; }
  .contest-detail .con-date span {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--purple-color);
    color: white;
    border-radius: 15px;
    font-size: 13px; }
.contest-detail .con-challenge {
  font-size: 15px;
  font-weight: 700; }

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

.icon-leaderboard {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/leaderboard.svg"); }

.icon-winner {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/medal.svg"); }

.contest-icon {
  width: 50px;
  height: 50px;
  margin: 10px auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .contest-icon.walk {
    background-image: url("../images/walk.svg"); }
  .contest-icon.running {
    background-image: url("../images/running.svg"); }
  .contest-icon.excercise {
    background-image: url("../images/exercise.svg"); }

.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; }
  .month-indicator.text-blue {
    background: var(--text-color-primary); }
  .month-indicator.text-orange {
    background: #fba42e; }
  .month-indicator.text-green {
    background: var(--text-color-green); }
  .month-indicator.text-pink {
    background: var(--text-color-red); }
  .month-indicator.text-purple {
    background: var(--light-purple-color); }

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

.text-orange {
  color: #fba42e; }

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

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

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

.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-31 {
  width: 31% !important; }

.w-32 {
  width: 32% !important; }

.w-48 {
  width: 48% !important; }

.w-66 {
  width: 66%; }

.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;
          border-radius: 6px; }
          .width-rem-50p .doc-appointment-card .doc-appointment-inner-right .priscription-detail-wrapper .prescription-attach-file img {
            max-width: 100%;
            border-radius: 6px; }

.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); }

.color-white {
  color: #ffffff !important; }

.bg-purple-gradient {
  background: var(--purplish-gradient); }

.bg-green-gradient {
  background: var(--greenish-gradient); }

.bg-blue-gradient {
  background: var(--bluish-gradient); }

.bg-pink-gradient {
  background: var(--pinkish-gradient); }

.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: 1px;
  color: var(--bluey-grey);
  font-size: 13px;
  padding-left: 35px; }
  .tab-heading a {
    color: var(--bluey-grey); }

.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; }

.speciality-icon {
  width: 25px;
  height: 25px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }

.speciality-icon.cardiology {
  background-image: url("../images/speciality-icons/Cardiologist.svg"); }

.speciality-icon.endochronology {
  background-image: url("../images/speciality-icons/Endocrinologist.svg"); }

.speciality-icon.psychology {
  background-image: url("../images/speciality-icons/Psychologist.svg"); }

.speciality-icon.dental {
  background-image: url("../images/speciality-icons/Dentist.svg"); }

.speciality-icon.physiotherapy {
  background-image: url("../images/speciality-icons/Physiotherapist.svg"); }

.speciality-icon.dermatology {
  background-image: url("../images/speciality-icons/Dermatologist.svg"); }

.speciality-icon.gynechologist {
  background-image: url("../images/speciality-icons/Gynecologist.svg"); }

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

.sub-heading {
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px; }

.arrow {
  display: inline-block;
  width: 20px;
  height: 5px; }
  .arrow-left:before {
    content: "←";
    margin-right: 5px; }
  .arrow-right:before {
    content: "→";
    margin-left: 5px; }

.back-absolute {
  position: absolute;
  left: 50px;
  top: 50px; }

.mh-sub-heading .tag {
  background: var(--purple-color);
  color: #ffffff;
  padding: 2px 5px;
  border-radius: 4px; }

.hide {
  display: none !important; }

.reschedule-link {
  vertical-align: middle; }

.purple_bg {
  background: var(--purplish-gradient); }

.green_bg {
  background-image: var(--greenish-gradient); }

.blue_bg {
  background-image: var(--bluish-gradient); }

.orange_bg {
  background-image: var(--redish-gradient); }

button {
  transition: all 250ms ease; }

button:hover,
button:focus {
  transform: translateY(1px); }

.flex-start-wrap {
  display: flex;
  justify-content: flex-start;
  gap: 2%; }

.full-width {
  width: 100%; }

.pa-wrapper {
  width: 58%; }

.consultion-type {
  background: #f5deff;
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 5px;
  border-radius: 30px; }
  .consultion-type.in-person {
    background: #d5e0ff; }
    .consultion-type.in-person .icon {
      background: #0748ff; }
  .consultion-type .icon {
    width: 34px;
    height: 34px;
    position: relative;
    background: #bd37f6;
    border-radius: 50%; }
    .consultion-type .icon:before {
      content: "";
      background-image: url("../images/Video-icon.svg");
      width: 15px;
      height: 15px;
      position: absolute;
      background-size: contain;
      top: 12px;
      left: 10px;
      background-repeat: no-repeat; }
  .consultion-type .type-name {
    font-size: 16px;
    padding-left: 12px;
    color: #000000; }

.back-link {
  color: #000000;
  display: inline-block;
  cursor: pointer; }
  .back-link:before {
    content: "";
    background-image: url("../images/left-face-arrow.png");
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 5px; }

.main-left-nav-wrapper {
  width: 230px;
  height: 100vh;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px; }
  .main-left-nav-wrapper .main-left-nav-inner {
    position: fixed;
    width: 230px;
    overflow-y: auto;
    height: 100%; }
  .main-left-nav-wrapper li {
    list-style: none;
    margin-bottom: 0;
    outline: none;
    font-size: var(--base-font-size); }
    .main-left-nav-wrapper li a {
      color: rgba(0, 0, 0, 0.65);
      text-decoration: none;
      display: inline-block;
      width: 100%; }
      .main-left-nav-wrapper li a:hover {
        color: var(--text-color-primary);
        background: transparent; }
        .main-left-nav-wrapper li a:hover .start {
          background-image: url(../images/start-hover.svg); }
        .main-left-nav-wrapper li a:hover .appointment {
          background-image: url(../images/appointments/hover.svg); }
        .main-left-nav-wrapper li a:hover .patients {
          background-image: url(../images/patients/hover.svg); }
        .main-left-nav-wrapper li a:hover .employee {
          background-image: url(../images/employee-hover.svg); }
        .main-left-nav-wrapper li a:hover .doctor {
          background-image: url(../images/doctor-icons/hover.png);
          width: 24px; }
        .main-left-nav-wrapper li a:hover .ecal {
          background-image: url(../images/Ecal/hover.png); }
        .main-left-nav-wrapper li a:hover .find {
          background-image: url(../images/find-hover.svg); }
        .main-left-nav-wrapper li a:hover .stay-fit {
          background-image: url(../images/stay-fit-hover.svg); }
        .main-left-nav-wrapper li a:hover .rewards {
          background-image: url(../images/rewards-hover.svg); }
      .main-left-nav-wrapper li a.active {
        background: var(--primary-gradient-bg);
        border-radius: 10px;
        color: #ffffff; }
        .main-left-nav-wrapper li a.active .start {
          background-image: url(../images/start-selected.svg);
          background-repeat: no-repeat; }
        .main-left-nav-wrapper li a.active .appointment {
          background-image: url(../images/appointments/selected.svg);
          background-repeat: no-repeat; }
        .main-left-nav-wrapper li a.active .patients {
          background-image: url(../images/patients/selected.svg);
          background-repeat: no-repeat; }
        .main-left-nav-wrapper li a.active .employee {
          background-image: url(../images/employee-selected.svg);
          background-repeat: no-repeat; }
        .main-left-nav-wrapper li a.active .doctor {
          background-image: url(../images/doctor-icons/selected.png);
          width: 24px; }
        .main-left-nav-wrapper li a.active .ecal {
          background-image: url(../images/Ecal/selected.png); }
        .main-left-nav-wrapper li a.active .discover-doctors {
          background-image: url(../images/employee-selected.svg);
          background-repeat: no-repeat; }
        .main-left-nav-wrapper li a.active .find {
          background-image: url(../images/find-selected.svg); }
        .main-left-nav-wrapper li a.active .stay-fit {
          background-image: url(../images/stay-fit-selected.svg); }
        .main-left-nav-wrapper li a.active .rewards {
          background-image: url(../images/rewards-selected.svg); }
      .main-left-nav-wrapper li a span {
        display: inline-block; }
        .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-left-nav-wrapper li a span.start {
          background: url(../images/start-normal.svg); }
        .main-left-nav-wrapper li a span.employee {
          background-image: url(../images/employee-normal.svg); }
        .main-left-nav-wrapper li a span.appointment {
          background-image: url(../images/appointments/normal.svg); }
        .main-left-nav-wrapper li a span.patients {
          background-image: url(../images/patients/normal.svg); }
        .main-left-nav-wrapper li a span.doctor {
          background-image: url(../images/doctor-icons/normal.png);
          width: 24px;
          margin-right: 6px; }
        .main-left-nav-wrapper li a span.ecal {
          background-image: url(../images/Ecal/normal.png); }
        .main-left-nav-wrapper li a span.discover-doctors {
          background-image: url(../images/employee-normal.svg); }
        .main-left-nav-wrapper li a span.find {
          background-image: url(../images/find-normal.svg); }
        .main-left-nav-wrapper li a span.stay-fit {
          background-image: url(../images/stay-fit-normal.svg); }
        .main-left-nav-wrapper li a span.rewards {
          background-image: url(../images/rewards-normal.svg); }
        .main-left-nav-wrapper li a span.left-nav-text {
          padding-left: 6px; }
          .main-left-nav-wrapper li a span.left-nav-text.doctor {
            padding-left: 15px; }
    .main-left-nav-wrapper li .tab-heading {
      padding-left: 10px;
      display: block;
      cursor: pointer; }
      .main-left-nav-wrapper li .tab-heading:hover {
        color: var(--text-color-primary);
        background: transparent; }
        .main-left-nav-wrapper li .tab-heading:hover .start {
          background-image: url(../images/start-hover.svg) !important; }
        .main-left-nav-wrapper li .tab-heading:hover .doctor {
          background-image: url(../images/doctor-icons/hover.png);
          width: 24px; }
        .main-left-nav-wrapper li .tab-heading:hover .ecal {
          background-image: url(../images/Ecal/hover.png) !important; }
        .main-left-nav-wrapper li .tab-heading:hover .stay-fit {
          background-image: url(../images/stay-fit-hover.svg) !important; }
        .main-left-nav-wrapper li .tab-heading:hover .find {
          background-image: url(../images/find-hover.svg); }
        .main-left-nav-wrapper li .tab-heading:hover .rewards {
          background-image: url(../images/rewards-hover.svg); }
      .main-left-nav-wrapper li .tab-heading.selected {
        background: var(--primary-gradient-bg);
        border-radius: 10px;
        padding: 5px;
        color: #ffffff;
        cursor: pointer; }
        .main-left-nav-wrapper li .tab-heading.selected .start {
          background-image: url(../images/start-selected.svg);
          background-repeat: no-repeat;
          margin-left: 5px !important; }
        .main-left-nav-wrapper li .tab-heading.selected .doctor {
          background-image: url(../images/doctor-icons/selected.png);
          width: 24px;
          margin-left: 5px !important; }
        .main-left-nav-wrapper li .tab-heading.selected .ecal {
          background-image: url(../images/Ecal/selected.png);
          margin-left: 5px !important; }
        .main-left-nav-wrapper li .tab-heading.selected .stay-fit {
          background-image: url(../images/stay-fit-selected.svg);
          margin-left: 5px !important; }
        .main-left-nav-wrapper li .tab-heading.selected .find {
          background-image: url(../images/find-selected.svg);
          margin-left: 5px !important; }
        .main-left-nav-wrapper li .tab-heading.selected .rewards {
          background-image: url(../images/rewards-selected.svg);
          margin-left: 5px !important; }
        .main-left-nav-wrapper li .tab-heading.selected .appointment {
          background-image: url(../images/appointments/selected.svg);
          margin-left: 5px !important; }
        .main-left-nav-wrapper li .tab-heading.selected .title {
          color: #ffffff;
          margin-left: 10px; }
      .main-left-nav-wrapper li .tab-heading span.leftnav-list-icon {
        width: 30px;
        height: 30px;
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        background-position-x: right;
        vertical-align: middle; }
      .main-left-nav-wrapper li .tab-heading span.start {
        background: url(../images/start-normal.svg); }
      .main-left-nav-wrapper li .tab-heading span.ecal {
        background-image: url(../images/Ecal/normal.png); }
      .main-left-nav-wrapper li .tab-heading span.stay-fit {
        background-image: url(../images/stay-fit-normal.svg); }
      .main-left-nav-wrapper li .tab-heading span.doctor {
        background-image: url(../images/doctor-icons/normal.png);
        width: 24px; }
      .main-left-nav-wrapper li .tab-heading span.find {
        background-image: url(../images/find-normal.svg); }
      .main-left-nav-wrapper li .tab-heading span.rewards {
        transform: translate(-3px, 0);
        background-image: url(../images/rewards-normal.svg); }

* {
  padding: 0;
  margin: 0; }

html,
body {
  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; }
    .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; }
    .main-wrapper .hero-wrapper .main-right-content-wrapper {
      width: calc(100% - 260px);
      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;
      margin-left: 30px;
      max-width: 1200px; }
      .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;
          padding-left: 10px; }
      .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%;
        text-transform: capitalize; }
      .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-action {
        width: 5%; }
      .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-appt-link {
        width: 14%; }
        @media (max-width: 1300px) {
          .main-wrapper .hero-wrapper .main-right-content-wrapper .employee-appt-link {
            width: 17%; } }
      .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: 10px;
              line-height: 12px;
              letter-spacing: 1px;
              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-inner-right .reschedule-btn {
              background: rgba(31, 201, 193, 0.15);
              border-radius: 4px;
              padding: 5px 10px;
              font-size: 8px;
              line-height: 10px;
              text-align: center;
              letter-spacing: 2px;
              text-transform: uppercase;
              color: var(--text-color-green);
              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; }
            .main-wrapper .hero-wrapper .main-right-content-wrapper .doc-appointment-card-container .doc-appointment-card .doc-appointment-top-icon.clinic-icon {
              top: -2px;
              right: -1px; }

.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 {
  display: flex;
  margin-top: 20px;
  align-items: center;
  margin-bottom: 40px; }

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

.doctor-card-block {
  width: 44%;
  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 top;
      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: 28px;
        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: 20px; }
  .doctor-card-block .doctor-card-link {
    text-align: center; }
    .doctor-card-block .doctor-card-link a {
      font-size: 15px;
      line-height: 35px;
      color: var(--purple-color);
      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.achiever-goal-block {
      align-items: center;
      flex-direction: column; }
      .goal-blocks-wrapper .goal-block.achiever-goal-block .goal-info {
        margin-left: 0 !important; }
        .goal-blocks-wrapper .goal-block.achiever-goal-block .goal-info .goal-number {
          margin-top: 4px;
          font-weight: 500; }
    .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.walk-steps {
        background: var(--purplish-gradient); }
        .goal-blocks-wrapper .goal-block .goal-icon.walk-steps:before {
          content: "";
          position: absolute;
          left: 7px;
          top: 6px;
          background-image: url("../images/human-footprint.svg");
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 25px;
          height: 25px; }
      .goal-blocks-wrapper .goal-block .goal-icon.strech-excercise {
        background: var(--greenish-gradient); }
        .goal-blocks-wrapper .goal-block .goal-icon.strech-excercise:before {
          content: "";
          position: absolute;
          left: 7px;
          top: 6px;
          background-image: url("../images/clock.svg");
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 25px;
          height: 25px; }
      .goal-blocks-wrapper .goal-block .goal-icon.burn-calories {
        background: var(--bluish-gradient); }
        .goal-blocks-wrapper .goal-block .goal-icon.burn-calories:before {
          content: "";
          position: absolute;
          left: 7px;
          top: 6px;
          background-image: url("../images/yoga.svg");
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 25px;
          height: 25px; }
      .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: 65px;
  position: relative; }
  .goal-bar-graph.h-75 {
    height: 75px !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: 585px;
        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.purple-bg:after {
      background-image: linear-gradient(135deg, #a911ff, #7007ff); }
    .timeline-record-wrapper .timeline-record-left .event-appointment .timeline-event-heading.green-bg:after {
      background: linear-gradient(175deg, #42e6e2, #1fc9c1); }
    .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); }

.employees-achiever-wrapper .top-achiever-carousal .achiever-card {
  width: 30%; }
  .employees-achiever-wrapper .top-achiever-carousal .achiever-card .achiever-card-inner {
    border: 1px solid #d1d6f3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 4px 14px rgba(209, 214, 243, 0.4);
    border-radius: 10px;
    background: #ffffff; }
    .employees-achiever-wrapper .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%; }
    .employees-achiever-wrapper .top-achiever-carousal .achiever-card .achiever-card-inner .mid-sec {
      display: flex;
      align-items: center;
      padding: 20px 20px 10px 20px; }
      .employees-achiever-wrapper .top-achiever-carousal .achiever-card .achiever-card-inner .mid-sec .image {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top; }
      .employees-achiever-wrapper .top-achiever-carousal .achiever-card .achiever-card-inner .mid-sec .name {
        font-size: 17px;
        line-height: 23px;
        color: var(--text-color-dark); }
      .employees-achiever-wrapper .top-achiever-carousal .achiever-card .achiever-card-inner .mid-sec .designation {
        font-size: 13px;
        line-height: 17px;
        color: var(--bluey-grey); }
    .employees-achiever-wrapper .top-achiever-carousal .achiever-card .achiever-card-inner .goal-blocks-wrapper {
      display: flex;
      justify-content: center;
      width: 80%;
      margin: 5px auto;
      padding-bottom: 5px; }
      .employees-achiever-wrapper .top-achiever-carousal .achiever-card .achiever-card-inner .goal-blocks-wrapper.achiever-card-goal-wrapper {
        margin: 15px auto 5px; }
      .employees-achiever-wrapper .top-achiever-carousal .achiever-card .achiever-card-inner .goal-blocks-wrapper .goal-block .goal-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        position: relative; }
      .employees-achiever-wrapper .top-achiever-carousal .achiever-card .achiever-card-inner .goal-blocks-wrapper .goal-block .goal-info {
        margin-left: 8px; }
        .employees-achiever-wrapper .top-achiever-carousal .achiever-card .achiever-card-inner .goal-blocks-wrapper .goal-block .goal-info .goal-number {
          font-size: 12px;
          line-height: 17px;
          letter-spacing: -0.6px;
          color: var(--bluey-grey); }
        .employees-achiever-wrapper .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; }
    .employees-achiever-wrapper .top-achiever-carousal .achiever-card .achiever-card-inner .bottom-winner-section {
      display: flex;
      margin: 10px 20px 20px 20px;
      justify-content: center;
      align-items: center; }
      .employees-achiever-wrapper .top-achiever-carousal .achiever-card .achiever-card-inner .bottom-winner-section .achiever-icon-container {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: relative; }
        .employees-achiever-wrapper .top-achiever-carousal .achiever-card .achiever-card-inner .bottom-winner-section .achiever-icon-container:after {
          content: "";
          background-image: url("../images/trophy.svg");
          width: 15px;
          height: 15px;
          position: absolute;
          background-size: 18px;
          background-repeat: no-repeat;
          background-position: center center;
          left: 8px;
          top: 9px; }
      .employees-achiever-wrapper .top-achiever-carousal .achiever-card .achiever-card-inner .bottom-winner-section .achiever-text {
        margin-left: 10px;
        color: var(--text-color-dark);
        font-size: 14px; }

.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;
  justify-content: 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 .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; }

.admin-provider-container .employee-card-container {
  width: 48%; }

.page-desc-section {
  font-size: 14px;
  line-height: 18px;
  color: #353949;
  margin-top: 20px; }

.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: 170px;
    color: white;
    box-shadow: 0 5px 25px 0 rgba(189, 194, 220, 0.4);
    position: relative;
    overflow: hidden; }
    .dg-main-section .dg-step-box.steps-bg {
      background: var(--purplish-gradient); }
      .dg-main-section .dg-step-box.steps-bg .dg-icon-box {
        background-color: var(--light-purple-color); }
        .dg-main-section .dg-step-box.steps-bg .dg-icon-box:before {
          content: "";
          position: absolute;
          left: 7px;
          top: 6px;
          background-image: url(../images/human-footprint.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 25px;
          height: 25px; }
      .dg-main-section .dg-step-box.steps-bg .dg-progress-inner {
        width: 60%;
        height: 100%;
        position: absolute;
        left: 0;
        background-color: #a911ff;
        transition: all 250ms ease; }
    .dg-main-section .dg-step-box.time-bg {
      background-image: var(--greenish-gradient); }
      .dg-main-section .dg-step-box.time-bg .dg-icon-box {
        background-color: #00abae; }
        .dg-main-section .dg-step-box.time-bg .dg-icon-box:before {
          content: "";
          position: absolute;
          left: 7px;
          top: 6px;
          background-image: url(../images/clock.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 25px;
          height: 25px; }
      .dg-main-section .dg-step-box.time-bg .dg-progress-inner {
        width: 60%;
        height: 100%;
        position: absolute;
        left: 0;
        background-color: #34fff5; }
    .dg-main-section .dg-step-box.exercise-bg {
      background-image: var(--bluish-gradient); }
      .dg-main-section .dg-step-box.exercise-bg .dg-icon-box {
        background-color: #078dff; }
        .dg-main-section .dg-step-box.exercise-bg .dg-icon-box:before {
          content: "";
          position: absolute;
          left: 7px;
          top: 6px;
          background-image: url(../images/yoga.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 25px;
          height: 25px; }
      .dg-main-section .dg-step-box.exercise-bg .dg-progress-inner {
        width: 60%;
        height: 100%;
        position: absolute;
        left: 0;
        background-color: #078dff; }
    .dg-main-section .dg-step-box.sleep-bg {
      background-image: var(--redish-gradient); }
      .dg-main-section .dg-step-box.sleep-bg .dg-icon-box {
        background-color: #fc575e; }
        .dg-main-section .dg-step-box.sleep-bg .dg-icon-box:before {
          content: "";
          position: absolute;
          left: 7px;
          top: 6px;
          background-image: url(../images/bed.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 25px;
          height: 25px; }
      .dg-main-section .dg-step-box.sleep-bg .dg-progress-inner {
        height: 100%;
        position: absolute;
        left: 0;
        background-color: #f63774; }
    .dg-main-section .dg-step-box.doctors-bg {
      background-color: white;
      color: var(--text-color-dark);
      min-height: 100px; }
      .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.walkathon-bg {
      background-color: #fc575e;
      background-image: var(--redish-gradient);
      min-height: 100px;
      cursor: pointer;
      width: 32%; }
      .dg-main-section .dg-step-box.walkathon-bg .dg-icon-box {
        background-color: #fc575e;
        width: 60px;
        height: 60px; }
        .dg-main-section .dg-step-box.walkathon-bg .dg-icon-box:before {
          content: "";
          position: absolute;
          left: 16px;
          top: 14px;
          background-image: url(../images/one-man-walking.svg);
          background-size: 30px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 30px;
          height: 30px; }
      .dg-main-section .dg-step-box.walkathon-bg .dg-add-icon-box {
        background-color: transparent;
        width: 20px;
        height: 20px;
        position: relative;
        margin: 0 auto 5px; }
        .dg-main-section .dg-step-box.walkathon-bg .dg-add-icon-box:before {
          content: "";
          position: absolute;
          left: 0px;
          top: 0px;
          background-image: url(../images/add.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 20px;
          height: 20px; }
      .dg-main-section .dg-step-box.walkathon-bg .dg-kul-points {
        font-size: 14px !important;
        font-weight: 700; }
    .dg-main-section .dg-step-box.full-body-bg {
      background-color: #fd84aa;
      min-height: 100px;
      cursor: pointer;
      width: 32%; }
      .dg-main-section .dg-step-box.full-body-bg .dg-icon-box {
        background-color: #f63774;
        width: 60px;
        height: 60px; }
        .dg-main-section .dg-step-box.full-body-bg .dg-icon-box:before {
          content: "";
          position: absolute;
          left: 20px;
          top: 11px;
          background-image: url(../images//icons/human-white.svg);
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center center;
          width: 19px;
          height: 36px; }
      .dg-main-section .dg-step-box.full-body-bg .dg-add-icon-box {
        background-color: transparent;
        width: 20px;
        height: 20px;
        position: relative;
        margin: 0 auto 5px; }
        .dg-main-section .dg-step-box.full-body-bg .dg-add-icon-box:before {
          content: "";
          position: absolute;
          left: 0px;
          top: 0px;
          background-image: url(../images/add.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 20px;
          height: 20px; }
      .dg-main-section .dg-step-box.full-body-bg .dg-kul-points {
        font-size: 14px !important;
        font-weight: 700; }
    .dg-main-section .dg-step-box.cruncher-bg {
      background-color: #00abae;
      background-image: var(--greenish-gradient);
      min-height: 100px;
      cursor: pointer;
      width: 32%; }
      .dg-main-section .dg-step-box.cruncher-bg .dg-icon-box {
        background-color: #00abae;
        width: 60px;
        height: 60px; }
        .dg-main-section .dg-step-box.cruncher-bg .dg-icon-box:before {
          content: "";
          position: absolute;
          left: 16px;
          top: 14px;
          background-image: url(../images/exercise.svg);
          background-size: 30px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 30px;
          height: 30px; }
      .dg-main-section .dg-step-box.cruncher-bg .dg-add-icon-box {
        background-color: transparent;
        width: 20px;
        height: 20px;
        position: relative;
        margin: 0 auto 5px; }
        .dg-main-section .dg-step-box.cruncher-bg .dg-add-icon-box:before {
          content: "";
          position: absolute;
          left: 0px;
          top: 0px;
          background-image: url(../images/add.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 20px;
          height: 20px; }
      .dg-main-section .dg-step-box.cruncher-bg .dg-kul-points {
        font-size: 14px !important;
        font-weight: 700; }
    .dg-main-section .dg-step-box.heart-bg {
      background-color: #28e9e0;
      min-height: 100px;
      cursor: pointer;
      width: 32%; }
      .dg-main-section .dg-step-box.heart-bg .dg-icon-box {
        background-color: #1fc9c1;
        width: 60px;
        height: 60px; }
        .dg-main-section .dg-step-box.heart-bg .dg-icon-box:before {
          content: "";
          position: absolute;
          left: 16px;
          top: 14px;
          background-image: url(../images/icons/heart-white.svg);
          background-size: 30px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 30px;
          height: 30px; }
      .dg-main-section .dg-step-box.heart-bg .dg-add-icon-box {
        background-color: transparent;
        width: 20px;
        height: 20px;
        position: relative;
        margin: 0 auto 5px; }
        .dg-main-section .dg-step-box.heart-bg .dg-add-icon-box:before {
          content: "";
          position: absolute;
          left: 0px;
          top: 0px;
          background-image: url(../images/add.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 20px;
          height: 20px; }
      .dg-main-section .dg-step-box.heart-bg .dg-kul-points {
        font-size: 14px !important;
        font-weight: 700; }
    .dg-main-section .dg-step-box.run-bg {
      background-color: #078dff;
      background-image: var(--bluish-gradient);
      min-height: 100px;
      cursor: pointer;
      width: 32%; }
      .dg-main-section .dg-step-box.run-bg .dg-icon-box {
        background-color: #078dff;
        width: 60px;
        height: 60px; }
        .dg-main-section .dg-step-box.run-bg .dg-icon-box:before {
          content: "";
          position: absolute;
          left: 16px;
          top: 14px;
          background-image: url(../images/running.svg);
          background-size: 30px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 30px;
          height: 30px; }
      .dg-main-section .dg-step-box.run-bg .dg-add-icon-box {
        background-color: transparent;
        width: 20px;
        height: 20px;
        position: relative;
        margin: 0 auto 5px; }
        .dg-main-section .dg-step-box.run-bg .dg-add-icon-box:before {
          content: "";
          position: absolute;
          left: 0px;
          top: 0px;
          background-image: url(../images/add.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 20px;
          height: 20px; }
      .dg-main-section .dg-step-box.run-bg .dg-kul-points {
        font-size: 14px !important;
        font-weight: 700; }
    .dg-main-section .dg-step-box.eye-bg {
      background-color: #11c1ff;
      min-height: 100px;
      cursor: pointer;
      width: 32%; }
      .dg-main-section .dg-step-box.eye-bg .dg-icon-box {
        background-color: #078dff;
        width: 60px;
        height: 60px; }
        .dg-main-section .dg-step-box.eye-bg .dg-icon-box:before {
          content: "";
          position: absolute;
          left: 16px;
          top: 14px;
          background-image: url(../images/icons/eye-white.svg);
          background-size: 30px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 30px;
          height: 30px; }
      .dg-main-section .dg-step-box.eye-bg .dg-add-icon-box {
        background-color: transparent;
        width: 20px;
        height: 20px;
        position: relative;
        margin: 0 auto 5px; }
        .dg-main-section .dg-step-box.eye-bg .dg-add-icon-box:before {
          content: "";
          position: absolute;
          left: 0px;
          top: 0px;
          background-image: url(../images/add.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 20px;
          height: 20px; }
      .dg-main-section .dg-step-box.eye-bg .dg-kul-points {
        font-size: 14px !important;
        font-weight: 700; }
    .dg-main-section .dg-step-box .edit-icon-box {
      position: absolute;
      transition: all 0.3s ease-out;
      width: 80px;
      height: 80px;
      bottom: -80px;
      border-radius: 80px;
      background-color: rgba(0, 0, 0, 0.5);
      right: -80px; }
      .dg-main-section .dg-step-box .edit-icon-box a {
        display: block;
        position: relative;
        left: 22px;
        top: 13px; }
        .dg-main-section .dg-step-box .edit-icon-box a img {
          width: 15px; }
    .dg-main-section .dg-step-box:hover .edit-icon-box {
      bottom: -39px;
      right: -27px; }
    @media (hover: hover) and (pointer: fine) {
      .dg-main-section .dg-step-box:hover .edit-icon-box {
        bottom: -39px;
        right: -27px; } }
    .dg-main-section .dg-step-box .dg-step-count-box {
      margin-top: 25px; }
    .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: bold;
      font-size: 15px;
      margin-top: 10px; }
    .dg-main-section .dg-step-box .dg-step-done {
      font-size: 30px;
      font-weight: 600;
      padding-right: 10px; }
    .dg-main-section .dg-step-box .dg-total-step {
      font-size: 16px;
      font-weight: 300;
      padding-right: 2px; }
    .dg-main-section .dg-step-box .dg-progress-wrap {
      position: relative;
      width: 100%;
      background-color: white;
      height: 6px;
      border-radius: 6px;
      margin-top: 10px;
      overflow: hidden; }
    .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-step-icon-wrap .dg-kul-points-wrap {
        text-align: center; }
      .dg-main-section .dg-step-box .dg-step-icon-wrap .level-arrow {
        width: 15px;
        height: 15px;
        background-image: url(../images/up-arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
        margin: 0 auto; }
        .dg-main-section .dg-step-box .dg-step-icon-wrap .level-arrow.down-arrow {
          transform: rotate(180deg); }
      .dg-main-section .dg-step-box .dg-step-icon-wrap .dg-kul-points {
        font-size: 12px; }
  .dg-main-section.employee-activity-wrapper {
    align-items: flex-start; }
    .dg-main-section.employee-activity-wrapper .dg-step-box {
      width: 49%;
      margin-bottom: 20px;
      padding: 0px;
      overflow: visible; }
    .dg-main-section.employee-activity-wrapper .dg-chart-wrapper {
      color: black;
      margin-top: 20px; }
    .dg-main-section.employee-activity-wrapper .dg-step-inner-wrap {
      padding: 20px; }
    .dg-main-section.employee-activity-wrapper .dg-kul-points-wrap {
      display: flex;
      align-items: center; }
    .dg-main-section.employee-activity-wrapper .dg-kul-points {
      font-weight: bold; }

.emp-wellness-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .emp-wellness-wrapper .emp-wellness-left-box {
    width: 49%; }
  .emp-wellness-wrapper .emp-wellness-right-box {
    width: 49%; }
    .emp-wellness-wrapper .emp-wellness-right-box .line-chart-container {
      width: 100%;
      padding: 20px;
      border: none; }
      .emp-wellness-wrapper .emp-wellness-right-box .line-chart-container .employee-card-title {
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase; }
      .emp-wellness-wrapper .emp-wellness-right-box .line-chart-container .apexcharts-text tspan {
        font-weight: bold; }
  .emp-wellness-wrapper .emp-wellness-progress-wrap {
    width: 100%;
    height: 6px;
    background-color: #d1d6f3;
    position: relative;
    margin-top: 5px;
    border-radius: 4px; }
    .emp-wellness-wrapper .emp-wellness-progress-wrap .emp-wellness-progress-inner {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      border-radius: 40px; }
      .emp-wellness-wrapper .emp-wellness-progress-wrap .emp-wellness-progress-inner.signedup {
        background-color: #078dff;
        background-image: var(--bluish-gradient); }
      .emp-wellness-wrapper .emp-wellness-progress-wrap .emp-wellness-progress-inner.employees {
        background-color: #7007ff;
        background-image: var(--purplish-gradient); }
      .emp-wellness-wrapper .emp-wellness-progress-wrap .emp-wellness-progress-inner.acheivers {
        background-color: #1fc9c1;
        background-image: var(--greenish-gradient); }
    .emp-wellness-wrapper .emp-wellness-progress-wrap .emp-progress-text {
      position: absolute;
      font-size: 30px;
      right: 6px;
      top: -36px;
      font-weight: bold;
      color: #dedede; }
      .emp-wellness-wrapper .emp-wellness-progress-wrap .emp-progress-text.signedup {
        color: #078dff; }
      .emp-wellness-wrapper .emp-wellness-progress-wrap .emp-progress-text.employees {
        color: #7007ff; }
      .emp-wellness-wrapper .emp-wellness-progress-wrap .emp-progress-text.acheivers {
        color: #1fc9c1; }
  .emp-wellness-wrapper .emp-connected-wrap {
    width: 100%;
    box-shadow: 0 5px 25px 0 rgba(189, 194, 220, 0.4);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    min-height: 140px; }
  .emp-wellness-wrapper .emp-connected-flex-wrap .emp-connected-heading {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase; }
  .emp-wellness-wrapper .emp-connected-flex-wrap .emp-connected-desc {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: 2px; }
  .emp-wellness-wrapper .emp-connected-flex-wrap .emp-connected-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    position: relative; }
    .emp-wellness-wrapper .emp-connected-flex-wrap .emp-connected-icon.signedup-icon {
      background-color: #078dff;
      background-image: var(--bluish-gradient); }
      .emp-wellness-wrapper .emp-connected-flex-wrap .emp-connected-icon.signedup-icon::before {
        position: absolute;
        content: "";
        background-image: url(../images/enter.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        width: 20px;
        height: 20px;
        left: 10px;
        top: 10px; }
    .emp-wellness-wrapper .emp-connected-flex-wrap .emp-connected-icon.connected-icon {
      background-color: var(--light-purple-color);
      background-image: var(--purplish-gradient); }
      .emp-wellness-wrapper .emp-connected-flex-wrap .emp-connected-icon.connected-icon::before {
        position: absolute;
        content: "";
        background-image: url(../images/smartwatch.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        width: 20px;
        height: 20px;
        left: 11px;
        top: 10px; }
    .emp-wellness-wrapper .emp-connected-flex-wrap .emp-connected-icon.acheivers-icon {
      background-color: #1fc9c1;
      background-image: var(--greenish-gradient); }
      .emp-wellness-wrapper .emp-connected-flex-wrap .emp-connected-icon.acheivers-icon::before {
        position: absolute;
        content: "";
        background-image: url(../images/trophy.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        width: 20px;
        height: 20px;
        left: 10px;
        top: 10px; }

.connected-emp-bg {
  background-color: #7007ff !important; }

.acheivers-emp-bg {
  background-color: #1fc9c1 !important; }

.ac-main-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .ac-main-wrapper .ac-outer-wrapper {
    width: 32%;
    background-color: white;
    box-shadow: 0px 4px 14px rgba(209, 214, 243, 0.4);
    border-radius: 10px;
    border: 1px solid #d1d6f3;
    margin-left: 0.5%;
    margin-right: 0.5%; }
    .ac-main-wrapper .ac-outer-wrapper .ac-info-wrapper {
      width: 100%;
      padding: 20px; }
      .ac-main-wrapper .ac-outer-wrapper .ac-info-wrapper .ac-name {
        font-size: 16px;
        font-weight: bold; }
      .ac-main-wrapper .ac-outer-wrapper .ac-info-wrapper .ac-duration {
        font-size: 14px;
        position: relative;
        padding-left: 25px;
        margin-top: 5px; }
        .ac-main-wrapper .ac-outer-wrapper .ac-info-wrapper .ac-duration::before {
          position: absolute;
          content: "";
          background-image: url(../images/calendar.svg);
          background-size: 16px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 16px;
          height: 16px;
          left: 0px;
          top: 0px; }
  @media (max-width: 1220px) {
    .ac-main-wrapper .ac-outer-wrapper {
      width: 49%;
      margin-bottom: 15px; } }

.participants-details {
  background-color: white;
  padding: 15px 10px;
  border-radius: 10px;
  position: relative; }
  .participants-details.contests .doc-view-all {
    text-align: right; }
    .participants-details.contests .doc-view-all a {
      line-height: 1;
      font-size: 12px; }
      .participants-details.contests .doc-view-all a span {
        position: relative;
        transform: translateY(2px);
        width: 12px;
        height: 9px; }
  .participants-details .heading {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px; }
  .participants-details .con-participant-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    background-color: var(--app-background-primary);
    border-radius: 10px;
    box-shadow: 0px 4px 14px rgba(209, 214, 243, 0.4);
    margin-bottom: 5px;
    flex-wrap: wrap;
    padding: 10px;
    min-height: 64px; }
    .participants-details .con-participant-row.winner-row {
      position: relative; }
      .participants-details .con-participant-row.winner-row::before {
        position: absolute;
        content: "";
        background-image: url(../images/medal-ribbon.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        width: 20px;
        height: 20px;
        right: 2px;
        top: -9px; }
    .participants-details .con-participant-row.cc-self-contestant {
      border: 1px solid #1fc9c1; }
    .participants-details .con-participant-row.walk-self-contestant {
      border: 1px solid #fc575e; }
    .participants-details .con-participant-row.run-self-contestant {
      border: 1px solid #078dff; }
    .participants-details .con-participant-row.walkathon {
      background-color: #fc575e;
      background-image: var(--redish-gradient);
      color: white; }
    .participants-details .con-participant-row.calorie {
      background-color: #1fc9c1;
      background-image: var(--greenish-gradient);
      color: white; }
    .participants-details .con-participant-row.runnerup {
      background-color: #078dff;
      background-image: var(--bluish-gradient);
      color: white; }
    .participants-details .con-participant-row .contest-number {
      margin-right: 5px;
      margin-left: 5px; }
    .participants-details .con-participant-row .con-participant-img {
      width: 40px;
      height: 40px;
      border: 2px white solid;
      box-sizing: border-box;
      background-position: center top;
      background-size: cover;
      border-radius: 50%;
      margin-right: 10px; }
    .participants-details .con-participant-row .participant-img-row {
      width: 80%;
      justify-content: flex-start;
      align-items: center; }
    .participants-details .con-participant-row .con-participant-score {
      width: 20%;
      text-align: right;
      font-size: 18px;
      font-weight: bold; }
    .participants-details .con-participant-row .con-name-info-col {
      width: 150px; }
    .participants-details .con-participant-row .con-participant-name {
      overflow-x: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .participants-details .con-participant-row.cc-first-contestant {
      background-color: #1fc9c1;
      color: white; }
    .participants-details .con-participant-row.cc-second-contestant {
      background-color: rgba(34, 224, 215, 0.9);
      color: white; }
    .participants-details .con-participant-row.cc-third-contestant {
      background-color: rgba(34, 224, 215, 0.5);
      color: white; }
    .participants-details .con-participant-row.walk-first-contestant {
      background-color: #fc575e;
      color: white; }
    .participants-details .con-participant-row.walk-second-contestant {
      background-color: rgba(252, 87, 94, 0.78);
      color: white; }
    .participants-details .con-participant-row.walk-third-contestant {
      background-color: rgba(252, 87, 94, 0.57);
      color: white; }
  .participants-details.leaderboard .con-participant-row.winner-row::before {
    background-size: 25px;
    width: 25px;
    height: 25px; }
  .participants-details.leaderboard .con-participant-img {
    width: 50px;
    height: 50px;
    border: 3px white solid;
    box-sizing: border-box;
    background-position: center top;
    background-size: cover;
    border-radius: 10px;
    margin-right: 10px; }
  .participants-details.leaderboard .con-participant-name {
    font-size: 13px; }

.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%; }

.mental-health-section-container .mh-results {
  display: flex;
  justify-content: space-between; }
  .mental-health-section-container .mh-results .card {
    width: 23.5%;
    padding: 20px;
    border: 1px solid var(--light-grey-color);
    box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.3);
    border-radius: 10px;
    font-size: 20px;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    color: var(--text-color-dark); }
    .mental-health-section-container .mh-results .card.yellow {
      color: var(--text-color-yellow); }
    .mental-health-section-container .mh-results .card.green {
      color: var(--text-color-green); }
    .mental-health-section-container .mh-results .card.red {
      color: var(--text-color-red); }
    .mental-health-section-container .mh-results .card .percent {
      font-size: 25px; }
    .mental-health-section-container .mh-results .card .text {
      margin-left: 15px; }

.weekly-mood-section {
  width: calc(100% - 380px); }
  .weekly-mood-section .heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 600;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 13px;
    color: var(--text-color-dark);
    letter-spacing: 0.4px; }
  .weekly-mood-section .card {
    padding: 20px; }

.reward-earn-container .reward-earn-list-inner {
  display: flex;
  align-items: center;
  flex-direction: column; }
.reward-earn-container .how-to-block {
  color: var(--text-color-dark);
  font-size: 16px;
  font-weight: 700; }
  .reward-earn-container .how-to-block .kulcare-short-logo {
    width: 25px;
    height: 25px;
    border: 1px solid var(--text-color-dark);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 5px; }
    .reward-earn-container .how-to-block .kulcare-short-logo:after {
      content: "";
      background: url("../images/referred_by_kulcare.svg");
      width: 25px;
      height: 20px;
      background-size: cover;
      background-position: center top;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
.reward-earn-container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 7px; }
  .reward-earn-container table th {
    text-align: center;
    color: var(--text-color-dark);
    padding: 6px;
    font-weight: 700;
    border: 1px solid var(--light-grey-color); }
  .reward-earn-container table .column-width {
    width: 20%;
    border: 1px solid var(--light-grey-color); }
  .reward-earn-container table input[type="text"] {
    padding: 6px;
    width: 100%;
    outline: none;
    border: 1px solid var(--light-grey-color);
    height: 40px; }
    .reward-earn-container table input[type="text"]:focus {
      border: 2px solid var(--purple-color); }
.reward-earn-container .card {
  width: 31%;
  padding: 15px;
  text-align: center;
  border: none;
  border-radius: 10px;
  padding: 0;
  box-shadow: 0 2px 4px rgba(41, 54, 61, 0.25); }
  .reward-earn-container .card .voucher-wrapper {
    display: flex;
    align-items: center;
    position: relative; }
    .reward-earn-container .card .voucher-wrapper .voucher-company-logo-box {
      width: 30%; }
      .reward-earn-container .card .voucher-wrapper .voucher-company-logo-box .company-logo {
        width: 80px;
        height: 80px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
        margin: 0 auto; }
  .reward-earn-container .card .company {
    font-size: 20px;
    color: var(--icons-color);
    font-weight: 700; }
  .reward-earn-container .card .amount {
    font-size: 18px;
    color: var(--purple-color);
    font-weight: 600; }

.rewards_wrapper {
  display: block; }
  .rewards_wrapper .rewards_earn_wrap {
    width: 60%;
    border: 1px solid var(--light-grey-color);
    box-shadow: var(--box-shadow);
    min-height: 192px;
    border-radius: 6px;
    color: white;
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px auto; }
    .rewards_wrapper .rewards_earn_wrap .icon_bg {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      position: absolute;
      right: -16px;
      bottom: -31px; }
    .rewards_wrapper .rewards_earn_wrap.purple_bg .icon_bg {
      background-color: var(--text-color-green); }
    .rewards_wrapper .rewards_earn_wrap.green_bg .icon_bg {
      background-color: var(--purple-hover-color); }
    .rewards_wrapper .rewards_earn_wrap.blue_bg .icon_bg {
      background-color: var(--orangish-color); }
    .rewards_wrapper .rewards_earn_wrap.orange_bg .icon_bg {
      background-color: var(--text-color-primary); }
    .rewards_wrapper .rewards_earn_wrap .earn_icon {
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain; }
      .rewards_wrapper .rewards_earn_wrap .earn_icon.wallet_icon {
        right: 0px;
        bottom: -12px;
        width: 100px;
        height: 100px;
        background-image: url(../images/wallet.svg);
        background-position: center; }
      .rewards_wrapper .rewards_earn_wrap .earn_icon.reward_icon {
        right: 10px;
        bottom: -2px;
        width: 80px;
        height: 80px;
        background-image: url(../images/jigsaw.svg);
        background-position: center; }
      .rewards_wrapper .rewards_earn_wrap .earn_icon.incentive_icon {
        right: 10px;
        bottom: 0px;
        width: 80px;
        height: 80px;
        background-image: url(../images/gift-box.svg);
        background-position: center; }
      .rewards_wrapper .rewards_earn_wrap .earn_icon.money_icon {
        right: 15px;
        bottom: 0px;
        width: 80px;
        height: 80px;
        background-image: url(../images/earnings.svg);
        background-position: center; }
    .rewards_wrapper .rewards_earn_wrap .heading {
      font-size: 22px;
      font-weight: bold; }
    .rewards_wrapper .rewards_earn_wrap .rewards_header_section {
      display: flex;
      justify-content: space-between; }
    .rewards_wrapper .rewards_earn_wrap .reward_description {
      width: 70%;
      margin-top: 10px;
      font-size: 14px; }
      .rewards_wrapper .rewards_earn_wrap .reward_description p {
        margin-bottom: 10px; }
  @media (max-width: 1200px) {
    .rewards_wrapper .rewards_earn_wrap {
      width: 100%; } }
  .rewards_wrapper .incentive_wrap {
    margin-bottom: 20px; }
  .rewards_wrapper .rewards_heading {
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
  .rewards_wrapper .incentive_description {
    text-align: center; }

.kc-short-logo {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
  background-color: var(--orangish-color);
  border: 2px solid #f79c2c; }
  .kc-short-logo:after {
    content: "";
    background: url("../images/white-kc-short-logo.svg");
    width: 21px;
    height: 18px;
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -57%); }

.add-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: block;
  position: relative;
  transition: all 250ms ease;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }
  .add-icon:before {
    content: "";
    position: absolute;
    background-image: url(../images/plus.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 10px;
    top: 9px; }
  .add-icon:hover, .add-icon:focus {
    transform: translateY(2px);
    box-shadow: 1px 1px rgba(0, 0, 0, 0.6); }

.widget {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3)); }
  .widget[type="ticket"] {
    width: 32%; }
    .widget[type="ticket"] .top > div:first-child,
    .widget[type="ticket"] .bottom > div:first-child {
      padding-top: 18px; }
    .widget[type="ticket"] .top img,
    .widget[type="ticket"] .bottom img {
      padding: 18px 0; }
    .widget[type="ticket"] .top,
    .widget[type="ticket"] .bottom,
    .widget[type="ticket"] .rip {
      background-color: #fff; }
    .widget[type="ticket"] .top {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px; }
      .widget[type="ticket"] .top .deetz {
        padding: 0 18px;
        padding-bottom: 10px !important; }
    .widget[type="ticket"] .bottom {
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      padding: 0 18px; }
      .widget[type="ticket"] .bottom:first-child {
        padding-top: 18px; }
    .widget[type="ticket"] img {
      padding: 18px 0; }
  .widget .top,
  .widget .bottom,
  .widget .rip {
    background-color: #fff; }
  .widget .top {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; }
    .widget .top .deetz {
      padding-bottom: 10px !important; }
  .widget .bottom {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0 18px; }
    .widget .bottom .barcode {
      background-repeat: no-repeat;
      width: 58px;
      background-size: contain;
      background-position: center top;
      padding: 0;
      padding-top: 0 !important; }
    .widget .bottom .buy {
      display: block;
      font-size: 12px;
      font-weight: bold;
      padding: 0 18px;
      line-height: 30px;
      border-radius: 15px;
      color: #fff;
      text-decoration: none;
      background-color: var(--background-color-primary);
      border-color: var(--background-color-primary);
      background-image: linear-gradient(96deg, #11c1ff, #078dff); }
  .widget .rip {
    height: 20px;
    margin: 0 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAYAAAB7Xa1eAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAAAaSURBVBhXY5g7f97/2XPn/AcCBmSMQ+I/AwB2eyNBlrqzUQAAAABJRU5ErkJggg==);
    background-size: 4px 2px;
    background-repeat: repeat-x;
    background-position: center;
    position: relative;
    box-shadow: 0 1px 0 0 #fff, 0 -1px 0 0 #fff; }
    .widget .rip:before, .widget .rip:after {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      top: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      border: 5px solid transparent;
      border-top-color: #fff;
      border-right-color: #fff;
      border-radius: 100%;
      pointer-events: none; }
    .widget .rip:before {
      left: -10px; }
    .widget .rip:after {
      transform: translate(-50%, -50%) rotate(225deg);
      right: -40px; }

.-bold {
  font-weight: bold; }

.voucher-info {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.company-logo-info {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px; }
  .company-logo-info .barcode {
    width: 30px !important; }
  .company-logo-info.space-justified {
    justify-content: space-between; }
    .company-logo-info.space-justified .barcode {
      width: 30px !important; }
  .company-logo-info .points {
    font-size: 10px;
    font-weight: 600; }

.step_arrow {
  width: 30px;
  height: 30px;
  background-image: url(../images/down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 10px auto; }

.cs_outer_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
  .cs_outer_wrapper .cs_main_wrapper {
    width: 32%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    background-color: white;
    box-shadow: 0px 4px 14px rgba(209, 214, 243, 0.4);
    border-radius: 10px;
    border: 1px solid #d1d6f3;
    padding: 20px;
    position: relative; }
    .cs_outer_wrapper .cs_main_wrapper .edit-icon-box {
      position: absolute;
      top: 6px;
      right: 7px;
      display: block;
      padding: 5px; }
      .cs_outer_wrapper .cs_main_wrapper .edit-icon-box img {
        width: 15px; }
  @media (max-width: 1200px) {
    .cs_outer_wrapper .cs_main_wrapper {
      width: 49%;
      margin-bottom: 10px; } }
  @media (max-width: 992px) {
    .cs_outer_wrapper .cs_main_wrapper {
      width: 99%; } }
  .cs_outer_wrapper .cs_info_wrap {
    margin-bottom: 20px; }
  .cs_outer_wrapper .cs_name {
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
  .cs_outer_wrapper .cs_points_main_wrap {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap; }
    .cs_outer_wrapper .cs_points_main_wrap .cs_points_wrap {
      width: 100%;
      margin-bottom: 20px;
      text-align: center;
      background-color: #f9faff;
      padding: 10px 25px 10px 10px;
      border-radius: 6px;
      box-shadow: 0 5px 25px 0 rgba(189, 194, 220, 0.4);
      border: 1px solid #d1d6f3;
      margin-bottom: 5px;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .cs_outer_wrapper .cs_points_main_wrap .cs_points_wrap .cs_point_text {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px; }
        .cs_outer_wrapper .cs_points_main_wrap .cs_points_wrap .cs_point_text.steps-c {
          color: var(--text-color-green); }
        .cs_outer_wrapper .cs_points_main_wrap .cs_points_wrap .cs_point_text.exercise-c {
          color: var(--purple-color); }
        .cs_outer_wrapper .cs_points_main_wrap .cs_points_wrap .cs_point_text.move-c {
          color: var(--orangish-color); }
        .cs_outer_wrapper .cs_points_main_wrap .cs_points_wrap .cs_point_text.sleep-c {
          color: var(--text-color-primary); }
      .cs_outer_wrapper .cs_points_main_wrap .cs_points_wrap .cs_point_number {
        font-size: 14px;
        text-align: right; }
      .cs_outer_wrapper .cs_points_main_wrap .cs_points_wrap.no-box {
        border: none;
        box-shadow: none;
        background-color: transparent;
        padding: 5px 25px 5px 10px; }

.Appointment-main-container .priscription-detail-wrapper {
  display: flex;
  justify-content: space-between; }
  .Appointment-main-container .priscription-detail-wrapper .prescription-attach-file {
    width: 90px;
    border: 1px solid #d1d6f3;
    border-radius: 6px; }
    .Appointment-main-container .priscription-detail-wrapper .prescription-attach-file img {
      max-width: 100%;
      border-radius: 6px; }

.timeline-event-container .timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto; }
  .timeline-event-container .timeline:after {
    content: "";
    position: absolute;
    width: 1px;
    background: var(--light-grey-color);
    top: 0;
    bottom: 0;
    left: 50%; }
  .timeline-event-container .timeline .health-record-event-container {
    width: 50%;
    position: relative;
    padding: 10px 30px; }
    .timeline-event-container .timeline .health-record-event-container:first-child {
      padding: 0 30px 10px 30px; }
    .timeline-event-container .timeline .health-record-event-container.right {
      left: 50%; }
      .timeline-event-container .timeline .health-record-event-container.right .date {
        left: -55px; }
      .timeline-event-container .timeline .health-record-event-container.right .icon-outer-container {
        left: -115px; }
    .timeline-event-container .timeline .health-record-event-container.left {
      text-align: right;
      left: 0; }
      .timeline-event-container .timeline .health-record-event-container.left .date {
        right: -55px;
        text-align: left; }
      .timeline-event-container .timeline .health-record-event-container.left .icon-outer-container {
        right: -115px; }
      .timeline-event-container .timeline .health-record-event-container.left .timeline-event-heading:before {
        left: auto;
        right: -32px; }
    .timeline-event-container .timeline .health-record-event-container .date {
      position: absolute;
      top: calc(10% - 8px);
      display: inline-block;
      z-index: 1;
      color: var(--text-color-dark);
      font-weight: 700;
      font-size: 13px;
      line-height: 20px; }
    .timeline-event-container .timeline .health-record-event-container .icon-outer-container {
      position: absolute;
      top: calc(10% - 8px);
      z-index: 1; }

.chart-period-tab .tab {
  padding: 10px 20px;
  display: inline-block;
  color: var(--text-color-dark);
  font-weight: 700; }
  .chart-period-tab .tab:last-child {
    border-right: none; }
  .chart-period-tab .tab.selected {
    background: var(--light-grey-color);
    border-right: none;
    border-radius: 4px; }

.vital-chart-container.line-chart-container {
  border: none;
  padding: 20px;
  width: 100%; }
.vital-chart-container .employee-card-title {
  font-size: 16px;
  font-weight: 700;
  padding-left: 20px; }
.vital-chart-container .blood-type-container {
  display: flex; }
  .vital-chart-container .blood-type-container .sec {
    padding: 20px; }
    .vital-chart-container .blood-type-container .sec .name {
      font-size: 14px;
      font-weight: 700; }
    .vital-chart-container .blood-type-container .sec .average-result {
      color: var(--text-color-dark);
      font-size: 18px;
      font-weight: 700; }
    .vital-chart-container .blood-type-container .sec .date {
      font-size: 12px; }

.kul-coins {
  font-size: 16px; }

.goals_filter_wrapper .tabs_wrapper {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 50px;
  padding: 5px;
  position: relative;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }
  .goals_filter_wrapper .tabs_wrapper .tab {
    border-radius: 50px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    width: 80px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #232323;
    user-select: none;
    transition: all 0.4s;
    cursor: pointer; }
    .goals_filter_wrapper .tabs_wrapper .tab .title {
      vertical-align: middle; }
  .goals_filter_wrapper .tabs_wrapper input {
    display: none; }
  .goals_filter_wrapper .tabs_wrapper .shape {
    width: 80px;
    height: 35px;
    background: var(--primary-gradient-bg);
    border-radius: 50px;
    position: absolute;
    top: 5px;
    left: 12px;
    opacity: 1;
    pointer-events: none;
    transition: all 0.5s; }
  .goals_filter_wrapper .tabs_wrapper #tab_1:checked ~ .shape {
    left: 5px; }
  .goals_filter_wrapper .tabs_wrapper #tab_1:checked ~ .tab[for="tab_1"] {
    z-index: 1;
    color: #ffffff;
    font-weight: bold; }
  .goals_filter_wrapper .tabs_wrapper #tab_2:checked ~ .shape {
    left: calc(5px + 80px); }
  .goals_filter_wrapper .tabs_wrapper #tab_2:checked ~ .tab[for="tab_2"] {
    z-index: 1;
    color: #ffffff;
    font-weight: bold; }
  .goals_filter_wrapper .tabs_wrapper #tab_3:checked ~ .shape {
    left: calc(5px + 80px * 2); }
  .goals_filter_wrapper .tabs_wrapper #tab_3:checked ~ .tab[for="tab_3"] {
    z-index: 1;
    color: #ffffff;
    font-weight: bold; }
  .goals_filter_wrapper .tabs_wrapper #tab_4:checked ~ .shape {
    left: calc(5px + 80px * 3); }
  .goals_filter_wrapper .tabs_wrapper #tab_4:checked ~ .tab[for="tab_4"] {
    z-index: 1;
    color: #ffffff;
    font-weight: bold; }

.find-care-consult-section .card {
  padding: 20px 20px 20px 20px; }
  .find-care-consult-section .card .heading {
    font-size: 18px;
    color: var(--text-color-dark);
    font-weight: 700; }
  .find-care-consult-section .card .customer-help-img {
    width: 100%;
    height: 120px;
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: center top; }
  .find-care-consult-section .card .text {
    font-size: 14px; }
  .find-care-consult-section .card button i {
    font-size: 17px; }
  .find-care-consult-section .card .customer-help-btn {
    display: flex;
    justify-content: center; }
  .find-care-consult-section .card .consult-doc-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .find-care-consult-section .card .consult-doc-container .doc-profile {
      width: 32%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 30px; }
      .find-care-consult-section .card .consult-doc-container .doc-profile .fc-doc-profile-inner .doc-img {
        width: 55px; }
      .find-care-consult-section .card .consult-doc-container .doc-profile .fc-doc-profile-inner .doc-name {
        font-size: 14px;
        font-weight: 700; }
      .find-care-consult-section .card .consult-doc-container .doc-profile .fc-doc-profile-inner .doc-specialty {
        font-weight: 600;
        font-size: 14px; }
      .find-care-consult-section .card .consult-doc-container .doc-profile .doc-img {
        width: 70px; }
        .find-care-consult-section .card .consult-doc-container .doc-profile .doc-img img {
          max-width: 100%;
          border-radius: 50%; }
      .find-care-consult-section .card .consult-doc-container .doc-profile .doc-name {
        font-size: 16px;
        font-weight: 700; }
      .find-care-consult-section .card .consult-doc-container .doc-profile .doc-specialty {
        font-weight: 600; }
      .find-care-consult-section .card .consult-doc-container .doc-profile button {
        height: 35px; }

.findcare-filter-wrapper .search-nav .selected {
  padding: 11px 10px; }
.findcare-filter-wrapper 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; }
  .findcare-filter-wrapper button.default:hover, .findcare-filter-wrapper button.default:focus {
    color: var(--purple-color);
    background-color: var(--purple-color);
    border-color: var(--purple-color);
    background-image: var(--purple-gradient-bg); }
  .findcare-filter-wrapper button.default.button-with-icon {
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center; }
    .findcare-filter-wrapper button.default.button-with-icon.map-marker {
      background-image: url(../images/map-marker.svg); }
      .findcare-filter-wrapper button.default.button-with-icon.map-marker:hover, .findcare-filter-wrapper button.default.button-with-icon.map-marker:focus {
        background-image: url(../images/map-marker-hover.svg); }
      .findcare-filter-wrapper button.default.button-with-icon.map-marker.selected {
        background-image: url(../images/map-marker-hover.svg);
        background-color: var(--purple-color); }
    .findcare-filter-wrapper button.default.button-with-icon.list-marker {
      background-image: url(../images/list.svg); }
      .findcare-filter-wrapper button.default.button-with-icon.list-marker:hover, .findcare-filter-wrapper button.default.button-with-icon.list-marker:focus {
        background-image: url(../images/list-hover.svg); }
      .findcare-filter-wrapper button.default.button-with-icon.list-marker.selected {
        background-image: url(../images/list-hover.svg);
        background-color: var(--purple-color); }
    .findcare-filter-wrapper button.default.button-with-icon.calender-marker {
      background-image: url(../images/purple-calender-icon.svg); }
      .findcare-filter-wrapper button.default.button-with-icon.calender-marker:hover, .findcare-filter-wrapper button.default.button-with-icon.calender-marker:focus {
        background-image: url(../images/purple-calender-hover.svg); }
      .findcare-filter-wrapper button.default.button-with-icon.calender-marker.selected {
        background-image: url(../images/purple-calender-hover.svg);
        background-color: var(--purple-color); }

.avtivity_heading_wrap {
  display: flex;
  justify-content: flex-end; }

/* rating */
.face {
  margin: 0 12px;
  /* position: relative; */
  width: 67px;
  height: 67px;
  border-radius: 50%;
  z-index: 2; }

.rating-btn input {
  cursor: pointer;
  width: 67px;
  height: 67px;
  border: none;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.2s ease;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat; }

.rating-btn.selected input {
  transform: scale(0.7); }

.rating-btn:before {
  content: "";
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
  top: 50px;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 3; }

.rating-btn.selected:before {
  visibility: visible;
  opacity: 1;
  box-shadow: 0px 2px 10px #c4c4c4;
  border-radius: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }

/* .rating-btn.selected input{
  box-shadow: 0px 2px 10px #C4C4C4;
} */
.rating-btn.terrible input {
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/kulcare-assets/images/terrible-icon.svg"); }

.rating-btn.terrible.selected:before {
  content: "";
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/kulcare-assets/images/terrible-big-icon.svg");
  left: 0; }

.rating-btn.bad input {
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/kulcare-assets/images/bad-icon.svg"); }

.rating-btn.bad.selected:before {
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/kulcare-assets/images/sad-big-icon.svg");
  left: 97px; }

.rating-btn.okay input {
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/kulcare-assets/images/okay-icon.svg"); }

.rating-btn.okay.selected:before {
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/kulcare-assets/images/okay-big-icon.svg");
  left: 188px; }

.rating-btn.good input {
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/kulcare-assets/images/good-icon.svg"); }

.rating-btn.good.selected:before {
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/kulcare-assets/images/happy-big-icon.svg");
  left: 279px; }

.rating-btn.great input {
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/kulcare-assets/images/great-icon.svg"); }

.rating-btn.great.selected:before {
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/kulcare-assets/images/great-big-icon.svg");
  left: 368px; }

.rating-wrapper {
  display: flex;
  padding: 57px 0 84px;
  width: 320px;
  position: relative; }

/* .face.after-line:after{
  position: absolute;
  content: "";
  left: 40px;
  top: 50%;
  border-top: 1px solid #E5E5E5;
  width: 24px;
  z-index: 1;
} */
.rating-text {
  text-align: center;
  font-size: 13px;
  color: #959e9f;
  font-weight: 400;
  transition: all 0.3s ease;
  /* position: absolute;
  left: 8px;
  bottom: -27px; */ }

.rating-btn input:focus {
  outline: none; }

.rating-btn.selected .rating-text {
  color: #4d4d4d;
  margin-top: 15px;
  /* transition: all 1s ease; */ }

.bg-line {
  position: absolute;
  left: 14px;
  top: 45%;
  border-top: 1px solid #e5e5e5;
  width: 113%;
  z-index: 1; }

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

.providers-map-view {
  height: 800px;
  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 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .map-content-wrap .doctor-card-block .doctor-card-link a {
      font-size: 13px !important;
      color: var(--text-color-primary); }
  .map-content-wrap .doctor-card-block .card-doc-location {
    margin-top: 10px; }

.dashboard_heading_section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.dashboard_mood_wrap .mood_text {
  font-weight: 600;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--text-color-dark);
  letter-spacing: 0.4px; }
.dashboard_mood_wrap .happiness-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 50px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/kulcare-assets/images/happy-big-icon.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 10px #c4c4c4;
  border-radius: 50%; }

.provider_coverage_wrapper .dg-main-section {
  margin-top: 0; }
  .provider_coverage_wrapper .dg-main-section .dg-step-box {
    width: 49%;
    margin-bottom: 10px;
    padding: 36px 20px; }

.provider-suggestion-sec-container .inner-card {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #353949;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px; }
  .provider-suggestion-sec-container .inner-card .suggestion {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    max-width: 150px;
    text-align: center; }
    .provider-suggestion-sec-container .inner-card .suggestion.max-w-100 {
      max-width: 100%; }
  .provider-suggestion-sec-container .inner-card .search-link {
    position: relative; }
    .provider-suggestion-sec-container .inner-card .search-link .search {
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      display: inline-block; }
      .provider-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; }

.employee_al_wrap .card {
  width: 100%;
  padding: 20px;
  border: 1px solid var(--light-grey-color);
  box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.3);
  border-radius: 10px;
  font-size: 20px;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  color: var(--text-color-dark);
  min-height: 118px; }
  .employee_al_wrap .card.yellow {
    color: var(--text-color-yellow); }
  .employee_al_wrap .card.green {
    color: var(--text-color-green); }
  .employee_al_wrap .card.red {
    color: var(--text-color-red); }
  .employee_al_wrap .card .percent {
    font-size: 25px; }
  .employee_al_wrap .card .text {
    margin-left: 15px; }

.employee-gad-info-wrap {
  width: 33%; }

.employee-mood-wrap {
  width: 100%; }

.gad-level-info {
  display: flex;
  align-items: center;
  justify-content: center; }
  .gad-level-info.gad-score {
    font-size: 14px;
    color: var(--text-color-dark); }

.pc_outer_wrap {
  width: 58%; }

.dashboard-dg-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .dashboard-dg-wrapper .dashboard-dg-wrap {
    width: 49%; }
    .dashboard-dg-wrapper .dashboard-dg-wrap .dg-main-section {
      margin-top: 0; }
    .dashboard-dg-wrapper .dashboard-dg-wrap .dg-step-box {
      width: 49%;
      margin-bottom: 10px; }
  .dashboard-dg-wrapper .dashboard-dg-chart-wrap {
    width: 49%; }
    .dashboard-dg-wrapper .dashboard-dg-chart-wrap .line-chart-container {
      width: 100%;
      padding: 20px;
      border: none;
      background: #ffffff;
      box-sizing: border-box;
      border: 1px solid #d1d6f3;
      box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
      border-radius: 10px; }
      .dashboard-dg-wrapper .dashboard-dg-chart-wrap .line-chart-container .employee-card-title {
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase; }

.doc-details-container .doc-details-inner {
  display: flex;
  justify-content: space-between; }
  .doc-details-container .doc-details-inner .doc-img {
    width: 47%;
    height: auto;
    background-image: url("../images/doc-detail-img.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: var(--box-shadow); }
  .doc-details-container .doc-details-inner .doc-detail-content {
    width: 45%; }
    .doc-details-container .doc-details-inner .doc-detail-content .name {
      font-size: 45px;
      line-height: 54px;
      color: #353949; }
    .doc-details-container .doc-details-inner .doc-detail-content .specialty {
      font-weight: 600;
      font-size: 24px;
      line-height: 44px;
      color: #353949; }
    .doc-details-container .doc-details-inner .doc-detail-content .qualification {
      font-size: 16px;
      line-height: 30px;
      color: #000000; }
    .doc-details-container .doc-details-inner .doc-detail-content .experience {
      font-size: 16px;
      line-height: 44px;
      color: #000000; }
    .doc-details-container .doc-details-inner .doc-detail-content .consultation {
      display: flex;
      align-items: center; }
      .doc-details-container .doc-details-inner .doc-detail-content .consultation .amount {
        color: var(--purple-color);
        font-weight: 600;
        font-size: 22px;
        padding-left: 40px; }

/*-- VARIABLES ---*/
/*--- MIXINS ---*/
/*--- STYLE ---*/
ul.lz-menu {
  padding: 0;
  margin: 20px 0 0;
  width: 100%;
  line-height: 1.4em;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #666;
  position: relative;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px; }
  ul.lz-menu a {
    display: inline-block;
    color: #555;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 700; }
    ul.lz-menu a span {
      font-weight: 400; }
  ul.lz-menu span {
    display: inline-block;
    color: #555;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 700; }
  ul.lz-menu ul,
  ul.lz-menu li,
  ul.lz-menu h3 {
    margin: 0;
    font-size: 14px; }
  ul.lz-menu li {
    border: 0;
    margin: 0;
    padding: 0;
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: none;
    margin-top: 5px; }
    ul.lz-menu li .active > a {
      color: var(--text-color-primary); }
      ul.lz-menu li .active > a span {
        color: var(--text-color-primary); }
    ul.lz-menu li h3 {
      margin: 0;
      position: relative;
      display: block; }
      ul.lz-menu li h3 a + a {
        font-weight: 700;
        display: inline-block;
        cursor: pointer; }
        ul.lz-menu li h3 a + a span {
          color: #555;
          text-decoration: none;
          vertical-align: middle;
          font-weight: 700; }
      ul.lz-menu li h3 a + span {
        padding: 8px 10px;
        font-weight: 700;
        cursor: pointer; }
      ul.lz-menu li h3 .arrow-btn {
        display: none; }
      ul.lz-menu li h3 .expanded {
        margin: 12px 8px 8px; }
      ul.lz-menu li h3 :hover {
        text-decoration: none;
        background-color: transparent;
        color: #327fc7; }
    ul.lz-menu li ul {
      padding: 0; }
      ul.lz-menu li ul li {
        color: #666;
        padding-left: 25px; }
        ul.lz-menu li ul li h3 {
          border-bottom: 0; }
          ul.lz-menu li ul li h3 a + a,
          ul.lz-menu li ul li h3 a + span {
            padding-left: 31px; }
          ul.lz-menu li ul li h3 .arrow-btn {
            width: 0;
            height: 0;
            float: left;
            padding: 0;
            margin: 10px 9px 9px;
            text-decoration: none;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 8px solid #ccc;
            border-right: 0; }
          ul.lz-menu li ul li h3 .expanded {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 8px solid #ccc;
            border-bottom: 0; }
        ul.lz-menu li ul li a {
          padding: 6px 0 6px 18px;
          font-weight: 400;
          color: #327fc7; }
        ul.lz-menu li ul li ul .active > a {
          padding-left: 53px; }
        ul.lz-menu li ul li ul li {
          border-bottom: 0;
          color: #666;
          background-color: #fff; }
          ul.lz-menu li ul li ul li a {
            padding-left: 56px; }
          ul.lz-menu li ul li ul li :hover {
            text-decoration: none;
            background-color: #f2f2f2;
            color: #327fc7; }

ul.lz-menu:first-of-type > li:last-child h3.collapsed {
  border-bottom: none; }
ul.lz-menu:first-of-type > li:last-child :last-child {
  border-bottom: none; }

.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; }

.partner-card-container {
  background: #ffffff;
  box-shadow: 14px 41px 100px rgba(49, 89, 211, 0.12);
  border-radius: 10px;
  padding: 0 0 20px 0;
  border: 1px solid var(--light-grey-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer; }
  .partner-card-container .partner-card-image-container {
    width: 100%;
    position: relative;
    text-align: center; }
    .partner-card-container .partner-card-image-container .partner-card-image {
      width: 100%;
      height: 200px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center top;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
      .partner-card-container .partner-card-image-container .partner-card-image:after {
        content: "\279C";
        width: 30px;
        height: 30px;
        top: 8px;
        right: 7px;
        position: absolute;
        z-index: 1;
        color: white;
        font-size: 20px; }
    .partner-card-container .partner-card-image-container .company-logo-container {
      z-index: 1;
      position: absolute;
      background: rgba(0, 0, 0, 0.2);
      overflow: hidden;
      align-items: center;
      top: 8px;
      left: 8px;
      line-height: 20px;
      transition: width 0.2s;
      width: 220px;
      padding: 3px;
      border-radius: 25px;
      display: flex; }
      .partner-card-container .partner-card-image-container .company-logo-container .partner-company-logo {
        width: 40px;
        height: 40px;
        background-size: cover;
        background-position: center top;
        border-radius: 50%; }
      .partner-card-container .partner-card-image-container .company-logo-container .comp-name {
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
        padding-left: 10px;
        transform: scale(1);
        transition: transform 0.5s; }
    .partner-card-container .partner-card-image-container .package-name {
      font-size: 25px;
      position: absolute;
      color: #ffffff;
      bottom: 10%;
      padding-left: 20px;
      padding-right: 20px;
      text-align: center;
      width: 100%;
      text-transform: capitalize;
      z-index: 1; }
      .partner-card-container .partner-card-image-container .package-name .package-services {
        font-weight: 700;
        font-size: 14px; }
    .partner-card-container .partner-card-image-container .overlay {
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 200px;
      position: absolute;
      background: #000000;
      opacity: 0.4;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
  .partner-card-container .package-lower-section {
    padding: 20px 20px 0 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .partner-card-container .package-lower-section .offer {
      color: var(--text-color-primary);
      font-weight: 700; }
