@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,600,700&display=swap");
.primary {
  -webkit-box-shadow: var(--btn-box-shadow);
          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);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  border-radius: 4px; }

.edit-btn {
  background: #f63774;
  border: 1px solid #f63774;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 4px 6px;
  color: #ffffff;
  cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.green-bg {
  background: #1fc9c1; }

.yellow-bg {
  background: #ffc107; }

.red-bg {
  background: #f63774; }

.edit-icon {
  width: 17px; }

.progress-bar-line {
  background: #e9ecef;
  height: 4px;
  border-radius: 3.75px;
  position: relative;
  margin-top: 5px;
  width: 100%; }
  .progress-bar-line .green-progress-bar {
    background: #28a745;
    position: absolute;
    top: 0;
    height: 4px; }
  .progress-bar-line .blue-progress-bar {
    position: absolute;
    background: #45aaf2;
    top: 0;
    height: 4px; }
  .progress-bar-line .orange-progress-bar {
    background: #fd9644;
    position: absolute;
    top: 0;
    height: 4px; }
  .progress-bar-line .purple-progress-bar {
    position: absolute;
    background: #cda8ff;
    top: 0;
    height: 4px; }

.width-100 {
  width: 100%; }

.width-87 {
  width: 87%; }

.width-23 {
  width: 23%; }

.width-27 {
  width: 27%; }

.width-18 {
  width: 18%; }

.width-36-8 {
  width: 36.8%; }

.width-26-3 {
  width: 26.3%; }

.width-15-8 {
  width: 15.8%; }

.width-21-1 {
  width: 21.1%; }

.table-status {
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 3.75px; }

.justify-cnt-left {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important; }

.justify-flex-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important; }

.width-50 {
  width: 50%; }

.width-55 {
  width: 55%; }

.width-65 {
  width: 65%; }

.h-300 {
  height: 300px; }

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

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flex.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.datepicker {
  border: none;
  position: relative;
  color: var(--bluey-grey);
  font-size: 13px;
  outline: none; }

.lr-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.overlay-border {
  position: absolute;
  background: linear-gradient(135deg, #11c1ff 0%, #078dff 100%);
  border-radius: 2px;
  width: 180px;
  height: 5px;
  display: inline-block;
  left: -4px;
  bottom: -9px; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.table-border {
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 8px 15px rgba(189, 194, 220, 0.4);
          box-shadow: 0px 8px 15px rgba(189, 194, 220, 0.4);
  border-radius: 2.8125px; }

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.search-input {
  font-size: var(--label-font-size);
  height: 40px;
  line-height: 40px;
  color: var(--text-color-dark);
  -webkit-box-shadow: none;
          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); }

.import-icon {
  width: 20px;
  display: inline-block;
  margin-left: 2px;
  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 */
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

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

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

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

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

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

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

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

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

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

.ml-n38 {
  margin-left: -38px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -31px;
  position: absolute; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  -webkit-transition: all 0.2s 0s;
  transition: all 0.2s 0s;
  -webkit-filter: blur(0px);
          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;
  -webkit-filter: blur(1px);
          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); }

.purple-text {
  color: #7007ff; }

.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;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s; }

.demo-btn-wrapper.with-popup {
  background-color: white;
  width: 252px;
  border-radius: 6px;
  -webkit-box-shadow: var(--btn-box-shadow);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
        -webkit-box-shadow: 0 2px 8px 0 var(--cloudy-blue-28);
                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: 150px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center; }

.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: var(--bluey-grey); }

.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
          box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
  border-radius: 10px;
  padding: 34px 0 34px 38px; }
  .employee-card-container.pd-13 {
    padding-top: 13px;
    padding-bottom: 13px; }
  .employee-card-container .employee-card-result {
    font-size: 48px;
    line-height: 57px;
    letter-spacing: -0.6px;
    color: #2e384d;
    margin-left: -5px; }
    .employee-card-container .employee-card-result .with-date {
      font-size: 28px;
      line-height: 32px;
      color: #2e384d; }
  .employee-card-container .employee-card-rating {
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize; }
    .employee-card-container .employee-card-rating.green-text {
      color: #2db744; }
    .employee-card-container .employee-card-rating.red-text {
      color: #e84a50; }
  .employee-card-container .employee-saving-icon {
    width: 48px; }
  .employee-card-container .employee-saving-amount {
    font-size: 44px;
    line-height: 52px;
    letter-spacing: -0.6px;
    color: #2e384d; }
  .employee-card-container .employee-saving-till-date {
    font-size: 15px;
    line-height: 22px;
    color: #8798ad; }

.card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #d1d6f3;
  -webkit-box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
          box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
  border-radius: 10px;
  padding: 34px 0 34px 38px; }
  .card.brand-rxvalue-chart {
    padding: 16px 0 6px 38px; }
    @media (max-width: 1350px) {
      .card.brand-rxvalue-chart {
        padding: 16px 0 6px 15px; } }
  .card .heading {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.21333px;
    text-transform: uppercase;
    color: #353949;
    position: relative; }
  .card .subheading {
    color: var(--bluey-grey);
    font-size: 11px; }
  .card.width-rem-278 {
    width: calc(100% - 288px); }
    @media (max-width: 1350px) {
      .card.width-rem-278 {
        width: calc(100% - 260px); } }

.info-block {
  margin-top: 20px; }
  .info-block .info-title {
    font-size: 20px;
    margin-top: 10px; }
  .info-block .info-numbers {
    font-size: 48px;
    color: #2e384d; }

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

.dashboard-specialty-section-container {
  width: 40%;
  background: #ffffff;
  border: 1px solid #d1d6f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.3);
          box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.3);
  border-radius: 10px;
  padding: 32px 24px 50px 24px; }
  .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-bottom-section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #ffffff;
  border: 1px solid #d1d6f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
          box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
  border-radius: 10px;
  width: 33%; }
  .dashboard-mid-sec-wrapper-left .employee-card-container {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none; }
  @media (max-width: 1300px) {
    .dashboard-mid-sec-wrapper-left .employee-card-container {
      width: 100%; }
    .dashboard-mid-sec-wrapper-left .employee-saving-amount {
      font-size: 40px; } }

.line-chart-container {
  width: 63%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d1d6f3;
  -webkit-box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
          box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
  border-radius: 10px;
  padding: 30px; }
  .line-chart-container .line-chart-inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            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%; }

.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; }
  .progress-bar-main-wrapper .progress-bar-text {
    position: absolute;
    top: 75px;
    left: 31%;
    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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
          box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
  border-radius: 10px;
  width: 30%; }

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

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

.ecal-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .photo-attach-container .prescription-attach-file {
    width: 100px;
    margin-right: 20px;
    border: 1px solid #d1d6f3; }

.communication-progessbar-outercontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .communication-progessbar-outercontainer .communication-progressbar-inner {
    width: 47%;
    padding: 20px 25px 27px 21px;
    background: #ffffff;
    border: 1px solid #d1d6f3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
            box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
    border-radius: 10px; }

.commuication-brand-container {
  border: 1px solid #d1d6f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
          box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
  border-radius: 10px;
  padding: 35px 33px 26px 33px; }

.width-51 {
  width: 51%; }
  @media (max-width: 1450px) {
    .width-51 .flex .employee-card-container {
      min-width: auto;
      width: 47%; } }

.width-51 {
  width: 51%; }
  .width-51 .flex .flex .employee-card-container {
    min-width: 258px; }
    @media (max-width: 1350px) {
      .width-51 .flex .flex .employee-card-container {
        min-width: 220px; } }

.width-42 {
  width: 42%; }

.width-45 {
  width: 45%; }

.width-49 {
  width: 49%; }

.move-back {
  cursor: pointer; }

a {
  color: var(--text-color-primary); }

.move-back:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/grey-left-arrow.png);
  background-repeat: no-repeat;
  margin-right: 2px; }

.brand-heading-txt {
  font-size: 25px;
  line-height: 26px;
  color: #353949; }

.sent-date {
  font-size: 16px;
  line-height: 26px;
  color: #353949; }

.audience-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #353949; }

.audience-type {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.blue-arrow-right {
  position: absolute;
  right: 30px;
  top: 2px; }

.progressbar-outer-border {
  background: #f8faff;
  border: 1px solid #d1d6f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 10px; }

.request-type {
  font-size: 12px;
  line-height: 18px;
  color: #6c757d; }

.interest-percentage {
  font-size: 15px;
  line-height: 22px;
  color: #5a5a5a; }

.interested-doc-container-pd {
  padding: 35px 20px !important; }

.doughnut-width {
  width: 30% !important; }
  .doughnut-width button {
    display: none; }

.canvasjs-chart-credit {
  display: none; }

.doctor-chart-pd {
  padding: 12px 15px !important; }
  .doctor-chart-pd .interest-percentage {
    width: 12px; }
  .doctor-chart-pd .request-type {
    font-size: 11px; }

.doc-link-tab {
  color: var(--bluey-grey) !important;
  display: inline-block;
  padding: 0px 5px;
  font-size: 14px;
  position: relative; }
  .doc-link-tab.active {
    color: var(--text-color-dark) !important;
    font-weight: 600; }
    .doc-link-tab.active:after {
      position: absolute;
      content: "";
      left: -5px;
      bottom: -15px;
      border-radius: 5px;
      width: 125px;
      height: 4px;
      background: var(--purple-gradient-bg); }

#map {
  height: 100%; }

#map-location {
  height: 100%; }

.flx-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.pharma-form-input {
  border: 1px solid var(--light-grey-color);
  outline: none;
  border-radius: 6px;
  font-size: 14px;
  color: var(--text-color-dark);
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.form-title {
  font-size: var(--label-font-size);
  font-weight: bold;
  color: var(--text-color-dark);
  margin-bottom: 10px; }

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block; }

.btn {
  padding: 8px 20px;
  border-radius: 8px;
  border: none;
  font-size: var(--label-font-size);
  -webkit-font-smoothing: auto;
  line-height: 1.6;
  height: 40px !important;
  background: #ffffff;
  border: 1px solid #d1d6f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
          box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
  border-radius: 10px; }

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.steps-plugin-container {
  width: 75%;
  margin: 0 auto;
  position: relative; }

.steps-plugin-container:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 39px;
  top: 6%;
  color: var(--light-grey-color);
  border-bottom: 1px solid var(--light-grey-color);
  margin-left: -20%;
  padding-right: 40%; }

.steps-plugin-container:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 39px;
  bottom: 11%;
  color: var(--light-grey-color);
  border-bottom: 1px solid var(--light-grey-color);
  margin-left: -20%;
  padding-right: 40%; }

.hide {
  display: none; }

.opacity-0 {
  opacity: 0; }

.datetime-input {
  border: 1px solid var(--light-grey-color);
  border-radius: 6px;
  padding: 12px 10px;
  min-width: 250px;
  font-size: 14px;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 8px 0 var(--cloudy-blue-28);
          box-shadow: 0 2px 8px 0 var(--cloudy-blue-28);
  border: 1px solid var(--light-grey-color); }

.table-info-block span {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle; }
  .table-info-block span.table-arrow {
    content: "";
    width: 0;
    height: 0;
    border-style: solid; }
    .table-info-block span.table-arrow.green {
      border-color: transparent transparent #1fc9c0 transparent;
      border-width: 0 5px 7px 5px; }
    .table-info-block span.table-arrow.red {
      border-width: 7px 5px 0 5px;
      border-color: #f63773 transparent transparent transparent; }

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

.back-link {
  color: var(--bluey-grey);
  font-size: 12px;
  position: absolute;
  left: 20px;
  top: 50px; }
  .back-link .arrow-left {
    display: inline-block;
    margin-right: 3px; }
    .back-link .arrow-left:before {
      content: "←";
      font-size: 15px; }

: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;
  --small-font: 12px;
  --purple-hover-color: #5c00da;
  --block-box-shadow: 0 2px 8px 0 rgba(189, 194, 220, 0.28);
  --blue-color: #0748ff; }

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

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

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

.table-heading-container {
  text-align: left;
  text-transform: capitalize; }
  .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; }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.event-wrapper {
  text-align: left; }
  .event-wrapper .event-top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
    .event-wrapper .event-top-wrapper .event-doc-name {
      color: var(--text-color-dark);
      font-size: 12px;
      padding-left: 10px;
      width: calc(100% - 40px); }
      .event-wrapper .event-top-wrapper .event-doc-name p {
        padding-bottom: 3px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    .event-wrapper .event-top-wrapper .event-image {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-size: 100%;
      background-repeat: no-repeat; }
  .event-wrapper .event-info {
    padding-left: 5px; }
    .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; }
  .event-wrapper .appointment-type {
    color: var(--text-color-dark);
    font-size: 14px;
    margin-top: 10px;
    position: relative;
    padding-left: 20px; }
    .event-wrapper .appointment-type span {
      width: 15px;
      height: 15px;
      position: absolute;
      background-size: 100%;
      background-repeat: no-repeat;
      top: 0;
      left: 0; }
    .event-wrapper .appointment-type.in-clinic span {
      background-image: url("../images/inclinic.svg"); }
    .event-wrapper .appointment-type.video span {
      background-image: url("../images/video-call.svg"); }

.fc .fc-toolbar-title {
  font-size: 1em !important; }

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

.doctor-cards-section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px; }

.doctor-cards-section-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.doctor-card-block {
  width: 44%;
  border: 1px solid var(--light-grey-color);
  -webkit-box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.3);
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .doctor-card-block .doctor-card-block-inner .doctor-card-image {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-size: 100%;
      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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        @media (max-width: 1400px) {
          .doctor-card-block .doctor-card-block-inner .doctor-card-info .doc-card-timing-block {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px; }
  .search-nav .simple-select .selected {
    min-width: 200px; }
  .search-nav .filter-container:first-child {
    padding-left: 0; }

.doctor-detail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .doctor-detail-wrapper .doctor-detail-container {
    background: #ffffff;
    border: 1px solid #d1d6f3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
            box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
    border-radius: 10px;
    width: 34%; }
    .doctor-detail-wrapper .doctor-detail-container .doc-profile-top-bg {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      margin-top: -1px; }
    .doctor-detail-wrapper .doctor-detail-container .pharma-doc-detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .doctor-detail-wrapper .doctor-detail-container .pharma-doc-detail .pharma-doc-img {
        margin-top: -50px; }
      .doctor-detail-wrapper .doctor-detail-container .pharma-doc-detail .pharma-doc-name {
        font-size: 25px;
        line-height: 31px;
        color: #5a5a5a; }
      .doctor-detail-wrapper .doctor-detail-container .pharma-doc-detail .pharma-doc-education {
        background: #28a745;
        border-radius: 3.75px;
        font-size: 11px;
        line-height: 11px;
        padding: 2px 4px;
        text-align: center;
        color: #ffffff; }
      .doctor-detail-wrapper .doctor-detail-container .pharma-doc-detail .pharma-doc-med-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .doctor-detail-wrapper .doctor-detail-container .pharma-doc-detail .pharma-doc-med-container .pharma-doc-medicine {
          background: #f4f4f5;
          border-radius: 15px;
          font-size: 12px;
          line-height: 30px;
          text-align: center;
          color: #6e7687;
          padding-left: 12px;
          padding-right: 12px; }
      .doctor-detail-wrapper .doctor-detail-container .pharma-doc-detail .doc-profile-edit {
        border: 1px solid #007bff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 3px;
        font-size: 14px;
        line-height: 21px;
        color: #007bff;
        padding: 5px 15px;
        cursor: pointer; }
    .doctor-detail-wrapper .doctor-detail-container .phrama-doc-bottom-sec {
      padding: 18px 21px 11px 21px; }
      .doctor-detail-wrapper .doctor-detail-container .phrama-doc-bottom-sec .doc-info-txt {
        font-size: 15px;
        line-height: 22px;
        color: #5a5a5a; }
      .doctor-detail-wrapper .doctor-detail-container .phrama-doc-bottom-sec .doc-see-more-link {
        text-align: center; }
        .doctor-detail-wrapper .doctor-detail-container .phrama-doc-bottom-sec .doc-see-more-link a {
          font-weight: 600;
          font-size: 15px;
          line-height: 22px;
          color: #7007ff; }
  .doctor-detail-wrapper .doc-detail-table {
    width: 62%; }
  .doctor-detail-wrapper .clinic-detail-wrapper {
    width: 60%; }
    .doctor-detail-wrapper .clinic-detail-wrapper .clinic-detail-container {
      background: #ffffff;
      border: 1px solid #d1d6f3;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
              box-shadow: 0px 8px 20px rgba(209, 214, 243, 0.4);
      border-radius: 10px;
      width: 47%; }
      .doctor-detail-wrapper .clinic-detail-wrapper .clinic-detail-container .map-container {
        height: 160px; }
      .doctor-detail-wrapper .clinic-detail-wrapper .clinic-detail-container .clinic-detail-inner {
        padding: 20px;
        font-size: 15px;
        line-height: 22px;
        color: #5a5a5a;
        text-transform: capitalize; }
        .doctor-detail-wrapper .clinic-detail-wrapper .clinic-detail-container .clinic-detail-inner .doc-clinic-name {
          font-size: 23px;
          line-height: 27px; }
        @media (max-width: 1450px) {
          .doctor-detail-wrapper .clinic-detail-wrapper .clinic-detail-container .clinic-detail-inner .assigned-mr-container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        .doctor-detail-wrapper .clinic-detail-wrapper .clinic-detail-container .clinic-detail-inner .assigned-mr-container .assigned-mr {
          font-weight: bold;
          font-size: 17px;
          line-height: 20px; }
          @media (max-width: 1450px) {
            .doctor-detail-wrapper .clinic-detail-wrapper .clinic-detail-container .clinic-detail-inner .assigned-mr-container .assigned-mr {
              margin-top: -20px;
              width: 100%;
              text-align: center; } }
        @media (max-width: 1450px) {
          .doctor-detail-wrapper .clinic-detail-wrapper .clinic-detail-container .clinic-detail-inner .assigned-mr-container .assigned-mr-detail {
            width: 80%;
            padding-top: 10px; } }
        .doctor-detail-wrapper .clinic-detail-wrapper .clinic-detail-container .clinic-detail-inner .assigned-mr-container .assigned-mr-detail .name {
          font-size: 15px;
          line-height: 22px;
          color: #343a40; }
        .doctor-detail-wrapper .clinic-detail-wrapper .clinic-detail-container .clinic-detail-inner .assigned-mr-container .assigned-mr-detail .brand {
          font-size: 13px;
          line-height: 19px;
          color: #ced4da; }

.simple-select {
  color: #34495e;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border;
          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;
    -webkit-box-shadow: 0 2px 8px 0 var(--cloudy-blue-28);
            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%;
    -webkit-box-sizing: border-box;
            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;
      -webkit-box-sizing: border-box;
              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;
      -webkit-box-sizing: border-box;
              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; }
