body {
  /* overflow: hidden; */
  min-height: 100vh;
  color: #111b21 !important;
}

html {
  height: 100vh;
}

html,
body {
  overflow: auto !important;
}
fieldset .field-object {
  width: 100% !important;
}
fieldset #root__title {
  width: 100% !important;
}
#root {
  height: 100%;
}

.mainsection {
  margin: 1rem;
}

.searchform {
  border-radius: 5px;
}

.cpage-title {
  font-size: 1.5rem !important;
}

.lbtn {
  text-align: left;
}

.fbtn {
  text-align: right;
}

.plist {
  padding: 0px !important;
}

.pcard {
  border-radius: 0px !important;
  box-shadow: none !important;
}

.pname {
  /*  font-size: 18px !important; */
  font-weight: 500;
}

.cpointer {
  cursor: pointer;
}

.cont {
  margin-top: 5px;
}

.bg {
  background-color: white;
}

.hpcol {
  flex: 0 0 100%;
  max-width: 100%;
}

.input-group {
  width: 100% !important;
}

.floatingbtn {
  position: absolute;
  /* bottom:40px;
    right:40px; */
  right: 20px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 1;
}

.ag-style {
  /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important; */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.appdate {
  padding-top: 1rem !important;
}

.pad-left {
  padding-left: 2rem !important;
}

.backgrnd-filter {
  /* backdrop-filter: blur(5px) */
  background-color: #dddfdf !important;
}

.border-rad-bottom {
  border-bottom-left-radius: 0.45cm !important;
  border-bottom-right-radius: 0.45cm !important;
  border-top-left-radius: 0.45cm !important;
  border-top-right-radius: 0.45cm !important;
}

.z-index-1500 {
  z-index: 1500 !important;
}
#bornon {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-transform: capitalize;
}
#we {
  background-color: #1976d2;
  box-shadow: -1px 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
}
.date-picker-wrapper {
  display: flex !important;
  flex-direction: column !important;
}

.bordernull {
  border: 0 !important;
}

.modalmn {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}

.pres-layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}

.pres-layout > div:first-child {
  flex: 0 1 auto;
}

.pres-layout > div:nth-child(2) {
  flex: 0 1 78%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.pres-layout > div:last-child {
  flex: 0 1 10%;
  border-top: 1px solid #e9edef;
  display: flex;
}

.modal-main {
  position: fixed;
  background: white;
  width: 80%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-body {
  overflow-y: auto;
  max-height: 430px;
}

.btnspc {
  margin-right: 5px;
}

.bbtn {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.cbtn {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}

.btns-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tcol {
  color: #5a6169 !important;
}

.customnavlinks {
  background-color: white;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.topright {
  position: absolute;
  right: 30px;
  top: 0;
  color: black;
  padding-right: 5px;
  cursor: pointer;
}

.topright1 {
  position: absolute;
  right: 22px;
  top: 75px;
  color: black;
  padding-right: 5px;
  cursor: pointer;
}

.flabel {
  font-weight: 700;
}

.scontent {
  border: none;
  width: 100%;
}

.ansection {
  display: flex;
  justify-content: flex-end;
}

.sheader {
  border: none !important;
}

.sheader:focus {
  outline: none !important;
  border-color: white !important;
  box-shadow: none !important;
}

.bbtm {
  border-bottom: 1px solid #e1e5eb;
}

.nmbtm {
  margin-bottom: 0px !important;
}

.btns {
  display: flex;
}

.ptop {
  padding-top: 20px;
}

.preview {
  /* display: flex; */
  justify-content: center;
  font-size: large;
  color: #5a6169;
}

.docvisit {
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 992px) {
  .hpcol {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 776px) {
  .input-group {
    width: 100% !important;
  }
}

.thead {
  font-weight: bold;
  text-align: "-webkit-match-parent";
  vertical-align: bottom;
  padding: 0.75rem;
}

.tbody {
  padding: 10px;
}

/* Searchable Dropdown box style */
.dropdown {
  position: relative;
  color: #333;
  cursor: default;
}

.dropdown .arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: " ";
  display: block;
  height: 0;
  margin-top: 0.3rem;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0;
}

.dropdown .arrow.open {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.dropdown .selected-value {
  line-height: 1.5;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: default;
  outline: none;
  padding: 8px 52px 8px 10px;
  transition: all 200ms ease;
  width: 100%;
}

.dropdown .options {
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}

.dropdown .options.open {
  display: block;
}

.dropdown .option {
  box-sizing: border-box;
  color: rgba(51, 51, 51, 0.8);
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

.dropdown .option.selected,
.dropdown .option:hover {
  background-color: #f2f9fc;
  color: #333;
}

.loginDiv {
  margin-top: 10px;
}

.verticalCenter {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.x_panel {
  position: relative;
  width: 100%;

  margin-bottom: 20px;
  padding: 10px 20px;
  display: inline-block;
  background: #fff;
  border: 1px solid #e6e9ed;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  opacity: 1;
  transition: all 0.2s ease;
}

.x_title {
  border-bottom: 2px solid #e6e9ed;
  padding: 1px 5px 6px;
  margin-bottom: 10px;
}

.x_content {
  padding: 0 5px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px;
}

.clearfix:after,
form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.actionBar {
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 10px 5px;
  text-align: center;
  margin-top: 10px;
}

.jce {
  justify-content: flex-end !important;
}

.navlabel {
  font-weight: 500;
  font-size: 20px;
}

.btn-left-align {
  text-align: left;
}

/* Login Page background Styles */
.shard {
  will-change: transform;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 40px;
  z-index: 1;
  width: 280px;
  animation: float 7s ease-in-out infinite;
  z-index: 2;
}

.welcome {
  background: #fff;
  height: 100vh;
  text-align: left;
  overflow: hidden;
  position: relative;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.success-msgstrip {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0px 15px;
  height: 40px;
  background: #b0f3c0;
  border-radius: 9px;
  left: 0px;
  margin: 0px 0px 28px 0px;

  border: 1px solid transparent;
  border-color: #bee5eb;
}

.error-msgstrip {
  display: flex;
  align-items: center;
  width: 97%;
  padding: 0px 15px;
  height: 51px;
  background: #ff000c;
  border-radius: 9px;
  left: 0px;
  margin: 0px 0px 28px 15px;

  border: 1px solid transparent;
  border-color: #ff0023;
}

.success-msg,
.error-msg {
  color: black;
  font-size: 12px;
}

@media (max-width: 550px) {
  .welcome:before {
    left: -35%;
  }
}

@media (max-width: 750px) {
  .welcome:before {
    left: -30%;
  }
}

@media (max-width: 750px) {
  .welcome:after {
    right: -17%;
  }

  /* .template-form .btn-save{
      left: 0% !important;
  } */
}

.welcome:before {
  left: -15vw;
  top: -30%;
  background: #fff;
  background: -moz-linear-gradient(left, #e2e7ef 0, #fff 100%);
  background: -webkit-linear-gradient(left, #e2e7ef 0, #fff 100%);
  background: linear-gradient(to right, #e2e7ef 0, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e7ef', endColorstr='#ffffff', GradientType=1);
}

.welcome:after {
  right: -5vw;
  top: -15%;
  background: #fff;
  background: -moz-linear-gradient(left, #fff 0, #e2e7ef 100%);
  background: -webkit-linear-gradient(left, #fff 0, #e2e7ef 100%);
  background: linear-gradient(to right, #fff 0, #e2e7ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e7ef', GradientType=1);
}

.welcome:after,
.welcome:before {
  content: "";
  position: absolute;
  width: 50vw;
  height: 80vh;
  transform: rotate(-25deg);
  z-index: 1;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.welcome .inner-wrapper {
  position: relative;
  z-index: 3;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.slide-in {
  will-change: transform;
  opacity: 0;
  transform: translateY(50%);
  transition: transform 850ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
    opacity 850ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.visible {
  visibility: visible !important;
}

.slide-in.visible {
  transform: translateY(0);
  opacity: 1;
}

.menu-head {
  padding: 0px !important;
  border-right: 1px solid #ddcfcf;
  max-width: 100% !important;
}

.menu-head-content {
  flex: 0 0 85%;
}

.menu-head-icon {
  flex: 0 1 15%;
  display: flex;
  justify-content: flex-end;
}

.menu-content {
  background-color: #f0f2f5;
  flex-direction: column;
}

.menu-search {
  border-radius: 20px !important;
}

.pres-modal-main {
  position: fixed !important;
}

.modal-actions {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.list-left-menu {
  flex: 0 1 30%;
  /*   position: fixed !important;
  top: 0;
  left: 0;
  width: 30% !important;
  right: 0; */
}

.list-content-panel {
  flex: 0 1 70%;
  display: flex;
  flex-direction: column;
  height: 100%;
  /*  width: 100%;
  margin-left: 30%;
  position: relative;
  overflow: hidden; */
}

.list-content-panel.adjust-width {
  flex: 0 1 50%;
}

.patient-desc {
  flex: 0 1 20%;
}

.newPatient {
  flex: 0 1 50%;
}

.downloadReport {
  flex: 0 1 10%;
}

.list-layout-header {
  /* position: fixed;
  left: 30%; */
  position: relative;
  left: 0;
  right: 0;
  /* z-index: 500; */
  /* width: 100%; */
}

.pres-layout-basic-info {
  /* position: fixed;
  left: 30%; */
  z-index: 999;
  /* width: 35%; */
}

.layout-content {
  /*  max-height: 16%; */
  /*  max-height: 40%;  */
  overflow: auto;
  /* padding-top: 75px; */
  background-image: url(bg3.png);
  /* position: relative;
  top: 75px; */
  /* border: 1px solid black; */
  /* height: 100%; */
}

.left-list-patient {
  /* max-height: 474px; */
  overflow: auto;
}

.list-layout-footer {
  /* position: fixed;
  left: 30%; */
  /* position: fixed;
  left: 30%;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 70%; */
}

.pres-layout-basic-footer {
  /* position: fixed; */
  left: 30%;
  /* right: 0; */
  bottom: 0;
  z-index: 999;
  /* width: 35%; */
}

.attch-options {
  position: absolute;
  /* bottom: 50px; */
  bottom: 0px;
  left: 45px;
}

.attchlist {
  position: absolute;
  bottom: 0px;
  z-index: 1000;
  box-sizing: initial;
  width: 53px;
  pointer-events: all;
  transform-origin: left top;
  /* left: -5px;   */
  left: 10px;

  animation: mymove 1s;
  /* animation: mymove 5s linear; 
  -webkit-transition: width .35s ease-in-out;
  transition: width .35s ease-in-out;
  animation-timing-function: linear;
  animation-delay: -1s; */
}

/*added on 26-03-2025 */
/* Mobile: Keep width as 53px */
@media (max-width: 768px) {
  .attchlist {
    width: 53px;
    /* overflow-x: scroll; */
  }
  .attchlist ul li:focus,
  .attchlist ul li:focus-visible,
  .attchlist ul li:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }
  .attchlist ul li button {
    outline: none;
    border: none;
    box-shadow: none;
  }
}

/* Reverting attchlist ul changes */
.attchlist ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;

  /* Responsive gap */
  gap: clamp(25px, 2vw, 30px);
}
.attchlist ul li:focus,
.attchlist ul li:focus-visible,
.attchlist ul li:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.attchlist ul li button {
  outline: none;
  border: none;
  box-shadow: none;
}

/*----*/

/* @keyframes mymove {
  0% {
      opacity: 0;
      bottom: -86px;
  } 
  100% {
      opacity: 1;
      bottom: 0px;
  }
} */

@keyframes mymove {
  0% {
    opacity: 0;
    left: -86px;
  }

  100% {
    opacity: 1;
    left: 0px;
  }
}

.options-list {
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #1bd7d3;
  border-radius: 50%;
}

.ul-list {
  display: flex;
  /* flex-direction: column-reverse; */
}

.type {
  flex: 0 0 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.consult,
.all {
  flex: 0 0 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid;
}

.type.selectedtab {
  color: #171818;
  background: lightgray;
}

.patinet-tab {
  background-color: #f0f2f5;
  cursor: pointer;
  justify-content: center;
}

.layout-head-content {
  flex: 0 1 90%;
}

.pres-header {
  flex: 0 1 5%;
  /*   position: relative;
  left: 0;
  right: 0;
  z-index: 99999; */

  /*     width: 100%;
  top: 0%;
  position: absolute; */
}

.pres-footer {
  flex: 0 1 5%;
  /* position: relative; */
}

.patient-basic {
  max-height: 800px;
  overflow: scroll;
}

.basic-layout-header {
  position: fixed;
  left: 65%;
  right: 0;
  z-index: 999;
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
   max-height: 877px;*/
}

.basic-close {
  flex: 0 0 25%;
}

.basic-header-title {
  flex: 0 0 75%;
}

.pres-with-basic {
  flex: 0 1 90%;
  /*   max-height: 80%;
  min-height: 80%;
  top: 15%; */

  /*   max-height: 20%;
  top: 70px; */
  /* position: relative; */
  overflow: auto;
  background-image: url(bg7.jpg);
  background-size: cover;
}

.pres-img {
  width: 300px;
}

/* ::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-thumb {
  background: #c7bcbc; 
  border-radius: 10px;
} */
/* Track */
/*  ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
} */

.img-name {
  align-items: center;
}

.patient-img {
  height: 40px;
  width: 40px;
}

.patient-sec {
  align-items: center;
}

.img-disp {
  border-radius: 50%;
}

.patient-cont-sec {
  justify-content: center;
}

.patient-cont-img-name {
  flex-direction: column;
  align-items: center;
}

.patient-lastvisit {
  /* display: flex;
  align-items: center;
  justify-content: center; */

  box-sizing: border-box;
  display: flex;
  justify-content: center;
  max-width: 100% !important;
  font-size: 12.5px;
  line-height: 21px;
  color: #54656f !important;
}

.patient-lastvisit-date {
  /*   border-radius: 12%;
  padding: 6px;
  background: white; */

  padding: 5px 12px 6px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  background-color: hsla(0, 0%, 100%, 0.95);
  border-radius: 7.5px;
  box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
}

/* .template-form{
  max-height: 480px;
  overflow-y: auto;
} */

.template-form .btn {
  position: fixed;
  bottom: 10px;
  right: 5%;
}

.hide-submit .btn {
  display: none !important;
}

.rjsf > div > button.btn {
  color: #fff;
  background-color: #1976d2;
  border-color: #006fe6 !important;
  box-shadow: 0 5px 15px rgb(0 0 0 / 5%), 0 4px 10px rgb(0 123 255 / 25%) !important;
}

legend {
  font-size: 1rem !important;
}

/*zoom*/
.card-body .note-card {
  height: auto !important;
  padding: 6px;
  min-width: 130px;
  max-width: 40%;
  /* min-height: 20px; */
}

.bubble-arrow:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
  border-bottom: 0px solid transparent;
  left: -7px;
  top: 0px;
}

.join-meeting {
  color: white !important;
  font-size: 12px !important;
}

#zmmtg-root {
  display: none;
}

.zoom-meet-section {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 70% !important;
  right: 0;
}

.zoom-content-panel {
  top: 0;
  left: 0;
  width: 70% !important;
  right: 0;
}

.zoom {
  height: 100vh;
}

.add-new-card {
  position: absolute;
  bottom: 0px;
  width: 80%;
  justify-content: center;
  margin: 10px;
}

#zmmtg-root {
  background: red;
  width: 66.6% !important;
}

#zoom-meeting {
  /* display: none; */
}

#zmmtg-root #content_container {
  height: 625px !important;
  /*  width: 910px  !important; */
  width: 100% !important;
}

.align-middle.av-preview-container {
  /*  width: 750px  !important; */
  width: 100% !important;
}

#zmmtg-root .media-preview-container {
  margin: 10px 0px 0px 0px !important;
}

#zmmtg-root .meeting-client {
  width: 56% !important;
}

#zmmtg-root .meeting-client .meeting-client-inner {
  width: 66.6% !important;
}

#zmmtg-root .meeting-client-inner .join-dialog {
  width: 100% !important;
}

#zmmtg-root .meeting-app {
  width: 100% !important;
}

#zmmtg-root #wc-loading {
  width: 100% !important;
}

.meeting-info-container--right-side {
  left: 60% !important;
}

/*zoom*/

/*notes*/
.save-card {
  float: right;
}

.notes-card-body {
  overflow-y: auto;
  max-height: 84%;
  cursor: pointer;
}

.notes-label-card-body {
  /*  max-height: 84%; */
  cursor: pointer;
}

/* #zoom-notes-edit{
  left: 66.666667% !important;
  width: 33.333333% !important;
} */
.edit-zoomonote {
  width: 60% !important;
}

.model-notes-body {
  /*  width: 60% !important; */
  padding-bottom: 0px !important;
}

.model-label {
  padding-top: 0px !important;
}

.review-model {
  display: flex !important;
  flex-direction: column;
}

.review-model-notes {
  flex: 0 1 75%;
  overflow: auto;
  max-height: 432px;
  background: #f0f2f5 !important;
  border-radius: 8px !important;
  box-shadow: 0px 6px 5px 0 rgb(0 0 0 / 28%);
}

.review-model-label {
  flex: 0 0 23%;
  /* background: white; */
  /* padding: 34px 0px; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: #f0f2f5 !important;
  border-radius: 8px !important;
  box-shadow: 0px 6px 5px 0 rgb(0 0 0 / 28%);
}

.add-note {
  background: #f0f2f5 !important;
  border-radius: 8px !important;
  box-shadow: 0px 6px 5px 0 rgb(0 0 0 / 28%) !important;
  flex: 0 1 75%;
}

.notes-submit {
  flex: 0 1 23%;
}

.close-model {
  display: flex;
  justify-content: end;
  cursor: pointer;
}

/* .zoom-noteslabel{
  height: 510px;
} */

.notes-model-title {
  display: flex;
  align-items: center;
  justify-content: start;
  /*  padding: 10px; */
}

.note-label {
  width: 10px;
  margin: 0 5px;
  padding: 6px;
  height: 10px !important;
}

.new-label-btn {
  justify-content: center;
  /*  padding-bottom: 10px; */
}

.notes-preview-title {
  /* justify-content: center; */
  height: 100px;
  align-items: center;
}

.notes-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* padding: 35px; */
  /* background-color: #D8D8D8!important; */
  z-index: 9999;
  /* filter: blur(8px); */
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-direction: column;
  /* background-color: rgba(0,0,0,0.5); */
}

.notes-bg {
  background-color: #e6e6e6 !important;
}

.note-font-size {
  font-size: x-large;
}

.label-title {
  color: white;
}

.highlight {
  background-color: #ebe8e8 !important;
}

/*notes*/
/*discharge summary*/
.dishc-summary .dishc-close {
  margin-right: 0px !important;
  cursor: pointer;
}

.discharge-modal {
  padding: 10px !important;
}

.resp-msg {
  padding: 10px 0px;
}

a:hover {
  cursor: pointer;
}

.template-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* background-color: #D8D8D8!important; */
  z-index: 9999;
}

.template-body {
  background-color: #cccccc !important;
  height: 630px;
}

.mobile_line {
  line-height: 1.5 !important;
}

/*discharge summary*/

/* https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png  */

.main-navbar .navbar > * {
  align-items: center;
}

.h-100 .MuiContainer-root {
  margin: 0;
  max-width: 100%;
}

.main-sidebar {
  z-index: 1030 !important;
  border-right: 1px solid #ddcfcf;
  /* top: 0;
  position: fixed;
  height: 100vh;
  background: #fff;
  transition: width 1s ease-in-out;
  width: 256px;
  will-change: transform; */
  transition: width 1s ease-in-out;
  width: 256px;
  top: 0;
  position: fixed;
  height: 100vh;
  background: #fff;
  will-change: transform;
}

.nav-wrapper {
  position: relative;
  top: 60px;
}

.main-navbar .MuiPaper-root {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 3.65rem;
}

.main-navbar h6 {
  line-height: 25px;
  height: 3.75rem;
  font-size: 1rem;
  font-weight: 500;
  color: #3d5170;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.main-navbar img {
  width: 76%;
  top: 0;
  margin-top: -9px;
}

.modal-title {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}

/* .patient-img{
  flex: 0 1 10%;
} */

.patient-details {
  flex: 0 1 85%;
  border-bottom: 1px solid #e1e5eb;
}

.date-time {
  color: #667781 !important;
}

.search-bar {
  border-bottom: 1px solid #e1e5eb;
}

.navbar-search {
  background: #f0f2f5 !important;
  border-radius: 8px !important;
}

.join-meeting-icon.show {
  visibility: visible;
}

.join-meeting-icon.hide {
  visibility: hidden;
}

.main-container {
  overflow: hidden;
}

.search-container {
  flex: 0 1 33%;
}

.back-icon {
  /* display: none; */
  visibility: hidden;
  /* position: fixed;
  left: 3%;
  top: 9%;
  z-index: 666; */
}

.list-actions {
  width: 68%;
  height: 7%;
  z-index: 999;
  /* backdrop-filter: blur(1px); */
  right: 2%;
  /* left: 30%; */
}

@media screen and (max-width: 600px) {
  .list-actions {
    width: 96% !important;
    margin-top: 5px;
  }

  .list-content-panel.mobile-view .back-icon {
    /* display: block; */
    visibility: visible;
    background: lightgray;
    border-radius: 50%;
    padding: 10px;
  }

  .add-new .back-icon {
    visibility: visible;
    background: lightgray;
    border-radius: 50%;
    padding: 8px 10px 6px 10px;
  }

  .list-left-menu {
    flex: 1 0 100% !important;
  }

  .list-left-menu.mobile-view {
    display: none !important;
  }

  .list-content-panel {
    flex: 1 0 100% !important;
  }

  .list-content-panel.adjust-width {
    display: none;
  }

  .patient-desc {
    flex: 1 0 100%;
  }

  .file-upload-container .doc-selcted {
    width: 100% !important;
  }

  .file-upload-container .text-input {
    width: 100% !important;
  }

  .file-upload-container
    .text-input
    .input-group.input-group-seamless
    > .form-control {
    border-radius: 1rem !important;
  }

  .images-container > div:first-child {
    max-width: 75% !important;
  }

  .expanded-views,
  .expanded-views.adjust-width {
    left: 0 !important;
    right: 0 !important;
  }

  /* .template-form .btn.adjust-width{
      right: 23% !important;
  } */

  .pres-img {
    width: 170px !important;
  }

  .zoom-noteslabel {
    flex-wrap: wrap;
    overflow-y: auto;
  }

  .review-model-notes {
    flex: 0 1 100% !important;
    margin-bottom: 15px;
  }

  .review-model-label {
    flex: 0 1 100% !important;
  }

  .search-service {
    flex: 0 1 100% !important;
  }

  .new-service {
    flex: 0 1 100% !important;
  }
}

.icon_container {
  position: relative;
  /* width: 3rem;
  height: 3rem; */
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 10rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0px 6px 5px 0 rgb(0 0 0 / 28%);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.icon_container > svg {
  z-index: 90;
}

/* .icon_container:hover {
  transform: scale(1.1);
} */
.doc::before,
.cam::before,
.gallery::before,
.audio::before,
.pay::before,
.loc::before,
.contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 50%;
}

.doc {
  background: #5157af;
}

.doc::before {
  background: #5f67cc;
}

.cam {
  background: #d3396d;
}

.cam::before {
  background: #ec407a;
}

.gallery {
  background: #ad45d0;
}

.gallery::before {
  background: #bd58ce;
}

.audio {
  background: #f17a02;
}

.audio::before {
  background: #f78e0e;
}

.pay {
  background: #5bb2a1;
}

.pay::before {
  background: #61beab;
}

.loc {
  background: #108c50;
}

.loc::before {
  background: #039b52;
}

.contact {
  background: #0795dd;
}

.contact::before {
  background: #0eaaf4;
}

.attach-btn {
  padding: 5px;
}

.attach-btn:active,
.attach-btn:visited,
.attach-btn:focus {
  padding: 5px;
  background: rgba(11, 20, 26, 0.1);
  border-radius: 50%;
}

::placeholder,
.main-navbar__search input.form-control,
.main-sidebar__search input.form-control {
  font-size: 12px !important;
}

.list-patient .blog-comments__meta {
  font-size: 12px;
}

.list-patient .navbar-search {
  box-shadow: 0 0.125rem 0.625rem rgb(90 97 105 / 12%) !important;
}

.file-upload-container,
.template-container,
.packservice-container,
.discrgsumm-container,
.consultant-container,
.notes-container {
  top: 56px;
  height: calc(100% - 57px);
  left: 30%;
  right: 0px;
  background: #e9edef;
  z-index: 1000;
}

.expanded-views.adjust-width {
  right: 20%;
}

.template-form .btn.adjust-width {
  right: 23% !important;
}

.file-upload-container .tools {
  flex: 0 1 5%;
}

.file-upload-container .doc-selcted {
  flex: 0 1 25%;
  margin: 0 auto;
  width: 60%;
}

.doc-selcted.minHeight {
  min-height: 300px;
}

.file-upload-container .text-input {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  width: 70%;
}

.close-attach {
  font-size: 25px !important;
  cursor: pointer;
}

.selected-image-container {
  flex: 0 1 80%;
}

.images-container {
  flex: 0 1 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.images-container > div:first-child {
  flex: 1 1 auto;
  align-items: center;
  margin: 4px 16px 0;
  max-width: 85%;
}

.images-container > div:first-child > div .img-block {
  margin: 8px 5px 10px;
  border: 1px solid #d1d7db;
  border-radius: 5px;
  width: 75px;
}

.images-container > div:first-child > div .active {
  border: 3px solid #00a884;
}

.images-container > div:first-child > div:first-child {
  flex: 0 1 auto;
  min-width: 0;
  overflow-x: auto;
  white-space: nowrap;
}

.images-container > div:last-child {
  background: #00a884;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.images-container > div:last-child > span {
  color: #fff;
}

.images-container .add-file {
  border: 1px solid #d1d7db;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 10px 0px 10px 0;
  cursor: pointer;
}

.remove-img {
  position: absolute;
  z-index: 100;
  opacity: 0;
  width: 100%;
  height: 100%;
  text-align: end;
  opacity: 0;
  color: #fff;
}

.images-container > div:first-child > div .remove-img:hover {
  transition: right 75ms ease-out, top 75ms ease-out;
  opacity: 1;
}

.images-container > div:first-child > div .remove-img:hover .close-attach {
  font-size: 13px !important;
  right: 4px;
}

.images-container > div:first-child > div .img-block:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  transition: right 75ms ease-out, top 75ms ease-out;
}

.images-container > div:first-child > div .img-block:hover::before {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 37%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.bg-none {
  background-color: transparent !important;
}

.media-gallery-thumb {
  /*  background-color: #dfe3e7; */
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.arrow-prev {
  padding: 10px 5px 10px 15px;
  background: rgba(17, 27, 33, 0.35);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

.arrow-next {
  padding: 10px;
  background: rgba(17, 27, 33, 0.35);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

.appdate > label {
  flex: 0 1 15%;
}

.err-msg {
  font-size: 12px;
}

.list-group-item + .list-group-item {
  border-top-width: thin !important;
}

.list-group-item {
  cursor: pointer;
}

.room-type > div.active {
  background-color: #00b8d8;
  color: #fff;
}

.room-type > div.disable {
  opacity: 0.3;
  pointer-events: none !important;
}

.list-group-item.active > h6 {
  color: #fff !important;
}

.list-group-item.disable {
  pointer-events: none !important;
  opacity: 0.6 !important;
}

/* .service-container{
  max-height: 85%;
  overflow: auto;
} */

.search-service {
  flex: 0 1 75%;
}

.new-service {
  flex: 0 1 20%;
}

.select-tag input[type="text"]:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.select-tag .css-1pahdxg-control {
  border-color: hsl(0, 0%, 80%) !important;
  box-shadow: none !important;
}

.schedule-appnt {
  /* width: 96% !important; */
  background-color: #f7f7f7;
  padding: 20px;
  width: 50%;
}

@media (min-width: 300px) and (max-width: 600px) {
  /* .schedule-appnt{
      width: 95% !important;
   } */
}

@media (min-width: 600px) and (max-width: 991px) {
  .search-service {
    flex: 0 1 100%;
  }

  .new-service {
    flex: 0 1 100%;
  }
}

.discharge-modal {
  height: 90%;
  overflow-y: auto;
  width: 90% !important;
}

.room-container {
  /* height: 500px; */
}

.room-container .rooms-list {
  min-height: 330px;
  overflow-y: auto;
}

.filter-options .filter-btn {
  background-color: #fff;
  color: #000;
  height: 30px;
  border: 1px solid #000;
  padding: 5px 5px 2px 5px;
}

.filter-options .filter-btn:active,
.filter-options .form-control.active {
  background-color: lightslategray !important;
  color: #fff !important;
}

.pres-with-basic .filter-options .form-control {
  /* padding: 0.4rem 0.75rem !important; */
  border: 1px solid #000 !important;
  height: 30px !important;
  padding: 2px 5px 2px 5px !important;
}

@media (min-width: 576px) {
  #appointment-modal .modal-dialog,
  #admin-appointment .modal-dialog {
    max-width: max-content !important;
    margin: 0.5rem auto 0.5rem auto;
    min-width: 80% !important;
    height: 100%;
  }

  #appointment-modal .modal-dialog .modal-content,
  #admin-appointment .modal-dialog .modal-content {
    height: 98%;
    position: relative;
  }

  #appointment-modal #appointment-body,
  #admin-appointment #appointment-body {
    max-height: 78% !important;
  }
}

#appointment-modal .btn-date,
#admin-appointment .btn-date {
  padding: 0.3rem 1rem !important;
  font-weight: 600;
}

#appointment-modal .css-yk16xz-control,
#appointment-modal
  .css-g1d714-ValueContainer
  #appointment-modal
  .css-26l3qy-menu,
#appointment-modal .css-1wa3eu0-placeholder,
#admin-appointment .css-yk16xz-control,
#admin-appointment
  .css-g1d714-ValueContainer
  #admin-appointment
  .css-26l3qy-menu,
#admin-appointment .css-1wa3eu0-placeholder {
  font-size: 12px !important;
}

#appointment-modal .modal-subsection span,
#admin-appointment .modal-subsection span {
  font-size: 12px !important;
}

#appointment-modal .arr-prev,
#appointment-modal .arr-next,
#admin-appointment .arr-next,
#admin-appointment .arr-prev {
  font-size: 18px !important;
}

.insurance-section {
  max-height: 85%;
  overflow-y: auto;
}

/* width */
#appointment-modal ::-webkit-scrollbar,
#admin-appointment::-webkit-scrollbar {
  width: 2px;
}

/* Track */
#appointment-modal ::-webkit-scrollbar-track,
#admin-appointment::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#appointment-modal ::-webkit-scrollbar-thumb,
#admin-appointment::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
#appointment-modal ::-webkit-scrollbar-thumb:hover,
#admin-appointment::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.insurance-section .material-icons {
  font-size: 25px;
}

.insurance-section p {
  font-weight: 400 !important;
}

.insurance-section .policy-desc {
  width: 82%;
}

.type-fields {
  /* position: relative;
  bottom: 0; */
  /* background: lightgray; */
  /* right: 0;
  left: 0; */
}

.type-fields div {
  flex: 0 1 15%;
}

.insurance .filter-options div {
  width: 20%;
}

.filter-container {
  text-decoration: none;
  color: #000000;
  /* position: fixed;
  width: 100%;    
  right: 18px; */
  display: block;
  text-align: right;
  z-index: 1000;
}

.filter-container .filter-icon {
  font-size: 25px;
  cursor: pointer;
}

.filter-options {
  opacity: 1;
  font-weight: bold;
  text-align: center;
  right: 4%;
  top: -7px;
  bottom: 0;
}

.insurance .add-file {
  border: 1px solid #d1d7db;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-color: #fff;
}

#appointment-modal table,
#admin-appointment table {
  border-collapse: unset;
}

#appointment-modal table tr,
#admin-appointment table tr {
  margin-top: 5px;
  margin-bottom: 5px;
}

#appointment-modal .time-table td,
#admin-appointment .time-table td {
  padding: 5px 20px;
  text-align: center;
  margin: 5px;
  background-color: #f5f6f8;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
}

#appointment-modal .btn.active,
#admin-appointment .btn.active {
  background: #007bff;
  color: #fff;
}

#appointment-modal1 {
  background: #007bff !important;
  color: #fff !important;
  float: inline-end;
  margin-left: 50px;
}

#appointment-modal table td.slot-booked,
#admin-appointment table td.slot-booked {
  background-color: #00a884;
  color: #fff;
}

.slot-current-time {
  background-color: #00a884;
  color: #fff;
}

.slot-auto-selected {
  background-color: #00a884 !important; /* Yellow highlight for auto-selection */
  color: #000 !important;
  font-weight: bold;
  border: 2px solid #00a884 !important;
}

.slot-auto-selected:hover {
  background-color: #00a884 !important;
  cursor: pointer;
}

#appointment-modal table td.slot-leave,
#admin-appointment table td.slot-leave {
  /* background-color: ; */
  color: #000;
  cursor: not-allowed;
}

#appointment-modal table td.slot-alreadybooked,
#admin-appointment table td.slot-alreadybooked {
  background-color: #eaf73c;
  color: #fff;
}

.appointment__item-content {
  display: flex;
  border-radius: 6px;
}

.appointment__item-indicator {
  align-self: center;
  background-color: orange;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  margin-right: 0.5rem;
}

.appointment__item-title {
  display: none;
}

.section-heading {
  padding: 1rem 0;
  font-size: 1.5rem;
}

.has-background-white-ter {
  background-color: #f5f5f5 !important;
}

.appnt-button.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

.appnt-button.is-primary.is-hovered,
.appnt-button.is-primary:hover {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

.appnt-button {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}

#appointment-modal .label,
#admin-appointment .label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.insurance-procedure {
  background-color: white;
}

.file-upload {
  flex-direction: column;
}

.insurance-procedure .file-upload {
  flex-direction: column !important;
  align-items: center !important;
}

.buttonsetconfirm {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.confirmationheader {
  padding: 0.5rem;
}

.titlePadding {
  padding: 1rem;
}

.basic-details > div > div {
  flex: 1 1 100%;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
}

.basic-details > div > div > div > label {
  width: 35%;
}

.pres-layout .hideIcon {
  visibility: hidden !important;
}

.alert-div {
  width: 93%;
  position: fixed !important;
  z-index: 10000;
  top: 10%;
  display: flex;
  justify-content: start;
  left: 3%;
  border-radius: 10px !important;
}

.room-container .ag-root-wrapper-body.ag-layout-normal {
  height: 100%;
}

.ag-row.disable-row {
  pointer-events: none !important;
  opacity: 0.3 !important;
}

.enable-row {
  pointer-events: visible !important;
}

.delete {
  color: red;
  display: none;
}

.markForDelete:hover .delete {
  display: block;
}

.black-color {
  color: black;
  display: none;
}

.basic-details > div {
  flex: 0 1 40%;
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
}

.basic-details > div .header {
  font-weight: 500;
}

.ag-header-group-cell-label,
.ag-header-cell-labe {
  justify-content: center !important;
}

.upload-img .expand,
.presc-notes .expand,
.presc-summary .expand,
.service-msg .expand {
  visibility: visible;
  position: absolute;
  /* right: 5px;
  top: 4px; */
  right: 0px;
  top: 0px;
  cursor: pointer;
}

.upload-img:hover .expand,
.presc-notes:hover .expand,
.presc-summary:hover .expand,
.service-msg:hover .expand {
  /* visibility: visible; */
}

.bubble-arrow label {
  cursor: pointer;
}

.dropdown-menu .dropdown-item {
  color: #3b4a54 !important;
  font-weight: 400 !important;
  font-size: 15px !important;
}

/* .procedure-msg{
  max-width: 400px;
} */
.label-design {
  line-break: auto;
}
.procedure-msg .checkbox {
  flex: 0 1 10%;
}

.procedure-msg .set-width {
  max-width: 90%;
}

#procedure-list .bg-highlight {
  background-color: rgba(0, 128, 105, 0.08);
}

#procedure-list .print-footer {
  z-index: 1000;
}

#procedure-list input[type="checkbox"] {
  width: 25px !important;
  height: 25px !important;
}

/* pdfcss */

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.pdf-page {
  position: relative;

  margin: 0 auto;

  padding: 0.4in 0.3in;

  color: #333;

  background-color: #fff;

  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);

  box-sizing: border-box;
  overflow: auto;
}

.pdf-header {
  padding-bottom: 0.2in;

  margin-bottom: 0.3in;

  border-bottom: 1px solid #e5e5e5;
}

.tokenForm {
  font-size: 1.2em;

  font-weight: bold;
}

.dischargeform {
  display: flex;
  justify-content: space-evenly;
  font-size: 1.2em;

  font-weight: bold;
}

.hospital-name {
  display: flex;
  justify-content: end;
}

.invoice-number {
  padding-top: 0.1in;

  float: right;
}

.pdf-footer {
  position: absolute;

  bottom: 0.25in;

  left: 0.3in;

  right: 0.3in;

  padding-top: 0.05in;

  border-top: 1px solid #e5e5e5;

  font-size: 0.9em;

  text-align: left;

  color: #212529;
}

.addresses {
  font-size: 12px;
}

.addresses:after {
  display: block;

  content: "";

  clear: both;
}

.for {
  float: left;
}

.from {
  float: right;
}

.addresses p {
  color: #787878;

  padding: 0.05in 0;

  border-top: 1px solid #e5e5e5;
}

.addresses p:first-of-type {
  border-top: 0;
}

.pdf-body {
  margin-top: 0.3in;
}

.company-logo {
  font-size: 1.8em;

  font-weight: bold;

  color: #3aabf0;
}

.signature {
  padding-top: 0.3in;
}

/* Dimensions other than px and em should be divided by 1.33 for the proper PDF output */

.size-a4 {
  width: 6.2in;

  height: 8.7in;
}

.size-letter {
  width: 6.3in;

  height: 8.2in;
}

.size-executive {
  width: 5.4in;

  height: 7.8in;

  font-size: 12px;
}

.size-executive .pdf-header {
  margin-bottom: 0.1in;
}

.box {
  padding: 1em;

  background-color: rgba(20, 53, 80, 0.038);

  border: 1px solid rgba(20, 53, 80, 0.05);
}

.pdfbody {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f4f9f3;
}

.labelContainerPdf {
  display: flex;
  justify-content: space-around;
}

.hospitalDetails {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.labelContainerPdf > span {
  flex: 0 1 25%;
  font-weight: bold;
  text-decoration: underline;
}

.labelContainerPdflist {
  display: flex;
  justify-content: space-between;
}

.labelContainerPdflist > span {
  flex: 0 1 25%;
}

/* pdfcss end */

.editComp {
  height: 700px;
  max-height: 80%;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 5px;
}

.editComp .btn {
  position: fixed;
  bottom: 10px;
  right: 7%;
}

.template-view > div:first-child,
.service-view > div:first-child,
.summary-view > div:first-child {
  height: 5%;
}

.template-view > div:nth-child(2),
.service-view > div:nth-child(2),
.summary-view > div:nth-child(2) {
  height: 90%;
}

.rjsf #root {
  display: flex;
  flex-wrap: wrap;
}

/* .rjsf #root__title{
  min-width: 280px;
} */

/* .rjsf > div:last-child{
  display: flex;
  justify-content: flex-end;
  margin-right: 1.5rem;
} */

.rjsf #root .form-group > label,
.service-lable,
.summary-label {
  font-size: 13px !important;
  font-weight: 500;
}

.sun-editor .se-btn {
  width: 30px !important;
  height: 20px !important;
}

.se-resizing-bar .sun-editor-common {
  display: none;
}

.service-list-container {
  background-color: #e9edef;
}

.product-list-container {
  z-index: 999;
  background-color: #e9edef;
  width: 200px;
  max-height: 240px;
  overflow-y: auto;
}

.rjsf .form-control::placeholder {
  font-style: italic !important;
}

.patient-edit-form .form-group .form-control {
  font-weight: 500 !important;
}

.ag-react-container i.material-icons {
  font-size: 20px;
}

.ag-header-cell-label {
  justify-content: center;
}

.select-options__option,
.select-options__single-value {
  font-size: 12px !important;
}

.ag-cell-center {
  display: flex !important;
  align-items: center;
}

.dashboard-grid .ag-row {
  height: 40px !important;
}

.dashboard-grid .ag-grid-input {
  border: none !important;
}

.ag-cell:focus,
.dashboard-grid .ag-grid-input:focus,
.dashboard-grid .ag-grid-input:active {
  outline: none !important;
}

.ag-cell:focus {
  border: none !important;
  outline: none;
}

.ag-cell-focus,
.ag-cell-no-focus {
  border: none !important;
}

.dashboard-grid .ag-react-container {
  width: 100% !important;
}

.dashboard-grid .ag-cell-productId .ag-react-container {
  position: fixed;
}

.custom-tooltip {
  position: absolute;
  width: 150px;
  height: 70px;
  top: 10%;
  border: 1px solid cornflowerblue;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 1s;
}

.custom-tooltip.ag-tooltip-hiding {
  opacity: 0;
}

.custom-tooltip p {
  margin: 5px;
  white-space: nowrap;
}

.custom-tooltip p:first-of-type {
  font-weight: bold;
}

[contenteditable]:focus {
  outline: 0px solid transparent;
}

.insurance-procedure .modal {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -35%) !important;
}

#insurance-modal {
  display: flex !important;
  align-items: center;
}

#insurance-modal .modal-dialog {
  min-width: 70% !important;
  min-height: 80% !important;
  height: 80%;
}

#insurance-modal .modal-content {
  height: 100%;
}

.ins-submit {
  bottom: 0;
  right: 0;
}

#payment .title {
  font-size: 1.2rem;
}

.card-details .form-group .label {
  font-size: 13px !important;
}

.payOptn-btn.active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0 5px 15px rgb(0 0 0 / 5%), 0 4px 10px rgb(0 123 255 / 25%);
}

.add-patient {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background: #ddcfcf;
  padding: 10px 12px;
  cursor: pointer;
}

.add-patient .material-icons {
  top: 3px !important;
  font-size: 25px !important;
}

.disable-btn {
  pointer-events: none;
  opacity: 0.3;
  color: inherit;
}

.h_iframe iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 0px) {
  .currenttoken {
    font-size: 70px;
  }
}

@media (min-width: 0px) {
  .nexttoken {
    font-size: 70px;
  }
}

@media (min-width: 0px) {
  .deskid {
    font-size: 25px;
  }
}

.desk {
  flex: 0 1 40%;
  margin-bottom: 25px;
  margin-left: 80px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading-spinner {
  width: 20px;
  height: 20px;
  border: 4px solid #f3f3f3;
  /* Light grey */
  border-top: 4px solid #383636;
  /* Blue */
  border-radius: 50%;
  margin-right: 0.5rem;
  animation: spinner 1.5s linear infinite;
}

.spinner-container {
  display: grid;
  justify-content: center;
  align-items: center;
}

.table-head {
  text-transform: capitalize !important;
}

.vochersList {
  margin-bottom: 15px;
  border-bottom: 1px dotted;
}

.vochersListDoctors {
  margin-bottom: 15px;
}

.vocherdisplay {
  height: 410px;
  overflow: auto;
  margin: 10px 3px;
}

.voucherpreview {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: large;
  color: #5a6169;
  height: 320px;
}

.redeem {
  float: right;
}

.vochermodal {
  position: fixed;
  top: 52%;
  left: 65%;
  transform: translate(-50%, -50%);
  background-color: #e9edef;
  padding: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  width: 64%;
  z-index: 99999999999;
  border-radius: 0.5rem;
  height: 81%;
}

.applyVoucher {
  margin-bottom: 43px;
  display: flex;
  justify-content: space-evenly;
}

.appointedPatient {
  flex: 0 1 25%;
  background-color: white;
  padding: 6px 12px;
  box-shadow: 0 0 10px lightgrey;
  border-radius: 0.3rem;
  height: 400px;
  overflow: auto;
}

.appointmentHide {
  display: "flex" !important;
}

.doctor-home-doct-name {
  position: absolute;
  left: 3.5rem;
}

.vouchers-doctors {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 10px 10px 10px 0;
  margin: 10px 0px;
}

.jfkfkj {
  background: white;
  margin: 10px 0;
  padding: 10px 10px 5px 0;
  border-radius: 0.25rem;
}

.vochersList-doctors {
  margin-bottom: 15px;
}

.voucherr {
  background: white;
  padding: 5px;
  border-radius: 0.25rem;
  border-bottom: 0.5px solid #d5c3c3;
}

.voucher-row {
  padding: 5px;
}

.voucher-header {
  margin-top: 26px;
  background: white;
  padding: 5px;
  margin-bottom: 5px;
}

.voucher-row {
  color: grey;
  font-size: 14px;
}

.voucher-label {
  padding-left: 5px;
}

.save-diabled {
  cursor: not-allowed;
}

#ad-ap-patient input:disabled {
  cursor: not-allowed !important;
}

.brand {
  font-size: 13px !important;
  font-weight: 500;
}

.eprec_local_med {
  margin-bottom: 22px;
}

.pdfoneclick {
  display: flex;
  align-items: center;
  justify-content: center;
}

.template-form .btn-save {
  right: 15% !important;
}

/* Added By divya 15/05/23 */

#sidebar {
  /* width: 20%; */
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  width: 255px;
  /* transform: translateX(0) */
}

#sidebar.sidebar-hidden {
  /* transform: translateX(-100%) */
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  /* display: none; */
  width: 80px;
}

#mainpage {
  -webkit-transition: padding-left 1s ease-in-out;
  -moz-transition: padding-left 1s ease-in-out;
  -o-transition: padding-left 1s ease-in-out;
  transition: padding-left 1s ease-in-out;
  width: 100%;
  padding-left: 255px;
}

#mainpage.sidebar-hidden {
  position: relative;
  padding-left: 80px;
}

/* .main-sidebar{
  position: relative !important;
} */

.profile-page-title {
  display: inline-block;
  width: 100%;
  background: #fff;
  margin-top: 10px;
  padding: 8px 25px;
  border-radius: 35px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.profile-page-title h1 {
  font-size: 22px;
  font-weight: 500;
  padding: 5px 0;
  line-height: 1;
  text-transform: capitalize;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: rgba(118, 118, 118, 1);
  margin-bottom: 10px;
}

.patient-profile .patient-summary {
  /* flex: 0 1 70%; */
}

.patient-profile .appointmnt-det {
  /* flex: 0 1 26%; */
}

.patient-profile .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
}

.patient-profile .dwnlod-icon {
  font-size: 20px !important;
}

.patient-profile .more-action {
  margin-top: -14px;
}

.patient-profile .dropdown-menu {
  right: 0 !important;
  left: unset !important;
}

.patient-profile .text-muted {
  font-size: 13px !important;
}

.patient-profile > label {
  font-size: 14px !important;
}

.patient-profile > button:focus,
.patient-profile .dropdown-item:focus {
  outline: none !important;
}

@media (max-width: 992px) {
  .appointmnt-det {
    margin-top: 3rem !important;
  }
}

.list-doctors,
.complaints-det {
  /* display: inline-block; */
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#appointment-modal .token-list thead th,
#admin-appointment .token-list thead th {
  flex: 0 1 20%;
}

#appointment-modal .token-list tbody tr td,
#admin-appointment .token-list tbody tr td {
  flex: 0 1 20%;
}

.patient-profile .p-details .p-icon {
  flex: 0 1 12% !important;
}

.patient-profile .p-details .p-data {
  flex: 0 1 auto !important;
}

@media (min-width: 300px) and (max-width: 767px) {
  #mainpage {
    padding-left: 0px !important;
  }

  .menu-icon {
    visibility: hidden;
  }

  #sidebar.sidebar-hidden {
    display: none !important;
  }
}

.vertically-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 0px;
}

.readonly-field {
  border: none;
  background-color: transparent;
  color: #f4f4f4;
  font-weight: 400;
  cursor: default;
}

.hideNotes {
  display: none !important;
}

.tag-label {
  flex: 0 1 95%;
}

.justifySpaceBetween {
  justify-content: space-between;
}

.presc-serach-result input {
  height: 30px;
}

.presc-serach-result .presc-img {
  border-radius: 5px;
}

.searchbox input {
  height: 36px;
}

.relativeInlineBlock {
  position: relative;
  display: inline-block;
  width: 350px;
}

.tabs {
  width: 180px;
  font-size: 12px;
}

.button-text {
  position: absolute;
  transform: translate(50%, 50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding: 8px;
  background-color: #faf8f6;
  color: #000;
  border-radius: 4px;
}

.newPatient:hover .button-text {
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 3;
}

.downloadReport:hover .button-text {
  right: 0;
  bottom: 0;
  opacity: 1;
}

.button-container {
  position: relative;
  /* padding-left: 25px !important */
}

.MuiAlert-message {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.MuiDialog-scrollPaper {
  align-items: baseline !important;
}

/* .MuiDialog-paper{
  height: 180px;
  width: 50%;
  scroll-behavior: none;
}

/* .MuiDialogActions-root {
  justify-content: space-between !important;
} */
/* .dialog .MuiDialog-paper{
  height: 190px;
  width: 500px;
} */

.Dialog11 .MuiDialog-paper {
  height: 220px;
}

.printAction .MuiInputBase-root {
  height: 33px;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  background-color: #1976d2;
  box-shadow: -1px 3px 1px -2px rgba(0, 0, 0, 0.3) !important;
  border-color: red;
  outline: none;
}

.visitAction1 .MuiInputBase-root {
  height: 33px;
  /* border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important; */
  background-color: #1976d2;
  box-shadow: -1px 3px 1px -2px rgba(0, 0, 0, 0.3) !important;
  border-color: red;
  outline: none;
}

.visit-action .MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium {
  display: none !important;
}

#icon_dot {
  /* position: absolute;
  z-index: 1000;
  right: 21%;
  top: 10px;
  /* left: 30%; */
  /* color: white; */
  position: absolute;
  z-index: 1;
  right: 44%;
  top: 142px;
  left: 69%;
  color: #fff;
}

#dr.MuiSvgIcon-root {
  color: white;
}

#dr {
  padding-right: 20px !important;
}

.MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input {
  padding: 0% !important;
}

.printAction {
  display: flex;
}

.appointment-modal .MuiDialog-paper {
  height: 100%;
  width: 100%;
}

.appointment-modal .MuiDialog-paperWidthSm {
  max-width: 90% !important;
}

.MuiFormControlLabel-root {
  padding-left: 15px;
}

/* .MuiInputBase-input{
  height: 0px !important;
  
} */

.formControl.MuiFormControlLabel-root {
  height: 10px !important;
}

.MuiInputBase-input.MuiOutlinedInput-input,
.MuiInputBase-input.MuiOutlinedInput-input:focus {
  outline: none !important;
  outline-offset: none !important;
}

.MuiInputBase {
  height: "35px";
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
}

/* .MuiInputBase-inputTypeSearch{
  height: 0 !important;
} */
.MuiInputBase-input-MuiOutlinedInput-input {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.custom-text {
  width: 78rem;
}

.custom-width {
  width: 71rem;
}

.bloodGroup .MuiInputBase-root {
  /* width: 377px; */
  width: 375px;
  height: 35px;
  /* margin-left: 7px; */
  margin-left: 13px;
}

.bloodGroup {
  display: flex;
  align-items: flex-end;
}

.webcam .MuiFormGroup-root {
  padding-top: 10px;
}

.informationTitle .MuiTypography-root {
  height: 27px;
}

.MuiFormControlLabel-root {
  padding-top: 10px;
}

#room .MuiPaper-root {
  /* height: 100%; */
  /* width: 700px; */
  width: 850px;
}

#room .MuiDialog-paperWidthSm {
  max-width: 100%;
}

#room .css-ypiqx9-MuiDialogContent-root {
  padding: 0px 24px !important;
  padding-bottom: 20px !important;
}

#closemodalopen .MuiPaper-root {
  /* height: 275px; */
  width: 40%;
}

#closemodalopen.MuiDialog-container {
  width: 50%;
}

#Complaints .MuiPaper-root {
  height: 290px;
}

.voucher .MuiPaper-root {
  /* height: 100%; */
}

.printAction .MuiSvgIcon-root {
  color: white;
}

.Mark_Completion .MuiPaper-root {
  width: 400px;
  height: auto;
}

.soIdnullModal_Visit_Completion1 .MuiPaper-root {
  width: 400px;
  height: auto;
}

.Visit_Completion .MuiPaper-root {
  width: 400px;
  height: auto;
}

.Mark_Completion .MuiDialogActions-root {
  padding: 20px;
}

.soIdnullModal_Visit_Completion1 .MuiDialogActions-root {
  padding: 20px;
}

.Visit_Completion .MuiDialogActions-root {
  padding: 20px;
}

.webcamMode .MuiGrid-root {
  padding-top: 10px;
}

.environment .MuiFormControlLabel-root {
  padding-top: 50px;
}

.basicInformation .MuiPaper-root {
  height: 38rem;
}

.basic {
  align-items: center;
  display: flex;
}

.input .MuiInputBase-root {
  height: 43px;
  width: 230px;
}

.MuiDialogTitle-root {
  padding-bottom: 10px;
}

.roadioMale .MuiFormControlLabel-root {
  padding-right: 21px;
  padding-left: 27px;
}

.radioGroup .MuiTypography-root {
  padding-right: 35px !important;
}

.input {
  padding-left: 535px;
}
#custGrp .input {
  padding-left: 0 !important;
}

.billing.MuiDialogContent-root {
  padding-top: 16px !important;
  padding: 2px 24px !important;
}

.dealocate.MuiDialogContent-root {
  padding-top: 16px !important;
}

.onBoard.MuiDialogContent-root {
  padding-top: 18px !important;
}

.buttonSave.MuiButtonBase-root {
  top: 26px !important;
}

.informationContent.MuiDialogContent-root {
  height: 790px !important;
}

.padding1.MuiGrid-root {
  padding-top: 5px !important;
}

.address.MuiFormGroup-root {
  padding-top: 5px;
}

.closeIcon.MuiGrid-root {
  display: flex !important;
}

.showWebCamModal .MuiPaper-root {
  height: 400px;
}

.dialogCloseIcon {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.showWebCamModal .MuiPaper-root {
  height: 490px;
  top: 100px;
}

.card1.MuiPaper-root {
  height: 334px !important;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1),
    0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1),
    0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 1rem;
  border-radius: 10px;
}

.spinner-container {
  padding-right: 18px;
}

.buttonNext.MuiDialogActions-root {
  padding-right: 25px;
  padding-bottom: 20px;
}

.followUpSearch.MuiGrid-root {
  width: 100% !important;
}

.buttOnMui.MuiButtonBase-root {
  color: #fff !important;
  padding: 6px 16px !important;
  border-radius: 5px !important;
  background-color: #1976d2;
}

#medical_services
  .MuiPaper-root.MuiMenu-paper.MuiPopover-paper.MuiPaper-elevation8.MuiPaper-rounded {
  width: 230px !important;
  top: 42px !important;
  /* left: 9% !important; */
  left: 38% !important;
}

#payment .MuiGrid-root .col-md-3 {
  padding-left: 0px !important;
}

.payment-option {
  display: flex !important;
  flex-direction: inherit !important;
}

.modalDialog .MuiPaper-root {
  width: 500px;
}

.onBoardmodal .MuiDialog-paper {
  height: 285px;
  width: 600px;
}

.bg-none .MuiTypography-root {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.insuranceDropdown .MuiInputBase-root {
  width: 398px;
  height: 35px;
}

.bg-none .MuiDialog-container {
  width: 100%;
}

.bg-none .MuiDialog-paperWidthSm {
  max-width: 875px;
}

.bg-none .MuiPaper-root .error-strip {
  height: 7% !important;
  width: 100% !important;
}

.bg-none .MuiPaper-root {
  width: 875px;
  height: 585px !important;
}

.custom-css .bg-none .MuiPaper-root {
  width: 875px;
  height: 585px !important;
}

.form-group .MuiFormGroup-root {
  flex-direction: column;
}

.form-group .MuiFormControlLabel-root {
  padding-top: 0;
}

.Settlement.MuiFormControl-root {
  width: 100%;
}

.MuiInputBase-input-MuiOutlinedInput-input {
  height: 0;
}

.exit {
  z-index: 1;
  color: #fff;
}

.doctorList.MuiGrid-root {
  display: flex;
  justify-content: space-between;
}

.radioButon.MuiFormControlLabel-root {
  padding-left: 0px;
  padding-top: 0px;
}

.selectDepartment.MuiInputBase-root {
  height: 35px;
}

#selectrole .MuiInputBase-root {
  height: 35px;
}
.selectroles .MuiFormControl-root {
  width: 98% !important;
}
.custom-text.MuiFormControl-root {
  width: 100%;
}

.tpa .MuiFormLabel-root {
  /* padding-top: inherit; */
}

.roomSetup .MuiFormLabel-root {
  /* padding-top: inherit; */
}

.nav-wrapper ul .MuiListItem-root {
  will-change: background-color, box-shadow, color;
  transition: box-shadow 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  font-size: 0.85rem;
  overflow: hidden;
}

ul .MuiListItem-root span {
  padding-left: 23px;
}

.nav-wrapper .MuiListItemIcon-root {
  min-width: 0px !important;
}

.input-group-prepend {
  display: none;
}

.main-navbar .MuiPaper-root {
  box-shadow: none !important;
}

.buttonDownloadReport {
  padding-left: 10px;
}

.addNew.MuiButtonBase-root {
  height: 45px;
  width: 100px;
}

.moveToBill.MuiDialogActions-root {
  display: flex;
  justify-content: space-between;
}

.button-patient.MuiButtonBase-root {
  margin-right: 4px;
}

.choosePayment {
  margin-right: 13px;
}

#we1 {
  min-height: 0% !important;
  min-width: none !important;
  background-color: #1976d2;
  box-shadow: -1px 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
  /* height: 1.3rem !important; */
  height: 32px !important;
  padding: 0px !important;
  color: #fff;
  border-radius: 4px;
  width: 30px !important;
}

#ic1 {
  padding: 0px !important;
  margin-left: 3px !important;
}

.MuiBadge-badge {
  position: none;
  right: -18px !important;
}

.px-31 {
  margin-left: 50px;
}

.voucher .MuiPaper-root {
  min-width: 300px;
}

#toggle_1.MuiSelect-select.MuiSelect-outlined.MuiInputBase-input.MuiOutlinedInput-input {
  margin: -20px !important;
}

.basicInf {
  padding-bottom: 5px;
}

.currentToken {
  padding-bottom: 5px;
  display: flex;
  /* margin-left: 8px; */
}

.nextTkn {
  padding-bottom: 5px;
  display: flex;
  margin-left: 8px;
}

#medical_services {
  width: 265px !important;
  margin-left: 115px !important;
}

.Revisitmodel {
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
}

.followUpLabel {
  max-width: 100% !important;
  padding: 15px !important;
}

.schedule-appnt-grid {
  padding: 20px;
}

.savebutton {
  margin-right: 20px !important;
}

.service-container
  .new-service-form
  .MuiGrid-root
  .service-form
  .MuiFormControl-root
  .MuiInputBase-root
  .MuiInputBase-input {
  padding: 1px !important;
}

#doctor-modal1 .MuiPaper-root {
  width: 500px !important;
  margin-left: -15px !important;
}

.conultant-view,
.summary-view,
.service-view,
.template-view {
  top: 0px !important;
}

#template-preview .field.field-string {
  margin-bottom: 1rem;
  padding-right: 25px;
}

#template-preview .field.field-string label {
  margin-bottom: 0.5rem;
}

#template-preview .searchbox input {
  width: 90% !important;
}

.list-layout-footer .MuiListItem-root {
  display: block !important;
}

.listItem.MuiButtonBase-root.active {
  box-shadow: inset 0.1875rem 0 0 #007bff;
  background-color: #fbfbfb;
  color: #007bff;
}

.insurance .MuiFormLabel-root {
  /* padding-top: inherit; */
}

/* .MuiFormLabel-root {
  padding-left: 5px;
} */

.othersRadio.MuiFormControlLabel-root {
  margin-right: 0px;
}

#patientRevisit .MuiPaper-root {
  /* height: 230px !important; */
  /* width: 500px !important; */
}

.birthDtls.MuiFormControl-root {
  width: 377px;
  margin-left: 7px;
}

.birthLabel {
  margin-left: 7px;
}

.bloodGroupLabel {
  margin-left: 7px;
}

.alternateNo.MuiGrid-root {
  padding-top: 25px !important;
}

#template-preview #root .form-group .field .field-string {
  padding-right: 5px;
}

.templateSearch input {
  height: 0.307em !important;
}

#PayButton,
#OverrideButton {
  background-color: #1976d2;
  box-shadow: -1px 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
}

.service-container1 .MuiFormControl-root .MuiInputBase-root {
  padding: 9px;
}

.notespadding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#notespadding .MuiFormControl-root .MuiInputBase-root {
  background-color: #fff !important;
}

.service-container1 .MuiGrid-root {
  margin-bottom: 10px !important;
}

#procedure-list .MuiCard-root {
  margin: 7px 10px !important;
}

.packagebackground .MuiFormControl-root .MuiInputBase-root {
  background-color: #fff !important;
}

/* .service-1 .MuiFormControl-root .MuiInputBase-root{
  background-color: #fff !important;
} */
.packagebackground1 .Quantity {
  background-color: #fff !important;
}

#discharge {
  background-color: rgb(249 248 248) !important;
}

#bgclr .MuiFormControl-root .MuiInputBase-root {
  background-color: #fff !important;
}

#bgclr .MuiFormControl-root .MuiInputBase-root .MuiInputBase-input {
  /* padding: 7px 14px !important; */
  padding: 2px 14px !important;
  margin-bottom: 21px !important;
}

#bgclr .MuiFormControl-root {
  padding: 0px !important;
}

#bgclr .MuiFormControl-root .MuiInputBase-root {
  padding: 0px !important;
}

.package-service1 .MuiFormControl-root .MuiInputBase-root {
  background-color: #fff !important;
  padding: 7px 9px;
  margin: -8px -7px;
}

#mainsectioninsurence1
  .MuiFormControl-root
  .MuiInputBase-root
  .MuiInputBase-input {
  padding: 7px 14px !important;
}

#packagemasteradd .MuiFormControl-root .MuiInputBase-root .MuiInputBase-input {
  padding: 7px 14px !important;
}

#billable,
#isDoctor,
#SpecificDoctor {
  margin-right: 5px;
}

#roommasteradd1 .MuiFormControl-root .MuiInputBase-root .MuiInputBase-input {
  padding: 7px 14px !important;
}

#Addstafff1 .MuiFormControl-root .MuiInputBase-root .MuiInputBase-input {
  padding: 9px 14px !important;
}

#Addstafff1 {
  padding-top: 20px !important;
}

#addstaff_bloodgroup {
  padding-top: 0px !important;
}

#addDoctor1 .MuiFormControl-root .MuiInputBase-root .MuiInputBase-input {
  padding: 7px 14px !important;
}

#addconsultant_Description .MuiFormControl-root .MuiInputBase-root {
  background-color: #fff !important;
}

#Download_report1 .MuiDialog-container .MuiPaper-root {
  width: 40% !important;
}

#Download_report1 .MuiDialog-container .MuiPaper-root .MuiDialogContent-root {
  padding: 5px 15px !important;
}

.MuiBackdrop-root {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.MuiFilledInput-root::before,
.MuiFilledInput-root::after {
  border-bottom: none !important;
}

.MuiAutocomplete-root .MuiFilledInput-root {
  padding-top: 0 !important;
  padding-left: 0 !important;
  background-color: transparent !important;
}

.MuiFilledInput-root {
  border: 1px solid #dee2e6 !important;
}

.MuiFilledInput-root.Mui-disabled {
  background-color: rgba(189, 189, 189, 0.09) !important;
  color: black !important;
}

.MuiFilledInput-input.Mui-disabled {
  -webkit-text-fill-color: rgb(84, 84, 84) !important;
}

.MuiOutlinedInput-input {
  padding: 10px 14px 10px 14px !important;
}

.ad-app .MuiDialogTitle-root {
  padding: 0 !important;
}

.ad-app-search {
  width: 100%;
}

.slot-notdisabled {
  cursor: allowed !important;
}

.slot-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

#admin-appointment .ag-root-wrapper-body.ag-layout-normal {
  height: 100% !important;
}

.icon-spacing {
  margin-right: 10px;
  /* Adjust as needed */
}

#visitModal
  .MuiDialog-root
  .MuiDialog-container
  .MuiPaper-root
  .MuiDialog-paper {
  width: 100% !important;
}

/* .MuiDialog-container .MuiDialog-scrollPaper{
      width: 600px !important;
    } */
/* #visitModal1.MuiDialog-container{
      width: 500px;
    } */
.modalDialog1 .MuiPaper-root {
  width: 520px !important;
}

.VisitList {
  font-size: 14px !important;
  padding-right: 35px !important; /* 🔥 Push text away from arrow */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#admissionDate1 {
  width: 60% !important;
}

.select-wrapper {
  height: 50px;
  overflow-y: visible;
}

.dealocate1.MuiDialogContent-root {
  padding-top: 5px !important;
}

.modalDialog2 .MuiPaper-root {
  height: 40% !important;
  width: 60% !important;
}

.custom-scrollable {
  max-height: 150px;
  /* Set the max height */
  overflow-y: auto;
  /* Enable scrolling if content exceeds the height */
  display: block;
  /* Ensure it's visible */
  width: 100%;
  /* Match the dropdown button width */
  position: absolute;
  z-index: 1000;
  background-color: white;
  border: 1px solid #ccc;
}

.custom-scroll {
  max-height: 150px;
  overflow-y: auto;
}

.wrapper {
  width: 200px;
  padding: 20px;
  height: 150px;
}

.insurancecard {
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 16px !important;
  cursor: pointer !important;
  max-width: 50% !important;
  position: relative !important;
  flex: 1 !important;
}

.css-3dzjca-MuiPaper-root-MuiPopover-paper-MuiMenu-paper li {
  background: white !important;
}
.insuranceIcon {
  position: absolute;
  top: 8px;
  /* right: 8px; */
  cursor: pointer;
}

.insuranceDate {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-weight: 400;
  font-size: 12px;
}

.insuranceButton {
  padding: 6px 10px !important;
  background-color: #007bff !important; /* Correct background color */
  color: rgb(255, 255, 255) !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  white-space: nowrap !important; /* Prevents text wrapping */
  display: inline-flex !important; /* Ensures the button only takes as much space as needed */
  align-items: center !important; /* Aligns icon and text vertically */
  gap: 6px !important; /* Adds spacing between icon and text */
  height: 35px;
  margin-bottom: auto;
}

.insurance-wrap {
  max-width: 30px;
  max-width: calc(100% - 60px);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* added on 26-03-2025  for prescripton page changes*/
.search-results-dropdown {
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
}

.hover-bg-gray:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.presc-search-result.selected {
  background-color: lightblue;
  cursor: pointer;
}

button:focus,
i:focus {
  outline: 2px solid #007bff;
  border-radius: 4px;
}

button:focus-visible,
i:focus-visible {
  outline: 2px solid #007bff;
}

/* Container for Selected Tablets */
.tablet-container {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  cursor: pointer;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin: 5px 0;
  width: 100%;
  /* height: 15%; */
}

/* Tablet Image */
.tablet-image-wrapper {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tablet-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Tablet Name */
.tablet-name {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-basis: 44%;
  max-width: 44%;
  min-width: 44%;
  text-align: left;
  margin-left: 0px;
  padding-left: 10px;
}

/* Tablet Details */
.tablet-details {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-grow: 1;
  justify-content: flex-start;
  min-width: 50%;
}

/* Tablet Detail Fields */
.tablet-detail-field {
  font-size: 0.9rem;
  padding: 4px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}
/* Remove Button */
.remove-button {
  background: none;
  border: none;
  font-size: 0.9rem;
  color: grey;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Buttons Styling */
.action-buttons {
  display: flex;
  flex-direction: row-reverse;
  padding: 15px;
  width: 100%;
}

.action-button {
  background-color: #007bff;
  color: white;
  padding: 10px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  width: 120px;
  text-align: center;
  margin-left: 10px;
}

.action-button:hover {
  background-color: #0056b3;
}

/* Focus Styles for Accessibility */
button:focus,
i:focus {
  outline: 2px solid #007bff;
  border-radius: 4px;
}

button:focus-visible,
i:focus-visible {
  outline: 2px solid #007bff;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
  .tablet-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .action-buttons {
    flex-direction: column;
    align-items: center;
  }

  .action-button {
    width: 100%;
    margin-bottom: 10px;
  }
}

.alert-icon {
  position: relative;
  cursor: pointer;
}

.alert-icon:hover::after {
  content: "Please submit Aadhaar details before Discharge";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 12px;
  min-width: 220px;
  background-color: #ffffff;
  color: #333;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  font-family: "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  white-space: normal;
}

/* Add a small arrow pointing to the icon */
.alert-icon:hover::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #ffffff;
  z-index: 1001;
  filter: drop-shadow(-1px 0 1px rgba(0, 0, 0, 0.1));
}

.billingTabs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0.5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  background-color: #ededed;
  max-height: 3em;
}

.billingHeader {
  display: flex;
  justify-content: space-between;
}

.billingContainer {
  /* display: flex; */
  height: 100%;
  width: 100%;
  padding: auto;
  margin: 1rem;
}

.sidebar {
  width: 250px;
  background-color: #f4f4f4;
  padding: 20px;
}

.main-content {
  flex: 1;
  /* padding: 20px; */
}

.header {
  display: flex;
  justify-content: space-between;
}

.summary-header {
  display: flex;
  justify-content: space-between;
}

.finInfoCard {
  /* width: 18rem; */
  margin-left: 0.6rem;
  border: 0.06em solid #999;
  border-radius: 0.5em;
  padding: 0.6em;
  box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.2);
  inline-size: fit-content;
}

.finInfoCard:hover {
  border: 0.06em solid #006fe6;
  color: #006fe6;
}

.finInfoCardText {
  font-weight: normal;
  font-size: 0.9em;
  padding-right: 1em;
}

.financial-info {
  display: flex;
  gap: 20px;
}

.billingPageTabNSearch {
  /* display: grid;
  grid-template-columns: auto auto; */
  display: flex;
  justify-content: space-between;
  /* flex-grow: 1; */
  max-height: 4em;
  /* background-color: dodgerblue; */
  /* padding: 10px; */
}

.actions {
  margin: 20px 0;
}

.service-table {
  width: 100%;
  border-collapse: collapse;
}

.service-table th,
.service-table td {
  border: 1px solid #ddd;
  padding: 8px;
}

.pagination {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.paymentMethodsDiv {
  display: flex;
  align-items: center;
  gap: 1.5em;
  flex-wrap: wrap;
  width: 90%;
  height: 5em;
  margin-top: 1em;
  margin-left: 0.3em;
  border-radius: 10px;
  background-color: #ebebeb;
  padding: 0.5em 0.5em;
}

.payment-method-box {
  height: 60%;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
  padding: 0.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 2%;
  /* This allows the boxes to shrink below their content size */
  max-width: calc(25% - 15px);
  /* Accounting for gap */
  background-color: #ffffff;
  margin: 2px;
  /* margin-bottom: 2px; */
}

.payment-method-box:hover {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

.payment-method-box.active {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

.payment-method-box.selected {
  border: 2px solid #007bff; /* blue border for selected mode */
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.2);
}

.paymentIcon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.paymentInfoData {
  width: 90%;
  /* height: 5em; keep this line commented */
  justify-content: space-between;
  padding: 2em;
  margin-top: 1em;
  margin-left: 0.3em;
  border-radius: 10px;
  background-color: #ebebeb;
  flex-wrap: wrap;
  overflow: hidden;
}

.paymentButtonMainDiv {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 2em;
}

.paymentButtonMainDiv.removeMargin {
  margin-top: 0em !important;
}

.productSearchInput {
  height: 40px;
}

.searchedProductDiv {
  align-items: start;
  /* z-index: 1003; */
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.erpSearchProdElementInnerShadow {
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset; */
  /* box-shadow: 5px 10px 20px 5px Green inset; */
}

.erpSearchProd.show {
  visibility: visible;
}

.erpSearchProd {
  /* min-width: 300px; */
  visibility: hidden;
}

.billingPage-ERPProdSearch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.8rem;
  z-index: 1003;
  /* margin-top: 1em; */
}

.searchSelectWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0.3rem;
}

.search-bar-wrapper {
  width: 100%;
}

.select-dropdown-wrapper {
  flex: 1;
}

.finCardSummaryPayIconDiv {
  display: flex;
  /* width: 30%; */
  /* padding-left: 2em; */
  align-items: center;
  justify-content: center;
  border-right: 1px solid black;
}

.finCardSummaryPayIcon-payicon {
  max-height: 54px;
}
.finCardSummaryPayIcon-reload {
  max-height: 30px;
}

.fincardsMainDiv {
  column-gap: 1.8em;
  display: flex;
  justify-content: start;
  align-items: center;
}

.erpProdSearchInput {
  height: 40px;
  width: 100%;
}

.erpProdSearchInput:focus-visible {
  outline: blue solid 2px !important;
}

.filters {
  display: grid;
  grid-gap: 0px 3px;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-right-color: #25b09b;
  animation: l15 1s infinite linear;
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
  animation: l15 2s infinite;
}
.loader::after {
  margin: 8px;
  animation-duration: 3s;
}

@keyframes l15 {
  100% {
    transform: rotate(1turn);
  }
}

.pointerCursor {
  cursor: pointer;
}

.progressCursor {
  cursor: progress;
}
.alert-div-error {
  height: 7% !important;
}

.ag-header-left .ag-header-cell-label {
  justify-content: flex-start !important;
  text-align: left !important;
}

.selected-item {
  /* background-color: #959fa0 !important; */
  background-color: #294961 !important;
}

/* Base list item */
.erpSearchProdElementInnerShadow {
  padding: 8px 12px;
  margin: 0;
  /* border-radius: 4px; */
  /* background-color: transparent; */
  background-color: #ededed;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

/* Hover effect */
.erpSearchProdElementInnerShadow:hover {
  background-color: #7bb8f4 !important;
}

/* Selected item with keyboard */
.selected-item {
  /* background-color: #e6f4ff !important; */
  background-color: #7bb8f4 !important;
  border-left: 3px solid #1976d2;
}

/* Text layout inside item */
.erpSearchProdElementInnerShadow h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Price */
.erpSearchProdElementInnerShadow h6 span {
  font-size: 14px;
  color: #1976d2;
  font-weight: 600;
}

.editable-cell {
  background-color: #e8f5e9; /* light green */
  font-weight: bold;
  border-right: 1px solid #383636 !important;
}

.non-editable-cell {
  background-color: #f5f5f5; /* light grey */
  color: #888;
}

.select-wrapper-marker {
  position: relative;
}

.select-tag-marker {
  padding-right: 30px !important; /* Add space for dropdown icon */
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D'12'%20height%3D'12'%20viewBox%3D'0%200%2012%2012'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M2%204l4%204%204-4'%20stroke%3D'%23666'%20stroke-width%3D'1.5'%20fill%3D'none'%20fill-rule%3D'evenodd'/%3E%3C/svg%3E");
  background-color: white; /* or your form background */
}

/* Sidebar base style */
/* .main-sidebar {
  width: 250px;
  background-color: #fff;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  transition: transform 0.3s ease;
} */

/* Sidebar hidden on small screens by default */
@media (max-width: 768px) {
  .main-sidebar {
    transform: translateX(-100%);
  }

  .main-sidebar.open {
    transform: translateX(0);
  }

  #mainpage.sidebar-hidden {
    margin-left: 0 !important;
  }

  .navbar-toggle-icon {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
  }
  #sidebar.sidebar-hidden {
    display: none !important;
  }
}

/* Hide toggle on desktop */
.navbar-toggle-icon {
  display: none;
}

/* Appointment Schedule Modal Styles */

.slot-current-time {
  background-color: #00a884;
  color: #fff;
}

/* @keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 152, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 152, 0, 0);
  }
} */

/* Make sure the current time highlighting has higher priority than other states */
.slot-current-time.slot-booked {
  background-color: #4caf50 !important; /* Keep green for already selected */
}

.slot-current-time:not(.slot-booked):not(.slot-alreadybooked):not(.slot-leave) {
  background-color: #ffeb3b !important;
  cursor: pointer;
}

/* .slot-current-time:hover {
  background-color: #fdd835 !important;
} */

/* Basic date button styling */
.btn-date {
  padding: 8px 12px;
  margin: 2px;
  border: 1px solid #ddd;
  background-color: #4caf50;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 60px;
  text-align: center;
  font-size: 14px;
}

.btn-date:hover {
  background-color: #f5f5f5;
  border-color: #999;
}

/* CRITICAL: This is the class that highlights the selected date */
.btn-date.active {
  background-color: #007bff !important; /* Blue background */
  color: white !important; /* White text */
  border-color: #007bff !important; /* Blue border */
  font-weight: bold !important;
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3) !important;
}

/* Make sure the active state overrides other states */
.btn-date.active:hover,
.btn-date.active:focus {
  background-color: #0056b3 !important;
  border-color: #0056b3 !important;
  color: white !important;
}

/* Alternative - if you want to highlight today's date differently */
.btn-date.today {
  border: 2px solid #ffc107;
  background-color: #fff3cd;
  color: #856404;
  font-weight: bold;
}
.ag-cell.wrap-cell {
  white-space: pre-line !important;
  line-height: 1.5 !important;
}

.custom-input {
  margin-left: 0; /* remove unwanted margin */
  margin-right: 0;
}

.local-grid-override > .MuiGrid-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.icon-action-row {
  height: 28px;
}

.icon-btn {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}

.icon-btn:hover {
  transform: scale(1.1);
  color: #0d6efd; /* Bootstrap primary color */
}

.icon-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.buttonDisabled {
  color: #ccc;
  cursor: "not-allowed";
  opacity: 0.6;
}
/* --- loading the page css--- */

.global-loader-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.global-loader-ring {
  width: 70px;
  height: 70px;
  border: 6px solid #3498db;
  border-radius: 50%;
  animation: pulse-ring 1.4s infinite ease-in-out;
}

.global-loader-text {
  color: #3498db;
  margin-top: 10px;
  font-weight: 500;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.6);
    opacity: 0.6;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0.6;
  }
}
.alert-toast {
  padding: 8px 14px !important;
  min-height: 40px !important;
  display: flex;
  align-items: center;
}

.bg-none .MuiPaper-root.alert-toast-paper {
  height: auto !important;
  min-height: unset !important;
  max-height: unset !important;
}

.invoiceTitle {
  background: #fff;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); /* subtle inner shadow */
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.tabWrapper {
  position: relative;
  display: inline-block;
}

/* Hidden by default */
.shortcutBadge {
  position: absolute;
  opacity: 0;
  top: -12px;
  transform: translate(0, 0);
  transition: opacity 0.25s ease-in-out;

  background-color: #faf8f6; /* Same as your style */
  color: #000;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;

  right: 0;
  bottom: 0;

  z-index: 2;
}

/* Show on hover */
.tabWrapper:hover .shortcutBadge {
  opacity: 1;
}

/* Add this to your global CSS */
.ag-root-wrapper:focus,
.ag-root:focus,
.ag-header:focus,
.ag-body-viewport:focus {
  outline: none !important;
}

/* Remove all AG-Grid elements from tab order */
/* .ag-theme-balham [tabindex],
.ag-root [tabindex],
.ag-header [tabindex],
.ag-floating-filter-input input {
  tabindex: -1 !important;
} */

.visit-link {
  color: #1976d2;
  cursor: pointer;
  text-decoration: underline;
}
.visit-link:hover {
  text-decoration: none;
}

.visit-link-disabled {
  color: #141414;
  text-decoration: none;
  cursor: pointer;
}

.invoice-dropdown .dropdown-menu {
  min-width: unset !important;
  width: auto !important;
}




/* one step onboard */

.tf-85 {
    width: 135% !important;
    height: "35px" !important;
}


.small-input {
    width: 180px !important;        /* uniform width */
}

.small-input .MuiOutlinedInput-root {
    height: 40px !important;        /* small height */
}

.small-input .MuiInputBase-input {
    padding: 8px 12px !important;
}

.row-gap {
    margin-right: 24px;             /* spacing between fields */
}


.row-container {
    margin-bottom: 17px;            /* spacing between rows */
}


.form-field {
    width: 195px !important;       /* same width for ALL fields */
}

.form-field .MuiOutlinedInput-root,
.form-field .MuiInputBase-root {
    height: 38px !important;       /* uniform height */
}

.form-field .MuiInputBase-input {
    padding: 10px 12px !important; /* good spacing inside */
}

.field-gap {
    margin-right: 24px !important; /* gap between fields */
}

.row-space {
    margin-bottom: 15px;           /* spacing between rows */
}


/* one step onboard */

.tf-85 {
    width: 135% !important;
    height: "35px" !important;
}


.small-input {
    width: 180px !important;        /* uniform width */
}

.small-input .MuiOutlinedInput-root {
    height: 40px !important;        /* small height */
}

.small-input .MuiInputBase-input {
    padding: 8px 12px !important;
}

.row-gap {
    margin-right: 24px;             /* spacing between fields */
}


.row-container {
    margin-bottom: 17px;            /* spacing between rows */
}


.form-field {
    width: 195px !important;       /* same width for ALL fields */
}

.form-field .MuiOutlinedInput-root,
.form-field .MuiInputBase-root {
    height: 38px !important;       /* uniform height */
}

.form-field .MuiInputBase-input {
    padding: 10px 12px !important; /* good spacing inside */
}

.field-gap {
    margin-right: 24px !important; /* gap between fields */
}

.row-space {
    margin-bottom: 15px;           /* spacing between rows */
}


.gender-radio{
  margin-right:19px !important ;
}