* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fffff7;
  color: #362b1f;
  font-size: 12px;
  font-family: Arial, Verdana, "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
  margin: auto;
  width: 100%;
  height: 100vh;
}

.flex-sec {
  display: flex !important;
}

.grid-sec {
  display: grid !important;
}

select {
  height: 30px;
  border: 1px solid #cacaca;
  background-color: #fff;
  padding-left: 6px;
}

.bold {
  font-weight: bold;
}

.hide {
  display: none !important;
}

.margin0 {
  margin: 0px !important;
}

.clear-right10 {
  margin-right: 10px;
}

.clear-left10 {
  margin-left: 10px;
}

.clear-top10 {
  margin-top: 10px;
}

.center {
  text-align: center;
}

.italic {
  font-style: italic;
}

.white-bg {
  background-color: #ffffff !important;
}

a {
  color: #0689c8;
  cursor: pointer;
}

.clip-text {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

header {
  width: 100%;
  padding: 5px 0px;
  border-bottom: 1px solid #dadada;
  /* box-shadow: 1px 1px 1px 1px #d6f2b4; */
  box-shadow: 1px 1px 10px 1px #ddd;
  /* background-color: #75a852; */
}

.product-Logo {
  flex-basis: 3%;
  margin-top: 7px;
  border-right: 1px solid orange;
  padding-right: 10px;
  height: 32px;
  flex-grow: 0;
  flex-shrink: 0;
}

.center-popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

menu {
  flex-basis: 46%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 4px 15px 0px 0px;
  font-size: 15px;
  display: flex;
}

menu a {
  text-decoration: none;
  color: #333;
}

.menu-item {
  width: 100%;
  text-align: center;
  height: 22px;
  margin: 6px 10px 0px 10px;
  /* font-variant: small-caps; */
}

.menu-item-active {
  /* border-bottom: 3px solid green; */
  border-bottom: 3px solid #428582;
}

.patient-search {
  flex-basis: 24%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 4px;
}

.main-search {
  width: 100%;
  padding: 4px 8px;
  height: 32px;
  border: 1px solid #cacaca;
  background-color: #fff;
  border-radius: 20px;
}

.user-login {
  flex-basis: calc(27% - 45px);
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  margin-left: 15px;
}

.user-pic {
  flex-basis: calc(21% - 15px);
  margin: 3px 15px 0px 0px;
  flex-grow: 0;
  flex-shrink: 0;
}

.user-pic-dim {
  border-radius: 25px;
  border: 1px solid #dadada;
}

.user-name {
  flex-basis: calc(58% - 7px);
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 12px;
  margin: 13px 7px 0px 0px;
}

.logout {
  flex-basis: 21%;
  margin-top: 12px;
  font-size: 1.7vw;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
}

.logout-arw {
  /* flex-basis: 30%;
  flex-grow: 0;
  flex-shrink: 0; */
  margin-top: 15px;
}

.logout-icn {
  flex-basis: calc(60% - 11px);
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 11px;
  cursor: pointer;
}

main {
  width: 100%;
  height: calc(100% - 125px);
  margin-top: 10px;
}

section {
  display: flex;
  padding: 0px 10px;
}

.first-tab {
  padding: 6px 10px;
  flex-basis: 21%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  font-size: 1.5vw;
  margin: 10px 2% 0px 2%;
  color: #fff;
  cursor: pointer;
}

.first-tab-active {
  border: 1px solid green;
  border-bottom: 0px solid green;
  background-color: #fff;
  height: 37px;
  color: #428582 !important;
  cursor: default;
}

.quick-links,
.chart {
  width: 100%;
  text-align: center;
  text-decoration: underline;
  padding: 20px 5px 4px 5px;
  color: #0689c8;
  cursor: pointer;
}

.chart {
  text-decoration: none;
}

.home-body {
  border-bottom: 1px solid green;
  width: 100%;
  height: 47px;
  margin-top: 15px;
  background-color: #428582;
}

.child-menu-body {
  width: 100%;
  background-color: #fff;
}

.child-body-rw {
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.appt-sec-fst-rw {
  font-size: 14px;
}

.appt-sec-fst-new {
  font-size: 1vw;
}

.appt-sumary {
  display: flex;
  /* border: 1px solid #428582; */
  flex-basis: calc(38% - 2px);
  flex-grow: 0;
  flex-shrink: 0;
  height: 45px;
}

.appt-display-active {
  background-color: green;
  color: #fff;
  font-weight: bold;
}

.appt-d-display {
  display: grid;
  text-align: center;
  flex-basis: calc(30% - 30px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0px 15px 10px 15px;
}

.appt-d-display-lbl {
  display: flex;
  width: 100%;
  border: 1px solid #428582;
  background-color: #f1f1f1;
}

.d-sec {
  width: 100%;
  text-align: center;
  border-right: 1px solid #428582;
  padding: 7px 0px;
}

.appt-d-display-val {
  display: flex;
  text-align: center;
  width: calc(100% - 25px);
  padding: 9px 0px 0px 25px;
}

.appt-search {
  flex-basis: calc(18% - 30px);
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 30px;
  display: grid;
  height: 55px;
}

.appt-loc-label {
  width: 37%;
  margin-top: 8px;
}

.appt-loc-val {
  width: 100%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 8px;
}

.appt-print {
  flex-basis: 12%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 10px;
  text-align: center;
}

.appt-sumary .first,
.appt-sumary .sec,
.appt-sumary .third,
.appt-sumary .frth {
  flex-basis: 22%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  padding: 5px 0px;
  border: 1px solid #428582;
  margin: 0px 3px;
  /* box-shadow: 0px 0px 5px 2px #e2e2e2; */
}

.appt-sumary .sec {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}

.appt-d {
  margin-top: 1%;
  /* width: 50%; */
}

.appt-cal {
  width: 10%;
  margin-top: 0.5%;
}

footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 0px 10px;
  color: #717171;
  display: flex;
  background-color: #fff;
}

.version,
.date-time {
  text-align: center;
  width: 100%;
}

.appt-body-hdr {
  width: 100%;
  border-bottom: 1px solid #dadada;
}

.appt-body-hdr-rw,
.pymnt-hx-hdr {
  width: 100%;
  display: flex;
  padding: 10px 0px;
  background-color: #dadada;
  margin-top: 10px;
}

.appt-col,
.phx-col {
  width: 100%;
  padding: 0px 10px;
}

.appt-body-hdr-fltr-rw {
  width: 100%;
  display: flex;
  margin-top: 18px;
  margin-bottom: 0px;
  background-color: #dadada;
  padding: 7px 0px;
}

.appt-body-main {
  width: 100%;
  min-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.appt-body-main-rw {
  width: 100%;
  /* display: flex; */
  padding: 10px 0px;
  line-height: 22px;
}

.col-0 {
  flex-basis: 5px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 0;
}

.col-1 {
  flex-basis: 5%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0px 5px;
  display: grid;
}

.col-2 {
  flex-basis: 16%;
  flex-grow: 0;
  flex-shrink: 0;
  display: grid;
}

.col-3 {
  flex-basis: 15%;
  flex-grow: 0;
  flex-shrink: 0;
  display: grid;
}

.col-4 {
  flex-basis: 12%;
  flex-grow: 0;
  flex-shrink: 0;
  display: grid;
}

.col-2 .name {
  font-size: 1.4vw;
  color: #1ab3a2;
}

.col-6,
.col-8,
.col-7 {
  flex-basis: 12%;
  flex-grow: 0;
  flex-shrink: 0;
  display: grid;
}

.col-7 {
  flex-basis: 11%;
  flex-grow: 0;
  flex-shrink: 0;
}

.appt-body-main-rw .col-10 {
  flex-basis: 16%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0px;
  position: relative;
}

.appt-body-main-rw .col-10 .actn-btn {
  color: #fff;
  display: flex;
  font-size: 1.1vw;
  width: 100%;
  padding: 2px 0px;
}

.actn-btn-links {
  display: flex;
}

.check-in-stat {
  padding: 2px 5px 2px 6px;
  background-color: #dadada;
  margin-right: 10%;
  border-radius: 15px;
  height: 18px;
  width: calc(90% - 11px);
  text-align: center;
  line-height: normal;
}

.prcs-done {
  background-color: green;
  color: #ffffff;
}

.procs-rung {
  background-color: orange;
  color: #ffffff;
}

.appt-body-main-rw .col-4,
.appt-body-main-rw .col-7 {
  color: maroon;
}

.alt-rw {
  background-color: #f8f8f8 !important;
}

.appt-body-main-rw .col-0 {
  background-color: red;
}

.actn-btn-lbl {
  flex-basis: 75%;
  border-left: 1px solid #dadada;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  /* background-color: #109972; */
  background-color: #428582;
}

.actn-btn-arw {
  padding: 0% 5% 0% 5%;
  flex-basis: 14%;
  flex-shrink: 0;
  flex-grow: 0;
  /* background-color: #109972; */
  background-color: #428582;
  cursor: pointer;
}

.actn-btn-arw-actv {
  background-color: orange;
}

.appt-col-slct {
  height: 35px;
  width: 100%;
  padding-left: 10px;
}

.not-accept-btn {
  background: -moz-linear-gradient(center top, #fdfdfd, #c1c1c1) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(top, #fdfdfd, #c1c1c1) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -ms-linear-gradient(top, #fdfdfd, #c1c1c1) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-linear-gradient(top, #fdfdfd, #c1c1c1) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #8e8e8e;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 #a5a5a5;
  padding: 5px;
  width: 15px;
  margin-left: 8px;
  height: 15px;
}

.acceptButton,
.acceptButtonchld {
  background: -moz-linear-gradient(center top, #f2ff8d, #48a926) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(top, #f2ff8d, #48a926) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -ms-linear-gradient(top, #f2ff8d, #48a926) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-linear-gradient(top, #f2ff8d, #48a926) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top,
      #f2ff8d,
      #63c441) repeat scroll 0 0;
  border: 1px solid #5cbb39;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 #8fee6c;
  /* padding: 6px; */
  /* padding-bottom: 3px; */
  width: 15px;
  height: 15px;
  margin-left: 8px;
}

.app-remindr-cancel {
  background: #ff0000;
  background: -moz-linear-gradient(top, #ff0000 0%, #ff7400 100%);
  background: -webkit-linear-gradient(top, #ff0000 0%, #ff7400 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ff7400 100%);
  border: 1px solid #ff0000;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 #ff0000;
  /* padding: 6px; */
  width: 15px;
  height: 15px;
  margin-left: 8px;
}

.app-remindr-reschedule {
  background: #005daa;
  background: -moz-linear-gradient(top, #005daa 0%, #005daa 100%);
  background: -webkit-linear-gradient(top, #005daa 0%, #005daa 100%);
  background: linear-gradient(to bottom, #005daa 0%, #005daa 100%);
  border: 1px solid #005daa;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 #005daa;
  /* padding: 6px; */
  width: 15px;
  height: 15px;
  margin-left: 8px;
}

.progressButton {
  background: #9ed5ff;
  background: -moz-linear-gradient(top, #9ed5ff 0%, #006eb2 100%);
  background: -webkit-linear-gradient(top, #9ed5ff 0%, #006eb2 100%);
  background: linear-gradient(to bottom, #9ed5ff 0%, #006eb2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ed5ff', endColorstr='#006eb2', GradientType=0);
  border: 1px solid #9ed5ff;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 #a5a5a5;
  padding: 6px;
}

.app-remindr {
  background: #ffc9a0;
  background: -moz-linear-gradient(top, #ffc9a0 0%, #ff7400 100%);
  background: -webkit-linear-gradient(top, #ffc9a0 0%, #ff7400 100%);
  background: linear-gradient(to bottom, #ffc9a0 0%, #ff7400 100%);
  border: 1px solid #e56b00;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 #e28b3f;
  padding: 5px;
  width: 15px;
  margin-left: 8px;
  height: 15px;
}

.appt-awt-col {
  display: grid;
  flex-basis: 14%;
  flex-shrink: 0;
  flex-grow: 0;
  height: 55px;
}

.appt-awt-label {
  width: 100%;
  margin-top: 7px;
  text-align: center;
}

.appt-awt-val {
  width: 100%;
  color: red;
  text-align: center;
}

.prnt-btn {
  background: none repeat scroll 0 0 #ff8e56;
  border: 1px solid #ff8e56;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  padding: 6px 10px;
  border-radius: 15px;
}

.appt-action-links {
  margin: 0px 5px 0px 5px;
  width: 100%;
}

.appt-body-hdr-fltr-rw .col-6 {
  margin-top: 7px;
}

.appt-body-inr-rw {
  display: flex;
  font-size: 13px;
}

.orange {
  background-color: orange;
}

.green {
  background-color: green;
  color: #fff;
}

.selected-cal {
  background-color: #428582;
  color: #fff;
}

.appt-smry-hdng {
  text-align: center;
  padding: 8px 0px;
  color: #1ab3a2;
}

.appt-smry-inr-hdr {
  display: flex;
  text-align: center;
  background-color: #feffe7;
  border-top: 1px solid #f7f9d5;
  border-bottom: 1px solid #f7f9d5;
}

.appt-smry-inr-lbl {
  width: calc(98% - 2px);
  padding: 10px 0px;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  text-align: left;
  padding-left: 1%;
  padding-right: 1%;
}

.appt-smry-inr-bdy {
  width: 100%;
}

.appt-smry-inr-bdy-rw {
  display: flex;
  text-align: center;
}

.appt-smry-blk {
  border: 1px solid #dadada;
  font-size: 14px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 15px 0px;
}

.detald-smry .appt-smry-inr-lbl:last-child {
  background-color: #feffe7;
  color: green;
}

.detald-smry .appt-smry-inr-lbl:first-child {
  text-align: left;
  margin-left: 10px;
}

.pov-smry-bg {
  padding: 2px 15%;
  color: #fff;
}

.seagreen {
  background-color: #99c6bb;
}

.bpink {
  background-color: #e3cabb;
}

.sch-Sumry-Section .appt-d-display,
.sch-Sumry-Section .appt-awt-col,
.sch-Sumry-Section .appt-search,
.sch-Sumry-Section .appt-sumary {
  display: unset;
  text-align: center;
  flex-basis: calc(30% - 30px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0px 15px 10px 15px;
  height: unset;
}

.sch-Sumry-Section .appt-awt-col {
  flex-basis: calc(36% - 30px);
}

.sch-Sumry-Section .appt-search {
  flex-basis: calc(17% - 30px);
}

.sch-Sumry-Section .appt-sumary {
  flex-basis: calc(17% - 30px);
  border: none;
  margin-top: 9px;
}

.sch-Sumry-Section .appt-d-display-val {
  padding: 4px 0px 0px 0px;
  width: 100%;
  font-size: 1.7vw;
}

.sch-Sumry-Section .appt-cal {
  width: 9%;
  margin-top: 0%;
}

.sch-Sumry-Section .appt-d {
  margin-top: 1.5%;
  width: 65%;
  font-size: 1.4vw;
}

.to-do-sectn .appt-smry-inr-lbl {
  border-right: 0px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  border-bottom: 0px solid #f5f5f5;
  width: calc(98% - 60px);
  margin: 0px 30px;
}

.patient-list-Section {
  width: 100%;
  overflow: scroll;
  min-height: 800px;
  margin-top: 10px;
  background-color: #fff;
  padding: 0 10px;
}

.patient-list-hdr {
  display: flex;
  width: 144%;
  background-color: #dadada;
  padding: 8px 0px;
  font-weight: bold;
}

.ptnt-lst-hdr-lbl {
  text-align: left;
  padding: 8px 10px;
  border-right: 1px solid #f0f0f0;
}

.patient-list-bdy {
  width: 100%;
}

.patient-list-bdy-rw {
  display: flex;
  width: 144%;
  padding: 0px 0px;
  line-height: 22px;
  font-size: 13px;
}

.patient-list-Section .pcol-1 {
  flex-basis: calc(20% - 20px);
  display: grid;
}

.patient-list-Section .pcol-4 {
  flex-basis: calc(15% - 20px);
  display: grid;
}

.patient-list-Section .pcol-2,
.patient-list-Section .pcol-6,
.patient-list-Section .pcol-11,
.patient-list-Section .pcol-7 {
  flex-basis: calc(12% - 20px);
  display: grid;
}

.patient-list-Section .pcol-3 {
  flex-basis: calc(10% - 20px);
  display: grid;
}

.patient-list-Section .pcol-5 {
  flex-basis: calc(16% - 20px);
  display: grid;
}

.patient-list-Section .pcol-8 {
  flex-basis: calc(8% - 20px);
  text-align: center;
}

.patient-list-Section .pcol-9 {
  flex-basis: calc(15% - 20px);
  display: grid;
}

.patient-list-Section .pcol-10 {
  flex-basis: calc(18% - 20px);
  display: grid;
}

.maroon {
  color: maroon;
}

.patient-list-Section .green {
  color: green;
  background-color: unset;
}

.red {
  color: red;
  cursor: pointer;
}

.link-color {
  color: #0689c8 !important;
}

.chart-left-nav .lft-nav-active-t {
  background-color: #fff;
  color: #4e7a23;
  font-weight: bold;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.chart-right-sect-widget-hdr .h-active-t,
.c-mid-bdy-hdr .h-active-t {
  /* background-color: #fff; */
  background-color: #a0ca77;
  color: #fff;
  /* color: #4e7a23; */
  padding: 4px 8px;
  height: 25px;
  display: inline-flex;
  font-weight: bold;
}

.chart-main-con {
  display: flex;
  width: 100%;
  height: 100%;
  /* overflow-y: auto;
  overflow-x: hidden; */
}

.chart-left-nav {
  width: 100%;
  /* background-color: #a0ca77; */
  background-color: #428582;
  color: #fff;
  height: calc(100% - 125px);
}

.chart-right-col {
  width: calc(93% - 20px);
  margin: 0px 10px;
  padding-bottom: 50px;
}

.left-nav-lbl {
  width: 100%;
  padding: 8px 0px;
  font-size: 18px;
  /*   border-bottom: 1px solid #96bf6e;
  border-top: 1px solid #add785; */
  border-bottom: 1px solid #316663;
  border-top: 1px solid #4b9390;
  text-align: center;
  display: grid;
}

.chart-mid-body {
  flex-basis: calc(94% - 20px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0px 10px;
  display: unset;
  padding: 0px;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.chart-right-sect-widget {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.chart-right-sect-widget-hdr {
  padding: 7px 15px;
  color: #fff;
  height: 33px;
  border-bottom: 1px solid #428582;
  /* border-bottom: 1px solid #e7f0d4; */
  background-color: #428582;
  /* background-color: #e7f0d4; */
  font-weight: bold;
  font-size: 15px;
}

.widget-hdr-title {
  margin: 0px 10px;
  font-size: 1.2vw;
  color: #a0ca77;
}

.chart-right-sect-widget-body {
  height: 260px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 13px;
}

.wdgt-no-info-msg {
  width: 100%;
  text-align: center;
  margin-top: 5%;
  color: #9b9b9b;
  font-weight: bold;
}

.c-mid-bdy-hdr {
  width: 100%;
  /* background-color: #f7f7c6; */
  background-color: #428582;
  padding: 4px 15px;
  border-bottom: 1px solid #f0f3f6;
  height: 44px;
}

.c-mid-bdy-blk {
  width: 100%;
  overflow: scroll;
  background-color: #fff;
  box-shadow: 0px 4px 5px -2px #dadada;
  height: 460px;
  margin-bottom: 30px;
}

.c-mid-bdy-hdr .h-active-t {
  background-color: #fff;
  /* color: #4e7a23; */
  color: #428582 !important;
  padding: 7px 30px;
  height: 39px;
  display: inline-flex;
  font-weight: bold;
  /* border: 1px solid #f0f0c1; */
  border: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 6px 6px 0px 0px;
}

.c-mid-bdy-hdr .widget-hdr-title {
  color: #333;
}

.t-plan-hdr {
  width: 176%;
  background-color: #f0f3f6;
  display: flex;
  margin-top: 0px;
}

.t-plan-lbl {
  flex-basis: 13%;
  padding: 9px 10px;
  border-right: 1px solid #f0f3f6;
  color: #444;
}

.t-plan-bdy {
  width: 100%;
}

.t-plan-bdy-rw {
  display: flex;
  width: 176%;
  font-size: 13px;
}

.fontsize8 {
  font-size: 8px;
}

.chart-right-col-hdr {
  width: 100%;
  display: flex;
  line-height: 22px;
}

.ch-pt-name {
  display: grid;
  margin-left: 0px;
  width: 23%;
  margin-right: 2%;
}

.fontsize13vw {
  font-size: 1.5vw;
}

.t-plan-tem-list {
  float: right;
  font-size: 27px;
  background-color: green;
  color: #fff;
  padding: 2px 8px 0px 8px;
  margin-top: -6px;
}

.sec-colr {
  color: #888 !important;
}

.pc-col-3 {
  flex-basis: 15%;
}

.pc-col-2 {
  flex-basis: 9%;
}

.pc-col-4 {
  flex-basis: 10%;
}

.c-mid-bdy-edit-blk {
  width: 75%;
  display: flex;
}

.c-mid-bdy-edit-blk .dos-blk {
  width: calc(18% + 10px);
  /* background-color: #fff; */
}

.c-mid-bdy-edit-blk .template-blk {
  width: 82%;
  background-color: #fff;
  margin: 15px 10px 0px 0px;
  /* box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1); */
  padding: 15px;
}

.chart-right-section {
  width: 24.3%;
}

.dos-blk .t-plan-hdr,
.t-plan-hdr .pc-col-2 {
  display: grid;
  width: 100%;
  padding: 10px;
}

.dos-blk .t-plan-bdy-rw {
  display: grid;
  width: 100%;
  padding: 5px 10px;
  line-height: 20px;
}

.chart-right-col-mid-bdy {
  width: 100%;
  display: flex;
  background-color: #f0f3f6;
}

.rt-s-active-t {
  color: #fff;
  background-color: #a0ca77;
}

.smart-tag-sec {
  margin-bottom: 15px;
}

.smart-tag-add-rem {
  font-size: 1.4vw;
  margin-bottom: 10px;
  color: #000;
}

.smart-tag-name {
  color: #0689c8;
  text-decoration: underline;
}

.smart-tag-rem {
  color: red;
  cursor: pointer;
  margin-left: 10px;
}

.smart-tag-bdy,
.pymnt-hx-bdy {
  display: grid;
}

.smart-tag-bdy-rw {
  margin-top: 7px;
  font-size: 13px;
  width: 100%;
  line-height: 22px;
  float: left;
  padding-left: 15px;
}

.frst-sec-lbl {
  float: left;
  padding-right: 10px;
  color: #000;
  width: 250px;
  /* font-weight: bold; */
}

.frst-sec,
.scnd-sec {
  float: left;
  width: 26%;
  font-size: 13px;
}

.frst-sec-val {
  float: left;
  width: calc(100% - 250px);
  color: #888;
}

.notes-main-screen .appt-d-display-lbl {
  margin-left: 15px;
  flex-basis: 35%;
  flex-grow: 0;
  flex-shrink: 0;
  height: 35px;
}

.notes-main-screen .appt-d-display-val {
  flex-basis: 40%;
  flex-shrink: 0;
  padding: 5px 0px 0px 25px;
}

.notes-main-screen .appt-loc-val {
  flex-basis: calc(25% - 15px);
  flex-shrink: 0;
}

.notes-main-screen .ns-col-0 {
  display: flex;
  flex-shrink: 0;
  flex-basis: 4%;
}

.notes-main-screen .appt-cal {
  width: 8%;
  margin-top: 0px;
}

.notes-main-screen .pc-col-1 {
  flex-basis: 10%;
}

.nt-mn-scrn-pgntn {
  float: right;
  margin-top: 5px;
}

.purple {
  color: purple;
}

.orange-txt {
  color: orange !important;
}

.fontsize20 {
  font-size: 20px;
}

.fs1-4 {
  font-size: 1.4vw !important;
}

.logout-contnr {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  max-width: 40%;
  min-width: 25%;
  display: grid;
  padding: 0px 0px 10px 0px;
  /* border-radius: 5px; */
}

.logout-hdng {
  width: 100%;
  padding: 15px 24px;
  font-size: 1.6vw;
}

.logout-text {
  padding: 0px 25px 10px 25px;
  font-size: 1.5vw;
  width: 100%;
  text-align: left;
}

.logout-action {
  padding: 15px 15px 5px 15px;
}

.actn-yes,
.actn-No {
  padding: 3px 20px;
  /* width: 36%; */
  width: auto !important;
  margin: 0px 15px;
  background-color: orange;
  border: 1px solid #fff;
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.2);
  font-size: 13px;
  color: #fff;
  /* border-radius: 5px; */
  float: right;
  cursor: pointer;
  text-align: center;
}

.actn-No {
  background-color: #777;
}

.schdlr-actn-pop-up,
.book-appt-contnr {
  width: 550px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 1px solid #fff;
}

.sap-hdr {
  background-color: #fffff7;
  color: green;
  padding: 7px 15px;
  margin-bottom: 7px;
}

.schdlr-actn-pop-up-rw,
.pymnt-hx-bdy-rw {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.scdlr-Pt-pic {
  flex-basis: calc(17% - 15px);
  flex-shrink: 0;
  flex-grow: 0;
  margin: -7px 0px 0px 15px;
  border: 1px solid #dadada;
  height: 75px;
}

.scdlr-Pt-info {
  flex-shrink: 0;
  flex-grow: 0;
  display: grid;
}

.scdlr-Pt-info-rw {
  display: flex;
  margin-bottom: 3px;
}

.sap-pt-nm {
  font-size: 1.6vw;
  margin: -4px 0px 0px 20px;
}

.sap-pt-info {
  font-size: 1.1vw;
  margin: 0px 10px 0px 20px;
}

.sap-pymnt-dd {
  width: 80px;
  margin: -3px 0px 0px 0px;
}

.schdlr-actn-pop-up .logout-action {
  padding: 00px 15px 10px 15px;
}

.sap-dd {
  width: 125px;
  margin: 0px 10px 0px 20px;
}

.dgrid {
  display: grid !important;
}

.sap-list-style li {
  margin-left: 30px;
  margin-bottom: 7px;
  color: orange;
}

.margin0 {
  margin: 0px;
}

.sap-col-1 {
  flex-basis: 43%;
}

.sap-col-2 {
  flex-basis: 58%;
}

.schdlr-actn-pop-up .actn-yes,
.schdlr-actn-pop-up .actn-No {
  width: 25%;
  font-size: 14px;
}

.tab-bg {
  background-color: #fffff7 !important;
}

.recnt-chart-contnr,
.appt-hx-contnr {
  width: 285px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100px;
  right: 150px;
  padding: 0px 15px 15px 15px;
  height: 370px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1;
}

.rc-li-con {
  list-style: none;
  width: 100%;
}

.rc-pt-lst {
  display: grid;
  padding: 7px 0px;
  border-bottom: 1px dotted #dadada;
}

.rc-pt-nm {
  width: 100%;
  font-size: 13px;
  color: #0689c8;
}

.rc-pt-ifo {
  width: 100%;
  color: #8b8b8b;
}

.maroon {
  color: maroon;
}

.appt-hx-contnr {
  overflow: unset;
  width: 500px;
  font-size: 13px;
  color: #333;
  left: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.appt-hx-hdr-pt-info {
  width: 100%;
  padding: 12px 0px;
}

.appt-hx-hdr {
  padding: 7px;
  font-size: 14px;
}

.appt-hx-pc-body {
  width: 100%;
  height: 280px;
  overflow-y: scroll;
  overflow-y: auto;
}

.appt-hx-rw {
  width: 100%;
  border-bottom: 1px dotted #f0f0f0;
  padding: 7px 0px;
}

.appt-hx-ch-rw {
  width: 100%;
  padding-bottom: 7px;
}

.appt-hx-ch-hdr {
  width: 100%;
}

.appt-hx-srvc-rw {
  display: grid;
  width: 100%;
}

.appt-hx-pc-body .sep {
  width: 100%;
  height: 10px;
}

.right {
  float: right;
}

.appt-hx-hdr-pt-info .rc-pt-nm {
  width: 100%;
  font-size: 15px;
  color: #1ab3a2;
}

.appt-hx-fa-body {
  width: 100%;
}

.appt-hx-fa-hdr {
  width: 100%;
  display: flex;
  background-color: #dadada;
}

.appt-hx-fa-rw {
  width: 100%;
  display: flex;
}

.appt-hx-fa-inr-body {
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ahfh-lbl-1,
.ahfh-lbl-2,
.ahfh-lbl-3,
.ahfh-lbl-4 {
  flex-basis: 25%;
  padding: 7px 5px;
}

.ahfh-lbl-2 {
  flex-basis: 20%;
}

.ahfh-lbl-3 {
  flex-basis: 28%;
  font-size: 12px;
  padding-right: 0px;
  line-height: 18px;
}

.ahfh-lbl-4 {
  flex-basis: 27%;
}

.book-appt-contnr {
  width: 1000px;
  padding-bottom: 7px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.book-appt-contnr .appt-hx-hdr-pt-info {
  background-color: #fff;
  padding: 0px 0px 0px 15px;
  display: flex;
  align-items: center;
  box-shadow: 0px 1px #f1f1f1;
}

.book-appt-body {
  display: grid;
}

.book-appt-body .appt-hx-fa-rw {
  padding: 4px 0px;
}

.book-appt-body .label {
  flex-basis: calc(30% - 15px);
  margin-left: 15px;
  margin-top: 9px;
}

.book-appt-body .value {
  flex-basis: 70%;
}

.searchPatient {
  padding: 4px 6px;
  width: calc(100% - 14px);
  background-color: #fff;
  border: 1px solid #dadada;
  height: 26px;
}

.book-appt-dd,
.cpt-dd,
.mod-dd {
  width: 60%;
  height: 26px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #dadada;
  color: #444;
  padding-left: 8px;
}

.appt-check-sec {
  width: calc(33% - 15px);
  margin-left: 15px;
}

.appt-colr-inpt {
  background-color: #eebe80;
  padding: 0px 21px;
}

.clear-left15 {
  margin-left: 15px;
}

.clear-left5 {
  margin-left: 5px;
}

.clear-top5 {
  margin-top: 5px;
}

.apptDate,
.apptTime {
  padding: 4px 6px;
  width: 30%;
  border: 1px solid #dadada;
}

.apptDate-cal {
  width: 10%;
  display: inline-block;
  position: relative;
  top: 8px;
}

.apptDate-time {
  background-color: orange;
  padding: 2px;
  border-radius: 4px;
  position: relative;
  top: 0px;
}

.apptDate-time-1 {
  display: inline-block;
  height: 10px;
  width: 1px;
  background-color: #fff;
  position: relative;
  left: 3px;
  top: 1px;
}

.apptDate-time-2 {
  display: inline-block;
  width: 6px;
  height: 1px;
  background-color: #fff;
  position: relative;
  top: 10px;
}

.book-appt-area {
  width: 92%;
  padding: 7px;
  resize: none;
  border: 1px solid #dadada;
  height: 50px;
}

.book-appt-contnr .actn-yes,
.book-appt-contnr .actn-No {
  width: 26%;
  margin: 0px 0px 0px 10px;
}

.apsch-actn-contnr {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 30px;
  right: 33px;
  min-height: 195px;
  width: 300px;
  line-height: unset;
  z-index: 1;
  border: 1px solid orange;
  padding: 0px 15px;
}

.apsch-actn-contnr .rc-pt-nm {
  font-size: 14px;
}

.take-pymnt-main-con {
  height: auto;
  padding: 0px;
  display: grid;
}

.take-pymnt-main-con .appt-hx-hdr-pt-info {
  padding: 12px 15px;
  background-color: #fff;
}

.bil-smry-col {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.appt-hx-rw-lt,
.appt-hx-rw-rt {
  flex-basis: 67%;
  flex-shrink: 0;
  flex-grow: 0;
}

.appt-hx-rw-rt {
  flex-basis: 33%;
  background-color: #f7f7f7;
  height: 390px;
}

.appt-hx-rw-lt .appt-hx-rw {
  border-bottom: 0px dotted #f0f0f0;
  display: flex;
}

.appt-hx-rw-rt .appt-hx-rw {
  border-bottom: 0px dotted #f0f0f0;
  display: grid;
}

.take-pymnt-main-con legend {
  margin: 2px 1px;
  padding: 0px 6px;
  font-size: 16px;
}

.take-pymnt-main-con fieldset {
  border: none;
  padding: 0px 10px;
  width: 100%;
  border-top: 1px solid #eeebe6;
}

.appt-hx-rw-lt .tp-label,
.appt-hx-rw-rt .tp-label {
  flex-basis: 115px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 5px;
}

.appt-hx-rw-rt .tp-label {
  flex-basis: 65px;
}

.tp-val {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% - 115px);
}

.appt-hx-rw-rt .tp-val {
  margin-top: 5px;
}

.appt-hx-rw-lt .apptDate {
  width: 50%;
  border: 1px solid #dadada;
  margin-right: 10px;
}

.take-pymnt-main-con .appt-hx-pc-body {
  overflow: unset;
  height: auto;
  display: flex;
  background-color: #fffff7;
  padding: 10px 15px;
}

.dd-width {
  width: 145px;
  padding: 4px 6px;
  border: 1px solid #dadada;
  height: 26px;
  border-radius: 5px;
  background-color: #fff;
}

.inpt-width {
  width: 160px;
  padding: 5px 6px;
  border: 1px solid #dadada;
}

.appt-hx-rw-lt .label {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 15px;
}

.hdng-label {
  background-color: #f5f5f5;
  margin-right: 25px;
  width: calc(100% - 25px);
  font-weight: bold;
}

.apt-hx-btn-rw {
  border-top: 1px solid #f4f4e7;
}

.apt-hx-btn-rw .actn-yes,
.apt-hx-btn-rw .actn-No {
  width: 20%;
}

.hidden {
  visibility: hidden;
}

.add-new-value {
  background-color: #cacaca;
  padding: 0px 6px;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 1px solid #fff;
}

.pymnt-hx-main-con {
  width: 700px;
  background-color: #fffff7;
}

.pymnt-hx-bdy-rw {
  padding: 12px 0px;
  background-color: #fff;
  margin-bottom: 0px;
}

.pymnt-hx-bdy {
  height: 275px;
  overflow: scroll;
  overflow-x: hidden;
}

.phx-col:nth-child(1),
.phx-col:nth-child(2),
.phx-col:nth-child(3),
.phx-col:nth-child(4),
.phx-col:nth-child(5),
.phx-col:nth-child(6),
.phx-col:nth-child(7) {
  flex-basis: 10%;
  flex-shrink: 0;
  flex-grow: 0;
}

.phx-col:nth-child(2) {
  flex-basis: 13%;
}

.phx-col:nth-child(3) {
  flex-basis: 17%;
}

.phx-col:nth-child(7) {
  flex-basis: 30%;
}

.width50 {
  width: 50% !important;
}

.main-contnr {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  position: absolute;
  /* z-index: 1001; */
  /* top: 84px;
  right: 250px; */
}

.eligblty-po-up {
  width: 600px;
  top: 50px;
}

.main-contnr-hdr {
  padding: 10px 0px;
  width: 100%;
}

.hdr-title {
  flex-basis: auto;
  padding: 0px 15px;
  font-size: 14px;
  color: #1ab3a2;
  font-weight: bold;
}

.hdr-pt-info {
  font-size: 15px;
  color: #1ab3a2;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 5px;
  width: 95%;
}

.close {
  color: red;
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
  text-align: right;
  width: 6%;
  cursor: pointer;
}

.hdr-sb-title {
  background-color: #f5f5f5;
  font-weight: bold;
  padding: 7px 0px;
  margin: 0px 15px;
}

.sb-titl-hdng {
  margin-left: 15px;
}

.main-contnr-bdy {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fffff7;
  /* height: 300px; */
}

.contnr-bdy-rw {
  width: 100%;
  padding: 7px 0px;
}

.inpt-lbl {
  width: 20px;
}

.txt-label {
  width: 80px;
  margin-left: 15px;
}

.txt-val {
  width: calc(100% - 155px);
  margin-right: 25px;
}

.txt-val-view {
  width: calc(100% - 145px);
  margin: 5px 25px 0px 0px;
}

.date-inpt {
  padding: 4px 6px;
  width: 125px;
  border: 1px solid #dadada;
  margin-right: 10px;
}

.width100 {
  width: 100% !important;
}

.clear7 {
  margin-top: 7px !important;
}

.width60 {
  width: 60%;
}

.width40 {
  width: 40%;
}

.elgblty-chck-stats,
.elgblty-inactv-stats {
  background-color: #06bb06;
  color: #fff;
  width: 16px;
  height: 15px;
  padding: 0px 5px 7px 4px;
  line-height: normal;
  border-radius: 12px;
  margin: 0px 5px 0px 0px;
  font-weight: bold;
  font-size: 10px;
}

.elgblty-inactv-stats {
  background-color: #f79a76;
  font-size: 12px;
  padding: 1px 2px 7px 6px;
}

.grp-appt-popup {
  width: 400px;
  right: 60px;
  z-index: 1;
}

.grp-appt-popup ol {
  padding: 0px 15px 0px 25px;
}

.grp-appt-popup .contnr-bdy-rw,
.main-ptnt-srch-popup .contnr-bdy-rw {
  border-bottom: 1px dotted #dadada;
}

.fontsize14 {
  font-size: 14px;
}

.overflow-unset {
  overflow: unset;
}

.srch-ptnt-popup {
  width: 75%;
  /* right: 36px; */
  z-index: 20;
}

.patient-list-hdr,
.patient-list-bdy-rw {
  width: 140%;
}

.srch-ptnt-popup .pcol-1 {
  width: 24%;
  flex-basis: unset;
}

.srch-ptnt-popup .pcol-5 {
  width: 20%;
  flex-basis: unset;
}

.srch-ptnt-popup .pcol-9 {
  width: 16%;
  flex-basis: unset;
}

.srch-ptnt-popup .pcol-6,
.srch-ptnt-popup .pcol-7 {
  width: 16%;
  flex-basis: unset;
}

.srch-ptnt-popup .pcol-8 {
  width: 8%;
  flex-basis: unset;
}

.alt-rw-fff {
  background-color: #fff;
}

.srch-ptnt-popup .main-contnr-bdy {
  height: 350px;
}

.main-ptnt-srch-popup {
  width: 650px;
  top: 41px;
  right: 332px;
}

.main-ptnt-srch-popup ul {
  padding: 0px 15px;
  list-style: none;
}

.width70 {
  width: 70%;
}

.width30 {
  width: 30%;
}

.lh20 {
  line-height: 20px;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: inherit;
}

.green-txt {
  color: green;
}

.pt-search-inpt-actv {
  border: 2px solid orange;
  background-color: #fff;
  color: orange;
  font-size: 16px;
}

.remove-rslt {
  margin: -20px 0px 0px -25px;
  font-size: 16px;
  color: orange;
}

.apptTime {
  width: 70%;
}

.app-date-picker {
  width: 100%;
  height: 26px;
  background-color: #fff;
  border: 1px solid #dadada;
  color: #444;
  border-radius: 5px;
  padding: 0 5px;
}

.react-datepicker__day--highlighted-custom-2 {
  color: red !important;
  font-weight: bolder;
}

.no-appoinmnts-here {
  color: #b6b6b6;
  float: left;
  font-size: 25px;
  height: 58px;
  line-height: 1;
  padding: 29px 10%;
  text-align: center;
  width: 100%;
}

.prgrs-nt-vw-popup {
  width: 95%;
  /* right: 135px; */
}

.prgrs-nt-vw-bdy {
  height: 450px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 15px;
}

.prgrs-nt-vw-sigrw {
  padding-left: 20px;
  line-height: 20px;
  font-style: italic;
  width: 60%;
  padding-top: 6px;
}

.prgrs-nt-vw-btnrw {
  flex-direction: row-reverse;
  padding: 7px 0px;
  background-color: #fff;
  width: 40%;
}

.prgrs-nt-vw-btnrw .actn-yes,
.prgrs-nt-vw-btnrw .actn-No {
  width: 21%;
}

.black-txt {
  color: #333;
}

.prgrs-gnr-dtl {
  width: 780px;
  right: 160px;
}

.gnr-dtl-bdy {
  display: flex;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 405px;
  /* border-bottom: 1px solid #e0e0d8;
  border-top: 1px solid #e0e0d8; */
  border-bottom: 1px solid #ebeff6;
  border-top: 1px solid #ebeff6;
  padding-top: 10px;
  font-size: 13px;
  background-color: #fafcff;
}

.gnr-dtl-bdy .label {
  flex-basis: calc(35% - 15px);
  margin-top: 9px;
}

.gnr-dtl-bdy .value {
  flex-basis: 65%;
}

/* .progress-access-con {
  height: 434px;
  overflow-x: hidden;
  overflow-y: auto;
} */

.todo-prgrs-note-main-body {
  background: #ffffff none repeat scroll 0 0;
  border-top: 1px dotted #dadada;
  float: left;
  /* height: 434px;
  overflow-x: hidden; 
  overflow-y: scroll;*/
  padding: 7px 1.5%;
  width: 97%;
}

.todo-prgrs-note-body-row {
  border-bottom: 1px dotted #c6d4ae;
  float: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-align: justify;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}

.todo-prgrs-note-body-row .body-label {
  color: #333333;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px;
}

.todo-prgrs-note-body-row .body-value {
  clear: both;
  color: #333333;
  float: left;
  line-height: 20px;
  margin: 0 5px;
  width: 100%;
}

.prgrs-nt-vw-bdy .frst-sec {
  width: 100% !important;
  line-height: 27px;
}

.alt-clr {
  background-color: cornsilk;
}

.gnr-dtl-bdy .book-appt-dd {
  width: 80%;
}

.gnr-dtl-bdy .appt-hx-fa-rw,
.tp-comn-poup-bdy .appt-hx-fa-rw {
  padding-left: 15px;
  width: 97%;
  margin-bottom: 10px;
}

.appt-body-inr-rw .col-2 a,
.rc-pt-lst a,
.patient-list-bdy-rw .pcol-1 a {
  text-decoration: none;
}

.nots-scrn .appt-loc-val {
  flex-basis: 30%;
}

.nots-scrn .appt-loc-val:nth-child(3) {
  flex-basis: 40%;
}

.gnr-dtl-bdy .appt-hx-fa-rw .apptDate {
  width: 80%;
}

.cpt-dd {
  width: 96%;
}

.gnr-dtl-bdy .appt-hx-fa-rw .apptTime {
  width: 39%;
}

.pop-up-sb-hdr {
  /* background-color: #eff0cb; */
  background-color: #e4e6e9;
  width: 96%;
  display: inline-grid;
  padding: 4px 15px;
  margin-bottom: 10px;
  /* font-weight: bold; */
}

.cpt-master-search {
  padding: 4px 6px;
  border: 1px solid #dadada;
  width: 80%;
}

.mod-dd {
  width: 82%;
  margin-right: 1%;
}

.added-dx {
  margin-bottom: 10px;
  font-size: 13px;
}

.gnrl-dtl-btn-rw {
  margin: 5px 10px;
  display: flex;
  flex-direction: row-reverse;
}

.gnrl-dtl-btn-rw .actn-yes,
.gnrl-dtl-btn-rw .actn-No {
  width: 15%;
}

.mat-cnslng-fu-con {
  width: 95%;
  /* right: 80px;
  top: 60px; */
}

.mat-cnslng-fu-bdy {
  height: 500px;
  overflow: unset;
  border-bottom: 1px solid #e1e7f0;
  border-top: 1px solid #e1e7f0;
}

.mat-cnslng-col0 {
  flex-basis: calc(15% - 1px);
  flex-wrap: 0;
  flex-shrink: 0;
  height: 100%;
  border-right: 1px solid #dadada;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
}

.mat-cnslng-col1,
.mat-cnslng-col2,
.mat-cnslng-col3 {
  flex-basis: calc(25% - 1px);
  flex-wrap: 0;
  flex-shrink: 0;
  height: 100%;
  border-right: 1px solid #dadada;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
}

.mat-cnslng-col2 {
  flex-basis: 30%;
  overflow: unset;
}

.mat-cnslng-col3 {
  flex-basis: 45%;
}

.mat-cnslng-prnt-val {
  padding: 10px 15px 10px 15px;
  /* border-bottom: 1px dotted #dadada; */
  color: #888;
  font-size: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-col-serch {
  /* background-color: #eff0cb; */
  background-color: #f3fafd;
  padding: 8px 0px;
}

.cnslng-fu-chld-srch {
  padding: 4px 6px;
  width: 70%;
}

.cnslng-fu-chld-srch-crs {
  margin-left: -18px;
  color: red;
}

.add-new-chld-item {
  background-color: #ffab53;
  padding: 1px 6px;
  font-size: 20px;
  margin: 2px 0px 0px 15px;
  position: relative;
  top: 2px;
  color: #fff;
}

.chld-rw {
  padding: 2px 10px;
  border-bottom: 1px dotted #dadada;
  display: flex;
  align-items: center;
}

.chld-rw-txt {
  width: 76%;
  display: inline-block;
  margin: 5px 10px 0px 10px;
  text-align: unset;
  font-size: 13px;
  color: #666;
  line-height: 19px;
}

.cnslng-poup-txtrea {
  width: calc(100% - 18px);
  margin: 0px 9px 8px 9px;
  resize: none;
  padding: 8px;
  height: 193px;
  border: 1px solid #dadada;
  line-height: 21px;
  font-size: 13px;
  margin-top: -6px;
  color: #555;
  overflow-y: scroll;
  overflow-x: hidden;
}

.sec-col-ht {
  height: 456px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.cnslng-acrdn-arw,
.cnslng-acrdn-txt {
  flex-basis: 88%;
  flex-shrink: 0;
  flex-grow: 0;
  color: #086767;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cnslng-acrdn-arw {
  flex-basis: 9%;
  transform: scale(1);
  margin-top: 0px;
}

.mat-cnslng-col3 .pop-up-sb-hdr,
.mat-cnslng-col1 .pop-up-sb-hdr {
  margin-left: 8px;
  background-color: #f3fafd;
  font-size: 14px;
}

.mat-cnslng-col1 .pop-up-sb-hdr {
  width: 95%;
  padding: 5px 0px 5px 10px;
  font-size: 15px;
  border-bottom: 1px solid #ecf3f6;
  margin-bottom: 3px;
  cursor: pointer;
  /* background-color: #f3fafd; */
  /* border: 1px solid #a0b997; */
}

.parnt-actv-tb {
  background-color: #fff;
  margin: 0px;
  /* border-radius: 6px; */
  color: orange;
  font-weight: bold;
  padding-left: 0px;
  /* border: 1px solid #e7f4e3; */
  width: calc(100% - 0px);
  border-left: 5px solid orange !important;
  /* border-bottom: 1px solid orange !important; */
}

.sch-Sumry-Section {
  padding: 0px 10px;
}

.sch-Sumry-Section .appt-d-display-lbl,
.sch-Sumry-Section .appt-d-display-val,
.sch-Sumry-Section .appt-search,
.sch-Sumry-Section .appt-sumary {
  flex-basis: 11%;
}

.sch-Sumry-Section .appt-d-display-lbl {
  flex-basis: 29%;
  margin-right: 25px;
  height: 34px;
}

.sch-Sumry-Section .appt-d-display-val {
  flex-basis: 35%;
}

.sch-Sumry-Section .appt-sumary {
  flex-basis: 14%;
  margin-top: 5px;
}

.main-contnr-hdr .css-78trlr-MuiButtonBase-root-MuiIconButton-root {
  padding: 0;
}

#patientList .pcol-1 a span,
.pa-pt-name a {
  color: #1ab3a2;
  font-size: 17px;
  text-decoration: none;
}

.srch-ptnt-popup .patient-list-hdr,
.srch-ptnt-popup .patient-list-bdy-rw {
  width: 100%;
}

.srch-ptnt-popup .MuiAvatar-root img {
  width: 50%;
  height: 50%;
}

.prgrs-demogrphcs {
  width: 700px;
}

.prgrs-demogrphcs .inpt-width {
  width: 168px;
}

.notes-templateList {
  overflow: unset;
  padding: 0;
  height: auto;
  top: 262px;
  right: 17px;
  border: 1px solid green;
}

.notes-templateList .rc-pt-lst {
  font-size: 14px;
  padding: 7px 10px;
}

.notes-templateList .rc-pt-nm {
  padding-right: 20px;
}

.notes-templateList .rc-li-con {
  list-style: none;
  width: 100%;
  height: 350px;
  border: 15px solid #fffff7;
  overflow-y: auto;
  overflow-x: hidden;
}

.notes-templateList .rc-pt-lst-actv {
  background-color: #e7fbf6;
}

.tmplst-lst-hdr {
  padding: 7px 15px;
  width: 100%;
  border-bottom: 1px solid #f9f8cf;
  color: #1ab3a2;
  font-size: 16px;
}

.psych-intake-main-con {
  width: 890px;
  right: 80px;
  top: 60px;
}

.biopsycho-hdng {
  font-size: 16px;
  background-color: #fff;
  padding: 7px;
  width: 100%;
}

.biopsycho-parnt-hdr {
  background-color: #ffdeb1;
  padding: 8px 15px;
}

.tp-comon-popup-dx-sec {
  padding: 10px 15px !important;
  width: 100%;
  background-color: #fffff7;
}

.dx-bloc-tmplt-lt {
  flex-basis: 30%;
}

.dx-bloc-tmplt-rt {
  flex-basis: 70%;
}

.search-Tmplate-sec {
  width: 100%;
  padding: 0px 0px 2px 0px;
}

.dx-area {
  padding: 5px;
  width: 100%;
  height: 192px;
  border: 1px solid #dadada;
  resize: none;
  line-height: 21px;
}

.pop-up-prnt-blk {
  margin: 2px 15px 15px 15px;
  box-shadow: 0px 0px 3px 0px #dadada;
  padding: 10px 0px;
  border: 1px solid #ffffe9;
  background-color: #fffff7;
  width: calc(100% - 30px);
}

.tp-comn-poup-main-con .main-contnr-bdy {
  background-color: #ffffff;
}

.inpt-width-nw {
  width: calc(100% - 15px);
  padding: 5px 6px;
  margin-right: 15px;
  border: 1px solid #dadada;
  background-color: #ffffff;
}

.tp-comn-poup-bdy .appt-hx-fa-rw {
  padding-left: 0px;
}

.tp-comn-poup-bdy .txt-val {
  margin-right: 15px;
  width: calc(100% - 125px);
}

.tp-comn-poup-main-con {
  width: 750px;
}

.dx-bloc-tmplt-lt ul li {
  list-style: none;
  padding: 7px;
  border-bottom: 1px dotted #dadada;
  width: 100%;
}

.dx-bloc-tmplt-lt ul li:last-child {
  border-bottom: 0px dotted #dadada;
}

.dx-bloc-tmplt-lt ul {
  height: 135px;
  overflow-x: hidden;
  overflow-y: auto;
}

.add-Tmplate-sec {
  padding: 2px 0px;
  /* background-color: #effbf7; */
  width: 92%;
}

.dx-bloc-tmplt-lt ul li a {
  text-decoration: none;
}

.tp-comn-poup-bdy {
  height: 550px;
  overflow-x: hidden;
  overflow-y: auto;
}

.tp-goalpoup-main-con {
  width: 950px;
}

.tp-goalpoup-main-con .mat-cnslng-col1 {
  flex-basis: 35%;
  overflow: unset;
}

.tp-goalpoup-main-con .inpt-width-nw {
  width: calc(100% - 17px);
  margin-left: 8px;
  margin-right: 7px;
}

.tp-goalpoup-main-con .dx-bloc-tmplt-lt ul {
  height: 285px;
  margin: 0px 9px 0px 9px;
}

.tp-goalpoup-main-con .chld-rw-txt {
  width: 90%;
}

.tp-goalpoup-main-con .add-Tmplate-sec {
  width: 93%;
  margin-left: 8px;
}

.tp-goalpoup-main-con .mat-cnslng-col3 {
  flex-basis: 66%;
  border-right: 0px solid #dadada;
  overflow-y: auto;
  height: 430px;
}

.tp-goalpoup-main-con .cnslng-poup-txtrea {
  width: calc(99% - 19px);
}

.intervntn-hdng {
  font-weight: bold;
  margin-left: 23px;
}

.tp-frt-blk {
  height: 105px;
  overflow-y: auto;
  overflow-x: hidden;
}

.main-ptnt-srch-popup .main-contnr-bdy {
  height: 300px;
}

.stats-popup-tov {
  flex-basis: 40%;
}

.clear-left20 {
  margin-left: 20px;
}

.recrd-nt-prnt-hdng {
  width: 100% !important;
  margin: 5px 0;
  font-size: 14px;
  color: #333;
  font-weight: bold !important;
}

.t-plan-bdy-rw .active-dos {
  background-color: #ffcb66;
}

.councel-note-active-dos {
  /* background-color: #ffcb66; */
  background-color: #fff;
  border-top: 1px solid orange;
  border-bottom: 1px solid orange;
}

textarea {
  font-family: arial;
  color: #333;
  font-size: 13px;
}

textarea::first-letter {
  text-transform: capitalize;
}

/* .prgrs-nt-vw-bdy .recrd-nt-rw b {
  font-size: 16px;
  color: #1ab3a2;
} */

/* .prgrs-nt-vw-bdy .recrd-nt-rw .smart-tag-bdy-rw b {
  font-size: 13px;
  color: #333;
} */

/* .prgrs-nt-vw-bdy .smart-tag-bdy-rw:nth-child(11) {
  margin-bottom: 20px;
} */

/* .prgrs-nt-vw-bdy .smart-tag-bdy-rw:nth-child(18) {
  margin-bottom: 15px;
} */

.insu-act-sec {
  flex-basis: calc(75% - 15px);
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 15px;
  box-shadow: 0px 0px 3px #dadada;
  padding: 10px 10px 5px 10px;
  margin-top: 7px;
  background-color: #fff;
  margin-bottom: 35px;
}

.insu-act-sec-hdr {
  background-color: #f1fbf7;
  padding: 7px 15px;
  /* font-weight: bold; */
  font-size: 15px;
}

.insu-inact-sec {
  flex-basis: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 15px;
  box-shadow: 0px 0px 3px #dadada;
  margin-top: 7px;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 35px;
}

.insu-inact-sec-hdr {
  background-color: #f1fbf7;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: bold;
}

.insu-inact-sec-bdy-rw {
  padding: 0px 15px 7px 15px;
  border-bottom: 1px dotted #f1fbf7;
  display: grid;
}

.Payor-nm {
  font-size: 15px;
  width: 100%;
}

.Payor-id {
  font-size: 13px;
  padding: 3px 0px;
  color: maroon;
}

.Payor-dt {
  font-size: 13px;
  color: #717171;
  padding: 3px 0px;
}

.insu-act-sec-bdy-lft,
.insu-act-sec-bdy-rt {
  width: 100%;
  padding: 7px 0px;
}

.insu-act-sec-bdy-rw {
  width: 100%;
  margin-bottom: 5px;
  font-size: 13px;
}

.nsu-act-lbl {
  width: 170px;
  margin: 0px 0px 0px 15px;
  color: #717171;
}

.nsu-act-val {
  width: calc(100% - 185px);
}

.insu-card {
  margin: 7px 0px 0px 16px;
  border: 1px solid #d7d7d7;
  width: 85%;
  height: 150px;
}

.prnt-card {
  margin: 8px 0px 8px 15px;
  /* font-weight: bold; */
  text-decoration: underline;
  text-align: center;
}

.actv-insu {
  background-color: #def0e5;
}

.eligblity-conf {
  background-color: green;
  color: #fff;
  font-weight: bold;
  padding: 1px 4px;
  border-radius: 16px;
  margin-left: 10px;
}

.insu-prty {
  font-size: 1.4vw;
}

.insu-inact-sec-bdy-rw:last-child {
  border-bottom: 0px solid #dadada;
}

.insu-prirty {
  background-color: orange;
  color: #fff;
  width: 40%;
  text-align: center;
  margin-left: -5px;
  margin-bottom: 5px;
  padding: 0px 5px;
}

.inactv-insu-prty {
  background-color: #ffca69;
}

.insu-addedit-sec .insu-act-sec {
  margin: 0px;
  background-color: unset;
}

.insu-addedit-sec,
.upload-doc-main-con {
  position: absolute;
  width: 970px;
  /* top: 50px; */
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  z-index: 10;
  background-color: #fffff7;
}

.insu-addedit-sec .insu-act-sec-bdy {
  height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}

.brwsenupld-fld .nsu-act-lbl {
  width: 110px;
  margin-top: 5px;
}

.insu-addedit-sec .inpt-width-nw {
  width: calc(100% - 50px);
  height: 32px;
}

.insu-addedit-sec .nsu-act-lbl {
  margin-top: 7px;
}

.insu-addedit-sec .inpt-chkbx {
  height: 22px;
  margin-top: 5px;
}

.upload-doc-main-con .insu-act-sec-bdy {
  height: 394px;
}

.upload-doc-main-con {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 15%;
}

.upload-doc-main-con .nsu-act-lbl {
  width: 120px;
}

.upload-doc-main-con .nsu-act-val {
  width: calc(100% - 135px);
}

.upload-doc-main-con .actn-yes,
.upload-doc-main-con .actn-No {
  padding: 8px 0px;
}

.docMaingrid-Patbdy {
  width: 100%;
  overflow: auto;
  box-shadow: 0px 10px 10px -1px #e9e9e9;
}

.docMaingrid-Pat-hdr {
  width: calc(180% - 2px);
}

.docMaingrid-Pat-sb-bdy {
  width: calc(180% - 2px);
}

.docMaingrid-Pat-sbhdr {
  width: 100%;
  background-color: #dadada;
  padding: 5px 0px;
  border-bottom: 1px solid #bcbcbc;
  border-top: 1px solid #eeeeee;
  font-weight: bold;
}

.docMaingrid-Pat .colm1,
.docMaingrid-Pat .colm2,
.docMaingrid-Pat .colm3,
.docMaingrid-Pat .colm4,
.docMaingrid-Pat .colm5 {
  width: calc(12% - 2px);
  border-right: 1px solid #bcbcbc;
  padding: 5px 10px;
  border-left: 1px solid #eeeeee;
}

.docMaingrid-Pat-bdy-rw span {
  /* border-right: 1px solid #dadada !important; */
  border-left: 0px solid #f6f5f5 !important;
}

.docMaingrid-Pat .colm2 {
  width: calc(5% - 2px);
}

.docMaingrid-Pat .colm3 {
  width: calc(3% - 2px);
}

.docMaingrid-Pat .colm5 {
  width: calc(6% - 2px);
}

.docMaingrid-Pat .colm4 {
  width: calc(16% - 2px);
}

.note-col {
  width: calc(4% - 2px) !important;
}

.note-count-bg {
  background: url("./images/auth-report-tab.png") no-repeat scroll 0 0 transparent;
  padding: 3px 0px 0px 12px !important;
  width: 99.5%;
  margin: 0px 0px 0px 0.5%;
  display: flex;
  height: 19px;
}

.docMaingrid-Pat-sbhdr span:first-child,
.docMaingrid-Pat-bdy-rw span:first-child {
  border-left: none !important;
}

.docMaingrid-Pat-sbhdr span:last-child,
.docMaingrid-Pat-bdy-rw span:last-child {
  border-right: none !important;
}

.dash-side-nav {
  width: 7%;
}

.nav-pt-pc {
  border-radius: 50px;
  margin-left: 8px;
  border: 1px solid #919191;
  height: 65px;
  width: 65px;
}

.dash-side-nav .ch-pt-pic {
  width: 100%;
  display: inline-block;
  height: 120px;
}

.collapse-icon {
  font-size: 1.5vw;
  font-weight: bold;
  color: #fff;
  background-color: #ec9c0a;
  padding: 0 13px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
}

.chld-doc-active-rw {
  background-color: #ffcb00;
  border: 1px solid orange;
}

.doc-child-hdr {
  background-color: #f1fbf7 !important;
}

.child-bdy-sec {
  background-color: #fffff7;
  margin-left: 2.8%;
  width: calc(97% - -4px);
}

.doc-hdr-lbl {
  font-weight: bold;
  margin: 10px 10px 0px 20px;
  color: #333;
}

.doc-hdr-val {
  margin-top: 3px;
}

.c-mid-bdy-hdr .widget-hdr-title {
  /* color: #1ab3a2; 
  color: #fff;*/
  color: yellow;
  margin-top: 6px;
}

.doc-main-grid .colm1,
.doc-main-grid .colm2,
.doc-main-grid .colm3,
.doc-main-grid .colm4,
.doc-main-grid .colm5 {
  width: calc(11% - 2px);
  border-right: 1px solid #bcbcbc;
  padding: 10px 10px;
  border-left: 1px solid #eeeeee;
}

.doc-main-grid .colm2 {
  width: calc(5% - 2px);
}

.doc-main-grid .colm3 {
  width: calc(3% - 2px);
}

.doc-main-grid .colm5 {
  width: calc(6% - 2px);
}

.doc-main-grid .colm4 {
  width: calc(14% - 2px);
}

.doc-main-grid .colm6 {
  width: calc(8% - 2px);
}

.note-col {
  width: calc(4% - 2px) !important;
}

.doc-main-grid {
  margin-bottom: 40px;
  box-shadow: 0px 4px 6px 2px #dadada;
}

.docMaingrid-Pat-bdy-rw {
  font-size: 1.2vw;
}

.doc-main-grid .child-bdy-sec .doc-child-hdr .colm1,
.doc-main-grid .child-bdy-sec .doc-child-hdr .colm4,
.doc-main-grid .child-sec-bdy .docMaingrid-Pat-bdy-rw .colm1,
.doc-main-grid .child-sec-bdy .docMaingrid-Pat-bdy-rw .colm4 {
  width: calc(13% - 2px);
}

.doc-main-grid .child-bdy-sec .doc-child-hdr .colm2,
.doc-main-grid .child-sec-bdy .docMaingrid-Pat-bdy-rw .colm2 {
  width: calc(5% - 2px);
}

.doc-main-grid .child-bdy-sec .doc-child-hdr .colm3,
.doc-main-grid .child-sec-bdy .docMaingrid-Pat-bdy-rw .colm3 {
  width: calc(3% - 2px);
}

.doc-main-grid .child-bdy-sec .doc-child-hdr .colm5,
.doc-main-grid .child-sec-bdy .docMaingrid-Pat-bdy-rw .colm5 {
  width: calc(6% - 2px);
}

demo-main-con {
  margin-bottom: 10%;
  width: 100%;
}

.demo-main-con-bdy {
  width: 100%;
  display: grid;
  /* height: 806px; */
}

.demo-main-con-sec {
  width: 100%;
  border: 1px solid #d7d7d7;
  margin: 15px 10px 0px 0px;
  box-shadow: 0px 0px 5px 0px #dadada;
  background-color: #fff;
  border-radius: 7px;
  padding: 8px 0px;
}

.demo-main-con-sec:last-child {
  margin-right: 0px;
}

.demo-main-con-chld-hdr {
  width: 100%;
  display: flex;
  border-bottom: 1px dotted orange;
}

.chld-hdr-hdng,
.chld-hdr-edt {
  font-size: 1.4vw;
  padding: 3px 15px 8px 15px;
  color: #1ab3a2;
  width: 78%;
}

.chld-hdr-edt {
  width: 18%;
}

.demo-main-con-chld-bdy {
  width: 100%;
}

.demo-main-con-chld-bdy-rw {
  padding: 10px 0px;
  display: flex;
  flex-basis: 33.33%;
  flex-grow: 0;
  flex-shrink: 0;
}

.demo-main-con-sec .nsu-act-lbl,
.demo-main-con-sec .nsu-act-val {
  width: calc(38% - 25px);
  margin: 0px 10px 0px 15px;
  display: unset;
  font-size: 1.2vw;
}

.demo-main-con-sec .nsu-act-val {
  margin: 0px 0px 0px 0px;
  width: 62%;
}

.demo-main-con-sec .inpt-width-nw {
  width: 85%;
  margin-right: 0px;
  border: 1px solid #9e9e9e;
}

.demo-edt-icn {
  display: flex;
  flex-direction: row-reverse;
  font-weight: bold;
  transform: scale(1.4);
}

.demo-main-con-sec .alt-rw {
  background-color: #f5ffff !important;
  border-bottom: 1px dotted #d6e0e0;
  border-top: 1px dotted #d6e0e0;
}

.demo-main-con-sec input[type="text"]:enabled {
  background-color: #fff;
}

/* .demo-main-con-sec input[type="text"]:disabled {
  background-color: rgba(165, 165, 165, 0.248);
} */

.demo-img-blk .nsu-act-lbl {
  width: calc(28% - 25px);
}

.demo-img-blk .nsu-act-val {
  width: 72%;
}

.pat-img,
.identity-img {
  width: 120px;
  height: 110px;
  display: inline-block;
  border: 1px solid #dadada;
  box-shadow: 0px 0px 5px 2px #dadada;
}

.identity-img {
  width: 260px;
  height: 130px;
}

.problem-list-chip {
  background-color: #fff;
}

.assmnt-nt-hdng {
  /*  padding: 4px 0px 0px 0px;
  width: 100%;
  font-size: 16px;
  color: #000;
  margin-top: 0px; */
  padding: 4px 0px 0px 0px;
  width: 100%;
  font-size: 15px;
  color: orange;
}

.assmnt-nt-sbhdng {
  font-weight: normal;
  color: #000;
  padding-right: 20px;
  width: calc(100% - 20px);
}

.assmnt-nt-rw {
  /* display: flex;
  margin: 10px 0px 0px 0px;
  font-size: 13px;
  color: #333; */
  width: 100%;
  float: left;
  color: #444;
}

.assmnt-nt-val {
  /*  width: calc(100% - 200px);
  color: #333; */
  float: left;
}

.normal {
  font-weight: normal !important;
}

.tp-chld-hdng {
  font-size: 1.3vw;
}

.tp-status-rw {
  font-size: 13px;
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  float: left;
  margin-top: 5px;
}

.common-fontsize {
  font-size: 1.2vw;
}

.required-fld {
  color: red;
}

.demo-edt-icn .actn-No,
.demo-edt-icn .actn-yes {
  width: auto !important;
  font-size: 1vw;
  font-weight: normal;
}

.preauth-Maingrid-Patbdy {
  width: 100%;
  overflow: auto;
}

.preauth-Maingrid-Pat-hdr {
  width: calc(180% - 2px);
}

.preauth-Maingrid-Pat-sb-bdy {
  width: calc(180% - 2px);
  background-color: #fff;
}

.preauth-Maingrid-Pat-sbhdr {
  width: 100%;
  background-color: #f0f3f6;
  padding: 5px 0px;
  border-bottom: 1px solid #f0f3f6;
  border-top: 1px solid #f0f3f6;
  font-weight: bold;
}

.preauth-Maingrid-Pat .pacolm1,
.preauth-Maingrid-Pat .pacolm3,
.preauth-Maingrid-Pat .pacolm4,
.preauth-Maingrid-Pat .pacolm5 {
  border-right: 1px solid #e1e3e4;
  padding: 10px 10px;
  border-left: 1px solid #fff;
}

.preauth-Maingrid-Pat .pacolm1 {
  width: calc(12% - 2px);
}

.preauth-Maingrid-Pat .pacolm3 {
  width: calc(3% - 2px);
}

.preauth-Maingrid-Pat .pacolm5 {
  width: calc(8% - 2px);
}

.preauth-Maingrid-Pat .pacolm4 {
  width: calc(16% - 2px);
}

.preauth-Maingrid-Pat-bdy-rw span {
  /* border-right: 1px solid #dadada !important; */
  border-left: 0px solid #f6f5f5 !important;
}

.preauth-Maingrid-Pat-sbhdr span:first-child,
.preauth-Maingrid-Pat-bdy-rw span:first-child {
  border-left: none !important;
}

.preauth-Maingrid-Pat-sbhdr span:last-child,
.preauth-Maingrid-Pat-bdy-rw span:last-child {
  border-right: none !important;
}

.preauth-Maingrid-Pat-sb-bdy .child-bdy-sec {
  background-color: #fffff7;
  margin-left: calc(3% - 13px);
  width: calc(97% + 13px);
}

.preauth-Maingrid-Pat .active-dos {
  width: calc(100% - 0px);
  padding: 5px 6px;
  margin-right: 0px;
}

.preauth-btn-rw {
  padding: 5px 0px 0px;
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 10px;
  border-top: 1px solid #dadada;
}

.pre-auth-validity .nsu-act-lbl {
  margin-left: 0px;
  width: 40px;
}

.pre-auth-validity .nsu-act-val {
  width: calc(100% - 40px);
}

.pre-auth-validity .inpt-width-nw,
.preauth-Maingrid-Pat-sbhdr .inpt-width-nw {
  width: calc(100% - 11px);
}

.pa-doc-vw-dsbld a {
  text-decoration: none;
  color: #555;
}

#preauthMaingrid .preauth-Maingrid-Pat-hdr {
  width: calc(200% - 2px);
}

#preauthMaingrid .preauth-Maingrid-Pat-sb-bdy {
  width: calc(200% - 2px);
  background-color: #fff;
  height: 450px;
}

#preauthMaingrid .pacolm4 {
  width: calc(22% - 2px);
}

#preauthMaingrid .pacolm5 {
  width: calc(10% - 2px);
}

#preauthMaingrid .pacolm1 {
  width: calc(12% - 2px);
}

#pat-appt-main-scrn .preauth-Maingrid-Pat-hdr {
  width: calc(124% - 2px);
}

#pat-appt-main-scrn .preauth-Maingrid-Pat-sb-bdy {
  width: calc(124% - 2px);
  background-color: #fff;
}

#pat-appt-main-scrn .pacolm4 {
  width: calc(16% - 2px);
}

#pat-appt-main-scrn .pacolm5 {
  width: calc(10% - 2px);
}

#pat-appt-main-scrn .pacolm1 {
  width: calc(8% - 2px);
}

.chart-rt-sec-rt-rw {
  width: calc(100% - 14px);
  margin: 5px 7px;
  padding: 0px 0px 10px 0px;
}

.chrt-doc-sec-nm {
  padding: 5px 5px 0px 5px;
  font-size: 14px;
}

.chrt-doc-sec-dt {
  padding: 3px 5px 0px 5px;
  width: 100%;
}

.docMaingrid-Pat-bdy-rw .colm1 span a {
  color: #1ab3a2;
  font-size: 1.3vw;
  text-decoration: none;
}

.chek-elgblty-inr-bdy {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.upld-doc-nte-con-nw {
  color: #717171;
  font-size: 11px;
  margin: 2px 0 0 0px;
  width: 260px;
  display: block;
  width: 100%;
}

.upld-doc-nte-vlue-con-nw {
  margin: 0 5px 3px 0;
  border-bottom: 1px dotted #717171;
  color: #1d1d1d;
  width: 100%;
}

.upld-doc-nte-vlue-commnt-nw {
  border-bottom: 1px solid #717171;
  font-size: 12px;
  line-height: 16px;
  margin: 0 5px 3px 0;
}

/*Docs note popup*/

.user-comment-docu-popup-main-container {
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  height: 360px;
  position: absolute;
  width: 452px;
  left: 500px;
}

.identity-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d0e2b3;
  font-size: 13px;
  padding: 10px 10px;
  justify-content: space-between;
}

.Emergency-header-heading-text {
  font-size: 13px;
  padding: 0px 0px 0px 5px;
  color: #1ab3a2;
  font-weight: bold;
}

.user-comment-docu-popup-main-container .body-header-text-freespace {
  width: 305px;
}

.user-comment-docu-popup-main-container .body-header-close {
  cursor: pointer;
  margin: 1px 0 0 40px;
}

.form-bg-color {
  /* background-color: #e7f5cf; */
  background-color: #fafcff;
}

.user-comment-doc-text-box {
  width: 95%;
}

.post-comment-button-row {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  padding-right: 5px;
}

.user-comment-doc-text-box-element {
  border: 1px solid #c4d1a9;
  height: 55px;
  resize: none;
  width: calc(100% - 5px);
  padding: 5px;
  margin: 10px 15px;
}

.user-comment-block {
  height: 172px;
  margin-top: 0px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 7px;
  border-bottom: 1px solid #d0e2b3;
}

.user-comment-box:last-child {
  border-bottom: 0px solid #dadada;
}

.user-comment-box {
  border-bottom: 1px dotted#C4D1A9;
  margin: 0px 0 5px 3px;
  width: 95%;
  padding-bottom: 5px;
}

.user-comment-box .data-row {
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
}

.user-comment-box .edit-del {
  color: #5c9d93;
  /* font-size: 11px; */
}

.user-comment-box .doc-comment-date {
  color: #666666;
  font-style: italic;
  width: 100px;
  font-size: 11px;
}

.label-for-max-length {
  color: #717171;
  font-size: 10px;
  width: 144px;
  margin: 0 0 0 15px;
}

.user-comment-box .doc-user-name {
  float: left;
  padding-right: 5px;
  color: #74ae0a;
  font-weight: bold;
}

.compose-msg-main-con {
  width: 600px;
  background-color: #fffff7;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  left: calc(50% - 300px);
  position: absolute;
  top: 5%;
}

.comp-msg-hdr {
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #dadada;
  font-size: 1.4vw;
  background-color: #fff;
}

.comp-msg-bdy {
  width: 100%;
  border-bottom: 1px solid #dadada;
}

.comp-msg-bdy-rw {
  padding: 7px 15px;
  width: 100%;
}

.msg-bdy-rw-bl {
  width: 20%;
  font-size: 13px;
  margin-top: 5px;
}

.msg-bdy-rw-val {
  width: 80%;
}

.msg-bdy {
  width: 100%;
  resize: none;
  border: 1px solid #dadada;
  height: 130px;
}

.msg-inpt {
  padding: 6px;
  border: 1px solid #dadada;
  width: 100%;
  background-color: #fff;
}

.atchd-ptnt-col {
  max-height: 67px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #f0f0f0;
  padding: 0px 8px 5px 5px;
  margin-top: 1px;
  border: 1px solid #dadada;
}

.msg-chld-rw-atchd-ptnt {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #dadada;
  border-radius: 5px;
  margin-top: 4px;
  background-color: #fff;
  color: #1ab3a2;
}

.msg-atchd-ptnt,
.slctd-name {
  width: 95%;
}

.slctd-name {
  width: auto;
  word-wrap: break-word;
  word-break: break-all;
}

.msg-atchd-ptnt-rmv,
.slctd-name-rmv {
  width: 5%;
  font-weight: bold;
  cursor: pointer;
  color: red;
  text-align: right;
}

.slctd-name-rmv {
  width: auto;
  margin-left: 6px;
}

.msg-bx-sep {
  margin: 0px 5px;
  color: red;
}

.search-user-pnl {
  background-color: #fff;
  border: 1px solid #dadada;
  position: absolute;
  width: 76%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  top: 38px;
  left: calc(20% + 9px);
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1;
}

.usr-name {
  padding: 7px 10px;
  border-bottom: 1px dotted #dadada;
}

.comp-msg-ftr {
  padding: 5px 10px;
  background-color: #fff;
  align-items: center;
  justify-content: flex-end;
}

.comp-msg-ftr .actn-yes,
.comp-msg-ftr .actn-No {
  width: 20%;
}

.add-nw-tmplt {
  background-color: #dbdbdb;
  padding: 6px 10px 5px 10px;
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 0px 0px 0px 7px;
}

.com-hdr-msg {
  font-size: 16px;
  padding: 10px 15px;
}

.com-atch-doc-con {
  top: 5%;
  width: 650px;
  left: calc(50% - 325px);
}

.com-atch-doc-hdr {
  background-color: #f1f1f1;
  width: 100%;
}

.com-atch-doc-sbhdr {
  width: 100%;
  padding: 8px 0px 8px 0px;
  font-weight: bold;
  border-bottom: 1px solid #f7f7f7;
  border-top: 1px solid #e1e1e1;
}

.attach-doc-con .colm1 {
  width: 28%;
  border-right: 1px solid #f7f7f7;
  padding-left: 10px;
  border-left: 1px solid #e1e1e1;
}

.attach-doc-con .colm4 {
  width: 8%;
  padding-left: 10px;
  border-left: 1px solid #e1e1e1;
}

.attach-doc-con .colm5 {
  width: 8%;
  padding-left: 10px;
}

.attach-doc-con .comp-msg-bdy-rw {
  padding: 7px 0px;
  width: 100%;
}

.attach-doc-con .comp-msg-bdy-rw .colm1:first-child,
.attach-doc-con .com-atch-doc-sbhdr .colm1:first-child {
  border-left: 0px solid #e1e1e1;
}

.com-atch-doc-con .comp-msg-bdy {
  height: 306px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.pt-colr {
  color: #1ab3a2;
  font-size: 13px;
}

.fontsize14 {
  font-size: 14px;
}

.com-edit {
  margin-left: 5px;
  color: #0689c8;
  cursor: pointer;
  padding: 0px 0px 0px 5px;
}

.recpnt-slectn-info {
  background-color: orange;
  padding: 2px 15px;
  color: #fff;
  font-size: 13px;
  margin: 0px 30px;
  width: 46%;
}

.com-select-mode {
  margin: 10px 0px 15px 43px;
  font-size: 14px;
  line-height: 27px;
}

.flexwrap {
  flex-wrap: wrap;
}

.comm-centre-bdy {
  width: 100%;
  height: 538px;
  margin-bottom: 50px;
  border-bottom: 1px solid #dadada;
  box-shadow: 0px 15px 15px -13px #dadada;
}

.comm-centre-hdr {
  padding: 2px 0px 8px 0px;
}

.comm-centre-hdr .widget-hdr-title {
  margin: 0px 10px;
  font-size: 17px;
  color: #6ba631;
}

.comm-centre-left-nav {
  width: 200px;
  height: 100%;
  border-right: 1px solid #f7f7f7;
  /* background-color: #f7f7f7; */
  background-color: #fff;
}

.comm-centre-right-pane {
  width: calc(100% - 200px);
}

.comm-msglist-fltr {
  width: 100%;
  padding: 7px 0px;
  background-color: #f7f7f7;
}

.comm-msglist-con {
  width: 100%;
  background-color: #fffff1;
  height: 492px;
}

.left-nav-tab-main-con {
  width: 100%;
}

.left-nav-tab-prnt {
  padding: 10px 15px;
  width: 100%;
  background-color: #fff;
  /* background-color: orange; */
  box-shadow: -1px 2px 6px 0px #d8d8d8;
  font-weight: bold;
  margin-bottom: 4px;
  color: #888;
}

.chld-main-con {
  width: 100%;
}

.left-nav-tab-child {
  padding: 11px 15px;
  width: 100%;
  /* background-color: #f7f7f7; */
  background-color: #fff;
  font-size: 13px;
  border-top: 1px solid #fff;
  /* border-bottom: 1px solid #f6f6d4; */
  border-bottom: 1px solid #f7f7f7;
}

.left-nav-tab-sbchild {
  padding: 15px 25px;
  /* background-color: #f8fffa; */
  border-bottom: 1px dotted #e2e9e4;
  color: #0b0b0b70;
  margin-left: 25px;
  font-size: 1.2vw;
}

.com-active-tab {
  background-color: #fff;
  /* padding: 15px 0px 15px 35px; */
  border-left: 4px solid orange;
  color: orange;
  /* font-size: 15px; */
}

.comm-msglist {
  width: 40%;
  height: 480px;
  padding-top: 1px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 3px;
}

.comm-centre-thread-sec {
  width: calc(60% - 10px);
  margin: 10px 10px 10px 0px;
}

.comm-msglist-sndrcv {
  width: calc(100% - 22px);
  padding: 5px 0px 10px 0px;
  /* box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1); */
  background-color: #fff;
  margin: 9px 10px 1px 10px;
  border: 1px solid #dadada;
}

.comm-msglist-sndrcv-lt {
  width: 90%;
  padding: 0px 10px;
}

.comm-msglist-sndrcv-rt {
  width: 10%;
  /* display: flex;
  flex-direction: row-reverse; */
  float: right;
}

.sndrcv-lt-nm {
  font-size: 16px;
}

.sndrcv-lt-nmbr {
  color: #717171;
  font-size: 13px;
}

.sndrcv-lt-tim {
  color: #717171;
  font-size: 11px;
  margin-top: 6px;
  /* font-style: italic; */
}

.sndrcv-lt-msg {
  font-size: 13px;
  margin-top: 5px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.com-icon {
  width: 25px;
  display: inline-block;
  margin-right: 5px;
  margin-left: -5px;
  margin-top: -3px;
}

.comm-centre-text-sec {
  width: 100%;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-left: none;
}

.comm-centre-text-sec-bdy {
  width: 100%;
  height: 234px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #444;
}

.comm-centre-thread-text-reply {
  width: 100%;
  padding-bottom: 10px;
  margin-top: 0px;
  border-top: 1px solid #f1f1f1;
  height: 203px;
}

.comm-txt-reply {
  padding: 5px 10px;
  margin: 8px 10px 8px 10px;
  border: 1px solid orange;
  width: calc(100% - 22px);
  resize: none;
  box-shadow:
    0 0 3px #ffffff inset,
    0 1px 1px rgba(0, 0, 0, 0.1);
  height: 66px;
  line-height: 18px;
}

.comm-centre-text-chain {
  padding: 8px;
  margin: 0px 10px 10px 10px;
  width: calc(100% - 22px);
  border: 1px solid #dadada;
}

.comm-centre-thread-hdr {
  width: 100%;
}

.txt-thread-img {
  width: 50px;
}

.com-usr-pic {
  border: 1px solid #dadada;
  border-radius: 30px;
}

.txt-thread-nm {
  width: 100%;
  font-size: 17px;
  margin-top: 2px;
}

.txt-thread-dt {
  width: 34%;
  /* text-align: right; */
  font-size: 12px;
  color: #717171;
  float: left;
  margin-top: 5px;
}

.comm-centre-thread-msg {
  width: 100%;
  padding: 8px 10px 5px 0px;
  font-size: 13px;
  line-height: 21px;
  margin-top: 2px;
}

.unread-msg {
  border-left: 4px solid #717171;
}

.actv-thrd {
  box-shadow: unset;
  border-left: 4px solid orange;
  width: calc(100% - 9px);
  padding: 10px 0px 15px 0px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
}

.actv-thrd .sndrcv-lt-nm {
  color: orange;
}

.txt-thread-pt-detl {
  width: calc(66% - 50px);
}

.txt-thread-chrt {
  color: #717171;
  font-size: 11px;
}

.revrse-dir {
  flex-direction: row-reverse;
}

.sndrcv-lt-dlt {
  width: 100%;
  text-align: right;
  font-weight: bold;
  /* background-color: #f0f0f0;
  height: 14px; */
  padding-top: 2px;
  /* border-radius: 15px; */
  font-size: 21px;
  margin: -4px 7px 0px 0px;
  color: #b5b5b5;
  cursor: pointer;
  float: right;
}

.comm-msglist-srch {
  margin: 0px 15px 0px 15px;
  width: calc(50% - 30px);
}

.msg-search {
  width: calc(100% - 70px);
  padding: 5px 12px 8px 12px;
  border: 1px solid #dadada;
  background-color: #fff;
}

.comm-msglist-fltr-type {
  margin: 0px 5%;
  width: 40%;
}

.comm-filter {
  width: 50%;
  padding-left: 8px;
}

.comps-msg-btn {
  width: 125px;
  text-align: center;
}

.usermsg-reply {
  margin-top: -15px;
}

.subjectline-comportal-msg {
  font-size: 18px;
  padding: 10px 15px;
}

.com-atchmnt-lbl {
  margin: 5px 0px 0px 20px;
  width: 80px;
  font-size: 13px;
}

.com-atchmnt-val {
  width: calc(100% - 100px);
}

.com-atchmnt-file {
  padding: 2px 7px;
  border: 1px solid #dadada;
  font-size: 13px;
  width: calc(100% - 8px);
}

.com-atchd-file-sec {
  padding: 5px 15px 5px 30px;
  border: 1px solid #f1f1f1;
  max-height: 52px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0px 21px 0px 0px;
  width: calc(100% - 8px);
}

.fontsize12 {
  font-size: 12px;
}

.com-portal-body .comm-centre-thread-text-reply {
  height: 128px;
}

.com-portal-body .comm-centre-text-sec-bdy {
  height: 330px;
}

.text-thread-sec .comm-centre-thread-text-reply {
  height: 128px;
}

.text-thread-sec .comm-centre-text-sec-bdy {
  height: 330px;
}

.com-stf-atchmt-ptnt-lbl {
  width: 95px;
  font-weight: bold;
  font-size: 11px;
}

.user-attachment {
  padding: 0px 10px 5px 3px !important;
}

.intra-thrd-ptn-sec {
  border-bottom: 1px dotted #dbdbdd;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.intra-thrd-atchnt-sec {
  border-bottom: 1px dotted #dbdbdd;
  margin-bottom: 5px;
}

.email-thread .comm-centre-thread-msg {
  padding: 10px 10px 5px 0px;
}

.email-atchmnt-sec .com-atchmnt-lbl {
  width: 30px;
  margin-top: 10px;
  font-weight: bold;
}

.email-atchmnt-sec .com-atchmnt-val {
  width: calc(100% - 30px);
}

.email-atchmnt-sec .com-atchmnt-file {
  padding: 7px;
  margin-top: 4px;
  width: calc(100% - 20px);
  height: 32px;
}

.email-thread .comm-centre-text-sec-bdy {
  height: 228px;
}

.email-thread .comm-centre-thread-text-reply {
  height: 233px;
}

/*special class*/
.content-line-break {
  white-space: pre-line;
}

.recrd-nt-rw {
  display: grid;
  width: 100%;
}

.counslng-chld-data {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.form-add-values-main-con,
.add-prnt-val-main-con {
  width: 40%;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 10%;
  left: 30%;
}

.add-prnt-val-main-con {
  width: 550px;
  left: calc(50% - 275px);
}

.form-add-values-hdr {
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px solid #dadada;
  align-items: center;
}

.form-add-values-bdy,
.add-prnt-val-bdy {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom: 1px solid #dadada;
  background-color: #fffff7;
  font-size: 13px;
}

.form-add-values-bdy-rw {
  width: 100%;
  padding: 7px 15px;
}

.add-prnt-val-inpt {
  padding: 3px 7px;
  width: calc(100% - 60px);
  border: 1px solid #dadada;
  height: 27px;
}

.form-add-values-type {
  width: 40px;
}

.form-add-values-val {
  width: calc(100% - 40px);
}

.add-values-txtarea {
  border: 1px solid #dadada;
  width: 100%;
  height: 48px;
  resize: none;
}

.add-prnt-val-bdy .form-add-values-type {
  width: 120px;
}

.add-prnt-val-bdy .form-add-values-val {
  width: calc(100% - 120px);
}

.add-val-type-sec {
  margin-left: 25px;
  width: 70%;
}

.type-sec-lbl {
  width: 60px;
}

.type-sec-val {
  width: calc(100% - 70px);
}

.addrmv-val {
  background-color: #dadada;
  padding-top: 5px;
  font-weight: bold;
  font-size: 11px;
  box-shadow: 0px 1px 1px 1px #f1f1f1;
  margin-left: 5px;
  border-radius: 10px;
  width: 21px;
  height: 21px;
  text-align: center;
}

.onlincommthread-maincon {
  width: 100%;
  margin: 0px auto;
}

.onln-pymnt-hdr {
  padding: 7px 15px 7px 8px;
  background-color: #dcecc0;
  /* background-color: #009d79; */
  box-shadow: 0px 4px 4px 1px #dadada;
  color: #0b4200;
}

.clnc-logo {
  width: 10%;
  /* background-color: #fff; */
  padding: 5px 8px 0px 10px;
}

.clnc-name {
  font-size: 27px;
  width: 100%;
  text-align: right;
}

.onlincommthread-bdy {
  width: 70%;
  margin: 0px auto;
  background-color: #fff;
  box-shadow: 0px 2px 5px -1px #dadada;
  height: 590px;
  margin-bottom: 35px;
  margin-top: 15px;
}

.onlincommthread-bdy .comm-centre-thread-sec {
  width: 100%;
  margin: 10px 10px 10px 0px;
  background-color: #fffff7;
}

.onlincommthread-bdy .comm-centre-text-sec {
  border: 0px solid #f1f1f1;
}

.commhdng {
  padding: 7px 15px;
  background-color: #f4fae8;
  font-size: 21px;
}

.onlincommthread-maincon .actn-yes {
  padding: 5px 0px;
  font-size: 16px;
  background-color: #afca80;
  text-align: center;
  width: 120px;
}

.call-requst {
  font-size: 12px;
}

.onlincommthread-bdy .txt-thread-dt {
  width: 20%;
}

.onlincommthread-bdy .txt-thread-pt-detl {
  width: calc(79% - 50px);
}

.onlincommthread-bdy .comm-centre-text-chain {
  padding: 8px 0px;
}

.onlincommthread-bdy .comm-centre-text-sec-bdy {
  height: 355px;
}

.onlincommthread-bdy .comm-centre-thread-msg {
  margin-top: -20px;
  color: #5a5a5a;
}

.onlincommthread-bdy .comm-centre-text-chain {
  margin: 5px 10px;
  box-shadow: 0px 0px 4px 1px #dadada;
  border-radius: 10px;
}

onlincommthread-maincon .comp-msg-ftr {
  padding: 0px 15px;
}

.onlincommthread-maincon .comm-centre-thread-text-reply {
  height: 115px;
}

.onlincommthread-maincon .comm-txt-reply {
  margin-bottom: 0px;
}

.treatment-block-main .smart-tag-sec {
  display: grid;
}

@media screen and (max-width: 1200px) {
  .clnc-logo {
    width: 15%;
  }

  .onlincommthread-bdy {
    width: 100%;
  }

  .c-mid-bdy-blk {
    height: 680px;
  }

  .clnc-name {
    font-size: 16px;
  }

  .call-requst {
    font-size: 12px;
  }

  footer {
    font-size: 11px;
  }

  .vitals-bdy-rt {
    width: 790px !important;
  }

  .vitals-rt-rw {
    width: 165px !important;
  }

  .vitals-items-rw {
    height: 32px;
  }
}

@media screen and (max-width: 600px) {
  .clnc-logo {
    text-align: center;
    width: 40%;
    /* background-color: #fff; */
    padding: 3px 8px 0px 10px;
  }

  .call-requst {
    font-size: 14px;
  }

  .onlincommthread-bdy {
    width: 100%;
    margin-bottom: 10px;
  }

  .onlincommthread-bdy .comm-centre-text-sec-bdy {
    height: 392px;
  }

  .clnc-name {
    font-size: 14px;
  }

  .commhdng {
    font-size: 12px;
  }

  .call-requst {
    font-size: 8px;
  }

  footer {
    font-size: 7px;
  }

  .subjectline-comportal-msg,
  .txt-thread-nm {
    font-size: 12px;
    font-weight: bold;
  }

  .comm-txt-reply {
    margin-bottom: 0px;
  }

  .onlincommthread-bdy .txt-thread-dt {
    font-size: 8px;
  }

  .com-portal-body .comm-centre-thread-text-reply {
    background-color: #f9f9f9;
  }

  .comp-msg-ftr {
    background-color: unset;
  }

  .onlincommthread-maincon .actn-yes {
    padding: 2px 0px;
    font-size: 14px;
  }

  .onlincommthread-bdy .comm-centre-thread-msg {
    margin-top: -22px;
  }
}

.pagination-btn {
  padding: 5px 10px;
  border: unset;
  font-weight: bold;
  background-color: orange;
  color: #fff;
  margin: 0 10px;
}

.pagination-btn-dis {
  padding: 5px 10px;
  border: unset;
  font-weight: bold;
  background-color: rgb(228, 226, 222);
  color: #161616;
  margin: 0 10px;
}

.mentalValuesMainbox {
  background-color: #fffff7;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  width: 400px;
}

.mentalheader-row {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #dadada;
  color: #2d8a6c;
  font-size: 14px;
  font-weight: bold;
  /* height: 28px; */
  width: 100%;
}

.mentalheader-row .hdngTxt {
  padding: 0px 0 0 10px;
}

.mentalheader-row .close {
  margin-right: unset;
  cursor: pointer;
}

.mentalvaluemainBody {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #dadada;
  padding: 0 10px;
}

.mentalvaluemainBody-row:last-child {
  border-bottom: none;
}

.mentalvaluemainBody-row {
  border-bottom: 1px dotted #c4d09b;
  min-height: 16px;
  padding: 4px 0 4px 12px;
  width: 100%;
}

.mental-note {
  padding: 5px 10px;
}

/* .mental-text {
  width: 320px;
} */

.cur-pblm-reason-text-area {
  width: 390px;
  height: 160px;
}

.mentalvaluebtn-row {
  height: 29px;
  padding-top: 4px;
  width: calc(100% - 15px);
  padding-right: 15px;
}

.button-cancel2 {
  background: none repeat scroll 0 0 #ffffff !important;
  border: 1px solid #acacac !important;
  border-radius: 0px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #1a1a1a !important;
  font-size: 12px !important;
  font-weight: bold !important;
  text-align: center;
  cursor: pointer;
  margin: 10px 0;
  padding: 5px 15px;
}

.button-submit {
  background: none repeat scroll 0 0 #14c693 !important;
  border: 1px solid #0bbd8a !important;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #ffffff !important;
  cursor: pointer;
  font-size: 12px !important;
  font-weight: bold !important;
  /* height: 18px !important; */
  padding-top: 4px !important;
  text-align: center;
  text-shadow: 0px 0px 0px #f1f1f1;
  width: 68px !important;
}

.sub-type-popup-box {
  background-color: #fffff7;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  width: 400px;
}

.sub-type-popup-head {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  align-items: center;
}

.sub-type-popup-head-text {
  color: #2d8a6c;
  font-size: 14px;
  font-weight: bold;
}

.cntnt-blk {
  padding: 5px 10px 0px 10px;
  color: #000;
  /* line-height: 20px; */
  float: left;
  width: calc(100% - 20px);
  font-size: 16px;
}

.prgrs-vw-blk {
  padding: 0px 10px 10px 10px;
  color: #555555;
  font-size: 13px;
}

.cntnt-blk-hdng {
  padding: 5px 10px 0px 10px;
  color: orange;
  line-height: 20px;
  float: left;
  width: calc(100% - 20px);
  font-size: 15px;
}

.cntnt-blk-sb-chld {
  float: left;
  width: calc(100% - 10px);
  padding: 3px 0px 3px 10px;
  border-bottom: 1px dotted #e6e6e6;
  line-height: 22px;
  font-size: 13px;
}

.fontsize13 {
  font-size: 13px;
}

.fontsize15 {
  font-size: 15px;
}

.intra-thrd-ptn-sec:last-child {
  border-bottom: unset;
}

.view-com-icon {
  margin: 0px 7px 0px 7px;
  font-size: 15px !important;
  float: left;
}

.d-sec:last-child {
  border-right: unset;
}

#patDemoPopContainer .sp-dem-rw {
  width: 100%;
  margin-top: 10px;
}

#patDemoPopContainer .sp-dm-vl {
  width: calc(100% - 120px);
}

#patDemoPopContainer .react-datepicker-wrapper {
  margin-top: 0px;
  float: left;
  width: 57%;
}

#patDemoPopContainer .sp-dm-vl-inpt {
  padding-left: 6px;
  width: 160px;
}

#patDemoPopContainer .sp-dm-lbl {
  width: 120px;
  font-size: 13px;
  margin-top: 6px;
}

#patDemoPopContainer select {
  height: 26px;
  border: 1px solid #afbf8a;
  background-color: #fff;
  border-radius: 0px;
}

.linkColor {
  color: #1aa29b;
}

#printId .smart-tag-bdy-rw {
  float: left;
}

/* #printId .frst-sec-val{
	white-space: pre-line;
} */

.recur-icon {
  color: orange;
  font-size: 18px;
  margin-top: 1px;
  float: left;
  margin-left: 8px;
}

.note-pane .h-active-t {
  background-color: #f0f3f6;
  border: 1px solid #f0f3f6;
  border-bottom: 1px solid #f0f3f6;
  margin-top: 5px;
  height: 35px;
}

.preauth-Maingrid-Pat-bdy-rw {
  font-size: 13px;
  color: #333;
}

.preauth-Maingrid-Pat-bdy-rw a {
  text-decoration: none;
}

.t-plan-lbl a {
  text-decoration: none;
}

.caps {
  text-transform: uppercase;
}

.parnt-actv-tb .mat-cnslng-prnt-val {
  color: orange;
  font-weight: normal;
}

.cnslng-frm-mn-hdr {
  /* background-color: #d0e6a5; */
  padding: 7px 10px;
  cursor: pointer;
}

.cnslng-frm-sb-hdr {
  background-color: #84a59d;
  padding: 7px 10px;
}

.prnt-chld-sec {
  border-bottom: 1px dotted #ecf3f6;
  border-top: 1px dotted #faffff;
  cursor: pointer;
}

.rvl-pswrd {
  position: absolute;
  width: 7%;
  top: 5px;
  z-index: 10;
  right: 14px;
}

/**************************************************************/
/**************************************************************/
.apt-sldr-loc-sec {
  font-size: 12px;
  padding: 8px 15px;
  box-sizing: border-box;
  line-height: 22px;
  max-height: 48px;
  /* soverflow-y: scroll;
  sheight: 27px; */
}

.sldr-loctn-slectn {
  float: left;
  width: 16.5%;
}

.stack-top {
  z-index: 9;
  width: 200px;
  height: 30px;
  opacity: 0.8;
}

.appTimeSlot {
  float: left;
  width: 100px;
  padding-left: 7px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
}

.appTimeCount {
  float: left;
  width: 250px;
}

.apt-sldr-break {
  z-index: 8;
  background: #d1d1d1;
  width: calc(100% - 12px);
  border: 1px solid #9d9d9d;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(157, 157, 157);
  box-sizing: border-box;
  margin-right: 10px;
  border-radius: 5px;
  border-left: 6px solid #9d9d9d;
  padding: 5px;
  font-size: 14px;
}

/**************************************************************/
/**************************************************************/

.inr-child-sec {
  background-color: #fff;
  margin-left: 20px;
}

.cnslng-actv-area {
  border: 1px solid orange;
  margin-top: 1px;
}

.prnt-chld-sec:last-child {
  border-bottom: 0px solid #ecf3f6;
}

.mat-cnslng-col3 .pop-up-sb-hdr {
  margin-top: 0px;
}

#sectionName_biopsychosocial_intake .frst-sec-lbl {
  width: 250px;
}

#sectionName_biopsychosocial_intake .assmnt-nt-val {
  width: calc(100% - 250px) !important;
}

#sectionName_biopsychosocial_intake .smart-tag-bdy-rw {
  margin-top: 0px;
  border-bottom: 1px dotted #dadada;
  padding: 5px 0px 5px 15px;
}

.gnrl-detail-section .frst-sec-lbl {
  width: 130px;
}

.gnrl-detail-section .frst-sec-val {
  width: calc(100% - 130px);
}

.alert-main-con,
.pe-mssg-main-con {
  width: 600px;
  position: absolute;
  left: calc(50% - 300px);
  top: 250px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 0px;
  margin: 0px;
}

.alert-txt-area {
  padding: 5px;
  width: calc(100% - 10px);
  height: 120px;
  border: 1px solid #dadada;
  resize: none;
  line-height: 21px;
}

.alert-main-con .nsu-act-lbl {
  width: 85px;
}

.alert-main-con .nsu-act-val {
  width: calc(100% - 85px);
}

.alert-main-con .inpt-width-nw,
.pe-mssg-main-con .inpt-width-nw {
  border: 1px solid #dadada;
}

.alert-main-con .book-appt-check-val,
.pe-mssg-main-con .book-appt-check-val {
  margin-left: 5px;
}

.alert-main-con .insu-act-sec-bdy,
.pe-mssg-main-con .insu-act-sec-bdy {
  border-bottom: 1px solid #dadada;
}

.pe-mssg-main-con .nsu-act-lbl {
  width: 110px;
}

.pe-mssg-main-con .nsu-act-val,
.pe-msg-dd {
  width: calc(100% - 110px);
}

.pe-msg-dd {
  padding-left: 10px;
}

.weekly.schedule-main-con {
  width: 80%;
  background-color: #fff;
}

.ws-hdr {
  float: left;
  width: 100%;
  background-color: #f0f3f6;
}

.ws-bdy-rw {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.ws-hdr-lbl {
  padding: 5px;
  float: left;
}

.ws-col-1 {
  width: 10%;
  padding-left: 15px;
}

.ws-col-2 {
  width: 90%;
  border-left: 1px solid #dadada;
}

.ws-col-3 {
  width: 30%;
  float: left;
  padding-left: 15px;
}

.ws-bdy {
  float: left;
  width: 100%;
  height: 440px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom: 1px solid #d1dde9;
}

.break-lbl {
  float: left;
  width: 47%;
  padding: 1px;
  background-color: whitesmoke;
  text-align: center;
  margin: 0px 0px 7px 30%;
}

.ws-time-inpt {
  padding: 5px;
  height: auto !important;
  width: 150px;
  color: #666;
  border: 1px solid #dadada !important;
}

.ws-bdy-prnt-rw {
  float: left;
  width: 100%;
  border-top: 1px solid #d1dde9;
}

.comm-centre-thread-sec .alt-rw {
  background-color: #fff !important;
}

.nurse-note-popup-main-container-dashboard .actn-yes,
.nurse-note-popup-main-container-dashboard .actn-No {
  float: left;
  width: 100%;
  margin-left: 0px;
}

.nurse-note-popup-main-container-dashboard .actn-No {
  margin: 0px 0px 0px 22px;
}

.com-curtn-mn-cntnr {
  width: 600px;
  background-color: #fff;
  position: absolute;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  right: 35px;
  top: 85px;
  font-size: 13px;
  z-index: 1001;
}

.com-curtn-hdr {
  padding: 8px 15px;
  width: 100%;
  box-sizing: border-box;
}

.com-curtn-clse {
  color: #1ab3a2;
  font-size: 16px;
}

.com-curtn-hdng {
  color: #1ab3a2;
  font-size: 17px;
  font-weight: bold;
  /* text-decoration: underline; */
  cursor: pointer;
}

.com-curtn-bdy-incmng,
.com-curtn-bdy-rply {
  width: 100%;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  height: 372px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.com-curtn-bdy-rply {
  height: 272px;
}

.com-curtn-btn {
  padding: 5px 15px 7px 15px;
  box-sizing: border-box;
  width: 100%;
}

.com-curtn-bdy-rw {
  width: calc(100% - 20px);
  padding: 7px 15px 7px 0px;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  margin: 8px 8px 0px 8px;
}

.com-curtn-actvinactv {
  width: 5px;
  height: 91px;
  margin-left: 1px;
}

.crtn-actv-rw {
  background-color: orange;
}

.crtn-inactv-rw {
  background-color: unset;
}

.com-curtn-bdy-rw-lt {
  width: 36px;
}

.com-curtn-bdy-rw-rt {
  width: calc(100% - 45px);
}

.com-curtn-icn {
  background-color: #f5f5f5;
  width: 20px;
  border-radius: 20px;
  font-size: 11px;
  margin: -2px 5px 0px 5px;
  height: 17px;
  text-align: center;
  padding: 3px 0px 0px 2px;
  font-weight: bold;
  color: #717171;
}

.com-curtn-frm {
  font-size: 15px;
  margin-bottom: 10px;
}

.com-curtn-sbjct {
  font-size: 14px;
  margin-bottom: 10px;
  color: orange;
}

.com-curtn-msg {
  margin-bottom: 5px;
  white-space: pre-line;
}

.com-curtn-dt {
  font-size: 12px;
  color: #717171;
}

.crtn-unrd-msg {
  font-weight: bold;
}

.crtn-unrd-rw {
  background-color: #a7a7a7;
}

.crtn-all-msgs {
  color: #4d8781;
  text-decoration: underline;
  cursor: pointer;
}

.com-curtn-bdy-rply .com-curtn-bdy-rw {
  padding: 5px 15px 5px 15px;
  margin: 8px 8px 0px 8px;
  width: calc(100% - 20px);
  border: 1px solid #dadada;
}

.com-curtn-bdy-rply .com-curtn-sbjct {
  font-size: 18px;
  margin-bottom: 0px;
}

.curtn-sbj {
  padding: 8px 15px 8px 5px !important;
  border: unset !important;
}

.com-curtn-bdy-rply .com-curtn-frm {
  margin-bottom: 5px;
}

.com-curtn-to {
  margin-bottom: 2px;
}

.com-curtn-bdy-rply .com-curtn-msg {
  margin-top: 8px;
  color: #666;
  line-height: 21px;
  white-space: pre-line;
}

.curtn-replyarea {
  margin: 7px 0px;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  height: 100px;
  border: 1px solid orange;
}

.com-atchmnt-rw {
  margin-bottom: 7px;
  border-bottom: 1px solid #dadada;
}

.crtn-ptnt-atch {
  width: 80%;
  padding: 3px 0px 0px 4px;
  height: 23px !important;
  border: 1px solid #dadada !important;
  font-size: 12px !important;
}

.crtn-atchd-doc,
.crtn-atchd-ptnt {
  margin: 5px 0px;
  color: #4d8781;
}

.left {
  float: left;
}

.gc-add-dx-sectn .problem-list-box {
  border: 0px solid #ccc;
  margin-top: 0px;
}

.gc-cnslng {
  height: 600px;
}

.gc-cnslng .mat-cnslng-fu-bdy {
  height: 480px;
}

.gc-cnslng .sec-col-ht {
  height: 435px;
}

.sndrcv-lt-dlt:hover {
  color: red;
}

.actv-cm-flagged {
  color: red;
}

.phone-note .blk2-col1 {
  width: 20%;
}

.phone-note .blk2-col2 {
  width: 30%;
}

.phone-note .blk2-col3 {
  width: 50%;
}

.phone-note .pop-up-sb-hdr {
  width: 100%;
}

.phone-note .sec-col-ht {
  height: 445px;
}

.phone-note .cnslng-poup-txtrea {
  height: 471px;
  margin-top: 8px;
}

.phone-note .cnslng-frm-mn-hdr {
  display: none !important;
}

.phone-note .pop-up-sb-hdr>div {
  margin-left: 0px !important;
}

.treatment-block-main .smart-tag-bdy-rw,
.prgrs-nt-vw-bdy .smart-tag-bdy-rw {
  margin-top: 0px;
}

.treatment-block-main .cntnt-blk {
  font-size: 13px !important;
  line-height: 21px;
}

.treatment-block-main .common-fontsize {
  font-size: 13px;
}

.treatment-block-main .tp-chld-hdng {
  font-size: 16px;
  margin-top: 10px;
  /* color: #000; */
}

.goalLink {
  font-size: 1.3vw;
}

.prgrs-nt-vw-bdy .tp-status-rw {
  font-size: 13px;
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  float: left;
  margin-top: 5px;
}

.prgrs-nt-vw-bdy .common-fontsize {
  font-size: 13px;
}

.prgrs-nt-vw-bdy .tp-chld-hdng {
  font-size: 14px;
  margin-top: 15px;
  color: #000;
}

.prgrs-nt-vw-bdy .hshtg-lnk {
  font-size: 21px;
}

.pov-main-container {
  width: 800px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  position: absolute;
  font-size: 13px;
  z-index: 1;
}

.main-contnr-hdr {
  padding: 7px 15px;
  font-size: 14px;
  width: 100%;
}

.hdr-dhng {
  color: #31978d;
}

.main-cntnr-clse {
  color: red;
  text-align: right;
  font-weight: bold;
}

.main-contnr-bdy {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  width: 100%;
}

.main-contnr-rw {
  width: 100%;
  margin: 10px 15px;
}

.main-cntr-hlf-rw {
  width: 50%;
}

.popup-lbl {
  width: 140px;
  color: #717171;
}

.popup-val {
  width: calc(100% - 140px);
}

.main-contnr-col1 {
  width: 33%;
}

.main-contnr-txtarea {
  padding: 5px;
  width: calc(97% - 12px);
  border: 1px solid #dadada;
  height: 44px;
  resize: none;
}

.main-contnr-ftr {
  padding: 7px 15px;
  width: 100%;
}

.sign-lbl {
  font-style: italic;
  width: 50%;
  font-size: 12px;
  color: #000;
}

.tp-top-sec-val .assmnt-nt-rw {
  margin-top: 8px;
}

.tp-top-sec-val .assmnt-nt-lbl {
  width: 160px;
  padding-right: 15px;
  color: #888;
}

.tp-top-sec-val .assmnt-nt-val {
  width: calc(100% - 200px);
  color: #444;
}

.plan-template-textarea {
  height: 230px !important;
  resize: none;
  margin: 5px;
  width: calc(100% - 10px) !important;
}

.chart-right-sect-widget-hdr a {
  color: yellow;
}

.appt-pt-intake-main-con {
  overflow: auto;
  position: absolute;
  width: 375px;
  display: unset;
  height: 552px;
  background-color: #fffff7;
  border: 1px solid #f1f1f1;
  z-index: 4;
  left: 409px;
  box-shadow: 5px 0px 6px -6px #8a8989;
}

.appt-pt-intake-hdng {
  padding: 7px;
  font-weight: bold;
  width: 85%;
  float: left;
}

.appt-pt-intake-clse {
  width: 15%;
  float: right;
}

.appt-pt-intake-clse button {
  padding: 0px 5px 2px 5px;
  margin: 5px 18px 5px 0px;
  float: right;
}

.appt-pt-intk-frm-hdng {
  color: orange;
  margin: 0px 0px 6px 7px;
  float: left;
  width: calc(100% - 7px);
}

.appt-pt-intk-frm-sbhdng {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #139891;
  cursor: pointer;
}

.tgrid-hdr {
  margin-top: 9px;
}

.tgrid-tphdr span {
  font-weight: bold;
  margin-top: 0px;
  width: 12%;
}

.tgrid-lwhdr span,
.tgrid-rw span {
  margin-right: 15px;
  width: calc(12% - 15px);
}

.tgrid-lwhdr span:first-child,
.tgrid-tphdr span:first-child,
.tgrid-rw span:first-child {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(16% - 30px);
}

.tgrid-lwhdr span:nth-child(2),
.tgrid-tphdr span:nth-child(2),
.tgrid-rw span:nth-child(2) {
  margin-right: 15px;
  width: calc(20% - 15px);
}

.tgrid-lwhdr span:nth-child(3),
.tgrid-tphdr span:nth-child(3),
.tgrid-rw span:nth-child(3),
.tgrid-lwhdr span:nth-child(4),
.tgrid-tphdr span:nth-child(4),
.tgrid-rw span:nth-child(4) {
  margin-right: 30px;
  width: calc(8% - 30px);
}

.tgrid-srch {
  width: calc(100% - 15px);
  padding: 5px 6px;
  margin-right: 15px;
  border: 1px solid #cacaca;
  background-color: #ffffff;
  height: 30px;
}

.tgrid-rw {
  padding: 12px 0px;
  font-size: 13px;
}

.black-txt {
  color: #111;
}

.com-gr-hdr {
  background-color: #dfdfdf;
  float: left;
  width: 100%;
  padding: 7px 0px;
}

.intake-srch-panel .search-user-pnl {
  left: calc(1% - 5px);
  width: 100%;
  top: 29px;
}

.alert-main-con .hdr-pt-info {
  padding: 0px;
}

.view-alert-bdy {
  margin: unset;
  padding: 0px 10px 10px;
  line-height: 21px;
  height: 210px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.intake-inr-bdy {
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.intake-bill-note-con .react-datepicker-wrapper {
  width: 74%;
  float: left;
}

.intake-srch-panel .comp-msg-bdy-rw {
  position: relative;
  padding: 0px;
}

.intake-srch-panel .msg-bdy-rw-val {
  width: 100%;
}

.pt-intake-grid .pacolm4 {
  width: calc(14% - 2px) !important;
}

.pt-intake-grid .pacolm5 {
  width: calc(12% - 2px) !important;
}

.eligblty-po-up .hdr-sb-title {
  background-color: #f5f5f5;
  font-weight: normal;
  padding: 3px 0px;
  margin: 7px 8px 0px 8px;
}

.eligblty-po-up .react-datepicker-wrapper {
  width: 48%;
}

.referral-date-picker .react-datepicker-wrapper {
  width: 100%;
}

.eligblty-po-up .app-date-picker {
  height: 28px !important;
}

.error {
  margin: 3px 0;
  font-size: 11px;
  color: red;
}

.intake-resnd-bdy {
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.item-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: end;
}

.gap10 {
  gap: 10px;
}

.dos-blk .t-plan-bdy {
  width: 100%;
  max-height: 1645px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.poa-priscb-facility-other-input {
  margin: 5px 0;
  padding: 10px;
  width: 200px;
  float: left;
}

.addendum-main-con {
  width: 1024px !important;
  min-height: 482px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.addendum-con-bdy {
  float: left;
  width: 100%;
  height: 585px;
}

.addendum-con-bdy-lft {
  width: 50%;
  float: left;
}

.addendum-info-container {
  float: left;
  width: 100%;
  margin: 5px 0px 0px 1px;
}

.addendum-con-bdy-lft .instruction-form-lable {
  width: 215px;
  padding: 3px 5px 0px 10px;
  color: #888;
  font-size: 13px;
  font-weight: normal;
  float: left;
}

.addendum-con-bdy-lft .addendumvalue {
  float: left;
  width: calc(100% - 230px);
  margin: 3px 0px 0px 0px;
  font-size: 13px;
  color: #333;
}

.addendum-con-bdy-rt {
  float: left;
  width: 50%;
  height: 585px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.addendum-con-bdy-lft .nurse-edit-container-data-row textarea {
  height: 240px;
}

.addendum-frm-hdr {
  font-size: 14px;
  color: orange;
  margin: 5px 0px 0px 11px;
}

.addendum-con-bdy-rt .nurse-note-popup-lower-block {
  height: unset;
  max-height: unset;
  min-height: unset;
  border-top: unset;
}

.addendum-con-bdy-rt .nurse-note-popup-lower-block .data-row-text-value {
  float: left;
}

.addendum-con-bdy-lft .plan-display-box-ul {
  width: 422px;
}

/*-----Screeening Process Code Start Here-----------------*/

.scrng-prcss-contnr {
  width: calc(100% - 125px);
  float: left;
  color: #fff;
}

.scrng-prcss-sectn {
  float: left;
  margin: 10px 0px 0px 0px;
}

.sscrng-prcss-lbl {
  font-size: 13px;
  margin: 0px 0px 0px 8px;
  float: left;
}

.scrng-main-con {
  width: 100%;
}

.scrng-templt-rw {
  width: 100%;
}

.scrng-blk {
  width: 100%;
}

.scrng-sec {
  width: calc(100% - 16px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 8px;
  border-radius: 5px;
}

.scrng-sec-hdr {
  width: 100%;
  padding: 7px 15px;
  font-size: 1.4vw;
  /*color: #0689c8;*/
  color: #fff;
  background-color: #a0c1b9;
  border-radius: 5px 5px 0px 0px;
}

.scrng-sec-hdng {
  float: left;
  margin-right: 10px;
}

.scrng-sec-add {
  border: 1px solid #fff !important;
}

.scrng-sec-remv {
  width: 26px !important;
  height: 25px !important;
  float: left;
}

.scrng-sec-bdy {
  width: 100%;
  background-color: #fff;
}

.vitals-bdy-rw {
  width: 100%;
}

.vitals-bdy-lt {
  width: 189px;
  font-size: 13px;
  border-right: 1px dotted #dadada;
  font-weight: bold;
  color: #5e5e5e;
  background-color: #fbfcf2;
}

.vitals-items-rw {
  width: 100%;
  padding: 7px 15px;
  border-bottom: 1px dotted #dadada;
  height: 35px;
}

.vitals-bdy-rt {
  width: 1200px;
  overflow-y: hidden;
  overflow-x: scroll;
  display: flex;
}

.vitals-rt-rw {
  width: 220px;
  font-size: 13px;
  border-right: 1px dotted #dadada;
  color: #717171;
  flex-shrink: 0;
}

.scrng-main-con-rt-rw {
  float: left;
  width: 100%;
  padding: 7px 15px;
  box-sizing: border-box;
  border-bottom: 1px dotted #dadada;
}

.scrng-main-con-rt-val {
  float: left;
  width: 85%;
}

.scrng-main-con-rt-actn-nm {
  width: 100%;
  float: left;
  margin-bottom: 0px;
  /* color: #0082aa; */
  color: #333;
  text-align: justify;
  line-height: 21px;
}

.scrng-main-con-rt-actn-onst {
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #a3a3a3;
  font-size: 13px;
  font-style: italic;
}

.scrng-main-con-rt-actn {
  float: left;
  width: 15%;
}

.scrng-main-con-rt-sbval {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.scrng-icns {
  font-size: 37px;
  margin-top: -11px;
  color: yellow;
}

.vitals-rt-rw:nth-child(even),
.scrng-main-con-rt-rw:nth-child(even) {
  background-color: #fafffc;
}

.scrng-templt-menu {
  font-size: 40px;
  margin: -5px 0px -14px 0px;
}

.scrng-templt-dd {
  margin-left: 10px;
}

/*-----Screeening Process Code Start Here-----------------*/

#referralMaingrid .preauth-Maingrid-Pat-hdr {
  width: calc(200% - 2px);
}

#referralMaingrid .preauth-Maingrid-Pat-sb-bdy {
  width: calc(200% - 2px);
  background-color: #fff;
  height: 450px;
}

#referralMaingrid .pacolm4 {
  width: calc(22% - 2px);
}

#referralMaingrid .pacolm5 {
  width: calc(10% - 2px);
}

#referralMaingrid .pacolm1 {
  width: calc(12% - 2px);
}

#referralMaingrid .pacolm6 {
  width: calc(25% - 2px);
}

.pt-referral-grid .pacolm4 {
  width: calc(16% - 2px) !important;
}

.pt-referral-grid .pacolm5 {
  width: calc(14% - 2px) !important;
}

.pt-referral-grid .pacolm6 {
  width: calc(25% - 2px) !important;
}

.openReferringProviderPopup {
  /* float: left; */
  width: 50%;
  position: absolute;
  /* top: 0px; */
  /* left: 23%; */
  border: 1px solid #e5eaf1;
  background-color: #ffffff;
  z-index: 10001;
  /* height: 650px; */
  border-radius: 10px;
  padding: 2%;
}

.openReferringProviderPopup input[type="text"],
textarea {
  box-shadow:
    0 0 3px #ffffff inset,
    0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #dadada;
  height: 30px;
  font-size: 13px;
}