/***************************************fonts are included here********************************************/

/* @font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
} */

/************************************ Custom select Css ************************************/
html {
  scroll-behavior: smooth;
}

:root {
  --main-color: #8c72AD
}

/* for icons */
.up {
  transform: translateY(-3px);
}

.btn-danger {
  background-color: #fb2649 !important
}

.btn-orange-tag {
  background-color: #f3850c !important;
  color: #fff
}

.btn-green-tag {
  background-color: #1ab12e !important;
  color: #fff
}

.btn-gray-tag {
  background-color: #8d8b8b !important;
  color: #fff
}

.prescribing-report-grid table tbody tr td:nth-child(7) {
  white-space: pre-wrap !important;
  min-width: 240px;
}

.prescribing-report-grid .ant-spin-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.prescribing-report-grid .ant-spin-container .ant-table {
  height: 100%;
  overflow: auto;
}

.session-expire-modal-body {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  flex-direction: column;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
  pointer-events: all !important;
}

.cursor-default {
  cursor: default !important;
}



.ews-label-color {
  color: #A9A9A9 !important;
}

.blood-investigation-i {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

.modal-background-blur {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.7)
}

.ad-info {
  background-color: #8c72ad;
  color: #fff;


  font-size: 12px;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
}

.flag-orange-bg {
  background-color: #FF7000;
}

.flag-pink-bg {
  background-color: #FF6361;
}

.flag-red-bg {
  background-color: #FB2649;
}

.flag-blue-bg {
  background-color: #1080E9;
}

.flag-light-pink-bg {
  background-color: #FF8787;
}

.pharmacy-validartion-li-bg {
  background-color: rgba(129, 129, 142, 0.5) !important;
}

.med-admin-li-padding {
  padding: 30px 0px;
}

.med-admin-li-isselected {
  background-color: #8c72ad;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.common-sequence-group-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #8C72AD;
  height: 50px;
  padding: 0px 20px;
}

.input-value-field {
  width: 5rem;
  margin: 0px;
}

.isoverride-checked-bg {
  background: rgb(230, 126, 16);
}

.ischecked-green-bg {
  background: rgb(104, 189, 124);
}

.common-sequence-group-container-protocol {
  /* min-height: 100vh; */
  padding-left: 10px;
  padding-right: 10px
}

.patient-accessment-spin-container {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.loading-data-text {
  color: #2b2b2b !important;
  font-size: 14px !important;
}

.flag-span-ca {
  margin-left: 7px;
  padding: 5px 10px;
  background: #1080E9
}

.lock-screen-icons-container {
  height: 30px;
  width: 20px;
  margin-left: -25px;
  z-index: 1000;
  cursor: pointer;
}

.ecgscBtn-icon {
  padding-left: 10px;
  position: absolute;
  right: 3px;
  width: 82px;
}

.margin-five {
  margin: 5px;
}

.margin-40px {
  margin: 40px;
}

.margin-zero {
  margin-bottom: 0 !important;
}

.margin-top-ten {
  margin-top: 10px !important;
}

.border-color-red {
  border-color: red !important;
}

.margin-top-5rem {
  margin-top: 5rem !important;
}

.border-radius-five {
  border-radius: 5px;
}

.border-radius-four {
  border-radius: 4px;
}

.padding-five {
  padding: 5px;
}

.eye-icon-rounded {
  background: gray;
  padding: 5px;
}

.triangle-white-img {
  width: 16px;
  height: 16px;
  cursor: pointer;
  transform: translateY(-1px);
}

.confirm-para {
  font-size: 15px;
  margin: 20px 0px;
  margin-left: 20px;
}

.border-radius-three {
  border-radius: 3px;
}

.border-radius-thirty {
  border-radius: 30px;
}

.fieldset-dhb-border {
  border: 1px solid #ced4da !important;
}

.medpromt-modal-z-index {
  z-index: 20000000 !important;
}

.color-white {
  color: #fff;
}

.color-light-brown {
  color: #AD6168;
}

.block-table-btns {
  font-size: 13px;
  border: none;
  border-right: 1px solid #d8d8d8;
  flex: 1;
  border-width: 0.5px;
  justify-content: center;
}

.multi-btn-btn {
  border-width: 0.5px;
  justify-content: center;
}

.text-black {
  color: #000;
}

.text-green {
  color: green !important;
}

.text-red {
  color: red !important;
}

.session-expire-text {
  color: grey;
  font-size: 17px;
}

.margin-top-fifteen {
  margin-top: 15px !important;
}

.drip-white-img {
  width: 22px;
  height: 25px;
  margin-top: 8px;
}

.vital-drawer-main {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.typo-loading-container {
  position: fixed;
  left: 50%;
  z-index: 9999999
}

.primary-color {
  color: #8c72ad !important;
}

.primary-bg-color {
  background-color: #8c72ad !important;
}

.days-calendar-view-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-grow: initial;
  overflow: auto;
  gap: 10px;
}

.margin-left-285px {
  margin-left: 285px !important;
}

.margin-left-12percent {
  margin-left: 12.5% !important;
}

.h-70vh {
  height: 70vh;
}

.fv {
  background-color: #FF5500;
}

.dark-gray-bg {
  background-color: #494949;
}

.top-45px {
  top: 45px;
}

.top-5px {
  top: 5px !important;
}

.h-100px {
  height: 100px;
}

.h-120px {
  height: 120px;
}

.h-80px {
  height: 80px;
}

.h-5px {
  height: 5px !important;
}

.margin-top-fifty {
  margin-top: 50px;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.text-decoration-none {
  text-decoration: none;
}

.time-critical-day-container {
  min-width: 150px;
  background: white;
  margin-left: 20px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  overflow: hidden
}

.data-stauts-inrathecal {
  background-color: rgb(140, 114, 173) !important;
}

.height-35 {
  height: 35px !important;
}

.height-18 {
  height: 18px !important;
}

.height-19 {
  height: 19px !important;
}

.height-30 {
  height: 35px;
}

.btns-border {
  border: 1px solid #d8d8d8 !important
}

.btns-border-right {
  border-right: 1px solid #d8d8d8 !important
}

.formulary-header-btns {
  flex: 1;
  font-size: 13px;
  border: none;
  border-right: 1px solid #d8d8d8;
  border-width: 0.5px;
  justify-content: center;
}

.sessiong-expired-container {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  flex-direction: column;
}

.border-none {
  border: none !important;
}

.margin-right-fifteen {
  margin-right: 15px;
}

.w-h-25px {
  width: 25px;
  height: 25px;
}

.w-h-18px {
  width: 18px;
  height: 18px;
}

.w-h-20px {
  width: 20px;
  height: 20px;
}

.w-h-35px {
  width: 35px;
  height: 35px;
}

.w-h-30px {
  width: 30px;
  height: 30px;
}

.w-auto {
  width: auto !important;
}

.w-min-max-155px {
  max-width: 155px;
  min-width: 155px;
  width: 155px;
}

.border-top-white {
  border-top: 1px solid #fff !important;
}

.input-pin-container {
  background-color: #ffc96c;
  z-index: 9;
  padding: 25px;
}

.input-pin-modal {
  border-radius: 4px;
  padding: 0;
}

.NzfcLogo-img {
  width: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.formula-tooltip-class {
  /* margin-top: 6px;
  margin-left: -30px;
  margin-right: 6px; */
  z-index: 999;
  right: 8px;
  top: 9px;
}

.search-result-modal-heading {
  text-align: center;
  left: auto;
  width: 100%;
  padding: 10px 15px;
  background-color: #494949;
  color: white;
}

.medicine-drawer-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F9FAFB;
  padding: 10px;
  border-bottom: 1px solid #FDF3F4;
}

.renal-function-detail-drawer {
  margin-top: 168px;
  height: calc(100% - 168px);
}

.filter-progress-content {
  display: flex;
  justify-content: start;
  gap: 30%;
}

.input-rang-form {
  font-size: 12px;
  padding: 6px 8px;
}

.Adults-btn {
  flex: 1;
  border-width: 0.5px;
  justify-content: center;
}

.w-520px {
  width: 520px;
}

.w-500px {
  width: 500px;
}

.w-0-75em {
  width: 0.75em;
}

.w-330px {
  width: 330px;
}

.w-325px {
  width: 325px;
}

.w-130 {
  width: 130px;
}

.w-125 {
  width: 125px;
}

.w-30per {
  width: 30%;
}

.w-33per {
  width: 33%;
}

.classification-text {
  background-color: #f3edeb;
  margin: 0px 5px 5px 0px;
  padding: 3px 5px;
  border-radius: 5px;
}

.transfrm-y-progress-linkout {
  transform: translateY(-3px);
}

.margin-right-six {
  margin-right: 6px;
}

.components-parts-drawer-container {
  width: 100%;
  margin-top: 190px;
}

.components-drawer-inner-container {
  width: calc(100% - 40px);
  display: flex;
  background: #f3edeb;
  padding: 5px 5px 0px 5px;
  margin: 0px 20px 20px 20px;
  box-sizing: border-box;
  overflow-y: auto;
  height: calc(100% - 120px);
}

.components-parts-btns-container {
  width: calc(100% - 20px);
  height: 60px;
  border-radius: 5px;
  margin: 10px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0px 20px;
}

.edge-label-input {
  height: 40px;
  width: 80%;
}

.component-part-edit-btn {
  width: 45px;
  height: 45px;
  margin: 0px 10px;
  border-radius: 5px;
}

.component-part-delete-btn {
  width: 45px;
  height: 45px;
  border-radius: 5px
}

.prescription-start-date-drawer-contaienr {
  height: calc(100% - 45px);
  margin-top: 45px;
}

.font-size-fifteen {
  font-size: 15px !important;
}

.font-size-ten {
  font-size: 10px !important;
}

.font-size-eleven {
  font-size: 11px !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-440 {
  font-weight: 440 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.modal-alert-text-para {
  font-size: 17px;
  margin: 20px 0px;
  margin-left: 20px
}

.min-max-height-98-per {
  min-height: 98%;
  max-height: 98%;
}

flowsheet-header {
  width: calc(100vw - 45px) !important;
}

.search-result-modal-width {
  width: 40vm;
}

.flex-one {
  flex: 1;
}

.supportive-radios-div {
  flex: 490px 0 0;
  display: flex;
  align-items: center;
}

.btn-group-single-select {
  margin-left: 5px;
  border-width: 0.5px;
  width: 60px;
  justify-content: center;
}

.body-surface-area-container {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  align-items: center;
}

.black-opacity {
  color: rgba(0, 0, 0, 0.45);
}

.weight-decoration {
  text-decoration: underline;
  font-size: 13px;
}

.line-height-14 {
  line-height: 14px !important;
}

.line-height-16 {
  line-height: 16px !important;
}

.line-height-25 {
  line-height: 25px;
}

.formulary-medicine-text {
  margin-top: 2;
  /* max-width: 100px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blood-signoff-bg {
  background: rgb(73, 73, 73);
}

.session-expire-btn {
  padding: 0px 50px !important;
  height: 40px !important;
  cursor: pointer;
}

.adverse-drawer-container-main {
  margin-top: 168px;
  height: calc(100% - 168px);
}

.adverse-text-font {
  font-size: 12px;
  padding: 6px 8px;
}

.image-datetime-label {
  font-size: 12px;
  font-weight: bold;
}

.chart-flex {
  flex: 95px 0 0;
}

.max-height-70vh {
  max-height: 70vh;
}

.print-protocol-container {
  max-height: 70vh;
  overflow-y: auto;
}

.dose-medicatoin-td {
  min-width: 250px;
  max-width: 350px;
}

.max-width-initial {
  max-width: initial;
}

.max-h-20px {
  max-height: 20px;
}

.max-w-270px {
  max-width: 270px;
}

.max-w-60px {
  max-width: 60px;
}

.max-w-80px {
  max-width: 80px;
}

.max-w-75px {
  max-width: 75px;
}

.max-w-120px {
  max-width: 120px;
}

.max-w-122px {
  max-width: 122px;
}

.max-w-135px {
  max-width: 135px;
}

.max-w-200px {
  max-width: 200px;
}

.max-w-100px {
  max-width: 100px;
}

.max-w-180px {
  max-width: 180px;
}

.max-w-150px {
  max-width: 150px;
}

.max-w-132px {
  max-width: 132px;
}

.w-160px {
  width: 160px;
}

.w-250px {
  width: 250px;
  min-width: 250px;
}

.min-w-122 {
  min-width: 122px;
}

.min-w-175 {
  min-width: 175px;
}

.min-w-700 {
  min-width: 700px;
}

.min-w-500px {
  min-width: 500px;
}

.min-w-700px {
  min-width: 700px;
}

.min-w-380px {
  min-width: 380px;
}

.load-rathical-refresh-img {
  width: 18px;
  height: auto;
  cursor: pointer;
  margin-right: 8px;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.intrathecal-height-container {
  background-color: #fff;
  width: 100%;
  height: calc(100% - 15px);
  float: left;
  overflow-y: auto;
}

.overflow-auto {
  overflow: auto;
}

.material-change-history-img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-bottom: 3px;
}

.max-w-h-100 {
  max-width: 100%;
  max-height: 100%;
}

.valign-middle {
  vertical-align: middle;
}

.w-120px {
  width: 120px;
}

.w-140px {
  width: 140px;
}

.w-250 {
  width: 250px;
}

.w-25px {
  width: 25px;
}

.w-25-per {
  width: 25%;
}

.w-200px {
  width: 200px;
}

.w-230px {
  width: 230px;
}

.w-20-per {
  width: 20%;
}

.w-18-per {
  width: 18%;
}

.w-180px {
  width: 18%;
}

.w-6-per {
  width: 6%;
}

.w-65-per {
  width: 65%;
}

.w-65px {
  width: 65px !important;
}

.w-210px {
  width: 210px;
}

.w-52px {
  width: 52px;
}

.w-80-per {
  width: 80%;
}

.w-80px {
  width: 80px;
}

.w-800px {
  width: 800px;
}

.w-150px {
  width: 150px;
}

.w-0 {
  width: 0;
}

.w-16 {
  width: 16px !important;
}

.w-24 {
  width: 24px !important;
}

.w-15-per {
  width: 15%;
}

.w-33-per {
  width: 33%;
}

.w-50-per {
  width: 50%;
}

.w-32-5-per {
  width: 32.5%;
}

.w-32-per {
  width: 32%;
}

.w-33-5-per {
  width: 33.5%;
}

.w-85-per {
  width: 85% !important;
}

.w-95-per {
  width: 95%;
}

.margin-left-140px {
  margin-left: 140px !important;
}

.ethBadge-class sup {
  cursor: pointer;
  background: rgb(230, 126, 16) !important;
  margin-left: -4px !important;
  margin-top: 4px !important;
}

.search-result-orders-container {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: space-between;
  height: 80px;
  padding-top: 25px
}

.search-result-order-heading-container {
  background: rgba(0, 0, 0, 0.8);
  height: 60px;
}

.protocol-left-panel-order-container {
  width: 99%;
  overflow: hidden;
  padding: 7px 7px;
  margin-left: -5px;
  width: fit-content;
  max-width: 100%;
}

.docarry-order-container {
  width: 99%;
  overflow: hidden;
  padding: 5px 7px;
  margin-left: -5px;
  width: fit-content;
  max-width: 100%;
}

.end-alert-para {
  margin-left: 15px;
  margin-top: 7px;
  color: red;
  font-weight: bold;
}

.pharmacy-worklist-container {
  overflow-x: auto;
  padding: 13px;
  width: 100%;
}

.th-medication-name {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
  position: sticky;
  left: 0;
  z-index: 101;
  top: 0;
}

.th-date-format-withouttime {
  width: 300px;
  position: sticky;
  left: 0;
  z-index: 1;
  top: 0;
}

.td-med-name-instructions {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
  position: sticky;
  left: 0;
  z-index: 100;
  background-color: white;
}

.graph-header-content {
  flex: 350px 0 0;
  max-width: 350px;
}

.chart-drawer-container-drawer {
  margin-top: 180px;
  height: 100%;
}

.h-60px {
  height: 60px;
}

.h-20px {
  height: 20px;
}

.clock-circle-outlined {
  font-size: 40px;
  color: #8c72ad;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-top-minus-ten {
  margin-top: -10px;
}

.margin-top-thirty {
  margin-top: 30px;
}

.word-spacing-one {
  word-spacing: 1px;
}

.report-split-dose-icon {
  max-width: 15px;
  margin-left: 10px;
}

.max-width-50per {
  max-width: 50%;
}

.eye-bg-padding {
  background: gray;
  padding: 5px;
}

.justify-item-flex-start {
  justify-items: flex-start;
}

.prescriberTimingSequence-input {
  flex: 240px 0 0 !important;
}

.diagnosis-edit-container {
  flex: 46px 0 0;
  display: flex;
  justify-content: flex-end;
  padding-top: 5px;
}

.flex80-0-0 {
  flex: 80px 0 0 !important;
}

.flex92-0-0 {
  flex: 92px 0 0 !important;
}

.flex110-0-0 {
  flex: 110px 0 0 !important;
}

.flex90-0-0 {
  flex: 90px 0 0 !important;
}

.flex-70-0-0 {
  flex: 70px 0 0 !important;
}

.flex-50per-0-0 {
  flex: 50% 0 0 !important;
}

.flex-177px-0-0 {
  flex: 177px 0 0 !important;
}

.flex-250px-0-0 {
  flex: 250px 0 0 !important;
}

.flex-230px-0-0 {
  flex: 230px 0 0 !important;
}

.flex-200px-0-0 {
  flex: 200px 0 0 !important;
}

.flex-420px-0-0 {
  flex: 420px 0 0 !important;
}

.flex-130px-0-0 {
  flex: 130px 0 0 !important;
}

.flex-135px-0-0 {
  flex: 135px 0 0;
}

.flex-120px-0-0 {
  flex: 120px 0 0 !important;
}

.flex-125px-0-0 {
  flex: 125px 0 0 !important;
}

.flex-115px-0-0 {
  flex: 115px 0 0;
}

.flex-300px-0-0 {
  flex: 300px 0 0;
}

.flex-400px-0-0 {
  flex: 400px 0 0;
}

.flex-500px-0-0 {
  flex: 500px 0 0 !important;
}

.flex-600px-0-0 {
  flex: 600px 0 0 !important;
}

.flex-150px-0-0 {
  flex: 150px 0 0 !important;
}

.flex-15px-0-0 {
  flex: 15px 0 0;
}

.flex-160px-0-0 {
  flex: 160px 0 0;
}

.flex-1-4px-0-0 {
  flex: 1.4 0 0;
}

.flex-30-0-0 {
  flex: 30px 0 0;
}

.flex-60-0-0 {
  flex: 60px 0 0;
}

.w-110px {
  width: 110px;
}

.padding-top-six {
  padding-top: 6px !important;
}

.administration-range-outer-container {
  width: 100%;
  flex: 3.3 1 0;
  padding-right: 0.5rem;
  display: flex;
  gap: 10px;
}

.bsa-capping-section {
  flex: 1 0 0;
  padding-left: 0 !important;
}

.bsa-capping-section-full {
  flex: 100% 0 0;
  padding-left: 0 !important;
}

.shadow-protocol-cycle-container {
  width: 230px;
  height: 150px;
  height: fit-content;
  padding: 20px;
  box-sizing: border-box;
  background: white;
  margin: 15px;
  border-radius: 5px;
}

.yellow-bg {
  background-color: #ffff00;
}

.dropdown-group-position {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
}

.skin-sub-image-content {
  flex-wrap: wrap;
  overflow-y: auto;
}

.set-zoom-outer-content {
  width: 50%;
  overflow: hidden;
}

.set-zoom-iner-content {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.border-lightgray {
  border: 1px solid lightgray !important;
}

.inclide-rounding-rules-btn {
  flex: 1;
  border-color: #8C72AD;
  border-width: 0.5;
  justify-content: center;
}


.times-icon-container {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.save-medicine-rounding {
  background: #735e8f !important;
  color: white !important;
  outline: none !important;
  border: none !important;
}

.associate-dosing-btn {
  background: #5c636a !important;
  color: white !important;
}

.fa-plus-btn {
  position: relaitve;
  margin-bottom: 0px;
  margin-left: 25px;
}

.incompatibilities-padding {
  padding: 0px 10px 0px 10px !important
}

.Incompatibilities-hr {
  margin-top: -10px;
  width: 98%;
  margin-left: 10px;
}

.fa-plus-btn {
  position: relaitve;
  margin-bottom: 0px;
  margin-left: 25px;
}

.incompatibilities-padding {
  padding: 0px 10px 0px 10px !important
}

.fa-plus-btn {
  position: relaitve;
  margin-bottom: 0px;
  margin-left: 25px;
}

.incompatibilities-padding {
  padding: 0px 10px 0px 10px !important
}

.incompatibilites-hr {
  margin-top: -10px;
  width: 98%;
  margin-left: 10px;
}

.margin-left-minus-fifteen {
  margin-left: -15px;
}

.margin-left-thirty {
  margin-left: 30px;
}

.margin-left-thirtyfive {
  margin-left: 35px;
}

.max-search-limit-text {
  margin-top: 7px;
  color: #000;
  font-weight: bold;
}

.margin-left-minus-ten {
  margin-left: -10px;
}

.padding-eighteen {
  padding: 18px !important;
}

.padding-eight {
  padding: 8px !important;
}

.padding-fifteen {
  padding: 15px;
}

.time-critical-back-icon-container {
  height: 100%;
  background: white;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%)
}

.day-detail-header-container {
  border: 1px solid #ced4da;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin: 15px 0px;
}

.formulary-searh-input {
  background: #fdfdfd;
  flex: 1;
  display: flex;
}

.formulary-search-filter-btn {
  font-size: 13px;
  border-color: #8c72ad;
  flex: 1;
  border-width: 0.5px;
  justify-content: center;
}

.border-right-color-white {
  border-right-color: #fff !important;
}

.padding-5px {
  padding: 5px !important;
}

.padding-twelve {
  padding: 12px;
}

.padding-thirty {
  padding: 30px;
}

.es-green-bg {
  background-color: #76B947;
}

.padding-top-15px {
  padding-top: 15px !important;
}

.padding-top-bottom-eight {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.padding-top-bottom-six {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.padding-top-ten {
  padding-top: 10px;
}

.padding-top-bottom-five {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.padding-top-bottom-zero {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.padding-left-right-zero {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.padding-left-right-twenty {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.padding-left-right-twelve {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.padding-left-right-ten {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.padding-top-bottom-ten {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.padding-left-right-eight {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.padding-top-bottom-twelve {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.padding-top-bottom-two {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.padding-top-18px {
  padding-top: 18px !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

.white-space-initial {
  white-space: initial;
}

.padding-top-2px {
  padding-top: 2px;
}

.padding-top-3px {
  padding-top: 3px;
}

.padding-top-four {
  padding-top: 4px;
}

.margin-top-minus-3px {
  margin-top: -3px;
}

.margin-left-minus-3px {
  margin-left: -3px;
}

.margin-left-minus-2px {
  margin-left: -2px;
}

.padding-top-24px {
  padding-top: 24px !important;
}

.padding-right-zero {
  padding-right: 0 !important;
}

.color-opacity-0-7 {
  color: rgba(0, 0, 0, 0.7);
}

.additive-onclick {
  font-size: 18px;
  color: red;
  font-weight: bold;
  cursor: pointer;
}

.vital-header-container {
  background-color: #E1E2E3;
}

.height-200 {
  height: 200px;
}

.height-90-per {
  height: 90%;
}

.height-250 {
  height: 250px;
}

.fonttt {
  height: 250px;
  font-style: italic;
}

.height-700 {
  height: 700px;
}

.height-40 {
  height: 40px;
}

.height-fit-content {
  height: fit-content;
}

.medi-wb-div-bg-padding {
  padding: 0px 10px;
  background-color: transparent;
}

.document-key {
  max-width: 350px;
  overflow: hidden;
}

.border-top-ccc {
  border-top: #ccc;
}

.lock-icon-prescribe {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  color: red;
  margin-bottom: 3px;
}

.medicine-block-text {
  background: none !important;
  background-color: transparent !important;
  padding: 0px;
  margin: 0px;
}

.days-sub-div-container {
  cursor: pointer;
  min-width: 250px;
  overflow-y: auto;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.own-raw-html-container {
  color: #f3850c;
  font-size: 14px;
  background: none;
  padding: 0px;
  margin: 0px;
}

.calendar-view-raw-span {
  font-size: 12px;
  color: #FF5500;
  font-weight: 600;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.unescapehtml-para {
  font-weight: bold;
  padding-right: 5px;
  margin-bottom: 0px;
}

.calendar-view-para {
  color: #f3850c;
  font-size: 14px;
  margin: 5px 0px;
  display: flex;
  flex-direction: column;
}

.save-cycle-btn-container {
  width: 100%;
  background: #f3edeb;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
}

.save-cycle-btn {
  background: #8C72AD;
  cursor: pointer
}

.align-item-flex-start {
  align-items: flex-start;
}

.align-item-flex-end {
  align-items: flex-end;
}

.flex-direction-column {
  flex-direction: column !important;
}

.justify-content-space-between {
  justify-content: space-between;
}

.justify-content-space-evenly {
  justify-content: space-evenly;
}

.align-content-center {
  align-content: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.justify-content-flex-start {
  justify-content: flex-start !important;
}

.margin-right-seven {
  margin-right: 7px !important;
}

.margin-right-eight {
  margin-right: 8px !important;
}

/* this code is deforming search forms on Prescribing/Pharmacy/Med Administraion */
/* .patient-search-form{
  margin-top: 50px;
  width: 1000px;
} */

.h-200px {
  height: 200px;
}

.border-red {
  border: 1px solid red !important;
}

.margin-top-185px {
  margin-top: 185px;
}

.scale-1 {
  transform: scale(1) !important;
}

.rate-data-label {
  margin-top: 5px;
  margin-left: 50px;
  font-size: 14px;
}

.vital-popup-text {
  transform: scale(1);
  top: 12px;
  padding: 15px;
  line-height: 20px;
  font-weight: normal;
}

.search-outlined-filter {
  color: #212529;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
}

.summary-index {
  z-index: 999999999999999999999;
}

.bg-vesicant-summary {
  background-color: #8c72ad;
}

.light-green-bg {
  background-color: #c8f1d6;
}

.audio-outlined {
  font-size: 16px;
  color: #1890ff;
}

.bg-e3e3e3 {
  background-color: #e3e3e3;
}

.order-flag-check-btn {
  border-width: 0.5px;
  display: flex;
  flex: 230px 0 0;
  border: 1px solid #d8d8d8;
  margin: 10px;
  justify-content: center;
}

.loder-position {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 100;
  display: flex;
}

.link-color {
  color: #0d6efd;
}

.cousultant-provider-container {
  max-height: 150px;
  max-width: 300px;
  overflow-x: scroll;
}

.z-index-1100 {
  z-index: 1100;
}

.adverse-popover-container {
  max-height: 150px;
  max-width: 300px;
  overflow-x: hidden;
  overflow-x: scroll;
}

.margin-top-25px {
  margin-top: 25px !important;
}

.sidebar-consend-bg {
  background: rgb(250, 40, 73) !important;
}

.pin-modal-contaienr {
  background-color: #FFC96C;
  padding: 40px;
}

.prescription-change-drawer-pagination {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  border-top: 1px solid #dee2e6;
}

.height-cm-container {
  flex: 1 1 0 !important;
  border: 0.5px solid #f3f3f3;
  border-radius: 5px;
  padding: 10px;
}

.graph-height-outer-container {
  width: 100%;
  float: left;
  justify-content: space-evenly;
}

.medicine-content-else {
  background-color: transparent !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.gap-12px {
  gap: 12px;
}

.gap-5px {
  gap: 5px;
}

.gap-1rem {
  gap: 1rem;
}

.gap-2rem {
  gap: 2rem;
}

.flex-administer-over {
  flex: 1 0 0;
}

.margin-left-twentyfive {
  margin-left: 25px !important;
}

.margin-left-twenty {
  margin-left: 20px !important;
}

.flex-100-0-0 {
  flex: 100px 0 0 !important;
}

.loading-typo-position {
  position: fixed;
  left: 50%;
  z-index: 9999999;
}

.frequency-drop-container {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.formulary-medicine-content {
  max-height: 150px;
  width: 610px;
  overflow-x: hidden;
}

.formulary-puls-cion-btn {
  margin-left: 5px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.padding-right-twelve {
  padding-right: 12px !important;
}

.padding-right-thirtyfive {
  padding-right: 35px;
}

.padding-right-forty {
  padding-right: 40px !important;
}

.form-header-hr {
  background: #BEBEBE
}

.prn-check-container {
  padding-top: 25px;
  flex: 100px 0 0;
}

.check-circle-text {
  color: rgb(0, 145, 255);
  transform: translateY(-3px);
}

.align-items-center {
  align-items: center;
}


.flex-dir-row {
  flex-direction: row;
}

.flex-direction-row {
  flex-direction: row !important;
}

.protocol-img {
  width: 25px;
  height: 20px;
  margin-right: 5px;
}

.color-888 {
  color: #888;
}

.protocol-svg-img {
  width: 18px;
  height: 18px;
  margin-top: -3px;
}

.text-tag-light {
  margin-left: 5px;
  padding: 5px;
  background: #393939;
}

.day-detail-badges-container {
  width: 100%;
  margin-left: 50px;
  display: flex;
  width: 100%;
  align-items: center;
  flex-basis: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}

.day-details-outer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  background: white;
  padding: 20px 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.loadReviewHistory-tbl {
  border: 1.5px solid rgba(0, 0, 0, 0.2)
}

.bg-black-opacity-0-5 {
  background-color: rgba(0, 0, 0, 0.5)
}

.days-detials-inner-content {
  display: flex;
  background: white;
  align-items: center;
  justify-content: space-between;
  width: 100%
}

.margin-left-52px {
  margin-left: 52px;
}

.flex-basis-100-per {
  flex-basis: 100%;
}

.flex-flow-row-wrap {
  flex-flow: row wrap;
}

.text-transform-capitalize {
  text-transform: capitalize;
}

.text-transform-lowercase {
  text-transform: lowercase;
}

.margin-bottom-three {
  margin-bottom: 3px;
}

.margin-right-two {
  margin-right: 2px;
}

.margin-right-ten {
  margin-right: 10px !important;
}

.margin-right-twenty {
  margin-right: 20px !important;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.access-rights-search-filed {
  width: 20%;
}

.access-right-bg-border {
  background: rgb(243, 237, 235);
  border: 1px solid rgb(237, 228, 225);
}

.bolcks-footer-bg-border {
  background: #f3edeb;
  border: 1px solid #ede4e1;
}

.white-space-pre-wrap {
  white-space: pre-wrap;
}

.white-space-normal {
  white-space: normal;
}

.record-edit-medicine {
  display: flex;
  gap: 2rem;
}

.search-roles-btn-container {
  margin-left: 635px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}

.unregister-user-container {
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  background-color: #8c72AD;
}

.unregister-user-header {
  height: 50px;
  background-color: #000000;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.unregister-user-header h5 {
  color: white;
}


.unregister-user-footer {
  height: fit-content;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.unregister-user-inner-container {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}



.azure-btn-class {
  margin-top: 50px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 400px;
}

.d-inline-block {
  display: inline-block;
}

.h-60vh {
  height: 10vh;

}

.add-dhb-tabs .ant-tabs-tab {
  font-size: 13px !important;
}

.white-bg {
  background-color: white !important;
}

.padding-4px {
  padding: 4px;
}

.padding-24px {
  padding: 24px !important;
}

.padding-ten {
  padding: 10px !important;
}

.top-20px {
  top: 20px !important;
}

.top-25px {
  top: 25px !important;
}

.top-minus-200px {
  top: -200px !important;
}

.top-60px {
  top: 60px !important;
}

.typography-day-name {
  width: 33.333%;
  display: flex;
  overflow: hidden;
}

.rate-cell-label {
  margin-top: 5px;
  margin-left: 35px;
  font-size: 14px;
}

.order-name-raw-text {
  font-size: 14px;
  background: none;
  padding: 0px;
  margin: 0px;
}

.order-svg-img {
  width: 25px;
  height: 35px;
  margin-right: 5px;
}

.white-btn-border {
  border: 1px solid #d9d9d9;
}

.margin-left-two {
  margin-left: 2px;
}

.cumulative-actions {
  display: flex;
  gap: 1rem;
  min-width: 50px;
  max-width: 50px;
}

.form-outUomId-error {
  display: flex;
  padding-left: 14px;
}

.loadingLoadCummulativeDoses-spiner {
  align-self: center;
  justify-content: center;
  display: flex;
  margin: 10px;
}

.dangerous-set-inner-html {
  padding: 7;
  background-color: #e6e6e6;
  border-radius: 4px;
}

.generic-name-text {
  color: #735e8f;
  font-weight: bold;
}

.max-height-150px {
  max-height: 150px;
}

.height-150px {
  height: 150px;
}

.medicine-drug-content {
  max-height: 150px;
  width: 430px;
  overflow-x: hidden;
}

.top-15px {
  top: 15px !important;
}

.h-54px {
  height: 54px;
}

.cog-icon-class {
  cursor: no-drop;
  color: #D3D3D3;
}

.bg-d3d3d3 {
  background-color: #d3d3d3 !important;
}

.peads-img {
  margin-left: 20px;
  margin-bottom: -23px;
  width: 95%;
}

.nursing-prechecklist-heading {
  width: 100%;
  padding-top: 25px;
}

.add-weight-height-modal-cross {
  top: 20px !important;
  color: #fff;
  margin-top: 15px;
}

.sidebar-item-banding-container {
  font-size: 16px;
  font-weight: bold;
  padding: 1px 1px 0px 1px;
  line-height: 20px;
}

.medicine-and-or-container {
  height: 54px;
  display: block !important;
}

.medicine-and-or-cross {
  width: 2%;
  float: right;
  position: relative;
  top: 5px;
}

.medicine-and-or-inner-container {
  width: 15%;
  float: left;
}

.drug-count-color {
  color: #4183c4;
}

.dose-card-text {
  font-family: Roboto;
  font-size: 12px;
}

.w-75-per {
  width: 75%;
}

.w-2-per {
  width: 2%;
}

.w-60-per {
  width: 60%;
}

.w-70px {
  width: 70px;
}

.w-400px {
  width: 400px;
}

.w-40-per {
  width: 40% !important;
}

.w-40 {
  width: 40px;
}

.font-bold {
  font-weight: bold;
}

.rx-btn-danger-container {
  margin-top: -45px;
  margin-left: -20px;
}

.omission-img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-bottom: 3px;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.protocol-left-raw-html-container {
  width: 99%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  margin-top: 10px;
  padding: 5px 7px;
  margin-left: -4px;
  width: fit-content;
  max-width: 100%'

}

.font-10px {
  font-size: 10px !important;
}

.font-12px {
  font-size: 12px !important;
}

.font-13px {
  font-size: 13px !important;
}

.font-16px {
  font-size: 16px;
}

.font-14px {
  font-size: 14px !important;
}

.font-15px {
  font-size: 15px !important;
}

.font-17px {
  font-size: 17px !important;
}

.font-18px {
  font-size: 18px !important;
}

.font-19px {
  font-size: 19px !important;
}

.font-20px {
  font-size: 20px;
}

.font-30px {
  font-size: 30px;
}

.font-40px {
  font-size: 40px;
}

.day-details-icons-container {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-content: center;
  align-items: center;
  cursor: pointer;
}

.modal-white-cross {
  color: #fff;
  margin-top: 15px;
}

.medication-table-td-width {
  min-width: 150px;
  max-width: 300px;
}

.user-setting-heading {
  border-bottom: 1px solid #d3d3d3 !important;
  padding-bottom: 5px !important;
}

.multi-readonly-btn {
  border-width: 0.5px;
  justify-content: center;
}

.min-width-75px {
  min-width: 75px;
}

.min-width-175px {
  min-width: 175px;
}

.min-width-155px {
  min-width: 155px;
}

.min-width-60px {
  min-width: 60px;
}

.min-width-120 {
  min-width: 120px;
}

.min-width-110 {
  min-width: 110px;
}

.min-width-80 {
  min-width: 80px;
}

.min-width-260 {
  min-width: 260px !important;
}

.min-width-230 {
  min-width: 230px !important;
}

.min-width-250 {
  min-width: 250px !important;
}

.min-width-150 {
  min-width: 150px !important;
}

.min-width-132 {
  min-width: 132px !important;
}

.min-width-180 {
  min-width: 150px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.min-h-400 {
  min-height: 400px;
}

.carbo-dose-text {
  color: #E49B08;
}

.light-yellow-bg {
  background-color: #ffffb3;
}

.pharmacy-worklist-table-container {
  max-height: 400px;
  overflow: auto;
}

.binding-table-name-bg {
  background: #f9fafb;
}

.configuration-width {
  width: 220px !important;
}

.worklist-pritable-container {
  max-height: 75vh;
  overflow-y: auto;
  width: 100%;
}

.modal-loading-container {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-0 {
  bottom: 0;
}

.margin-top-two {
  margin-top: 2px;
}

.margin-ten {
  margin: 10px !important;
}

.med-admin-li-isselected.active .nav-link {
  color: #000 !important;
}

.med-admin-li-padding.active .nav-link {
  color: #000 !important;
}

.loadingPatientRecentLab-spin {
  align-self: center;
  justify-content: center;
  display: flex;
  margin: 10px;
}

.margin-left-fifty {
  margin-left: 50px !important;
}

.margin-left-four {
  margin-left: 4px !important;
}

.margin-left-fourtyfive {
  margin-left: 45px !important;
}

.margin-bottom-twenty {
  margin-bottom: 20px !important;
}

.margin-bottom-twentyfour {
  margin-bottom: 24px !important;
}

.margin-bottom-fifty {
  margin-bottom: 50px !important;
}

.sign-in-again-btn {
  padding: 0px 50px;
  height: 40px;
  cursor: pointer;
}

.margin-top-bottom-twenty {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.margin-top-bottom-fifteen {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin-left-right-fifteen {
  margin-left: 15px;
  margin-right: 15px;
}

.margin-left-right-ten {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.margin-left-right-zero {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.medications-space-container {
  max-height: 75vh;
  overflow-y: auto;
}

.w-99-per {
  width: 99%;
}

.unknow-date-check {
  padding-left: 8px;
  justify-content: center;
  align-content: center;
}

.treatment-alert-drawer-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.margin-left-seven {
  margin-left: 7px !important;
}

.gap-10px {
  gap: 10px !important;
}

.load-order-TimingSequenceHours-dropdown {
  flex: 230px 0 0;
}

.TimingSequenceHours-dropdown {
  flex: 270px 0 0;
}

.lab-investigation-move-drawer {
  margin-top: 190px;
  height: calc(100% - 150px);
}

.user-dropdown-content {
  background-color: #ffff;
  height: 350px;
  overflow: hidden;
  top: 100%;
  right: 0px;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
  position: absolute;
  right: 10px;
  bottom: 45px;
}

.users-btns-container {
  position: absolute;
  justify-content: space-around;
  flex: 1;
  bottom: 0;
  padding: 10px;
  width: 100%;
}

.membership-modal-heading {
  text-align: center;
  left: auto;
  width: 100%;
  padding: 10px 15px;
  background-color: #494949;
  color: white;
}

.background-none {
  background: none !important;
}

.binding-form-fieldset-border {
  border: 1px solid #ced4da !important;
}

.margin-left-3px {
  margin-left: 3px !important;
}

.logout-btn-header {
  margin-top: 5px;
  margin-right: 2px;
  width: 69px;
}

.pharmacy-common-loader-container {
  width: 100% !important;
  transform: translateX(-50%) !important;
}

.threshold-outer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 5px;
  flex: 1
}

.clear-setting-text {
  padding: 25px;
  font-size: 15px;
}

.padding-20px {
  padding: 20px !important;
}

.padding-1px {
  padding: 1px !important;
}

.margin-left-five {
  margin-left: 5px !important;
}

.alertBadge {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

.modal-width-700 {
  width: 700px !important;
}

.day-detail-info-tooltip-icons-container {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-content: center;
  align-items: center;
  cursor: pointer;
}

.ethBadge {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

.width-135px {
  width: 135px;
}

.width-170px {
  max-width: 170px;
}

.width-fit-content {
  width: fit-content;
}

.totalCountOfTable {
  border: 0.8px solid rgba(0, 0, 0, 0.2);
  padding: 0px 10px;
  border-radius: 4px;
  background-color: #8c72ad !important;
  color: #fff;
}

.protocol-name-para-text {
  color: white;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flags-iner-btn-container a {
  margin-bottom: 5px;
}

.prescribing-pin-btn-container .prescribing-pin-btns {
  gap: 11px !important;
}

.prescribing-forget-pin-btn .ant-space-item {
  width: 100%;
}

.prescribing-pin-btns button {
  width: 91px !important;
}

.alertBadge sup {
  height: 20px !important;
  width: 20px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  line-height: 20px !important;
}

.ethBadge sup {
  height: 20px !important;
  width: 20px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  line-height: 20px !important;
}

.alertBadge sup .ant-scroll-number-only .ant-scroll-number-only-unit {
  font-size: 12px !important;
}

.ethBadge sup .ant-scroll-number-only {
  margin-left: 0 !important;
}

.ethBadge sup .ant-scroll-number-only .ant-scroll-number-only-unit {
  font-size: 12px !important;
  margin-left: 0 !important;
}

.text-nowrap {
  white-space: nowrap;
}

.alerts-header-container {
  width: 100%;
  float: left;
}

.margin-top-235px {
  margin-top: 235px;
}

.comment-mesg-content {
  background-color: #eff3f6;
  border-radius: 5px;
  height: 120px;
  overflow-y: scroll;
}

.pointer-event-none {
  pointer-events: none;
}

.radio-btn-default-mark-default {
  width: 150px;
  border-color: #8c72ad
}

.position-absolute {
  position: absolute;
}

.prepend-form {
  font-size: 12px;
  padding: 6px 8px;
}

.linkedout-transform {
  transform: translateY(-3px);
}

.flag-class {
  /* float: right; */
  /* height: '18px', */
  min-height: 26px;
  max-height: 26px;
  width: auto;
  /* maxWidth: '40px', */
  line-height: 22px !important;
  /* padding: '3px 4px', */
  margin-bottom: 5px;
}

.sa-flag-class {
  float: right;
  height: 23px;
  min-height: 23px;
  width: auto;
  padding: 3px 4px;
  line-height: 17px;
}

.alert-items-admin {
  text-overflow: ellipsis;
  overflow: hidden;
  /* width: 33%; */
  float: left;
  white-space: nowrap;
  padding-right: 15px;
}

.bloods-success-bg {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

.patient-accessment-outercontainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.accessrights-container {
  overflow: hidden;
  height: 100%;
}

.age-group-div {
  display: flex;
  padding: 5px 0px 0px 35px;
}

.order-flags-tags {
  margin-left: 10;
  padding: 2.5px 8px;
}

.right-zero {
  right: 0;
}

.time-sequence-label-text {
  width: 100%;
  margin-left: 45px;
  padding-top: 3px;
  display: flex;
  width: 100%;
  align-items: center;
  flex-basis: 100%;
}

.light-purple-bg {
  background-color: #8c72AD;
}

.light-gray-bg {
  background-color: #f3edeb !important;
}

.light-pink-bg {
  background-color: #ffa7a7;
}

.day-sa-flag {
  margin-left: 7px;
  padding: 5px 10px;
  background: #FF6361;
}

.tooltip-tag-adult-flag {
  margin-left: 7px;
  padding: 5px 10px;
}

.non-drup-tag {
  margin-left: 15px;
  padding: 5px 10px;
}

.info-cumulative-distributed {
  background: #F3EDEB;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 14px;
}

.orderQuantity-para {
  background: none;
  padding: 0px;
  margin: 0px;
}

.text-overflow-elepsis {
  text-overflow: ellipsis
}

.accessrights-table-conainer {
  height: 100%;
  overflow: hidden;
}

.accessrights-table-conainer .ant-table-wrapper {
  height: 100%;
}

.accessrights-table-conainer .ant-table-wrapper .ant-spin-nested-loading {
  height: 100%;
}

.accessrights-table-conainer .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container {
  height: 100%;
}

.accessrights-table-conainer .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table-fixed-header {
  height: 100%;
}

.accessrights-table-conainer .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table-fixed-header .ant-table-container {
  height: calc(100% - 45px);
}

.accessrights-table-conainer .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table-fixed-header .ant-table-container .ant-table-body {
  overflow: auto !important;
}

.accessrights-table-conainer .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table-fixed-header .ant-table-container::after {
  box-shadow: none !important;
}

.nz-modal {
  width: 80% !important;
}

.nzeps-container {
  padding: 1rem;
}

.nzeps-container table tbody tr th {
  text-align: center;
  font-size: 14px;
}

.nzeps-container table tr td {
  font-size: 14px;
}

.nzeps-container table tbody tr th:nth-child(1) {
  width: 300px;
}

.nzeps-container table tbody tr {
  border: 1px solid #fff !important;
}

.nzeps-container table.header_table {
  border: 0px solid #fff !important;
}

.accessment-internal {
  height: 100%;
  flex-direction: column;
  overflow-y: hidden;
}

.accessment-bottom-table {
  overflow-y: auto;
  height: 100%;
  flex: 1;
}

.max-w-70px {
  max-width: 70px;
}

.op-pdf-image {
  width: 21px;
  margin-top: -5px;
}

.threshold-input {
  width: 17rem;
  margin: 4px;
}

.opacity-60-per {
  opacity: 60%;
}

.input-pdf-border-radius {
  border-radius: 4px 0px 0px 4px !important;
}

.download-pdf-btn-border-radius {
  border-radius: 0px 4px 4px 0px;
}

.light-purple-role-bg {
  background-color: #ecddf6
}

.w-100-px {
  width: 100px !important;
}

.w-300px {
  width: 300px;
}

.w-10-per {
  width: 10%;
}

.w-5-per {
  width: 5%;
}

.flex-1-5 {
  flex: 1.5;
}

.flex-1-0-0 {
  flex: 1 0 0;
}

.flex-2-0-0 {
  flex: 2 0 0 !important;
}

.top-five {
  top: 5px;
}

.min-height-16 {
  min-height: 16px;
}

.min-height-450 {
  min-height: 450px;
}

table.custom-table-spacing thead tr th,
table.custom-table-spacing tbody tr td {
  padding: 4px 5px !important;
}

table.pre-treatment-table tbody tr td:nth-child(2),
table.pre-treatment-table tbody tr td:nth-child(3) {
  padding: 0 !important;
}

table.table-requriement tbody tr td:nth-child(2) {
  padding: 0 !important;
}

.patient-offline-lower-header {
  min-height: 60px;
  padding: 0px 15px;
  display: flex;
  box-shadow: 0px 3px 3px rgb(0 0 0 / 16%);
}

.patient-offline-lower-header .header-content-container .header-symptom {
  flex-direction: column;
  align-items: flex-start;
}

.description-sec-height {
  max-height: 380px;
  overflow-y: auto;
}

.border-right-td {
  border-right: 1px solid #dee2e6;
}

.font-12 {
  font-size: 12px !important;
}

.customTextarea-applyto {
  resize: vertical;
  max-height: 300px;
  min-height: 32px;
  padding: 4px 11px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  /*overflow is set to auto at max height using JS */
  border: 1px solid #d9d9d9;
  height: auto;
  resize: none;
}

.stat-medications-table tbody tr td {
  padding: 4px 5px !important;
  line-height: 1.4 !important;
}

.configuration-checks {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.password-reuse-checkbox {
  flex: 170px 0 0;
}

.print-table-border-left-right {
  border-left: 1px solid #ced4da !important;
  border-right: 1px solid #ced4da !important;
}

.print-table-border-left {
  border-left: 1px solid #ced4da !important;
}

.print-table-border-right {
  border-right: 1px solid #ced4da !important;
}

.treatment-tbl-border-left {
  border-left: 1px solid #dee2e6 !important;
}

.treatment-tbl-border-right {
  border-right: 1px solid #dee2e6 !important;
}

.table-print-gray-left-right-border {
  border-right: 1px solid #dee2e6 !important;
  border-left: 1px solid #dee2e6 !important;
}

.table-print-gray-border {
  border: 1px solid #dee2e6 !important;
}

.min-height-text {
  min-height: 100px !important;
}

.search-result-table table tbody tr td .action-container a {
  margin-right: 10px;
  text-decoration: none;
  color: #888;
}

.search-result-table table tbody tr td .action-container a .fas {
  font-size: 16px;
}

.search-table-header .search-form,
.search-table-header #pageMainSearchForm {
  margin-left: auto;
  min-width: 350px;
  background-color: #323232;
  height: 100%;
  width: 500px;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0px 20px;
  margin-bottom: 0px;
}

.search-form .form-content-container,
#pageMainSearchForm .form-content-container {
  max-height: 34px;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  width: 100%;
}

#searchFilterContainer {
  background-color: #323232;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

#searchPageMain {
  display: flex;
  flex-direction: column;
}

.search-result-table {
  flex: 1 1 0;
  overflow-y: auto;
}

.order-form-position {
  position: relative;
  padding-right: 110px;
}

.include-form-check {
  position: absolute;
  right: 11px;
  top: 10px;
}

.doc-action-btn {
  display: flex;
  flex-direction: column;
}

.doc-action-btn .btn {
  min-height: 22px;
  max-height: 22px;
  min-width: 22px;
  max-width: 22px;
  font-size: 12px;
  padding: 0px;
  background-color: #8c72ad;
  color: white;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.patient-header .patient-profile .header-collapse {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  margin-left: 10px;
}

.wmx-0 {
  width: 0px !important;
  min-width: 0px !important;
  max-width: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  overflow: hidden;
  transition-duration: 0.5s;
}

.patient-header .patient-profile .header-collapse-icon {
  color: #323232;
  font-size: 1rem;
}

.height-ninety {
  height: 90px;
}

.smo-history {
  min-height: 20px !important;
  max-height: 20px !important;
  line-height: 10px;
}

.prescriber-main-content>.collapse-div:nth-child(2) {
  flex: 1.2 1 0 !important;
}

.bg-cyan {
  background-color: #2fd1a1;
}

.patient-statusbar {
  padding: 7px 10px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  min-height: 45px;
  max-height: 45px;
}

.main-right-div-coll .medicine-div {
  margin-right: 10px;
  padding: 5px 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: 5px;
  border: 1px solid #ced4ea;
}

.main-right-div-coll .medicine-div.active {
  width: fit-content;
  padding: 10px 15px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: 5px;
  border: 1px solid #8c72ad;
  background-color: #8c72ad;
}

.main-right-div-coll .medicine-div .medicine-label {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

.patient-cyclecontainer {
  padding: 0px 10px;
  background-color: #f0f0f0;
  border: 1px solid #e5e5e5;
  min-height: 50px;
}

.main-right-div-coll .medicine-div.active .medicine-label {
  color: white;
}

.cycle-div .cycle1-div {
  width: 100px;
  height: 40px;
  cursor: pointer;
  align-items: center;
  border-radius: 5px;
  margin-right: 5px;
}

.cycle-tile .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0072df;
  border-color: #0072df;
}

.cycle-div .cycle1-div input {
  margin-bottom: 3px;
  border: 0px;
}

.cycle-div .cycle1-div label {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  /* text-align: center; */
  color: white;
}

.cycle-div .cycle1-div span {
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  color: white;
}

.bg-blue {
  background-color: #2699fb !important;
}

.page-check-width {
  width: 84% !important;
}

.prescriber-head {
  max-height: fit-content;
  min-height: 50px;
  padding: 5px 10px;
  border: 1px solid #e7e7e7;
  margin: 10px;
  background-color: #f3edeb;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 5px;
}

.validation-content {
  margin: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
  border-radius: 5px;
  overflow: hidden;
}

.main-right-div-coll .headstart-heading {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pharmacy-btns .db-bg-span {
  max-width: 30px;
  min-width: 30px;
  width: 30px !important;
  max-height: 25px;
  min-height: 25px;
  margin-right: 5px;
  padding: 8px 10px;
  cursor: pointer;
}

.db-bg-span-2 {
  max-width: 15px;
  min-width: 15px;
  width: 15px !important;
  max-height: 15px;
  min-height: 15px;
  margin-right: 5px;
  cursor: pointer;
}

table#pharmaunexpandedview tbody tr td .db-bg-span {
  max-width: 30px;
  min-width: 30px;
  width: 30px !important;
  max-height: 25px;
  min-height: 25px;
  margin-right: 5px;
  cursor: pointer;
}

.collapse-container {
  display: flex;
  flex-direction: row;
}

.flex-2 {
  flex: 2 1 0 !important;
  min-height: 0px;
}

.medicine-summary-continer .collapse-div .collapse-div-content {
  padding: 10px;
}

.PharmacyDaysSummaryTables {
  padding-right: 10px;
}

.PharmacyDaysSummaryTables thead th {
  border: 1px solid #ced4da !important;
}

.PharmacyDaysSummaryTables.expanded-view-div table thead th {
  top: -1px !important;
}

table#pharmaunexpandedview thead tr th {
  background-color: #494949 !important;
  color: white;
}

.cycle-comparison table span {
  font-size: 13px !important;
  line-height: 18px;
  font-weight: 400;
}

.borderadius {
  border-radius: 5px;
}

.cycle-comparison .name-span {
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 600;
}

.flex-column .card-div {
  margin-top: 30px;
  display: flex;
  width: 100%;
}

.card-div {
  height: 30px;
}

.edit-split {
  font-size: 12px;
  padding: 2px 5px;
  min-height: 20px !important;
}

.reduction-span .reduction-popups {
  display: flex;
  width: auto;
  min-width: 200px;
  height: auto;
  position: absolute;
  top: 110%;
  left: 0px;
  background-color: white;
  border-radius: 0px;
  padding: 10px;
  border-radius: 4px;
  z-index: 10;
  display: none;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
  overflow: 0;
  transition-duration: 0.2s;
}

.check-parent span {
  min-width: 30px;
  max-width: 30px;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 25px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.db-bg-span-c {
  max-width: 30px;
  min-width: 30px;
  width: 30px !important;
  max-height: 25px;
  min-height: 25px;
  margin-right: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

.border-f3f3f3 {
  border: 1px solid #f3f3f3 !important;
}

.multi-comp-node-contaienr {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 7.5px;
  box-shadow: 0px 0px 7px 1px rgba(59, 59, 59, 0.75);
  /* selected ? '0px 0px 7px 1px rgba(59,59,59,0.75)' : '' */
}

.cycle-outer-container {
  width: fit-content;
  width: 200px;
  height: 130px;
  padding: 20px;
  box-sizing: border-box;
  background: white;
  margin: 10px;
  border-radius: 5px;
}

.gray-line {
  width: 100%;
  height: 0.5px;
  background: grey;
}

.cycle-calendar-img {
  width: 17px;
  height: 17px;
  margin-top: -3px;
}

.component-name-margin {
  margin: 5px 0px;
}

.add-cycle-container {
  display: flex;
  width: 100%;
  height: 60px;
  align-items: center;
}

.single-component-outer-contaienr {
  min-width: 230px;
  width: fit-content;
  height: 150px;
  padding: 20px;
  box-sizing: border-box;
  background: white;
  margin: 10px;
  border-radius: 5px;
}

.bg-black-opacity {
  background: rgba(0, 0, 0, 0.1);
}

.action-cycle-class-view {
  background: rgba(0, 0, 0, 0.1);
  height: 30px;
  width: 30px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.clone-cycle-modal-container {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.clone-cycle-text {
  margin: 10px 0px;
  align-self: start;
  margin-left: 22px;
}

.action-cycle-view-outer-container {
  display: flex;
  width: 100%;
  height: fit-content;
  align-items: center;
  margin-top: 12px;
}

.margin-5-0 {
  margin: 5px 0;
}

.reduction-span {
  position: relative;
}

.defertx td:last-child>span,
td:nth-child(6)>span {
  color: black;
}

.reduction-span:hover .reduction-popups {
  display: block;
}

.reduction-span .reduction-popups .reduction-popup-heading {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0px;
  margin-left: 5px;
  overflow: visible;
  /* background-color: black; */
  color: black;
}

.medication-div .med-sa {
  width: 25px;
  height: 20px;
  background-color: rgb(2, 172, 2);
  color: white;
  font-size: 12px;
  line-height: 12px;
  padding: 4px 4px;
  border-radius: 3px;
  text-align: center;
}

.suspected-radios {
  align-items: center;
  display: flex;
  padding-top: 25px !important;
}

.dropdown-radius-zero .ant-select-selector {
  border-radius: 0 !important;
}

.dropdown-radius-zero .input-group-text {
  padding: 0.33rem 0.75rem;
  border-radius: 0 !important;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup .gradesPopUp {
  width: 32rem;
  text-align: left;
  border-radius: 4px;
  background-color: white;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 75%;
  padding: 10px;
  right: 0px;
  margin-left: -80px;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 16%);
  overflow: hidden;
}

.popup .gradesPopUp .info {
  background-color: #8c72ad;
  color: #fff;
  font-weight: bold;
  padding: 6px 10px;
  border: 2px solid grey;
  border-bottom: none;
}

.popup .gradesPopUp table {
  font-weight: bold;
}

.diagnosis-cards-contianer .diagnosis-card {
  padding: 10px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-top: 10px;
}

.diagnosis-cards-contianer .diagnosis-card.disabled-card {
  background-color: #dfdfdf;
  box-shadow: none;
}

.diagnosis-card-header .diagnosis-name-container {
  display: flex;
  align-items: center;
}

.diagnosis-card-header .diagnosis-name-container>* {
  margin-right: 10px;
}

.diagnosis-card .diagnosis-card-header {
  display: flex;
  /* align-items: center; */
}

.diagnosis-card-header .diagnosis-actions {
  /* display: flex; */
  /* align-items: center; */
  margin-left: auto;
}

.margint-top-zero {
  margin-top: 0 !important;
}

.advance-search-options {
  height: 35px;
  padding: 5px 10px;
  background-color: #8c72ad;
  color: white;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 15px;
}

.advance-search-options i.fas {
  margin-left: auto;
  font-size: 14px;
}

.collapse-container .collapse-div .collapse-div-header .collapse-div-heading {
  white-space: nowrap;
  background-color: #8c72ad;
  padding: 4px 10px;
  font-size: 14px;
  color: white;
  height: 35px;
  min-height: 35px;
  flex: 1 1 0;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.collapse-container .collapse-div.collapsed .collapse-div-header .collapse-div-heading {
  min-width: 35px;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collapse-container .collapse-div {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  min-width: 0%;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 30%);
}

.collapse-container .collapse-div.collapsed {
  min-width: 35px;
  max-width: 35px;
}

.collapse-container .collapse-div .collapse-div-header {
  display: flex;
  flex-direction: row;
  flex: 1 1 0;
  max-height: 35px;
}

.collapse-container .collapse-div.collapsed .collapse-div-header {
  writing-mode: vertical-lr;
  transform: rotate(360deg);
  display: flex;
  max-width: 35px;
  flex: 1 1 0;
  max-height: initial;
}

.collapse-container .collapse-div.collapsed .collapse-div-content {
  display: none;
}

.collapse-container .collapse-div .collapse-div-heading .collapse-icon:before {
  content: "\f068";
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.collapse-container .collapse-div.collapsed .collapse-div-heading .collapse-icon:before {
  content: "\f067";
  position: absolute;
  right: 33%;
  top: 15px;
}

.collapse-container .collapse-div:nth-last-child(n + 2) {
  margin-right: 15px;
}

.collapse-container .collapse-div .collapse-div-content {
  flex: 1 1 0;
  min-height: 0px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.progress-history-content {
  /* border: 1px solid #ddd;
  padding: 10px;
  min-height: 115px; */
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

#summarySidebarTab .nav-link {
  font-size: 12px;
  padding: 5px 8px;
  flex: 1 1 0;
  white-space: nowrap;
  border-radius: 0 !important;
}

.timeline-edit-form {
  display: flex;
  flex-direction: column;
}

.timeline-container {
  position: relative;
}

.timeline-content {
  padding: 20px 20px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline-content.left {
  left: 0;
}

.timeline-content.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 30px;
  width: 0;
  z-index: 1;
  right: 12px;
  border: medium solid #f3f3f3;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f3f3f3;
}

.timeline-content .content {
  padding: 20px 20px;
  position: relative;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  background-color: #f3f3f3;
}

.timeline-content .timeline-title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
  color: #8c72ad;
}

.timeline-content .timeline-title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
  color: #8c72ad;
}

.timeline-content .timeline-user-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.timeline-content .timeline-stamp {
  font-size: 14px;
  font-weight: bold;
  background-color: #ecddf6;
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 4px;
}

.timeline-content .timeline-user {
  font-weight: bold;
  background-color: #c8f1d6;
  padding: 4px 10px;
  border-radius: 3px;
}

.timeline-content::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #f3f3f3;
  border: 4px solid #ff9f55;
  top: 28px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-content.right::after {
  left: -13px;
}

.timeline-content.right {
  left: 50%;
}

.timeline-container::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #8c72ad;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline-content.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 30px;
  width: 0;
  z-index: 1;
  left: 12px;
  border: medium solid #f3f3f3;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f3f3f3 transparent #f3f3f3;
}

.margin-right-zero {
  margin-right: 0 !important;
}

.recent-lab-tables-container {
  font-weight: bold;
  flex: 143px 0 0;
}

.blood-invesigation-header {
  padding: 5px;
  background-color: #8c72ad;
  color: white;
}

.history-device-icon {
  color: #8c72ad;
  font-size: 36px !important;
}

.height-53 {
  height: 53px !important;
}

.height-56 {
  height: 56px !important;
}

.recent-lab-tables-container table tbody tr td {
  height: 56px;
}

.recent-lab-content sup {
  top: 0.5em !important;
}

.customDevice-tab-span {
  min-height: 35px;
  background-color: white;
  color: #303030;
  font-size: 12px;
  padding: 5px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
  white-space: nowrap;
  border: 1px solid #dee2e6;
}

.margin-left-zero {
  margin-left: 0 !important;
}

.margin-top-zero {
  margin-top: 0 !important;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 0 !important;
}

.ant-tabs-tab {
  min-height: 35px;
  background-color: white;
  color: #303030;
  font-size: 12px;
  padding: 5px 10px !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
  white-space: nowrap;
  border: 1px solid #dee2e6 !important;
  margin-left: 0 !important;
}

.ant-tabs-tab-active {
  background-color: #8c72ad !important;
  color: #fff !important;
  border: 1px solid #dee2e6 !important;
}

*[aria-expanded="false"] .fas.protocol-collapse-icon::before {
  content: "\f13a";
}

*[aria-expanded="true"] .fas.protocol-collapse-icon::before {
  content: "\f139";
}

.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #fff !important;
}

.ant-tabs-tab:hover,
.ant-tabs-tab-btn:focus {
  color: #303030 !important;
}

.ant-tabs-ink-bar {
  width: 0 !important;
}

.progress-history-content .progress-card {
  flex: 1 1 0;
  /* min-width: calc(50% - 5px);
  max-width: calc(50% - 5px); */
  width: '100%';
  background-color: white;
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  flex-direction: row;
  justify-content: space-between;
}

.customDevice-tab-span.active {
  background-color: #8c72ad;
  color: #fff;
  border: 1px solid #dee2e6;
}

.required {
  color: red;
}

.cumulative-doses-table table thead tr th {
  background-color: #8c72ad !important;
  border: none;
  border-color: transparent !important;
}

.cumulative-doses-table table tbody tr td {
  border-bottom: 1px solid #F5F5F6 !important;
}

.cumulative-doses-table .ant-table {
  height: 100%;
  overflow: auto;
}

/* Equal width columns */
.col-expand-fake {
  min-width: 10px;
  max-width: 10px;
}

.col-medicine {
  min-width: 290px;
  max-width: 290px;
}

.col-insystem,
.col-outsystem {
  min-width: 180px;
  max-width: 180px;
}

.col-date,
.col-total {
  min-width: 222px;
  max-width: 222px;
}

.col-emptyActions {
  width: 240px;
}

.even-class-cumulative {
  background-color: #f0f0f5 !important;
}

.cumulative-doses-sub-table {
  width: 100%;
  float: left;
  /* min-height: 60px;
  max-height: 200px;
  overflow-y: auto; */
  overflow-x: hidden;
}

.ivlDeviceHistorytable .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td {
  border-color: rgb(180, 180, 180);
  border-width: 1px solid !important;
}

.cumulative-doses-table .ant-btn-primary:hover,
.ant-btn-primary:focus {
  background-color: #8c72ad !important;
  border: none;
  border-color: transparent !important;
}

.cumulative-doses-table span input.ant-input:hover,
.ant-input-search .ant-input:focus {
  border-color: #8c72ad !important;
}

.cumulative-doses-table .ant-modal-close-x {
  display: none;
}

.cumulative-doses-table .ant-btn-primary {
  background-color: #8c72ad;
  border-color: transparent;
}

.cumulative-doses-table .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  background-color: transparent !important;
}

.vip-score-details table thead {
  display: none;
}

.Lab-device-details table thead {
  display: none;
}

.vip-score-details table tbody tr td {
  border: 1px solid rgb(180, 180, 180) !important;
}

.Lab-device-details table tbody tr td {
  border: 1px solid rgb(180, 180, 180) !important;
}

.Lab-device-details table {
  width: auto;
  min-width: "10%";
}

.Lab-device-details table thead tr th {
  border: 1px solid rgb(180, 180, 180) !important;
}

.Lab-device-details tbody tr:first-child td,
.Lab-device-details tbody tr:first-child:hover td {
  background: #8c72ad;
  color: #fff;
  font-weight: bold;
}

.recent-lab-content {
  width: 95px;
  padding: 8px 10px;
  font-weight: normal;
  height: 56px;
  border-left: none !important;
  border-bottom: none !important;
  text-align: center;
  /* justify-content: center;
  align-items: center; */
  display: flex;
}

.recent-lab-tables-container tbody td {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #dee2e6;
  white-space: nowrap;
}

.day-tab.active {
  background-color: #8c72ad;
  color: #fff;
}

#nav-tabContent .tab-pane {
  overflow-y: auto;
  width: 100%;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 10px;
  background-color: #fff;
}

.nav-tabs .nav-link.active {
  background-color: #8c72ad;
  color: white;
  border: 1px solid #8c72ad;
}

.nav-tabs .nav-link {
  background-color: white;
  color: #303030;
  border: 1px solid #dee2e6;
}

.label-width {
  max-width: 180px;
  min-width: 180px;
}

.ant-drawer-header {
  padding: 16px 24px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 50px;
  background-color: #f9fafb !important;
  border: 1px solid rgba(238, 238, 238, 0.75) !important;
}

.ant-drawer-close {
  color: #999 !important;
  opacity: 1 !important;
}

.sidebar-container .modal-heading {
  color: #303030;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding: 5px 0px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ced4da;
  margin-left: 0 !important;
}

.cycle-view-sidebar.collapsed #addItemForcycle {
  display: none;
}

#addItemForcycle {
  min-height: 25px;
  max-height: 25px;
  font-size: 14px;
  line-height: 14px;
}

.modal-sidebar-container {
  width: 100%;
  padding: 15px 20px;
  flex: 1 1 0;
  overflow-y: auto;
}

.per-order-flags>button {
  margin-right: 5px;
  margin-bottom: 5px;
  float: right;
  flex: 1 1 0;
}

.per-order-flags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.day-detail-div .other-details-div .info-tile,
.block-content-container .other-details-div .info-tile,
.block-description-generator .other-details-div .info-tile {
  width: fit-content;
  font-size: 13px;
  line-height: 15px;
  border-radius: 4px;
  margin-top: 5px;
  margin-right: 5px;
  background-color: #f3edeb;
  padding: 5px 5px;
}

.search-result-card .other-info-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.search-result-card .other-info-container .info-tile {
  margin-right: 5px;
  margin-top: 5px;
}

.search-result-card .other-info-container .info-tile {
  background-color: #494949;
  font-size: 13px;
  line-height: 13px;
  color: white !important;
  padding: 5px 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.day-detail-div .other-details-div .collapsable-content .collapse-icon,
.block-description-generator .other-details-div .collapsable-content .collapse-icon {
  margin-left: auto;
}

.cycle-collapse-div {
  padding: 10px;
  background-color: #fafafa;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.vesicant-popup-med-administrtion {
  position: absolute;
  width: 480px;
  left: -2px;
  background: #fff;
  border: 1px solid black;
  z-index: 99;
  top: 20px;
}

table thead th .vesicant-table-med-administrtion {
  background-color: #000000;
}

.flag-span {
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 4px;
  color: white;
}

.day-tab {
  /* min-width: 75px; */
  min-height: 40px;
  background-color: #f3edeb;
  color: #8c72ad;
  font-size: 12px;
  padding: 5px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  white-space: nowrap;
  border-right: 1px solid #b9b9b9;
}

.custom-green-check label .ant-checkbox input:checked,
.custom-green-check .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #68bd80 !important;
  border: 1px solid #559968 !important;
  box-shadow: none;
}

.custom-red-check label .ant-checkbox input:checked,
.custom-red-check .ant-checkbox-checked .ant-checkbox-inner {
  background-color: red !important;
  border: 1px solid red !important;
}

.custom-dark-yellow-check label .ant-checkbox input:checked,
.custom-dark-yellow-check .ant-checkbox-checked .ant-checkbox-inner {
  background-color: rgb(209, 209, 18) !important;
  border: 1px solid rgb(209, 209, 18) !important;
}

.Blood-investigation-table {
  flex: 130px 0 0;
  display: flex;
}

.Blood-investigation-table table thead tr th,
.Blood-investigation-table table tbody tr td {
  height: 40px;
  vertical-align: middle;
  font-weight: bold;
}

.Blood-investigation-table table tbody tr td:first-child {
  border-top: 1px solid #dee2e6;
}

.table-header-bg {
  background-color: #8c72ad;
  border: 1px solid #8c72ad !important;
  color: #fff;
}

.Blood-investigation-table table thead {
  background-color: #8c72ad;
  border: 1px solid #8c72ad;
}

/* .blood-investigation-content:last-child{
  border-bottom: 1px solid #dee2e6 !important;
} */

.blood-investigation-content {
  font-weight: bold;
  border-left: none !important;
  border-bottom: none !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.bloodIvestigation {
  width: 100%;
  padding: 15px 20px;
  flex: 1 1 0;
  overflow-y: auto;
}

.custom-green-check label .ant-checkbox .ant-checkbox-input,
.custom-green-check label .ant-checkbox .ant-checkbox-inner {
  height: 30px !important;
  width: 30px !important;
  margin-right: 8px;
}

.custom-green-check label .ant-checkbox-checked .ant-checkbox-inner::after {
  /* background-image: url("../../assets/img/check.svg") */
  width: 8px !important;
  height: 16px !important;
  left: 8px;
}

.custom-green-check label .ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f0ecec !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-auto {
  overflow-y: auto;
}

.sidebar-option {
  display: flex;
  justify-content: flex-end;
}

.sidebar-protocol-status {
  margin-right: auto;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.sidebar-protocol-status p {
  font-weight: 600;
  font-size: 14px;
}

.protocol-table table thead tr th {
  background-color: #8c72ad !important;
  /* border: 1px solid #8C72Ad; */
}

.principle-investigator-table table thead tr th {
  background-color: #8c72ad !important;
  border: 1px solid #8c72ad !important;
}

.additional-botes-table table thead tr th {
  background-color: #8c72ad !important;
  border: 1px solid #8c72ad !important;
}

.patientSide-list-div {
  background-color: #494949;
  color: white;
  min-width: 450px;
  border: 1px solid black;
  border-radius: 4px;
  font-size: 14px;
  /* right: 0px; */
  z-index: 1000;
  top: 58%;
  left: 50px;
}

.margin-bottom-fifteen {
  margin-bottom: 15px !important;
}

.patientSide-list-div-bottom {
  background-color: #494949;
  color: white;
  min-width: 450px;
  border: 1px solid black;
  border-radius: 4px;
  font-size: 14px;
  /* right: 0px; */
  z-index: 1000;
  bottom: 50px;
  left: 45px;
}

.right-table-column {
  height: 30px !important;
  padding: 4px !important;
  font-size: 13px;
}

.btn-margin-left {
  margin-left: 5px !important;
}

.vertical-align-top {
  vertical-align: top !important;
}

.vital-tables-container table tr td {
  height: 30px !important;
  padding: 4px !important;
  font-size: 13px;
}

.vital-tables-container .tableComments {
  height: 390px !important;
}

.comments-div {
  height: 390px !important;
  font-weight: bold;
  border-left: none !important;
  border-bottom: none !important;
}

.order-protocol-filter-container {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.order-protocol-filter {
  flex: 1 0 0 !important;
  padding: 0 10px 0 10px;
}

/* .order-protocol-filter:nth-child(7){
    flex: 200px 0 0 !important;
    gap: 15px;
    align-items: flex-end;
} */
.order-protocol-filter:nth-child(8) {
  flex: 252px 0 0 !important;
  gap: 15px;
  align-items: flex-end;
  display: flex;
}

.order-protocol-filter:last-child {
  flex: 128px 0 0 !important;
  align-items: flex-end;
  display: flex;
}

fieldset.fieldset-padding {
  padding-bottom: 0 !important;
}

textarea.form-control-sm {
  min-height: 32px !important;
}

#topNav ul.navbar-nav li.nav-item .nav-dropdown a.nav-link {
  padding-top: 0.4rem;
}

.assessment-btn-container {
  background-color: #f3edeb;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.full-width {
  width: 100%;
  float: left;
}

.ant-table-pagination.ant-pagination {
  padding: 0 15px;
}

.block-table-container {
  flex: 1;
  overflow-y: auto;
  width: 100%;
  float: left;
}

.block-filter-fiedls {
  flex: 1 0 0 !important;
  padding: 0 10px 0 10px;
}

.block-filter-fiedls:last-child {
  flex: 140px 0 0 !important;
}

.block-filter-fiedls .btn-group button {
  width: 100px;
}

.administration-header-bg {
  background-color: #8c72AD;
  color: white;
  padding: 10px 10px 0 0 !important;
}

.patient-history-drawer-container {
  width: 100%;
  float: left;
  padding: 15px 20px;
}

.info-hitory-container {
  width: 100%;
  float: left;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.PatietnHistory-table table tbody tr td:first-child {
  position: relative;
}

.patient-history-drawer-heading {
  color: #303030;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding: 5px 0px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ced4da;
}

.patient-hitory-drawer-table {
  width: 100%;
  float: left;
  display: flex;
}

.patient-history-right-content-container {
  display: flex;
  flex: 1 0 0;
  overflow-x: auto;
}

.content-data {
  /* width: 150px;
  padding: 8px 10px;
    font-weight: bold;
    height: 40px;
    border-left: none !important;
    border-bottom: none !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex; */
  width: 150px;
  height: 40px;
  font-weight: bold;
  border-left: none !important;
  border-bottom: none !important;
  text-align: center;
  padding: 8px 10px;

  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.border-bottom-history {
  border-bottom: 1px solid #dee2e6 !important;
}

.height-61,
.PatietnHistory-table table tbody tr.height-61 td {
  height: 90px !important;
  font-size: 12px;
}

.PatietnHistory-table {
  flex: 213px 0 0;
  display: flex;
}

.patient-history-table-content {
  display: flex;
  flex: 1;
  overflow-x: auto;
}

.PatietnHistory-table table tbody tr td,
.PatietnHistory-table table thead tr th {
  font-weight: bold;
  vertical-align: middle;
  height: 40px;
}

.PatietnHistory-table table thead tr th {
  background-color: #8c72ad;
}

.pink-background {
  background-color: #8c72ad;
  color: #fff;
}

.patient-action-container {
  flex: 200px 0 0;
}

.patient-arival-container {
  flex: 220px 0 0;
}

.medicine-container {
  flex: 1 0 0;
}

.patient-date {
  flex: 220px 0 0;
}

.administration-container {
  flex: 350px 0 0;
}

.prescriber-protocols .protocol-link {
  color: black;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 0px 0px 0px !important;
  line-height: 13px;
}

.prescriber-protocols .consultant label,
.prescriber-protocols .services label,
.prescriber-date .planned-date span,
.prescriber-date .booked-date span {
  color: black;
  font-size: 12px;
  font-weight: 600;
  padding-right: 10px !important;
}

.prescribe-container {
  flex: 286px 0 0;
}

.prescriber-protocols {
  flex: 512px 0 0;
}

.prescriber-date {
  flex: 238px 0 0;
}

.prescriber-flags-container {
  flex: 263px 0 0;
}

.prescriber-flags-container .patient-flag {
  max-height: 18px;
  max-width: 18px;
  margin-right: 5px;
  display: flex;
}

.prescriber-flags-container .patient-flag span {
  font-size: 12px;
  font-weight: 700;
  color: white;
  top: 2px;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  min-height: 18px;
  min-width: 18px;
  background-image: url(../img/Diag.png);
  background: none;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
}

.prescriber-flags-container {
  display: flex;
  align-items: start;
  /* justify-content: center; */
}

.prescriber-arival-container {
  flex: 287px 0 0;
}

.prescriber-location {
  flex: 125px 0 0;
}

.prescriber-action-container {
  flex: 208px 0 0;
}

.patient-protocols,
.patient-date,
.patient-protocols,
.prescriber-protocols,
.prescriber-date,
.prescriber-flags-container,
.prescriber-arival-container,
.prescriber-location,
.prescriber-action-container {
  padding: 0.5rem;
}

.patient-protocols {
  flex: 1 0 0;
}

.patient-location {
  flex: 150px 0 0;
  /* padding: 0.5rem !important; */
}

.patient-flags-container {
  flex: 220px 0 0;
}

.patient-date {
  flex: 150px 0 0;
}

.administration-container:last-child {
  flex: 1 0 0;
}

.ant-picker-header {
  background-color: #8c72ad !important;
  color: #fff !important;
}

.ant-picker-prev-icon,
.ant-picker-next-icon,
.ant-picker-super-prev-icon,
.ant-picker-super-next-icon {
  color: #fff;
}

.ant-picker-focused {
  border-color: transparent !important;
}

.ant-picker-content th {
  color: #fff !important;
}

.ant-picker-date-panel .ant-picker-body {
  padding: 0 !important;
}

Î .ant-picker-panel {
  border-left: 1px solid #dee2e6 !important;
}

.ant-picker-date-panel .ant-picker-content {
  width: 100% !important;
}

.ant-picker-panel-container {
  padding: 5px;
}

.ant-picker-footer {
  background-color: #f3edeb;
  font-size: 14px;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  overflow: hidden !important;
  padding: 6px 0px;
  line-height: 19px !important;
}

.ant-picker-cell-selected {
  background-image: none;
  /* background-color: #8c72ad !important; */
}

.ant-picker-cell-selected .ant-picker-cell-inner {
  /* background-color: transparent !important; */
  border: none !important;
  background: none;
}

.ant-picker-today-btn:active,
.ant-picker-today-btn {
  color: #000 !important;
}

.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  border: none !important;
}

.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
  background-color: transparent !important;
}

.ant-picker-header-view button:hover {
  color: #fff !important;
}

.administration-icon-position {
  position: absolute;
  left: 0;
  top: 0;
}

.large-font {
  font-size: large;
}

.chart-drawer-container {
  margin-top: 300px;
}

.close-readings-popup i {
  font-size: 18px;
}

.vital-popup {
  width: 300px;
  height: fit-content;
  background-color: white;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 8%);
  position: absolute;
  top: 35px;
  /* padding: 30px; */
  justify-content: center;
  z-index: 1040;
  transform: scale(0);
  left: 15px;
  /* padding-top: 12px; */
}

.table-info-icon {
  padding-left: 5px;
  /* font-size: 17px !important; */
}

.ant-dropdown {
  min-width: 220px !important;
  max-width: 220px !important;
}

table tbody tr td.color-yellow {
  background-color: #fff7ae !important;
}

.color-bg-brown {
  background-color: #f2ddb4 !important;
}

.color-bg-light-yellow {
  background-color: #F2DDB4 !important;
}

.color-pink {
  background-color: #e7c5d3 !important;
}

.color-bg-blue {
  background-color: #cbd4e3 !important;
}

.container {
  padding: 20px;
}

/* Styles for the custom Select */
.custom-select {
  min-height: 32px;
  padding: 4px 10px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 20px;
}

/* select custom scrollbar */

.custom-select ::-webkit-scrollbar {
  width: 6px;
}

.custom-select ::-webkit-scrollbar-track {
  background: #fff;
}

.custom-select ::-webkit-scrollbar-thumb {
  background: #888;
}

.custom-select .custom-dropdown {
  flex: 1 1 0;
  position: absolute;
  padding: 5px;
  background-color: white;
  top: 110%;
  left: 0;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(238, 238, 238, 0.75);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
  max-height: 280px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 1040;
}

.custom-dropdown .select-content {
  overflow-y: auto;
  scroll-behavior: smooth;
  padding-right: 4px;
}

.search-container {
  max-height: 47px;
  background-color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.search-container .select-searchbar {
  background-color: #f6f7f9;
  border: 1px solid #f0f2f5;
  margin-bottom: 0px !important;
}

.search-container .search-results-list {
  max-height: 220px;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 100;
}

.search-container .search-text-field .ant-input-suffix {
  top: calc((100% - 24px) / 2) !important;
}

.select-content .select-options {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0px;
}

.select-content .select-options .dropdown-item {
  font-size: 12px;
  border-bottom: 1px solid rgb(227, 227, 227);
  padding: 5px 8px;
  /* display: flex; */
  flex-direction: row;
  align-items: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-date-picker {
  width: 135px;
}

.Vital-counter-container {
  display: flex;
  flex: 385px 0 0;
}

.vital-chart-header {
  display: flex;
  flex: 1 0 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.date-picker-container .chat-date-picker div .ant-picker {
  padding: 4px 0px 4px !important;
}

.select-content .select-options .dropdown-item.not-found {
  font-size: 12px;
  padding: 5px 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  color: #842029;
}

.select-content .select-options .dropdown-item:hover {
  background-color: #494949;
  color: white;
}

.select-content .select-options .dropdown-item:last-of-type {
  border-bottom: 0px;
}

.select-content .select-options .dropdown-item[data-selected="true"] {
  background-color: #8c72ad;
  color: white;
}

.select-value-container {
  display: flex;
  flex: 1 1 0;
  flex-direction: row;
  max-width: calc(100% - 0px);
  overflow: auto;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.select-value-container .selected-span {
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-value-container .multiple-span {
  background-color: #8c72ad;
  color: white;
  font-size: 14px;
  line-height: 15px;
  padding: 4px 8px;
  display: block;
  overflow: hidden;
  align-items: center;
  flex-direction: row;
  border-radius: 3px;
  margin-right: 4px;
  white-space: nowrap;
  max-width: 100px;
  min-width: fit-content;
  text-overflow: ellipsis;
}

.select-value-container .multiple-span .fas {
  margin-right: 5px;
  font-size: 12px;
}

/************************************ General Css ************************************/
body {
  position: relative;
}

* {
  font-family: "Roboto";
  box-sizing: border-box;
}

*:disabled,
.disabled {
  cursor: not-allowed !important;
  /* pointer-events: none; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

a {
  cursor: pointer;
  text-decoration: none;
}

p {
  font-size: 14px;
  margin-bottom: 0px;
}

html {
  overflow-y: hidden;
}

.no-scroll {
  display: flex;
  overflow: hidden !important;
}

.scrollable {
  overflow-y: auto !important;
}

.lock-click {
  pointer-events: none;
}

.lock-click-dim {
  pointer-events: none;
  opacity: 0.8;
}

.click-dim {
  opacity: 0.7 !important;
}

.form-select.locked,
.form-select.locked:hover,
.form-select.locked:focus,
.form-select.locked:active {
  background-color: #e9ecef !important;
}

.diluent-volume.lock-click {
  background-color: #e9ecef !important;
}

.check-btn.btn-light.lock-click {
  background-color: #e9ecef;
}

label,
span {
  font-size: 14px;
}

.toast-container {
  position: absolute;
  height: 100%;
  top: 0%;
  right: 0px;
  z-index: 2200;
}

.toast-container .toast {
  margin: 1rem;
}

.toast-container .toast-body {
  width: 100%;
}

.toast-container .toast .btn-close {
  margin: auto;
  padding: 1rem;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.form-select {
  background-position: right 2px center;
  font-size: 14px;
  height: 32px;
  border-radius: 4px;
  background-color: #f9fafb;
  border: 1px solid #ced4da;
  margin-bottom: 20px;
  padding: 4px 10px !important;
  padding-right: 20px !important;
}

.padding-bottom-zero {
  padding-bottom: 0 !important;
}

.form-control {
  /* margin-bottom: 20px; */
  font-size: 14px;
  height: 32px;
  background-color: #f9fafb;
  border-radius: 4;
  border: 1px solid #ced4da;
}

.form-control.is-invalid,
.form-select.is-invalid {
  border-color: #dc3545 !important;
  background-image: none !important;
  padding: 4px 10px;
  padding-right: 20px !important;
}

.form-control:focus,
.form-control:active,
.form-select:focus,
.form-select:active {
  background-color: white !important;
}

select::before,
select.form-control::before,
div[custom="true"]::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  color: #272e36;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  position: absolute;
  right: 0px;
  height: 100%;
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.border-left-0 {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;
}

.border-right-0 {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.br-4 {
  border-radius: 4px !important;
}

input.form-control {
  max-height: 32px;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.flex-row {
  display: flex;
  flex-direction: row !important;
}

.flex-column {
  display: flex;
  flex-direction: column !important;
}

.flex-content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-content-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-wrap-wrap {
  flex-wrap: wrap;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.flex-1-1-0 {
  flex: 1 1 0 !important;
  /* min-height: 0px; */
}

.custom-table td {
  border: 1px solid #e8e8e8 !important;
}

.flex-125-1-0 {
  flex: 1.23 1 0 !important;
  min-height: 0px;
}

.flex-2-1-0 {
  flex: 2 1 0 !important;
  min-height: 0px;
}

.d-grid {
  display: grid !important;
}

.w-0 {
  width: 0px !important;
  min-width: 0px !important;
  max-width: 0px !important;
  overflow: hidden;
  transition-duration: 0.15s;
}

.border-radius-zero {
  border-radius: 0 !important;
}

.border-radius-left-0 {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

fieldset {
  border: 1px solid #ced4da;
  padding: 10px;
  border-radius: 4px;
}

fieldset legend {
  display: block;
  max-height: 25px;
  float: none;
  margin-bottom: 0px;
  width: fit-content;
  padding: 0px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #303030;
}

.page-container {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.pharmacy-search-container .ant-select-selection-overflow {
  flex-wrap: nowrap;
}

.disable-arrow1 .ant-picker-header-super-prev-btn,
.disable-arrow2 .ant-picker-header-prev-btn,
.disable-arrow3 .ant-picker-header-next-btn,
.disable-arrow4 .ant-picker-header-super-next-btn {
  visibility: hidden;
}

.page-footer {
  padding: 0px 25px;
  min-height: 30px;
  background-color: #8c72ad;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.page-footer p {
  font-size: 12px;
  font-weight: 400;
  color: white;
  margin-bottom: 0px;
}

.flag-inactive {
  filter: grayscale(100%);
  opacity: 0.65;
}

.btn-sm {
  min-height: 32px;
  max-height: 37px;
  white-space: nowrap;
}


.modal-header {
  background-color: #313131;
}

.modal-header .btn-close {
  font-size: 14px;
  line-height: 14px;
  color: white;
  opacity: 1;
  background: none;
}

/* .modal-header .btn-close
{
   background: none;
} */

.modal-header h5 {
  display: flex;
  font-weight: 600;
  align-items: center;
  padding: 0px 15px;
  font-size: 16px;
  margin-bottom: 0px;
  color: white;
  border-left: 4px solid #9a77cf;
  line-height: 16px;
}

.modal-footer button {
  max-height: 32px;
  min-height: 30px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.modal-body .modal-heading,
.modal-sidebar .modal-heading {
  color: #303030;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding: 5px 0px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ced4da;
}

button {
  outline: none !important;
  box-shadow: none !important;
}

.table-responsive table {
  margin-bottom: 0px;
}

table tbody td,
table thead th {
  font-size: 14px;
  padding: 4px 10px !important;
}

table thead {
  /* background-color:#323232; */
  /* background-color: #494949;
     */
  background-color: #8c72ad !important;
}

table tbody tr {
  background-color: white;
}

.table-bordered table thead {
  border: 1px solid #494949;
}

table thead th,
table thead td {
  background-color: #8c72ad !important;
  border: 1px solid #8c72ad !important;
  color: white;
}

table thead tr.bg-grey th,
table thead td {
  background-image: none !important;
  background-color: #8d8b8b !important;
}

.sidebar-smo-container h5.modal-heading {
  color: #303030;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding: 5px 0px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ced4da;
  margin-left: 0;
}

*[aria-expanded="true"] .fas.collapse-icon::before {
  content: "\f068";
}

*[aria-expanded="false"] .fas.collapse-icon::before {
  content: "\f067";
}

*[aria-expanded="false"] .fas.med-collapse-icon::before {
  content: "\f103";
}

*[aria-expanded="true"] .fas.med-collapse-icon::after {
  content: "\f102";
}

.form-check {
  padding-left: 0px;
  display: flex;
  align-items: center;
}

/* 
.form-check
{
  display: flex;
  align-items: center;
} */

.form-check input[type="checkbox"] {
  min-width: 16px;
  min-height: 16px;
  margin-left: 0px;
  margin-top: 0px;
}

.form-check .form-check-label {
  font-size: 14px;
  line-height: 16px;
  margin-top: 0px;
}

table {
  border-radius: 4px;
}

/* .modal table thead,
.modal-sidebar table thead
{
  background-color: #8C72AD;
  border: 1px solid #8C72AD;
} */

.modal table thead,
.modal-sidebar table thead {
  background-color: #8c72ad;
  border: 1px solid #8c72ad;
}

.modal table thead th,
.modal-sidebar table thead th {
  color: white;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0px;
}

.modal table tbody td,
.modal-sidebar table tbody td {
  padding: 8px 10px;
}

.modal table tbody h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0px;
}

table .no-result-found-row {
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.no-result-div {
  background-color: #f8d7da;
  border-color: #f5c2c7;
  margin: 15px;
  padding: 10px;
  border-radius: 4px;
}

.no-result-div>div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-result-div span {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  color: #842029;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 18px;
  text-align: center;
  width: 100%;
}

.no-result-div .action-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

table .no-result-found-row .fas {
  font-size: 16px;
}

table .no-result-found-row td {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  color: #842029;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 18px;
  text-align: center;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 18px;
}

.color-purple-note {
  color: purple;
}

.color-white {
  color: white !important;
}

.color-purple {
  color: #8c72ad !important;
}

.color-green {
  color: #16cd2f !important;

}

.color-orange {
  color: #f3850c !important;
}

.color-blue {
  color: #00a3ff !important;
}

.color-black {
  color: #303030 !important;
}

.color-red {
  color: #fb2649 !important;
}

.color-grey {
  color: #b9b9b9 !important;
}

.color-grey-text {
  color: #8D8B8B !important;
}

.color-golden {
  color: #fea900 !important;
}

.bg-red {
  background-image: none !important;
  background-color: #fb2649 !important;
}

.bg-purple {
  background-image: none !important;
  background-color: #8c72ad !important;
}

.text-white {
  color: #fff !important;
}

.text-orangered {
  color: orangered !important;
}

.bg-white {
  background-image: none !important;
  background-color: white !important;
}

.bg-orange {
  background-image: none !important;
  background-color: #e67e10 !important;
}

.bg-grey {
  background-image: none !important;
  background-color: #8d8b8b !important;
}

.bg-green {
  background-image: none !important;
  background-color: #1ab12e !important;
}

.bg-greens {
  background-color: #79d188 !important;
}

.bg-black {
  background-color: #323232 !important;
  background-image: none !important;
}

.bg-pink {
  background-color: #f3edeb;
}

.bg-light-pink {
  background-color: #F8D7DA;
}

.bg-pinks {
  background-color: #ffd4d4;
}

.btn-purple:hover,
.btn-purple:active,
.btn-purple:focus {
  background-color: #735e8f;
  color: white;
}

.btn-excel:hover,
.btn-excel:active,
.btn-excel:focus,
.btn-excel {
  background-color: #339966 !important;
  color: white !important;
}

/*
  * bug fix kr lyea lkn mera kam ka bera ghark kr dyea Jamil bhi
  */
.btn-light {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  color: #000 !important;
}

.btn-light-formullary {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #ffffff;
  color: #000;
}

.btn-light.disabled, .btn-light:disabled
{
  background-color: #f8f9fa !important;
  border-color:#f8f9fa !important;
  opacity: 0.5;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  border: 1px solid #ccc;
}

.check-btn,
.check-btn:active,
.check-btn:focus {
  background-color: white;
  border: 1px solid rgb(216, 216, 216);
  outline: none;
}

.check-btn,
.radio-check-btn {
  font-size: 14px;
  white-space: nowrap;
}

.check-btn .btn-purple,
.radio-check-btn .btn-purple {
  border: 1px solid #8c72ad !important;
}

.btn-excel {
  border: 1px solid #339966 !important;
}

.check-btn input[type="checkbox"],
.radio-check-btn input[type="radio"] {
  display: none;
}

/**************************************** Custom scrollbar's css ************************************/

/*custom scroll Generic*/
::-webkit-scrollbar {
  width: 10px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

/* ::-webkit-scrollbar-thumb {
  background: #888;
} */

::-webkit-scrollbar-thumb {
  background: rgb(179, 179, 179);
  transition-duration: 0.5s;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(124, 124, 124);
}

/* custom scrollbar for sidebar */

.page-sidebar .search-card-container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.page-sidebar .search-card-container::-webkit-scrollbar-track {
  background: #555;
}

.page-sidebar .search-card-container::-webkit-scrollbar-thumb {
  background: #aaa;
}

/*custom scroll for custom select*/

.custom-select-dropdown ::-webkit-scrollbar {
  width: 5px;
}

.custom-select-dropdown ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.custom-select-dropdown ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 0px;
}

/************************************ Header Section Css ************************************/

.page-navbar {
  padding: 5px 15px;
  max-height: 50px;
  border-bottom: 1px solid #e2e2e2;
}

.page-navbar .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.page-navbar .navbar-brand {
  font-weight: bold;
  font-size: 16px;
  color: #494949;
  display: flex;
  align-items: center;
}

.navbar-brand .logo-img {
  max-width: 24px;
  margin-right: 5px;
}

.navbar-light .navbar-nav .nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  color: #303030;
}

.page-navbar .nav-link {
  font-weight: 500;
  font-size: 15px;
  color: #303030;
}

.w-fc {
  width: fit-content !important;
  max-width: fit-content !important;
}

.page-navbar .nav-link .active-user-name {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 500;
}

/* .page-navbar .nav-link .active-user-name {
  font-size: 14px;
  margin-left: 10px;
} */

.page-navbar .nav-link .notifications-icon {
  font-size: 14px;
  margin: 0px 10px;
}

table .table-action-btn {
  max-height: 20px;
  min-height: 20px;
  min-width: 20px;
  max-width: 20px;
  background-color: transparent;
  border: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

table .table-action-btn .fas,
table .table-action-btn .fa {
  font-size: 14px;
  color: #dc3545;
}

.btn-group {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  min-height: 32px;
}

.btn-group.btn-ungrouped {
  display: flex;
  border-radius: 4px;
  min-height: 32px;
  box-shadow: none;
  overflow: visible;
  justify-content: left;
  flex-wrap: wrap;
  margin-left: -20px;
}

.btn-group.btn-ungrouped button {
  display: flex;
  flex: 1 1 0;
  border-radius: 4px !important;
  min-height: 32px;
  margin-left: 20px !important;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  justify-content: center;
  box-shadow: 0px 0px 10px rgba(140, 114, 173, 0.15);
  margin-bottom: 20px;
  min-width: 210px;
  max-width: 210px;
}

.form-check .form-check-input {
  margin-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
}

.form-check input[type="radio"] {
  margin-bottom: 5px;
}

.btn-group button {
  margin-left: 0px;
  border: 1px solid rgb(216, 216, 216) !important;
}

a[disabled] {
  pointer-events: none;
  opacity: 0.9;
}

.external-link {
  font-size: 14px;
  margin-left: auto;
}

.input-group-append {
  max-height: 32px;
}

.input-group-append .input-group-text {
  max-height: 32px;
  min-height: 32px;
  font-size: 12px;
  border: 1px solid #dfdfdf;
  border-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/************************************ Main or Section Css ************************************/

/************************************ Sidebar Css ************************************/

#pageSidebar {
  min-width: 300px;
  max-width: 300px;
  height: 100%;
  background-color: #303030;
  display: flex;
  flex-direction: column;
  transition-duration: 0.15s;
}

#pageSidebar.collapsed {
  max-width: 40px;
  min-width: 40px;
  padding-top: 4px;
}

#pageSidebar.collapsed .search-card-container {
  display: none;
}

#pageSidebar.collapsed .sidebar-search-container,
#pageSidebar.collapsed .sidebar-search-pagination {
  display: none;
}

/* .sidebar-main-content
{
  margin: 10px;
} */
/* #pageSidebar.collapsed  .sidebar-collapse-content h5
{
  display: none;
} */

#pageSidebar.collapsed .sidebar-collapse-content h5 {
  writing-mode: vertical-lr;
  padding-top: 25px;
  margin: 0px;
  height: 100%;
  cursor: pointer;
}

.bg-font-class {
  font-weight: 14px;
}

#pageSidebar.collapsed .sidebar-collapse-content {
  padding: 4px 10px;
  background-color: #323232;
  display: flex;
  flex-direction: column-reverse;
}

#pageSidebar.collapsed .sidebar-close {
  margin-top: 8px;
}

#pageSidebar.collapsed .sidebar-close:before {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  color: white;
  font-size: 20px;
  margin-right: 1px;
}

#pageSidebar .sidebar-close:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  color: white;
  font-size: 14px;
}

.sidebar-collapse-content {
  display: flex;
  align-items: center;
  padding: 4px 15px;
  min-height: 40px;
  background-color: #252525;
}

.sidebar-search-pagination {
  background-color: #252525;
  display: flex;
  align-items: center;
  justify-content: start;
  max-height: 40px;
  min-height: 40px;
  padding: 0px 10px;
}

.sidebar-search-pagination .pagination-nav {
  margin-right: auto;
  margin-left: auto;
}

.sidebar-search-pagination .pagination-nav ul {
  margin-bottom: 0px;
  max-height: 28px;
}

.sidebar-search-pagination .pagination-nav .page-link {
  max-height: 28px;
  min-height: 28px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #323232;
}

.sidebar-search-pagination .pagination-nav .page-link.active {
  background-color: #494949;
  color: #fff;
}

.sidebar-collapse-content h5 {
  font-size: 14px !important;
  font-weight: 600;
  margin-bottom: 0px;
  color: white;
}

.page-sidebar-search-container {
  background-color: #303030;
  z-index: 2;
}

.sidebar-search-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
}

.sidebar-search-container .search-filter-icon {
  color: white;
  text-decoration: none;
  min-width: 20px;
  max-width: 20px;
  min-height: 32px;
  max-height: 32px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: 5px;
}

.form-search-filters {
  background-color: #494949;
  margin: 10px;
  padding: 10px 0px;
  border-radius: 4px;
}

.form-search-filters .form-select,
.form-search-filters .form-control {
  margin-bottom: 10px !important;
  max-height: 30px;
}

/************************************ Page Main Content Css ************************************/

.page-main-content {
  width: 100%;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  background-color: #fefefe;
  background-color: red;
  overflow-y: auto;
}

#sidebarSearchForm {
  height: 100%;
}

#sidebarSearchForm .search-form-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
}

#sidebarSearchForm .search-form-container::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  color: white;
  position: absolute;
  font-size: 12px;
  top: 10px;
  right: 40px;
  cursor: pointer;
}

#sidebarSearchForm .search-form-container input {
  font-family: "Roboto";
  padding-right: 20px;
}

#sidebarSearchForm .searchbar-text-input,
#sidebarSearchForm .searchbar-text-input:active,
#sidebarSearchForm .searchbar-text-input:focus {
  background-color: transparent !important;
  border-radius: 0px;
  border-right: 0px;
  font-size: 14px;
  color: white;
  margin-bottom: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#sidebarSearchForm .searchbar-text-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

#sidebarSearchForm .searchbar-submit-btn {
  border-radius: 0px;
  padding: 0px 8px;
  color: #272e36;
  background-color: white;
  font-size: 14px;
  border: 1px solid white;
  height: 32px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#sidebarSearchForm .searchbar-filter-container {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 15px;
  background-color: #272e36;
}

#sidebarSearchForm .searchbar-filter-icon {
  margin-left: 15px;
  display: flex;
  align-items: center;
  color: white;
  font-size: 14px;
}

#pageSidebar #searchCardContainer {
  height: 100%;
  padding: 0px 0px;
  overflow-x: hidden;
  overflow-y: auto;
}

.search-result-card {
  padding: 15px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: fit-content;
  width: 100%;
  cursor: pointer;
}

.search-result-card.active {
  padding: 15px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #494949;
}

.search-result-card .search-card-header {
  margin-bottom: 0.5rem;
}

.search-result-card .search-card-header .form-check {
  margin-top: -3px;
}

.type-img {
  max-height: 20px;
  margin-left: auto;
}

.padding-left-seven {
  padding-left: 7px !important;
}

.padding-left-fourty {
  padding-left: 40px !important;
}

.mt-25 {
  margin-top: 25px;
}

.search-result-card .search-card-header .medicine-name,
.search-result-card .search-card-header .order-name,
.search-result-card .search-card-header .protocol-name,
.search-result-card .search-card-header .block-name {
  font-size: 16px;
  color: white;
  font-weight: 600;
  /* text-transform: capitalize; */
  max-width: calc(100% - 0px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}

.search-result-card .search-card-header .medicine-flags img {
  margin-right: 8px;
  max-height: 18px;
}

.search-result-card .search-card-body hr {
  background-color: white;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.search-result-card .search-card-body .info-container {
  margin-bottom: 0px;
}

.search-result-card.orders-card .search-card-body>p {
  margin-bottom: 0px;
  color: white;
  font-size: 12px;
}

.search-result-card.orders-card .search-card-body>ul {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

.search-result-card.orders-card .search-card-body>ul li {
  font-size: 12px;
  color: white;
}

.search-result-card .search-card-body .info-container label {
  font-size: 14px;
  color: white;
  margin-right: 8px;
  font-weight: 500;
  margin-bottom: 0px;
}

.search-result-card .search-card-body .info-container span {
  font-size: 14px;
  color: white;
  margin-right: 8px;
  font-weight: 400;
  margin-bottom: 0px;
  opacity: 0.9;
}

.search-result-card .search-card-footer {
  display: flex;
  align-items: center;
}

.search-result-card .search-card-footer .medicine-classification {
  font-size: 14px;
  color: #8c72ad;
  font-weight: 400;
  width: fit-content;
}

.search-result-card .search-card-footer .action-container {
  margin-left: auto;
}

.search-result-card .search-card-footer .action-container a {
  margin-left: 10px;
  color: white;
  text-decoration: none;
  font-size: 14px;
}

/************************************ BreadCrumb stylesheet ************************************/

.breadcrumb-container {
  height: 32px;
  max-height: 32px;
  /* background-color: #EFF3F6; */
  padding: 5px 5px;
  display: flex;
  align-items: center;
  z-index: 1;
  margin-left: 10px;
}

.breadcrumb-container .breadcrumb {
  margin-bottom: 0px;
}

.breadcrumb-container .breadcrumb .breadcrumb-item {
  padding: 0px 5px;
  display: flex;
  flex-direction: row;
}

.breadcrumb-container .breadcrumb .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  display: flex;
  align-items: center;
  height: 100%;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #6c757d;
  content: "\f105";
}

.breadcrumb-container .breadcrumb .breadcrumb-item a {
  color: #555;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 500;
  margin-left: 5px;
}

.breadcrumb-container .breadcrumb .breadcrumb-item a span {
  font-size: 14px;
}

.breadcrumb-container .breadcrumb .breadcrumb-item:last-of-type a {
  color: #8c72ad;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 500;
}

.breadcrumb-container .breadcrumb .breadcrumb-item:last-of-type a span {
  font-size: 14px;
  font-weight: 500;
}

/************************************ page forms container / main content container ************************************/
.page-forms-container {
  height: 100%;
  width: 100%;
  flex: 1 1 0;
  min-height: 0px;
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
}

.page-forms-container .form-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  background-color: white;
}

.page-forms-container .form-wrapper .page-form-header {
  height: 40px !important;
  min-height: 40px !important;
  display: flex;
  align-items: center;
  padding: 0px 15px;
  background-color: #303030;
  border-left: 1px solid rgba(238, 238, 238, 0.75);
}

.page-forms-container .form-wrapper .page-form-footer {
  max-height: 55px;
  background-color: #f3edeb;
  border: 1px solid #ede4e1;
  min-height: 45px;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 20px;
}

.page-header-buttons {
  max-height: 55px;
  /* background-color: #F3EDEB;
  border: 1px solid #ede4e1; */
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 20px;
  gap: 6px;
}

.page-forms-container .form-wrapper .page-form-footer .page-pagination .pagination {
  margin-bottom: 0px;
  height: 30px;
}

.page-forms-container .form-wrapper .page-form-footer .page-pagination .pagination .page-link {
  min-height: 29px;
  max-height: 29px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  padding-top: 1px;
  min-width: 29px;
  color: #8c72ad;
}

.page-forms-container .form-wrapper .page-form-footer .page-pagination .pagination .page-link.active {
  min-height: 29px;
  max-height: 29px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  padding-top: 1px;
  min-width: 29px;
  background-color: #8c72ad;
  color: white;
}

.page-forms-container .form-wrapper .page-form-footer .page-pagination .pagination .page-link span {
  font-size: 20px;
  padding: 0px;
  margin-bottom: 3px;
}

.page-forms-container .form-wrapper .page-form-footer button {
  margin-left: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.page-forms-container .form-wrapper .page-form-header .form-heading {
  display: flex;
  font-weight: 600;
  align-items: center;
  padding: 0px 15px;
  margin-bottom: 0px;
  color: white;
  border-left: 4px solid #9a77cf;
  line-height: 16px;
  font-size: 16px;
}

.page-forms-container .form-wrapper .page-form {
  padding: 15px 15px;
  /* padding: 6px 2px 2px 2px; */
  flex: 1 1 0;
}

/************************************ Add New medicine form css starts here ************************************/
#addNewMedicineForm,
#editMedicineForm,
#addNewBlock,
#addNewOrder {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}

.field-div .field-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  white-space: nowrap;
}

.field-div .field-addon-label {
  height: 32px;
  padding: 5px 12px;
  max-width: fit-content;
  background-color: #efefef;
  font-size: 14px;
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-right: 0px;
  border-radius: 4px 0px 0px 4px;
}

.field-div .addon-field,
.field-div .addon-field .ant-select-selector {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.field-div .form-fieldset {
  border: 1px solid #ced4da;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.extravasation-link-container {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.link-guideline {
  font-size: 14px;
  color: #494949;
  margin-left: 10px;
  cursor: pointer;
}

.link-guideline:hover {
  color: #0d6efd;
}

.field-div .form-fieldset .form-control {
  margin-bottom: 0px;
}

.field-div .form-fieldset legend {
  display: block;
  max-height: 25px;
  float: none;
  margin-bottom: 0px;
  width: fit-content;
  padding: 0px 8px;
}

.field-div .form-fieldset legend input[type="checkbox"] {
  height: 16px;
  width: 16px;
}

.field-div input.form-control,
.field-div select.form-control,
.field-div .form-select {
  /* margin-bottom: 20px; */
  font-size: 14px;
  height: 32px;
  border: 1px solid #ced4da;
}

.field-div textarea.form-control {
  /* margin-bottom: 20px; */
  font-size: 14px;
  /* background-color: #f7fafb; */
  resize: vertical;
  text-align: left;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}

#medicineAdditionalInformation {
  min-height: 300px !important;
}

.header-search:focus {
  box-shadow: none;
}

#cumulativeDoseWarning {
  min-height: 32px;
  overflow-y: hidden;
}

.field-div .form-check {
  display: flex;
  align-items: center;
}

.field-div .form-check label {
  font-size: 13px;
  font-weight: 500;
  color: #303030;
}

.field-div .medicine-prescribing-unit {
  display: flex;
  flex-direction: row;
}

.medicine-quantity-unit .medicine-quantity-wrapper {
  display: flex;
  flex-direction: row;
}

.medicine-quantity-unit .medicine-quantity-wrapper>div {
  padding-right: 5px;
  flex: 1 1 0;
}

.medicine-quantity-unit .medicine-quantity-wrapper>div:last-of-type {
  /* padding-right: 5px; */
  flex: 1.25 1 0;
}

.medicine-quantity-unit .add-new-unit-btn {
  height: 32px;
  /* margin-bottom: 25px; */
  margin-bottom: 20px;
  color: white;
  background-color: #8c72ad;
  /* margin-left: 5px; */
  margin-top: auto;
  justify-content: space-between;
  /* margin-top: 10px; */
  /* margin-left: 5px; */
  align-self: center;
}

.form-flags-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding-bottom: 15px;
  box-sizing: border-box;
}

.form-flags-wrapper .btn-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.grid-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  height: 100%;
}

.grid-container .strength-table-container,
.grid-container .incompatablilities-grid-container {
  flex: 1 1 0;
  background-color: #f9fafb;
  border: 1px solid #e9e9e9;
  margin: 10px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 4px;
}

#strengthTable {
  margin-bottom: 0px;
}

#strengthTable thead {
  border: 1px solid #494949;
}

#strengthTable thead th {
  background-color: #494949;
  font-size: 14px;
  color: white;
  padding: 8px 10px;
}

#strengthTable tbody td {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 10px;
}

@media (max-width: 1199px) {

  .field-div,
  .form-div {
    padding: 0px 10px;
  }
}

@media (min-width: 1200px) {

  .field-div,
  .form-div {
    padding: 0px 10px;
  }

  .field-div>* {
    flex: 1 1 0;
  }
}

/*############################################## ROES Formulary Search Page CSS ######################################*/

#searchPageMain {
  display: flex;
  flex-direction: column;
}

.search-table-container {
  height: 100%;
  width: 100%;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(183, 192, 206, 0.2);
  border: 1px solid rgba(238, 238, 238, 0.75);
  display: flex;
  flex-direction: column;
}

.search-table-header {
  height: 40px;
  background-color: #323232;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0px 15px;
  min-height: 40px;
  padding-right: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.search-table-header .form-heading {
  display: flex;
  font-weight: 600;
  align-items: center;
  padding: 0px 15px;
  margin-bottom: 0px;
  color: white;
  border-left: 4px solid #9a77cf;
  line-height: 16px;
}

.search-table-header #formularySearchForm,
.search-table-header #pageMainSearchForm {
  margin-left: auto;
  min-width: 350px;
  background-color: #323232;
  height: 100%;
  width: 500px;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0px 20px;
  margin-bottom: 0px;
}

#formularySearchForm .form-content-container,
#pageMainSearchForm .form-content-container {
  max-height: 34px;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  width: 100%;
}

#formularySearchForm .form-content-container .form-control,
#pageMainSearchForm .form-content-container .form-control {
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}

#formularySearchForm .form-content-container button,
#pageMainSearchForm .form-content-container button {
  border-radius: 0px;
  max-height: 32px;
  padding: 0px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  background-color: #8c72ad;
  border: 1px solid white;
}

#formularySearchForm .form-content-container button:hover,
#formularySearchForm .form-content-container button:active,
#formularySearchForm .form-content-container button:focus,
#pageMainSearchForm .form-content-container button:hover,
#pageMainSearchForm .form-content-container button:active,
#pageMainSearchForm .form-content-container button:focus {
  background-color: #735e8f;
  box-sizing: border-box;
}

/* #formularySearchForm .form-content-container .form-control,
#pageMainSearchForm .form-content-container .form-control 
{
  margin-bottom: 0px;
} */

#searchPageMain .form-result-container {
  height: 100%;
  width: 100%;
  flex: 1 1 0;
  min-height: 0px;
  /* display: flex;
  overflow-y: auto; */
}

.fixed-header-table .ant-table-thead {
  position: sticky;
  top: 0;
  /* background-color: #8c72ad !important; */
  z-index: 1;
}

.fixed-header-table .ant-table-thead th {
  position: sticky;
  top: 0;
}

#generalFormularyResultTable {
  flex: 1 1 0;
  overflow-y: auto;
}

#generalFormularyResultTable th {
  background-color: #323232;
  color: white;
}

#generalFormularyResultTable td {
  font-weight: 400;
}

#generalFormularyResultTable td .medicine-route {
  display: block;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: fit-content;
}

#generalFormularyResultTable th,
#generalFormularyResultTable td {
  font-size: 14px;
  padding: 8px 10px;
}

#generalFormularyResultTable th:first-of-type,
#generalFormularyResultTable td:first-of-type {
  padding-left: 20px;
}

#generalFormularyResultTable th:last-of-type,
#generalFormularyResultTable td:last-of-type {
  padding-right: 20px;
}

.general-result-row .medicine-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 21px;
  max-width: 400px;
}

#generalFormularyResultTable .general-result-row .medicine-classification {
  color: #333;
  font-weight: 600;
}

#generalFormularyResultTable .general-result-row .medicine-flags,
#modalNzulmTable .medicine-flags,
#modalRoesFormularyTable .medicine-flags {
  color: #414141;
  font-size: 16px;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
}

#generalFormularyResultTable .general-result-row .medicine-flags .flag-container,
#modalNzulmTable .medicine-flags .flag-container,
#modalRoesFormularyTable .medicine-flags .flag-container {
  min-height: 18px;
  min-width: 18px;
  max-width: 18px;
  margin-right: 8px;
}

#generalFormularyResultTable .general-result-row .medicine-flags img,
#modalNzulmTable .medicine-flags .flag-container img,
#modalRoesFormularyTable .medicine-flags .flag-container img {
  max-height: 18px;
  max-width: 18px;
}

#generalFormularyResultTable .general-result-row .action-container {
  font-size: 16px;
  display: flex;
  flex-direction: row;
}

#generalFormularyResultTable .general-result-row .action-container a {
  margin-right: 10px;
  text-decoration: none;
  color: #888;
}

#generalFormularyResultTable .general-result-row .action-container a:hover {
  color: #8c72ad;
}

/*#################################################### STYLES FOR DOSE ##############################################*/

.search-result-card.dose-card .search-card-header,
.search-result-card.block-card .search-card-header {
  display: flex;
  align-items: center;
}

.search-result-card.dose-card .dose-action-container,
.search-result-card.block-card .block-action-container {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.search-result-card.dose-card .dose-action-container a,
.search-result-card.block-card .block-action-container a {
  color: white;
  margin-left: 10px;
  font-size: 14px;
}

.search-result-card.dose-card .dose-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  color: white;
  display: flex;
}

.search-result-card.dose-card .dose-description,
.search-result-card.block-card .block-description {
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  margin-top: 5px;
  font-weight: normal;
}

/*################################################### Dose Rounding css ##############################################*/

.rounding-type-options {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.rounding-type-options .form-check:nth-child(n + 2) {
  margin-left: 2rem;
}

#doseRoundingForm .form-control-container {
  padding-top: 15px;
  display: flex;
}

#doseRoundingForm #nearestFlatValueContainer .field-div {
  display: flex;
  flex-direction: row;
}

/* #doseRoundingForm #doseRoundingExpressionContainer
 {
  
 } */

#doseRoundingForm #doseRoundingExpressionContainer {
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  display: flex;
  flex-direction: row;
}

#doseRoundingForm #doseRoundingExpressionContainer>div {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  padding-left: 4px;
  padding-right: 4px;
}

#doseRoundingForm #doseRoundingExpressionContainer>div:first-of-type {
  display: flex;
  flex-direction: column;
  margin-left: 0px;
}

#doseRoundingForm #doseRoundingExpressionContainer .form-control {
  min-width: 50px;
  font-size: 12px;
}

#doseRoundingForm #doseRoundingExpressionContainer .form-control .custom-selected-value span {
  font-size: 12px;
}

#doseRoundingForm .input-group-append {
  height: 32px;
  max-width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
}

#doseRoundingForm .input-group-text {
  /* padding: 0px; */
  min-height: 32px;
  padding: 0px 5px;
  font-size: 12px;
}

/*Medicine Resuts Modal*/

#searchResultModal tbody tr .medicine-formula,
#modalNzulmTable tbody tr .medicine-formula {
  font-size: 12px;
  margin-top: -3px;
}

#searchResultModal tbody td,
#modalNzulmTable tbody td {
  padding-top: 6px;
  padding-bottom: 6px;
}

#searchResultModal tbody tr h5,
#modalNzulmTable tbody tr h5,
#modalRoesFormularyTable tbody h5 {
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  margin-bottom: -2px;
  color: #8c72ad;
}

#searchResultModal tbody tr .fa-plus,
#modalNzulmTable tbody tr .fa-plus,
#modalRoesFormularyTable tbody tr .fa-edit {
  color: #8c72ad;
}

/*Zubair's Styles Starts Here*/

.table-cyclev-heading {
  font-size: 12px;
}

.dosage-form-div {
  /* padding: 15px 0px; */
  height: 100%;
  padding: 20px;
}

.dosage-form-div .dosage-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.dosage-form .dosage-form-options-div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}

.dosage-notes-area {
  margin-bottom: 20px;
  font-size: 14px;
  background-color: #f9fafb;
  resize: vertical;
  min-height: 64px !important;
  overflow: hidden;
}

.checkbox-age-group-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  height: 40px;
  background-color: #f9fafb;
}

.checkbox-age-group {
  margin: 0px;
  display: flex;
  justify-content: center;
  width: 33%;
}

.dosing-parameters-div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  font-size: 14px;
  height: 32px;
}

.dosage-parameters-radio {
  margin: 0px;
  width: 25%;
  display: flex;
  justify-content: center;
}

.dosing-parameters-table-div {
  display: flex;
  flex-direction: column;
  background-color: #f3f6f9;
  padding: 10px;
  border-radius: 4px;
  flex: 1 1 0;
}

.dosing-parameters-table thead {
  background-color: #494949;
  color: white;
}

.dosing-parameters-table td {
  font-size: 14px;
  padding: 8px 10px;
}

.dosing-parameters-table tr {
  font-size: 14px;
}

.save-btn-div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 28px;
  height: 55px;
  background-color: #e0e0e0;
}

.table-icon {
  color: #333;
  font-size: 20px;
}

.page-dose-forms-container {
  height: 100%;
  width: 100%;
  padding: 15px;
}

/*Zubair's Blocks's page style*/

.block-container-div .block-sub-div {
  border: 1px solid rgb(184, 184, 184);
  padding-top: 10px;
  padding-bottom: 10px;
}

.block-condition-div {
  display: flex;
}

.block-condition-div>div {
  flex: 1 1 0;
  display: flex;
  align-items: center;
}

.block-condition-div>div span {
  padding-left: 0px;
  white-space: nowrap;
}

.block-condition-div>div .form-control {
  margin-bottom: 0px;
}

.block-formula-container {
  height: 100%;
  background-color: #f9fafb;
  border-radius: 4px;
}

.block-formula-container fieldset {
  border: 0px;
  margin-bottom: 0px;
}

.block-formula-string {
  font-size: 14px;
}

.block-formula-string span {
  font-size: 14px;
  font-weight: 600;
}

.block-combi-heading {
  color: #000000;
  margin: 0px;
  font-size: 16px;
}

.block-mg-span {
  color: #a237a8;
}

.block-percen-span {
  color: #00a3ff;
}

.block-mml-span {
  color: #f3850c;
}

.block-actions-icons:nth-child(n + 2) {
  margin-left: 10px;
  font-size: 16px;
}

.block-description-generator {
  margin: 5px 10px;
  box-shadow: 0px 0px 10px rgba(183, 192, 206, 0.3);
  border: 1px solid rgba(238, 238, 238, 0.3);
  border-radius: 4px;
  background-color: white;
  padding: 10px;
  display: flex;
  flex-direction: row;
}

.block-description-generator .form-select,
.block-description-generator .form-control {
  margin-bottom: 0px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.block-bracket-span {
  font-size: 16px;
  font-weight: bold;
}

.block-content-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: white;
}

.block-content-container>div:nth-of-type(2) {
  flex: 2 1 0;
  display: flex;
  flex-direction: column;
}

.block-content-container>div:last-of-type {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block-description-generator .delete-formula {
  cursor: pointer;
}

.block-content-container .block-content-img {
  max-width: 35px;
  width: 35px;
  margin-right: 10px;
}

.block-combiTwo-heading {
  color: #a237a8;
  margin: 0px;
  font-size: 16px;
}

.block-condition-radio {
  margin-left: 20px;
}

.block-condition-select {
  font-size: 14px;
  height: 32px;
  background-color: #f9fafb;
}

.block-text-input {
  margin: 0px;
  width: 100px;
  margin-right: 10px;
  font-size: 14px;
  height: 32px;
  background-color: #f9fafb;
}

.block-action-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
  padding: 10px;
  background-color: #f9fafb;
  border-radius: 4px;
}

.block-save-btn {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.875rem;
  color: #000;
  background-color: #f8f9fa;
  border-color: #c5c8cb;
  margin-left: 10px;
}

.block-description-div {
  margin-top: 50px;
}

.btn-purple:hover,
.btn-purple:active,
.btn-purple:focus {
  background-color: #735e8f;
  color: white;
}

.font-size-forteen {
  font-size: 14px !important;
}

/*Zubair's Styles Ends here*/

/*top navigation styles*/
.nav-dropbtn,
.nav-dropright-btn {
  font-size: 14px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  background-color: transparent;
}

.nav-dropdown,
.nav-dropright {
  position: relative;
  display: inline-block;
  width: 100%;
}

.nav-dropdown-content,
.nav-dropright-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 155px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2000;
}

.nav-dropright-content {
  display: none;
  position: absolute;
  right: -120px;
  top: 0px;
  background-color: #f9f9f9;
  min-width: 155px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  left: calc(100% + 1px);
}

.nav-dropdown-content a,
.nav-dropdown-content button,
.nav-dropright-content a,
.nav-dropright-content button {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #d4d4d4;
}

.nav-dropdown-content a:hover,
.nav-dropdown-content button:hover,
.nav-dropright-content a:hover,
.nav-dropright-content button:hover {
  background-color: #f1f1f1;
}

.nav-dropdown:hover .nav-dropdown-content,
.nav-dropright:hover .nav-dropright-content {
  display: block;
}

.nav-dropright-btn {
  padding: 5px 10px !important;
}

/**/

.add-Incompatability-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.add-Incompatability-container>div {
  width: fit-content;
  flex: 1 1 0;
}

.add-Incompatability-container>div:last-of-type {
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.add-Incompatability-container>div:last-of-type button {
  /* margin-bottom: 20px; */
  height: 32px;
  width: 32px;
  min-height: 32px;
  max-height: 32px;
  min-width: 32px;
  max-width: 32px;
}

/*Dosing Library Table*/

#dosingPrameterTable thead,
#commulativeWeeklyDoseTable thead {
  border: 1px solid #494949;
}

#dosingPrameterTable thead th,
#commulativeWeeklyDoseTable thead th {
  background-color: #494949;
  color: white;
  padding: 8px 10px;
  border: 1px solid #494949;
}

.commulative-dose-number-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.commulative-dose-number-container .dose-number-div {
  min-width: 13.55%;
  max-width: 13.55%;
  margin-left: 4px;
}

.commulative-dose-number-container .dose-number-div:nth-child(8n),
.commulative-dose-number-container .dose-number-div:nth-child(1) {
  margin-left: 0px;
}

.commulative-dose-number-container .dose-number-div input {
  border-radius: 0px;
}

.commulative-dose-number-container .dose-number-div .dose-number-div-header {
  background-color: #8c72ad;
  display: flex;
  border-radius: 0px;
}

.commulative-dose-number-container .dose-number-div .dose-number-div-header label {
  color: white;
  width: 100%;
  padding: 5px 6px;
  font-size: 12px;
}

#dosingPrameterTable tbody td {
  padding: 8px 10px;
}

.add-new-dosing-row {
  min-width: 20px;
}

.add-new-dosing-row .fas {
  font-size: 14px;
  line-height: 16px;
}

.dose-card-container {
  background-color: #f5f5f5;
  max-height: 60vh;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 4px;
}

.dose-card-associated-container {
  background-color: #f5f5f5;
  height: 100%;
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 4px;
}

.dose-card-associated-container .dose-card,
.dose-card-container .dose-card {
  border-bottom: 1px solid #303030;
}

.dose-card-associated-container .search-card-header .dose-name,
.dose-card-container .search-card-header .dose-name {
  color: #303030;
}

.dose-card-associated-container .search-card-body .dose-description,
.dose-card-container .search-card-body .dose-description {
  color: #303030;
}

.dose-filters-container {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-radius: 4px;
  background-color: #494949;
  color: #fff;
  margin-bottom: 10px;
}

.dose-filters-container>* {
  flex: 1 1 0;
}

.reset-button-container {
  display: flex;
  align-items: flex-end;
}

.dose-action-button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.dose-action-button-container .table-action-btn {
  border-radius: 50%;
  margin-bottom: 10px;
  min-width: 32px;
  height: 32px;
}

#IncompatabilityTable tbody td {
  font-size: 14px;
  padding: 5px 10px;
}

#dosingPrameterTable tbody td .set-val {
  background-color: #f1f1f1;
  color: #303030;
  border: 1px solid #494949;
  outline: none;
  border-radius: 3px;
  padding: 0px 5px;
  max-width: 50px;
  margin-right: 5px;
}

#dosingPrameterTable tbody td input::-webkit-outer-spin-button,
#dosingPrameterTable tbody td input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#dosingPrameterTable tbody td input[type="number"] {
  -moz-appearance: textfield;
}

.dose-searchbar-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

#doseRoundingSearchBtn {
  min-height: 32px;
  margin-left: 5px;
}

#searchbarDoseInput:focus,
#searchbarDoseInput:active {
  background-color: transparent !important;
}

/*Orders Page Css*/

.order-detail-container {
  position: relative;
}

.order-detail-container .order-details-div {
  padding: 10px;
  position: absolute;
  bottom: 110%;
  right: 0px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  min-width: 280px;
  display: flex;
  flex-direction: column;
  background-color: white;
}

.order-detail-container .order-details-div .content-row {
  display: flex;
  flex-direction: row;
  padding: 5px 10px;
}

.order-detail-container .order-details-div .content-row .content-label {
  font-size: 14px;
  font-weight: 600;
  min-width: 100px;
}

.search-med-btn {
  max-height: 32px;
}

.range-input-div {
  display: flex;
  flex-direction: row;
}

.range-input-div>div:first-of-type {
  flex: 2 1 0;
}

.range-input-div>div {
  flex: 1 1 0;
}

.range-input-div>div:nth-last-child(2) {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.frequency-checbox-div {
  display: flex;
  flex-direction: row;
}

.frequency-checbox-div>div:first-of-type {
  width: 100%;
  flex: 3.3 1 0;
  padding-right: 0.5rem;
}

.frequency-checbox-div>div:nth-last-child(1) {
  width: 100%;
  flex: 1 1 0;
  padding-right: 0.5rem;
}

.rich-text-field {
  border-radius: 4px;
}

#administrationInfoInput {
  min-height: 200px;
}

.timing-seq-span {
  font-size: 10px;
  margin-left: 10px;
  padding-bottom: 4px;
}

.orderAdditiveTableContainer {
  overflow-x: visible;
  overflow-y: visible;
}

#orderAdditiveTable .form-select,
#orderAdditiveTable .form-control {
  margin-bottom: 0px;
}

#orderAdditiveTable thead {
  border: none;
}

#orderAdditiveTable thead th {
  padding: 5px 10px;
  font-size: 14px;
  background-color: #494949;
  color: white;
  font-weight: 600;
}

#orderAdditiveTable thead a {
  color: white;
}

#orderDiluentTable thead th {
  padding: 5px 10px;
  background-color: #494949;
  color: white;
  font-weight: 600;
  font-size: 14px;
}

#orderDiluentTable tbody td {
  font-size: 14px;
  max-width: 150px;
}

#orderDiluentTable thead th a {
  color: white;
}

.placeholder-div {
  height: 80px;
}

.search-card-body .orders-additives .additive-para {
  color: #f3850c;
  margin-bottom: 2px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.search-card-body .orders-diluent .diluent-para {
  color: #00a3ff;
  margin-bottom: 2px;
  font-size: 12px;
}

.search-card-body .orders-type .orders-type-para {
  color: white;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 400;
}

.search-card-body .orders-classification .classification-para {
  color: white;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 400;
}

.search-card-footer .added-date label {
  font-size: 12px;
  margin-bottom: 0px;
  color: white;
  font-weight: 700;
  margin-right: 5px;
}

.search-card-footer .added-date span {
  font-size: 12px;
  margin-bottom: 0px;
  color: white;
  font-weight: 400;
}

.search-card-body .orders-item-name .item-name-para {
  font-size: 12px;
  margin-bottom: 0;
  color: white;
  font-weight: 400;
}

#orderAdditiveTable .form-control {
  margin-bottom: 0px;
  max-width: 100px;
}

.days-of-week-container {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  min-height: 32px;
  margin-bottom: 20px;
}

/*Zubair's cycle view styles*/

.protocol-container-div {
  padding: 0px;
  height: 100%;
}

.protocol-row {
  height: 100%;
}

.protocol-component-div {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px;
  border: 1px solid rgb(184, 184, 184);
}

.protocol-cycles-div {
  margin-left: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px;
  border: 1px solid rgb(184, 184, 184);
}

.protocol-cycles-sub-div {
  padding: 15px;
}

.cycles-div {
  border: 1px solid rgb(184, 184, 184);
  border-top: 15px solid rgb(103, 103, 103);
  padding: 10px;
  background-color: #eff3f6;
  display: inline-block;
  width: 100%;
}

.cycles-sub-div {
  display: grid;
}

.cycles-action-div {
  text-align: end;
}

.cycles-action-link {
  margin-left: 5px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 14px;
}

.days-cycles-div {
  display: flex;
  flex-direction: row;
  flex: 1 1 0;
}

.days-cycles-row {
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
}

.days-col {
  overflow-y: auto;
}

.days-col-details {
  flex: 4 1 0;
  overflow-y: auto;
  padding: 15px;
  background-color: #f9fafb;
}

.days-col-details .form-heading {
  background-color: #494949;
  color: white;
  padding: 8px 15px;
  font-size: 16px;
}

/*custom scroll Generic for days cycle cols*/
/* .days-col::-webkit-scrollbar {
  display: none;
} */

.days-col::-webkit-scrollbar-track {
  background: transparent;
}

.days-col ::-webkit-scrollbar-thumb {
  background: transparent;
}

#snoMedSearchTable p {
  font-size: 14px;
}

#snoMedSearchTable a {
  font-size: 14px;
  font-weight: 600;
}

.apply-to-calender-view {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.apply-to-calender-view .calender-day:nth-child(even) {
  min-width: 14.285%;
  max-width: 14.285%;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ddd;
  /* border: 1px solid #ddd; */
}

.btn-apply-to:hover {
  border-color: #8c72ad !important;
  color: #8c72ad !important;
}

.apply-to-calender-view .calender-day:nth-child(odd) {
  min-width: 14.285%;
  max-width: 14.285%;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ddd;
}

.apply-to-calender-view .calender-day:nth-child(7n) {
  border-right: 1px solid #ddd;
}

.apply-to-calender-view .calender-day:nth-child(n + 8) {
  border-top: 0px !important;
}

.apply-to-calender-view .calender-day {
  min-width: 14.285%;
  max-width: 14.285%;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.apply-to-calender-view .calender-day .applyto-day-label {
  color: #323232;
  font-weight: 500;
}

.apply-to-calender-view .calender-day.active {
  background-color: #8c72ad;
  border: 1px solid #8c72ad;
}

.apply-to-calender-view .calender-day.applied {
  background-color: #494949;
  border: 1px solid #494949;
}

.apply-to-calender-view .calender-day.applied .applyto-day-label {
  color: white;
}

.apply-to-calender-view .calender-day.active .applyto-day-label {
  color: white;
}

/* Custom scroll styles end here */

.days-sub-div {
  border: 1px solid rgba(220, 220, 220, 1);
  min-height: 150px;
  max-width: 240px;
  margin: 10px 0px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(183, 192, 206, 0.3);
}

.common-sequence-group {
  padding: 10px;
  border: transparent;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}

.common-sequence-group .day-detail-div:last-child {
  margin-bottom: 0px;
}

.days-indic-div {
  background-color: #494949;
  padding: 5px 10px;
}

.day-heading {
  color: #fff;
  margin: 0px;
  font-size: 12px;
  font-weight: 700;
  min-height: 20px;
  display: flex;
  align-items: center;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.medi-div {
  background-color: #ebeded;
  padding: 5px;
}

.medi-sub-div {
  display: flex;
  margin-bottom: 8px;
}

.medi-sub-div .medicine-name {
  flex: 1 1 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.medi-sub-div .medicine-name span {
  white-space: nowrap;
  font-size: 11px;
  line-height: 12px;
  display: block;
  max-width: calc(100% - 0px);
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 5px;
}

.medi-img {
  max-width: 32px;
  min-width: 32px;
  height: 32px;
}

.order-img img,
.medicine-img img {
  height: 36px;
  width: 36px;
  pointer-events: none;
}

.medi-heading {
  color: #303030;
  margin: 0px;
  margin-left: 5px;
  font-size: 14px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  margin-bottom: 2px;
}

.medi-suba-div {
  display: flex;
  margin-top: 5px;
  align-items: center;
}

.medi-wb-div {
  padding: 10px;
  background: #ffffff;
}

.day-detail-div {
  border: 1px solid rgba(220, 220, 220, 1);
  margin-bottom: 10px;
  background-color: white;
  border-radius: 4px;
  overflow-y: hidden;
  /* box-shadow: 0px 0px 10px rgb(183 192 206 / 40%); */
}

.day-detail-div:last-of-type {
  margin-bottom: 10px;
}

.day-detail-div ul {
  margin-bottom: 0px;
}

.protocol-check .form-check-label {
  font-size: 12px;
}

.day-detail-header {
  background-color: #494949;
  display: flex;
  /* padding: 5px; */
  color: white;
  padding: 8px 15px;
  margin-bottom: 10px;
  /* margin-top: -10px; */
  margin-right: -10px;
  margin-left: -10px;
  min-height: 40px;
  max-height: 40px;
}

.investigations-div {
  display: flex;
  margin: 10px;
}

.investigations-div .form-control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #c3c3c3;
  margin-bottom: 0px;
}

.investigations-div button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  min-width: 32px;
  max-width: 32px;
}

.investigation-container,
.other-test-div {
  padding: 5px 10px;
}

.investigation-container>label,
.other-test-div>label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.per-day-icon {
  margin-left: 5px;
  margin-right: 5px;
}

.day-detail-content-div {
  padding: 15px;
}

.day-detail-content-div .description {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.day-detail-content-div ul li {
  font-size: 12px;
  font-weight: 400;
}

.med-for-div {
  margin-left: 10px;
}

.per-medb-heading {
  font-size: 16px;
  line-height: 16px;
  margin: 0px;
  margin-bottom: 0px;
}

.per-day-span {
  font-size: 12px;
  line-height: 12px;
}

.per-order-div {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-left: 5px;
}

.per-order-div .per-order-img {
  width: 25px;
  height: 25px;
  filter: grayscale(1);
}

.per-order-div .per-order-img:nth-last-child(n + 4) {
  width: 25px;
  height: 25px;
  filter: grayscale(1);
  opacity: 0.5;
}

.per-order-div .per-order-img.active {
  filter: grayscale(0);
  opacity: 1;
}

.per-ordermar-img {
  margin-left: 5px;
}

.per-ordersub-div {
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.per-ordersub-div i {
  margin-left: 8px;
  cursor: pointer;
}

.per-ordersub-div .rounding-icon {
  height: 20px;
  margin-left: 8px;
}

.day-detail-content-div .col-xl-6:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: end;
}

.per-dash-div {
  height: 1px;
  border: 1px dashed rgb(184, 184, 184);
  margin: 10px 0px;
}

.per-day-desc {
  margin: 0px;
  font-size: 14px;
}

.per-medpur-heading {
  font-size: 14px;
  margin: 0px;
  color: #a237a8;
}

.per-col-sepa {
  border-left: 1px dashed;
}

.per-con-div {
  margin-right: 30px;
}

.per-iconsub-div {
  display: flex;
  margin-top: 10px;
}

.per-medora-heading {
  font-size: 14px;
  margin: 0px;
  color: #f3850c;
}

.per-day-spanora {
  color: #f3850c;
}

/* Styles for protocol page*/

.protocol-container,
.cycles-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 100%;
  margin-right: 10px;
  margin-left: 5px;
}

.cycles-container #cycleContainer {
  height: 100%;
  width: 100%;
  background-color: #f3edeb;
  margin: 0px 10px;
  margin-right: 10px;
  border-radius: 4px;
}

.drag-selectors {
  flex: 1 1 0;
  height: 100%;
  background-color: #f0f0f0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 10px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.protocol-generator {
  flex: 4 1 0;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f8f8f8;
  position: relative;
  overflow: auto;
}

#protocolFlowChartDiv {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.protocol-contextmenu {
  position: absolute;
  width: 150px;
  height: fit-content;
  box-shadow: 1px 6px 15px rgba(0, 0, 0, 0.2);
  background-color: white;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 5px;
  z-index: 112;
}

.protocol-contextmenu .protocol-item {
  min-height: 30px;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 4px 8px;
  width: 100%;
  font-weight: 600;
  color: #303030;
  border-bottom: 1px solid rgba(238, 238, 238, 0.75);
}

.protocol-contextmenu .protocol-item:hover {
  color: white;
  background-color: #494949;
}

/* Flowy draggable components */

.or-condition-div,
.and-condition-div {
  width: 100px;
  height: 100px;
  background-color: transparent;
  display: flex;
  justify-content: center;
}

.and-condition-div .content-container,
.or-condition-div .content-container {
  min-height: 100px;
  min-width: 100px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.condition-div-shape {
  height: calc(100% - 28%);
  width: calc(100% - 28%);
  background-color: white;
  box-shadow: 1px 6px 11px rgba(0, 0, 0, 0.16);
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d1d1;
}

.condition-div-shape p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transform: rotate(-45deg);
}

.component-div {
  display: flex;
  background-color: white;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
  padding: 10px;
  min-width: 120px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
}

.component-div .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.component-div .component-div-shape {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

.create-flowy {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.arrowblock {
  width: 20%;
}

.component-selected {
  border: 2px solid #8c72ad;
}

/* cycle for each node */

#cycleContainer {
  padding: 10px;
  overflow-y: auto;
}

.cycle-information {
  padding: 15px 20px;
  border-bottom: 1px solid #e6dede;
}

.cycle-information .form-control {
  margin-bottom: 0px;
}

#cycleContainer .cycle-div {
  flex: 1 1 0;
  padding: 5px 10px;
  min-width: 50%;
  max-width: 50%;
  background-color: transparent;
  height: fit-content;
  float: left;
}

#cycleContainer .cycle-div .cycle-container {
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
  background-color: white;
}

.cycle-div .cycle-container .cycle-number {
  font-size: 14px;
  font-weight: 600;
  /* text-transform: capitalize; */
}

.cycle-div .cycle-container hr {
  margin-top: 6px;
  margin-bottom: 6px;
}

.cycle-div .cycle-length p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
}

.cycle-div .cycle-length p span {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
}

.cycle-div .cycle-length .component-name {
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  width: calc(100% - 0px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.cycle-div .action-div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background-color: #fff;
  border-radius: 3px;
}

.cycle-div .action-div a {
  color: #494949;
  padding: 0px 5px;
  font-size: 14px;
  cursor: pointer;
}

/* cycle View Page Styles */

.cycle-view-sidebar {
  /* background-color: #fff !important; */
  border-right: 1px solid #cfcfcf;
  padding-top: 0px !important;
}

.cycle-view-sidebar.collapsed {
  background-color: #303030 !important;
}

.cycle-view-sidebar .sidebar-collapse-content {
  background-color: #303030;
  min-height: 40px !important;
}

.cycle-view-sidebar.collapsed>h6,
.cycle-view-sidebar.collapsed>.inner-items-container {
  display: none;
}

.cycle-view-sidebar .items-section-heading {
  padding: 8px 10px;
  color: #303030;
  font-size: 14px;
  width: 100%;
  text-align: center;
  min-height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.items-section-heading[aria-expanded="false"] .collapse-icon:before {
  font-family: "Font Awesome 5 Free";
  content: "\f067" !important;
}

.items-section-heading[aria-expanded="true"] .collapse-icon:before {
  font-family: "Font Awesome 5 Free";
  content: "\f068" !important;
}

.cycle-view-sidebar #sidebarChemoDrugsHeading {
  background-color: #ce9ed1;
  height: fit-content;
  margin-bottom: 0px;
}

.cycle-view-sidebar #sidebarAncillaryDrugsHeading {
  background-color: #fff2b1;
  height: fit-content;
  margin-bottom: 0px;
}

.cycle-view-sidebar #sidebarSupportiveDrugsHeading {
  background-color: #99d2f2;
  height: fit-content;
  margin-bottom: 0px;
}

.cycle-view-sidebar #InvestigationsHeading {
  background-color: #a7f6a7;
  height: fit-content;
  margin-bottom: 0px;
}

.cycle-view-sidebar #noOrderDrugHeading {
  background-color: #ffdba9;
  height: fit-content;
  margin-bottom: 0px;
}

.cycle-view-sidebar .inner-items-container {
  height: 100%;
  overflow-y: auto;
}

.inner-items-container::-webkit-scrollbar {
  width: 10px !important;
  height: 10px !important;
}

.inner-items-container::-webkit-scrollbar-thumb {
  /* background: transparent !important; */
  background: #d9d9d9 !important;
}

.cycle-view-sidebar .search-result-card hr {
  background-color: #ccc;
}

.days-container {
  background-color: #f3edeb;
  padding: 15px;
}

#sidebarAncillaryDrugs .search-result-card.active,
#sidebarAncillaryDrugs .search-result-card:hover {
  background-color: rgba(255, 219, 169, 0.2);
}

#sidebarChemoDrugs .search-result-card.active,
#sidebarChemoDrugs .search-result-card:hover {
  background-color: rgba(179, 145, 181, 0.2);
}

#sidebarSupportiveDrugs .search-result-card.active,
#sidebarSupportiveDrugs .search-result-card:hover {
  background-color: rgba(153, 210, 242, 0.2);
}

#sidebarInvestigationsDiv .search-result-card.active,
#sidebarInvestigationsDiv .search-result-card:hover {
  background-color: rgba(167, 247, 167, 0.2);
}

#noOrderDrug .search-result-card.active,
#noOrderDrug .search-result-card:hover {
  background-color: rgba(255, 242, 177, 0.2);
}

.days-container.cycle-view {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 15px;
  background-color: #f9fafb;
}

.days-container .days-sub-div:first-of-type {
  margin-top: 0px;
}

.days-container.cycle-view .days-sub-div {
  min-width: 13.25%;
  max-width: 13.25%;
  margin: 0.5%;
}

.days-container.cycle-view .days-sub-div:hover {
  min-width: 41.75%;
  max-width: 41.75%;
  transform: scale(1.05);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.protocol-status {
  margin-right: auto;
}

.protocol-status span {
  max-height: 16px;
  min-width: 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
  padding: 2px 6px;
  background-color: white;
  border-radius: 4px;
  color: #303030;
}

/* dose Library css */

#weeklyDoseInputTable thead,
#weeklyDoseInputTable thead tr {
  border-color: #8c72ad;
}

#weeklyDoseInputTable thead th {
  background-color: #8c72ad;
  color: white;
  padding: 8px 10px;
}

#weeklyDoseInputTable tbody td {
  padding: 0px;
}

#weeklyDoseInputTable input[type="number"] {
  outline: none;
  width: 100%;
  background-color: white;
  border: 0px;
  border-right: 1px solid #ced4da;
  text-align: center;
  border-radius: 0px;
  padding: 5px 8px;
}

.active-link {
  /* background-color: #8c72ad !important;
  color: #fff !important; */
  /* border: 1px solid #dee2e6 !important; */

  color: #000 !important;

  border-radius: 5px;
}

.cancel-btn {
  border: 1px solid #8c72ad !important;
  /* box-sizing: border-box; */
}

.side-nav-active {
  background-color: #8c72ad !important;
  width: 100%;
  justify-content: center;
}

@media print {
  .hide-on-print {
    display: none;
  }


  .medicine-schedule-div .single-date {
    height: 150px !important;
  }

}

.zoom {
  transform: 'scale(0.3)'
}

#weeklyDoseInputTable input[type="number"]:focus,
#weeklyDoseInputTable input[type="number"]:active {
  /* background-color: #494949; */
  width: 100%;
  text-align: center;
  color: #000;
}

#weeklyDoseInputTable .matched {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}

#weeklyDoseInputTable .mismatched {
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
}

.modal-sidebar {
  position: absolute;
  z-index: 1140;
  height: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  right: 0;
  display: flex;
  flex-direction: column;
  transition-duration: 0.15s;
  background-color: white;
}

.modal-sidebar.sm {
  width: 400px;
  max-width: 400px;
}

.modal-sidebar.md {
  width: 500px;
  max-width: 500px;
}

.modal-sidebar.lg {
  width: 768px;
  max-width: 768px;
}

.modal-sidebar.xl {
  min-width: 900px;
  width: 900px;
  max-width: 900px;
}

/*Added By Tauseef Shahid*/
.page-main-content.medicine-summary-continer {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  background-color: #fefefe;
  flex: 1 1 0;
  min-height: 0px;
  position: relative;
}

.bg-alert-green {
  background-color: #c8e6c9;
  color: #323232 !important;
}

.bg-alert-grey {
  color: #bbb;
}

.collapse-table-header {
  background-color: #1a94d1;
  color: white;
  font-weight: 600;
  padding: 15px;
  display: flex;
}

.collapse-table-header i {
  margin-left: auto;
}

.bg-alert-orange {
  background-color: #ffdfc0 !important;
  color: #323232 !important;
}

.cycle-header-icon {
  margin-left: auto;
  margin-right: 15px;
}

#r2-header-icon {
  float: right;
}

.cycles-data .collapse-table-header {
  background-color: rgb(92 186 231);
}

.cycles-row {
  display: flex;
  flex-wrap: nowrap;
}

.cycle-collapse-table-header {
  background-color: #ededed;
  color: #303030;
  font-weight: 600;
  padding: 15px;
}

#r3-header-icon {
  float: right;
}

.cell-header {
  min-width: 250px;
  max-width: 250px;
  height: 50px;
  border-left: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
}

.data-cell {
  border-left: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100px;
  min-width: 100px;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}

.bg-alert-pink {
  background-color: #ffcdd2;
  color: #303030 !important;
}

.bg-alert-blue {
  background-color: #afcfff;
  color: #323232 !important;
}

.table-row {
  display: flex;
  margin: 0px;
}

.medi-dose-sidebar a {
  min-height: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: #8c72ad; */
  margin: 2px;
  border: 2px ghostwhite;
  color: white;
  font-size: 12px;
  text-decoration: none;
  padding: 3px 5px;
}

.notes-header {
  font-weight: 700;
  font-size: 14px;
  background-color: #efe5e2;
  padding: 0px 10px;
  border-radius: 4px;
}

.notes-range {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.notes-range .custom-calender {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.notes-range .input-group-text {
  max-height: 32px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 12px;
  padding: inherit 4px;
  border-right: 0px;
  font-weight: 500;
}

.notes-bar-icon {
  color: black;
  font-size: 27px;
  margin: 2px;
  padding: 0px;
  max-width: 25px;
}

.notes-bar input[type="date"] {
  border: 0px;
}

.status-P {
  background-color: #f8d7da !important;
  border: 1px solid #ffc1c6;
  min-width: 24px;
}

.status-D {
  background-color: #c8e6c9 !important;
  border: 1px solid #a3ddc3;
  min-width: 24px;
}

.status-N {
  background-color: #cfe2ff !important;
  border: 1px solid #bdd7ff;
  min-width: 24px;
}

.home-medicine-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: white;
  margin-top: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}

.meds-history-content {
  align-items: center;
  justify-content: center;
}

#patientquery tr td label {
  font-size: 12px;
  font-weight: 600;
}

#patientAssessment {
  z-index: 2040;
}

i {
  cursor: pointer;
}

#patientquery tr td {
  border: 1px solid #ddd;
}

#patientquery tr td span {
  font-size: 12px;
}

.container {
  display: flex;
}

.cummulative-doses-content {
  align-items: center;
  justify-content: center;
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}

.cummulative-doses-header {
  font-weight: 700;
  font-size: 14px;
  background-color: #efe5e2;
  padding: 0px 10px;
  border-radius: 4px;
}

.medicine-dose-footer {
  background-color: #f3edeb;
  opacity: 1;
  color: black;
  display: flex;
  padding: 5px 10px;
  max-height: 50px;
  overflow: hidden;
}

.dose-reduction i,
.adverse-event i {
  color: red;
  white-space: nowrap;
  margin-right: 5px;
}

.completed-cycles i {
  color: #c8e6c9;
  margin-right: 5px;
}

.completed-cycles,
.prescribed-cycles,
.drug-stopped,
.dose-reduction,
.adverse-event,
.booked-cycles,
.planned-cycles {
  display: flex;
}

.booked-cycles i,
.drug-stopped i {
  margin-right: 5px;
}

.prescribed-cycles i {
  color: #afcfff;
  margin-right: 5px;
}

.icon-red {
  margin-left: 5px;
  color: red;
}

.data-cell strike {
  color: red;
  margin-right: 5px;
}

.planned-cycles i {
  color: #ffcdd2;
  margin-right: 5px;
}

.icon-black {
  color: black;
}

.description {
  justify-content: center;
  align-items: center;
  margin-left: auto !important;
}

.description label {
  font-size: 12px;
}

.notes-content {
  margin-top: 10px;
}

.icon-orange {
  color: #ffdfc0;
}

.table-paragraph {
  margin: 8px 10px;
  font-weight: 500;
}

.doses-row-border {
  border-bottom: 1px solid #ddd;
}

.doses-row-border-header {
  background-color: #494949;
  padding: 8px 10px;
}

.meds-history-table .doses-row-border-header label {
  color: white;
}

.meds-history-table .row:nth-child(n + 2)>div {
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
}

.meds-history-table .row:nth-child(n + 3) {
  background-color: white;
}

.med-history-table-container {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  background-color: white;
}

.doses-row-border-header .table-label {
  color: white;
}

.bg-phrmacist {
  background-color: #68bd80;
}

/* .lab-Results-content {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
} */

.lab-Results-content thead th {
  padding: 8px 10px;
  background-color: #494949;
  color: white;
}

.lab-Results-content tbody td {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #bbb;
  white-space: nowrap;
}

table.MOH-table tbody td {
  white-space: pre-wrap;
}

.d-flex {
  display: flex;
}

.medi-dose-sidebar p {
  font-weight: 400;
}

.patient-assessment-footer {
  margin-left: 85%;
}

.patient-assessment-footer .link {
  margin: 10px;
}

.medi-dose-sidebar .notes-content .table label {
  font-weight: 600;
  margin-right: 15px;
}

.float-right {
  float: right;
}

.medicine-dose-footer label {
  font-weight: 700;
  white-space: nowrap;
}

.medicine-detail {
  border-bottom: 1px solid #ddd;
  width: 300px;
  padding: 10px 10px;
}

.medicine-detail-info {
  padding: 10px 10px;
  width: 150px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}

.medicine-detail-info .fas {
  margin-left: auto;
}

.Labs-header {
  font-weight: 700;
  font-size: 14px;
  background-color: #efe5e2;
  padding: 0px 10px;
  border-radius: 4px;
}

.notes-bar-button {
  background-color: #fefefe;
  /* color: #303030; */
  font-size: 12px;
  font-weight: 700;
  border: 2px;
  max-width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 32px;
  min-height: 32px;
  min-width: 32px;
  border-radius: 3px;
  color: #494949;
  margin-left: auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.notes-bar {
  padding: 10px;
  font-size: 12px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid rgb(204, 204, 204);
}

.header-icon {
  font-size: 20px;
  padding: 5px 0px;
  color: white;
}

.medi-dose-sidebar .nav a.active {
  background-color: #8c72ad !important;
  font-weight: 500;
  color: white !important;
}

.medi-dose-sidebar .nav a {
  height: 100%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  white-space: nowrap;
}

.medi-dose-sidebar a:hover {
  background-color: #735e8f;
  color: white;
}

.icon-green {
  color: #68bd80;
}

.deferral-icon {
  max-height: 15px;
  max-width: 15px;
  margin-right: 5px;
}

.home-medicine-header {
  background-color: #494949;
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 600;
}

.medicine-detail label {
  font-size: 12px;
  font-weight: 600;
}

#pageSidebar.medi-dose-sidebar {
  min-width: 520px;
  background-color: #f3edeb;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  overflow: hidden;
  min-height: 0px;
  z-index: 1;
  border-left: 1px solid rgb(197, 197, 197);
  /* resize: horizontal; */
}

#pageSidebar.medi-dose-sidebar.resizable {
  min-width: 520px;
  max-width: 730px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  overflow: hidden;
  min-height: 0px;
  z-index: 1;
  border-left: 1px solid rgb(197, 197, 197);
}

.medi-dose-sidebar.collapsed {
  min-width: 40px !important;
  max-width: 40px !important;
  background-color: #323232 !important;
}

.medi-dose-sidebar.collapsed #changeIconClick {
  display: none;
}

.medicine-summary-continer .table-row>div:nth-of-type(n + 1) {
  flex: 1 1 0;
}

.collapsed-cycles .data-cell {
  flex: 1 1 0;
}

.collapse-table-header.collapsed .fa-minus::before {
  content: "\f067" !important;
}

/* .collapsable.h-collapsed .collapse-header .collapse-heading .fa-minus::before
{
  content: '\f067' !important;
} */

.startdate {
  display: flex;
  flex-direction: column;
}

.medicine {
  display: flex;
  flex-direction: column;
}

.medicine>span {
  font-size: 12px;
  font-weight: none;
}

.meta {
  display: flex;
  flex-direction: row;
  text-align: center;
  margin-bottom: 10px;
}

.becop {
  display: flex;
  flex-direction: row;
  text-align: center;
  margin-bottom: 10px;
}

.becop label {
  margin-left: 5px;
}

.becop i {
  color: black;
  padding-top: 2px;
  margin-left: 175px;
}

.becop label {
  margin-left: 5px;
}

.meta i {
  color: black;
  padding-top: 2px;
  padding-left: 150px;
}

.abvd {
  display: flex;
  flex-direction: row;
  text-align: center;
  margin-bottom: 10px;
}

.abvd label {
  margin-left: 5px;
}

.abvd i {
  color: black;
  padding-top: 2px;
  margin-left: 242px;
}

.meta label {
  margin-left: 5px;
}

.cycle2 {
  display: flex;
  flex-direction: row;
  text-align: center;
  margin-bottom: 10px;
}

.cycle2 label {
  margin-left: 5px;
}

.cycle2 i {
  color: black;
  padding-top: 2px;
  margin-left: 294px;
}

.cycle2-d1 {
  margin-left: 20px;
}

.igev {
  display: flex;
  flex-direction: row;
  text-align: center;
  margin-bottom: 10px;
}

.igev label {
  margin-left: 5px;
}

.igev i {
  color: black;
  padding-top: 2px;
  margin-left: 245px;
}

.moap {
  display: flex;
  flex-direction: row;
  text-align: center;
  margin-bottom: 10px;
}

.moap label {
  margin-left: 5px;
}

.moap i {
  color: black;
  padding-top: 2px;
  margin-left: 235px;
}

.bren {
  display: flex;
  flex-direction: row;
  text-align: center;
  margin-bottom: 10px;
}

.bren label {
  margin-left: 5px;
}

.bren i {
  color: black;
  padding-top: 2px;
  margin-left: 150px;
}

.startdate label {
  font-size: 10px;
  font-weight: none;
}

/* table thead th
{
color:black;
} */
.collapsed-sidebarheading {
  width: 20px;
  height: 100vh;
}

.medi-dose-sidebar .sidebar-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  padding: 0px 8px;
}

.medi-dose-sidebar .sidebar-content .nav {
  display: flex;
  max-height: 28px;
  background-color: white;
  align-items: center;
  flex: 1 1 0;
  flex-wrap: nowrap;
}

.medi-dose-sidebar .sidebar-content .nav a {
  margin: 0px !important;
  background-color: white;
  color: #494949;
  font-weight: 500;
}

.medi-dose-sidebar .sidebar-content .nav a:nth-child(n + 2) {
  border-left: 1px solid #ddd;
}

.medi-dose-sidebar .sidebar-content .tab-content {
  flex: 1 1 0;
  overflow-x: hidden;
  overflow-y: auto;
  /* padding: 10px 10px; */
  background-color: #e3e3e3;
  border-radius: 4px;
  display: flex;
}

.medi-dose-sidebar .sidebar-content .tab-content #recentLabs {
  flex: 1 1 0;
  display: flex;
  overflow-y: auto;
}

.medi-dose-sidebar .sidebar-content .tab-content header {
  margin-bottom: 10px;
}

.medi-dose-sidebar .sidebar-collapse-content {
  max-height: 35px;
  flex: 1 1 0;
  background-color: #8c72ad;
  margin-bottom: 10px;
}

.medi-dose-sidebar.collapsed .sidebar-collapse-content {
  /* max-height: 35px; */
  /* min-height: 0px;
max-height: initial;
flex: 1 1 0;
background-color: #8c72ad;
margin-bottom: 10px; */

  width: 100%;
  white-space: nowrap;
  min-height: 0px;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8c72ad;
  flex: 1 1 0;
  max-height: initial;
}

.medi-dose-sidebar .sidebar-collapse-content h5 {
  color: white;
}

.medi-dose-sidebar .sidebar-collapse-content .sidebar-close:before {
  color: #fff !important;
}

.medi-dose-sidebar.collapsed .sidebar-collapse-content .sidebar-close:before {
  color: white !important;
}

.modal-body .field-div .label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.medi-dose-sidebar.collapsed .sidebar-content {
  display: none;
  overflow: hidden;
}

.treatment-analysis .treatment-report .field-div .status-checkboxes {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.treatment-analysis .treatment-report .field-div .status-Doc {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
}

.treatment-analysis .treatment-report {
  border: 1px solid #bbb;
  max-width: 300px;
  margin: 5px;
  padding: 10px;
  border-radius: 4px;
}

.treatment-analysis .treatment-report .field-div input[date].form-control {
  margin-bottom: 5px !important;
}

.treatment-analysis .treatment-comments {
  border: 1px solid #bbb;
  display: flex;
  flex-direction: column;
  margin: 5px;
  padding: 10px;
  border-radius: 4px;
  width: 800px;
}

.no-wrap {
  white-space: nowrap;
}

.treatment-analysis .treatment-report .field-div label {
  margin-right: 5px;
  margin-left: 5px;
}

.treatment-analysis .treatment-comments .field-div .form-control,
.treatment-analysis .treatment-comments .field-div textarea {
  margin-bottom: 20px;
}

.treatment-analysis {
  display: flex;
  overflow: hidden;
  height: 600px;
}

.treatment-analysis .treatment-comments .doc-info label,
.treatment-analysis .treatment-comments .doc-info span {
  font-size: 14px;
  font-weight: 800;
}

.treatment-analysis .treatment-comments .compare-button {
  width: 120px;
}

.treatment-analysis .treatment-comments textarea {
  resize: none;
  height: 330px;
}

.treatment-analysis .treatment-comments .treatment-comments-footer {
  display: flex;
  margin: 10px;
}

.treatment-analysis .treatment-comments .treatment-comments-footer .comments-opinion {
  width: 320px;
  margin-right: 4px;
}

.treatment-analysis .treatment-comments .treatment-comments-footer .comments-response {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.treatment-analysis .treatment-comments .treatment-comments-footer .comments-response button {
  margin-left: 5px;
}

.treatment-analysis .treatment-comments .doc-info {
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.treatment-analysis .progress-notes {
  border: 1px solid #bbb;
  margin: 5px;
  padding: 10px;
  border-radius: 4px;
}

.treatment-analysis .progress-notes .progress-notes-header label {
  font-weight: 800;
}

.treatment-analysis .progress-notes-header {
  margin: 5px;
}

.treatment-analysis .treatment-report .field-div input[type="text"],
.treatment-analysis .treatment-report .field-div .form-select {
  margin-bottom: 10px;
}

.treatment-analysis .progress-notes .editer-info {
  /* margin-left: 50px; */
  font-weight: 500;
  font-style: italic;
  margin-left: 55px;
}

.treatment-analysis .progress-notes .writer-info {
  font-weight: 500;
  font-style: italic;
}

.treatment-analysis .progress-notes .entry {
  margin: 5px;
}

.modal-sidebar .modal-sidebar-header {
  padding: 0px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 50px;
  background-color: #f9fafb;
  border: 1px solid rgba(238, 238, 238, 0.75);
}

.modal-sidebar .modal-sidebar-header .close-link {
  height: 100%;
  display: flex;
  align-items: center;
  color: #999;
}

.modal-sidebar .modal-sidebar-container {
  width: 100%;
  padding: 15px 20px;
  flex: 1 1 0;
  white-space: nowrap;
  overflow-y: auto;
}

.sidebar-option {
  display: flex;
}

.sidebar-option>* {
  margin-left: 5px;
}

.quick-links {
  margin-left: auto;
  display: flex;
  flex-direction: row;
}

.quick-links .btn {
  min-height: 40px;
  display: flex;
  align-items: center;
  border-radius: 0px;
  padding: 5px 15px;
}

.quick-links .btn:nth-last-child(n + 1) {
  border-left: 1px solid rgba(255, 255, 255, 1) !important;
}

.quick-links .btn:nth-child(1) {
  border-left: none !important;
}

.quick-links .export-to-div {
  border-left: 1px solid rgba(255, 255, 255, 1) !important;
}

/* Login Page Styles */
.login-main-content {
  height: 100vh;
  background-color: #8c72ad;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-content-container {
  min-width: 900px;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.16);
  min-height: 550px;
  background-color: white;
  overflow: hidden;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
  display: flex;
  flex-direction: row;
}

.login-company-content,
.login-form-content {
  flex: 1 1 0;
  max-width: 50%;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.login-form-content {
  /* background-color: #eaeaea; */
  background-color: #f3edeb;
  display: flex;
  align-items: center;
}

.login-main-heading {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #494949;
}

.login-image-container {
  height: 80%;
  width: 80%;
  /* flex: 1 1 0; */
  display: flex;
  align-items: center;
}

.locksreen-image-container {
  height: 80%;
  width: 80%;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0.5;
  margin: auto;
}

.login-supporting-heading,
.login-supporting-heading span {
  color: #494949;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.login-footer-container p {
  font-size: 12px;
  color: #8b8b8b;
  font-weight: 500;
  text-align: center;
}

.login-form-container {
  display: flex;
  flex: 1 1 0;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.login-form-heading {
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
}

.login-form-heading2 {
  font-size: 19px;
  width: fit-content;
  font-weight: 600;
}

.login-form-sub-heading {
  font-size: 15px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  width: fit-content
}

.login-field-container .login-label {
  font-size: 14px;
  text-transform: capitalize;
  color: #303030;
  font-weight: 500;
  margin-bottom: 5px;
}

.login-field-container .login-field {
  background-color: white;
  border-radius: 0px;
  height: 32px;
  max-height: 32px;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
  font-size: 14px;
  border: 2px transparent;
  margin: 0px;
}

.login-field-container .login-field:focus,
.login-field:hover,
.login-field-container .login-field:active {
  border: 2px solid #8c72ad;
}

#loginFormSubmitBtn {
  min-height: 40px;
  width: 100%;
  border-radius: 0px;
  margin: 10px 0px;
  font-weight: 500;
}

.bckBtnLogin {
  margin-bottom: -50px;
  cursor: pointer;
}

.scanQRIcon {
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 7px;
  background: white;
  margin: 0px auto;
  font-size: 20px;
}

.scanQRWrap {
  width: 170px;
  height: 170px;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 7px;
  background: white;
  margin: 0px auto;
  font-size: 20px;
  padding: 5px;
}

.scanQRImg {
  width: 100%;
  height: 100%;
}

.qrCodeInputWrap {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 450px;
}

.qrCodeInput {
  background-color: white;
  border-radius: 0px;
  height: 55px !important;
  max-height: 40px;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
  font-size: 18px;
  border: 2px transparent;
  margin: 0px;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 390px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0px 10px;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.qrCodeText {
  width: 100%;
  word-wrap: break-word;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: white;
  border-radius: 0px;
  padding: 10px;
}

.qrCodeInputIcon {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 7px;
  background: white;
  font-size: 17px;
  margin-left: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-sizing: border-box;
  cursor: pointer;
}

.toast {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
}

.toast.show {
  opacity: 1;
}

.qrCodeFormFields {
  display: flex;
  max-width: 450px;
  height: 55px;
  justify-content: space-between;
  align-items: center;
}

.qrCodeInput {
  background-color: white;
  border-radius: 0px;
  height: 55px !important;
  max-height: 40px !important;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
  font-size: 18px;
  border: 2px transparent;
  margin: 0px;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0px 10px;
  box-sizing: border-box;
}

.qrCodePhone {
  width: 200px !important;
}

.qrCodeOTP {
  width: 130px !important;
}

.PhoneInput {
  margin-right: 7px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  font-size: 18px;

}

.PhoneInputInput {
  height: 28px;
  border: none !important;
  box-sizing: border-box;
}

.PhoneInputInput[type=text] {
  border: none !important;
  border-width: 0px !important;
}

.PhoneInputCountry {
  width: 35px;
}

.PhoneInputCountrySelect {
  width: 100px;
  font-size: 17px;
  padding: 10px;
  margin-left: -15px;
}

.PhoneInputInput:focus,
.PhoneInputInput:active {
  border: none !important;
  border-width: 0px !important;
  outline: none !important;
}

.mfa-button {
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin: 10px 0px;
  background-color: white;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
  position: relative;
  box-sizing: border-box;
}


.mfa-active {
  border: 3px solid #744ca5;
}

.mfa-inactive {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.mfa-disabled {
  border: 4px solid grey;
  background: rgba(0, 0, 0, 0.09);
  border: 4px solid rgba(0, 0, 0, 0.09);
}

.mfa-disabled p {
  color: grey;
}


.active-heading {
  color: #744ca5;
}

.inactive-heading {
  color: rgba(0, 0, 0, 1);
}


.mfa-button-radio {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid grey;
  margin-right: 15px;
  margin-left: 10px;
}

.mfa-filler {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

.mfa-button-radio-active {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2.5px solid #744ca5;
  background: #744ca5;
  margin-right: 15px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.otp-input-wrap {
  display: flex;
  align-items: center;
  height: 100px;
  padding: '0px 20px';
  justify-content: space-evenly;
  width: 100%;
}


.otp-digit-input {
  width: 50px !important;
  height: 50px !important;
  border: 3px solid grey;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin: '0px 10px' !important;
  align-content: center;
  font-weight: bold;
  font-size: 22px;
}

.otp-digit-input {
  width: 50px !important;
  height: 50px !important;
  border: 3px solid grey;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin: '0px 10px' !important;
  font-weight: bold !important;
  font-size: 22px !important;
  text-align: center !important;
}

.otp-digit-input:focus,
.otp-digit-input:active {
  border: 3px solid #8C72AD !important;
}

.otp-svg-wrap {
  width: 200px;
  height: 120px;
  margin: 0px auto;
}

#formForgotPasswordLink {
  color: #303030;
  font-size: 14px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

/* Dashboard page Styles starts here */
.sidebar-item {
  width: 100%;
  padding: 10px 15px;
  background-color: #494949;
  color: white;
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  border-bottom: 1px solid #222 !important;
  cursor: pointer;
}

.sidebar-item.active {
  width: 100%;
  padding: 10px 15px;
  background-color: #f9f9f9;
  color: #494949;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sidebar-item:nth-of-type(1) {
  margin-top: 30px;
}

.sidebar-item .far,
.sidebar-item .fas {
  margin-right: 15px;
  font-size: 20px;
}

.sidebar-item-title {
  font-size: 14px;
  /* margin-bottom: 0px; */
  font-weight: 500;
  margin: 0px !important;
}

.dashboard-content-page {
  flex: 1 1 0;
  padding: 15px 10px;
}

.stats-card {
  background-color: white;
  border-radius: 4px;
  padding: 20px;
  margin: 15px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.stats-number {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.stats-number span {
  font-size: 50px;
  line-height: 50px;
  font-weight: 100;
  text-align: center;
}

.stats-card-title .stats-text {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0px;
  text-align: center;
}

#rescentlyAddedMedicinesTable {
  margin: 15px 10px;
}

/* dose rounding table */
span.unit {
  margin-left: 2px;
}

#orderItemDrugResult a {
  font-weight: 500;
  cursor: pointer;
}

/* order page diluent custom form */

.diluent-volume {
  position: relative;
  display: flex;
  flex-direction: row;
}

.diluent-volume .diluent-dropdown {
  position: absolute;
  top: 105%;
  left: 0%;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 15%);
  border: 1px solid rgba(238, 238, 238, 0.75);
  border-radius: 4px;
  padding: 10px;
  z-index: 1000;
  background-color: white;
  width: 100%;
}

.diluent-volume .diluent-volume-val span {
  font-size: 14px;
}

.diluent-volume .diluent-dropdown-item {
  /* padding: 2px 5px; */
  border-bottom: 1px solid rgba(238, 238, 238, 0.75);
  padding: 4px 10px;
}

.diluent-volume .diluent-dropdown-item:last-of-type {
  border-bottom: none;
}

.diluent-volume .diluent-dropdown-item:hover {
  background-color: #494949;
  border-bottom: 0px;
}

.diluent-volume .diluent-dropdown-item:hover .form-check-label {
  color: white;
}

.diluent-volume .diluent-dropdown .form-check:last-of-type {
  margin-left: auto;
}

.diluent-dropdown-item {
  display: flex;
  flex-direction: row;
}

.searched-item-type {
  height: 16px;
  width: 16px;
  margin-right: 5px;
}

/* cycle view div */
.add-test-div {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.add-test-div button {
  width: 100%;
  margin: 10px 10px;
  text-align: center;
}

.strength-flags-container {
  display: flex;
  flex-direction: row;
}

.strength-flags-container .flag-container {
  max-width: 16px;
  max-height: 16px;
  margin-right: 5px;
}

.strength-flags-container .flag-container img.inactive {
  filter: grayscale(150%);
  opacity: 0.5;
}

/* dosing parameter table updated styles */

.dosign-input-div {
  background-color: white;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.dosign-input-div input,
.dosign-input-div .form-select {
  margin-bottom: 10px !important;
}

.dosign-input-div .btn-purple {
  margin-top: auto;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.active-row td {
  background-color: #f3edeb;
}

.linked-dose-table {
  background-color: white;
  color: #494949;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 2px;
  position: relative;
  overflow: visible;
}

.linked-dose-table .dose-popups {
  /* display: flex; */
  width: 250px;
  min-width: 200px;
  height: auto;
  position: absolute;
  top: 110%;
  left: 0px;
  background-color: white;
  /* border-radius: 0px; */
  padding: 10px;
  border-radius: 4px;
  z-index: 10;
  display: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  overflow: 0;
  transition-duration: 0.2s;
}

.linked-dose-table:hover .dose-popups {
  display: block;
}

.linked-dose-table .dose-popups .dose-popup-heading {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0px;
  margin-left: 5px;
  overflow: visible;
  background-color: white;
}

.doseOptionSelect .nav a.active {
  background-color: #8c72ad;
  color: white;
}

.doseOptionSelect .nav a {
  background-color: white;
  color: #494949;
}

.test-card .test-description p {
  font-size: 14px;
  font-weight: 400;
}

.medicine-Name {
  margin: 10px;
  align-items: baseline;
}

.tab-header {
  height: 35px;
  padding: 5px;
  color: white !important;
  border-radius: 4px;
}

.bg-yellow {
  background-color: #fff9c4;
}

.omit-container .medicines {
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  min-width: 100% !important;
}

.doseOptionSelect .nav a {
  background-color: whitesmoke;
  border: 1px solid #bbb;
}

.medicines-checkbox {
  border: 1px solid #bbb;
  border-radius: 4px;
  margin-bottom: 10px;
}

.prescriber-head .action-link img {
  max-height: 25px;
  min-height: 25px;
  margin-bottom: 4px;
}

.sticky-top {
  z-index: 999;
}

.blood-investigation-medicine {
  border: 1px solid #ced4ce;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
}

.medicines-checkbox {
  padding: 10px;
}

.blood-invesigation-header {
  padding: 5px;
  border: 1px solid #bbb;
}

.medicines {
  margin: 10px;
  max-width: 50%;
}

.no-resize {
  resize: none !important;
}

.days-info {
  margin: 10px;
}

.medicines-checkbox .field-div .field-label {
  margin-bottom: 0px;
}

.medicine-Name input[type="checkbox"] {
  margin-right: 5px;
}

/* styles for patient search page */
.patient-search-container {
  background-color: #494949;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  padding: 5px 15px;
  /* max-height: 100px; */
}

.patient-search-container .field-label {
  margin-bottom: 0px;
  color: white;
  font-size: 12px;
}

.patient-search-container .form-select,
.patient-search-container input.form-control {
  margin-bottom: 0px;
  max-height: 28px;
  min-height: 28px;
  font-size: 12px;
  border: 0px;
  font-weight: 500;
}

.patient-search-container .btn {
  height: 32px;
  max-height: 32px;
  min-height: 32px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding: 4px 8px;
  position: relative;
}

.patient-search-container .btn span {
  position: relative;

  padding: 2px;
  font-weight: bold;
  font-weight: 12px;

  border-radius: 20px;
}

.patient-search-container .selected-span,
.multiple-span {
  font-size: 12px !important;
}

.personal-info .patient-name {
  font-size: 14px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 4px;
  margin-right: 25px;
  white-space: nowrap;
}

.personal-info .person-age-val {
  font-weight: 500;
  font-size: 12px;
}

.person-info-div .ward-img {
  /* filter: invert(100); */
  max-height: 18px;
  max-width: 18px;
}

.person-info-div label {
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
}

.person-info-div .person-doctor {
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}

.person-info-div>.fas {
  padding-top: 2px;
  color: #fb2649;
}

.pointer-cls {
  cursor: pointer;
}

#patientsInfoTable tr td:first-of-type,
#patientsInfoTable tr th:first-of-type {
  padding-left: 15px;
}

#patientsInfoTable tr th {
  background-color: #494949;
  color: white;
}

#patientsInfoTable tr td:last-of-type,
#patientsInfoTable tr th:last-of-type {
  padding-right: 15px;
}

.protocol-composition {
  display: flex;
  flex-direction: column;
}

.protocol-composition .protocol-name {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
}

.protocol-composition>div {
  display: flex;
  flex-direction: row;
  /* margin-bottom: 5px; */
}

.protocol-composition>div label {
  font-size: 12px;
  font-weight: 600;
  min-width: 70px;
}

.protocol-composition>div span {
  font-size: 12px;
  font-weight: 400;
}

.protocol-composition>div .day-cycle {
  font-size: 12px;
  font-weight: 800;
}

.relevent-dates {
  display: flex;
  flex-direction: column;
}

.relevent-dates>div {
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
}

.relevent-dates>div label {
  font-size: 12px;
  font-weight: 600;
}

.relevent-dates>div span {
  font-size: 12px;
  font-weight: 400;
}

.patient-flags-container {
  display: flex;
  flex-direction: row;
}

.patient-flags-container .patient-flag {
  /* max-height: 18px;
  max-width: 18px; */
  margin-right: 5px;
  display: flex;
}

.patient-flags-container .patient-flag span {
  font-size: 12px;
  font-weight: 700;
  color: white;
  top: 2px;
  left: 0;
  height: 18px;
  width: 100%;
  text-align: center;
  min-height: 18px;
  min-width: 18px;
  /* background-image: url(/assets/img/Diag.png); */
  /* background: none;
  background-position: center;
  background-size: cover; */
}

.patient-lower-header {
  display: flex;
  padding: 5px 15px;
  flex-direction: row;
}

.icon-composition {
  display: flex;
  flex-direction: column;
}

.icon-name-div .blood-drop {
  color: #b9b9b9;
}

.icon-name-div a:hover {
  text-decoration: none;
}

.medadmin-composition .admin-name {
  font-size: 12px;
  font-weight: 600;
}

.admin-time .patient-popups {
  /* display: flex; */
  width: auto;
  min-width: 200px;
  height: auto;
  position: absolute;
  top: 110%;
  left: 0px;
  background-color: white;
  /* border-radius: 0px; */
  padding: 10px;
  border-radius: 4px;
  z-index: 10;
  display: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  overflow: 0;
  transition-duration: 0.2s;
}

.admin-time .patient-popups .patient-popup-heading {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0px;
  margin-left: 5px;
  overflow: visible;
  /* background-color:black; */
  color: black;
}

.admin-time:hover .patient-popups {
  display: block;
}

.medadmin-component-div {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px;
  border: 1px solid rgb(184, 184, 184);
}

.medadmin-name-div h5 {
  margin-left: 5px;
}

.admin-time {
  position: relative;
}

.admin-time>span {
  margin-left: 16px;
  font-weight: bold;
  font-size: 14px;
}

.medadmin-composition>div {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}

.medadmin-composition>div label {
  font-size: 12px;
  font-weight: 600;
  min-width: 70px;
}

.medadmin-composition>div span {
  font-size: 12px;
  font-weight: 800;
}

.medadmin-composition>div .day-cycle {
  font-size: 12px;
  font-weight: 800;
}

.sort-by-filter {
  position: relative;
}

.sort-by-search-container {
  border-radius: 4px;
  background-color: white;
}

.sort-by-search-container .ascending-container,
.sort-by-search-container .descending-container {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  overflow: hidden;
}

.sort-by-search-container>div>div {
  display: flex;
  flex-direction: column;
}

.sort-by-search-container>div>div .sorting-item {
  padding: 8px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
}

.sort-by-search-container>div>div .sorting-item:hover,
.sort-by-search-container>div>div .active {
  background-color: #494949;
}

.sort-by-search-container>div>div .active {
  background-color: #494949;
  color: white;
}

.sort-by-search-container>div>div .sorting-item:hover i,
.sort-by-search-container>div>div .avtive i {
  color: white;
}

.sort-by-search-container>div>div .sorting-item:hover span,
.sort-by-search-container>div>div .active span {
  color: white;
}

.sort-by-search-container>div>div .sorting-item i {
  margin-right: 8px;
}

.sort-by-search-container>div>div .sorting-item span {
  font-size: 14px;
  font-weight: 500;
}

.sort-by-search-container .descending-container {
  background-color: #f9fafb;
}

.sort-by-search-container .descending-container-heading,
.sort-by-search-container .ascending-container-heading {
  padding: 8px 10px;
  display: flex;
  background-color: #8c72ad;
}

.sort-by-search-container .descending-container-heading i,
.sort-by-search-container .ascending-container-heading i {
  font-size: 16px;
  margin-left: auto;
  color: white;
}

.sort-by-search-container .descending-container-heading h5,
.sort-by-search-container .ascending-container-heading h5 {
  font-size: 14px;
  color: white;
  margin-bottom: 0px;
}

.admin-time span {
  font-weight: 800;
}

/* patient Header styles */
* {
  font-family: "Roboto" !important;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free" !important;
}

.patient-header {
  /* height: 75px;
  padding: 10px 15px;
  background-color: #EFF3F6;
  align-items: center;
  border-bottom: 1px solid #ddd;
  width: 100%;
  float: left; */
  height: 64px;
  padding: 10px 15px;
  background-color: #eff3f6;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.patient-header .patient-profile {
  display: flex;
  flex-direction: row;
  /*width: 20%;
  float: left; */
}

.person-other-details {
  width: 15%;
  float: left;
}

.email-home-details {
  width: 10%;
  float: left;
}

.person-allergies {
  width: 100%;
  float: left;
}

.patient-profile .profile-img {
  height: 45px;
  width: 45px;
  box-sizing: border-box;
  border: 2px solid #8c72ad;
  border-radius: 50px;
  background-image: url("../../assets/img/placeholder.jpg");
  background-position: center;
  background-size: cover;
  margin-right: 10px;
}

.patient-profile .profile-info {
  /* display: flex;
  flex-direction: column; */
  width: 100%;
  padding-left: 55px;
}

.patient-profile .profile-info .person-name {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0px;
  white-space: nowrap;
  color: #333;
}

.patient-profile .profile-info .personal-name-nhi {
  display: flex;
}

.patient-profile .profile-info .personal-name-nhi .person-nhi {
  font-size: 13px;
  font-weight: 800;
  color: #8c72ad;
  text-transform: uppercase;
  margin-left: 5px;
}

.patient-profile .profile-info .person-date-gender {
  display: flex;
  margin-top: 6px;
}

.patient-profile .profile-info .person-date-gender .person-dob {
  font-size: 12px;
  font-weight: 700;
}

.profile-info .person-date-gender .person-gender {
  font-size: 12px;
  font-weight: 700;
  color: white;
  background-color: #8c72ad;
  padding: 0px 4px;
  border-radius: 3px;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}

.profile-info .person-date-gender .person-deceased {
  font-size: 12px;
  font-weight: 700;
  color: white;
  background-color: red;
  padding: 0px 4px;
  border-radius: 3px;
  margin-left: 5px;
  width: fit-content;
  height: 24px;
  text-align: center;
  line-height: 24px;
}

.patient-detail-container {
  /* display: flex; */
  width: 100%;
  float: left;
}

.patient-detail-container .patient-info-container:nth-child(2) {
  margin-left: auto;
}

.patient-detail-container .patient-info-container {
  /* display: flex;
  flex-direction: row; */
  width: 50%;
  float: left;
  position: relative;
  /* padding-left: 24px; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* height: 24px; */
}

.patient-detail-container label {
  font-size: 14px;
  font-weight: bold;
  background-color: #8c72ad;
  padding: 0px 3px;
  border-radius: 3px;
  margin: 0px;
  height: 20px;
  width: 20px;
  /* position: absolute; */
  left: 0;
  top: 0;
  text-align: center;
}

.patient-detail-container label i {
  font-size: 12px;
  font-weight: bold;
  background-color: #8c72ad;
  border-radius: 3px;
  margin: 0px;
  /* display: flex; */
  align-items: center;
  color: white;
  line-height: 20px;
}

ul.person-allergies-list li,
ul.person-alerts-list li {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* padding-bottom: 5px; */
}

.patient-detail-container .patient-info-container label img {
  height: 14px;
  width: 14px;
}

.patient-detail-container .patient-info-container span {
  font-size: 12px;
  font-weight: 600;
  margin-left: 8px;
}

.person-other-details .patient-detail-container:nth-child(2) {
  margin-top: 5px;
}

.person-allergies {
  display: flex;
  flex-direction: column;
}

.person-allergies {
  /* width: 15%;
  float: left;
  padding: 0 10px; */
  display: flex;
  flex-direction: column;
}

.person-alerts {
  width: 15%;
  float: left;
  padding: 0 10px;
}

.address-details-header {
  width: 20%;
  float: left;
  padding: 0 10px;
}

.header-profile-img {
  width: 55px;
  height: 55px;
  float: left;
  position: absolute;
  left: 0;
  top: 0px;
}

.person-other-details {
  /* width: 15%;
  float: left;
  padding: 0 10px; */
  margin-left: 2rem;
  transition-duration: 0.5s;
}

.person-allergies .person-allergies-heading {
  font-size: 14px;
  font-weight: 800;
  font-weight: bold;
  color: #fb2649;
  margin-bottom: 0px;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}

a.addnewAlergies {
  /* position: absolute; */
  right: 0;
  top: 0;
}

.person-alerts .person-allergies-heading {
  font-size: 14px;
  font-weight: 800;
  font-weight: bold;
  color: #494949;
  margin-bottom: 0px;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
  /* padding-bottom: 5px; */
}

a.addAlersmodal {
  /* position: absolute; */
  right: 0;
  top: 0;
}

.person-allergies .person-allergies-heading img {
  max-height: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.person-allergies .person-allergies-list {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #fb2649;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.person-allergies .person-allergies-list {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  color: #fb2649;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.person-alerts .person-alerts-list {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  color: #494949;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.person-alerts .person-allergies-heading img {
  height: 14px;
  width: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 992px) and (max-width: 1400px) {}

@media (min-width: 1401px) and (max-width: 1600px) {
  .patient-header {
    height: 75px;
  }

  .person-allergies .person-allergies-heading {
    font-size: 16px;
  }

  .patient-profile .profile-img {
    min-height: 50px;
    max-height: 50px;
    min-width: 50px;
    max-width: 50px;
    border: 3px solid #8c72ad;
  }

  .person-allergies .person-allergies-list {
    font-size: 14px;
    line-height: 16px;
  }

  .person-alerts .person-alerts-list {
    font-size: 14px;
    line-height: 16px;
  }

  .patient-profile .profile-info .person-name {
    font-size: 18px;
  }

  .patient-profile .profile-info .personal-name-nhi .person-nhi {
    font-size: 14px;
  }

  .patient-profile .profile-info .person-date-gender .person-dob {
    font-size: 14px;
  }

  .profile-info .person-date-gender .person-gender {
    font-size: 14px;
  }

  .patient-detail-container .patient-info-container span {
    font-size: 14px;
  }

  .patient-detail-container label {
    min-height: 25px;
    max-height: 25px;
    min-width: 25px;
    max-width: 25px;
  }

  .patient-detail-container .patient-info-container label img {
    min-height: 20px;
    max-height: 20px;
    min-width: 20px;
    max-width: 20px;
  }
}

@media (min-width: 1601px) {
  .patient-header {
    height: 85px;
  }

  .patient-profile .profile-img {
    min-height: 55px;
    max-height: 55px;
    min-width: 55px;
    max-width: 55px;
    border: 3px solid #8c72ad;
  }

  .person-allergies .person-allergies-heading,
  .person-allergies .person-allergies-heading a i {
    font-size: 18px;
    white-space: nowrap;
  }

  .profile-info .person-date-gender .person-gender,
  .profile-info .person-date-gender .person-deceased {
    font-size: 14px;
  }

  .patient-profile .profile-info {
    padding-left: 65px;
  }

  .person-allergies .person-allergies-list {
    font-size: 16px;
    line-height: 22px;
  }

  .person-alerts .person-allergies-heading,
  .person-alerts .person-allergies-heading a i {
    font-size: 18px;
  }

  .person-alerts .person-alerts-list {
    font-size: 16px;
    line-height: 22px;
  }

  .patient-profile .profile-info .person-name {
    font-size: 20px;
  }

  .patient-profile .profile-info .personal-name-nhi .person-nhi {
    font-size: 16px;
  }

  .patient-profile .profile-info .person-date-gender .person-dob {
    font-size: 16px;
  }

  .profile-info .person-date-gender .person-gender,
  .profile-info .person-date-gender .person-deceased {
    font-size: 14px;
  }

  .patient-detail-container .patient-info-container span {
    font-size: 16px;
  }

  .patient-detail-container label {
    min-height: 28px;
    max-height: 28px;
    min-width: 28px;
    max-width: 28px;
    border-radius: 4px;
    line-height: 28px;
  }

  .patient-detail-container label i {
    font-size: 16px;
  }

  .patient-detail-container .patient-info-container label img {
    min-height: 20px;
    max-height: 20px;
    min-width: 20px;
    max-width: 20px;
  }
}

/* patient lower header styles starts from here */

.patient-lower-header {
  padding: 0px 15px;
  display: flex;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  z-index: 1;
}

.header-content-container {
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-content-dropdown {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  position: absolute;
  top: 105%;
  left: 0%;
  background-color: whitesmoke;
  color: #494949;
  overflow: hidden;
}

.header-content-container:nth-last-child(1) {
  display: flex;
  align-items: center;
}

.header-content-container:nth-child(n + 2) {
  display: flex;
  margin-left: auto;
  border-left: 1px solid #ddd;
  padding-left: 10px;
}

.header-content-container .header-container-img {
  max-height: 24px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-content-container .header-container-img img {
  max-height: 24px;
}

.consent-signed-div {
  margin-left: 30px;
  background-color: #68bd80;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.header-symptom {
  display: flex;
  align-items: center;
}

.header-symptom span {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #fb2649;
  max-width: 250px;
}

.header-protocol-name {
  display: flex;
  flex-direction: column;
}

.header-protocol-name .protocol-name {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  align-items: center;
}

.header-onstudy {
  background-color: #fb2649;
  color: white;
  font-size: 12px;
  line-height: 16px;
  padding: 0px 5px;
  border-radius: 2px;
  /* max-width: 60px; */
  max-height: 18px;
  min-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.date-check {
  background: red;
  color: white;
  padding: 5px;
  border-radius: 4px;
}

.date-checkk {
  background: red;
  color: white;
  padding: 5px;
  width: 30px;
  border-radius: 4px;
}

.DateCheckDev {
  margin-left: 18%;
  padding-bottom: 3px;
}

.header-graphs-container {
  display: flex;
  margin-left: 1rem;
}

.graph-content-desc {
  display: flex;
  flex-direction: column;
}

.graph-content-desc-span {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.header-graph-date {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}

.graph-trendline {
  margin-right: 10px;
  margin-left: 10px;
}

.graph-trendline img {
  max-height: 30px;
}

.graph-action-btn {
  display: flex;
  flex-direction: column;
}

.graph-action-btn .btn {
  min-height: 18px;
  max-height: 18px;
  min-width: 18px;
  max-width: 18px;
  font-size: 12px;
  padding: 0px;
  background-color: #8c72ad;
  color: white;
  border-radius: 3px;
}

.graph-action-btn .btn:nth-child(2) {
  margin-top: 4px;
}

/* Zubair's Administration Styles */

/* index page css */

.main-container {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.top-header .top-div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-col {
  padding: 10px;
}

.left-img-div {
  overflow: hidden;
  float: left;
  margin: 0px 10px 10px 0px;
}

.left-img-div .top-left-icon {
  font-size: 60px;
  color: #2699fb;
}

.top-div .top-col .name-span {
  font-size: 18px;
  font-weight: bold;
}

.sub-span {
  font-size: 14px;
}

.top-div .top-col-t {
  display: grid;
  padding: 10px;
  align-items: center;
}

.top-div .top-col-th {
  color: #fb2649;
  padding: 10px;
}

.ast-icon {
  font-size: 24px;
  color: #fb2649;
}

.sub-bold-span {
  font-size: 16px;
  font-weight: bold;
}

.top-col-th .sub-span-hei {
  font-size: 14px;
  height: 18px;
}

.table-icon {
  font-size: 18px;
}

.table-icons {
  margin-left: auto;
}

.diagn-icon {
  font-size: 24px;
  color: #3214f3;
}

.diag-span {
  font-size: 14px;
  font-weight: bold;
  color: #fa2849;
}

.hist-icon {
  font-size: 24px;
}

.bren-span {
  font-size: 14px;
  font-weight: bold;
}

.red-bg-span {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background-color: #fb2649;
  padding: 4px 8px;
  border-radius: 4px;
}

.attri-left-div {
  overflow: hidden;
  float: left;
  margin: 0px 10px 10px 0px;
  margin-right: 0px;
}

.sub-attri-span {
  font-size: 13px;
  font-weight: bold;
}

.plus-icon {
  color: #007feb;
  font-size: 24px;
}

.chart-icon {
  font-size: 24px;
}

.end-attri-span {
  font-size: 13px;
  font-weight: bold;
}

.main-right-div-coll {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
}

.back-icon-arrow {
  font-size: 22px;
  margin-left: 15px;
  cursor: pointer;
  color: #333;
}

.db-bg-span {
  padding: 5px;
  background-image: url(../../assets/img/Diag.png);
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  min-width: 28px;
  border-radius: 4px;
}

.main-right-div-colr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0.5rem;
}

.main-right-div-colr i {
  font-size: 24px;
}

.medi-admin-div {
  display: flex;
  align-items: center;
  padding-left: 5px;
  height: 40px;
}

.minus-icon {
  color: #007feb;
  font-size: 24px;
}

.medi-admin-heading {
  margin-bottom: 0px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.display-value-div {
  width: 50%;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #bce0fd;
  background-color: #e6dede;
  text-align: center;
}

.medi-form-div {
  padding: 8px 10px;
  overflow-x: hidden;
}

.medi-formB-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

.medi-form-label {
  font-size: 12px !important;
  font-weight: 500;
  /* margin-bottom: 0px; */
  white-space: nowrap;
  margin-bottom: 5px;
}

.medi-form-labelw {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0px;
}

.medi-form-labelwb {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0px;
}

.medi-form-selectl {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 14px;
  height: 32px;
  background-color: #f9fafb;
}

.medi-form-selectr {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 14px;
  height: 32px;
  background-color: #f9fafb;
}

.medi-form-selectic {
  border: 1px solid #e9e9e9;
  border-right: none;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 14px;
  height: 32px;
  background-color: #f9fafb;
}

.medi-form-selectic:focus {
  border: 1px solid #e9e9e9;
  border-right: none;
  box-shadow: none;
  background-color: #f9fafb;
}

.select-icon-div {
  display: flex;
  align-items: center;
  border-right: 1px solid #e9e9e9;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 14px;
  height: 33px;
  background-color: #f9fafb;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 5px;
}

.black-bgplus-icon {
  font-size: 20px;
}

.cancel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 6px;
  padding-left: 6px;
}

.pause-btn {
  margin-right: 0.5rem;
  max-width: fit-content;
  padding: 5px 10px;
  border-radius: 4px;
}

.pres-table tbody>tr td {
  font-weight: bold;
}

.icon-close {
  display: block;
  transition: 0.6s;
  cursor: pointer;
}

.day-collapse-div {
  display: flex;
  padding: 10px;
  color: #333;
  border-bottom: hidden;
  align-items: center;
  height: 33px;
  background-color: #b2c4ff;
  border: 1px solid #9cb3ff;
}

.day-collapse-div:nth-child(n + 1) {
  margin-top: 5px;
}

.block-desc {
  padding-left: 10px;
  border-left: 1px dashed #ced4da;
}

.prn-stat {
  background-color: #ffcdd2 !important;
  border: 1px solid #ffcdd2;
}

.intrathecial-stat {
  background-color: #b2c4ff !important;
  border: 1px solid #b2c4ff;
}

.side-checkbox {
  width: 16px;
  height: 16px;
}

.day-span {
  font-size: 14px;
  font-weight: bold;
  margin-right: auto;
}

.irritant-span {
  color: #fa2849;
  font-weight: bold;
  font-size: 12px;
  margin-left: 0.5rem;
}

.table-icon-cell {
  align-items: center;
  box-shadow: none;
  border-bottom: none;
  display: flex;
  border: 0px;
}

.table-icon-cell .fas {
  margin-left: 2px;
}

.warning-icon {
  color: #f10514;
}

.infusion-action-div {
  justify-content: flex-end;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  text-align: end;
}

.form-link {
  margin: 0px;
  padding: 0px;
  color: #212529 !important;
}

.medi-dose-span {
  font-size: 12px;
  font-weight: 500;
}

.metro-user-img {
  font-size: 16px;
  color: #bbb;
}

.heart-icon {
  font-size: 16px;
  color: #bbb;
}

.purple-heading {
  margin-bottom: 0px;
  color: #871487;
}

.purple-span {
  font-size: 12px;
  color: #871487;
  font-weight: 500;
}

.oran-heading {
  margin-bottom: 0px;
  color: #db4a1f;
}

.blu-span {
  font-size: 12px;
  font-weight: 500;
  color: #3081f5;
}

.check-icon {
  color: #33c117;
}

.medi-in-span {
  font-size: 14px;
  font-weight: normal;
}

.dayt-collapse-div {
  color: #333;
  border-top: hidden;
  display: flex;
  padding: 10px;
  align-items: center;
  height: 33px;
  margin-top: 5px;
  background-color: #b2c4ff;
  border: 1px solid #9cb3ff;
}

.daytw-collapse-div {
  color: #333;
  display: flex;
  padding: 10px;
  align-items: center;
  height: 33px;
  margin-top: 5px;
  background-color: #b2c4ff;
  border: 1px solid #9cb3ff;
}

.day-collapse-div[aria-expanded="true"] .icon-show:before,
.dayt-collapse-div[aria-expanded="true"] .icon-show:before,
.daytw-collapse-div[aria-expanded="true"] .icon-show:before {
  content: "\f068" !important;
  display: inline-block;
  transition: 0.6s;
  cursor: pointer;
}

.day-collapse-div[aria-expanded="false"] .icon-show::before,
.dayt-collapse-div[aria-expanded="false"] .icon-show::before,
.daytw-collapse-div[aria-expanded="false"] .icon-show::before {
  content: "\f067" !important;
  display: inline-block;
  transition: 0.6s;
  cursor: pointer;
}

.on-going-medication {
  background-color: #c8e6c9 !important;
  border: 1px solid #b5e4b6;
}

#faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

.daytw-collapse-div .icon-close {
  display: flex;
}

.collapse-div .collapsed .icon-close {
  display: none;
}

#domperdone {
  display: none;
}

#oxaliplatin {
  display: none;
}

#ifosfamide {
  display: none;
}

.toggle-cursor {
  cursor: pointer;
}

.cycle-bluebg-div {
  background-color: #2699fb;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 50%;
  display: grid;
  min-height: 62px;
}

.protocol-greybg-div {
  padding: 10px;
  background-color: #e6dede;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  width: 50%;
  display: grid;
}

.checkbox-div {
  overflow: hidden;
  float: left;
  margin: 0px;
  display: flex;
  align-items: center;
}

.form-checkbox {
  width: 24px;
  height: 24px;
}

.greenbg-div {
  min-height: 62px;
  /* padding-left: 5px; */
  background-color: #68bd80;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* .bottom-navigate-div {
  position: fixed;
  bottom: 0%;
  background-color: #E9E4E4;
  opacity: 1;
  color: black;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  justify-content: flex-end;
} */

.navigate-icons {
  font-size: 24px;
}

.navigate-img {
  height: 20px;
  max-width: 20px;
}

.vital-top-heading {
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  border-left: 4px solid #9a77cf;
  padding-left: 10px;
  margin-right: auto;
}

.room-checkbox {
  margin-left: 0.5rem;
  margin-bottom: 0px;
  font-size: 14px;
}

.consent-para {
  font-size: 14px;
  font-weight: bold;
}

.sign-span {
  white-space: nowrap;
  margin-right: 0.5rem;
}

.consent-form-input {
  background-color: #f6f7f9;
  height: 30px;
  border: 1px solid #bce0fd;
}

.invest-blucheck-div {
  min-height: 59px;
  background-color: #2699fb;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 0.5rem;
}

.invest-span {
  width: 100%;
  text-align: start;
  margin-left: 1rem;
}

.invest-redcheck-div {
  min-height: 59px;
  /* min-height: 59px; */
  background-color: #fa2849;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 0.5rem;
}

.invest-span-div {
  margin-left: 16px;
  display: grid;
  text-align: start;
  width: 100%;
}

.invest-sub-span {
  font-size: 12px;
  width: 100%;
  text-align: start;
}

.progress-input {
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 14px;
  background-color: #f6f7f9;
}

.progress-icons {
  font-size: 24px;
}

.image-link {
  min-height: 29px;
  padding: 0px 0px;
  padding-top: 2px;
  display: flex;
}

.click-screen {
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.click-screen i {
  font-size: 24px;
}

.treatment-tooltip {
  position: absolute;
  bottom: 8%;
  left: 20px;
  background-color: rgb(0 0 0 / 55%);
  color: #ffffff;
  padding: 0px 3px;
}

.device-tooltip {
  position: absolute;
  bottom: 8%;
  left: 40px;
  background-color: rgb(0 0 0 / 55%);
  color: #ffffff;
  padding: 0px 3px;
}

.progressnote-tooltip {
  position: absolute;
  bottom: 8%;
  left: 80px;
  background-color: rgb(0 0 0 / 55%);
  color: #ffffff;
  padding: 0px 3px;
}

.obschart-tooltip {
  position: absolute;
  bottom: 8%;
  left: 90px;
  background-color: rgb(0 0 0 / 55%);
  color: #ffffff;
  padding: 0px 3px;
}

.obs-link {
  text-decoration: underline;
  color: #000;
}

.obs-link:hover {
  color: #000;
  text-decoration: none;
}

/* #changePhraseChecklist:hover .treatment-tooltip{
  display: block;
} */

.timer-icon {
  font-size: 16px;
  margin-right: 3px;
  margin-left: 3px;
  color: #bbb;
}

/* index page css end */

.side-icon-div {
  padding: 10px 15px;
  background-color: #2699fb;
  color: #ffffff;
  display: flex;
  align-items: center;
  width: 20%;
  justify-content: center;
  white-space: nowrap;
}

.side-icon {
  font-size: 20px;
}

.side-span-div {
  padding: 10px;
  color: #2699fb;
  font-size: 14px;
  border: 1px solid #bce0fd;
}

.side-selected-div {
  background-color: #2699fb;
  color: #ffffff;
  padding: 10px;
  border: none;
  border-left: 1px solid #bce0fd;
  font-size: 14px;
}

.assessment-div {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ced4da;
  z-index: 1;
  padding-right: 10px;
  background-color: white;
  border-radius: 4px;
  /* overflow-y: auto; */
  max-height: 42px;
}

.border-assessment fieldset {
  padding: 0px 15px;
}

.assessment-span {
  font-size: 12px;
  font-weight: 700;
}

.assessment-icon {
  font-size: 30px;
}

.assessment-mid-div {
  display: flex;
  justify-content: end;
}

.assessment-img {
  margin-right: 5px;
  height: 20px;
}

.assessment-red-span {
  font-size: 12px;
  /* color: #FB2649; */
  font-weight: 700;
  white-space: nowrap;
}

.blue-bg-div {
  background-color: #f3edeb;
  color: #323232;
  padding: 4px 8px;
  max-height: 35px;
  display: flex;
  align-items: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #ced4da;
  border-right: 0px;
}

.score-div {
  display: flex;
  align-items: center;
}

.score-check {
  width: 16%;
  color: #2699fb;
  font-weight: bold;
}

.score-img {
  height: 20px;
  cursor: pointer;
}

.test-span {
  font-size: 13px;
  /* white-space: nowrap; */
}

.test-sub-span {
  margin: 0px;
  font-size: 10px;
  margin-top: -4px;
  white-space: nowrap;
}

.barf-div {
  border: 1px solid black !important;
}

.red-botder-div {
  border: 1px solid #fa2849 !important;
}

.suggest-span {
  color: #0b8fff;
}

.paed-span {
  min-height: 40px;
  background-color: #f3edeb;
  color: #8c72ad;
  font-size: 12px;
  padding: 5px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: bold;
  white-space: nowrap;
}

.paed-span.active {
  background-color: #8c72ad;
  color: #fff;
}

.dati-span {
  background-color: #e6dede;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}

.sheet-date-input {
  background-color: #2699fb;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  border: none;
}

.label-div {
  width: 30%;
}

.action-input {
  margin-bottom: 0px;
  border-radius: 4px;
  font-size: 14px;
  height: 32px;
  background-color: #f6f7f9;
}

.footer-div {
  background-color: #f3edeb;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.footer-icon-arrow {
  font-size: 20px;
}

.footer-icon-user {
  font-size: 18px;
}

.login-span-div {
  color: #333;
  font-size: 12px;
}

.blue-bg-span-div {
  background-color: #8c72ad;
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.blue-sub-span {
  font-size: 12px;
  font-weight: bold;
}

.gr-bg-span-div {
  padding: 10px;
  background-color: #dddddd;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.calendar-icon {
  color: #2699fb;
  margin-left: 0.5rem;
}

.red-bg-span-div {
  background-color: #fa2849;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.empty-border-div {
  padding: 10px;
  border: 1px solid #bce0fd;
  text-align: center;
}

.green-bg-span-div {
  background-color: #68bd80;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.7px;
}

/* .green-bg-span-div span{
  font-size: 16px;
}

.sub-span-div span{
  font-size: 14px;
} */

.blood-info-div {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  width: 50%;
  background-color: #f3f3f3;
}

.inves-div {
  background-color: #8c72ad;
  padding: 5px 10px;
  text-align: left;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.hidden-div {
  width: 30%;
}

.hidden-div1 {
  width: 10%;
}

@media (max-width: 1199px) {
  .blue-bg-js-div {
    background-color: #2699fb;
    padding: 5px 10px;
    text-align: center;
    width: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 4px;
  }
}

@media (min-width: 1200px) {
  .blue-bg-js-div {
    background-color: #2699fb;
    padding: 5px 10px;
    text-align: center;
    width: 30%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }
}

@media (max-width: 1199px) {
  .red-bg-js-div {
    background-color: #fa2849;
    padding: 5px 10px;
    text-align: center;
    width: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
  }
}

@media (min-width: 1200px) {
  .red-bg-js-div {
    background-color: #fa2849;
    padding: 5px 10px;
    text-align: center;
    width: 30%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
  }
}

.close-btn-div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sign-input {
  border: 1px solid #ced4da;
  height: 40px;
}

.auth-btn {
  padding-top: 3px;
  padding-bottom: 3px;
}

.colorbg-div {
  background-color: #fff;
}

.vital-input {
  height: 40px;
  font-size: 20px;
  border: 1px solid rgb(0, 0, 0);
  width: 100%;
  border-radius: 0px;
}

.inc-dec-div {
  border: 1px solid;
  display: grid;
  height: 40px;
}

.incr-div {
  border-bottom: 1px solid;
  height: 75%;
  display: flex;
  align-items: center;
}

.incr-dec-icon {
  font-size: 24px;
  display: initial;
  color: #2a26fb;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.dec-div {
  margin-top: -9px;
}

/* Change */

.admin-sidebar-item {
  width: 100%;
  padding: 10px 15px;
  background-color: #494949;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #222;
  cursor: pointer;
}

.admin-sidebar-item:hover {
  background-color: #5c5c5c;
}

.admin-sidebar-item a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: white;
}

.admin-sidebar-item.active {
  width: 100%;
  padding: 10px 15px;
  background-color: #f9fafb;
  color: #494949;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.admin-sidebar-item.active a {
  color: #494949 !important;
}

.wrap {
  flex-wrap: wrap;
}

.main-div {
  height: 100%;
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 0px;
}

.text-wrap {
  white-space: wrap;
}

.admin-side-div {
  min-width: 300px;
  max-width: 300px;
  height: 100%;
  background-color: #303030;
  display: flex;
  flex-direction: column;
}

.sidebar-icon-span {
  font-size: 14px;
}

.sidebar-heading {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
}

.margin-m {
  margin-right: 20px;
}

.margin-l {
  margin-right: 15px;
}

.tab-content-div {
  width: 100%;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  background-color: #f9fafb;
  overflow-y: auto;
}

.content-sub-div {
  height: 100%;
  width: 100%;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  background-color: #f9fafb;
}

.content-container-div {
  flex: 1 1 0;
  padding: 15px 10px;
  padding: 15px 15px !important;
  display: flex;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}

.observ-heading {
  display: initial;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 10px;
}

.vital-form-heading {
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  display: initial;
}

.vital-form-input {
  background-color: #f6f7f9;
}

@media (min-width: 1200px) {
  .preview-div {
    background-color: #303030;
    min-height: 350px;
    min-width: 450px;
    border-radius: 4px;
  }
}

@media (max-width: 1199px) {
  .preview-div {
    background-color: #303030;
    min-height: 309px;
    min-width: 250px;
    border-radius: 4px;
  }
}

.yell-heading {
  color: #fff;
  margin: 0px;
  font-size: 32px;
}

.spo-heading {
  color: #fff;
  margin: 0px;
  font-size: 32px;
}

.rrme-heading {
  color: #fff;
  margin: 0px;
  font-size: 32px;
}

.hr-heading {
  color: #fff;
  margin: 0px;
  font-size: 32px;
}

.temp-heading {
  color: #fff;
  margin: 0px;
  font-size: 32px;
}

.bp-heading {
  color: #fff;
  margin: 0px;
  font-size: 32px;
}

@media (min-width: 1200px) {
  .change-flex-div {
    display: flex;
  }
}

.con-select {
  height: 31px;
  border-radius: 0px;
  flex-wrap: wrap-reverse;
  background-color: #f6f7f9;
}

.btn-purple {
  background-color: #8c72ad;
  color: white;
}

.text-purple {
  color: #8c72ad
}

.btn-purple {
  background-color: #8c72ad !important;
  border: 1px solid #8c72ad !important;
  box-sizing: border-box;
  color: white !important;
}

.btn-purple:disabled {
  opacity: 0.6
}

.btn-green {
  background-color: #68bd80 !important;
  border: 1px solid #68bd80 !important;
  box-sizing: border-box;
  color: white !important;
}

.check-btn input[type="checkbox"],
.radio-check-btn input[type="radio"] {
  display: none;
}

.score {
  max-width: 90px;
  color: #0f597d;
  font-weight: bold;
  margin-left: 0px;
  border: 1px solid #bce0fd;
  min-height: 40px;
  font-size: 14px;
}

.score.active {
  background-color: #8c72ad;
  border: 1px solid #8c72ad;
  box-shadow: none;
  color: #ffffff !important;
}

.score:hover {
  background-color: #494949 !important;
  border: 1px solid #494949;
  color: #ffffff !important;
}

.skin-select-div {
  border: 1px solid #ced4da;
  margin-top: 0.5rem;
  padding: 10px;
  border-radius: 4px;
  margin-right: 15px;
}

.skin-select-div .custom-select {
  margin-bottom: 0px !important;
}

.type-span-div {
  padding: 8px;
  display: flex;
  align-items: center;
  padding-left: 0px;
}

.type-span {
  font-size: 14px;
  font-weight: bold;
}

.skin-toxicity-select {
  width: 60%;
  border: 1px solid #333;
  font-size: 14px;
  height: 32px;
  background-color: #f6f7f9;
  color: rgb(15, 89, 125);
  font-weight: bold;
}

.skin-toxicity-input {
  width: 55%;
  /* border: 1px solid; */
  font-size: 14px;
  height: 32px;
  background-color: #f6f7f9;
  margin-bottom: 0px;
  margin-left: 5px;
}

.camera-icon {
  font-size: 22px !important;
  color: #494949;
  /* margin-left: 5px; */
}

.image-icon {
  font-size: 22px;
  margin-left: 5px;
  color: #494949;
  cursor: pointer;
}

.vitalBtn {
  border-radius: 4px;
  background-color: #fa2849;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  max-height: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vitalBtn:hover {
  color: #ffffff;
}

.overridden-icon {
  font-size: 20px;
  cursor: pointer;
}

.vitalBtn.active {
  background-color: #68bd80;
}

.reviewBtn {
  background-color: #68bd80;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 50%;
  border-radius: 4px;
  text-decoration: none;
  max-height: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviewBtn:hover {
  color: #ffffff;
}

.front-label {
  font-weight: bold;
}

.font-form-input {
  border: none;
  border-bottom: 1px solid;
  font-size: 16px;
  height: 32px;
  background-color: #f9f9f9;
  border-radius: 0px;
  padding-left: 0px;
}

.additional-text {
  background-color: #f9f9f9;
  border: 1px solid;
  font-size: 16px;
  border-radius: 0px;
  min-height: 200px !important;
}

.font-btn:hover {
  background-color: #735e8f;
  color: #ffffff;
}

.font-btn {
  min-width: 120px;
  background-color: #8c72ad;
  color: #ffffff;
}

.icons-div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -10px;
  margin-left: 5px;
}

.booking-link:hover {
  color: black;
}

.booking-link {
  color: black;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 0.5rem;
}

.event-link-icon {
  font-size: 22px;
  cursor: pointer;
}

.booking-link-icon {
  font-size: 20px;
  margin-left: 1.5rem;
}

.lab-test-div {
  width: 100%;
  background-color: #494949;
  color: white;
  font-weight: bold;
  border: 1px solid #707070;
  /* padding-top: 5px;
  padding-bottom: 5px; */
  font-size: 14px;
  text-align: start;
  padding: 5px 15px;
}

.blood-span {
  font-size: 14px;
  font-weight: bold;
}

.blood-red-icon {
  color: #fa2849;
  font-size: 12px;
  margin-left: 5px;
}

.blood-blue-div {
  min-height: 58px;
  align-items: center;
  width: 50%;
  display: flex;
  background: #2699fb;
  text-align: start;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.blood-test-input {
  width: 50%;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #e9e9e9;
  background-color: #e6dede;
  text-align: center;
}

.alert-imga {
  width: 18px;
  height: 18px;
}

.alert-desc {
  font-size: 12px;
  font-weight: bold;
  margin-left: 0.5rem;
  margin-bottom: 0px;
}

.icon-hei-div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 21px;
}

.blood-red-div {
  min-height: 58px;
  width: 50%;
  display: flex;
  text-align: start;
  background-color: #fa2849;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.blood-red-divHb {
  min-height: 58px;
  width: 50%;
  display: flex;
  text-align: start;
  background-color: #fa2849;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.blood-checkbox-div {
  overflow: hidden;
  float: left;
  margin: 10px 10px 10px 0px;
  display: flex;
  align-items: center;
}

.blood-checkbox {
  width: 24px;
  height: 24px;
}

.allow-btn {
  background-color: #735e8f;
  border: none;
  box-sizing: border-box;
  color: white;
}

.allow-btn:hover {
  background-color: #8c72ad;
  color: white;
}

.consent-btn {
  background-color: #5c636a;
  border: none;
  box-sizing: border-box;
  color: white;
  min-width: 66px;
  padding: 3px 12px;
  font-size: 14px;
}

.session-btns {
  background-color: #6c757d;
  border: none;
  box-sizing: border-box;
  color: white;
  min-width: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consent-btn:hover {
  background-color: #6c757d;
  color: white;
}

.session-btns:hover {
  background-color: #212529;
  color: white;
}

/* Booking Treatment View Screen start */

.book-top-bar {
  background-color: #313131;
  display: flex;
  align-items: center;
  padding: 10px 15px;
}

.booking-heading {
  color: #ffffff;
  margin: 0px;
  border-left: 4px solid #9a77cf;
  padding: 0px 15px;
  margin-right: auto;
}

.close-screen-icon {
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
}

.sort-select {
  max-height: 34px;
}

.search-book-div {
  border: 1px solid #707070;
  max-height: 34px;
  padding: 0.25rem;
}

.search-book-input {
  border-right: 0px;
  border-radius: 0px;
  border: none;
  min-width: 230px;
  font-size: 14px;
}

.search-book-input:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}

.search-book-input:active {
  border: none;
  box-shadow: none;
}

.booking-label {
  font-size: 14px;
  margin: 0px;
}

.book-date {
  min-height: 34px;
  font-size: 14px;
  max-width: 130px;
}

.book-select {
  min-height: 34px;
  font-size: 14px;
  min-width: 170px;
}

.book-icon {
  background-color: #8c72ad;
  color: #ffffff;
  padding: 0.5rem;
}

.book-btns:hover {
  background-color: #735e8f;
  color: white;
}

.book-btns {
  background-color: #8c72ad;
  border: none;
  box-sizing: border-box;
  color: white;
}

.info-book-table tr th {
  background-color: #8c72ad;
  color: #ffffff;
}

.information-table-font {
  font-size: 14px;
}

.information-table-name {
  font-size: 14px;
}

.status-btn {
  background-color: #ffffff;
  color: #8c72ad;
  border: 1px solid #8c72ad;
  border-radius: 50px;
  margin-right: 0.5rem;
  padding: 5px 10px;
}

.status-btn.active {
  background-color: #8c72ad;
  color: #ffffff;
  border: 1px solid #8c72ad;
  box-shadow: none;
}

.status-btn:hover {
  background-color: #8c72ad;
  color: #ffffff;
  border: 1px solid #8c72ad;
  box-shadow: none;
  transition: all 0.5s ease-out;
}

/* Booking Treatment View Screen end */

.omit-select-div {
  padding: 0.25rem 0;
  display: flex;
  flex-direction: column;
}

.drug-list-div {
  padding: 0.5rem;
  min-height: 150px;
  max-height: 150px;
  overflow: auto;
}

.deferPopUp .custom-select {
  margin-bottom: 0px !important;
}

.purp-checklbl {
  color: #871487;
  font-weight: bold;
}

.omit-selection:focus {
  background-color: #f6f7f9;
}

.omit-selection {
  max-height: 30px;
  background-color: #f6f7f9;
}

.omit-btn-div {
  padding: 0.25rem 0.5rem;
  text-align: end;
}

.omit-btns {
  width: 60px;
  padding: 2px 4px;
  background-color: #8c72ad;
  color: #ffffff;
}

.omit-btns:hover {
  background-color: #735e8f;
  color: white;
}

.defer-date-check {
  color: #8c72ad;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.defer-checkbox {
  width: 18px;
  height: 18px;
  margin-top: 0px;
  margin-right: 5px;
}

.over-span {
  font-size: 14px;
  margin: 0px;
}

.search-doc-div {
  padding: 0.25rem 0.5rem;
  display: flex;
  align-items: center;
  border: 1px solid #e9e9e9;
  max-height: 36px;
  background-color: #f6f7f9;
}

.search-doc-input {
  border-right: 0px;
  border-radius: 0px;
  border: none;
  font-size: 14px;
  padding: 0px;
  background-color: #f6f7f9;
}

.search-doc-input:focus {
  border: none;
  box-shadow: none;
  background-color: #f6f7f9 !important;
}

.blood-comments-textarea {
  background-color: #f6f7f9;
}

.blood-comments-textarea:focus {
  background-color: #f6f7f9;
}

.search-event-div {
  display: flex;
  align-items: center;
  border: 1px solid #707070;
  max-height: 34px;
  padding: 0.25rem;
}

.search-event-input {
  /* min-width: 200px; */
  border-right: 0px;
  border-radius: 0px;
  border: none;
  min-width: 230px;
  font-size: 14px;
}

.search-event-input:active {
  border: none;
  box-shadow: none;
}

.search-event-input:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}

.event-search-icon {
  color: #8c72ad;
}

.table-label-cell {
  width: 300px;
}

.popup-close {
  margin-left: auto;
  float: right;
}

.event-type-select {
  min-height: 34px;
  font-size: 14px;
  min-width: 170px;
  max-width: 170px;
}

.sync-icon {
  background-color: #8c72ad;
  color: #ffffff;
  padding: 0.5rem;
}

.doc-user-icon {
  font-size: 18px;
  padding: 7px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #8c72ad;
  color: #ffffff;
}

.event-close-icon {
  font-size: 22px;
  cursor: pointer;
  margin-top: -17px;
  margin-right: -15px;
}

.event-table {
  /* max-height: 420px; */
  overflow: auto;
}

.space-table {
  border-collapse: separate;
  border-spacing: 0px 2px;
}

.event-table tr th {
  background-color: #8c72ad;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}

.wrap-wdith {
  width: 1%;
  white-space: nowrap;
}

/* patient-timeout-checklist screen css starts */

.check-table tr td:first-child {
  font-weight: bold;
}

.check-table tr th {
  font-size: 16px;
}

.check-table tr th:last-child {
  min-width: 100px;
}

.check-table-trow {
  font-weight: 600;
}

/* 
#deferreas:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}

#deferreas:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
} */
#cfiDfi {
  background-color: #c6c4c1;
  cursor: pointer;
}

#cfiDfi i {
  color: #f40f1e;
}

#cfiDfi:hover .deferreas {
  display: block;
}

.deferreas {
  display: none;
  position: absolute;
  width: 350px;
  left: 38%;
  margin-left: -150px;
  height: 200px;
  background: #fff;
  border: 1px solid;
  z-index: 20;
  top: 45px;
}

.defer-close-icon {
  font-size: 18px;
  cursor: pointer;
  color: #ffffff;
}

.prot-heading-div {
  text-align: start;
  margin: 0.25rem 0.5rem;
  display: flex;
  flex-direction: column;
}

.defer-heading {
  margin: 0px;
  font-size: 16px;
}

.defer-prot-span {
  font-weight: 600;
}

.defer-reas-div {
  padding: 0.25rem 0.5rem;
  display: flex;
  flex-direction: column;
  text-align: start;
}

.defer-reason-span {
  font-size: 14px;
  font-weight: bold;
}

.defer-reas-para {
  font-weight: 400;
  margin: 0px;
  font-size: 14px;
}

.defer-date-div {
  padding: 0.25rem 0.5rem;
  display: flex;
  flex-direction: row;
}

/* #drugOmit:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}

#drugOmit:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
} */

#omitHistory:hover .drugOmit {
  display: block;
}

#omitHistory i {
  color: #f40f1e;
}

.drugOmit {
  display: none;
  position: absolute;
  width: 350px;
  height: 200px;
  top: 40px;
  background: #fff;
  border: 1px solid;
  z-index: 20;
  right: -40px;
}

.drug-omit-table {
  max-height: 120px;
  overflow: auto;
}

/* #bloodInv:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
} */

/* #bloodInv:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
} */

/* .blood-inv {
  position: absolute;
  width: 400px;
  left: 34%;
  margin-left: -150px;
  height: 140px;
  background: #FFF;
  border: 1px solid;
  z-index: 20;
  top: 40px;
} */

.back-btn {
  padding: 2px 16px;
  background-color: #8c72ad;
  color: #ffffff;
}

.back-btn:hover {
  background-color: #735e8f;
  color: white;
}

/* patient-timeout-checklist screen css end */

.patient-exp-icon {
  width: 22px;
  float: right;
}

/* Administration Collapse */
.accordion.width {
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: flex;
}

.accordion.width .card {
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  min-width: min-content;
}

.accordion.width .card .card-header {
  cursor: pointer;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}

.accordion.width .card .card-header:not(.collapsed) {
  pointer-events: none;
}

.collapsing.width {
  transition: width 0.35s ease;
  height: auto;
  width: 0;
}

/* Med Administration Css Content */
.collapse-content-container {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}

.collapse-content-container .collapsable {
  min-height: 0px;
  display: flex;
  flex-direction: column;
  margin: 3px;
  background-color: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
}

.collapse-content-container .collapse-content {
  display: flex;
  flex-direction: row;
  flex: 1 1 0;
  min-height: 0px;
  background-color: #fafafa;
}

.collapse-content-container .collapse-content .collapse-div {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-height: 0px;
  position: relative;
}

.collapsable.h-collapsed .collapse-div {
  display: none;
}

.collapse-content-container .collapse-content .collapse-header {
  display: flex;
  padding: 8px 10px;
  background-color: #8c72ad;
  flex: 1 1 0;
  max-height: 32px;
}

.collapse-content-container .collapse-content .collapse-header .collapse-heading {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
  color: white;
  text-align: center;
  letter-spacing: 1px;
  flex: 1 1 0;
}

.collapse-content-container .collapse-content .collapse-header .collapse-headings {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
  color: white;
  text-align: center;
  letter-spacing: 1px;
  flex: 1 1 0;
}

.collapse-content-container .collapse-content .collapsable.h-collapsed {
  max-width: 40px;
  display: flex;
}

.collapsable.h-collapsed .collapse-header {
  width: 100%;
  white-space: nowrap;
  min-height: 0px;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8c72ad;
  flex: 1 1 0;
  max-height: initial;
}

.collapsable .collapse-div .tab {
  flex: 1 1 0;
  min-height: 0px;
  overflow-y: auto;
}

.collapsable.h-collapsed .collapse-div {
  display: none;
}

.collapsable.h-collapsed .collapse-header .collapse-heading {
  writing-mode: vertical-lr;
  text-align: center;
  margin: 0px;
  height: 100%;
  cursor: pointer;
}

.collapsable.h-collapsed .collapse-header .collapse-headings {
  writing-mode: vertical-lr;
  text-align: center;
  margin: 0px;
  height: 100%;
  cursor: pointer;
}

.ms-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.msi-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.collapsable.h-collapsed .collapse-header .collapse-heading .fa-minus::before {
  content: "\f067" !important;
}

#warning {
  z-index: 2040;
}

.med-headings {
  font-size: 14px;
  white-space: nowrap;
}

.med-name span,
.med-name2 span,
.med-name-po span {
  font-size: 16px;
}

.display-value-div {
  width: 50%;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #bce0fd;
  background-color: #e6dede;
  text-align: center;
}

.checklistDiv {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  flex-direction: row;
  margin-top: 0.75rem;
  cursor: pointer;
  min-height: 72px;
  max-width: 380px;
  min-width: 380px;
  float: left;
}

.bluebg-check {
  background-color: #53b0ff;
  min-width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-checkbox {
  width: 22px;
  height: 22px;
}

.check-optiondiv {
  width: 90%;
  padding: 5px;
  display: flex;
  align-items: center;
}

.check-optiondivlist {
  width: 90%;
  padding: 5px;
  display: flex;
  align-items: center;
}

.label-span-div {
  width: 40%;
  margin-left: 5px;
}

.checklist-span {
  margin: 0px;
  font-size: 12px;
}

.checkvalue-div {
  background-color: #f3f3f3;
  width: 60%;
  padding: 5px;
  min-height: 49px;
  display: grid;
  text-align: end;
  border: 1px solid #cbcbcb;
}

.redbg-check {
  background-color: #fc4b67;
  min-width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.greenbg-check {
  background-color: #79d188;
  min-width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blood-review-div {
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / -5%);
}

.check-sub-span {
  font-size: 12px;
}

.fixed-bottom-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.fixed-bottom-container>.bottom-navigate-div {
  /* position: sticky;
  bottom: 0;
  right: 0; */
  background-color: #e9e4e4;
  opacity: 1;
  color: black;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  /* justify-content: flex-end; */
  overflow: auto;
  min-height: 45px;
  max-height: 45px;
  flex: 1 1 0;
}

.attr-span {
  font-size: 16px;
}

.sm-width-div {
  max-width: 25%;
}

.side-stat-div {
  min-width: 40%;
}

.side-stat-div.collapsable.h-collapsed {
  min-width: 0px;
}

.green-circle {
  color: #70eb51;
  font-size: 20px;
}

.med-time-table-div {
  padding: 2px 8px;
  white-space: nowrap;
  font-weight: 600 !important;
}

/* Patient Session */
.patient-check-div {
  flex: 1 1 0;
  padding: 15px 15px;
  /* background-color: white; */
  border-radius: 4px;
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16); */
  /* background-color: green !important; */
}

.sighted-date-input {
  max-width: 100px;
  margin-bottom: 0px;
}

.consented-date .ant-picker {
  max-width: 130px;
  width: 130px;
}

.overridden-icon {
  font-size: 20px !important;
  cursor: pointer;
}

.sighted-input {
  max-width: 150px;
  margin-bottom: 0px;
}

.vitalSignBtn {
  border-radius: 4px;
  background-color: rgb(250, 40, 73);
  padding: 5px 10px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: bold;
  min-height: 45px;
  max-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vitalSignBtn:hover {
  color: #ffffff;
}

.vitalSignBtn.active {
  background-color: #68bd80;
}

.cycleDay {
  border-radius: 4px;
  background-color: #2699fb;
  padding: 5px 10px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: bold;
  width: 50%;
  max-height: 45px;
  display: flex;
  align-items: center;
}

.cycleDay:hover {
  color: #ffffff;
}

.consentBtn {
  border-radius: 4px;
  background-color: rgb(250, 40, 73);
  padding: 5px 10px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: bold;
  width: 50%;
  max-height: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consentBtn:hover {
  color: #ffffff;
}

.consentBtn.active {
  background-color: #68bd80;
}

.btn:disabled {
  cursor: not-allowed;
}

.pprw {
  padding-left: 10px;
  position: absolute;
  right: 3px;
  width: 82px;
}

.score-identification {
  max-height: 40px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-left: 10px;
}

.notify-para {
  margin: 0px;
  font-size: 14px;
  color: #fb2649;
  font-weight: bold;
  margin-top: 5px;
}

.patientcheckDiv {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  flex-direction: row;
  cursor: pointer;
  min-width: 100%;
}

.label-span-investdiv {
  width: 50%;
  margin-left: 5px;
}

.checkvalue-investdiv {
  background-color: #ffffff;
  width: 50%;
  padding: 5px;
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bluebgInvest-check {
  background-color: #53b0ff;
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.redbgInvest-check {
  background-color: #fc4b67;
  min-width: 70px;
  min-height: 70px;
  max-height: 70px;
  max-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.redbgInvestChange-check {
  background-color: #fc4b67;
  min-width: 70px;
  min-height: 70px;
  max-height: 70px;
  max-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* input[type="text"]:disabled {
  background: #f5f5f5 !important;
} */
input[type="text"]:disabled,
textarea:disabled {
  background: #f5f5f5;
}

.session-span {
  font-size: 14px;
}

.bluebgTre-check {
  background-color: #53b0ff;
  min-width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checklistDivPre {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  flex-direction: row;
  margin-top: 0.75rem;
  cursor: pointer;
  min-height: 72px;
  float: left;
}

.redbgPre-check {
  background-color: #fc4b67;
  min-width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.redbgPre-check.active {
  background-color: rgb(34, 202, 45);
}

.redbgPreChange-check {
  background-color: #fc4b67;
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.assessment-score-div {
  border: 1px solid rgb(180, 180, 180);
  padding: 5px;
}

.assessment-score-div span {
  font-size: 14px;
}

#cyclePreviewTable tbody ul {
  margin-bottom: 0px;
}

/* Range slider */
.infoicon {
  color: #ffffff !important;
  background-color: #000000;
  font-style: italic;
  border-radius: 10rem;
  display: inline-block;
  padding: 0.25em 0.6em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

#rangeValue {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  /* display: initial; */
  color: #333;
  height: 50px;
  border-radius: 50%;
  width: 50px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 1px solid #333;
}

.range {
  width: 93%;
  height: 15px;
  -webkit-appearance: none;
  outline: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 1);
}

#myRange {
  width: 100%;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #23374e;
  cursor: pointer;
  border: 4px solid #23374e;
  /* box-shadow: -407px 0 0 400px #0075ff; */
  box-shadow: -907px 0 0 900px #8c72ad;
}

.scale-span-div {
  margin: auto;
}

.scale-span-daydivi {
  margin: auto;
}

.scale-span-daydivi span {
  font-size: 14px;
}

.barf-span {
  background-color: #8c72ad;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.nausea-condition-span {
  font-size: 16px;
  color: #707070;
  font-weight: bold;
}

/* medication style */
.table-span {
  color: #871487;
  font-size: 12px;
  font-weight: bold;
}

.table-span2 {
  font-weight: bold;
  font-size: 12px;
}

.drugs-content {
  display: flex;
  flex-direction: column;
}

.drugs-header {
  background-color: #f80820;
  /* width: 32px; */
  color: white;
  font-size: 14px;
}

.drugs-header th {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}

.header-div {
  display: flex;
  flex-direction: row;
  align-items: left;
  background-color: #f80820;
  height: 50px;
}

.headerdiv {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collapsable.h-collapsed .collapse-header {
  width: 100%;
  white-space: nowrap;
  padding: 10px 8px;
  display: flex;
  /* padding-left: 300px; */
  align-items: center;
  justify-content: center;
  /* background-color: #8C72AD; */
  flex: 1 1 0;
}

.header-div span {
  font-size: 14px;
  font-weight: bold;
  color: white;
}

.header-color {
  background-color: #007feb;
}

/* .collapsable.h-collapsed .collapse-header span
{
writing-mode: vertical-lr;
text-align: center;
justify-content: center;
/* margin-bottom: 80px; */
/* flex-direction: column;
display: flex;
} */

.border-after-div {
  /* background-color: rgb(245, 245, 109) ; */
  width: 400px;
  height: 20px;
}

.dose-div label {
  color: #fb2649;
}

.check-divs input {
  box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.16);
  background-color: white;
}

.check-divs .custom-select {
  box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.16);
  background-color: white;
  font-weight: bold;
}

.check-divs h6 {
  color: #fb2649;
}

.check-divs {
  display: flex;
  flex-direction: row;
}

/* .table-header thead tr {
   background-color: white; 
 color: black; 
}
.table-header thead th {
  color: white; 
} */

.border-after-div input {
  margin-left: auto;
}

.popup-div {
  display: flex;
  flex-direction: column;
  background-color: #ffc96c;
  position: fixed;
  top: 25;
  left: 20;
  padding: 30px;
  justify-content: center;
  transform: scale(0);
}

.popup-content input {
  width: 30px;
  height: 30px;
  border-radius: 1px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.popup-div label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.popup-content input {
  width: 40px;
  height: 40px;
  border-radius: 1px;
  text-align: center;
  font-size: 30px;
  font-weight: bolder;
}

.popup-div .nurse-div {
  margin-top: 20px;
}

/* #validtionformpopup input[type="checkbox"]{
  display: none;
}
#validtionformpopup input[type="checkbox"] {
  border: 1px solid red;
  background-color: red;


} */
#validtionformpopup input[type="checkbox"]+label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

.side-checkboxShow input[type="checkbox"] {
  appearance: none;
}

.side-checkboxShow input[type="checkbox"] {
  /* content: \2714; */
  border: 0.1px solid #e44761;
  border-radius: 0.2em;
  display: inline-block;
  width: 1.2em !important;
  height: 1.2em !important;
  padding-left: 0.2em;
  /* padding-bottom: 0.3em; */
  margin-bottom: 5px;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  background-color: #fb2649;
  transition: 0.2s;
}

.side-checkboxShow input[type="checkbox"] :active:before {
  transform: scale(0);
}

.side-checkboxShow input[type="checkbox"]:checked {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

.side-checkboxShow input[type="checkbox"]:disabled+label:before {
  transform: scale(1);
  border-color: #aaa;
}

.side-checkboxShow input[type="checkbox"]:checked:disabled+label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

#formcheck .form-check-input:checked {
  background-color: #68bd80;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.table-header-content td {
  font-size: 14px;
}

/*vital observation Chart*/

.page-main {
  height: 100%;
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 0px;
}

/* .page-main {
  height: 100%;
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 0px;
} */

.search-card-container .vital-side-form {
  padding: 10px;
}

#pagesidebar {
  min-width: 350px;
  max-width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#pageSidebar.resizable {
  min-width: 350px;
  max-width: 500px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#pageSidebar.resizable.collapsed {
  min-width: 40px !important;
  max-width: 40px !important;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page-main-content {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex: 1 1 0;
  flex-direction: column;
  background-color: #fefefe;
}

.page-container {
  width: 100%;
}

.full-container {
  display: flex;
  flex-direction: row;
}

.half-container {
  display: flex;
  flex-direction: column;
}

/* .collapse-table-header
{
  background-color: #303030;
  color: #f3EDEB;
  padding: 15px;
} */

.cell1 {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  align-items: center;
  justify-content: center;

  height: 40px;
  width: 70px;
  min-width: 50px;
}

.cell1>label {
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.cell2 {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  background-color: #f2ddb4;
  height: 40px;
  width: 70px;
  min-width: 70px;
}

.cell2>label {
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.cell3 {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  background-color: #fff7ae;
  height: 40px;
  width: 70px;
  min-width: 70px;
}

.cell3>label {
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.cell4 {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  background-color: #e7c5d3;
  height: 40px;
  width: 70px;
  min-width: 70px;
}

.cell4>label {
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.cell5 {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  background-color: #cbd4e3;
  height: 40px;
  width: 70px;
  min-width: 70px;
}

.cell5>label {
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

#r1-header-icon {
  float: right;
}

.chart-cell1 {
  display: flex;
  border: 0.5px solid rgb(187, 187, 187);
  background-color: #e1e2e3;
  padding: 5px;
  height: 40px;
  width: 1200px;
  min-width: 1000px;
}

.chart-cell1>label {
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  margin-left: 300px;
}

/* .chart-cell1 .icons{
 margin-left: auto;
 margin-right: 30px;
 align-items: center;
 justify-content: center;

 font-size: 20px;
} */
.table-row2 {
  display: flex;
  flex: row;
}

.sticky {
  position: sticky !important;
}

.sticky-container {
  display: flex;
  flex-direction: column;
  position: sticky;
  right: 0px;
}

.vitalsign-cell {
  border: 0.5px solid rgb(187, 187, 187);

  padding: 5px;
  height: 120px;
  width: 115px;
  min-width: 100px;
}

.vitalsign-cell label {
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
  margin-left: 10px;
}

.datecell {
  border: 0.5px solid rgb(187, 187, 187);

  padding: 5px;
  height: 40px;
  width: 120px;
  min-width: 120px;
}

.datecell label {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  margin-left: 40px;
}

.datecell1 {
  border: 0.5px solid rgb(187, 187, 187);

  padding: 5px;
  height: 40px;
  width: 120px;
  min-width: 120px;
}

.datecell1 label {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  margin-left: 20px;
}

.date-cell {
  border: 0.5px solid rgb(187, 187, 187);

  padding: 5px;
  height: 40px;
  width: 120px;
  min-width: 120px;
}

.date-cell label {
  font-size: 14px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  margin-top: 5px;
}

.data-cell-content {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  height: 40px;
  width: 100px;
  min-width: 100px;
}

.data-cell-content p {
  font-weight: bold;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 14px;
}

.table-col {
  display: flex;
  flex-direction: column;
}

.content {
  display: flex;
  flex-direction: row;
}

.table-row3 {
  display: flex;
  flex: row;
}

.breath-cell {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;

  height: 40px;
  width: 235px;
  min-width: 70px;
}

.breath-cell label {
  /* margin-left: 5px; */
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}

.color-whites {
  background-color: white !important;
}

.color-yellow {
  background-color: #fff7ae !important;
}

.color-light-grey {
  background-color: #E1E2E3 !important;
}

.color-greys {
  background-color: #cbd4e3 !important;
}

.color-pink {
  background-color: #e7c5d3 !important;
}

.color-brown {
  background-color: #f2ddb4 !important;
}

.oxygen-cell {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  height: 80px;
  width: 115px;
  min-width: 70px;
}

.oxygen-cell label {
  margin-top: 20px;
  margin-left: 2px;
  font-size: 14px;
  font-weight: bold;
}

.data-cell-content i {
  margin-top: 5px;
  margin-left: 30px;
}

.suppliment-cell {
  border: 0.5px solid rgb(187, 187, 187);
  background-color: #f2ddb4;
  padding: 5px;
  height: 40px;
  width: 120px;
  min-width: 120px;
}

.suppliment-cell label {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}

.suppliment-cell-content {
  border: 0.5px solid rgb(187, 187, 187);
  background-color: #f2ddb4;
  padding: 5px;
  height: 40px;
  width: 100px;
  min-width: 100px;
}

.oxygen-cell-content {
  border: 0.5px solid rgb(187, 187, 187);
  background-color: #fff7ae;
  padding: 5px;
  height: 40px;
  width: 100px;
  min-width: 100px;
}

.oxygen-cell-content label {
  margin-left: 20px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}

.heart-cell-content {
  border: 0.5px solid rgb(187, 187, 187);
  background-color: #cbd4e3;
  padding: 5px;
  height: 40px;
  width: 100px;
  min-width: 100px;
}

.blood-pressure-cell {
  border: 0.5px solid rgb(187, 187, 187);

  padding: 5px;
  height: 720px;
  width: 115px;
  min-width: 100px;
}

.blood-div {
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl;
  justify-content: center;
  margin-top: 270px;
  margin-left: 10px;
}

.blood-div label {
  font-size: large;
  margin-top: 20px;
  font-weight: bold;
}

.blood-div .unit {
  font-size: 14px;
  font-weight: bold;
  margin-top: 50px;
}

.blood-div span {
  font-weight: bold;
}

.temp-cell-content {
  border: 0.5px solid rgb(187, 187, 187);

  padding: 5px;
  height: 40px;
  width: 100px;
  min-width: 100px;
}

.temp-cell-content label {
  margin-left: 20px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}

.respiratory-cell {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  background-color: #f1f0f0;
  height: 280px;
  width: 150px;
  min-width: 150px;
  text-align: center;
}

.flex-1 {
  flex: 1 1 0 !important;
  min-height: 0px;
}

.close-readings-popup {
  top: 5px;
  left: 7px;
}

.oxygen-cell2 {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  background-color: #f1f0f0;
  height: 80px;
  width: 120px;
  min-width: 70px;
}

.oxygen-cell2-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
}

.oxygen-cell2-content span {
  font-size: 13px;
  margin-left: 5px;
  font-weight: bold;
}

.oxygen-cell2-content label {
  font-size: 14px;
  font-weight: bold;
}

.rate-data-cells {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  background-color: white;
  height: 40px;
  width: 150px;
  min-width: 70px;
}

.rate-content {
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl;
  justify-content: center;
  text-align: center;
  /* margin-top: 50px;
margin-left: 30px; */
  font-size: 20px;
}

.rate-content label {
  font-size: 20px;
  font-weight: bold;
}

.rate-content span {
  font-size: 16px;
  /* margin-top: 20px; */
  font-weight: bold;
}

.content .rate-data-cell {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  background-color: #cbd4e3;
  height: 40px;
  width: 150px;
  min-width: 70px;
}

.rate-data-cell2 {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  background-color: #e7c5d3;
  height: 40px;
  width: 150px;
  min-width: 70px;
}

.rate-data-cell3 {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  background-color: #f2ddb4;
  height: 40px;
  width: 150px;
  min-width: 70px;
}

.rate-data-cell4 {
  border: 0.5px solid rgb(187, 187, 187);
  background-color: white;
  padding: 5px;
  height: 40px;
  width: 150px;
  min-width: 70px;
}

.rate-data-cell5 {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  background-color: #fff7ae;
  height: 40px;
  width: 150px;
  min-width: 70px;
}

.rate-data-cell6 {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  background-color: #e7c5d3;
  height: 40px;
  width: 150px;
  min-width: 70px;
}

.rate-data-cell7 {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  background-color: #cbd4e3;
  height: 40px;
  width: 150px;
  min-width: 70px;
}

.Saturation-cell {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  background-color: #f1f0f0;
  height: 200px;
  width: 120px;
  min-width: 70px;
}

.heartrate-cell {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  background-color: #f1f0f0;
  height: 440px;
  width: 120px;
  min-width: 70px;
}

.heartrate-cell .rate-content {
  margin-top: 150px;
}

.temprature-cell {
  border: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  background-color: #f1f0f0;
  /* height: 120px; */
  width: 120px;
  min-width: 120px;
}

.temp-rate-content {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  justify-content: center;
  margin-top: 20px;
  margin-left: 10px;
  font-size: 20px;
}

.temp-rate-content .degree {
  /* margin-left: 20px; */
  text-align: center;
}

.sidebar-contents {
  display: flex;
  flex-direction: column;
  background-color: white;
}

.sidebar-contents label {
  color: black;
  margin-left: 20px;
  margin-top: 20px;
  font-weight: bold;
}

.page-sidebar {
  width: 50px;
}

#searchCardContainer .card-form {
  padding: 10px;
  background-color: rgb(32, 32, 32);
  color: white;
}

.page-sidebar .vital-sidecontainer {
  background-color: white;
}

/* .field-div .field-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  white-space: nowrap;
  color: white;
} */

.content .label {
  margin-left: 50px;
  font-weight: bold;
}

.galday-span-div {
  background-color: #0f597d;
  padding: 5px 10px;
  margin-bottom: 1px;
}

.galday-span-div span {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

.gallery-span-div {
  position: absolute;
  align-items: flex-end;
  width: 100%;
  display: flex;
  bottom: 1%;
  left: 10px;
}

.gallery-span-div span {
  color: #ffffff;
  font-size: 12px;
}

.img-gallery-sidebar {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 1px;
}

/* slider */
.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #04aa6d;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04aa6d;
  cursor: pointer;
}

/* Checkbox select */
.multiselect {
  width: 50%;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
  background-color: #ffffff;
}

#checkboxes label {
  display: block;
}

#checkboxes label:hover {
  background-color: #1e90ff;
}

.info-icon {
  font-size: 18px !important;
  color: #494949;
  cursor: pointer;
}

.padding-right-ten {
  padding-right: 10px !important;
}

.align-self-center {
  align-self: center;
}

.padding-right-seven {
  padding-right: 7px !important;
}

.padding-right-sixteen {
  padding-right: 16px !important;
}

.padding-right-eighty {
  padding-right: 80px !important;
}

.padding-four {
  padding: 4px !important;
}

.padding-left-ten {
  padding-left: 10px !important;
}

.padding-left-fifteen {
  padding-left: 15px !important;
}

.padding-left-sixteen {
  padding-left: 16px !important;
}

.padding-left-twenty {
  padding-left: 20px !important;
}

.padding-left-fifty {
  padding-left: 50px;
}

.padding-right-fifteen {
  padding-right: 15px !important;
}

.infored-icon {
  font-size: 18px;
  color: #494949;
  margin-right: 5px;
}

.hosia-number {
  width: 35%;
}

.psc-actioBtn {
  width: 60%;
}

.actionreq-Btn {
  min-width: 140px;
  border-radius: 4px !important;
}

.inves-div span {
  font-size: 14px;
}

.consent-para {
  font-size: 14px;
  font-weight: 700;
}

.border-assessment .btn-group .btn,
.border-assessment .btn-group {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.border-assessment .btn-group .btn {
  min-height: 35px;
  max-height: 35px;
  color: #323232;
}

.gallery-img-style img {
  border: 1px solid rgb(171 171 171);
  padding: 2px;
  min-height: 130px;
  border-radius: 4px;
}

.gallery-img-style img:hover {
  box-shadow: 0 0 2px 1px #0f597d;
  border: none;
}

.gr-largerImg img {
  border: 1px solid #0f597d;
  padding: 5px;
  border-radius: 4px;
}

.gallery-img-style img.active {
  box-shadow: 0 0 2px 1px #0f597d;
  border: none;
}

.paedAssessment-span {
  background-color: #8c72ad;
  color: rgb(255, 255, 255);
  font-size: 14px;
  cursor: pointer;
  padding: 10px;
}

#frontSheet {
  padding: 15px 10px;
}

.patient-histor-table tbody tr td {
  font-size: 14px;
}

/* Patient Session end */

/* medAdministratio continue */
.min-start-row {
  background-color: #d8d8d8;
  min-height: 35px;
}

.min-start-row td {
  padding: 2px 8px !important;
}

.admin-instructions-div {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 15px;
}

.admin-instructions-div p {
  font-weight: 700;
}

#dexamethasoneFormValidation input[type="checkbox"] {
  border: 0.1em solid #fb2649;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  margin-right: 0.2em;
  color: transparent;
  transition: 0.2s;
  background-color: transparent;
}

#dexamethasoneFormValidation input[type="checkbox"]:checked {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

/* 
.infusion-checkbox input[type=checkbox] {
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  margin-right: 0.2em;
  color: transparent;
  transition: .2s;
  background-color: transparent;
}

.infusion-checkbox input[type=checkbox]:checked {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
} */

.popupDexa-div {
  /* position: absolute; */
  display: flex;
  flex-direction: column;
  background-color: #ffc96c;
  align-items: center;
  position: fixed;
  margin-top: 40px;
  padding: 40px;
  border-radius: 4px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
  height: 200px;
  justify-content: center;
  transform: scale(0);
}

.hint-icon {
  font-size: 14px;
  margin-left: 0.25rem;
}

/* 
.hint-icon:hover{
  color: red;
} */

/* .hint-icon:hover .hint-para{
  display: block;
} */

.hint-para {
  /* display: none; */
  width: 220px;
  position: absolute;
  top: -15px;
  right: -12px;
  background-color: rgb(0 0 0 / 55%);
  color: white;
  padding: 5px;
}

.disabled-texarea {
  background-color: #e9ecef !important;
  min-height: 115px !important;
}

.profile-large-img {
  max-height: 150px;
  min-height: 150px;
  max-width: 150px;
  min-width: 150px;
  box-sizing: border-box;
  border: 2px solid #8c72ad;
  background-image: url("/assets/img/placeholder.jpg");
  background-position: center;
  background-size: cover;
  margin: auto;
}

.colored-bg-td {
  background-color: #ffa500 !important;
  cursor: pointer;
}

.td-height {
  height: 35px;
}

.td-width {
  min-width: 100px;
}

#plateHistory:hover #bloodInv {
  display: block;
}

#bloodInv {
  /* display: none; */
  position: absolute;
  width: 400px;
  left: 34%;
  margin-left: -150px;
  height: 140px;
  background: #fff;
  border: 1px solid;
  z-index: 20;
  top: 40px;
}

#plateHistory:hover #bloodInv {
  display: block;
}

.popupDexa-div .form-group {
  float: right;
  margin-right: 4px;
}

.popup-content input {
  width: 30px;
  height: 30px;
  /* border-radius: 1px; */
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
}

.popupDexa-div label {
  font-size: 16px;
  font-weight: bold;
  padding-left: 4px;
  margin-bottom: 8px;
}

.exclamationIcon {
  color: #f10514;
  font-size: 16px;
}

.play-icon {
  font-size: 20px;
  color: #ff4d4d;
}

.borderCheck {
  border: 1px solid rgb(251, 38, 73);
}

.checkBorderColor {
  border: 1px solid black !important;
  /* check div */
}

.check-div {
  display: flex;
  padding: 10px 10px;
  background-color: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #dee2e6;
  margin: 5px 0px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.check-div .form-check-input:checked {
  background-color: #68bd80;
  border: 1px solid #559968;
}

.check-div .form-check-input {
  box-shadow: none;
  height: 30px;
  width: 30px;
  border: 1px solid #b6b6b6;
  background-color: #e9ecef;
}

.check-div .form-check-input.sm {
  box-shadow: none;
  height: 20px;
  width: 20px;
}

.check-div .form-check-input.blue {
  background-color: rgb(83, 176, 255);
  border: 1px solid rgb(53, 135, 206);
}

.infusion-active-btn {
  background-color: rgb(255, 77, 77) !important;
  box-sizing: border-box;
  color: white;
  font-size: 0.875rem;
}

.infusion-active-btn:hover,
.infusion-active-btn:active,
.infusion-active-btn:focus {
  background-color: rgb(231, 67, 67) !important;
}

.infusion-active-btn:hover {
  color: white;
}

.selected-med-div {
  background-color: #eff3f6 !important;
  border: 1px solid #d1e3f0;
}

.selected-med-div .med-infusion-completed {
  background-color: #e9e4e4 !important;
}

.check-div .checkbox-container {
  display: flex;
  align-items: center;
}

.check-div .checkbox-container .form-check {
  margin-bottom: 0px;
}

.check-div .check-div-label-div {
  display: flex;
  flex-direction: column;
}

.check-div .check-support-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgb(151, 151, 151);
  line-height: 12px;
  font-weight: 600;
  margin-top: 4px;
}

.check-div .check-div-label {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  margin: 0px;
  color: #494949;
}

.check-div .check-range {
  font-size: 12px;
  line-height: 12px;
  margin-left: auto;
  font-weight: 600;
  margin-bottom: auto;
  color: #494949;
}

.check-div .check-input-div {
  margin-top: 8px;
  display: flex;
}

.check-div .check-input-div input {
  margin-bottom: 0px;
  box-shadow: none;
  background-color: #f7fafb;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #dfdfdf;
}

.check-div .check-input-div input:disabled {
  background-color: #e9ecef;
}

.check-div .check-input-div .input-group-append,
.check-div .check-input-div .input-group-text {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-weight: 600;
}

.check-div .check-div-values {
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
  padding: 8px;
  margin-top: 10px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.check-val-para {
  font-size: 14px;
  line-height: 14px;
  color: #555;
  font-weight: 500;
  width: 100%;
}

.check-cycle-span {
  font-size: 12px;
  line-height: 12px;
  color: #555;
  font-weight: 600;
  margin-left: auto;
  width: 100%;
  margin-top: 4px;
  text-align: right;
}

.check-status {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  border-radius: 4px;
}

.check-status.green {
  background-color: #68bd80;
}

.data-prn-med.completed,
.data-med.complete,
.ongoing-med.completed {
  background-color: #e9e4e4 !important;
  pointer-events: none !important;
}

.data-med.aborted {
  background-color: rgb(255 219 184) !important;
}

.data-med td:nth-child(2) {
  min-width: 300px;
}

#dexaCorrect,
#dexaRate {
  height: 20px;
  width: 20px;
  margin-bottom: 4px;
}

.side-checkboxShow {
  background-color: #fb2649;
  height: 20px !important;
  width: 20px !important;
  margin-bottom: 4px;
}

.side-checkboxShow:checked,
#dexaRate:checked,
#dexaCorrect:checked {
  background-color: #1eb142;
  border: 0px;
  margin-bottom: 4px;
}

.cvIvBtn {
  max-width: 60px;
  color: #323232;
  font-weight: bold;
  margin-left: 0px;
  border: 1px solid #bce0fd;
  min-height: 30px;
  font-size: 14px;
}

.cvIvBtn.active {
  background-color: #8c72ad;
  border: 1px solid #8c72ad;
  box-shadow: none;
  color: #ffffff !important;
}

.cvIvBtn:hover {
  background-color: #494949 !important;
  border: 1px solid #494949;
  color: #ffffff !important;
}

.hide-icon {
  display: none;
}

.btn-secondary {
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

.prescriber-comment-span {
  /* background-color: #ecddf6; */
  width: fit-content;
  font-weight: 500;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 4px;
  margin-right: 2px;
  white-space: nowrap;
}

.diagnosis-card .diagnosis-content-heading {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 4px;
}

.prescriber-commentgry-span {
  background-color: #c8f1d6;
  width: fit-content;
  font-weight: 500;
  padding: 2px 5px;
  margin-right: 2px;
  white-space: nowrap;
}

#diagnosisTable .diagnosis-metadata-row .diagnosis-metadata {
  background-color: #f3edeb;
  padding: 5px;
  border-radius: 3px;
}

#diagnosisTable .diagnosis-metadata-row .diagnosis-metadata label {
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
  color: #7e659d !important;
}

#reasonNotify {
  margin-top: -20px;
  margin-bottom: 20px;
  color: rgb(251, 38, 73);
}

#vipScore {
  margin-left: -10px;
  margin-top: 5px;
}

.hide-collapse {
  background-color: white !important;
}

.history-score-div {
  position: absolute;
  left: 30px;
  top: 10%;
  width: 450px;
  background-color: #ecebeb;
  z-index: 100;
}

.popover-cover {
  padding: 0 !important;
  background-color: #ecebeb !important;
}

.popover-cover .ant-popover-container {
  padding: 2px !important;
}

.popover-cover .patient-assessment-score {
  position: static !important;
}

.patient-assessment-history-table-column-header {
  min-width: 300px !important;
  max-width: 300px !important;
  white-space: 'pre-wrap' !important;
  font-size: "14px";
  font-weight: bold;
}

.patient-assessment-history-table-column-body {
  min-width: 220px !important;
  max-width: 220px !important;
  white-space: 'pre-wrap' !important;
  font-size: "14px";
  font-weight: bold;
  text-align: center;
}

.patient-assessment-history-drawer-container {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow-y: hidden !important;
  padding: 14px !important;
}

.patient-assessment-history-drawer-container-table {
  height: 100% !important;
  overflow-y: auto !important;
}

.history-bottomScore-div {
  position: absolute;
  left: 24%;
  bottom: 10%;
  width: 450px;
  background-color: #ecebeb;
  z-index: 100;
}

.history-oramucScore-div {
  position: absolute;
  left: 24%;
  bottom: 10%;
  width: 450px;
  background-color: #ecebeb;
  z-index: 100;
}

.history-skiScore-div {
  position: absolute;
  left: 24%;
  bottom: -100px;
  width: 450px;
  background-color: #ecebeb;
  z-index: 100;
  top: 30px;
}

.score-heading {
  font-size: 14px;
  margin: 0px;
  color: #ffffff;
}

.history-modaltop-div {
  background-color: #8c72ad;
}

.tab-height {
  /* height:calc(100%-44px); */
  height: calc(100% - 44px);
}

.methot-bg-div {
  background-color: #707070;
  color: #ffffff;
  padding: 0.25rem;
}

#methoLevelinput {
  border: 1px solid #f5141b;
}

.meth-alert-div {
  position: absolute;
  left: 24%;
  top: 10%;
  width: 450px;
  background-color: #ecebeb;
  z-index: 100;
}

.eventInfo .custom-select {
  min-height: 34px;
  font-size: 14px;
  max-width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
}

.vesicant-popup {
  position: absolute;
  width: 400px;
  left: 0;
  background: #fff;
  border: 1px solid;
  z-index: 20;
  top: 100%;
}

.collapsable .medicine-forms {
  flex: 1 1 0;
  min-height: 0px;
}

.ongoing-med td:nth-last-child(1),
.ongoing-med td:nth-last-child(2),
.ongoing-med td:nth-last-child(3),
.ongoing-med td:nth-last-child(4),
.ongoing-med td:nth-last-child(5) {
  padding-bottom: 20px !important;
  position: relative;
  text-align: center;
}

.ongoing-med td.expandData:nth-last-child(1)>div:nth-child(n + 3),
.ongoing-med td.expandData:nth-last-child(2)>div:nth-child(n + 3),
.ongoing-med td.expandData:nth-last-child(3)>div:nth-child(n + 3),
.ongoing-med td.expandData:nth-last-child(4)>div:nth-child(n + 3),
.ongoing-med td.expandData:nth-last-child(5)>div:nth-child(n + 3) {
  display: flex;
  flex-direction: column;
}

.hideShow-div {
  position: absolute;
  top: calc(100% - 15px);
  left: 0px;
  width: 100%;
  /* text-align: center; */
  border-bottom: 0px !important;
  display: flex !important;
  text-align: left;
  justify-content: center;
  align-items: center;
}

.ongoing-med td:nth-last-child(1)>div:nth-child(n + 3),
.ongoing-med td:nth-last-child(2)>div:nth-child(n + 3),
.ongoing-med td:nth-last-child(3)>div:nth-child(n + 3),
.ongoing-med td:nth-last-child(4)>div:nth-child(n + 3),
.ongoing-med td:nth-last-child(5)>div:nth-child(n + 3) {
  display: none;
}

.export-to-div {
  position: relative;
  overflow: visible;
}

.export-to-div .export-dropdown {
  position: absolute;
  top: 105%;
  left: 0px;
  width: 100%;
  height: 0px;
  background-color: white;
  overflow: hidden;
  z-index: 100;
}

.export-to-div:hover .export-dropdown {
  position: absolute;
  top: 100%;
  left: 0%;
  background-color: white;
  z-index: 100;
  height: initial;
  border-radius: 2px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: visible;
}

#exportCycle {
  border-left: 1px solid rgb(255, 255, 255);
}

.protocol-link {
  padding: 5px 10px;
  max-height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition-duration: 0.5s;
}

.ex-component-div:hover .protocol-link::before {
  font-family: "Font Awesome 5 Free";
  transition-duration: 0.5s;
  font-weight: 800;
  display: flex;
  align-items: center;
  height: 100%;
  font-style: normal;
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 0;
  color: #8c72ad;
}

.ex-component-div {
  position: relative;
  overflow: visible;
}

.ex-component-div .pr-cycles-container {
  max-height: 0px;
  width: 0px;
  position: absolute;
  overflow: hidden;
  border-radius: 2px;
}

.ex-component-div:hover .pr-cycles-container {
  max-height: initial;
  position: absolute;
  width: 100%;
  left: 100%;
  top: 0%;
  background-color: white;

  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}

.pr-cycles-container .cycle-link {
  border-bottom: 1px solid #ced4da;
}

.pr-cycles-container .cycle-link:hover {
  color: white;
  background-color: #8c72ad;
}

/* Pharmacy Work List CSS start */
.pharmacy-search-container {
  background-color: #494949;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  padding: 5px 15px;
  max-height: 107px;
  flex: 1 1 0;
}

.pharmacy-search-container .field-label {
  margin-bottom: 0px;
  color: white;
  font-size: 12px;
}

.pharmacy-search-container .form-select,
.pharmacy-search-container input.form-control {
  margin-bottom: 0px;
  max-height: 28px;
  min-height: 28px;
  font-size: 12px;
  border: 0px;
  font-weight: 500;
}

.pharmacy-search-container .btn {
  max-height: 28px;
  min-height: 32px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
}

.pharmacy-search-container .btn span {
  position: relative;

  padding: 2px;
  font-weight: bold;
  font-weight: 12px;

  border-radius: 20px;
}

.pharmacy-search-container .selected-span,
.multiple-span {
  font-size: 12px !important;
}

.pharmacy-search-container .check-filter-div {
  padding-left: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0;
  display: flex;
}

.pharmacy-navigate-tab.active {
  background-color: #8c72ad;
  color: #fff;
}

.pharmacy-navigate-tab {
  background-color: #f8f9fa;
  padding: 5px 10px;
  color: #333;
  cursor: pointer;
  min-height: 40px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
}

.diluent-icons {
  font-size: 20px;
}

.rowsNo-span {
  max-width: fit-content;
  background-color: #8c72ad;
  color: #ffffff;
  padding: 5px 10px;
  margin-left: auto;
}

.prescriber-comment label {
  position: relative;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 50%;
  background-color: #e67e10;
  top: -8px;
  text-align: center;
  right: 2px;
}

/* Pharmacy Work List CSS end */

.action-order-tableData {
  background-color: #494949;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  padding: 5px 15px;
}

.action-order-tableData .field-label {
  margin-bottom: 0px;
  color: white;
  font-size: 12px;
}

.action-order-tableData .btn {
  max-height: 28px;
  min-height: 28px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding: 4px 8px;
  position: relative;
}

.action-order-tableData .order-flag {
  background-color: #8c72ad;
  padding: 5px 10px;
  margin-left: 5px;
  color: white;
  font-weight: 700;
}

.pharmacy-worklist-table tr td:first-of-type,
.pharmacy-worklist-table tr th:first-of-type {
  padding-left: 15px;
}

.pharmacy-worklist-table tr th {
  background-color: #494949;
  color: white;
  font-size: 12px !important;
}

.pharmacy-worklist-table tr td:last-of-type,
.pharmacy-worklist-table tr th:last-of-type {
  padding-right: 15px;
  height: 26px;
  min-height: 26px;
}

.name-span {
  font-weight: 700;
  font-size: 12px;
}

.pharmacy-worklist-table .margin-left-span {
  margin-left: 15px;
}

.pharmacy-worklist-table .arrow-down-med {
  margin-right: 0.25rem;
  color: #ff4d4d;
  font-size: 14px;
  margin-top: 3px;
}

.pharmacy-worklist-table .font-icons {
  font-size: 16px;
  margin-top: 3px;
}

.pharmacy-worklist-table .med-icons {
  font-size: 18px;
  margin-top: 3px;
}

.pharmacy-worklist-table .nhi-span {
  font-weight: 700;
}

.pharmacy-worklist-table .study-span {
  background-color: #fb2649;
  color: white;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
}

.pharmacy-worklist-table .med-flag-icons {
  font-size: 18px;
  color: #32b711;
  margin-top: 3px;
}

.pharmacy-worklist-table .custom-select {
  margin-bottom: 0px;
  font-size: 12px !important;
}

.pharmacy-worklist-table span {
  font-size: 12px;
}

.pharmacy-worklist-table span.ant-spin-dot {
  font-size: 20px;
}

.pharmacy-worklist-table .custom-select .selected-span {
  font-size: 12px;
}

.modified-span {
  font-size: 12px;
  font-weight: 600;
}

.query-details {
  position: absolute;
  width: 400px;
  left: 92px;
  background: #fff;
  border: 1px solid;
  z-index: 20;
  top: -100px;
}

.split-order-preview {
  position: absolute;
  width: 400px;
  left: 10%;
  background: #fff;
  border: 1px solid;
  z-index: 2000;
  /* top: -100px; */
  min-height: 200px;
}

.query-detail-span {
  color: #ffffff;
  margin-left: 0.5rem;
}

.rowNo-input {
  max-width: 50px;
  margin-left: 10px;
}

.split-btns {
  max-height: 28px;
  min-height: 28px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding: 4px 8px;
  position: relative;
  margin-right: 5px;
}

/* #deferdetIcon:hover .defer-span{
  display: block;
} */

.defer-span {
  position: absolute;
  top: -20px;
  background-color: #ffffff;
  padding: 2px;
  border: 1px solid #838383;
  font-size: 12px;
}

/* Pharmacy Work List CSS end */

/* Time picker styles starts here */

.timepicker {
  padding-bottom: 0px !important;
  border: 0px !important;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16) !important;
}

.timepicker:before,
.timepicker::after {
  display: none !important;
}

.timepicker .title {
  display: none;
}

.timepicker .icon-down,
.timepicker .icon-up {
  opacity: 1 !important;
  background-image: none !important;
  font-size: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #8c72ad !important;
}

.timepicker .cell-4 {
  font-size: 16px;
  color: #494949;
}

/* Date picker styles starts here */

.datepicker {
  overflow: hidden;
  padding: 5px;
  border: 0px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 2040 !important;
}

.datepicker table th {
  border-radius: 0px !important;
}

.datepicker table th.dow {
  background-color: #494949 !important;
}

.datepicker table tfoot th {
  background-color: #f3edeb;
  font-size: 14px;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  overflow: hidden !important;
  padding: 6px 0px;
}

.datepicker table td.day {
  font-weight: 500;
}

.datepicker table td.active.day:focus,
.datepicker table td.active.day:active,
.datepicker table td.active.day:hover,
.datepicker table td.active.day {
  background-image: none;
  background-color: #8c72ad !important;
  color: white;
  border-radius: 0px !important;
  text-shadow: none;
}

.datepicker table td.today.day,
.datepicker table td.today.day:focus,
.datepicker table td.today.day:hover,
.datepicker table td.today.day:active {
  background-image: none;
  background-color: #f3edeb !important;
  border-radius: 0px;
  color: #323232 !important;
  text-shadow: none !important;
  font-weight: 700;
}

.datepicker table td.today.active.day,
.datepicker table td.today.active.day:focus,
.datepicker table td.today.active.day:hover,
.datepicker table td.today.active.day:active {
  background-image: none;
  background-color: #8c72ad !important;
  border-radius: 0px;
  color: white !important;
  text-shadow: none !important;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  border-radius: 0px !important;
  color: #766191;
  background-color: #f3edeb !important;
}

.datepicker .datepicker-switch {
  background-color: #8c72ad !important;
}

.datepicker .prev,
.datepicker .next {
  background-color: #826aa1 !important;
}

/* prescribing page heading */

.prescriber-view-page .prescriber-head {
  max-height: 40px;
  min-height: 40px;
  padding: 5px 10px;
  border: 1px solid #e7e7e7;
  margin: 10px;
  background-color: #f3edeb;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 4px;
}

.prescriber-view-page .prescriber-head .action-link {
  color: #323232;
  font-size: 18px;
  margin-left: 8px;
}

.prescriber-view-page .prescriber-head .action-link:first-of-type {
  color: #323232;
  font-size: 18px;
  margin-left: 0px;
}

.prescriber-main-content {
  display: flex;
  margin: 10px;
  margin-top: 0px;
  flex: 1 1 0;
}

.prescriber-main-content .prescriber-pane {
  display: flex;
  flex: 1 1 0;
  padding: 8px 12px 12px 12px;
  border: 1px solid #ced4da;
  /* overflow-y: auto; */
  flex-direction: column;
  border-radius: 4px;
}

.diagnosis-card .diagnosis-childs-container {
  /* margin-top: 10px; */
  padding-left: 30px;
}

.prescriber-main-content .prescriber-pane:first-of-type {
  margin-right: 10px;
}

.prescriber-main-content .prescriber-heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.prescriber-main-content .prescriber-heading h5 {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 20px;
}

.prescriber-main-content .prescriber-heading button {
  margin-left: auto;
}

#diagnosisTable .diagnosis-metadata-row .diagnosis-metadata label,
#careplanTable .careplan-metadata-row label {
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
  color: #4040fe;
}

#diagnosisTable .diagnosis-metadata-row .diagnosis-metadata span,
#careplanTable .careplan-metadata-row span {
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}

#diagnosisTable .diagnosis-row .form-check-input {
  min-height: 18px;
  min-width: 18px;
}

.careplan-protocol {
  display: flex;
}

.diagnosis-row .related-protocols {
  background-color: #f1f1f1;
  border-radius: 4px;
  padding: 0px 10px;
  margin-top: 10px;
}

.diagnosis-row .related-protocols .treatment-container:nth-last-child(1) {
  padding-bottom: 10px;
}

.diagnosis-row .related-protocols .treatment-container {
  display: flex;
  flex-direction: row;
  padding: 10px 0px;
}

.careplan-protocol {
  display: flex;
  flex-direction: column;
}

#diagnosisTable .diagnosis-metadata-row,
#diagnosisTable .diagnosis-metadata-row td {
  border-bottom: 0px !important;
}

#careplanTable .careplan-row,
#careplanTable .careplan-row td {
  border-bottom: 0px !important;
}

#careplanTable .careplan-metadata-row td {
  padding: 2px 10px !important;
}

.careplan-protocol .careplan-protocol-name {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 0px;
}

.protocol-pane-heading {
  font-size: 14px;
  color: white;
  background-color: #494949;
  padding: 10px;
  display: flex;
  position: relative;
  margin-bottom: 0px;
}

#protocolConfigurationCollapse {
  border: 1px solid #ced4da;
  padding: 15px;
}

.flex-end {
  justify-content: flex-end;
}

.cycle-day-content .table-header {
  margin-bottom: 10px;
}

.tab-pane .table-header {
  display: flex;
  flex-direction: row !important;
  align-items: flex-end;
}

.cycle-day-content .table-heading {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
}

.cycle-date {
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
}

.prescriber-view-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.prescriber-view-container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.cycle-day-content .tab-content {
  padding: 7px;
  border: 1px solid #ced4da;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.flex-dir-col {
  flex-direction: column;
}

#diagnosisSearchTableChild tbody tr>td {
  padding: 5px 10px;
  border-bottom-width: 0px;
}

.careplan-protocol .header-onstudy {
  margin-left: 10px;
}

.table-icons .fas {
  margin-left: auto;
  font-size: 18px !important;
}

.staging-items-container .input-group-text {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
  max-height: 32px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
}

.treatement-container .form-control,
.treatement-container .form-select {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-bottom: 0px !important;
}

.progress-history-content p {
  margin-bottom: 5px;
}

.careplan-adult-row {
  background-color: #ceeddc;
}

.careplan-pediatric-row {
  background-color: #fee6c4;
}

#protocolGraphDiv {
  position: relative;
  min-height: 500px;
  white-space: nowrap;
  background-color: #fafafa;
  border-radius: 4px;
  overflow: auto;
}

.diagnosis-card .careplan-container .careplan-protocol-name {
  font-size: 14px;
  margin-bottom: 2px;
}

.diagnosis-card .diagnosis-otherinfo-container {
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #eaeaea;
}

.startdays-container {
  display: flex;
  flex-wrap: wrap;
}

.startdays-container .check-btn {
  margin-bottom: 10px;
  margin-right: 4px;
  min-width: 38px;
}

.commulative-dose-status {
  min-height: 35px;
  max-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.commulative-dose-status.mismatched {
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #842029;
}

.commulative-dose-status.matched {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: black;
}

.dose-number-input-container {
  display: flex;
}

.dose-number-input-container .input-group-text {
  max-height: 32px;
  font-size: 12px;
  border-radius: 0px;
  padding-right: 4px;
  padding-left: 4px;
  border: 0px;
}

#protocolCycleTable thead p {
  font-size: 12px;
}

#protocolCycleTable .day-span {
  font-size: 12px;
  /* color: #00e591; */
  color: #19e13a;
}

#protocolCycleTable .time-span .day {
  font-size: 12px;
  /* color: #83b5ff; */
  color: #abe1fa;
}

#protocolCycleTable .time-span .date {
  font-size: 12px;
  margin-left: 5px;
}

.drug-info-container {
  display: flex;
  flex-direction: column;
}

.drug-info-container>div {
  display: flex;
  flex-direction: row;
}

.drug-info-container .medicine-name {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
}

.drug-info-container .med-action-container {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  flex: 135px 0 0;
}

.drug-info-container p {
  font-size: 12px;
}

.drug-info-container .footer-info {
  justify-content: flex-end;
  margin-top: 10px;
}

.drug-info-container .footer-info-cappizi {
  justify-content: flex-end;
  /* margin-top: 10px; */
  /* margin-top:-20px */
}

.drug-info-container .body-info p {
  margin-bottom: 5px;
}

.drug-info-container .footer-info button {
  min-height: 25px;
  max-height: 30px;
  font-size: 12px;
  margin-left: 5px;
}

#protocolCycleTable .fluids-heading {
  padding: 5px 10px;
  color: white;
  font-weight: bold;
  background-color: #494949;
}

#takeHomeSupportiveTable .take-home-heading td {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  background-color: #9bc3ff;
}

#careplanSearchResultTable {
  border-color: #ddd;
}

#takeHomeSupportiveTable .comment-textarea {
  min-width: 250px !important;
}

#takeHomeSupportiveTable .order-name {
  min-width: 250px;
  margin-bottom: 0px !important;
}

.tabs-content-container .table-header .table-heading {
  font-size: 16px;
  font-weight: 600;
}

.m-0 {
  margin: 0 !important;
}

.m-nolabel {
  margin-top: 23px;
}

.protocol-control-options {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background-color: #f4f4f4;
  min-height: 35px;
  margin: 10px 15px;
  margin-bottom: 0px;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}

.range-to-span {
  font-size: 14px;
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 7px;
}

.ant-select-arrow {
  right: 10px !important;
}

.bgtesting {
  background-color: green !important;
}

.ant-select-selector {
  background-color: #f9fafb;
  border-radius: 4px !important;
}

.align-middle {
  align-items: center;
}

.padding-top-five {
  padding-top: 5px;
}

.ant-radio-group {
  width: 100%;
}

.ant-radio-button-wrapper {
  width: 25%;
  text-align: center;
}

.main {
  width: 50%;
  text-align: center;
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  background-color: #8c72ad !important;
  border-color: #8c72ad !important;
}

.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #000 !important;
}

.field-label .required {
  color: red !important;
  font-size: 18px !important;
  line-height: 12px !important;
  font-weight: 800;
}

.diagnosis-card-content .diagnosis-treatment-container {
  /* margin-top: 10px; */
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.mb-20 {
  margin-bottom: 20px;
}

.diagnosis-card .smo-container .smo-info {
  font-size: 12px;
  padding: 4px 8px;
  background-color: #393939;
  border-radius: 3px;
  color: white;
}

.diagnosis-card .smo-container {
  margin-top: 2px;
}

.diagnosis-treatment-container .careplan-row {
  display: flex;
  flex-direction: row;
  padding: 5px 0px;
  border-bottom: 1px solid #ced4da;
}

.diagnosis-treatment-container .careplan-row {
  display: flex;
  flex-direction: row;
}

.diagnosis-card .careplan-container {
  display: flex;
  flex-direction: column;
}

.diagnosis-treatment-container .careplan-row .careplan-action {
  margin-left: auto;
  flex: 208px 0 0;
}

.diagnosis-treatment-container .careplan-row:nth-last-child(1) {
  border-bottom: 0px;
}

.diagnosis-card .diagnosis-card-footer {
  background-color: #f3edeb;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 10px;
}

.diagnosis-card .diagnosis-metadata label {
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
  color: #7e659d;
}

.diagnosis-card .diagnosis-metadata span {
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}

.diagnosis-name-container .diagnosis-edit-btn {
  color: #8c72ad;
  font-size: 16px;
}

.record-progress-edit-btn {
  color: #fff;
  font-size: 16px;
}

.diagnosis-name-container .delete-diagnosis-row {
  color: #fb2649;
  font-size: 16px;
}

.diagnosis-card .delete-diagnosis-row[disabled] {
  opacity: 0.5;
}

.tab-pane .table-header .btn img {
  max-height: 20px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prescriber-investigations-check-div {
  display: flex;
  flex-direction: column;
  padding: 10px 10px;
  background-color: white;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 8%);
  border: 1px solid #dee2e6;
  margin: 5px 0px;
  margin-bottom: 10px;
  border-radius: 4px;
}

#protocolCycleTable {
  width: auto;
  border-collapse: separate;
  border-spacing: 0;
}

.flag-link {
  text-decoration: none !important;
  min-height: 32px;
  max-height: 37px;
  width: fit-content;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 5px;
  border-radius: 4px;
  color: white;
  align-items: center;
}

/* .med-action-container a {
  font-size: 18px;
  margin-left: 4px;
}

*/
.tab-pane .table-header>div {
  margin-left: auto;
}

.prescriber-investigations-check-div .checkbox-container {
  display: flex;
  align-items: center;
}

/* Color for Ant Design disbaled input */
.ant-input[disabled] {
  color: #555555 !important;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff !important;
}

.ant-radio-button-wrapper:hover {
  color: #8c72ad !important;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #8c72ad !important;
}

.days-of-week-container .ant-checkbox-group {
  display:flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.days-of-week-container .ant-radio-group {
  display:flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}

.orderTable .ant-table-thead>tr>th,
.plusDrawe .ant-table-thead>tr>th {
  color: white;
  background: #735e8f !important;
}

/* .ant-modal-header{
  background: #303030 !important;


}
.ant-modal-header .ant-modal-title{
  color: white !important;
} */

/* Order Table  */
.orders-filter {
  background-color: #494949;
}

.order-filter-button {
  background-color: #8c72ad;
  color: white;
  outline: none;
  padding: 7px 10px 7px 10px;
  border: 1px solid #8c72ad;
  border-radius: 2px;
}

.ant-switch-checked {
  background-color: #8c72ad !important;
}

.ant-design-tags .ant-tag {
  margin-right: 0px;
  line-height: 2;
}

.ant-design-tags .ant-tag-checkable-checked,
.order-flags .ant-tag-checkable-checked {
  background-color: #735e8fed !important;
}

.order-search-container,
.order-search-fieled {
  display: flex;
  align-items: center;
}

.order-search-fieled button {
  border-radius: 0px 2px 2px 0px;
  padding: 4px 10px 5px 10px;
}

.order-search-fieled {
  width: 380px;
}

.order-search-fieled .ant-input {
  border-radius: 2px 0px 0px 2px;
  width: 100% !important;
}

.order-search-filter {
  background-color: #735e8f;
  padding: 8px;
  border: 1px solid white;
  margin-right: 10px;
}

.order-flags span {
  padding: 7px !important;
}

.checkable-tag {
  border: 1px solid #ced4da !important;
  font-size: 0.9rem !important;
  /* width: 90% !important; */
  /* width: 13% !important;  */
  width: 205px !important;
  margin-top: 20px !important;
  border-radius: 4px !important;
  padding-top: 20px !important;
  font-weight: 400;
  background-color: #f9fafb !important;
  font-family: "Roboto";
}

.form1-flags {
  border: 1px solid #ced4da !important;
  font-size: 13px !important;
  width: 100% !important;
}

.drawer-checkbox .ant-checkbox-group {
  display: flex !important;
  flex-direction: column !important;
}

.drawer-table {
  border-color: #c8c8c8;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
}

.drawer-checkbox .ant-checkbox-wrapper {
  padding-left: 8px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid #c8c8c8;
  margin: 0px !important;
}

.tablerr td:nth-child(1) {
  color: #f6940c;
  font-weight: 400px;
  width: 50% !important;
}

.tablerr td:nth-child(2),
.tablerr td:nth-child(3) {
  width: 20% !important;
}

.tablerr td:nth-child(2) Input {
  width: 70%;
}

.tablerr td:nth-child(4) {
  width: 10% !important;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.fa,
.fas {
  font-size: 14px;
}

/* Block Css */

.collapsable-content {
  width: 100%;
  padding: 5px 10px;
  background-color: #f2f2f2;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: flex;
  align-items: center;
}

.viewMoreDetails {
  color: #323232;
  font-size: 14px;
  font-weight: bold;
}

.medicine-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: 0px 0px 10px rgb(183 192 206 / 30%);
  border: 1px solid rgba(238, 238, 238, 0.3);
  border-radius: 4px;
  background-color: white;
  flex-direction: column;
}

.medicine-block img {
  width: 35px;
  margin-top: -33px !important;
}

.margin-top-five {
  margin-top: 5px !important;
}

.margin-top-twelve {
  margin-top: 12px !important;
}

.medicine-block div:nth-child(1) {
  display: flex;

  /* justify for radio */
  justify-content: space-between;
}

.medicine-block .medicine-content {
  margin-left: 10px;
}

.medicine-block .medicine-content p {
  background-color: #f3edeb;
  margin: 0px 5px 5px 0px;
  padding: 3px 5px;
  border-radius: 5px;
}

.medicine-block .medicine-content h6 {
  font-size: 16px;
  margin: 0px 0px 4px 0px !important;
  font-weight: 600;
}

.medicine-order-right i:nth-child(1) {
  margin-right: 20px;
}

.medicine-block-unit {
  /* max-height: 32px;
  min-height: 32px; */
  font-size: 12px;
  border: 1px solid #ced4da;
  border-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 7px 6px 6px 6px;
  background-color: #e9ecef;
}

.medicine-block-input .ant-input,
#headerSearchForm .ant-input {
  border-radius: 2px 0px 0px 2px;
}

.medical-block-span {
  margin-left: -15px;
}

/* jamil styles */

.Profile-image-contaier {
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 auto;
}

.profile-img-position-left {
  padding-left: 200px;
}

.margin-bottom-zero {
  margin-bottom: 0 !important;
}

.order-table table tbody>tr>td:first-child {
  font-weight: bolder;
}

.order-table table tbody tr>td:last-child .ant-space-item i {
  font-size: 16px;
}

.order-table table tbody>tr>td:first-child,
.order-table table thead>tr>th:first-child {
  padding-left: 20px !important;
}

.ant-tag {
  border-radius: 0 !important;
}

.ant-tag img {
  width: 14px !important;
  vertical-align: text-top;
}

.ant-tag.ant-tag-default {
  background-color: white !important;
}

.ant-tag.rounded {
  border-radius: 4px !important;
}

.ant-tag-checkable:first-child {
  margin-left: 0 !important;
}

.ant-tag-checkable {
  margin: -1px 0 0 -1px !important;
  font-size: 14px !important;
  min-height: 32px;
  max-height: 32px;
}

.btn-group .score {
  max-width: initial !important;
}

.width-100 {
  width: 100%;
}

.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #735e8fed !important;
  /* background-color: #735E8Fed !important; */
}

fieldset {
  padding: 15px 10px !important;
}

.margin-top-seventeen {
  margin-top: 17px !important;
}

.ant-tag-checkable:active {
  background-color: #735e8fed !important;
}

.margin-top-sixteen {
  margin-top: 16px;
}

.margin-top-sixty {
  margin-top: 60px !important;
}

fieldset {
  border: 1px solid #ced4da !important;
}

.margin-left-eightyfive {
  margin-left: 85px !important;
}

.padding-bottom-twentyfive {
  padding-bottom: 25px !important;
}

.variable-rate-checkbox {
  align-items: baseline !important;
  margin-left: 10px;
}

.margin-left-fifteen {
  margin-left: 15px !important;
}

.padding-top-twenty-seven {
  padding-top: 27px;
}

.padding-top-twentyfive {
  padding-top: 25px !important;
}

.padding-top-twenty {
  padding-top: 20px !important;
}

.padding-bottom-eighty {
  padding-bottom: 80px !important;
}

.w-99 {
  width: 99%;
}

.padding-right-five {
  padding-right: 5px;
}

.margin-top-twentyfive {
  margin-top: 25px;
}

.margin-top-twenty {
  margin-top: 20px !important;
}

.color-gray {
  color: #b9b9b9;
}

.summary-icon {
  font-size: 16px;
}

.btn-bg-add-class {
  background: #8c72ad !important;
  color: white !important;
}

.border-radus-search-btn {
  border-radius: 0px 2px 2px 0px;
}

.margin-left-ten {
  margin-left: 10px !important;
}

.width-thirtyFive-percent {
  width: 35%;
}

.purple-bg {
  background: #8c72ad;
}

.btn-align-end {
  align-self: flex-end !important;
}

.left-radius-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.padding-left-zero {
  padding-left: 0 !important;
}

.left-menu-small-text {
  font-size: 12px;
}

.flex-100 {
  flex: 100%;
}

.order-flags .ant-tag-checkable {
  margin-left: 5px !important;
  margin-right: 5px !important;
  margin-bottom: 10px !important;
}

.order-flags .ant-tag-checkable:first-child {
  margin-left: 5px !important;
}

.navbar-collapse {
  background-color: #fff;
  border-top: none;
}

.navbar {
  z-index: 101;
}

.navbar-nav {
  padding-left: 15px;
}

.form-group {
  margin-bottom: 15px;
}

.search-filter-container {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.pull-left {
  float: left !important;
}

.search-filter-fields-container {
  flex: 1 1 0 !important;
  padding: 0 10px 0 10px;
}

.appointments-search-filter-fields-container {
  flex: 1 1 0 !important;
  padding: 0 10px 0 0px;
}

.counterview-appointments-search-filter-fields-container {
  flex: 1 1 0 !important;
  padding: 0 10px 0 0px;
}

.appointments-search-filter-fields-container:first-child {
  flex: 150px 0 0 !important;
}

.appointments-search-filter-fields-container:last-child {
  flex: 263px 0 0 !important;
  padding-right: 0;
}

.search-filter-fields-container:last-child {
  flex: 255px 0 0 !important;
}

.input-with-icon-container .dose-search-btns {
  flex: 131px 0 0 !important;
}

.search-filter-fields-container .navbar-nav {
  padding-left: 0 !important;
}

.btn-margin-right-five {
  margin-right: 5px !important;
}

.margin-right-four {
  margin-right: 4px !important;
}

.margin-right-five {
  margin-right: 5px !important;
}

.padding-right-twenty {
  padding-right: 20px !important;
}

.p-10px {
  padding: 10px !important;
}

.p-20px {
  padding: 20px !important;
}

.search-filter-btn {
  display: flex;
  align-items: end;
}

.btn-margin-right {
  margin-right: 5px;
}

/* Med Administration Header */
/* .adverse-modal-container >.ant-modal-wrap >.ant-modal >.ant-modal-content > */
.ant-modal-header {
  background: #313131 !important;
  color: white !important;
  padding: 16px 20px !important;
  /*  */
}

.ant-modal-title {
  color: white !important;
  border-left: 3px solid #735e8f;
  padding-left: 7px;
}

.adverse-modal-search .ant-input {
  border-radius: 2px 0px 0px 2px;
}

.ant-modal-body {
  padding: 5px !important;
}

.notes-range .ant-input {
  border-radius: 0px 2px 2px 0px;
}

.camera-pic-icon-position {
  position: absolute;
  right: 10px;
  top: 8px;
}

.padding-right-seventy {
  padding-right: 70px;
}

.info-icon-position {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 50px;
}

.position-relative {
  position: relative;
}

.order-popovere-left-column {
  width: 40%;
  float: left;
  font-weight: bolder;
}

.order-popovere-right-column {
  width: 60%;
  float: left;
}

.ant-popover-inner-content {
  min-width: 250px;
}

/* 21-01-2022 */

/* patient lower header styles starts from here */

.patient-lower-header {
  max-height: fit-content;
  min-height: 60px;
  padding: 0px 15px;
  display: flex;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  /* z-index: 990; */
}

.order-flags {
  justify-content: center;
}

.border-radius-right-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.input-right-radius-none,
.ant-input-password input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.button-left-radius-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.search-result-table .general-result-row .action-container a {
  margin-right: 10px;
  text-decoration: none;
  color: #888;
}

.left-sidebar-icon {
  width: 24px;
  text-align: center;
}

.col-padding-zero {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.input-with-icon-container .field-div .ant-input-affix-wrapper input {
  border: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-width-onesevety {
  width: 170px;
}

.row-margin-zero {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.btn-margin-left-five {
  margin-left: 5px !important;
}

.margin-bottom-ten {
  margin-bottom: 10px !important;
}

.dose-unit-checkbox {
  padding-left: 5px;
}

.header-content-container {
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 1 1 0;
  padding-right: 10px;
}

.header-content-container:nth-last-child(1) {
  max-width: 200px;
}

.height-width-chart {
  max-width: 460px !important;
  margin: 0 auto !important;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 1 1 0;
  padding-right: 10px;
}

.header-content-dropdown {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  position: absolute;
  top: 105%;
  left: 0%;
  background-color: white;
  color: #494949;
  overflow: hidden;
  z-index: 4040;
}

.header-content-container:nth-last-child(1) {
  display: flex;
  align-items: center;
}

.header-content-container:nth-child(n + 2) {
  display: flex;
  border-left: 1px solid #ddd;
  padding: 0px 10px;
}

sup {
  top: -0.4em !important;
}

.ant-picker {
  width: 100%;
}

.padding-left-five {
  padding-left: 5px;
}

.header-content-container .header-container-img {
  max-height: 24px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-content-container .header-container-img img {
  max-height: 24px;
  min-height: 24px;
  min-width: 24px;
}

.consent-signed-div {
  background-color: #68bd80;
  color: white;
  padding: 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
  max-height: 32px;
  border-radius: 4px;
}

.header-symptom {
  display: flex;
  flex: 1 1 0;
}

.overflow-x-auto {
  overflow-x: auto;
}

.header-symptom span {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #fb2649;
  max-width: 250px;
}

.header-protocol-name {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}

.header-protocol-name .protocol-name {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  align-items: center;
}

.header-onstudy {
  background-color: #fb2649;
  color: white;
  font-size: 12px;
  line-height: 16px;
  padding: 0px 5px;
  /* margin-left: 10px; */
  border-radius: 2px;
  /* max-width: 60px; */
  max-height: 20px;
  min-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.btn-alignment-General {
  flex: 350px 0 0;
  display: flex;
  justify-content: flex-end;
}

.take-home-supportive-care-medicine-heading {
  flex: 330px 0 0;
}

.header-consent {
  background-color: #68bd80;
  color: white;
  font-size: 14px;
  line-height: 16px;
  padding: 0px 5px;
  border-radius: 2px;
  max-height: 20px;
  min-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  white-space: nowrap;
}

.hand-cursor {
  cursor: pointer;
}

.hand-cursor:hover {
  cursor: hand;
}

.addTo-watchlist {
  border-radius: 2px;
  max-height: 20px;
  min-height: 20px;
  font-size: 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-queries {
  background-color: #8c72ad;
  color: white;
  font-size: 12px;
  line-height: 16px;
  padding: 0px 5px;
  border-radius: 4px;
  max-height: 22px;
  min-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  white-space: nowrap;
}

.graph-content-desc {
  display: flex;
  flex-direction: column;
}

.graph-content-desc-span {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.header-graph-date {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.graph-trendline {
  margin-right: 10px;
  margin-left: 10px;
}

.graph-trendline img {
  max-height: 30px;
}

.graph-action-btn {
  display: flex;
  flex-direction: column;
}

.graph-action-btn .btn {
  min-height: 22px;
  max-height: 22px;
  min-width: 22px;
  max-width: 22px;
  font-size: 12px;
  padding: 0px;
  background-color: #8c72ad;
  color: white;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#editCrcl {
  min-height: 22px;
  max-height: 22px;
  min-width: 22px;
  max-width: 22px;
  font-size: 12px;
  padding: 0px;
  background-color: #8c72ad;
  color: white;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-top: 10px;
}

.graph-action-btn .btn:nth-child(2) {
  margin-top: 4px;
}

.notification-span {
  position: absolute;
  right: -10px;
  color: white;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 12;
  background-color: red;
  border-radius: 50%;
  text-align: center;
  top: -7px;
  font-size: 12px;
  padding: 0px;
}

.addTo-watchlist {
  border-radius: 2px;
  max-height: 22px;
  min-height: 22px;
  font-size: 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.align-item-start {
  align-items: flex-start;
}

.align-item-end {
  align-items: flex-end;
}

.justify-content-end {
  justify-content: end;
}

.justify-item-center {
  justify-items: center;
}

.margin-bottom-five {
  margin-bottom: 3px !important;
}

.padding-top-eight {
  padding-top: 8px;
}

.front-profile img {
  width: 150px;
  margin: auto;
  display: block;
  box-sizing: border-box;
  /* border: 2px solid #8c72ad; */
  background-position: center;
  background-size: cover;
}

#sidebar {
  min-width: 300px;
  max-width: 300px;
  height: 100%;
  background-color: #303030;
  display: flex;
  flex-direction: column;
  transition-duration: 0.15s;
  position: relative;
}

@media (max-width: 1130px) {
  .search-filter-fields-container {
    flex: 25% 0 0 !important;
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
  }

  #sidebar {
    min-width: 250px;
    max-width: 250px;
  }
}

@media (max-width: 992px) {
  .block-filter-fiedls {
    margin-bottom: 10px;
  }
}

@media (max-width: 910px) {
  .block-filter-fiedls .btn-group button {
    width: 95px;
  }

  .block-filter-fiedls {
    flex: 33.333% 0 0 !important;
  }

  .Profile-image-contaier {
    position: relative;
    width: 100%;
  }

  .front-profile {
    width: 150px;
    margin: 0 auto 20px;
  }

  .profile-img-position-left {
    padding-left: 0px;
  }

  .small-mt-ten {
    margin-bottom: 10px;
  }

  .appointments-search-filter-fields-container {
    flex: 33.333% 0 0 !important;
    padding: 0 10px 0 0px;
    margin-bottom: 10px;
  }

  .appointments-search-filter-fields-container:first-child {
    flex: 33.333% 0 0 !important;
  }

  .search-filter-fields-container {
    flex: 33.333% 0 0 !important;
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
  }

  .btn-mobile-margin-top {
    margin-top: 10px;
  }

  .front-profile img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .appointments-search-filter-fields-container {
    flex: 50% 0 0 !important;
    padding: 0 10px 0 0px;
    margin-bottom: 10px;
  }

  .appointments-search-filter-fields-container:first-child {
    flex: 50% 0 0 !important;
  }

  .search-filter-fields-container {
    flex: 33.333% 0 0 !important;
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
  }

  .search-filter-fields-container {
    flex: 50% 0 0 !important;
    padding: 0 10px 0 10px;
  }

  #pageSidebar {
    min-width: 250px;
    max-width: 250px;
  }

  .front-profile img {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {}

/* ........... */
@media (min-width: 1229px) and (max-width: 1400px) {
  .checkable-tag {
    /* margin-left: auto !important;
    margin-right: auto !important; */
    font-size: 0.9rem !important;
    /* width: 13% !important; */
    padding-top: 10px !important;
    /* margin: 0px !important; */
  }

  .margin-div {
    margin-left: 1px;
  }
}

/* @media(min-width:769px) and (max-width:1028px){
  .checkable-tag{
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.9rem !important;
    width: 33% !important;
    padding-top:10px !important;
  }
  .margin-div{
    margin-left: 1px;
  }


} */

/* @media (min-width: 767px){

.navbar-expand-md .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
}
} */
@media (min-width: 421px) and (max-width: 767px) {
  .jodit-container:not(.jodit_inline) .jodit-wysiwyg {
    min-height: 202px !important;
  }

  .ant-design-tags {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .form1-flags {
    width: 50% !important;
  }

  .ant-tag-checkable:first-child {
    margin-left: -1px !important;
  }

  .checkable-tag {
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.9rem !important;
    width: 47% !important;
    padding-top: 10px !important;
    /* margin: 0px !important; */
  }

  .margin-div {
    margin-left: 1px;
  }
}

@media (min-width: 361px) and (max-width: 420px) {
  .ant-design-tags {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .form1-flags {
    width: 100% !important;
    margin: 10px auto 0px 5px !important;
  }

  .checkable-tag {
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.9rem !important;
    width: 49% !important;
    padding-top: 10px !important;
    /* margin: 0px !important; */
  }

  .margin-div {
    margin-left: 1px;
  }
}

@media (max-width: 360px) {
  .ant-design-tags {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .form1-flags {
    width: 100% !important;
    margin: 10px auto 0px 5px !important;
  }

  .checkable-tag {
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.9rem !important;
    width: 70% !important;
    padding-top: 10px !important;
    /* margin: 0px !important; */
  }
}

/* sidebar Styling */

.patient-page {
  width: 100%;
  /* position: absolute; */
  height: 100%;
  padding: 15px;
  overflow-y: auto;
  height: 100%;
}

.patient-page.active {
  width: calc(100% - 50px);
  position: absolute;
  height: 100%;
}

#sidebar.active {
  min-width: 50px;
  max-width: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #323232;
}

/* .score-identification{
 margin-left: 0px !important; 
} */
.administration-tab {
  background-color: #303030;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 10px 0px 10px;
  min-height: 40px;
}

.administration-tab h5 {
  color: white;
  font-weight: 600;
  font-family: "Roboto";
  margin-left: 5px;
  margin-bottom: 0px !important;
  margin-top: 2px !important;
}

.administration-tab i {
  color: white;
}

.sidebar-tabs-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: calc(100% - 45px);
  overflow: auto !important;
  width: 100%;
}

.sidebar-tabs-container li:hover {
  background-color: #303030;
}

.sidebar-tabs-container .nav-item {
  width: 100%;
  padding: 10px 0px;
  background-color: #494949;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #222;
  cursor: pointer;
  /* max-height: 45px; */
  min-height: 45px;
  /* justify-content: center; */
}

.sidebar-tabs-container i {
  font-size: 20px;
}

.sidebar-tabs-container span {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  padding-left: 10px;
}

.sidebar-footer {
  width: 100%;
  padding: 10px 0px;
  background-color: white;
  color: black;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #222;
  cursor: pointer;
  max-height: 45px;
  min-height: 45px;
  /* position: absolute;
  bottom: 0px; */
}

.sidebar-footer i {
  font-size: 24px;
  padding: 0px 5px;
}

/* sidebar Close  styling*/
#sidebar.active h5,
#sidebar.active ul.text-nav,
#sidebar.active .sidebar-footer {
  display: none;
}

.header-menu-icon {
  margin-left: 6px;
  font-size: 20px;
}

.icons-sidebar {
  display: none;
}

#sidebar.active .icons-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  overflow-y: auto;
}

.close-icons {
  color: white;
  font-size: 20px;
  margin-right: 1px;
  /* margin-top: 15px; */
}

.manue-icons {
  margin-right: 0px;
}

.is-Pre-treatment-check {
  padding-left: 29px;
}



.admin-side-div ul .nav-item-disabled {
  background-color: #545454;
}

.admin-side-div ul .nav-item.active,
.admin-side-div ul .nav-item.active a i,
.admin-side-div ul .nav-item.active a span {
  background-color: #8c72ad;
  color: black;
}

.supportive-nested-items {
  display: none;
  list-style-type: none;
}

.supportive-nested-item:hover .supportive-nested-items {
  display: block;
  position: absolute;
  margin-left: 300px;
  z-index: 9999;
  background-color: #303030;
  border: 3px solid white;
  margin-top: 0;
  width: 262px;
  bottom: 42px;
  max-height: 248px;
}

.supportive-nested-items li {
  margin-top: 0px;
  background-color: #494949;
  margin-left: -28px;
  border-bottom: 1px solid white;
}

.supportive-nested-items li:last-child {
  border-bottom: 0;
}

/* Skin Toxicity Drawer */
.skin-drawer-heading {
  border-bottom: 1px solid #d7d8da;
  padding-bottom: 5px;
  font-size: 16px;
  font-family: "Roboto";
}

.skin-left-images {
  /* overflow-y:auto ;
  margin-top: 5px; */
  overflow-x: hidden;
  overflow-y: auto;
  /* margin-top: 5px; */
  /* margin: 5px; */
  padding: 5px;
  height: 85%;
}

.skin-left-images h6 {
  background-color: #0f597d;
  color: white;
  padding: 8px;
}

.skin-skelton-loader {
  width: 138px !important;
  height: 138px !important
}

.skin-skelton-loader-extend {
  width: 135px !important;
  height: 135px !important
}


.skin-sub-image {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.skin-sub-image div {
  padding: 2px;
  border: 1px solid #0f597d;
  border-radius: 2px;
  border-radius: 5px;
}

.skin-sub-image div div {
  width: 125px;
  height: 135px;
  background-repeat: no-repeat;
  background-size: cover;
}

.skin-sub-image div .skin-details {
  position: absolute;
  margin-top: 80px;
  font-size: 10px;
  z-index: 999;
  color: white;
}

.skin-sub-image div:nth-child(2) img {
  margin-left: 4px;
}

.skin-image-right {
  border: 1px solid black;
  padding: 5px;
  border-radius: 5px;
  height: 65vh;
  margin-top: 5px;
}

.skin-image-right div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.skin-image-right .skin-details {
  margin-bottom: -100px !important;
  color: white;
}

.history-drawer-table .ant-table .ant-table-thead>tr>th {
  background-color: #735e8f !important;
}

.history-drawer-table .ant-table-thead>tr>th {
  border-color: #f0f0f0 !important;
  border-width: 1px solid;
}

/* @media (min-width: 1000px){
  .navbar-expand-md {
      flex-wrap: nowrap !important;
      justify-content: flex-start !important;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
  }
  } */

.pharmacy-container img {
  margin-left: 0 !important;
}

.protocol-patient-date {
  flex: 285px 0 0;
}

.pharmacy-container {
  flex: 280px 0 0;
}

.pharmacy-container:last-child {
  flex: 1 0 0;
}

.Pharmacy-protocol {
  flex: 280px 0 0;
}

.pharmacy-booked-date {
  flex: 260px 0 0;
}

.pharmacy-flags-container {
  /* flex: 140px 0 0; */
  flex: 1 0 0;
  display: flex;
  flex-direction: row;
  align-items: start;
  /* justify-content: center; */
  border-right: none !important;
}

.pharmacy-flags-container .patient-flag span {
  font-size: 12px;
  font-weight: 700;
  color: white;
  top: 2px;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  min-height: 18px;
  min-width: 18px;
  /* background-image: url(/assets/img/Diag.png); */
  background: none;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
}

.pharmacy-flags-container .patient-flag span.db-bg-span {
  font-size: 12px;
  font-weight: 700;
  color: white;
  top: 2px;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  min-height: 18px;
  min-width: 18px;
  background-image: url(/assets/img/Diag.png) !important;
  background: none;
  background-position: center;
  background-size: cover;
  padding: 2px 0 0 0;
}

.pharmacyContainerHeight {
  min-height: 90px;
}

.pharmacy-patient-location {
  flex: 235px 0 0;
  display: flex;
  align-items: start;
  padding: 0.5rem;
  font-size: 12px;
  font-weight: 600;
  border-right: none !important;
  border-left: none !important;
}

.pharmacy-prescriber {
  /* flex: 127px 0 0; */
  flex: 1 0 0;
  display: flex;
  align-items: start;
  font-size: 12px;
  font-weight: 600;
  border-right: none !important;
  border-left: none !important;
}

.smo-pharmacy {
  /* flex: 130px 0 0; */
  flex: 1 0 0;
  display: flex;
  align-items: start;
  padding: 0.5rem;
  font-size: 12px;
  font-weight: 600;
  border-right: none !important;
  border-left: none !important;
}

.Pharmacy-protocol .protocol-link,
.Pharmacy-protocol .consultant label,
.Pharmacy-protocol .services label {
  color: black;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 0px 0px 0px !important;
}

.pharmacy-flags-container .patient-flag {
  max-height: 18px;
  max-width: 18px;
  margin-right: 5px;
  display: flex;
}

.pharmacy-flags-container .patient-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pharmacy-action-container {
  border-right: none !important;
  border-left: none !important;
  display: flex;
  align-items: start;
  /* justify-content: center; */
}

.pharmacy-left-panel {
  padding: 0.5rem;
}

.pharmacy-location {
  flex: 100px 0 0;
  padding: 0.5rem !important;
  border-right: none !important;
  border-left: none !important;
}

.Pharmacy-protocol>div .day-cycle {
  font-size: 12px;
  font-weight: 800;
}

.Pharmacy-protocol .protocol-service {
  display: flex;
  flex-direction: row;
  flex: 1;
}

.leftFilter {
  display: flex;
}

.patient-search-container-pharmacy {
  background-color: #494949;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  padding: 5px 15px;
  max-height: 95px;
  flex: 1 1 0;
}

.patient-search-container-pharmacy .check-search-div label {
  font-size: 12px;
  font-weight: bold;
}

/* @media(min-width:1901px){ */
.prescribe-container:first-child {
  flex: 300px 0 0;
}

.prescribe-container:last-child {
  flex: 4 0 0;
}

/* .prescriber-protocols {
    flex: 1 0 0;
  } */
.prescriber-date {
  flex: 1 0 0;
}

.prescriber-flags-container {
  flex: 1 0 0;
  border-right: none !important;
}

.prescriber-arival-container {
  flex: 1 0 0;
  border-right: none !important;
  border-left: none !important;
}

.prescriber-location {
  flex: 1 0 0;
  border-right: none !important;
  border-left: none !important;
}

.prescriber-action-container {
  flex: 1 0 0;
  border-left: none !important;
}

/* } */
.btns-container-grid {
  width: 170px;
  position: relative;
  gap: 5px;
  /* right: 5px; */
}

@media (max-width: 1675px) {
  .patient-search-container-pharmacy .check-search-div {
    flex-direction: column;
  }

  .patient-search-container-pharmacy {
    max-height: 120px;
  }

  .small-scr-margin-left {
    margin-left: 0 !important;
  }

  .small-scr-margin-left .form-check:first-child {
    margin-left: 0 !important;
  }
}

@media (min-width: 1850px) {
  .bsa-capping-section-full {
    flex: 50% 0 0;
  }

}

@media (max-width: 1920px) {
  .icons-sidebar-nested:hover .supportive-nested-items {
    margin-top: -280px !important;
  }


}

@media (max-width: 1830px) {


  .supportive-nested-item:hover .supportive-nested-items {
    margin-top: -100px !important;
  }
}

@media (max-width: 1750px) {
  .icons-sidebar-nested:hover .supportive-nested-items {
    margin-top: -405px !important;
  }

  .supportive-nested-item:hover .supportive-nested-items {
    margin-top: -165px !important;
  }
}

@media (max-width: 1600px) {

  .icons-sidebar-nested:hover .supportive-nested-items {
    margin-top: -265px !important;
  }

  .supportive-nested-item:hover .supportive-nested-items {
    margin-top: -160px !important;
  }

  .patient-protocols {
    flex: 300px 0 0;
  }

  .prescriber-protocols {
    flex: 426px 0 0;
  }

  .infusion-action-div {
    display: block;
  }

  .customSmallBtn .status-btn-check {
    float: left;
    display: block;
    margin-top: 10px;
  }

  .admin-action-btn {
    margin-top: 10px;
  }

  .pharmacy-left-panel {
    padding: 0.5rem;
  }

  /* .Pharmacy-protocol,
  .pharmacy-flags-container,
  .pharmacy-prescriber,
  .smo-pharmacy,
  .pharmacy-patient-location {
    padding: 0.5rem;
  } */

  .pharmacy-booked-date {
    flex: 235px 0 0;
  }

  .pharmacy-flags-container {
    flex: 117px 0 0;
  }

  .pharmacy-container {
    flex: 205px 0 0;
  }

  .smo-pharmacy {
    flex: 105px 0 0;
  }

  .pharmacy-prescriber {
    flex: 100px 0 0;
  }

  .pharmacy-patient-location {
    flex: 200px 0 0;
  }

  .Pharmacy-protocol {
    flex: 260px 0 0;
  }
}

@media (max-width: 1550px) {
  .icons-sidebar-nested:hover .supportive-nested-items {
    margin-top: -270px !important;
  }

  .supportive-nested-item:hover #text-sidebar-nested {
    margin-top: -170px !important;
  }

}

@media (max-width: 1366px) {

  .icons-sidebar-nested:hover .supportive-nested-items {
    margin-top: -470px !important;
  }

  .supportive-nested-item:hover .supportive-nested-items {
    margin-top: -251px !important;
  }

  .drug-info-container .medicine-name {
    max-width: 350px;
    min-width: 160px !important;
  }

  .btns-container-grid {
    width: 120px;
  }

  #protocolCycleTable tr th:nth-child(1),
  #protocolCycleTable tr td:nth-child(1) {
    width: 460px !important;
    max-width: 460px !important;
    min-width: 460px !important;
    left: 0px
  }

  #protocolCycleTable tr th:nth-child(2),
  #protocolCycleTable tr td:nth-child(2) {
    left: 300px !important;
  }

  #protocolCycleTable tr th:nth-child(3),
  #protocolCycleTable tr td:nth-child(3) {
    left: 390px !important;
  }

  .height-ninety {
    height: 110px;
  }

  .prescribe-container:first-child {
    flex: 202px 0 0;
  }

  .prescribe-container:last-child {
    flex: 4 0 0;
  }

  .prescriber-protocols {
    flex: 363px 0 0;
  }

  .pharmacy-left-panel {
    padding: 0.5rem;
  }

  .Pharmacy-protocol,
  .pharmacy-flags-container,
  .pharmacy-prescriber,
  .smo-pharmacy,
  .pharmacy-patient-location {
    padding: 0.5rem;
  }

  .pharmacy-booked-date {
    flex: 165px 0 0;
  }

  .pharmacy-flags-container {
    flex: 117px 0 0;
  }

  .pharmacy-container {
    flex: 195px 0 0;
  }

  .smo-pharmacy {
    flex: 105px 0 0;
  }

  .pharmacy-prescriber {
    flex: 100px 0 0;
  }

  .pharmacy-patient-location {
    flex: 185px 0 0;
  }

  .Pharmacy-protocol {
    flex: 200px 0 0;
  }

  .infusion-action-div {
    display: block;
  }

  .customSmallBtn .status-btn-check {
    float: left;
    display: block;
    margin-top: 10px;
  }

  .admin-action-btn {
    margin-top: 10px;
  }

  .patient-action-container {
    flex: 145px 0 0;
  }

  .patient-location {
    flex: 77px 0 0 !important;
  }

  .patient-arival-container {
    flex: 159px 0 0;
  }

  .medicine-container {
    flex: 190px 0 0;
  }

  .patient-flags-container {
    flex: 180px 0 0;
  }

  .patient-date {
    flex: 195px 0 0;
  }

  .patient-protocols {
    flex: 202px 0 0;
  }
}

@media (max-width: 1290px) {
  .order-protocol-filter {
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .leftFilter {
    display: block;
  }

  .leftFilter .form-check {
    float: left;
  }

  .patient-search-container-pharmacy {
    max-height: 145px;
  }
}

.today-data-content {
  border: 1px solid rgb(251, 38, 73) !important;
}

.required-field::after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.text-danger {
  font-size: 12px;
}

.text-danger-height {
  font-size: 18px;
  color: red;
}

.nav-item .add-cycles-div {
  padding: 10px;
  position: absolute;
  top: 105%;
  left: 0%;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
  min-width: 200px;
  display: flex;
  flex-direction: column;
  background-color: white;
  z-index: 999;
}

.protocolCheckboxesContainer {
  float: left;
  padding-left: 10px;
}

.protocolCheckboxesContainer:first-child {
  padding-left: 0;
}

.customSelectWidth .ant-select {
  width: 135px !important;
}

.startdays-container .check-btn {
  margin-bottom: 10px;
  margin-right: 10px;
  min-width: 65px;
}

/* .prescriber-cycle-container {
  max-height: 700px;
} */

.prescriber-cycle-container::-webkit-scrollbar {
  width: 0px;
}

#protocolCycleTable th.sticky-left {
  position: sticky;
  left: 0px;
}

#protocolCycleTable thead th {
  position: sticky;
  top: 0px;
  z-index: 100;
  /* border: initial !important; */
}

.prescriber-cycle-container .check-btn {
  margin-bottom: 10px;
  margin-right: 8px;
  min-width: 52px;
}

.block {
  position: absolute;
  z-index: 9;
}

.component-div .content-container a:nth-child(n + 2) {
  margin-left: 10px;
}

.assessment-radio-btn .ant-radio-group {
  display: flex;
}

.assessment-radio-btn .ant-radio-group label.ant-radio-button-wrapper {
  flex: 1 1 auto;
}

#takeawayMedicationTable thead tr th:nth-child(1) {
  width: 95px;
}

#takeawayMedicationTable thead tr th:nth-child(2) {
  width: 318px;
}

#takeawayMedicationTable thead tr th:nth-child(3) {
  width: 122px;
}

.table-bordered> :not(caption)>*>* {
  border-width: 1px 1px;
  /* border-color: #ced4da; */
}

#takeawayMedicationTable .takeaway-medicine-name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

#takeawayMedicationTable .takeway-info {
  font-size: 13px;
}

#takeawayMedicationTable .takeaway-heading-row.supportive-meds {
  background-color: #a5d6a7;
}

#takeawayMedicationTable .takeawayRow.supportive-meds {
  background-color: #e8f5e9;
}

#takeawayMedicationTable .takeaway-heading-row.additional-meds {
  background-color: #90caf9;
}

#takeawayMedicationTable .takeaway-heading-row.protocol-meds {
  background-color: #ef9a9a;
}

#takeawayMedicationTable .takeawayRow.nonIndicated-row,
.takehome-row.nonIndicated-row {
  background-color: #ffebee;
}

.p-right-zero {
  padding-right: 0 !important;
}

table#orderAdditiveTable tbody tr td {
  vertical-align: middle;
}

.nav-dropright .nav-dropbtn:after {
  content: "\203A";
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 4px;
}

.nav-item button,
#topNav ul.navbar-nav li a {
  /* height: 42px !important; */
  height: 45px !important;
}

#topNav ul .nav-dropdown .nav-dropdown-content a {
  height: 42px !important;
  font-weight: 500;
}

#topNav ul .nav-dropdown .nav-dropdown-content .nav-dropright button {
  height: 42px !important;
}

.nav-dropdown-content a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #d4d4d4;
  height: 40px;
  width: 100%;
}

.nav-dropdown-div {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #d4d4d4;
  height: 40px;
  width: 100%;
  cursor: pointer;
  font-weight: 500;
}

.nav-dropdown-div:hover {
  background-color: #f1f1f1;
  color: #1e70bf;
  text-decoration: none;
}

.header-notification-span {
  position: absolute;
  right: -12px;
  color: white;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 12;
  background-color: red;
  border-radius: 50%;
  text-align: center;
  top: -10px;
  font-size: 10px;
  padding: 0px;
}

.IndexPersonCard {
  height: 350px;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
  position: absolute;
  z-index: 2000;
  background-color: white;
  right: 10px;
  bottom: 45px;
  top: 100%;
  right: 0px;
  overflow: hidden;
  display: none;
}

.indexPersonCardHeader {
  height: 55px;
  background-color: #8c72ad;
  padding: 10px;
  display: flex;
  align-items: center;
}

.IndexPersonCardImg {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.IndexPersonCardHeaderInfo {
  height: 35px;
  width: calc(100% - 35px);
  padding-left: 5px;
  white-space: nowrap;
}

.IndexPersonCardFullName {
  font-size: 16px;
  color: white;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -2px;
}

.IndexPersonCardShortName {
  font-size: 12px;
  margin: 0px;
  font-weight: 500;
  padding: 0px 5px;
  background-color: white;
  border-radius: 10px;
}

.page-navbar .user-item {
  position: relative;
}

.IndexPersonCardPracticeDiv {
  height: 40px;
  background-color: #494949;
  padding: 2px 10px;
  display: flex;
  align-items: center;
}

.IndexPersonCardPracticeName {
  font-size: 14px;
  color: white;
  font-weight: 500;
  margin: 0px;
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.IndexPersonCardBody {
  height: calc(100% - 105px);
  padding: 10px;
}

.indexPersonRulePara {
  font-size: 11px;
  font-weight: 500;
  color: #818181;
  display: flex;
  align-items: center;
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.IndexPersonCardFooter {
  height: 40px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 4px;
  margin: 10px;
}

.IndexPersonCardFooter>.btn {
  min-height: 24px;
  max-height: 24px;
  font-size: 12px;
  padding: 2px 10px;
  margin-left: 10px;
}

.page-navbar .user-item:hover .IndexPersonCard {
  display: flex;
  flex-direction: column;
}

.indexPersonRulePara i {
  font-size: 7px;
  font-weight: 500;
  padding-right: 7px;
  color: #0e86d4;
}

.li-padding-custom {
  padding-top: 0.55rem !important;
}

#IntravenousMedForm {
  flex: 1 1 0;
}

.sticky-top-div.sticky-top {
  background-color: white;
  top: 0px !important;
  z-index: 1;
  padding-top: 15px;
}

.status-btn-check {
  position: relative;
  overflow: visible;
  max-width: 32px;
  min-width: 32px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.infusion-action-div button:disabled {
  background-color: #f3edeb !important;
  color: black !important;
  opacity: 0.9;
  border: 1px solid #e3ccff !important;
}

.admin-action-btn {
  margin-left: 0.5rem;
  max-width: fit-content;
  padding: 5px 10px;
  border-radius: 4px;
}

.status-btn-check .status-option-dropdown {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  bottom: 105%;
  right: 0%;
  width: fit-content;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
  z-index: 2;
  background-color: white;
  padding: 10px;
}

.status-btn-check .status-option-dropdown button {
  min-height: 32px;
  border: 0px;
  border-bottom: 1px solid #ced4ce;
  background-color: white;
  font-size: 12px;
  line-height: 12px;
  color: #555;
}

.status-btn-check .status-option-dropdown button:hover {
  color: white;
  background-color: #8c72ad;
}

.log-collapse-div {
  min-height: 40px;
  background-color: #8c72ad;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 4px 10px;
  color: white;
  border-radius: 4px;
}

.status-bg-span {
  padding: 5px;
  background-image: url(../img/Diag.png);
  color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 600;
  max-width: 26px;
  min-width: 26px;
  min-height: 26px;
  max-height: 26px;
  border-radius: 4px;
}

.split-dose-img-med {
  height: 16px;
  width: 16px;
  margin-right: 8px;
}

.play-icon {
  font-size: 20px;
  color: #ff4d4d;
}

.status-btn-additional .sub-option-dropdown {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  right: 30px;
  width: fit-content;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
  z-index: 2;
  background-color: white;
  padding: 10px;
}

.status-btn-additional .sub-option-dropdown button {
  min-height: 32px;
  border: 0px;
  border-bottom: 1px solid #ced4ce;
  background-color: white;
  font-size: 12px;
  line-height: 12px;
}

.status-btn-additional .sub-option-dropdown button {
  min-height: 32px;
  border: 0px;
  border-bottom: 1px solid #ced4ce;
  background-color: white;
  font-size: 12px;
  line-height: 12px;
}

.status-btn-additional .sub-option-dropdown button {
  min-height: 32px;
  border: 0px;
  border-bottom: 1px solid #ced4ce;
  background-color: white;
  font-size: 12px;
  line-height: 12px;
}

.status-btn-additional .sub-option-dropdown button {
  min-height: 32px;
  border: 0px;
  border-bottom: 1px solid #ced4ce;
  background-color: white;
  font-size: 12px;
  line-height: 12px;
}

.status-btn-additional .sub-option-dropdown button:hover {
  color: white;
  background-color: #8c72ad;
}

.LDO-div {
  width: 40px;
  height: 20px;
  background-color: #f74ef7;
  text-align: center;
}

#printProtocol .modal-body .fixed-top-header {
  /* min-height: 50px;
  max-height: 50px; */
  /* background-color: #EFF3F6; */
  background-color: white;
  padding: 10px 10px;
  position: sticky;
  top: 0px;
  display: flex;
  z-index: 1;
  flex-direction: row;
  border-bottom: 1px solid #ced4ea;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
  margin-bottom: 10px;
}

.fixed-top-header .top-header-cycle {
  width: 100%;
  height: 100%;
  display: flex;
}

.top-header-cycle .comparecycle-div {
  display: flex;
  width: fit-content;
  white-space: wrap;
  min-width: 80px;
  max-width: 280px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  height: 100%;
  color: white;
}

.top-header-cycle .comparecycle-div label {
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}

.top-header-cycle .headstart-div {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}

.top-header-cycle .length-div label {
  font-size: 12px;
  font-weight: bold;
}

.top-header-cycle .headstart-div .headstart-content .date-label {
  font-size: 12px;
  font-weight: bold;
}

.top-header-cycle .headstart-div .headstart-content label {
  font-size: 12px;
  font-weight: bold;
}

.device-img {
  max-width: 24px;
}

table#pharmacyvalid tbody tr td .db-bg-span {
  max-width: 30px;
  min-width: 30px;
  width: 30px !important;
  max-height: 25px;
  min-height: 25px;
  margin-right: 5px;
  cursor: pointer;
}

.card-div .med-card {
  background-color: #8c72ad;
  color: white;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  height: 24px;
  white-space: nowrap;
  margin-right: 20px;
  border-radius: 4px;
}

.pharmacyTableValidation .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td {
  border-color: #ced4da;
  border-width: 1px solid !important;
}

.ant-table.ant-table-bordered>.ant-table-container {
  border-color: #ced4da !important;
}

.pharmacyTableValidation .ant-table .ant-table-thead>tr>th {
  background-color: #494949 !important;
}

.pharmacyTableValidation .ant-table-thead>tr>th {
  border-color: #f3f3f3 !important;
  border-width: 1px solid;
}

.bg-onhold {
  background-image: none !important;
  background-color: red !important;
}

/* by eth */
.table-row-pediatric {
  background-color: #fee6c4;
}

.table-row-adult {
  background-color: #ceeddc;
}

.td-padding {
  padding: 0.5rem !important;
}

.td-top-bottom-padding-get-mints {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.admin-img {
  max-width: 16px;
  width: 16px;
}

.side-icon {
  font-size: 20px !important;
}

a.supportive-nested-item:hover ul.supportive-nested-items {
  display: block !important;
  position: absolute;
  z-index: 300;
  border: 1px solid white;
  margin-left: 0;
  height: fit-content;
  overflow-y: auto;
  margin-left: 25px;
  left: 0;
  top: 50px;
}

span.supportive-nested {
  position: relative;
}

span.supportive-nested:hover ul.supportive-nested-items {
  display: block !important;
  position: absolute;
  z-index: 300;
  border: 1px solid white;
  margin-left: 0;
  height: fit-content;
  overflow-y: auto;
  margin-left: 25px;
  left: 0;
  bottom: 0px;
  width: 241px;
  margin-bottom: 0;
  background: #303030;
}

.icons-color {
  color: #1ab12e;
}

.padding-top-zero {
  padding-top: 0px !important;
}

.days-bg-color {
  background-color: #323232;
  color: #ffffff;
}

.extra-rows-cycle-new3 {
  height: 110px;
}

.dose-adjustment-col {
  padding-right: 10px;
  border-right: 1px dashed #8c72adaa !important;
}

/* .ant-radio-inner::after {
  left: 2px !important;
} */

.pharmacy-worklist-table table tbody tr td:nth-child(13) .ant-space {
  font-size: 12px;
  display: block;
  /* margin-right: 5px; */
  /* margin-bottom: 5px; */
}

.pharmacy-worklist-table table tbody tr td:nth-child(2) {
  width: 180px;
}

.pharmacy-worklist-table table tbody tr td:nth-child(2) .ant-space {
  display: flex;
}

.pharmacy-worklist-table table tbody tr td:nth-child(2) .ant-space .ant-space-item {
  flex: 1 0 0;
}

.pharmacy-worklist-table table tbody tr td:nth-child(7) {
  width: 290px;
}

.pharmacy-worklist-table table tbody tr td:nth-child(7) .ant-space {
  display: flex;
}

.pharmacy-worklist-table table tbody tr td:nth-child(7) .ant-space .ant-space-item {
  flex: 1 0 0;
}

.pharmacy-worklist-table table tbody tr td:nth-child(14) .ant-space,
.pharmacy-worklist-table table tbody tr td:nth-child(16) .ant-space {
  display: flex;
  flex-direction: column !important;
  align-items: flex-start;
  gap: 0 !important;
}

.pharmacy-worklist-table table tbody tr td:nth-child(11) .ant-space,
.pharmacy-worklist-table table tbody tr td:nth-child(11) .ant-space .ant-space-item {
  width: 100%;
}

.pharmacy-worklist-table table tbody tr td:nth-child(12) .ant-space,
.pharmacy-worklist-table table tbody tr td:nth-child(12) .ant-space .ant-space-item {
  width: 100%;
}

.not-approved-span {
  background-color: #8d8b8b;
  color: white;
  padding: 2px 4px;
  border-radius: 4px;
  min-width: 25px;
  min-height: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.approved-partial-span {
  background-image: url(../../assets/img/Diag.png);
  color: white;
  padding: 2px 4px;
  border-radius: 4px;
  min-width: 25px;
  min-height: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.approved-span {
  background-color: #1ab12e;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 4px;
  font-weight: bold;
  border-radius: 4px;
  min-height: 25px;
  min-width: 25px;
  cursor: pointer;
}

.audit-icon {
  font-size: 20px;
}

.ldo-span {
  background-color: #f74ef7 !important;
  text-decoration: none;
  max-height: 23px;
  width: fit-content;
  font-size: 12px;
  /* line-height: 14px; */
  padding: 2px 4px;
  border-radius: 4px;
  color: white;
}

.pharmacy-worklist-table table tbody tr td .ant-space {
  gap: 0 !important;
}

.pharmacy-worklist-table table tbody tr td {
  padding: 0.5rem !important;
}

.line-td {
  text-decoration: line-through;
  text-decoration-color: #fb2649;
}

#TreatmentScheduleTable table tbody tr td .ant-space,
#TreatmentScheduleTable table tbody tr td .ant-space .ant-space-item {
  display: flex;
  flex: 1;
}

.stick-footer {
  position: fixed;
  /* top: 0; */
  bottom: 0;
  width: 100%;
}

.crossWhite span.anticon-close svg {
  color: #fff;
}

.pharmacy-search-btn {
  flex: 55px 0 0 !important;
  padding: 0 10px 0 0px;
}

.no-search-border .ant-input-affix-wrapper>input.ant-input {
  border: none !important;
}

.ant-picker {
  border-radius: 4px !important;
}

/* ::placeholder {
  color: #b3b3b3;
}

:-ms-input-placeholder {
  color: #b3b3b3;
}

::-ms-input-placeholder {
  color: #b3b3b3;
}

.ant-select-multiple .ant-select-selection-placeholder,
input[type="text"]:disabled::placeholder {
  color: #b3b3b3 !important;
}

.ant-select-multiple .ant-select-selection-placeholder {
  color: #555 !important;
}

.ant-picker .ant-picker-input>input::placeholder {
  color: gray;
} */

.ant-checkbox-inner {
  border-radius: 0.25em !important;
}

.pharmacy-administaration-location {
  flex: 166px 0 0;
  padding: 0.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0 !important;
  border-right: 0 !important;
}

.pharmacy-header-padding {
  padding-left: 0.5rem !important;
}

#collapseId321452 ul {
  padding-left: 0;
}

.ant-empty-normal {
  margin: 10px 0 !important;
}

.submission-choices .ant-checkbox-wrapper span {
  font-weight: 500;
}

.DurationRange-chechbox label.ant-checkbox-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.order-flags-radius {
  border-radius: 4px !important;
}

.fieldset-pad-zero-botom {
  padding-bottom: 0 !important;
}

.bg-flag-green {
  background-image: none;
  background-color: #a1c89e;
}

.dose-col-context {
  position: absolute;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  min-width: 150px;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 3px;
  z-index: 100;
}

.dose-col-context .context-tab {
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
}

.dose-col-context .context-tab.locked {
  pointer-events: none;
  background-color: #f1f1f1;
}

.dose-col-context .context-tab:hover {
  background-color: #8c72ad;
  color: white;
}

.dose-col-context .context-tab:nth-last-child(n + 2) {
  border-bottom: 1px solid #ddd;
}

.ant-input-search-with-button .ant-input-search-button {
  background-color: #8c72ad;
  box-sizing: border-box;
  border: 0px !important;
}

.ant-input-search-with-button .ant-input-search-button:hover {
  background-color: #735e8f;
}

.prominent-text {
  font-weight: 700;
  font-size: 15px !important;
}

.day-comment-span {
  margin-right: 5px;
  background-color: #8c72ad;
  color: #ffffff;
  font-size: 12px;
  border-radius: 4px;
  padding: 6px;
}

.read-comments-icon {
  font-size: 14px;
}

.icon-size-plus {
  font-size: 20px;
}

.comment-edit-icon {
  justify-content: flex-start;
  display: flex;
  flex: 1;
}

.comment-edit-icon i {
  padding-right: 8px;
}

.button-search .ant-input-affix-wrapper {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.button-search .ant-input-group-addon {
  background: none;
}

.button-search button {
  background-color: #8c72ad !important;
  border: 1px solid #8c72ad !important;
  color: white !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.ant-picker-body table thead th {
  background-color: #303030 !important;
  border: 1px solid #303030 !important;
}

.onStudy-table-tr {
  background-color: #494949;
}

.onStudy-table-tr span,
.onStudy-table-tr .fas {
  color: white;
}

.ctm-flag {
  background-color: #fb2649 !important;
  text-decoration: none;
  width: fit-content;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 4px;
  color: white;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  max-height: 20px;
}

.com-flag {
  background-color: #1ab12e;
  text-decoration: none;
  width: fit-content;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 4px;
  color: white;
  flex-wrap: nowrap;
  max-height: 20px;
}

.flow-sheet-icon {
  font-size: 20px;
}

.flowsheet-custom {
  font-size: 14px;
}

.flowsheet-custom .custom-table-header {
  background-color: #8c72AD;
  color: white;
}

.p-15 {
  padding: 10px 15px !important;
}

.flowsheet-container {
  height: 100vh;
  max-width: 100vw;
  min-width: 100vw;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.flowsheet-main {
  max-width: 100vw;
  max-width: 100vw;
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.flowsheet-wrapper {
  flex: 1 1 0;
  display: flex;
  flex-direction: column !important;
  min-height: calc(100vh - 50px) !important;
  max-height: calc(100vh - 50px) !important;
}

.flowsheet-custom .title-cell {
  font-weight: 600;
}

.flowsheet-filters {
  padding-bottom: 10px;
}


.flowsheet-custom .flowsheet-title-cell {
  border: 0.5px solid rgb(187, 187, 187);
  display: flex;
  /* align-items: center; */
  justify-content: start;
  min-height: 36px;
  /* max-height: 56px; */
  min-width: 360px;
  max-width: 360px;
  box-sizing: border-box !important;
}

.flowsheet-custom .flowsheet-cell {
  border: 0.5px solid rgb(187, 187, 187);
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 8px;
  min-height: 56px;
  min-width: 135px;
  max-width: 135px;
  max-width: 56px;
}

.flowsheet-main-content {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  max-width: 100vw !important;
  min-width: 100vw !important;
}

.flowsheet-left-panel {
  min-width: 360px !important;
  max-width: 360px !important;
  display: flex;
  flex-direction: column;
  flex: initial;
  box-sizing: border-box !important;
  height: calc(100vh - 120px);
}

.flowsheet-right-panel {
  display: flex;
  flex-direction: column;
  overflow: auto;
  overflow-x: scroll;
  height: calc(100vh - 120px)
}

.flowsheet-right-panel::-webkit-scrollbar {
  width: 7px;
}

.flowsheet-cycle {
  border-radius: 0px !important;
  background: white !important;
  border-bottom: 5px solid rgba(13, 110, 253, 0.4) !important;

}

.flowsheet-cycle-active {
  border-bottom: 5px solid rgba(13, 110, 253, 1) !important;
  font-weight: bold !important;
  color: rgba(13, 110, 253, 1) !important;
}

.flowsheet-cycle-wrap {
  min-height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  max-width: 40vw important;
  min-width: 40vw !important;
  box-shadow: rgba(255, 255, 255, 0.12) 0px 1px 3px, rgba(255, 255, 255, 0.24) 0px 1px 2px;
  margin-right: 20px !important;
  /* border-bottom:2px solid #f8f9fa; */
  /* width:100%; */
}

.cycle-info-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-top: -5px;
}

.flowsheet-custom .double-height-div {
  min-height: 168px !important;
}

.flowsheet-custom .flowsheet-titleOne-cell {
  border: 0.5px solid rgb(187, 187, 187);
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 8px;
  min-height: 56px;
  min-width: 100px;
  max-width: 100px;
}

.flowsheet-custom .title-mode-div {
  writing-mode: vertical-rl;
  line-height: 16px;
}

.flowsheet-custom .flowsheet-med-cell {
  border: 0.5px solid rgb(187, 187, 187);
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 8px;
  min-height: 56px;
  min-width: 290px;
  max-width: 290px;
}

.flowsheet-main-category {
  border: 0.5px solid rgb(187, 187, 187);
  display: flex;
  align-items: center;
  justify-content: start;
  min-height: 36px;
  /* min-width: 290px;
  max-width: 290px; */
  min-width: 360px;
  max-width: 360px;
  box-sizing: border-box;
  /* background:#f8f9fa; */
}

.category-title {
  min-width: 250px;
  max-width: 250px;
}

.first-category {
  /* min-width: 320px;
  max-width: 320px;
  margin-left: 70px !important; */
  width: 100%;
}

.flowsheet-sub-category {
  border: 0.5px solid rgb(187, 187, 187);
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 4px;
  min-height: 36px !important;
  max-width: 380px;
  white-space: nowrap;
  padding-left: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flowsheet-med-title {
  flex-grow: 1;
  /* Allow text to grow and take available space */
  text-overflow: ellipsis;
  /* Show ellipsis for overflow text */
  overflow: hidden;
  /* Hide any overflow text */
  margin-left: 10px;
  max-width: 270px;
}


.flowsheet-custom .end-cell {
  border: 0.5px solid rgb(187, 187, 187);
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 8px;
  min-height: 56px;
}

.flowsheet-custom .multiple-height-div {
  min-height: 360px !important;
}

.flowsheet-custom .flowsheet-titleTwo-cell {
  border: 0.5px solid rgb(187, 187, 187);
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 8px;
  min-height: 56px;
  min-width: 50px;
  max-width: 50px;
}

.flowsheet-custom .outcome-height-div {
  min-height: 560px !important;
}

.flowsheet-custom .trnsfusions-cell {
  border: 0.5px solid rgb(187, 187, 187);
  border-bottom: 1px solid rgb(187, 187, 187);
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 4px;
  min-height: 40px;
}

.flowsheet-custom .radiology-height-div {
  min-height: 112px !important;
}

.pinned-item {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.flowsheet-data-wrap {
  max-width: calc(100vw - 390px);
  overflow-x: scroll;
}

.min-height-auto {
  min-height: auto !important;
}

.customblood .bloods-height-div {
  min-height: 220px !important;
}

.customblood .other-height-div {
  min-height: 172px !important;
}

.toxityContainer .toxicity-height-div {
  min-height: 336px !important;
}

.toxityContainer .clinical-height-div {
  min-height: 224px !important;
}

.flowsheet-custom .ast-span {
  background-color: #f80011;
  color: white;
  padding: 2px 4px;
}

.border-bottom-0 {
  border-bottom: 0px !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.pharmacyTableValidation .db-bg-span,
.PharmacyDaysSummaryTables .db-bg-span {
  padding: 5px;
  background-image: none;
  color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 600;
  width: auto;
  display: flex;
  text-wrap: nowrap;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  cursor: pointer;
}

.bg-light-red {
  background-image: none !important;
  background-color: #fb2649 !important;
}

.dayLoad-span-div {
  min-width: fit-content;
}

.prescriber-adjust img {
  min-height: 20px;
}

#protocolCycleTable td.sticky-left {
  position: sticky;
  left: 0px;
  z-index: 40;
  background-color: white;
}

#protocolCycleTable tr th:nth-child(1),
#protocolCycleTable tr td:nth-child(1) {
  width: 460px;
  max-width: 460px;
  min-width: 460px;
  left: 0px
}

#protocolCycleTable tr th,
#protocolCycleTable tr td {
  padding-inline: 6px !important;
  /* min-width: 90px; */
  /* max-width: 120px !important; */
}


.cappziitable #protocolCycleTable tr th:nth-child(1),
.cappziitable #protocolCycleTable tr td:nth-child(1) {
  width: 250px;
  max-width: 250px;
  min-width: 250px;
}


#protocolCycleTable tr th:nth-child(2),
#protocolCycleTable tr td:nth-child(2) {
  width: 90px;
  /* max-width: 90px; */
  min-width: 90px;

  /* left: 350px !important; */
}

.cappziitable #protocolCycleTable tr th:nth-child(2),
.cappziitable #protocolCycleTable tr td:nth-child(2) {
  width: 140px;
  max-width: 140px;
  min-width: 140px;
  left: 250px !important;
}

#protocolCycleTable tr th:nth-child(3),
#protocolCycleTable tr td:nth-child(3) {
  width: 90px;
  /* max-width: 90px; */
  min-width: 90px;
  /* left: 440px !important; */
}

.cappziitable #protocolCycleTable tr th:nth-child(3),
.cappziitable #protocolCycleTable tr td:nth-child(3) {
  width: 120px;
  max-width: 120px;
  min-width: 120px;
  left: 388px !important;
}

#protocolCycleTable thead th:nth-child(1),
#protocolCycleTable thead th:nth-child(2),
#protocolCycleTable thead th:nth-child(3) {
  z-index: 105;
}

.req-status-col-text-style {
  text-align: center;
}

.custom-day-span {
  font-size: 14px;
}

.cursor-contet-menu {
  cursor: context-menu;
}

.cursor-context-menu {
  cursor: context-menu;
}

.onStudy-table-tr td {
  border-color: #494949 !important;
}

.manufacture-table tbody tr:nth-child(odd) td,
.dispense-table tbody tr:nth-child(odd) td,
.ammend-order-table tbody tr:nth-child(odd) td,
.generate-order-table tbody tr:nth-child(odd) td,
.accuracy-chk-table tbody tr:nth-child(odd) td,
.medication-order-table tbody tr:nth-child(odd) td {
  background-color: #f3edeb;
}

.manufacture-table tbody tr:nth-child(odd) td p,
.dispense-table tbody tr:nth-child(odd) td p,
.ammend-order-table tbody tr:nth-child(odd) td p,
.accuracy-chk-table tbody tr:nth-child(odd) td p,
.generate-order-table tbody tr:nth-child(odd) td p,
.medication-order-table tbody tr:nth-child(odd) td p {
  font-size: 14px;
}

.pharmacy-worklist-table .com-flag-span {
  background-color: #1ab12e;
  color: white;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
}


.ctm-com-flag-with-medication-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.splitdose-black-icon {
  height: 15px;
  width: 15px;
}

.backgrounorangeClass {
  background-color: orange !important;
}

.pl-3px {
  padding-left: 3px;
}

.add-timeOpt-div {
  flex: 1 1 0;
  display: flex;

  align-items: center;
}

.pdf-logo-bg {
  background-color: #8c72ad;
}

.pdf-logo-img {
  width: 60px;
}

.supplier-detail-bg {
  border: 1px solid #707070;
  min-height: 28px;
}

.order-detail-span {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.order-detail-bg {
  background-color: #ede9e9;
  border: 1px solid #707070;
  min-height: 28px;
  min-width: 100px;
}

.order-six-div {
  width: 60%;
}

.order-four-div {
  width: 40%;
}

.supplier-title-div {
  width: 40%;
  border-right: 1px solid #707070;
}

.logo-title-heading {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.classification-type {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  width: 100% !important;
}

.ant-checkbox-group-item {
  margin-right: 0px !important;
  /* flex: 1 1 0; */
  /* min-width: 50%;
  max-width: 50%; */
  width: 50%;
}

@media print {
  .header-content-container {
    flex: 1 0 0 !important;
  }

  .header-content-container:nth-last-child(1) {
    max-width: 200px !important;
    flex: 200px 0 0 !important;
  }

  .direction-print {
    flex-direction: column;
  }

  .ant-checkbox-wrapper {
    display: none;
  }
}

.bg-greys {
  background-color: #eff3f6 !important;
}

.ant-modal-centered {
  z-index: 9999;
}

#prescriberPrnTable tbody>tr>td:nth-child(1),
.days-table tbody>tr.data-med>td:nth-child(1),
.days-table tbody>tr.ongoing-med>td:nth-child(1) {
  width: 400px;
  min-width: 100px;
  max-width: 150px;
}

#prescriberPrnTable tbody>tr>td:nth-child(2),
.days-table tbody>tr.data-med>td:nth-child(2),
.days-table tbody>tr.ongoing-med>td:nth-child(2) {
  width: 375px;
  min-width: 375px;
  max-width: 375px;
  white-space: normal;
}

#prescriberPrnTable tbody>tr>td:nth-child(3),
.days-table tbody>tr.data-med>td:nth-child(3),
.days-table tbody>tr.ongoing-med>td:nth-child(3) {
  width: 150px;
  min-width: 150px;
  max-width: 170px;
}

/* #prescriberPrnTable tbody>tr>td:nth-child(2), .days-table tbody>tr.data-med>td:nth-child(2), .days-table tbody>tr.ongoing-med>td:nth-child(2) {
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px !important;
  white-space: normal;
}

#prescriberPrnTable thead>tr>th:nth-child(2),  .days-table tbody>tr>th:nth-child(2) {
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px !important;
  white-space: normal;
}

.days-table thead>tr>th.print-table-cell:nth-child(1),#prescriberPrnTable thead>tr>th:nth-child(2),.days-table thead>tr>th.print-table-cell:nth-child(3),.days-table thead>tr>th.print-table-cell:nth-child(4),.days-table thead>tr>th.print-table-cell:nth-child(5), .days-table thead>tr>th.print-table-cell:nth-child(2), .days-table tbody>tr>th:nth-child(2) {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  white-space: normal;
}



#prescriberPrnTable tbody>tr>td:nth-child(1), .days-table tbody>tr.data-med>td:nth-child(1), .days-table tbody>tr.ongoing-med>td:nth-child(1) {
  width: 125px;
  min-width: 125px;
  max-width: 125px;
}

#prescriberPrnTable thead>tr>th:nth-child(1), .days-table thead>tr>th:nth-child(1), .days-table thead>tr>th:nth-child(1) {
  width: 125px;
  min-width: 125px;
  max-width: 125px;
}



#prescriberPrnTable tbody>tr>td:nth-child(3), .days-table tbody>tr.data-med>td:nth-child(3), .days-table tbody>tr.ongoing-med>td:nth-child(3) {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

#prescriberPrnTable head>tr>th:nth-child(3), .days-table thead>tr>th:nth-child(3), .days-table thead>tr>th:nth-child(3) {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

#prescriberPrnTable>tbody tr>td:nth-child(4), .days-table tbody>tr.data-med>td:nth-child(4), .days-table tbody>tr.ongoing-med>td:nth-child(4) {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

table.days-table thead th, table.days-table theady td{
  border-color: #ced4da !important;
} */

.bg-greys {
  background-color: #eff3f6 !important;
}

.h5,
h5 {
  font-size: 1.25rem !important;
}

.print-table-cell {
  min-width: 100px;
  max-width: 100px;
}



.ant-modal-close-x {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

table.days-table thead tr th,
table.days-table tbody tr td {
  border: 1px solid #ced4da !important;
}

.printableView iframe {
  min-height: 70vh;
}

/* React-to-print */
@media all {
  .page-break {
    display: none;
  }
}

@media print {


  /* .print-pagination{
  visibility: visible !important;
 } */
  html,
  body {
    height: initial !important;
    overflow: initial !important;
    -webkit-print-color-adjust: exact;
    zoom: 95%;
  }

  .page-break {
    margin-top: 1rem;
    display: block;
    page-break-before: auto;
    page-break-after: always;
    /* page-break-before: always; */
    /* page-break-after: always;
    page-break-inside: always; */
  }

  .print-pdf-search2 .ant-table .ant-table-tbody>tr {

    page-break-inside: avoid;
  }

  #prescriberPrnTable tbody>tr>td:nth-child(1),
  .days-table tbody>tr.data-med>td:nth-child(1),
  .days-table tbody>tr.ongoing-med>td:nth-child(1) {
    width: 275px;
    min-width: 275px;
    max-width: 275px;
  }

  #prescriberPrnTable tbody>tr>td:nth-child(2),
  .days-table tbody>tr.data-med>td:nth-child(2),
  .days-table tbody>tr.ongoing-med>td:nth-child(2) {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    white-space: normal;
  }

  #prescriberPrnTable tbody>tr>td:nth-child(3),
  .days-table tbody>tr.data-med>td:nth-child(3),
  .days-table tbody>tr.ongoing-med>td:nth-child(3) {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }

  #prescriberPrnTable tbody>tr>td:nth-child(3),
  .days-table tbody>tr.data-med>td:nth-child(3),
  .days-table tbody>tr.ongoing-med>td:nth-child(4) {
    width: 10px;
    min-width: 10px;
    max-width: 10px;
  }

  .print-table-cell {
    min-width: 50px;
    max-width: 50px;
  }

  /* .header-content-container:nth-child(n + 2){
  flex: 200px 0 0;
  max-width: 200px;
}
.header-content-container:nth-child(2){
  flex: 500px 0 0;
  max-width: 500px;
  width: 500px;;
}

.print-span-class{
  flex-direction:column;
}

.print-span-class span.ms-4{
margin-left: 0 !important;
}

.print-margin{
  margin-top: 10px;
}

.header-content-container:nth-last-child(1) {
  max-width: 180px;
  flex: 180px 0 0;
} */
}

@page {
  margin: 5mm;
  size: 220mm 300mm;
  page-orientation: landscape !important;
}

/* React-to-print */
/* .print:last-child {
  page-break-after: always;
} */
.doseAdjustmentBtns .ant-radio-button-wrapper {
  padding: 0 8px !important;
  width: 68px !important;
}

.com-flag-span {
  background-color: #1ab12e;
  color: white;
  font-size: 10px;
  padding: 2px;
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
  max-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.symptom-notification {
  color: white !important;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  border-radius: 50%;
  text-align: center;
  font-size: 12px !important;
  padding: 0px;
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: #555 !important;
}

.strike-text {
  text-decoration: line-through !important;
  text-decoration-color: red !important;
}

.cancel-strike-text {
  text-decoration: line-through !important;
  text-decoration-color: black !important;
}


.alert-messages-container {
  overflow-x: hidden;
  background: var(--bs-white);
  cursor: pointer;
}

.alert-message-wrapper {
  transition: transform 0.3s;
  position: relative;
  padding-left: 0px !important;
}

.alert-message-wrapper .thumbnail {
  align-self: center;
  border-radius: 50%;
  background: #0dcaf0;
  color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 0;
  font-size: 16px;
}

.alert-message-wrapper .name {
  align-self: center;
  color: #212529;
}

.alert-message-wrapper .ago-time {
  justify-self: start;
  color: #9099a9;
}

/* .alert-message-wrapper .message-text {
  color: #6c757d;
} */
.order-medicine-indicator {
  color: red !important;
}

.dose-icons-color {
  color: red;
}

.day-switch button.ant-switch-checked {
  background-color: #fff !important;
}

.day-switch button {
  height: 25px;
  justify-content: center;
  align-content: center;
}

.day-switch button.ant-switch-checked .ant-switch-handle::before {
  background-color: #8c72ad;
}

.day-switch button.ant-switch-checked .ant-switch-inner {
  color: #8c72ad;
}

.ant-input-disabled,
.ant-select-disabled {
  color: #555 !important;
  cursor: not-allowed !important;
}

.deleted-comments {
  text-decoration: line-through !important;
}

.summary-pagination {
  display: flex;
  justify-content: end;
  padding: 20px 10px !important;
}

table#orderAdditiveTable tbody tr td:nth-child(1) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

table#orderAdditiveTable thead tr th:nth-child(2) {
  width: 150px;
}

table#orderAdditiveTable thead tr th:nth-child(3) {
  width: 200px;
}

table#orderAdditiveTable thead tr th:nth-child(5) {
  width: 45px;
}

.layout-fixed-table {
  table-layout: fixed;
  width: 100%;
}

.ordered-flag {
  padding: 10px 10px !important;
  max-height: 30px;
}

.pagination {
  display: flex;
  justify-content: end;
  padding: 20px 10px !important;
}

.pagination .ant-pagination-item-active {
  border-color: #1677ff;
  color: #1890ff;
}

.scrollable-modal .ant-modal-body {
  max-height: 75vh;
  overflow-y: auto !important;
}

#summaryTable .ant-table-container .ant-table-content {
  white-space: nowrap !important;
}

.padding-zero {
  padding: 0 !important;
}

.padding-top-fifteen {
  padding-top: 15px !important;
}

#summaryTable .ant-table-container .ant-table-content table thead tr th {
  position: sticky;
  top: 0px;
  z-index: 100;
  border: initial !important;
}

#FullViewTakeHome table thead tr th {
  position: sticky;
  top: 0px;
  z-index: 100;
  border: initial !important;
}

.tag--class .ant-tag {
  border-radius: 4px !important;
}

.form-check-data .form-check .form-check-label {
  font-size: 13px;
  font-weight: 500;
  color: #303030;
}

.rounded-0 {
  border-radius: 0 !important;
}

.top-border-dashed {
  border-top: 1px dashed #bbb;
}

.modal-body-scroll {
  height: 80vh;
  overflow-y: auto;
  border-top: 1px dashed #bbb;
}

table.pharmacy-worklist-table tbody tr td {
  border: 1px solid #f0f0f0;
}

.Admin-cont-meds .ant-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.blood-investigation img {
  max-width: 22px !important;
  min-width: 20px;
}

h5.menu-collapse-heading {
  font-size: 14px !important;
}

.vesicantorirritent-text {
  color: #fb2649 !important;
  max-height: 20px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-self: center;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.18);
  padding: 2px 5px;
}

.vesicantorirritent-text .vesicant-text {
  font-weight: 600 !important;
  text-decoration: underline;
}

.background-nzulm-container {
  border: 1px solid rgb(237, 228, 225);
  background: rgb(243, 237, 235);
  padding: 10px 0px;
}

.chart-border {
  border: 1px solid #8d8b8b !important;
}

.collapse-div-content .ant-picker-input>input[disabled],
.collapse-div-content .ant-radio-disabled+span,
.collapse-div-content .ant-checkbox-disabled+span,
.collapse-div-content .ant-picker-input+span {
  color: #555;
}

.careplan-action span {
  min-height: auto;
  max-height: auto;
  padding: 0;
}

.careplan-action span button {
  min-height: 32px;
  max-height: 32px;
  color: #fff;
  border-radius: 0.2rem;
}

/* .cursor-not-allowed{
  cursor: not-allowed !important;
} */
.btn-group .btn-ungrouped>button {
  cursor: not-allowed;
  color: "red";
}

.order-flag-btns .btn:disabled {
  cursor: not-allowed !important;
  pointer-events: all !important;
}

.administration-information .jodit-container:not(.jodit_inline).jodit_disabled,
.concentration-input {
  cursor: not-allowed;
}

.administration-information .quill {
  cursor: not-allowed;
}

.disabled-class .ant-input[disabled],
.disabled-class .ant-input-disabled,
.ant-select-disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

.pharmacy-tabs-container {
  overflow-y: hidden;
  height: 100%;
  border: none;
}

.pharmacy-tabs-container .ant-tabs-content {
  height: 100%;
  display: flex;
}

.pharmacy-tabs-container .ant-tabs-content .tab-pane {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pharmacy-tabs-container .ant-tabs-content .ant-tabs-tabpane {
  width: 100%;
}

.NZULM-table table thead tr th:nth-child(4) {
  min-width: 65px;
  max-width: 65px;
}

.NZULM-table table thead tr th:nth-child(3),
.NZULM-table table tbody tr td:nth-child(3) {
  min-width: 110px;
  max-width: 110px;
  right: 65px !important;
}

.NZULM-table table thead tr th:nth-child(2),
.NZULM-table table tbody tr td:nth-child(2) {
  min-width: 170px;
  max-width: 250px;
  right: 175px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.drug-info-container .medicine-name {
  font-size: 14px !important;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 24px;
  max-width: 320px;
  min-width: 150px;
  overflow: hidden;
  line-height: 24px;
  text-overflow: ellipsis;
  flex: 1 0 0;
}

.partial-bg-green {
  font-weight: 700;
  color: white;
  top: 2px;
  left: 0;
  width: 100%;
  text-align: center;
  min-height: 18px;
  min-width: 26px;
  background-image: url(/assets/img/Diag.png) !important;
  background: none;
  background-position: center;
  background-size: cover;
}

.disabled-class button.margin-bottom-fifteen.btn.btn-sm.check-btn.readonly.btn-light {
  cursor: not-allowed !important;
  pointer-events: all !important;
}

.disabled-class button.margin-bottom-fifteen.btn.btn-sm.check-btn.readonly.btn-purple {
  cursor: not-allowed !important;
  pointer-events: all !important;
}

.NZULM-table ul.ant-pagination {
  position: fixed !important;
  right: 10px !important;
  margin-top: 30px !important;
}

.btn-group.btn-ungrouped-blocks {
  display: flex;
  border-radius: 4px;
  min-height: 32px;
  box-shadow: none;
  overflow: visible;
  justify-content: left;
  flex-wrap: wrap;
  margin-left: -20px;
}

.btn-group.btn-ungrouped-blocks button {
  display: flex;
  flex: 1 1 0;
  border-radius: 4px !important;
  min-height: 32px;
  margin-left: 20px !important;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  justify-content: center;
  box-shadow: 0px 0px 10px rgba(140, 114, 173, 0.15);
  min-width: 210px;
  max-width: 210px;
}

li.user-item a.ant-dropdown-trigger {
  height: 100%;
  display: flex;
  align-items: center;
  color: #303030;
  font-weight: 500;
  font-size: 14px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.custom-red-check label .ant-checkbox span:after {
  content: "X";
  color: #fff;
  position: absolute;
  left: 50% !important;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
}

.user-filter-fields-container {
  flex: 225px 0 0 !important;
}

.user-filter-fields-container-start {
  flex: 170px 0 0 !important;
}

.concurrent-tbl .ant-table table {
  text-align: center !important;
}

.concurrent-tbl .ant-table-thead>tr>th {
  text-align: center !important;
}

.user-filter-fields-container-btns {
  flex: 95px 0 0 !important;
}

.details-tbl tr td {
  vertical-align: top;
}

.max-count-bg {
  background-color: #8c72ad !important;
  color: #fff;
}

.user-filter-fields-container:last-child {
  flex: 214px 0 0 !important;
}

.master-blood-fields-container {
  flex: 1 1 0 !important;
  padding: 0 10px 0 10px;
}

/* .empty-check-box label .ant-checkbox .ant-checkbox-inner::after,.empty-check-box label .ant-checkbox span {
  height: 30px !important;
  width: 30px !important;
  margin-right: 8px;
  background-color: transparent !important;

} */

.medicine-block-icon-img img {
  margin-top: 0px !important;
}

.blood-investigation-modal {
  top: 130px !important;

}

.blood-investigation-modal .ant-modal-content .ant-modal-body {
  max-height: 80vh;
  overflow-y: auto;
}

.form-control:disabled {
  background-color: #f5f5f5;
  opacity: 1;
}

.flexWrap {
  flex-wrap: wrap;
}

.align-item-center {
  align-items: center;
}

.even-class {
  background-color: #f5f5f6 !important;
}

.even-class_maintain {
  background-color: #D2C8DF !important;
}

.odd-class {
  background-color: #ffffff !important;
}

.block-table-container tbody>tr:hover>td {
  background-color: unset !important;
}

.protocolTable tbody>tr:hover>td {
  background-color: unset !important;
}

.last-selection,
.last-selection>td.ant-table-cell,
.last-selection>td.ant-table-cell-row-hover {
  background-color: #f4d9ff !important;
}

.worklist-tabs .ant-tabs-nav {
  margin-bottom: 0px !important;
  background-color: #f9f9f9;
}

.worklist-tabs .ant-tabs-nav .ant-tabs-tab {
  margin-left: 4px !important;
  margin-top: 10px !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  background-color: white !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border: 0px !important;
}

.worklist-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  background-color: #8c72ad !important;
}

.request-status-container span:nth-child(3) {
  flex-basis: 100%;
}

.date-picker-main {
  display: flex;
}

.day-picker {
  width: 6rem;
}

.month-picker {
  width: 6rem;
}

.year-picker {
  width: 6rem;
}

.number-formatting-class .ant-input-number-handler {
  display: none;
}

.number-formatting-class .ant-input-number {
  border-radius: 4px;
}

ul.ul-container li.nav-item {
  background: transparent;
  justify-content: center;
}

.icons-sidebar-nested:hover .supportive-nested-items {
  display: block;
  position: absolute;
  left: 50px;
  z-index: 9999;
  background-color: #303030;
  border: 3px solid white;
  width: 262px;
  margin-left: 0;
  margin-top: -265px;
  max-height: 248px;
  /* bottom: 0px; */
}

.prn-stat-header {
  background-color: #494949 !important;
}

@media screen and (max-width: 1930px) and (min-width: 1900px) {
  .icons-sidebar-nested:hover .supportive-nested-items {
    bottom: 140px;
  }

  /* .supportive-nested-item:hover .supportive-nested-items {
    bottom: 140px;
  } */

  .lg-open-med-nav:hover .supportive-nested-items {
    bottom: 210px;
  }
}


@media screen and (max-width: 2060px) and (min-width: 2000px) {
  .lg-open-med-nav:hover .supportive-nested-items {
    bottom: 180px;
  }

  .lg-med-sidebar:hover .supportive-nested-items {
    bottom: 250px;
  }
}

@media screen and (max-width: 2140px) and (min-width: 2120px) {
  .lg-open-med-nav:hover .supportive-nested-items {
    bottom: 210px;
  }

  .icons-sidebar-nested:hover .supportive-nested-items {
    bottom: 140px;
  }
}

@media screen and (max-width: 2300px) and (min-width: 2380px) {
  .icons-sidebar-nested:hover .supportive-nested-items {
    bottom: 210px;
  }

  .lg-med-sidebar:hover .supportive-nested-items {
    bottom: 400px;
  }
}

@media screen and (max-width: 2580px) and (min-width: 2400px) {
  .icons-sidebar-nested:hover .supportive-nested-items {
    bottom: 340px;
  }

  .supportive-nested-item:hover .supportive-nested-items {
    bottom: 480px;
  }

  .lg-med-sidebar:hover .supportive-nested-items {
    bottom: 530px;
  }
}

@media screen and (max-width: 2890px) and (min-width: 2870px) {
  .icons-sidebar-nested:hover .supportive-nested-items {
    bottom: 340px;
  }

  .supportive-nested-item:hover .supportive-nested-items {
    bottom: 585px;
  }

  .lg-med-sidebar:hover .supportive-nested-items {
    bottom: 630px;
  }
}

@media screen and (max-width: 3840px) and (min-width: 3830px) {
  .icons-sidebar-nested:hover .supportive-nested-items {
    bottom: 340px;
  }

  .supportive-nested-item:hover .supportive-nested-items {
    bottom: 1040px;
  }

  .lg-med-sidebar:hover .supportive-nested-items {
    bottom: 1080px;
  }
}

@media screen and (max-width: 5770px) and (min-width: 5750px) {
  .icons-sidebar-nested:hover .supportive-nested-items {
    bottom: 340px;
  }

  .supportive-nested-item:hover .supportive-nested-items {
    bottom: 1990px;
  }

  .lg-med-sidebar:hover .supportive-nested-items {
    bottom: 2025px;
  }
}

@media screen and (max-width: 7690px) and (min-width: 7670px) {
  .icons-sidebar-nested:hover .supportive-nested-items {
    bottom: 340px;
  }

  .supportive-nested-item:hover .supportive-nested-items {
    bottom: 2920px;
  }

  .lg-med-sidebar:hover .supportive-nested-items {
    bottom: 2965px;
  }
}

.not-part-row,
.new-added-med {
  background-color: #fcffce !important;
}

.pharmacyTableValidation .ant-table-tbody>tr.ant-table-row.not-part-row:hover>td,
.pharmacyTableValidation .ant-table-tbody>tr.not-part-row>td.ant-table-cell-row-hover {
  background-color: #fcffce !important;
}

/* Special Authority Form CSS */

#shery div:first-child {
  padding: 0px;
  padding-left: 15px !important;
}

#shery div:first-child div {
  padding: 20px !important;
}

#shery div:first-child div:first-child {
  padding: 0px;
  padding-left: 0 !important;
}

#shery div:first-child div:first-child label:last-child {
  margin-bottom: 15px;
}

#shery div:first-child div:first-child div:first-child {
  padding: 0px !important;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px !important;
}

#shery div:first-child div:last-child div {
  padding: 0 !important;
}

#shery div:first-child div:first-child div {
  padding: 10px !important;
  margin-top: 10px;
}

#shery div input[type="checkbox"] {
  margin-left: 10px !important;
}

.orange {
  color: orange;
}

.SA-modal-container .ant-modal-body {
  max-height: calc(100vh - 165px);
  overflow-y: auto;
}

#shery label {
  padding-top: 3px;
  padding-bottom: 3px;
}

#shery input[type="checkbox"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
}

#shery input[type="text"] {
  margin-top: 5px;
  width: 30%;
  height: 25px;
}

#shery div div:nth-child(2) {
  padding: 15px !important;
}

#shery div div:last-child {
  padding: 15px !important;
}

#shery div div:last-child div:first-child {
  padding: 15px !important;
  padding-left: 0 !important;
}

#shery div div:nth-child(2) div {
  padding: 15px !important;
  padding-left: 0 !important;
}

#shery div div:nth-child(2) div div:nth-child(2) {
  padding: 15px !important;
  padding-left: 15px !important;
}

/* offline chart start*/
.stat-medications .toggle-cursor p {
  white-space: break-spaces !important;
  text-align: left !important;
}

.stat-medications-prescriber div#Panes>div {
  width: auto !important;
  margin: 0 !important;
}

.stat-medications-prescriber div#Panes>div h2,
.stat-medications-prescriber div#Panes>div h2 span {
  white-space: break-spaces !important;
}

.stat-medications-prescriber span h2 span {
  white-space: break-spaces !important;
}

.stat-medications-prescriber p {
  text-align: left !important;
}

@media print {
  table.stat-medications-table {
    border: 1px solid green;
  }

  .prescriber-comment-span {
    white-space: break-spaces;
  }

  .days-table tbody>tr.data-med>td:nth-child(1) {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
  }
}

.dispance-dilent .ant-select-single.ant-select-show-arrow .ant-select-selection-item {
  font-weight: bold !important;
  color: #212529 !important;
  font-size: 14px !important;
}

/* offline chart End*/

/* QR Modal */
.h1center {
  width: 100% !important;
}

.Qr-container {
  padding: 0rem 1rem 1rem 1rem !important;
}

.Qr-container tr {
  border: 1px solid white !important;
}

.Qr-container div tr {
  text-align: center !important;
}

.Qr-container h3 {
  font-size: 10pt !important;
  font-weight: bold !important;
  text-align: center !important;
}

.Qr-container table tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  padding: 9px;
}

.Qr-container div td {
  text-align: left !important;
}

.checkboxes-as-buttons-at-order {
  font-size: 13;
  border: "none";
  flex: 1;
  border-width: 0.5;
  justify-content: "center";
}

.pharmacy-btns .db-bg-span-prescription {
  max-width: 30px;
  min-width: 25px;
  width: 30px !important;
  max-height: 25px;
  min-height: 25px;
  margin-right: 5px;
  padding: 3px 8px;
  cursor: pointer;
  color: white;
  font-size: 12px !important;
  font-weight: 400px;
  border-radius: 3px !important;
}

.mt-seven {
  margin-top: 7px !important;
}

.button-focus:focus {
  outline: 3px solid #8c72ad !important;
  outline-offset: 3px !important;

}

/* Presccribing Summary Triangle */
.triangle-container {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #1AB02E;
  border-radius: 2px;

}

.triangle {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #1AB02E;
  border-radius: 2px;
}

.text {
  position: absolute;
  top: 70%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 10px;
  font-weight: 700;

}

.required-block {
  font-size: 14px !important;
  color: red;
  font-weight: 700 !important;
  padding: 3px !important;
}

.grid_legend div {
  margin-left: 5px;
}

.grid_legend div span {
  margin: 2px;
}

.grid_legend .applied {
  margin: 2px;
  border-left: 22px solid #ffd6d6
}

.grid_legend .public {
  margin: 2px;
  border-left: 22px solid #F1C0E8;
}

.grid_legend .current {
  margin: 2px;
  border-left: 22px solid #ceffdf;
}

.grid_legend .week {
  margin: 2px;
  border-left: 22px solid #fcffce;
}

/* .ant-select-selection-item {
  white-space: nowrap !important;
  overflow: hidden !important;
  display: flex !important;
  justify-content: center;
  text-overflow: ellipsis !important;
} */
/* ....... */

.order-protocol-filter .regimen-field-label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  white-space: nowrap;
}

.search-protocol-filter .regimen-field-label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  white-space: nowrap;
}

.standing-order-group .regimen-field-label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  white-space: nowrap;
}

.ant-form-item {
  margin-bottom: 10px !important;
}

.placeholder-clr .ant-select-selection-placeholder {
  opacity: 0.6;
  color: #b3b3b3 !important;
}

.masterblood-investigation-buttons {
  align-items: flex-end;
  display: flex;
  flex: 300px 0 0;
}

.masterblood-investigation-search-buttons {
  flex: 1 0 0;
  margin-right: 10px;
  margin-bottom: 10px;
  justify-content: flex-end;
  /* display: flex; */
  padding-top: 20px;
}

.patient-search-container-drawer {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  padding: 10px 15px;
}

.search-protocol-filter .master-blood-and-investigation-field-label {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  /* margin-bottom: 5px; */
  white-space: nowrap;
}

.standing-order-group .master-blood-and-investigation-field-label {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  /* margin-bottom: 5px; */
  white-space: nowrap;
}

.AlertClass {
  width: 600px !important;
}

.apecila-authority-response table tr {
  padding: 3px 0px 3px 0px !important;
}

.SA-orange {
  background-color: #f3850c !important;
}

.pull-right {
  float: right !important;
}

.textareabutton {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.generalinformation {
  width: 100%;
  min-height: 85px !important;
  border: 1px solid #d9d9d9;
  background-color: #f5f5f5;
  color: #7a7a7a;
}

.border-top-zero {
  border-top: 0 !important;
}

.QRwidth {
  width: fit-content;
  font-weight: bold;
}

.prescriber_col {
  width: 100px;
  font-weight: bold;
}

.colored-red-med {
  color: #fb2649;
}

.meddisabled[disabled] {
  color: #4183c4;
  cursor: not-allowed;
}

.order-Saflags-radius {
  border-radius: 8px !important;
  margin-left: 10px !important;
}

.strength-on-presc {
  width: calc(100% - 170px);
}

.display-on-presc {
  margin-top: 30px;
  display: inline-block;
  width: 170px;
  padding: 0px;
  padding-right: 10px;
}

.cycle-overview-h5 {
  font-weight: 600;
  font-size: 17.5px;
}

.cycle-overview-collapse-div {
  padding: 5px 0px 0px 35px;
  /* background-color: #fafafa; */
  /* border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; */
}

.cycleoverview-medicine-div .oca-paragrapgh p {
  background-color: #f3edeb;
  margin: 0px 5px 5px 0px;
  padding: 3px 5px;
  border-radius: 5px;
}

.transcribed-container {
  padding: 0.5px;
  font-size: 15;
  font-weight: 500;
}

.transcribed-btn {
  color: #fff !important;
  font-weight: 400;
  font-size: 0.9rem;
  background-color: #8c72ad !important;
  border: none !important;
  margin-top: 2px;
}

.transcribed-heading .ant-btn {
  height: 25px !important;
  padding: 0px 4px !important;
}

#pageSidebarProtocol {
  min-width: 370px;
  max-width: 370px;
  height: 100%;
  background-color: #303030;
  display: flex;
  flex-direction: column;
  transition-duration: 0.15s;
}

#pageSidebarProtocol.collapsed {
  max-width: 40px;
  min-width: 40px;
  padding-top: 4px;
}

#pageSidebarProtocol.collapsed .search-card-container {
  display: none;
}

#pageSidebarProtocol.collapsed .sidebar-search-container,
#pageSidebarProtocol.collapsed .sidebar-search-pagination {
  display: none;
}

/* .sidebar-main-content
{
  margin: 10px;
} */
/* #pageSidebarProtocol.collapsed  .sidebar-collapse-content h5
{
  display: none;
} */

#pageSidebarProtocol.collapsed .sidebar-collapse-content h5 {
  writing-mode: vertical-lr;
  padding-top: 25px;
  margin: 0px;
  height: 100%;
  cursor: pointer;
}

.bg-font-class {
  font-weight: 14px;
}

#pageSidebarProtocol.collapsed .sidebar-collapse-content {
  padding: 4px 10px;
  background-color: #323232;
  display: flex;
  flex-direction: column-reverse;
}

#pageSidebarProtocol.collapsed .sidebar-close {
  margin-top: 8px;
}

#pageSidebarProtocol.collapsed .sidebar-close:before {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  color: white;
  font-size: 20px;
  margin-right: 1px;
}

#pageSidebarProtocol .sidebar-close:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  color: white;
  font-size: 14px;
}

.trbscribe-container {
  overflow-y: auto !important;
  height: calc(100vh - 300px) !important;
}

.disableColorText .ant-picker-input input:disabled {
  color: #555;
}

.strike-pharmacy-text {
  text-decoration: line-through !important;
  text-decoration-color: red !important;
}

s {
  text-decoration-color: red;
}

.v-middle {
  vertical-align: middle !important;
}

.disabledConcentation .ant-input-number-disabled {
  color: rgba(0, 0, 0, 1);
}

table#fullprescriptionTable tbody tr td {
  vertical-align: middle;
}

.ant-modal-confirm-body-wrapper {
  padding: 15px;
}

.rx-compare-heading,
.rx-compare-heading-takehome {
  height: 45px;
}

.rx-compare-heading div {
  background-color: #8c72ad;
  display: flex;
  align-items: center;
}

.rx-compare-heading-takehome div {
  background-color: #222;
  display: flex;
  align-items: center;
}

.rx-compare-heading div p,
.rx-compare-heading-takehome div p {
  color: white;
  margin-bottom: 0px;
}

.rx-compare-subheading-takehome {
  background-color: #a5d6a7;
  display: flex;
  align-items: center;
  padding: 5px 0px;
}

.compare-rx1-row,
.compare-rx2-row {
  border: 1px solid #dee2e6;
  border-top: 0px;
}

.compare-rx1-row .row,
.compare-rx2-row .row {
  height: 100%;
}

.compare-rx1-row .row>div:nth-child(n + 1),
.compare-rx2-row .row>div:nth-child(n + 1) {
  border-right: 1px solid #dee2e6;
}

.compare-rx1-row .row>div:nth-last-child(1),
.compare-rx2-row .row>div:nth-last-child(1) {
  border: 0px;
}

.card-div .new-card {
  width: 60px;
  height: 20px;
  background-color: #00a3ff;
  color: white;
  font-size: 12px;
  text-align: center;
  padding-top: 3px;
  margin-top: 2px;
}

.disabled {
  pointer-events: none;
  opacity: 0.8;
}

.fxs-home-feature-link {
  height: 100%;
  width: 100%;
  flex-direction: column;
  display: flex;
  padding: 14px 4px 9px 4px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

.fxs-home-feature-name {
  max-width: 100%;
  display: block;
  color: #ffff;
  word-wrap: break-word;
  display: -webkit-box;
  line-height: 17px;
  max-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fxs-home-resource-icon {
  flex: 0 0 auto;
  width: 32px;
  margin-bottom: 9px;
}

.fxs-home-feature-tile {
  height: 90px;
  width: 120px;
  flex: 0 0 auto;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border: 1px solid transparent;
  margin: 0 0 0 7px;
  box-sizing: border-box;
}

.fxs-home-feature-tile:hover {
  background-color: #494949;
  border-color: #ddd;
  box-shadow: 0 3.2px 7.2px 0 #ddd, 0 0.6px 1.8px 0 #ddd;
}

.fxs-home-feature-tile-selcted {
  background-color: #494949;
  border-color: #ddd;
  box-shadow: 0 3.2px 7.2px 0 #ddd, 0 0.6px 1.8px 0 #ddd;
}

.home-default-div {
  max-width: 35px;
}

.request-status-div {
  width: 220px;
}

.request-status-flag {
  min-width: 65px;
  margin-bottom: 5px;
}

/* CSS ENd */

.bg-primaryy {
  background-color: #8c72ad !important;
}

.prescriber-view-container .ant-popover-disabled-compatible-wrapper {
  padding: 0;
  border: 0 !important;
}

.prescriber-view-container .ant-popover-disabled-compatible-wrapper button:disabled {
  height: 32px;
  margin: 0;
  border: none;
}

.check-default span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.del-icon-prescribe {
  padding: 0px;
  border: none;
  background-color: transparent;
  background: none;
  min-height: 16px;
  max-height: 16px;
}

.del-icon-prescribe button {
  background: none;
  background-color: transparent;
  padding: 0;
  border: none;
}

.del-icon-prescribe button:disabled {
  color: Gray;
}

.fixed-header-grid table tr th {
  position: sticky !important;
  top: 0px !important;
  z-index: 98 !important;
}

.partial-bg-green {
  font-weight: 700;
  color: white;
  top: 2px;
  left: 0;
  width: 100%;
  text-align: center;
  min-height: 18px;
  min-width: 26px;
  background-image: url(/assets/img/Diag.png) !important;
  background: none;
  background-position: center;
  background-size: cover;
}

.nav-internal-height {
  width: 100%;
  float: left;
  min-height: 60px;
  max-height: 175px;
  overflow-y: auto;
  scrollbar-color: #8c72ad #303030;
}

.nav-internal-height::-webkit-scrollbar-thumb {
  background-color: #8c72ad;
}

.nav-internal-height::-webkit-scrollbar-track {
  background-color: #303030;
}

#protocolTooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
#protocolTooltip .protocolTooltipText {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
#protocolTooltip .protocolTooltipText::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
#protocolTooltip:hover .protocolTooltipText {
  visibility: visible;
  opacity: 1;
}

.ant-dropdown ul.ant-dropdown-menu {
  max-height: 400px !important;
  overflow-y: auto;
}

.ant-dropdown ul.ant-dropdown-menu li.ant-dropdown-menu-item {
  max-height: 400px !important;
  white-space: break-spaces !important;
}

/* Protocol Cycles Board */

.ProtocolBoardCyclecontainer {
  width: 49.6%;
  background: #f3edeb;
  padding: 20px 5px 0px 5px;
  box-sizing: border-box;
  overflow-y: auto;
  height: 100%;
}

.ProtocolBoardCyclecontainerGrid {
  background: #f3edeb;
  overflow-y: auto;
  max-height: calc(100% - 50px);
  display: grid;
  grid-template-columns: repeat(3, max-content);
  grid-template-rows: auto;
  grid-gap: 10px;
  height: fit-content;
  /* place-items: center; */
  justify-content: center;
}

.ProtocolBoardCycleGridItem {
  background-color: rgba(255, 255, 255, 0.5);
  height: "fit-content";
  width: "fit-content";
  cursor: "move";
}

.notifications-icon .text-danger {
  font-size: 14px;
}

.pharmacyTableValidation.condense-view td {
  vertical-align: top;
}

.custom-status-div {
  max-height: 400px;
  overflow: auto;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-transparent:hover {
  background-color: transparent !important;
}

.pritnat-th-gray {
  background-color: #8d8b8b;
}

.custom-print-bg {
  background-color: #8d8b8b !important;
}

.custom-print-bg th {
  background-color: transparent !important;
  border: none !important;
}

.formularyDosesEyeViewGrid {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: flex-start;
  grid-gap: 10px;
}

.formularyDosesEyeViewGridItem {
  font-size: 15px;
  text-align: start;
  max-width: 100px;
  min-width: 100px;
}

.adminSuggestions {
  width: 450px;
  max-height: 250px;
  height: 250px;
  box-shadow: 0px -2px 5px 0px rgba(133, 133, 133, 0.75);
  -webkit-box-shadow: 0px -2px 5px 0px rgba(133, 133, 133, 0.75);
  -moz-box-shadow: 0px -2px 5px 0px rgba(133, 133, 133, 0.75);
  border-radius: 6px;
  margin-bottom: -480px;
  z-index: 1000;
  position: absolute;
  background: white;
  overflow-y: auto;
  top: 150px;
}

.adminSuggestionsWrapper {
  display: flex;
  width: 100%;
  padding: 20px;
  justify-content: space-between;
}

.adminSuggestionsWrapper:hover {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

#suggestionsPlus {
  color: grey;
  font-size: 16px;
}

.validatee {
  color: red;
  font-weight: 500;
  font-size: 14px !important;
}

.custom-modal .ant-modal-wrap {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}

.bandingTableWeek {
  outline: none;
  width: 100%;
  background-color: white;
  border: 0px;
  border-right: 1px solid #ced4da;
  text-align: center;
  border-radius: 0px;
  padding: 5px 8px;
}

tr.remove-border {
  border-bottom: 1px solid #dee2e6 !important;
}

tr.remove-border:last-child {
  border-bottom: none !important;
}

tr.border-add {
  border-right: 1px solid #dee2e6 !important;
}

.bandingTableWeek {
  outline: none;
  width: 100%;
  background-color: white;
  border: 0px;
  border-right: 1px solid #ced4da;
  text-align: center;
  border-radius: 0px;
  padding: 5px 8px;
}

.custom-vlum-split .ant-input-number-handler-wrap {
  display: none !important;
}

@media print {
  .worklist-printable-view table {
    width: 100%;
  }

  .worklist-printable-view table thead th {
    font-size: 10px !important;
    font-weight: 700;
  }

  .worklist-printable-view table tbody td * {
    font-size: 10px !important;
  }

  .worklist-printable-view table tbody tr:nth-child(8n + 1) {
    page-break-after: always;
  }

  .vitals-sign-view {
    orientation: landscape;
  }
}

/* Start For Progress Notes Print  */
.progressnotes-print-container {
  max-height: 75vh;
  overflow-y: auto;
  width: 100%;
}

.progressnotes-print-table {
  width: 100% !important;
}

.progressnotes-print-table thead {
  text-align: start;
  color: black !important;
  background-color: white !important;
  border: none !important;
  height: 40px !important;
}

.progressnotes-print-table tbody {
  padding: 0px !important;
}

.progressnotes-print-header {
  display: flex;
}

.progressnotes-print-content {
  width: 100% !important;
  display: flex;
  flex-direction: column;
}

.padding-left-right-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.margin-bottom-ten {
  margin-bottom: 10px !important;
}

@media print {
  .progressnotes-print-table {
    width: 100% !important;
  }

  .progressnotes-print-table thead {
    text-align: start;
    color: black !important;
    background-color: white !important;
    border: none !important;
    height: 40px !important;
  }

  .progressnotes-print-table tbody {
    padding: 0px !important;
  }

  .progressnotes-print-header {
    display: flex;
  }

  .progressnotes-print-content {
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
}

/* End of Progress Notes Print */
/* .react-lock-screen__ui {
  width: 300px;
  position: fixed;
  border: 4px solid #333;
  background: #fff;
  text-align: center;
  padding: 16px;
  border-radius: 4px;
  top: calc(30% - 152px / 2);
  left: calc(49% - 300px / 2);
} */

.react-lock-screen__ui {
  width: 50%;
  position: fixed;
  border: 1px solid #333;
  background: #fff;
  /* text-align: center; */
  /* padding: 16px; */
  border-radius: 1px 24px;
  top: calc(30% - 152px / 2);
  left: calc(49% - 50% / 2);
}

.custom-med-div {
  background-color: #f3edeb;
  border-radius: 4px;
  padding: 7px;
}

.custom-modal-status {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 7px;
  border: 1px solid #f0f0f0;
}

.pharmacy-navigate-disable {
  background-color: #f8f9fa;
  padding: 5px 10px;
  color: #a1a1a1;
  min-height: 40px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
}

.fmLabel .ant-form-item-label>label {
  display: flex;
  justify-content: space-between !important;
}

.advance-edit-modal {
  top: 185px !important;
}

.advance-edit-modal .ant-modal-content .ant-modal-body {
  /* max-height: 90vh; */
  height: calc(100vh - 328px);
  overflow-y: auto;
}

.search-bar-dhb {
  background-color: #494949;
  padding: 10px;
}

.dbh-lbl {
  margin-bottom: 0px;
  color: white;
  font-size: 12px;
}


.partial-bg-red {
  font-weight: 700;
  color: white;
  top: 2px;
  left: 0;
  width: 100%;
  text-align: center;
  min-height: 18px;
  min-width: 18px;
  background-image: url(/assets/img/DiagRed.png) !important;
  background: none;
  background-position: center;
  background-size: cover;
}

.take-home-actions {
  max-width: 63px;
}

.w-100 {
  width: 100% !important
}

.bg-light-grey {
  background-color: #EFF3F6 !important;
}

.notes {
  color: #3B71CA;
  cursor: pointer;
}

.spinner-indicato-pharmacy {
  width: 100%;
  transform: translateX(-50%);
}

.loader-spinner-pharmacy.inline {
  color: #020202;
  font-size: 14px;
  margin-top: 5rem;
}

/* overriding the project */
.ant-input-number-input:disabled,
.ant-picker-input>input[disabled] {
  color: #323232 !important;
}

.dhb-configuration-tabs .ant-tabs {
  height: 100%;
  overflow-y: hidden;
}

.dhb-configuration-tabs .ant-tabs .ant-tabs-content-holder {
  height: 100%;
}

.dhb-configuration-tabs .ant-tabs .ant-tabs-content-holder .ant-tabs-content {
  height: 100%;
}

.dhb-configuration-tabs .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane {
  height: 100%;
}

.dhb-table-div .ant-table-wrapper {
  height: calc(100% - 74px);
  overflow-y: auto;


}

.DHB-filters .ant-checkbox-wrapper {
  color: #fff !important;

}

.medAdministration-spinner {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.patientAssessment-spinner {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.presb-multi-comp {
  padding: 20px 40px;
  background: #888;
  height: fit-content;
  width: fit-content;
}

.modal-max-height {
  min-height: 70vh;
}

.ant-popover {
  /* left: auto !important;
  right: 10px; */
  max-width: 500px;
}

/* Added */
.f-13 {
  font-size: 13px;
}

.mtop-2 {
  margin-top: 2px;
}

.flg-p {
  padding: 1px 5px !important;
}

.takehome-row .delta_icon {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-bottom: 3px
}

.takehome-row .w1 {
  min-width: 243px;
  max-width: 270px;
}

.takehome-row .w2 {
  min-width: 300px;
  max-width: 500px;
}

.takehome-row .w3 {
  min-width: 145px;
  max-width: 150px;
}

.takehome-row .w4 {
  min-width: 262px;
  max-width: 400px;
}

.takehome-row .w5 {
  min-width: 160px;
  max-width: 180px;
}

.takehome-row .w6 {
  min-width: 310px;
}

.sso-info {
  color: grey;
  font-weight: 500;
}

.sso-info-divider {
  line-height: 0;
  margin: 10px 0px;
}


.sso-info-divider span {
  color: grey;
  font-weight: 500;
}

.protocol-content {
  display: flex;
  align-items: center;
}

.protocol-content .patient-protocol-container {
  display: flex;
  overflow-x: auto;
  margin-left: 10px;
  margin-right: 10px;
  flex: 1 1 0;
}

.protocol-content .patient-protocol-container::-webkit-scrollbar {
  height: 0px;
}





.password-modal-center {
  position: relative;
  top: 50% !important;
  transform: translateY(-50%);
}

.location-drop-down-enable-scroll {
  max-height: 250px;
  overflow: auto;
}


.unorder-list-style-none {
  list-style: none;
  padding-left: 1rem;
}

.unorder-list-style-none .ticked-list:before {
  content: '✓';
  padding-right: 10px;
  color: #8c72ad;
}

.unorder-list-style-none .ticked-list {
  font-size: 14px;
  font-weight: normal;
  color: #8c72ad;
}

.unorder-list-style-none .dotted-list {
  font-weight: normal;
  font-size: 14px;
  color: red;
}

.unorder-list-style-none .dotted-list:before {
  content: "•";
  padding-right: 15px;
  color: red;
}

.logout-spinner .ant-spin .ant-spin-dot-item {
  background-color: #ffff;
}

.bg-light-green {
  background-image: none;
  background-color: rgb(142, 250, 180) !important;
}

.lookups-link {
  color: #000 !important;
}

.m-15 {
  margin: 15px !important;
}

.error-second-index {
  padding-left: 10px;
}

.pharmacy-worklist-table .rdro-flag-span {
  background-color: #0d6efd;
  color: white;
  font-size: 10px;
  line-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
  max-height: 20px;
  min-height: 20px;
}

.btnDisable {
  color: #666666 !important
}

.popConfirmOk {
  background-color: #8c72ad !important;
  border: none;
  border-color: transparent !important;
}

.popConfirmCancle:hover {
  background-color: white !important;
  color: #8c72ad !important;
  border: 1px solid;
  border-color: #8c72ad !important;
}


.date-measured-gfr>div {
  width: 100%;
}

.pharmacy-comments {
  background-color: #ecddf6;
}

.prescribing-nav-color {
  background-color: #f6efff;
  /* background-color:#bdfbc6; */
  color: #000;
  border-radius: 5px;
}

.clinical-trial-nav-color {
  background-color: #e6efff;
  /* background-color:#bdfbc6; */
  color: #000;
  border-radius: 5px;
}

.med-administration-nav-color {
  background-color: #f5fbff;
  color: #000;
  border-radius: 5px;
}

.pharmacy-nav-color {
  background-color: #f5fff7;
  color: #000;
  border-radius: 5px;
}

/* .pharmacy-dropdown:hover .nav-dropdown-content a:hover{
  background-color:#ecfdfc;
  color: #303030;
} */
.pharmacy-nav-item .pharmacy-dropdown:hover .nav-dropdown-content {
  background-color: #f5fff7;
  color: #303030;
}

.patient-query-nav-color {
  background-color: #f5f7ff;
  color: #800080;
  border-radius: 5px;
}

.system-administration-nav-color {
  background-color: #fff5fa;
  color: #0052a0;
  border-radius: 5px;
}

.help-nav-color {
  background-color: #f5f9ff;
  border-radius: 5px;
}

/* .system-administration-dropdown:hover .nav-dropdown-content .nav-dropright .nav-dropbtn:hover{
background-color: #eff8ff;
} */
.system-administration-dropdown:hover .nav-dropdown-content {
  background-color: #fff5fa;
}

.system-administration-dropdown:hover .nav-dropdown-content .nav-dropright .nav-dropright-content {
  background-color: #fff5fa;
  color: #303030;
}

/* .system-administration-dropdown:hover .nav-dropdown-content .nav-dropright .nav-dropright-content a:hover{
background-color: #eff8ff;
color: #303030;
} */

.help-nav-dropdown:hover .nav-dropdown-content a:hover {
  background-color: #f5f9ff;
  color: #303030;
}

.even-class-prescriber {
  background-color: #f6efff;
}

.even-class-med-admin {
  background-color: #f5fbff;
}

.even-class-pharmacy-validation {
  background-color: #f5fff7;
}

.even-class-patient-query {
  background-color: #f5f7ff;
}

.even-class-system-administration {
  background-color: #fff5fa;
}


.users-table-grid table tbody tr td.ant-table-cell-fix-right {
  background: transparent;
}

.accessrights-table-grid table tbody tr td.ant-table-cell-fix-left {
  /* background: #eff8ff; */
  background: #f5f5f6;
}


.accessrights-table-grid table tbody tr.even-class-system-administration td:first-child {
  background-color: #eff8ff;
}

.accessrights-table-grid table tbody tr.even-class-system-administration:hover td:first-child {
  background-color: #fafafa;
}

.accessrights-table-grid table tbody tr.odd-class td:first-child {
  background-color: #fff;
}

.accessrights-table-grid table tbody tr.odd-class:hover td:first-child {
  background-color: #fafafa;
}

.h-24 {
  height: 24px;
}

.font-16 {
  font-size: 16px !important;
}

.adon-border-radius-right-zero .ant-input-wrapper input.ant-input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.cycle-name-show {
  margin-left: 7px;
}

.MOH-med-history-tbl .ant-modal-content .ant-modal-body {
  max-height: 80vh;
  overflow-y: auto;
}

.protocol-cycle-edit-quill .ql-container {
  height: 135px !important;
}

.protocol-cycle-edit-quill-disabled {
  background: #f5f5f5;
}

.protocol-component-edit-quill .ql-container {
  height: 150px !important;
}

.protocol-component-edit-quill-disabled {
  background: #f5f5f5;
}

.cycleGeneralInfo p {
  display: flex !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
}

.cycleGeneralInfo span {
  color: white !important;
}

.cycleGeneralInfo p span {
  color: white !important;
}

.ant-tooltip-inner p * {
  color: white !important;
}

.flow-sheet-tbl-container {
  flex: 1 0 0;
}


.flowsheet-dates-column {
  flex: 70px 0 0;
  /* width: 70px !important; */
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.09);

  position: relative;
}

.flowsheet-dates-column span {
  text-align: center !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

.flowsheet-body {
  min-height: 45px !important;
  display: flex;
}

.hide-scroll {
  scrollbar-width: thin;
  -ms-overflow-style: none;
}

.hide-scroll ::-webkit-scrollbar {
  width: 0.5em;
}

.hide-scroll ::-webkit-scrollbar-thumb {
  background-color: transparent !important;
}


.flowsheet-column {
  min-height: 36px !important;
}

.flowsheet-column span {
  font-size: 12px;
}

.flowsheet-column-bloods:hover {
  border: 1px solid #F9B208;
  cursor: pointer;
}

.flowsheet-divider {
  flex-grow: 1;
  height: 0.5px;
  background: white;
}

.mid-cycle-icon-container {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mid-cycle-icon-wrap {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.flowsheet-column-wrapper {
  max-height: 36px !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 13px;
  cursor: pointer;
}

.flowsheet-left-column-wrap {
  max-height: calc(100vh - 200px) !important;
}

.flowsheet-overflow-y {
  overflow-y: scroll !important;
}

.doc-thumbnail {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  margin: 0px 10px 15px 0px;
  position: relative;
  cursor: pointer;
}

.doc-thumbnail-wrap {
  border-radius: 5px;
  width: 50px;
  height: 50px;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}

.cycle-prec-name {
  height: 45px;
  border: 1px solid #f0f0f0;
  font-size: 16px;
  border-right: 0;
  padding: 0 15px;
}

ul.header-nav-ul li {
  margin-left: 5px;
  border-radius: 5px;
}

ul.header-nav-ul li:first-child {
  margin-left: 0px;
}

.prescribing-nav-item .active-link {
  background-color: #f6efff !important;
  border-bottom: 3px solid #8c72ad !important;
}

.clinical-trial-nav-item .active-link {
  background-color: #e6efff !important;
  border-bottom: 3px solid #59A7BB !important;
}

.med-admin-nav-item .active-link {
  background-color: #f5fbff !important;
  border-bottom: 3px solid #89A7BB !important;
}

.ant-picker-cell-today,
.ant-picker-cell-selected {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.highlight-today {
  background-color: #1890ff;
  border: 1px solid #1890ff;
  color: white;
  font-weight: 'bold';
}

.font-14 {
  font-size: 14px !important;
}

.highlight-day {
  border: 1px solid #8c72ad;
  font-weight: bold;
  background-color: #F3EDEB;
}

.pharmacy-nav-item .active-link {
  background-color: #f5fff7 !important;
  border-bottom: 3px solid #9AD4A5 !important;
}

.patient-quties-nav-item .active-link {
  background-color: #f5f7ff !important;
  border-bottom: 3px solid #B9B590 !important;
}

.sys-administration-nav-item .active-link {
  background-color: #fff5fa !important;
  border-bottom: 3px solid #AE8298 !important;
}

.help-nav-item .active-link {
  background-color: #f5f9ff !important;
  border-bottom: 3px solid #8497B4 !important;
}

.help-nav-item:hover .nav-dropdown-content {
  background-color: #f5f9ff !important;
}

.prescribing-main-table table tbody tr td:first-child {
  vertical-align: top;
}

.table-valign-top table tbody tr td {
  vertical-align: top;
}

.medicine-schedule-div {
  padding: 10px;
  color: #BBB;
}

.medicine-schedule-div .single-day-div {
  width: calc(100% / 7);
  min-height: 300px;
  position: relative;
  /* background-color: #e2f2ff; */
  border: 1px solid black;
}

.medicine-schedule-div .single-day-div .day-header-div {
  background-color: #8c72AD;
  width: 100%;
  color: white;
}

.calender-main-div .day-date-div {
  background-color: #8c72AD;
  width: 100%;
  color: white;
  max-height: 30px;
}

.day-number-span {
  background-color: #fff;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.medicine-schedule-div .bottom-footer-div {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 25px;
}

.medicine-schedule-div .med-count-div {
  position: absolute;
  bottom: 30px;
  width: 100%;
  min-height: 25px;
  background-color: #f2f1f2;
}

.calender-view-container .month-header {
  padding: 10px;
  display: flex;
  border-bottom: 1px solid #BBB;
}

.medicine-schedule-div .single-date {
  border: 1px solid #ddd;
  height: 200px;
  margin: 0px;
  width: 150px;
  flex: 0 0 calc(100% / 7);
  padding: 20px;
  padding-top: 0px;
}

.medicine-schedule-div label,
.medicine-schedule-div p,
.medicine-schedule-div span {
  font-size: 11px;
  color: black;
  font-weight: 600;
  line-height: 16px;
}


.medicine-schedule-div .inner-data {
  padding: 10px;
}

.medicine-schedule-div .date {
  padding-right: 0px;
  padding-left: 0px;
}

.maintenance-modal {
  top: 30px !important;
}

.maintenance-modal .ant-modal-body {
  height: 80vh;
  overflow-y: auto;
  padding: 15px !important;
  display: flex !important;
  flex-direction: column !important;
}

.medicine-schedule-div .calender-header {
  background-color: whitesmoke;
  color: black;
  display: flex;
}

.medicine-schedule-div .calender-header span {
  font-size: 16px;
  font-weight: 800;
}

.medicine-schedule-div .calender-main-div {
  padding-top: 10px;
  flex-wrap: wrap;
}

.calender-view-icon {
  margin-top: auto !important;
  margin-left: auto !important;
  float: right;
}

.word-break {
  word-break: break-word;
}

.brake-text p {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.general-information-scroll {
  max-height: 150px;
  overflow-y: auto;
}

.current-highlighted {
  background-color: #eaf1fa !important;
}

.completed-highlighted {
  background-color: #2fd1a1 !important;
}

.maintenanceDoseAdjustmentDrawer {
  z-index: 2147483648 !important;
}

.maintenance-dost-checbox .ant-checkbox-group .ant-checkbox-group-item {
  width: auto !important;
}

.cycle-info-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.med-schedule-calendar .react-calendar__tile--active {
  background-color: #fff;
  color: #000;
}

.med-schedule-calendar .react-calendar__navigation__next2-button,
.med-schedule-calendar .react-calendar__navigation__prev2-button,
.med-schedule-calendar .react-calendar__navigation__prev-button,
.med-schedule-calendar .react-calendar__navigation__next-button {
  display: none;
}

.med-schedule-calendar .react-calendar__navigation button {
  pointer-events: none;
  /* background-color: #f0f0f0; 
  color: #999; */
  cursor: not-allowed;
}



#protocolCycleTable {
  width: auto;
  margin: 0 !important;
}



.cycle-drug-row .medicine-name .img-fluid {
  max-height: 25px;
  max-width: 25px;
  margin-right: 10px;
}

#protocolCycleTable tbody tr td.active-test-day {
  background-color: #ffd1d9;
}

#protocolCycleTable .edit-test-dose {
  min-width: 60px;
  max-width: 60px;
}

.dose-col.is-holiday {
  background-color: #fcffce;
}

#protocolCycleTable tbody tr td.is-capizzi {
  background-color: #f1f1f1;
}

/* .med-action-container a {
  font-size: 12px !important;
}

*/
.cycle-day-content .table-heading {
  font-size: 16px !important;
}

.table-header>div {
  margin-left: auto;
}

#protocolCycleTable tbody tr.blood-info-med {
  background-color: #f1f1f1;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 1700px) {
  .medicine-container {
    flex: 200px 0 0;
  }
}

.blood-Drawer {
  z-index: 2147483648 !important;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}

.text-ellipsis:hover {
  overflow: visible;
  /* white-space: normal; */
}

.pres-add-sa-btn span.ant-tag {
  /* float: right; */
  margin-right: 0;
  margin-bottom: 5px;
}

.no-border .ql-container.ql-snow {
  border: none !important;
  margin-top: -10px;
}

.top-infoPrint-div {
  padding: 10px 15px;
  background-color: #eff3f6;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  z-index: 100 !important;
}

.top-infoPrint-div .active-cycle-name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.top-infoPrint-div .active-cycle-name label {
  font-size: 16px;
  font-weight: normal;
}

.top-infoPrint-div .active-cycle-name span {
  font-size: 16px;
}

.med-schedule-calendar .react-calendar {
  line-height: .75em !important
}

.med-schedule-calendar .react-calendar__navigation {
  margin-bottom: 0px !important
}

.calender-main-div .holiDayDiv {
  background-color: rgb(252, 255, 206);
}

.calender-main-div .holiDayDiv.public-holiday {
  background-color: #ffe5e5;
}

.calender-main-div .public-holiday-text {
  color: #fb2649 !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.navigate-schedule-icon {
  font-size: 22px;
}

.patient-info-schedule {
  margin-left: 5rem;
}

.patient-schedule-table tr>* {
  border: 1px solid #ced4da !important;
}

.schedule-print-table thead tr>*:nth-child(n+3),
.schedule-print-table tbody tr>*:nth-child(n+3) {
  text-align: center;
}

.schedule-med-table thead tr>*:nth-child(n+3),
.schedule-med-table tbody tr>*:nth-child(n+3) {
  text-align: left;
}

.patient-schedule-table tr {
  height: 30px;
}

.patient-schedule-table .medicine-name-field {
  min-width: 150px;
}

.calender-view-container .pdf-page-break {
  page-break-after: always !important;
  margin-bottom: 50px;
}

.schedule-print-table tr td:nth-child(2),
.schedule-med-table tr td:nth-child(2) {
  width: 220px;
}

.schedule-print-table tr td:nth-child(1),
.schedule-med-table tr td:nth-last-child(1) {
  width: 40px;
}

.schedule-med-table tr td:nth-child(n+2):not(:last-child) {
  /* width: calc(100vw/16); */
  max-width: calc(100vw / 12);
  min-width: calc(100vw / 12);
}

.schedule-print-table tr td:last-child {
  width: 40px !important;
  align-items: center;
}

.schedule-med-table tr td:nth-child(6) {
  /* width: calc(100vw/5); */
}

.calender-view-container .print-show {
  display: none !important;
}

.calender-view-container table tr {
  height: 50px;
  vertical-align: middle;
}

.calender-view-container .heading-row,
.calender-view-container .heading-row>* {
  background-color: #444;
  color: white;
  font-weight: bold;
  text-align: left !important;
}

.calender-view-container .print-pdf-table>thead>tr>*,
.calender-view-container .print-pdf-table>tbody>tr>* {
  background-color: white !important;
  border: 0px !important;
  color: #222;
  padding: 0px !important;
}

.calender-view-container .cross-container {
  color: white;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-width: 20px;
  background-color: #ef5353;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print {
  .calender-view-container {
    zoom: 55%;
  }

  .calender-view-container .cross-container {
    display: none;
  }

  .patient-schedule-table.pdf-page-break:nth-last-child(n+1) {
    margin-bottom: 0px;
  }

  .schedule-print-table tr>*:nth-child(1),
  .schedule-med-table tr>*:nth-child(1) {
    display: none;
  }

  .schedule-print-table tr td:nth-child(2),
  .schedule-med-table tr td:nth-child(2) {
    font-size: 16px;
  }

  .calender-view-container .print-show {
    display: initial !important;
  }

  .calender-view-container .print-hide {
    display: none !important;
  }

  .calender-view-container .schedule-btn {
    display: none;
  }

  @page {
    margin-bottom: 1cm;
  }

  .patient-schedule-table tr.hide-row {
    display: None;
  }

  .schedule-print-table tr:not(.heading-row) td:last-child,
  .schedule-print-table tr:not(.heading-row) th:last-child {
    display: none;
  }
}

.reactions-print-table {
  min-width: 60%;
}

.site-specific-ins {
  min-height: 100px !important;
  height: 10px;
}

.takehome-med-table tr>*:nth-child(2),
.prnStat-table tr>*:nth-child(1) {
  width: 100px !important;
}

.capizi-modal-container {
  z-index: 1029 !important;
}

.custom-popover-zindex {
  z-index: 2147483648 !important;
}

.capizimodal {
  max-height: 90vh;
  top: 60px !important
}

.headerProtocol-container {
  align-items: flex-start !important;
  padding: 10px !important;
  line-height: 15px !important;
}

.nzf-container {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}

.nzf-container-heading {
  background-color: #f4f4f4;
  color: #5f93c3;
  display: flex;
  padding: 10px 15px;
  font-size: 16px;
}

.nzf-container-body {
  border: 1px solid #f4f4f4;
  padding: 10px 15px;
}

.nzf-legends-container {
  display: flex;
  flex-wrap: wrap;
}

.nzf-alert-width {
  flex: 25% 0 0;
  display: flex;
  align-items: center;
}

.width-230px {
  width: 230px !important;
}

.text-turncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.alert-box {
  width: 10px;
  height: 10px;
  margin-inline: 5px;
}

.alert-size {
  width: 180px;
}

.avoid-alert-bg {
  background-color: #b40406;
}

.adjust-alert-bg {
  background-color: #da6603;
}

.monitor-alert-bg {
  background-color: #ffc800;
}

.information-alert-bg {
  background-color: #7bb63c;
}

.no-action-alert-bg {
  background-color: #fef9f0;
  border: 1px solid black;
}

/* .topical-dempening-alert-bg {
  background-color: #ff0f90;
} */
.worklist-notes-div {
  border: 1px solid #ced4da;
  background-color: #f5f5f5;
  min-width: 250px;
  text-wrap: wrap;
  padding: 5px;
  border-radius: 4px;
}

.compare-takehome-header {
  background-color: #8c72ad;
  color: white;
}

.btn-discontinue-design {
  /* padding: 0px !important; */
  height: 32px !important;
  border: 0px !important;
}

.btn-discontinue-design button {
  height: 32px !important;
  border: 0px !important;
}

.protocol-name-color {
  color: red;
}

.custom-dropdown-uni .ant-select-selection-item {
  font-weight: bolder;
}

.text-wrap-normal {
  white-space: normal !important;
}

.recent-patient-table {
  max-height: 250px;
}

@media (max-width: 1820px) {

  .cappziitable #protocolCycleTable tr th:nth-child(3),
  .cappziitable #protocolCycleTable tr td:nth-child(3) {
    left: 389px !important;
  }
}

@media (max-width: 1700px) {

  .cappziitable #protocolCycleTable tr th:nth-child(3),
  .cappziitable #protocolCycleTable tr td:nth-child(3) {
    left: 389px;
  }
}

@media (max-width: 1550px) {

  .cappziitable #protocolCycleTable tr th:nth-child(3),
  .cappziitable #protocolCycleTable tr td:nth-child(3) {
    left: 389px;
  }
}

@media print {
  .ant-table-body {
    overflow-y: auto;
    max-height: 100% !important;
    min-height: 100% !important;
  }

  .scroll_issue table thead tr th:last-child {
    display: none !important;
  }

  .scroll_issue .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-body {
    overflow-y: hidden !important;
  }

}

.ant-input.error-textarea {
  border: 1px solid red !important;
}

.add-input .ant-input-number {
  width: 130px !important;
}

.generate-order-csv-btn[disabled] {
  opacity: 0.65 !important;
}

.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: green;
  margin-top: -13px;
  margin-left: 3px;
}

.tick {
  color: white;
  font-size: 8px;
  font-weight: bold;
}

.ant-drawer {
  margin-top: 50px;
  height: calc(100% - 50px);
}

.ant-patient-drawer {
  margin-top: 179px;
  /* When register drawer open from outer patient list */
  height: calc(100% - 179px);
}

body:has(.patient-header) .ant-drawer {
  margin-top: 200px !important;
  height: calc(100% - 200px) !important;
}

.cap-drawer {
  margin-top: 0px;
  height: 100%;
}

.autosize {

  height: auto;
}

.nzeps-container div table {
  margin-bottom: 10px;
}

.space-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.space-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.w-150 {
  width: 150px;
}


.notes-btn-pharmacy:focus,
.notes-btn-pharmacy:hover {
  color: black !important;

}

.btn-purple-shadow-none {
  background-color: #8c72ad !important;
  border: 0px solid #8c72ad !important;
  box-sizing: border-box;
  color: white !important;
  border-radius: 2px solid #8c72ad !important;

}

.ant-dropdown-wrap .ant-select-selection-item {
  white-space: normal !important;
  line-height: 25px !important;
}

.ant-dropdown-wrap .ant-select-selector {
  height: initial !important;
  min-height: 32px;
}

.ant-dropdown-wrap .ant-select-item-option-content {
  white-space: normal !important;
}

.disable-icon-btn {
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 0 !important;

}

.disable-icon-btn button {
  background-color: #8c72ad !important;
  border: 1px solid #8c72ad !important;
  height: 30px;
}

.disable-icon-btn:disabled {
  border: 0px solid #8c72ad !important;
}


.disable-icon-btn button:disabled {
  pointer-events: none;
  opacity: .65;
  border: 0px solid #8c72ad !important;
}

.left-modal-ProgressNotes {
  position: fixed !important;
  top: 5% !important;
  right: 20px !important;
  /* -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important; */

}

.clinical-summary-updated-on {
  margin-left: auto;
}

@media screen and (min-width: 2000px) {
  .left-modal-ProgressNotes {
    top: 10% !important;
    right: 100px !important;
  }
}

/* 
.ctm-btns {
  box-sizing: border-box;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  margin-right: 2px;
  padding: 6px 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 0px solid #d9d9d9;
  border-radius: 4px;
  opacity: 1;
  transition: all 0.3s;
  height: 32px;
  min-height: 32px;
  max-height: 37px;
}

*/
.ctm-btns:hover {
  color: white;
}

.lineheight-28 {
  line-height: 28px !important;
}

.width-170px {
  width: 170px
}

.worklist-tabs .custom-highlight {
  font-weight: 900 !important;
  font-size: 15px;
  color: red;
}

.icon-blue {
  margin-left: 5px;
  color: blue;
}

.disable-not-consent-color {
  background-color: #fe5772;
}

.text-resolution {
  display: inline-block;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

@media(min-width: 1400px) {
  .text-resolution {
    max-width: 80%;
  }
}

.field_set {
  border-color: #8C72AD !important;
  border-style: solid !important;
}

.text_size {
  font-size: 16px !important;
}

.hold-ant-tag {
  padding: 0 6px !important;
  font-size: 15px !important;
}

.admin-tags {
  gap: 2px !important
}

.lineheight-20 {
  line-height: 20px !important;
}

.cycle-day-content .ant-tabs-top>.ant-tabs-nav,
.cycle-day-content .ant-tabs-bottom>.ant-tabs-nav,
.cycle-day-content .ant-tabs-top>div>.ant-tabs-nav,
.cycle-day-content .ant-tabs-bottom>div>.ant-tabs-nav {
  margin: 0 0 8px 0 !important;
}


table#protocolCycleTable thead tr th {
  position: sticky;
  top: 0;
}

.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.PrintOnly {
  display: none !important;
}

.calander-header-onlyprint {
  display: none;

}

@media print {

  @page {
    size: A3 landscape;
  }

  .dontPrint {
    display: none !important;
  }

  .PrintOnly {
    display: block !important;
  }

  .calender {
    zoom: 1.1;
  }

  .calander-header-onlyprint {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px !important;
    font-weight: bold;
    font-size: 24px !important;
    background-color: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    /* margin-bottom: 40px; */
  }

  .calender-main-div>div:nth-child(22n) {
    /* page-break-after: always; */
  }

  .medicine-schedule-div {
    margin-top: 40px;
    page-break-inside: avoid;
  }

  .calender-main-div>*:nth-child(n + 29) {
    /* margin-top: 40px; */
  }

}

.study-flag-span {
  background-color: #fb2649;
  color: white;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
}


.prescribingtabs-container .ant-tabs-content-holder,
.prescribingtabs-container .ant-tabs-content-holder .ant-tabs-content,
.prescribingtabs-container .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane,
.prescribingtabs-container .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .tab-content,
.prescribingtabs-container .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .tab-content .tab-pane {
  height: 100%;
}

.flag-link-two {
  text-decoration: none !important;
  min-height: 32px;
  max-height: 37px;
  width: fit-content;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 5px 0px 5px;
  border-radius: 3px;
  color: white;
  align-items: center;
}

.prescriber-edit {
  height: 34px;
}

.prescriber-edit button {
  height: 34px;
  padding-top: 3px;
  border-radius: .2rem;
}

.pharmacy-worklist-table .max-width-dose {
  max-width: 150px !important;
}

.diagnosis-header-symtpums {
  display: flex;
  min-width: 0;
  max-width: 300px;
}

.diagnosis-header-symtpums span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1 0 0
}

.no-print {
  display: none;
}


#bloodinvestigationtble tr th:nth-child(1),
#bloodinvestigationtble tr td:nth-child(1) {
  width: 115px;
  max-width: 115px;
  min-width: 115px;
}

#bloodinvestigationtble td.sticky-left,
#bloodinvestigationtble th.sticky-left {
  position: sticky;
  left: 0px;
  z-index: 40;
  background-color: white;
}

#bloodinvestigationtble tr th:nth-child(2),
#bloodinvestigationtble tr td:nth-child(2) {
  width: 270px;
  max-width: 270px;
  min-width: 270px;
  left: 115px;
}

#bloodinvestigationtble {
  margin: 0 !important;
}

#bloodinvestigationtble {
  border-collapse: separate;
  border-spacing: 0;
}

#bloodinvestigationtble tr td.sticky-inevstigation2 {
  width: 270px;
  max-width: 270px;
  min-width: 270px;
  left: 115px;
}

.w-80-px {
  width: 90px !important;
}

.w-60-px {
  width: 60px !important;
}

.w-35-px {
  width: 35px !important;
}

.allocation-span {
  color: orange;
  font-size: 18px !important;
  font-weight: bold;
  margin-bottom: -5px;
  margin-left: 5px;
}

.border-color-red-cap {
  border-color: red !important;
  border-width: 3px !important;
  border-style: solid !important;
}

.ant-drawer.maintaince_Drawer_Dose {
  margin-top: 22px;
  height: calc(100% - 22px);
}

.summary-checkbox span {
  color: white !important;
}

.highlight-row {
  background-color: #f0f0f0;
  /* or any other color you prefer */
}

.pharmacy-worklist-table .med-generateOrder-rows .field-col {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
}

.pharmacy-worklist-table .med-generateOrder-rows .status-col {
  min-width: 120px;
  max-width: 120px;
  width: 12px;
}

.user-filter-btns {
  font-size: 13px;
  border: none;
  border-right: 1px solid #d8d8d8;
  flex: 1;
  border-width: 0.5px;
  justify-content: center;
}

.MedicationAdditionalInformation .form-group {
  margin-bottom: 0px !important;
}

.ant-picker-today-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* Make it full width */
  /* padding: 10px; /* Add some padding */
  cursor: pointer;
  /* Show pointer on hover */
  /* background-color: #f0f0f0; /* Background color */
  border-radius: 4px;
  /* Rounded corners */
  transition: background-color 0.3s;
  /* Smooth transition */
}

.ant-picker-today-btn:hover {
  /* hower color when 
  background-color: #e6f7ff; 
  /* Change color on hover */
}

.prescribing-cycle-div {

  width: 100% !important;
  max-width: 100% !important;
}

.prescribing-cycle-div .cycle-div-prescribing {
  /* min-width: 250px; */
  /* height: 40px; */
  cursor: pointer;
  align-items: center;
  border-radius: 5px;
  margin-right: 5px;
  /* color: #fff */
}



/* Container for the tab card */
.tab-card {
  position: relative;
  /* width: 300px; */
  /* height: 200px; */
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
  /* Adding shadow */
  /* overflow: hidden; */
  border: 1px solid #ddd;
  transition: box-shadow 0.3s ease-in-out;
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3), 0 8px 16px rgba(0, 0, 0, 0.15); */
  /* Smooth transition for shadow */
}

/* Container shadow effect on hover */
.tab-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3), 0 8px 16px rgba(0, 0, 0, 0.15);
  /* Deeper shadow on hover */
}

/* Tab bar at the top */
.tab-card .tab-bar {
  display: flex;
  position: absolute;
  top: -20px;
  /* Adjust this to lift the tabs slightly */
  left: 0;
  right: 0;
  justify-content: center;
  background-color: #f7f7f7;
  border-radius: 8px 8px 0 0;
  padding: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Optional: shadow for the tab bar */
}

/* Tab items */
.tab-card .tab-bar .tab-item {
  padding: 8px 16px;
  margin: 0 5px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

/* Active tab item */
.tab-card .tab-bar .tab-item.active {
  background-color: #007bff;
  color: white;
}

/* Tab content */
.tab-card .tab-content {
  padding: 20px;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  color: #fff
}

.table-internal-height {
  padding-left: 40px;
  width: 100%;
  float: left;
  min-height: 60px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #8c72ad #f3f3f3;
}

.table-internal-height table thead tr th {
  position: relative !important;
  font-weight: 500 !important;
}

.table-internal-height table thead tr th:not(:last-child)::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6em;
  background-color: #fff !important;
  transform: translateY(-50%);
  transition: background-color 0.3s;
  content: '';
}

.ant-notification {
  z-index: 999999 !important;
}

.prescribing-cycle-days {
  height: 100%;
  white-space: pre-line;
  vertical-align: middle;
  /* max-width: 120px; */
  text-align: center;
  font-weight: 700 !important;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.prescribing-cycle-days-column {
  height: 100%;
  white-space: pre-line;
  vertical-align: middle;
  /* max-width: 120px; */
  text-align: center;
  font-weight: 700 !important;
}

.mytable .ant-table table {
  width: auto !important;
  min-width: 80px !important;
  max-width: 100% !important;
}

.mytable .ant-table-body {
  /* scrollbar-width: none; */
}

.cycle-scroll-container {
  display: flex;
  overflow-x: auto;
  /* Ensure horizontal scrolling */
  white-space: nowrap;
  /* Prevent wrapping */
}

.cycle-div-prescribing {
  flex: 0 0 auto;
  /* Ensure items don't shrink */
  margin-right: 10px;
  /* Add spacing between items */
}

.ant-table-cell.ant-table-cell-scrollbar {
  display: none !important;
}

.cell-prescribing-trigger {
  min-height: 100px;
  /* background-color: blanchedalmond; */
  /* display: flex; */
  /* align-items: center;
   */
  align-content: center;
}

.w-auto-capizi-td {
  width: auto !important;
  max-width: inherit !important;

}

.rangeCheckBox .ant-checkbox-wrapper {
  margin-bottom: -25px !important;
}

.prescribing-detail-grid .ant-table-content {
  min-height: 175px;
  /* overflow: auto;
                      overflow-x: auto; */
}

/* 
.prescribing-detail-grid .ant-table-container .ant-table-sticky-scroll {
              display: none;
            
}

*/
.prescribing-detail-grid .ant-table-container .ant-table-body {
  /* overflow-x: hidden !important; */
}

.add-diagnosis-tabs .ant-tabs-content-holder {
  height: 100%;
  overflow-y: hidden;
}

.add-diagnosis-tabs .ant-tabs-content-holder .ant-tabs-content {
  height: 100%;
  overflow-y: hidden;
}

.add-diagnosis-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane {
  height: 100%;
  overflow-y: hidden;
}

.add-medicine-drawer {
  height: calc(100% - 45px) !important;
  margin-top: 45px !important;
}

.month-title-calendar {
  font-size: 18px;
  font-weight: 700;
}

.cycle-days-width-90 {
  min-width: 90px !important;
  max-width: 90px !important
}

.cycle-days-width-120 {
  min-width: 125px !important;
  max-width: 125px !important
}

.protocol-text {
  font-size: 16px;
  color: red;
  font-weight: bold;
}

.free-text-div .quill {
  width: 100%;
}

.free-text-div .ql-container {
  height: 70px !important;
}

.custom-accordion-body {
  padding: 0;
  border: none;
}


.calender-main-div .cycle-bg-0 {
  background-color: #f1f8e9;
}

.calender-main-div .cycle-bg-1 {
  background-color: #e3f2fd;
}

.calender-main-div .cycle-bg-2 {
  background-color: #fff3e0;
}

.calender-main-div .cycle-bg-3 {
  background-color: #fce4ec;
}

.calender-main-div .cycle-bg-4 {
  background-color: #ede7f6;
}

.calender-main-div .cycle-bg-5 {
  background-color: #fffde7;
}

.calender-main-div .cycle-bg-6 {
  background-color: #e8f5e9;
}

.calender-main-div .cycle-bg-7 {
  background-color: #f9fbe7;
}

.calender-main-div .cycle-bg-8 {
  background-color: #f3e5f5;
}

.calender-main-div .cycle-bg-9 {
  background-color: #e0f7fa;
}

.medicine-schedule-div p {
  margin-bottom: 0px !important;
}

.margin-top-fourty {
  margin-top: 45px;
}

/* For Merge Patient GUI */
.patient-card .ant-card-head {
  background: #8c72ad !important;
  /* purple */
  color: #fff !important;
  font-weight: 600 !important;
  padding: 4px 12px !important;
  min-height: 34px !important;
}

.patient-card .ant-card-head-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  /* title left, extra right */
  width: 100%;
}

.patient-card .ant-card-head-title,
.patient-card .ant-card-extra {
  padding: 0 !important;
  margin: 0 !important;
}

.patient-card .ant-card-head-title {
  color: #fff;
}

.patient-col-padding {
  padding: 0 12px !important;
  /* Left & right gap */
}

.patient-merge-btn-div {
  padding: 0 12px !important;
  margin-top: 10px !important;
  text-align: right !important;
}

.merge-patient-table .ant-table-wrapper .ant-table-pagination {
  position: sticky;
  /* sticky karega table ke andar */
  bottom: 0;
  /* hamesha neeche rahe */
  background: #fff;
  /* background set karo warna overlap hoga */
  padding: 8px 16px;
  /* thoda spacing */
  border-top: 1px solid #f0f0f0;
  /* separator line */
  z-index: 2;
  /* overlap na ho is liye */
}

.customTextarea-applyto.disabled-style {
  max-height: 120px;
  overflow-y: auto;
  background-color: #f5f5f5;
  color: #6c757d;
  padding: 8px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: not-allowed;
}

textarea.ant-input-status-error
{
  border-color: #ff4d4d !important;
}