@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i");

*:active,
*:focus {
  outline: 0 none;
}

.full_height {
  height: 100%;
}

/* html,
body {
	min-width: 768px;
} */
body {
  font-family: "Rubik", sans-serif;
  padding: 0;
  background-color: rgb(245, 247, 250);
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  color: #353638;
}

/* .container,
.container-fluid {
	min-width: 768px;
} */

label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}

.m-loader.btn {
  padding-right: 60px;
  position: relative;
}

.m-loader::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid transparent;
  border-radius: 50%;
  -webkit-animation: m-loader-rotate 0.6s linear infinite;
  animation: m-loader-rotate 0.6s linear infinite;
  right: 20px;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.7rem;
  margin-left: -0.7rem;
}

.default_button_swal {
  color: #333;
  background-color: #fff;
  border: 1px solid #adadad;
}

.default_button_swal:hover {
  color: #333;
  background-color: #fff;
  border: 1px solid #adadad;
}

.default_button_swal:not([disabled]):hover {
  background-color: #fff;
  color: #333;
  border: 1px solid #adadad;
}

@-webkit-keyframes m-loader-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes m-loader-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.modal-xl {
  max-width: 1152px;
}

.alert {
  font-size: 14px;
  padding: 0.5rem 1.25rem;
}

.alert-danger-outline {
  color: #ee5a5a;
  background-color: transparent;
  border-color: #ee5a5a;
}

.alert-dismissible {
  padding-right: 1.25rem;
}

.alert-icon-col {
  font-size: 24px;
  width: 38px;
}

.alert_text {
  width: calc(100% - 68px);
}

.alert_icon .close.alert_close {
  font-size: 20px;
  position: static;
  width: 30px;
  padding: 5px;
  opacity: 1;
  text-shadow: none;
}

.alert-danger-outline .close.alert_close {
  color: #ee5a5a;
}

.alert-success-outline {
  color: #01bbae;
  background-color: transparent;
  border-color: #01bbae;
}

.alert-success-outline.close:focus,
.alert-success-outline .close:hover {
  color: #01bbae;
}

.border-radius-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.btn {
  color: #fff;
  font-size: 16px;
  padding: 12px 23px;
  border-radius: 6px;
}

.btn>img {
  margin-right: 8px;
}

.btn-primary {
  background: #02bbae;
  /* Old browsers */
  background: -moz-linear-gradient(top,
      #02bbae 0%,
      #1fa8a0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      #02bbae 0%,
      #1fa8a0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      #02bbae 0%,
      #1fa8a0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02bbae', endColorstr='#1fa8a0', GradientType=0);
  /* IE6-9 */
  border: 1px solid #1ea9a1;
}

.btn-primary:hover,
.btn-primary:focus {
  border: 1px solid #1ea9a1;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background: #02bbae;
  /* Old browsers */
  background: -moz-linear-gradient(top,
      #1fa8a0 0%,
      #02bbae 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      #1fa8a0 0%,
      #02bbae 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      #1fa8a0 0%,
      #02bbae 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1fa8a0', endColorstr='#02bbae', GradientType=0);
  /* IE6-9 */
  border: 1px solid #1ea9a1;
  border-color: #1ea9a1;
}

/* .text-primary{
	color: #17ada3 !important;
	font-size: 15px !important;
    font-weight: 400 !important;
} */

.form-control {
  padding: 13px 15px;
  font-size: 15px;
  box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  border-color: #dddddd;
  color: #353638;
  font-weight: 300;
}

.form-control:focus {
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
  border-color: #dddddd;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b1b1b1;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b1b1b1;
}

.full_page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 80px;
  background-color: #fff;
  height: 100%;
}

.register_page {
  padding-bottom: 140px;
  min-height: 850px;
  padding-top: 70px;
}

.input_section {
  display: block;
  width: 43%;
  margin-left: 57%;
}

.image_section {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 593px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  z-index: -1;
}

.view_billing_tariff_main .service_newadd {
  display: none;
}

.image_section img {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  min-width: 450px;
}

.form_header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.form_header_logo {
  margin-right: 24px;
}

.form_heading h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 2px;
}

.form_heading p {
  font-size: 14px;
  color: #737373;
  font-weight: 300;
  margin: 0;
}

.login_type {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.login_type:last-child {
  margin-right: 0px;
}

.login_type>input {
  display: none;
}

.login_type>input+label {
  font-size: 15px;
  color: #737373;
  background-color: #fafafa;
  border-radius: 6px;
  padding: 9px 15px;
  border: 2px solid #fafafa;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.login_type>input:checked+label {
  color: #01bbae;
  background-color: #ffffff;
  border: 2px solid #01bbae;
}

.login_type>input+label>span {
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #00507d;
  border-radius: 50%;
  box-shadow: 0px 1px 4px rgba(0, 80, 125, 0.3);
  top: -10px;
  right: -10px;
  text-align: center;
  display: none;
}

.login_type>input:checked+label>span {
  display: block;
}

.login_options {
  margin-bottom: 20px;
}

.login_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
}

.help {
  display: flex;
  text-align: left;
  align-items: center;
  text-decoration: none;
}

.help:hover,
.help:focus {
  text-decoration: none;
}

.help_icon {
  margin-right: 10px;
}

.help_desc h3 {
  color: #737373;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 3px;
}

.help_desc h4 {
  font-size: 13px;
  font-weight: 500;
  color: #353638;
  margin: 0;
}

.login_footer_inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
  /* height: 78px; */
  padding-top: 30px;
  padding-bottom: 30px;
}

.register {
  font-size: 14px;
  font-weight: 300;
}

.register>a {
  font-weight: 500;
  color: #01bbae;
}

.sign_up_header {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.preferences {
  font-size: 14px;
  margin-bottom: 15px;
}

.left_fieldbox {
  padding-right: 60px;
}

.right_fieldbox {
  padding-left: 60px;
  position: relative;
}

.right_fieldbox::before {
  content: "";
  width: 1px;
  height: 100%;
  left: -15px;
  top: 0;
  background-color: #e4e4e4;
  position: absolute;
}

select.form-control:not([size]):not([multiple]) {
  height: 50px;
}

.select_box {
  position: relative;
}

.select_box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  position: relative;
  z-index: 1;
  padding-right: 30px !important;
}

.select_box select:focus {
  background-color: transparent;
}

.select_box::after {
  position: absolute;
  content: "";
  top: 19px;
  right: 6px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-color: #000 transparent transparent transparent;
  z-index: 0;
}

.input_tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.input_tags ul li {
  background-color: #8be3dd;
  display: inline-block;
  font-size: 14px;
  color: #023532;
  border-radius: 4px;
  border: 1px solid #3ab9b1;
  padding: 6px 45px 6px 10px;
  margin: 0 5px 8px 0;
  position: relative;
}

.input_tags ul li span {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}

.navbar_custom {
  height: 70px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 888;
  left: 0;
  right: 0;
  top: 0;
  /* min-width: 768px; */
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  padding: 0 40px;
}

.navbar_custom_one {
  height: 70px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 888;
  left: 0;
  right: 0;
  top: 61px;
  /* min-width: 768px; */
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  padding: 0 40px;
}

.navbar_custom_session {
  top: 0;
}

.profile_link {
  display: flex;
}

.profile_link>a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #353638 !important;
  font-weight: 400;
  padding: 0rem 1rem;
}

.profile_image {
  height: 32px;
  width: 32px;
  display: inline-block;
  border-radius: 50%;
  background-color: #d6d9da;
  background-size: cover;
  background-position: center center;
  margin-right: 10px;
  min-width: 32px;
}

.username {
  display: inline-block;
  color: #01bbae;
  margin-right: 6px;
  font-weight: 500;
}

.notifications {
  padding: 0 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.notifications a {
  position: relative;
}

.notifications .counter {
  position: absolute;
  background-color: #f6692f;
  color: #fff;
  text-align: center;
  height: 14px;
  border-radius: 50%;
  top: 4px;
  left: 19px;
  border: 3px solid #fff;
  width: 14px;
}

.profile_link .dropdown-toggle::after {
  border-top-color: #b1b1b1;
}

.notify {
  font-size: 14px;
  color: #737373;
  font-weight: 300;
}

.notify b {
  font-size: 14px;
  color: #353638;
  font-weight: 500;
}

.bd-content {
  padding: 100px 45px 35px 305px;
  transition: 0.4s;
}

.header_search {
  margin-left: 16px;
}

.bd-content-full {
  padding: 100px 45px 35px 45px;
}

.bd-content-center {
  padding: 100px 0px 35px 255px;
}

.bd-sidebar {
  position: fixed;
  left: 0;
  top: 70px;
  bottom: 0;
  width: 265px;
  z-index: 888;
  overflow: auto;
  background: #f5f7fa;
}

.bd-sidebar_one {
  position: fixed;
  left: 0;
  top: 135px;
  bottom: 0;
  width: 265px;
  z-index: 554;
  overflow: auto;
  background: #f5f7fa;
  transition: 0.4s;
}

.bd-sidebar_session {
  top: 70px;
}

.navbar-brand {
  width: 186px;
}

.navbar-light .navbar-toggler {
  color: rgb(53, 54, 56);
  border-color: transparent;
  padding: 0;
  margin-right: 15px;
  display: none;
  outline: none;
}

.rhsc_main_panel {
  padding-right: 0px !important;
}

.main_menu {
  padding: 30px 30px 0;
  height: calc(100vh - 70px);
  overflow: auto;
}

.main_menu>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main_menu>ul>li {
  margin-bottom: 23px;
}

.main_menu>ul>li>a {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #353638;
  text-decoration: none;
  position: relative;
}

.main_menu>ul>li.active>a {
  color: #02bbae;
  font-weight: 500;
}

.main_menu>ul>li.active>a {
  color: #02bbae;
  font-weight: 500;
}

.icon_main {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 15px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_menu>ul>li.active .icon_main {
  box-shadow: 0px 0px 13px 0px rgba(12, 174, 163, 0.41);
  background-color: #01bbae;
}

.icon_main.has_notification::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #f6692f;
  border-radius: 50%;
  right: -1px;
  top: -1px;
}

.icon_main #color_icon {
  fill: #353638;
}

.main_menu>ul>li.active .icon_main #color_icon {
  fill: #ffffff;
}

.menu_heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #b0bcbb;
  font-weight: 500;
  margin-bottom: 18px;
}

.submenu {
  list-style: none;
  border-left: 1px solid #e4e4e4;
  margin-left: 19px;
  padding-left: 36px;
  padding-top: 5px;
}

.submenu a {
  color: #737373;
  font-size: 13px;
  text-decoration: none;
  padding: 8px 0;
  display: block;
}

.submenu li.active a {
  color: #02bbae;
  font-weight: 500;
}

.sub_counter {
  background-color: #f6692f;
  color: #fff;
  text-align: center;
  min-width: 18px;
  height: 18px;
  line-height: 18.5px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 22px;
  padding: 0 3px;
  display: inline-block;
  margin-left: 2px;
}

.main_menu>ul>li.active>a.has_submenu {
  color: #353638;
  font-weight: 500;
}

.has_submenu::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3rem solid;
  border-right: 0.3rem solid transparent;
  border-bottom: 0;
  border-left: 0.3rem solid transparent;
  position: absolute;
  right: 0;
  top: 19px;
}

.has_submenu::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.collapsed.has_submenu::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.help_sm {
  display: flex;
  text-align: left;
  align-items: center;
  text-decoration: none;
  position: fixed;
  bottom: 35px;
  padding-left: 30px;
  background: #f5f7fa;
}

.help_sm:hover,
.help_sm:focus {
  text-decoration: none;
}

.help_icon_sm {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 15px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.help_desc_sm h3 {
  color: #737373;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 3px;
}

.help_desc_sm h4 {
  font-size: 13px;
  font-weight: 500;
  color: #353638;
  margin: 0;
}

.heading {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.action_box {
  display: inline-block;
  margin-right: 15px;
}

.action {
  padding: 18px 40px 18px 20px;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  display: flex;
}

.action:hover,
.action:focus {
  text-decoration: none;
}

.action_schedule {
  background-color: #fff;
  height: 100%;
  padding: 27px 40px 27px 20;
}

.viewsym {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.medical_inpatient .inpatient_record_list ul li {
  border: 2px solid rgb(127, 208, 221) !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  margin-right: 10px !important;
  background: #fff !important;
}

.medical_inpatient .inpatient_record_list ul li:hover {
  background-color: rgb(230, 245, 248) !important;
}

.medical_inpatient .inpatient_record_list ul .active_status {
  background-color: rgba(127, 208, 221, 0.38) !important;
  border: 2px solid rgb(0, 164, 189) !important;
}

.action_icon {
  margin-right: 13px;
}

.action_text h3 {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 2px;
  margin-top: 0;
}

.action_text h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 2px;
  color: #fff;
  margin-top: 0;
  line-height: 23px;
  margin-bottom: 7px;
}

.action_text h5 {
  font-size: 13px;
  margin-bottom: 0px;
  color: #fff;
  margin-top: 0;
  font-weight: 400;
}

.action_text p {
  font-size: 13px;
  margin-bottom: 0;
}

.action_schedule h3 {
  color: #353638;
}

.action_schedule p {
  color: #b1b1b1;
}

.action_availability {
  background-color: #329a93;
}

.action_availability h3 {
  color: #ffffff;
}

.action_availability p {
  color: #ffffff;
}

.action_patient {
  background-color: #2cb2a9;
  pointer-events: none;
  height: 100%;
}

.occupeid_patient {
  background-color: #f25e5e;
  pointer-events: none;
  height: 100%;
}

.action_container {
  display: flex;
  margin-bottom: 39px;
}

.action_appointment {
  background-color: #26c4ba;
  pointer-events: none;
  height: 100%;
}

.table {
  border-spacing: 0px 8px;
  border-collapse: separate;
  border-top: 1px solid #e8e8e8;
}

.table_head {
  font-size: 14px;
  padding-bottom: 18px;
}

.table th {
  border: none;
  color: #b0bcbb;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 7px 10px;
}

.table th:first-child {
  padding: 7px 10px 7px 10px;
}

.table th:last-child {
  padding: 7px 30px 7px 10px;
}

.table td {
  font-size: 13px;
  padding: 16px 10px;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  vertical-align: middle;
  height: 70px;
}

.table td:first-child {
  border-radius: 6px 0 0 6px;
  border-left: 1px solid #eeeeee;
  padding: 16px 10px 16px 10px;
}

.table td:last-child {
  border-radius: 0px 6px 6px 0px;
  border-right: 1px solid #eeeeee;
  padding: 16px 0px 16px 0px;
}

.med_center h5 {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 2px;
}

.med_center p {
  font-size: 11px;
  margin-bottom: 0;
  color: #737373;
}

.d_profile {
  display: flex;
  align-items: center;
}

.d_pro_img {
  margin-right: 10px;
  min-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.d_pro_img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d_pro_text h4 {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0px;
  white-space: nowrap;
}

.d_pro_text a {
  font-size: 11px;
  color: #01bbae;
}

.addMoreBtn {
  background-color: #329a93;
  justify-content: center;
}

#view_profile .d_pro_text a {
  font-size: 11px;
  color: #01bbae;
  cursor: pointer;
}

.hospital_name {
  font-size: 18px;
  color: #01bbae;
  font-weight: 500;
  margin-bottom: 0;
}

.btn-xs {
  border-radius: 8px;
  font-size: 13px;
  padding: 7px 13px;
}

.btn-light {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top,
      #ffffff 0%,
      #f2f2f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      #ffffff 0%,
      #f2f2f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      #ffffff 0%,
      #f2f2f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F2F2F2', GradientType=0);
  /* IE6-9 */
  border: 1px solid #e6e6e6;
  color: #353638;
}

.btn-light.disabled,
.btn-light:disabled {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top,
      #ffffff 0%,
      #f2f2f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      #ffffff 0%,
      #f2f2f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      #ffffff 0%,
      #f2f2f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F2F2F2', GradientType=0);
  /* IE6-9 */
  border: 1px solid #e6e6e6;
  color: #353638;
  opacity: 0.5;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top,
      #f2f2f2 0%,
      #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      #f2f2f2 0%,
      #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      #f2f2f2 0%,
      #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#FFFFFF', GradientType=0);
  /* IE6-9 */
  border: 1px solid #e6e6e6;
  color: #353638;
}

.btn-blue {
  background-color: #49aef4;
  /* Old browsers */
  border: 1px solid #49aef4;
  color: #ffffff;
}

.btn-blue:hover,
.btn-blue:focus {
  color: #fff;
  box-shadow: none;
}

.btn-blue:active {
  background-color: #429fdf;
  /* Old browsers */
  border: 1px solid #429fdf;
}

.btn>.icon {
  margin-right: 7px;
}

.btn-danger {
  background-color: #f44949;
  border-color: #f44949;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #f44949;
  border-color: #f44949;
  box-shadow: none;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  background-color: #e24646;
  border-color: #e24646;
  box-shadow: none;
}

.tel_center h5 {
  font-size: 11px;
  margin: 0;
  font-weight: 400;
}

.tel_center h5 img {
  margin-right: 5px;
}

.tel_center span {
  font-size: 11px;
  color: #f6692f;
  padding: 2px 7px;
  display: inline-block;
  background-color: rgba(246, 105, 47, 0.1);
  border-radius: 4px;
  margin-top: 7px;
}

.btn-sm {
  font-size: 13px;
  padding: 9px 19px;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.dropdown-menu {
  border: none;
  box-shadow: 0px 2px 15px 0px rgba(197, 197, 197, 0.5);
  font-size: 13px;
  padding: 11px 0;
}

.dropdown-item {
  padding: 7px 15px;
}

.dropdown-item img {
  margin-right: 12px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #212529;
  text-decoration: none;
  background-color: #f8f9fa;
}

.no_caret::after {
  display: none;
}

.sure {
  padding: 8px 20px 10px;
  width: 270px;
}

.sure h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
}

.modal-backdrop {
  background-color: #131313;
}

.modal-backdrop.show {
  opacity: 0.83;
}

.genmodal .modal-content {
  border-radius: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
}

.genmodal_custom .close {
  position: absolute;
  right: 25px;
  top: 22px;
  opacity: 1;
  z-index: 999;
}

.onboarding .close {
  position: absolute;
  right: 25px;
  top: 22px;
  opacity: 1;
  z-index: 999;
}

.onboarding .modal-content {
  padding: 28px 20px 10px;
}

.onboarding {
  max-width: 630px;
}

.onboading_screens {
  text-align: center;
  padding: 0 20px;
}

.onboading_screens>img {
  margin-bottom: 20px;
}

.onboading_screens h3 {
  font-size: 21px;
  font-weight: 400;
}

.onboading_screens p {
  font-size: 14px;
  color: #b1b1b1;
  font-weight: 300;
}

.onboarding .swiper-container {
  padding-bottom: 35px;
}

.onboarding .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  transform: scale(0.45);
  background: #b1b1b1;
  opacity: 1;
}

.onboarding .swiper-pagination-bullet-active {
  background: #01bbae;
  transform: scale(1);
}

.onboarding .swiper-button-next {
  position: absolute;
  bottom: -23px;
  top: auto;
  background-image: none;
  right: 2px;
  font-size: 11px;
  color: #01bbae;
  font-weight: 500;
  text-transform: uppercase;
  width: 80px;
  text-align: right;
}

.onboarding .swiper-button-next .onboarding_next {
  display: block;
}

.onboarding .swiper-button-next .onboarding_last {
  display: none;
}

.onboarding .swiper-button-next.swiper-button-disabled .onboarding_next {
  display: none;
}

.onboarding .swiper-button-next.swiper-button-disabled .onboarding_last {
  display: block;
}

.onboarding .swiper-button-next.swiper-button-disabled {
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
}

.onboarding .swiper-button-prev {
  position: absolute;
  bottom: -23px;
  top: auto;
  background-image: none;
  right: 2px;
  font-size: 11px;
  color: #01bbae;
  font-weight: 500;
  text-transform: uppercase;
  width: 80px;
  text-align: left;
}

.page_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  position: relative;
}

.add_schedule {
  width: 20px;
  height: 20px;
  display: flex;
  background-color: #329a93;
  border-radius: 50%;
  justify-content: center;
  margin-left: 12px;
}

.appointment_type a {
  font-size: 14px;
  color: #737373;
  border: 1px solid #dadada;
  border-radius: 6px;
  padding: 8px 20px;
  text-decoration: none;
  margin-left: 10px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F2F2F2', GradientType=0);
  border: 1px solid #e6e6e6;
  color: #353638;
  display: flex;
  height: 40px;
  align-items: center;
}

.appointment_type a.active {
  color: #fff;
  font-size: 14px;
  border: 1px solid #1ea9a1;
  background-color: #01bbae;
  background: #01bbae;
  font-weight: 500;
}

.appointment_type a>span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #f6692f;
  font-weight: 500;
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  margin-left: 5px;
}

.appointment_type a.active>span {
  display: none;
}

.appointment_type a svg {
  margin-right: 8px;
}

.appointment_type a svg #icon_clr {
  fill: #49aef4;
}

.appointment_type a.active svg #icon_clr {
  fill: #ffffff;
}

.header_search input[type="search"] {
  border: none;
  font-size: 14px;
  padding-left: 17px;
  box-shadow: none;
  border: none;
  width: 250px;
}

.search_icon {
  width: 40px;
  height: 40px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}

.table tr.recent td {
  background-color: rgba(1, 187, 174, 0.06);
  border-color: #c5dfdd;
}

.table tr.pending td {
  background-color: #f9f0f0;
  border-color: #f9b9b9;
}

.table tr.opened-row td {
  background-color: #fdfee8;
  border-color: #e6eeb9;
}

.table tr.deleted-row td {
    background: #ffe6e6 !important;
    border-left: 4px solid #ff4d4d !important;
}

.table_pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e8e8e8;
  padding-top: 15px;
  color: #838892;
  font-size: 13px;
}

.table_pagination span {
  height: 36px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}

.pagination_fixed_bottom {
  /* min-height: calc(100vh - 203px); */
  position: relative;
  /* padding-bottom: 52px; */
  padding-bottom: 49px;
}

.pagination_fixed_bottom .table_pagination {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #f5f7fa;
}

.medicalRecord .table_hospital .table td {
  min-width: 190px;
}

.setup_availability {
  max-width: 449px;
}

.flexauto {
  flex: 0 0 auto;
}

.setup_availability .modal-header {
  background-color: #329a93;
  border-radius: 18px 18px 0 0;
  padding: 22px 50px;
}

.setup_availability .modal-header h3 {
  font-size: 21px;
  color: #fff;
  margin-bottom: 0;
}

.setup_availability .close {
  position: absolute;
  right: 28px;
  top: 22px;
  opacity: 1;
  z-index: 999;
}

.setup_availability .modal-body {
  padding: 0;
}

.popup_tabs ul {
  width: 100%;
  text-align: center;
  height: 56px;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}

.popup_tabs ul a {
  font-size: 14px;
  font-weight: 300;
  color: #353638;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  padding: 17px 0;
  position: relative;
  top: 0px;
}

.popup_tabs ul a.active {
  font-weight: 400;
  color: #01bbae;
  border-bottom: 3px solid #01bbae;
}

.consult_detail {
  padding: 20px 50px 30px;
}

.custom_width1 {
  max-width: 629px;
}

.genmodal_custom .modal-header {
  justify-content: center;
  border: none;
  padding: 50px 30px 10px;
  flex-flow: column;
  align-items: center;
}

.genmodal_custom .modal-header h3 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}

.input-group-text {
  background-color: #01bbae;
  border: 1px solid 01bbae;
  width: 48px;
  justify-content: center;
  border-radius: 6px 0 0 6px;
}

.genmodal_custom .modal-body {
  padding: 25px 30px 30px;
}

.custom_width2 {
  max-width: 794px;
}

.custom_width855 {
  max-width: 855px;
}

.genmodal_custom.custom_width2 .modal-body {
  padding: 25px 47px 40px;
}

.patient_profile {
  display: flex;
  align-items: center;
}

.pp_image {
  width: 53px;
  height: 53px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}

.pp_image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.patient_profile_sm .pp_image {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

.pp_desc h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}

.patient_profile_sm .pp_desc h4 {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 2px;
}

.pp_desc h5 {
  font-size: 13px;
  color: #737373;
  font-weight: 400;
  margin: 0;
}

.patient_profile_sm .pp_desc h5 {
  font-size: 11px;
  color: #01bbae;
  font-weight: 400;
  margin: 0;
}

.patient_detail ul {
  border-left: 1px solid #e1e1e1;
  margin-left: 21px;
  margin-top: 25px;
  list-style: none;
  padding: 0px 0 0px 24px;
  height: 107px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 27px;
}

.patient_detail ul li {
  display: flex;
  align-items: center;
  margin: 0px 0;
  width: 100%;
}

.patient_detail ul li img {
  margin-right: 14px;
}

.patient_detail ul li h5 {
  font-size: 12px;
  color: #b1b1b1;
  font-weight: 400;
  margin-bottom: 3px;
}

.patient_detail ul li h4 {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.patient_data_right {
  padding: 20px 20px 0 40px;
}

.back_button {
  font-size: 14px;
  color: #737373;
  border: 1px solid #dadada;
  border-radius: 6px;
  background-color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  text-decoration: none;
  position: absolute;
}

.back_button:hover,
.back_button:focus {
  text-decoration: none;
  color: #737373;
}

.inner_heading {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0px;
  padding: 7px 0 7px;
  width: 100%;
  text-align: center;
}

.widget {
  border: 1px solid #eeeeee;
  background-color: #fff;
  border-radius: 6px;
}

.padding-40 {
  padding: 40px;
}

.patient_more {
  display: flex;
  align-items: center;
  border-left: 1px solid #e1e1e1;
  padding-left: 25px;
  margin: 0 25px;
}

.patient_more img {
  margin-right: 14px;
}

.patient_more h4 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
}

.patient_more h5 {
  font-size: 12px;
  color: #b1b1b1;
  font-weight: 400;
  margin: 0;
}

.appointment_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.cause {
  margin-bottom: 30px;
}

.cause h5 {
  font-size: 14px;
  font-weight: 400;
}

.cause p {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 300;
}

.patient_fettle h3 {
  font-size: 24px;
  color: #01bbae;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.patient_fettle h3 span {
  height: 1px;
  background-color: #e4e4e4;
  display: flex;
  flex-grow: 1;
  margin-left: 20px;
}

.ailing {
  margin-bottom: 20px;
}

.ailing h5 {
  font-size: 14px;
  font-weight: 400;
}

.ailing h5>img {
  width: 15px;
  margin-right: 5px;
  top: 0px;
}

.ailing p {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 300;
}

.infirmary_pic>img {
  width: 100px;
  height: 100px;
  border-radius: 6px;
  object-fit: cover;
  margin-right: 15px;
}

.supplementary {
  margin-bottom: 17px;
}

.supplementary h5 {
  font-size: 14px;
  color: #222222;
  font-weight: 400;
}

.badge {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.badge-success {
  color: #fff;
  background-color: #44dbab;
}

.widget_search {
  padding: 20px;
  border: none;
  border-radius: 8px;
}

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

.search_content dl {
  margin: 0;
}

.search_content dl dt {
  font-size: 12px;
  color: #b1b1b1;
  font-weight: 400;
}

.search_content dl dd {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

 .option {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #ececec;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  margin-left: 5px;
}

.facilitemanage_tarrife .option {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #ececec;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown.show .option {
  background-color: #e4e4e4;
}

.stem {
  font-size: 13px;
  color: #838892;
  margin-top: -5px;
}

.btn-medical {
  font-weight: 500;
  font-size: 14px;
}

.patient {
  display: flex;
  align-items: center;
}

.facility_admin_patient {
  position: absolute;
  left: 0;
}

.patient_image {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 19px;
}

.patient_image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.patient_detail h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 2px;
}

.patient_detail span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background-color: #01bbae;
  display: inline-block;
  border-radius: 5px;
  padding: 1px 7px;
  letter-spacing: 1px;
}

.empty_record {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 350px);
  min-height: 400px;
  justify-content: center;
}

.empty_record img {
  margin-bottom: 27px;
}

.empty_record h3 {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 5px;
}

.empty_record p {
  font-size: 14px;
  font-weight: 300;
  color: #b1b1b1;
  margin-bottom: 0;
}

.medical_patient_detail {
  margin-top: 27px;
  margin-bottom: 24px;
}

.medical_patient_detail h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2px;
}

.medical_patient_detail span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background-color: #01bbae;
  display: inline-block;
  border-radius: 5px;
  padding: 1px 7px;
  letter-spacing: 1px;
}

.widget_profile_desc {
  display: block;
  margin-bottom: 30px;
}

.widget_profile_desc>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_profile_desc>ul>li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.widget_profile_desc>ul>li>span {
  width: 23px;
  text-align: center;
  margin-right: 10px;
  flex: 0 0 23px;
  align-self: start;
  position: relative;
  top: -2px;
}

.widget_profile_desc>ul>li>p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  color: #353638;
}

.patient_info {
  text-transform: uppercase;
  font-size: 10px;
  color: #b1b1b1;
  font-weight: 500;
  margin-bottom: 17px;
}

.btn-center {
  width: 200px;
}

.medical_header ul {
  width: 100%;
  text-align: center;
  height: 56px;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 24px;
}

.medical_header ul a {
  font-size: 14px;
  font-weight: 300;
  color: #353638;
  text-decoration: none;
  border-bottom: 3px solid #fff;
  padding: 17px 0;
  position: relative;
  top: -2px;
  margin-right: 24px;
}

.medical_header ul a.active {
  font-weight: 400;
  color: #01bbae;
  border-bottom: 3px solid #01bbae;
}

.medical_body {
  padding: 36px;
}

.vital_info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vital_info li {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}

.vital_info li img {
  margin-right: 20px;
}

.vital_info li h4 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 2px;
}

.vital_info li h4 span {
  font-size: 16px;
}

.vital_info li p {
  font-size: 13px;
  margin: 0;
  font-weight: 300;
  color: #7a7a7a;
}

.vital_info i {
  width: 50px;
  display: inline-block;
  text-align: center;
}

.medical_mrn h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.mrn_detail {
  margin-bottom: 30px;
}

.mrn_detail>h4 {
  font-size: 11px;
  background-color: #fafafa;
  padding: 11px 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 13px;
}

.mrn_detail p {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 300;
  padding: 0 11px;
  margin-bottom: 0;
}

.mrn_detail ul {
  padding: 0 11px;
  margin: 0;
  list-style: none;
}

.mrn_detail>ul>li {
  display: flex;
  align-items: center;
}

.mrn_detail>ul>li>h4 {
  font-size: 13px;
  font-weight: 500;
  margin: 0 35px 0 0;
}

.mrn_detail>ul>li>p {
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  color: #7a7a7a;
}

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

.updated_on span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background-color: #49aef4;
  display: inline-block;
  border-radius: 5px;
  padding: 1px 7px;
  letter-spacing: 1px;
}

.btn-info {
  color: #fff;
  background-color: #429fdf;
  border-color: #429fdf;
}

@media (min-width: 1px) and (max-width: 426px) {
  .btn-info {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
  }
}

.btn-info:hover {
  color: #fff;
  background-color: #429fdf;
  border-color: #429fdf;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #368ac5;
  border-color: #368ac5;
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: none;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: none;
}

.paid {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background-color: #01bbae;
  display: inline-block;
  border-radius: 5px;
  padding: 1px 7px;
  letter-spacing: 1px;
}

.black_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #131313;
  opacity: 0.83;
  z-index: 98;
  -webkit-transition: 0.2s ease all;
  transition: 0.4s ease all;
  visibility: visibile;
  display: block;
}

.slide_left .navbar_menu {
  margin-left: 0px;
}

.slide_left .side-nav {
  left: 0px;
}

.black_overlay {
  display: none;
}

.slide_left .black_overlay {
  transition: 0.4s ease all;
  display: block;
}

.select_box_heading select.form-control:not([size]):not([multiple]) {
  height: 40px;
  padding: 8px 34px 8px 10px;
}

.select_box.select_box_heading::after {
  top: 19px;
}

.sidebar_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.sidebar_nav ul li {
  width: 100%;
}

.sidebar_nav a {
  font-size: 14px;
  color: #353638;
  font-weight: 300;
  padding: 0.9rem 1rem;
  position: relative;
  border: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 0px !important;
}

.sidebar_nav a.active {
  background-color: #01bbae !important;
  color: #fff !important;
  font-weight: 600;
}

.sidebar_nav .col .sidebar_accordion .card-body button {
  background-color: transparent !important;
  border: 1px solid #01bbae;
  color: #01bbae;
  padding: 9px 19px;
  font-size: 13px !important;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
}

.sidebar_nav .col .sidebar_accordion .card-body .active_btn {
  background: rgb(22, 187, 174) !important;
  color: rgb(255, 255, 255) !important;
}

.sidebar_nav .nav-item .dropdownlist .show {
  height: 455px !important;
  overflow-y: auto !important;
}

.sidebar_nav .col .sidebar_accordion .card-body button i {
  font-size: 16px;
  font-weight: 700;
}

.sidebar_nav a img {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar_nav .nav-item .sidebar_nav_option img {
  position: absolute;
  right: 1rem;
  top: 40%;
  /* -webkit-transform: translateY(-50%); */
  transform: rotate(90deg) !important;
}

.sidebar_nav+.help_sm {
  /* padding-left: 0; */
}

.mr_head {
  padding: 40px 40px 35px 40px;
  border-bottom: 1px solid #e4e4e4;
}

.mr_body {
  padding: 40px;
}

.mr_body label {
  font-size: 16px;
}

.mr_body .form-control {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 15px;
}

.mr_body select.form-control:not([size]):not([multiple]) {
  height: 46px;
}

.btn-mr {
  height: 45px;
  padding: 0px 16px;
}

.form-text {
  color: #b1b1b1;
  position: relative;
  top: 8px;
}

.form-textarea {
  font-size: 13px !important;
  color: #7a7a7a;
  font-weight: 300 !important;
}
.mr_head_main {
  padding: 40px 0px 0px 0;
  font-size: 26px;
  color: #01bbae;
  font-weight: 500;
}
.mr_head_sub {
  padding: 40px 0px 0px 40px;
  font-size: 21px;
  color: #01bbae;
  font-weight: 500;
}
.delivery_head .mr_head_sub{
  padding: 20px 0px 0px 0;
}
.form_sub_text h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
  margin-top: 4px;
}

.form_sub_text p {
  font-size: 13px;
  font-weight: 400;
  color: #b1b1b1;
  margin-bottom: 0;
}

.sec_mr_head_sub {
  padding-top: 0;
}

.attachment_count {
  border: 1px solid #eeeeee;
  background-color: #fff;
  border-radius: 6px;
  padding: 0.9rem 1rem;
  margin-top: 20px;
  font-size: 13px;
}

.attachment_count img {
  margin-right: 5px;
}

.attached_count {
  float: right;
  background-color: #f6692f;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 1px;
}

.setting_heading {
  font-size: 18px;
  color: #01bbae;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 15px;
}

.dropdown.sorting {
  display: flex;
  flex-direction: column;
}

.sorting .nav-link {
  color: #353638;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}

.sorting .sortby {
  color: #737373;
  font-size: 11px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 2px;
}

.btn_billing {
  display: flex;
  right: 0;
  position: absolute;
}

.billing_person {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.bill_person {
  padding-right: 70px;
  padding-left: 20px;
}

.bill_person:first-child {
  padding-left: 0;
}

.bill_person h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}

.bill_person h3 {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 5px;
}

.bill_person h5 {
  font-size: 14px;
  font-weight: 400;
  color: #b1b1b1;
  margin-bottom: 0;
}

.separator {
  width: 1px;
  background-color: #e1e1e1;
}

.fettle_table {
  width: 100%;
  border: 1px solid #e1e1e1;
  font-size: 13px;
}

.fettle_table th {
  background-color: #fafafa;
  padding: 10px 15px;
  font-weight: 500;
  color: #222222;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

.fettle_table td {
  background-color: #fff;
  padding: 6px 15px;
  font-weight: 400;
  color: #737373;
  height: 75px;
  border-right: 1px solid #e1e1e1;
}

.fettle_table .table_total td {
  background-color: #fafafa;
  padding: 10px 15px;
  font-weight: 500;
  border-top: 1px solid #e1e1e1;
  color: #222222;
}
.tariff_amount_sub_total .tariff_amount_sub_total_show{
  font-size: 20px;
}
.patient_fettle h6 {
  font-size: 13px;
  color: #b1b1b1;
  font-weight: 400;
  margin-bottom: 30px;
}

.supplementary h6 {
  font-size: 13px;
  color: #737373;
  font-weight: 400;
  margin-bottom: 3px;
}

.patient_fettle h2 {
  font-size: 21px;
  color: #737373;
  margin-bottom: 30px;
  font-weight: 400;
}

.patient_fettle h2 span {
  color: #353638;
  font-weight: 500;
}

.activity {
  position: relative;
  padding-left: 130px;
  margin-bottom: 16px;
}

.activity span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background-color: #01bbae;
  display: inline-block;
  border-radius: 5px;
  padding: 1px 7px;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  top: 3px;
}

.activity_record_text {
  color: #b1b1b1;
  font-size: 14px;
}

.activity_record h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.activity_record h5 span {
  color: #01bbae;
  font-weight: 600;
}

.reply_action {
  font-size: 12px;
  color: #353638;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}

.reply_action:focus,
.reply_action:hover {
  color: #353638;
  text-decoration: none;
}

.activity_reply {
  border-left: 1px solid #e4e4e4;
  padding: 5px 17px;
  margin-top: 15px;
}

.activity_reply h4 {
  font-size: 12px;
  color: #b1b1b1;
}

.activity_reply h4 b {
  font-weight: 500;
  color: #353638;
}

.activity_reply p {
  color: #b1b1b1;
  font-size: 14px;
  margin-bottom: 0;
}

.genmodal_custom .modal-header h6 {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background-color: #01bbae;
  display: inline-block;
  border-radius: 5px;
  padding: 1px 7px;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 7px;
}

.custom_width3 {
  max-width: 980px;
}

.custom_width4 {
  max-width: 980px;
}

.table_modal {
  border-collapse: separate;
  width: 100%;
  border-spacing: 0px 15px;
  text-align: left;
}

.table_modal th {
  border: none;
  color: #b0bcbb;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 19px 10px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.table_modal th:last-child {
  padding: 0px 20px 0px 10px;
}

.table_modal td:last-child {
  padding: 0px 20px 0px 10px;
}

.table_modal th:first-child {
  padding: 19px 10px 19px 20px;
}

.table_modal td {
  font-size: 13px;
  padding: 0px 10px;
}

.table_modal td:first-child {
  padding: 19px 10px 19px 20px;
}

.inline-group {
  display: flex;
  align-items: center;
}

.currency {
  display: inline-block;
  margin-right: 13px;
}

.add_more_rows {
  color: #737373;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
}

.add_more_rows:hover,
.add_more_rows:focus {
  color: #737373;
}

.add_more_rows>img {
  margin-right: 6px;
}

.table_subtotal td {
  border-top: 1px solid #e8e8e8;
  font-size: 16px;
  font-weight: 300;
}

.table_subtotal td:last-child {
  font-size: 21px;
  font-weight: 500;
}

.temp_active {
  background: #02bbae;
  background: -moz-linear-gradient(top, #02bbae 0%, #1fa8a0 100%);
  background: -webkit-linear-gradient(top, #02bbae 0%, #1fa8a0 100%);
  background: linear-gradient(to bottom, #02bbae 0%, #1fa8a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02bbae', endColorstr='#1fa8a0', GradientType=0);
  border: 1px solid #1ea9a1;
  color: #fff;
}

.temp_active:hover,
.temp_active:focus {
  border: 1px solid #1ea9a1;
  color: #fff;
}

.temp_active:not(:disabled):not(.disabled).active,
.temp_active:not(:disabled):not(.disabled):active,
.show>.temp_active.dropdown-toggle {
  color: #fff;
  background: #02bbae;
  background: -moz-linear-gradient(top, #1fa8a0 0%, #02bbae 100%);
  background: -webkit-linear-gradient(top, #1fa8a0 0%, #02bbae 100%);
  background: linear-gradient(to bottom, #1fa8a0 0%, #02bbae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1fa8a0', endColorstr='#02bbae', GradientType=0);
  border: 1px solid #1ea9a1;
  border-color: #1ea9a1;
}

.patient_info_table {
  width: 100%;
  border-spacing: 15px 15px;
  border-collapse: separate;
  margin-top: -30px;
}

.patient_info_table th {
  font-size: 14px;
  font-weight: 400;
}

.delete_row {
  display: inline-block;
  cursor: pointer;
}

.badge_primary {
  background-color: rgb(237, 243, 250);
  padding: 3px 12px;
  font-size: 14px;
  color: #49aef4;
  text-decoration: none;
  border-radius: 30px;
}

.badge_primary:hover,
.badge_primary:focus {
  color: #49aef4;
  text-decoration: none;
}

.input_file label {
  color: #49aef4;
  font-size: 13px;
}

.input_file input {
  display: none;
}

.input_file {
  color: #49aef4;
}

.description_list {
  margin-top: 15px;
}

.description_list>ul {
  padding: 0 16px;
  margin: 0;
  list-style: none;
}

.description_list>ul>li {
  position: relative;
  margin-bottom: 20px;
}

.description_list>ul>li>h4 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  position: absolute;
  left: 0;
  top: 4px;
  width: 152px;
  line-height: 1.4;
}

#check_in_add_pharmacy_modal,
#add_pharmacy_modal {
  overflow-y: auto !important;
}

#check_in_add_pharmacy_modal .modal.show,
#add_pharmacy_modal .modal.show {
  height: auto !important;
}

#add_pharmacy_modal .pagination_fixed_bottom .table_pagination,
#check_in_add_pharmacy_modal .pagination_fixed_bottom .table_pagination {
  background: #ffffff;
}

.line {
  background-color: #d6d9da;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 170px;
  top: 14px;
}

.des_list_detail {
  padding-left: 241px;
}

.digits_numbers {
  font-size: 21px;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}

.digits_text {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
}

.badge {
  border-radius: 40px;
  padding: 0.25em 0.6em;
}

.des_list_detail>p {
  padding: 0;
}

.badge.badge-primary {
  background-color: #01bbae;
}

.color_primary {
  color: #01bbae;
}

.color_info {
  color: #337ec7;
}

.badge.badge-info {
  background-color: #337ec7;
}

.des_list_detail>p {
  padding: 0;
}

.color_danger {
  color: #ff8686;
}

.badge.badge-danger {
  background-color: #ff8686;
}

.digits_text {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  font-weight: 400;
}

.table_total {
  height: 40px;
}

.consultation {
  display: flex;
  text-align: center;
}

.consultation img {
  margin-bottom: 16px;
}

.consult_type {
  -webkit-box-shadow: inset -1px 0px 0px 0px #e1e1e1;
  box-shadow: inset -1px 0px 0px 0px #e1e1e1;
  padding: 0 33px;
  width: 50%;
}

.consultation h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2px;
}

.consultation p {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 300;
}

.consult_type:last-child {
  box-shadow: none;
}

.btn-black {
  background-color: #14222b;
  border-color: #14222b;
  color: #fff;
}

.btn-black:hover {
  background-color: #0a131a;
  border-color: #0a131a;
  color: #fff;
}

.custom_width675 {
  max-width: 675px;
}

.video_consult_detail {
  width: 100%;
}

.select_fxwidth {
  max-width: 360px;
  margin: 0 auto;
  margin-bottom: 0px;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #02bbae;
  border-color: #1fa8a0;
}

.widget_doctor_list {
  position: relative;
}

.widget_doctor_list_button {
  width: 21px;
  height: 21px;
  border: none;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  line-height: 18px;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  right: 15px;
  top: 15px;
}

.widget_doctor_list_button>img {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s all ease;
}

.widget_doctor_list_button>img:first-child {
  z-index: 0;
  opacity: 0;
}

.widget_doctor_list_button.collapsed>img:first-child {
  z-index: 1;
  opacity: 1;
}

.widget_doctor_list_button>img:nth-child(2) {
  z-index: 1;
  opacity: 1;
}

.widget_doctor_list_button.collapsed>img:nth-child(2) {
  z-index: 0;
  opacity: 0;
}

.doctor_list {
  padding: 24px;
}

.doc_detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
}

.doc_name {
  display: flex;
  align-items: center;
  position: relative;
  left: -10px;
}

.doc_img {
  display: inline-block;
  width: 49px;
  height: 49px;
  margin-right: 12px;
}

.doc_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.doc_desc h5 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.doc_desc>a {
  color: #01bbae;
  text-decoration: none;
  font-size: 13px;
}

.doc_experience {
  display: flex;
  color: #01bbae;
  align-items: center;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
}

.doc_experience img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.doc_other h6 {
  font-size: 13px;
  color: #b1b1b1;
  margin-bottom: 6px;
  font-weight: 400;
}

.doc_other h4 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}

.doc_other_outer .doc_other:nth-child(2) {
  margin-top: 12px;
}

.widget_profile {
  padding: 24px;
}

.doc_extra_detail {
  border-top: 1px solid #efefef;
}

.doc_data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.doc_appoint_date {
  position: relative;
  width: 240px;
  font-size: 15px;
  font-weight: 500;
  z-index: 1;
}

.doc_appoint_date::before {
  position: absolute;
  content: "";
  top: 11px;
  right: 15px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-color: #000 transparent transparent transparent;
  z-index: -1;
}

.time_indicators ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.time_indicators ul li {
  display: flex;
  font-size: 14px;
  color: #444444;
  font-weight: 400;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: 19px;
}

.time_indicators .red {
  display: inline-block;
  background-color: #e53c3c;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-right: 7px;
}

.time_indicators .green {
  display: inline-block;
  background-color: #9ddb64;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-right: 7px;
}

.doc_appoint_time>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.doc_appoint_time>ul>li {
  display: inline-block;
  margin-right: 10px;
  /* margin-bottom: 10px; */
}

.doc_appoint_time>ul>li>input {
  display: none;
}

.doc_appoint_time>ul>li>input+label {
  background-color: #f5ffec;
  border: 1px solid #9ddb64;
  font-size: 13px;
  font-weight: 400;
  color: #85c04e;
  border-radius: 5px;
  height: 39px;
  padding: 0 12px;
  cursor: pointer;
  line-height: 37px;
}

.doc_appoint_time>ul>li>input:disabled+label {
  border-color: #f93434;
  background-color: #fff3f3;
  color: #742222;
}

.doc_appoint_time>ul>li>input:checked+label {
  border-color: #329a93;
  background-color: #329a93;
  color: #fff;
}

.doctor_seleted {
  border: 2px solid #329a93;
  -webkit-box-shadow: 0 2px 10px 0 rgba(18, 111, 105, 0.28);
  box-shadow: 0 2px 10px 0 rgba(18, 111, 105, 0.28);
}

.page_head h4 {
  color: #b0bcbb;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.no_data {
  display: flex;
  height: calc(100vh - 260px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 300px;
  max-height: 500px;
}

.no_data h4 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
}

.widget_card button {
  background-color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 400;
  padding: 22px 30px;
  width: 100%;
  text-align: left;
  border-radius: 4px;
  cursor: pointer;
  color: #353638;
}

.widget_card button span {
  width: 35px;
  height: 35px;
  color: #fff;
  display: inline-block;
  background-color: #01bbae;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-weight: 400;
  margin-right: 11px;
}

.widget_card_body {
  padding: 0 30px 37px 30px;
  position: relative;
}

.attachment {
  color: #353638;
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
}

a.attachment {
  text-decoration: underline;
}

a.attachment:hover,
a.attachment:focus {
  color: #353638;
  text-decoration: underline;
}

.attachment img {
  margin-right: 5px;
}

.payment_description {
  display: block;
  margin-bottom: 35px;
}

.payment_description h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #fafafa;
  padding: 10px 16px;
  display: flex;
  align-items: center;
}

.payment_description h3 label {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  top: 4px;
}

.payment_description p {
  font-size: 14px;
  color: #737373;
  margin-bottom: 0;
  padding: 0 16px;
}

.order_ID {
  font-size: 18px;
  font-weight: 400;
  color: #01bbae;
  position: absolute;
  right: 30px;
  top: -52px;
}

.table_profile_header {
  display: flex;
  align-items: center;
}

.tprofile_image {
  display: inline-block;
  margin-right: 12px;
}

.tprofile_image>img {
  width: 30px;
  height: 30px;
  background-color: #e3e3e3;
  border-radius: 50%;
  object-fit: cover;
}

.tprofile_text {
  display: inline-block;
}

.tprofile_text h3 {
  font-size: 13px;
  font-weight: 400;
  color: #353638;
  margin-bottom: 2px;
}

.tprofile_text p {
  color: #737373;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}

.appointment_date {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  color: #353638;
}

.appointment_time {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #337ec7;
}

.time_appointment {
  display: flex;
  justify-content: right;
  align-items: flex-start;
  position: relative;
  top: 7px;
}

.time_appointment_icon {
  margin-right: 12px;
}

.time_appointment_text h5 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 2px;
}

.time_appointment_text p {
  font-size: 12px;
  color: #737373;
  margin-bottom: 0;
  text-align: left;
}

.doc_brief {
  font-size: 14px;
  color: #737373;
  margin-top: 10px;
}

.datepicker_input {
  font-size: 15px;
  font-weight: 500;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-shadow: 0 0 0 #212529;
  color: transparent;
  background-color: transparent;
}

.doc_appoint_date>input {
  padding-right: 20px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .input_section {
    width: 80%;
    margin-left: 10%;
    margin-top: 390px;
    padding-bottom: 125px;
  }

  .image_section {
    left: 50%;
    top: 60px;
    max-width: 450px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .left_fieldbox {
    padding-right: 0px;
  }

  .right_fieldbox {
    padding-left: 0px;
  }

  .navbar_custom {
    padding: 0 15px;
  }

  .navbar-expand .navbar-toggler {
    display: inline-block;
  }

  /* .bd-content {
		padding: 100px 15px 35px 15px;
	} */
  .bd-content-full {
    padding: 100px 15px 35px 15px;
  }

  .bd-sidebar {
    background-color: #f5f7fa;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
  }

  .slide_left .bd-sidebar {
    -webkit-transform: translateX(-265px);
    transform: translateX(-265px);
  }

  .slide_left .patientStoryBar .bd-sidebar {
    -webkit-transform: translateX(-292px);
    transform: translateX(-292px);
  }

  .navbar-brand {
    width: 112px;
  }

  .table th {
    padding: 7px 5px;
  }

  .table td {
    padding: 16px 5px;
  }

  .table th:first-child {
    padding: 7px 2px 7px 10px;
  }

  .table th:last-child {
    padding: 7px 10px 7px 2px;
  }

  .table td:first-child {
    padding: 7px 2px 7px 10px;
  }

  .table td:last-child {
    padding: 7px 10px 7px 2px;
  }

  .header_search input[type="search"] {
    width: 220px;
  }

  .image_section img {
    min-width: 330px;
    max-width: 300px;
  }

  .full_page {
    padding-bottom: 140px;
  }

  .bill_person {
    padding-right: 0px;
  }
}

.table-responsive {
  max-height: 670px;
}

/* css added on 30 july 2019 */
.view_profile_modal .modal-header {
  background-color: #329a93;
  border-radius: 18px 18px 0 0;
  padding: 22px 50px;
  text-align: center;
  justify-content: center;
}

.view_profile_modal .modal-header h3 {
  font-size: 21px;
  color: #fff;
  margin-bottom: 0;
}

.view_profile_modal .close {
  position: absolute;
  right: 28px;
  top: 22px;
  opacity: 1;
  z-index: 999;
}

.view_profile_modal .modal-body {
  padding: 0px;
}

.view_profile_modal {
  max-width: 840px;
}

.my_profile_section {
  padding: 40px;
  display: flex;
  gap: 40px;
  flex-flow: wrap;
  justify-content: center;
}

.profile_name {
  text-align: center;
  min-width: 240px;
}

.profile_d_image {
  margin-bottom: 11px;
}

.profile_name h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 4px;
}

.profile_name h6 {
  font-weight: 400;
  font-size: 13px;
  color: #737373;
  margin-bottom: 5px;
}

.profile_d_image img {
  width: 99px;
  height: 99px;
  object-fit: cover;
  border-radius: 50%;
}

.widget_profile_desc.patient_profile_md>ul>li>p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: #737373;
}

.patient_id_detail {
  color: #01bbae;
  font-size: 14px;
}

.select_box.select_blood_type select {
  padding-right: 16px !important;
}

.select_blood_type select.form-control:not([size]):not([multiple]) {
  height: 28px;
  padding: 2px 4px;
}

.select_box.select_blood_type::after {
  top: 12px;
  right: 9px;
}

.health_diary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.diary_detail {
  display: block;
  text-align: center;
  padding: 0 10px;
}

.diary_icon {
  display: flex;
  justify-content: center;
}

.diary_icon>img {
  width: 120px;
  height: 120px;
  position: relative;
  top: -15px;
}

.diary_detail h4 {
  font-size: 21px;
  font-weight: 600;
  color: #353638;
}

.diary_detail h6 {
  font-size: 13px;
  font-weight: 400;
  color: #737373;
  line-height: 1.5;
  min-height: 40px;
}

.health_diary li {
  margin: 11px 0;
}

.health_diary label {
  display: block;
  text-align: center;
  padding: 70px 24px 24px 24px;
  box-shadow: 0 0 10px 0 rgba(168, 168, 168, 0.1);
  position: relative;
  border-radius: 4px;
  border: 1px solid #fff;
  cursor: pointer;
}

.health_diary li>input {
  display: none;
}

.diary_date {
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 14px;
  font-weight: 600;
}

.health_diary li>input+label::before {
  position: absolute;
  top: 12px;
  right: 13px;
  background: url("../images/sprites-sfa68604976.png");
  width: 30px;
  height: 30px;
  content: "";
  background-position: -180px 0;
}

.health_diary li>input:checked+label::before {
  background-position: -240px 0;
}

.health_diary li>input:checked+label {
  border: 1px solid #01bbae;
}

.genModal .modal-content {
  border: none;
  border-radius: 8px;
}

.genModal .modal-header {
  /* background-color: #329a93; */
  justify-content: center;
}

.genModal .modal-body {
  padding: 20px 30px 30px;
}

.healthdirayrow {
  border: 1px solid #e8e8e8;
  background-color: #f9f9f9;
  border-radius: 3px;
  padding: 15px 10px;
  position: relative;
  margin-bottom: 10px;
}

.healthdirayrow h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 12px;
  margin-top: 5px;
  color: #252525;
}

.healthdirayrow p {
  clear: both;
  color: #797979;
  font-size: 15px;
}

.health_date {
  font-size: 12px;
  color: #b5b5b5;
}

.feeling_pic {
  float: left;
  height: 46px;
  width: 48px;
}

.feeling_pic img {
  max-width: 38px;
}

.delete_diary {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.delete_diary i {
  font-size: 24px;
  color: #cc3b3b;
}

.ailing h5 {
  font-size: 14px;
  font-weight: 400;
}

.ailing h5>img {
  width: 15px;
  margin-right: 5px;
  top: 0px;
}

.action_box.doctor_availabilitybtn .action_availability {
  padding: 27px 40px 27px 20px;
  height: 100%;
}

.change_profile {
  width: 155px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.change_profile img {
  width: 117px;
  height: 117px;
  object-fit: cover;
  border-radius: 50%;
}

.doctordata_profile {
  width: 100%;
  padding-left: 200px;
  position: relative;
}

.file_uploading {
  margin-top: 10px;
}

.max_size {
  color: #737373;
  font-size: 11px;
  position: relative;
  top: -6px;
}

.file_uploading>label {
  color: #01bbae;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 0;
}

.file_uploading>input {
  display: none;
}

/* Absolute Center Spinner */
.modal_loading,
.loading {
  position: fixed;
  z-index: 999999999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.modal_loading,
.loading {
  display: none;
}

.modal_loading-block,
.loading-block {
  display: block;
}

/* Transparent Overlay */
.modal_loading:before,
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

#loading_modal:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content !important;
  background-color: unset !important;
}

/* :not(:required) hides these rules from IE9 and below */
.modal_loading:not(:required),
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: #ad7979d4;
  border: 0;
}

.modal_loading:not(:required):after,
.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Doctor time 15 min....etc */
#hosp_form .consult_detail .time-main {
  display: flex;
  margin-bottom: 12px;
}

#hosp_form .consult_detail .time-main .time-button label {
  display: none;
}

#hosp_form .consult_detail .time-main .time-button {
  border-radius: 5px;
  background: #f5feec;
  display: block;
  width: 75px;
  text-align: center;
  border: 1px solid #9fd96a;
  margin-left: 10px;
}

/* Password Validation */

.password-err-msg {
  font-size: 12px;
  color: #d63f46;
}

.onboading_screens img {
  width: 100%;
}

.ui-datepicker .ui-datepicker-header {
  background: #01bbae !important;
  border: 1px solid #01bbae !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #01bbae !important;
  color: #01bbae !important;
}

/* add_teleconsultation_note */
.add_teleconsultation_note {
  max-width: 800px;
}

.add_teleconsultation_note .modal-header {
  text-align: center;
  display: block;
}

/* Registration Patient and patient id */
#registration-patient li {
  width: 33.33%;
  padding: 20px;
  background: #f5f7fa;
  text-align: center;
  cursor: pointer;
}

#registration-patient li.active {
  border: 1px solid #d2d2d2;
}

.fee-time {
  display: flex;
}

.fee-time .form-check-custom+a+label {
  display: none;
}

.fee-time .time-label {
  margin-top: 10px;
}

/* payment page */
.headingTwo_disabled,
.headingThree_disabled {
  pointer-events: none;
}

/* Add Inventory */
#add_inventory tr td:first-child {
  font-weight: 500;
  color: #1aaca2;
}

#add_inventory tr td .add_more_rows {
  font-weight: 500;
  color: #1aaca2;
}

.input-group-text-code {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  /* border-radius: .25rem; */
}

.font-size-25 {
  font-size: 25px !important;
}

.width-25 {
  width: 25%;
}

#select_multiple_codes .prettycheckbox input+a+label {
  display: none;
}

#doctorAccountSetting .medical_header .link {
  float: right;
  position: absolute;
  top: 15px;
  right: 30px;
}

#select_multiple_codes {
  width: 500px;
  height: 500px;
  margin-top: 25px;
  border: 1px solid #eeeeee;
  overflow: auto;
  display: none;
}

#select_multiple_codes .multi-field-wrapper {
  padding: 15px 0px 0px 15px;
  margin-top: 25px;
  background-color: #fff;
  border-radius: 6px;
  display: none;
}

.table_hospital table .hmo {
  font-size: 11px;
  color: #353638;
  padding: 2px 7px;
  display: inline-block;
  background-color: rgb(236, 236, 236);
  border-radius: 4px;
  margin-top: 7px;
}

#select_billing_category {
  display: none;
}

.lookalike_table {
  border-top: 1px solid #e8e8e8;
}

.lookalike_table_head {
  padding: 10px 0;
}

.lookalike_table_row {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  margin-bottom: 8px;
}

.lookalike_table_head>ul {
  /* display: flex; */
  justify-content: space-around;
  list-style: none;
  padding: 0 20px;
  margin: 0;
}

.lookalike_table_head>ul>li {
  border: none;
  color: #b0bcbb;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 7px 10px;
  flex-grow: 1;
  flex-basis: 0;
  display: inline-block;
  text-align: center;
}

.lookalike_table_body>ul {
  /* display: flex; */
  /* justify-content: space-around; */
  padding: 0 20px;
  margin: 0;
  list-style: none;
  /* align-items: center; */
}

.lookalike_table_body>ul>li {
  font-size: 13px;
  padding: 17px 10px;
  /* height: 70px; */
  display: inline-block;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
}

.lookalike_table_detail {
  border-top: 1px solid rgba(231, 231, 231);
  padding: 2px 20px 6px;
}

.lookalike_table_detail>ul {
  padding: 0;
  border: 0;
  list-style: none;
  margin: 0;
  display: flex;
}

.lookalike_table_detail>ul>li {
  display: inline-block;
  padding: 22px 10px 15px;
}

.count_doctor_records {
  margin-right: 8px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 25px;
}

/* Patient Assign */
.patient_more_assign {
  display: flex;
}

.patient_more_assign img {
  margin-right: 14px;
}

.patient_more_assign h4 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
}

.patient_more_assign h5 {
  font-size: 12px;
  color: #b1b1b1;
  font-weight: 400;
  margin: 0;
}

.f-t-q-date {
  width: 100%;
}

.f-t-q-date::before {
  top: 18px;
}

.f-t-q-date .datepicker_input {
  padding: 7px;
  font-weight: 400;
  border: 1px solid #dddddd;
}

.onboarding.genmodal {
  max-width: 1300px;
}

.d-forgot_password {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #353638;
  text-decoration: underline;
}

.mdforgot .modal-content {
  background-color: #fff;
}

.mdforgot .form-signin h1 {
  margin-bottom: 16px;
}

.mdforgot .form-signin p {
  font-size: 16px;
  color: #212529;
  margin-bottom: 30px;
}

.mdforgot {
  max-width: 570px;
}

.mdforgot .form-signin {
  max-width: 100%;
  padding: 55px 65px;
}

.mdclose {
  position: absolute;
  right: 30px;
  top: 30px;
}

.mdclose img {
  width: 22px;
}

.form-signin h1,
.form-signin label {
  color: #212529;
}

.m-loader.m-loader--right.btn {
  padding-right: 3.25rem;
}

.m-loader::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid transparent;
  border-radius: 50%;
  -webkit-animation: m-loader-rotate 0.6s linear infinite;
  animation: m-loader-rotate 0.6s linear infinite;
  right: 20px;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.7rem;
  margin-left: -0.7rem;
}

.m-loader.btn {
  padding-right: 60px;
  padding-left: 30px;
}

.m-loader.btn-primary {
  pointer-events: none;
  background-color: #009288;
  border-color: #009288;
}

.date-closebtn-data {
  position: absolute;
  right: 30px;
  top: 9px;
}

button {
  cursor: pointer;
}

#dairy_img {
  height: 80px;
  width: 90px;
}

.assign_check {
  padding: 4px 10px;
}

.assign_check #checkIcon {
  margin: 0;
}

#invoiceBtn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

#registerWithEmail li {
  padding: 8px 36px;
  background: #f5f7fa;
  text-align: center;
  cursor: pointer;
}

#registerWithEmail li.active {
  border: 1px solid #d2d2d2;
}

/******* HMO CSS *******/
.count_records {
  margin-right: 8px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 25px;
}

.add_more_btn .add_schedule {
  margin-top: 10px;
}

.addDeptValid {
  display: block;
}

.addMorePhoneNo {
  display: flex;
}

.addMorePhoneNo .add_schedule {
  margin-top: 10px;
}

.addMorePhone,
.addMoreDeptPhone {
  display: flex;
}

.removePhoneNo {
  margin-top: 10px;
}

.switch {
  font-size: 1rem;
  position: relative;
}

.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}

.switch input+label {
  position: relative;
  min-width: calc(calc(2.375rem * 0.8) * 2);
  border-radius: calc(2.375rem * 0.8);
  height: calc(2.375rem * 0.8);
  line-height: calc(2.375rem * 0.8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: 40px;
  color: #737373;
}

.switch input+label::before,
.switch input+label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -1px;
  width: calc(calc(2.375rem * 0.8) * 2);
  bottom: 0;
  display: block;
}

.switch input+label::before {
  /* right: 24px; */
  background-color: #da1d1d;
  border-radius: calc(2.375rem * 0.8);
  transition: 0.2s all;
  width: 32px;
  height: 13px;
}

.switch input+label::after {
  top: 3px;
  left: -2px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #da1d1d;
  transition: 0.2s all;
  border: 2px solid #b21111;
  margin-left: 12px;
}

.switch input:checked+label::before {
  background-color: #01bbae;
}

.switch input:checked+label::after {
  margin-left: 0px;
  background-color: #01bbae;
  border: 2px solid #329a93;
}

.switch input:focus+label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}

.switch input:disabled+label {
  color: #868e96;
  cursor: not-allowed;
}

.switch input:disabled+label::before {
  background-color: #e9ecef;
}

.switch+.switch {
  margin-left: 1rem;
}

.remove_acc a {
  font-size: 14px;
  color: #da1d1d;
  text-decoration: underline;
}

.remove_acc a>img {
  margin-right: 7px;
}

.wc-25 {
  width: 27%;
}

.switch_acc {
  display: flex;
}

.inputError {
  display: flex;
}

.errors {
  color: #da1d1d;
  font-size: 20px;
}

/* Css for tabs in medical record */
.healthRecordTab .genmodal_custom .modal-header {
  background-color: #16b1a6;
  color: #fbf8f8;
  padding: 20px 30px;
}

.healthRecordTab .genmodal_custom .modal-header h3 {
  font-size: 25px;
  font-weight: 600;
}

.healthRecordTab .genmodal_custom h5 {
  padding: 12px 0 22px 0;
}

.healthRecordTab .add_schedule {
  width: 22px;
  height: 22px;
}

.healthRecordTab .attachDiv {
  display: flex;
  margin-top: 40px;
}

.healthRecordTab .form-control {
  padding: 13px 11px;
}

.healthRecordTab .add_cmnt_btn {
  color: #6c6c6c;
  text-decoration: underline;
}

.healthRecordTab .cmnt_text {
  display: flex;
}

.healthRecordTab label {
  font-weight: 500;
}

.addMoreAttach {
  display: flex;
  margin-top: 12px;
}

.addMoreAttach .remove_field {
  margin-left: 12px;
}

.addMoreAttach .remove_field img {
  width: 22px;
}

.attachDiv .add_schedule img {
  vertical-align: unset;
}

.healthRecordTab .add_cmnt {
  display: block;
  width: 100%;
}

.reviewCmntForm .cmntBox {
  display: block !important;
}

.row.add_cmnt.reviewCmntForm+.cmntBox {
  display: block !important;
}

.medicalRecord .page_head {
  /* justify-content: end; */
  align-items: unset;
}

.medicalRecord .appointment_type {
  align-items: center;
  margin-bottom: 20px;
}

.TabTitle {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

/* end of medical record tab css */
#auth_enrollee .patient_more {
  display: flex;
  align-items: center;
  border-left: 0px;
  padding-left: 0px;
  margin: 0;
}

#auth_enrollee .patient_profile {
  padding-bottom: 0px;
}

.page_head .searchEnrollee {
  margin: 0 10px 0 0;
}

.count_records {
  margin-right: 8px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 25px;
}

.add_cmnt_btn {
  color: #6c6c6c;
  text-decoration: underline;
}

.add_cmnt_btn:hover {
  color: #6c6c6c;
}

.claim_review_cmnt .add_schedule {
  width: 22px;
  height: 22px;
}

.claim_review_cmnt {
  padding-left: 25px;
}

.claim_review_cmnt {
  display: block;
  width: 100%;
}

.cmnt_text {
  display: flex;
}

.reviewCmntForm .cmntBox {
  display: block !important;
}

.row.claim_review_cmnt.reviewCmntForm+.cmntBox {
  display: block !important;
}

.add_more_btn .add_schedule {
  margin-top: 10px;
}

.addDeptValid {
  display: block;
}

.addMorePhoneNo {
  display: flex;
}

.addMorePhoneNo .add_schedule {
  margin-top: 10px;
}

.addMorePhone,
.addMoreDeptPhone {
  display: flex;
}

.removePhoneNo {
  margin-top: 10px;
}

.approvedClaims .heading {
  display: block;
}

.claimReviewBy ul {
  list-style: none;
  padding-left: 0;
}

.claimReviewBy .reviewTitle {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background-color: #01bbae;
  border-radius: 5px;
  padding: 1px 7px;
  letter-spacing: 1px;
}

.nhis_data .pending {
  background-color: #f9f0f0;
  border-color: #f9b9b9;
}

.max_nhis_amt {
  display: flex;
}

.maxAmount {
  display: block;
}

.maxAmount span {
  font-size: 14px;
}

/* physiotherapy css */
/* .bodyImg img{
	width: 100%;
} */
.addHotspots {
  cursor: pointer;
}

.select_box.custome-selected span.select2.select2-container ul li.select2-selection__choice:first-child {
  display: none;
}

.physiotherapyForm .mr_head_sub {
  font-size: 19px;
  padding: 0;
}

.physiotherapyForm .mr_body {
  padding: 40px 0px;
}

#physiotherapy .mr_body {
  padding: 40px 10px;
}

.physiotherapyForm label {
  text-transform: capitalize;
}

.circle {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  cursor: pointer;
}

.greenCircle {
  background-color: rgba(18, 184, 115, 0.972);
  border: 2px solid rgba(9, 156, 87, 0.685);
}

.redCircle {
  background-color: rgba(235, 77, 72, 0.9);
  border: 2px solid rgb(245, 35, 35);
}

.blueCircle {
  background-color: rgba(72, 137, 235, 0.9);
  border: 2px solid rgb(10, 107, 218);
}

.yellowCircle {
  background-color: rgba(236, 209, 55, 0.979);
  border: 2px solid rgb(180, 150, 15);
}

.orangeCircle {
  background-color: rgba(235, 127, 77, 0.952);
  border: 2px solid rgb(243, 80, 15);
}

.painListing ul {
  list-style: none;
}

.painListing ul li {
  display: flex;
  align-items: center;
}

.painListing ul li span {
  margin-left: 28px;
}

.GetCondition.therapy_check .form-check {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}

.GetCondition.therapy_check {
  display: flex;
  flex-flow: wrap;
}

.GetCondition.therapy_check .form-check .prettycheckbox {
  display: flex;
  align-items: center;
  margin: 0;
  width: 49%;
}

.paintype h6 {
  padding-left: 22px;
}

#physiotherapyModel {
  height: fit-content;
  position: absolute;
  top: 120px;
  left: 720px;
  z-index: 999;
  border: 1px solid #dddddd;
  box-shadow: 0px 1px 1px 0.5px;
  border-radius: 6px;
  background: white;
  padding: 20px;
}

#physiotherapy_view h4 {
  text-transform: uppercase;
}

.bodyImg {
  position: relative;
}

.best-wrapper {
  padding-top: 18px;
}

.physiotherapyForm .best-label {
  display: flex;
  flex-flow: wrap;
}

.Medical-Information .prettycheckbox {
  display: flex;
}

.Medical-Information .prettycheckbox>a {
  min-width: 27px;
}

.btn-checkin {
  font-weight: 500;
  font-size: 14px;
}

.patient_checkIn_popup .p-3 {
  margin-top: 23px;
  height: 92px;
}

/* end of physiotheraphy css */
.calendar_default_corner div:nth-of-type(2) {
  display: none !important;
}

#search_patient .form-control {
  padding: 8px 15px;
}

.telemedicalAppoint .page_head {
  align-items: unset;
  justify-content: unset;
}

.navigator_default_cell.navigator-disabled-cell {
  background-color: #ddd !important;
  color: #888;
  cursor: not-allowed !important;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .display_in {
    display: initial;
  }

  .display_in:last-child .col-xl-6 {
    max-width: 100%;
  }
}

@media (min-width: 1501px) and (max-width: 1651px) {
  .calendarDiv .calendar-right {
    -ms-flex: 0 0 81.333333%;
    flex: 0 0 81.333333%;
    max-width: 81.333333%;
  }

  .calendarDiv .calendar-left {
    -ms-flex: 0 0 18.666667%;
    flex: 0 0 18.666667%;
    max-width: 18.666667%;
  }
}

@media (min-width: 1361px) and (max-width: 1500px) {
  .calendarDiv .calendar-right {
    -ms-flex: 0 0 77.333333%;
    flex: 0 0 77.333333%;
    max-width: 77.333333%;
  }

  .calendarDiv .calendar-left {
    -ms-flex: 0 0 22.666667%;
    flex: 0 0 22.666667%;
    max-width: 22.666667%;
  }
}

@media (min-width: 1201px) and (max-width: 1360px) {
  .calendarDiv .calendar-right {
    -ms-flex: 0 0 75.333333%;
    flex: 0 0 75.333333%;
    max-width: 75.333333%;
  }

  .calendarDiv .calendar-left {
    -ms-flex: 0 0 24.666667%;
    flex: 0 0 24.666667%;
    max-width: 24.666667%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .calendarDiv .calendar-right {
    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
    max-width: 64%;
  }

  .calendarDiv .calendar-left {
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* .form-check {
		padding-left: 4px;
	} */
  #family_history_form .therapy_check label:nth-child(3) {
    left: 7px !important;
  }

  #family_history_form .therapy_check label {
    top: 21px;
  }

  .healthRecordTab .custom_width3 {
    max-width: 767px;
  }

  #family_history_form .therapy_check a {
    margin-right: 9px !important;
  }

  .black_overlay {
    top: 64px;
  }

  .impersonate-message {
    font-size: 13px;
    padding: 10px 0px 10px 10px !important;
  }

  .impersonate-wrapper {
    padding: 0;
  }

  .super_login_back_button {
    margin: 0 10px 0 0 !important;
    font-size: 11px;
    padding: 7px 5px;
  }

  .possible_dia {
    display: flex;
    align-items: center;
  }

  .mr_body label {
    font-size: 15px;
  }

  .labresult_body .mr_head_sub,
  .add_medical_record_page .mr_head_sub {
    font-size: 18px;
  }

  .labresult_body .labres_heading,
  .add_medical_record_page .labres_heading {
    font-size: 18px;
  }

  .manage_inventory_page .tab-content .table_hospital .table-responsive #manage_inventory_table {
    min-width: 850px;
  }

  .manage_inventory_page .tab-content .table_hospital .table-responsive #manage_inventory_table tr td:nth-child(2) {
    width: 205px;
  }

  .facility_settings_page #doctorAccountSetting .medical_header .render-id-wrapper {
    padding-bottom: 17px !important;
  }

  .facility_settings_page #doctorAccountSetting .medical_header .doctor_link {
    padding-bottom: 17px !important;
  }
}

@media (min-width: 768px) and (max-width: 836px) {
  .black_overlay {
    top: 64px;
  }

  .impersonate-message {
    font-size: 13px;
    padding: 0px 0px 0px 10px !important;
  }

  .impersonate-wrapper {
    padding: 0;
  }

  .super_login_back_button {
    margin: 0 10px 0 0 !important;
    font-size: 11px;
    padding: 7px 5px;
  }
}

#family_history_form .therapyWrap {
  display: flex;
}

.familyHistoryForm {
  padding-top: 90px;
}

#family_history_form .therapy_check label {
  position: absolute;
  white-space: nowrap;
  transform: rotate(-65deg);
  transform-origin: 7% 20%;
}

#family_history_form .therapy_check a {
  margin-top: 50px;
  margin-right: 12px;
}

.healthRecordTab .custom_width3 {
  max-width: 1050px;
}

.healthRecordTab .modal-dialog {
  overflow-y: initial !important;
}

.healthRecordTab .modal-body {
  height: 500px;
  overflow-y: auto;
}

#family_history_form .therapy_check label:nth-child(3) {
  left: 13px;
}

.familyHistoryForm .form-check-input {
  height: 17px;
  width: 17px;
  margin-left: 10px;
  margin-top: 50px;
  box-shadow: 0px 0px 3px #e5dcdc;
}

.familyHistoryForm .therapycheckBox {
  margin-right: 38px;
}

.familytherapywrap {
  margin-top: 10px;
}

.checkToggle .btn-mr {
  height: 38px;
  padding: 7px 20px 0 20px;
  font-size: 14px;
}

.familyHistoryBtn a,
.familyHistoryBtn button {
  color: #fff !important;
  font-weight: 600;
}

/* .therapycheckBox input[type=checkbox]:checked{
} */
.therapycheckBox input:checked {
  background-color: #16bbae !important;
}

.prettycheckbox>input {
  height: 27px;
  width: 27px;
  display: block;
  float: left;
  cursor: pointer;
  margin: 0;
  background: url("../images/sprites-sfa68604976.png");
}

.menu_default_main a {
  padding: 2px 2px 2px 5px !important;
  background-color: #ffffff !important;
  cursor: pointer !important;
}

#patient_name_search li,
#name_search li,
#patientName li {
  padding: 10px 0 10px 10px;
  font-size: 14px;
  cursor: pointer;
  padding-right: 10px;
}

#patient_name_search .dropdown-menu,
#name_search .dropdown-menu,
#patientName .dropdown-menu {
  min-width: 100%;
}

.select-editable {
  position: relative;
  background-color: white;
  width: 100%;
  height: 47px !important;
  box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.22);
  border: 1px solid #ced4da;
  border-radius: 7px;
}

.select-editable select {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 15px;
  border: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  margin: 0;
  z-index: initial;
  padding: 13px 30px 13px 15px !important;
  height: auto !important;
}

.select-editable input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90%;
  padding: 1px;
  font-size: 15px;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 13px 30px 9px 15px !important;
  border-radius: 6px;
  background: #fff !important;
}

.select-editable select:focus,
.select-editable input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.select_box.editableBox.select-editable::after {
  top: 50%;
  right: 6px;
  pointer-events: none;
  transform: translateY(-50%);
}

.editableEndTime select:focus,
.editableEndTime input:focus {
  outline: none;
}

.modal_default_input input.modal_default_input_date,
.modal_default_form_item_searchable_input {
  padding: 13px 15px;
  font-size: 15px;
  box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  border-color: #dddddd;
  color: #353638;
  font-weight: 300;
  display: block;
  border: 1px solid #ced4da;
}

.modal_default_form_item input {
  padding: 13px 15px;
  font-size: 15px;
  box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  border-color: #dddddd;
  color: #353638;
  font-weight: 300;
  display: block;
  border: 1px solid #ced4da;
}

.modal_default_form_item_searchable_list {
  font-size: 15px;
  box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.22);
  border-color: #dddddd;
  color: #353638;
  font-weight: 300;
  display: block;
  border: 1px solid #ced4da;
}

.modal_default_inner .modal_default_buttons button {
  background: #02bbae;
  background: -moz-linear-gradient(top, #02bbae 0%, #1fa8a0 100%);
  background: -webkit-linear-gradient(top, #02bbae 0%, #1fa8a0 100%);
  background: linear-gradient(to bottom, #02bbae 0%, #1fa8a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02bbae', endColorstr='#1fa8a0', GradientType=0);
  border: 1px solid #1ea9a1;
  color: #fff;
  font-size: 16px;
  padding: 10px 23px;
  border-radius: 6px;
  width: auto;
}

.modal_default_main {
  border: 0 !important;
  border-radius: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
  padding: 0px 16px 16px 16px;
}

.patient_data_right .form-group {
  position: relative;
}

#patient_name_search,
#name_search,
.patient_data_right .form-group div#patientName {
  position: absolute;
  top: 79px;
  width: 100%;
  background: #fff;
  box-shadow: inset 0px 1px 3px -1px rgb(0 0 0 / 22%);
  border: 1px solid rgba(0, 0, 0, 0.15);
  top: 35px;
}

#patient_name_search ul.search_dropdwon,
#name_search ul.search_dropdwon,
.patient_data_right .form-group div#patientName ul.search_dropdwon {
  height: 165px;
  overflow-y: auto;
}

.appointment-edit .appintmentBtn {
  display: flex;
  justify-content: center;
}

#appointment-cancel {
  color: #fff;
}

body .datepicker.datepicker-dropdown.dropdown-menu.appointmentCalendar {
  top: auto !important;
  bottom: 25px !important;
}

.patientStoryBar .bd-sidebar {
  width: 291px;
}

.impersonate-message {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 10px 0px 10px 10px;
  display: flex;
  align-items: center;
}

/* .bd-sidebar {
    top: 131px;
} */
/* .navbar_custom {
	top: 61px;
} */
.custome-selected .select2-container,
.fav_lab_sub_grp .select2-container {
  width: 100% !important;
}

.custome-selected .select2-container--default .select2-selection--multiple,
.fav_lab_sub_grp .select2-container--default .select2-selection--multiple {
  box-shadow: inset 0px 1px 3px -1px rgb(0 0 0 / 22%) !important;
  border-radius: 6px !important;
  border-color: #dddddd !important;
  overflow: overlay !important;
  min-height: 40px !important;
}

/* Favorite in setting related things */
.render-setting-wrapper .render-id-wrapper {
  text-align: center;
  padding-top: 17px;
}

.render-setting-wrapper .medical_header {
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}

.fav-dignosis .select2-selection__rendered {
  position: absolute;
  top: 50px;
  width: 100% !important;
  height: auto;
  max-height: 135px;
  min-height: 135px;
  background: #fff;
  border: 1px solid #000;
  overflow-x: scroll;
  box-shadow: inset 0px 1px 3px -1px rgb(0 0 0 / 22%) !important;
  border-radius: 6px !important;
  border-color: #dddddd !important;
  overflow: overlay !important;
}

.fav-lab-results {
  padding-top: 13%;
}

.render-setting-wrapper .medical_header ul {
  width: max-content !important;
}

.fvrtBtn {
  margin-top: 150px;
}

.fav-dignosis-wrapper {
  width: 100%;
}

.fav-dignosis-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.fav-dignosis-wrapper li {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  display: inline-block;
}

#favorite_list .fav-lab-results .fav_lab_group {
  height: 43px;
  padding: 11px 15px;
}

.fav-lab-results:nth-child(2) .row .select_box::after {
  right: 26px;
}

.select2-results__option[aria-selected="true"] {
  display: none;
}

.red {
  color: #0dbbae;
}

@media (max-width: 1651px) {
  .fav-dignosis .select2-selection__rendered {
    height: 213px !important;
  }

  .fav-lab-results {
    padding-top: 18%;
  }
}

@media (max-width: 1551px) {
  .fav-dignosis .select2-selection__rendered {
    height: 185px !important;
  }

  .fav-lab-results {
    padding-top: 18%;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .fav-dignosis .select2-selection__rendered {
    height: 162px !important;
  }

  .fav-lab-results {
    padding-top: 20%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .fav-dignosis .select2-selection__rendered {
    height: 145px !important;
  }

  .fav-lab-results {
    padding-top: 20%;
  }

  .edit_medical_record_page .fade .mr_body label,
  .add_medical_record_page .fade .mr_body label {
    font-size: 14px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .fav-dignosis .select2-selection__rendered {
    height: 145px !important;
  }

  .fav-lab-results {
    padding-top: 25%;
  }
}

.speech_to_text_design {
  position: absolute;
  bottom: 3px;
  right: 27px;
  cursor: pointer;
}

.listening_please_speak {
  position: absolute;
  bottom: -40px;
  color: #e22121;
}

.change_input_to_label {
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
  text-align: center;
}

.labres_heading {
  font-size: 21px;
  color: #01bbae;
  font-weight: 500;
  padding-left: 40px;
}

.lebres_main_div {
  padding: 0px 115px;
}

@media only screen and (max-width: 768px) {
  .sidebar_toggle_btn_facility .check_in_patient_list_page .check-tabels .overflow_patient table {
    min-width: 1150px;
  }

  .mr_body {
    padding: 30px;
  }

  .admissions_page .inPatient {
    flex-flow: column;
    align-items: initial !important;
    justify-content: initial !important;
    gap: 16px;
  }

  .admissions_page .inPatient .selectWarpWrap .select_category_bill {
    min-width: fit-content !important;
  }

  .overflow_scroll_remove {
    overflow: hidden;
  }

  .slide_left.overflow_scroll_remove {
    overflow: initial;
  }

  .add_medical_record_page.bd-content-full {
    padding: 100px 16px 35px 16px !important;
  }
}

.top_static_table_header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 93;
}

.manage_tariffs .files input {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 120px 0px 130px 47% !important;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}

.manage_tariffs .files input:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #92b0b3;
}

.manage_tariffs .files {
  position: relative;
}

.manage_tariffs .files:after {
  pointer-events: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 70px;
  right: 0;
  height: 70px;
  content: "";
  background-image: url("/images/tariff_upload.png");
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.manage_tariffs .color input {
  background-color: #f1f1f1;
}

.manage_tariffs .files:before {
  position: absolute;
  bottom: 45px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: " Drag and Drop your File here or";
  display: block;
  margin: 0 auto;
  color: #353638;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 993px) {
  .manage_tariffs .files:before {
    bottom: 100px;
    left: -50%;
  }

  .manage_tariffs .files input {
    padding: 120px 0px 130px 45%;
  }

  .choosefile_here {
    left: 64% !important;
  }

  .file-follow-tariff {
    bottom: 90px !important;
  }

  .file-follow-tariff p br {
    display: none;
  }
}

@media (min-width: 1201px) {
  .manage_tariffs .files:before {
    bottom: 100px;
    left: -41%;
  }

  .manage_tariffs .files input {
    padding: 120px 0px 130px 45%;
  }

  .choosefile_here {
    left: 60% !important;
  }
}

@media (min-width: 1401px) {
  .manage_tariffs .files:before {
    left: -33%;
  }

  .manage_tariffs .files input {
    padding: 120px 0px 130px 46% !important;
  }

  .choosefile_here {
    left: 55.5% !important;
  }
}

@media (min-width: 1601px) {
  .manage_tariffs .files:before {
    left: -28%;
  }

  .manage_tariffs .files input {
    padding: 120px 0px 130px 46.5%;
  }

  .choosefile_here {
    left: 54.5% !important;
  }

  .manage_inventory_page .manage_inventory .files input {
    padding: 120px 0px 130px 47% !important;
  }
}

@media (min-width: 1801px) {

  /* .manage_tariffs .files input {
		padding: 120px 0px 130px 47.5%;
	} */
  .manage_tariffs .files:before {
    left: -27%;
  }
}

@media (min-width: 2001px) {
  .manage_tariffs .files:before {
    left: -21%;
  }

  .manage_tariffs .files input {
    padding: 120px 0px 130px 47.5%;
  }

  .choosefile_here {
    left: 53.5% !important;
  }
}

@media (min-width: 2201px) {
  .manage_tariffs .files:before {
    left: -20%;
  }
}

@media (min-width: 2401px) {
  .manage_tariffs .files:before {
    left: -18%;
  }

  .manage_tariffs .files input {
    padding: 120px 0px 130px 47.5%;
  }

  .choosefile_here {
    left: 52.5% !important;
  }
}

.error {
  color: #d93232;
}

.file-follow-tariff {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.file-follow-tariff p {
  color: #353638;
  font-weight: 600;
  margin-bottom: 0;
  width: max-content;
}

.file-follow-tariff p a {
  text-decoration: underline;
  color: #16bbae;
}

.bd-content-full-wrapper {
  padding: 100px 45px 35px 305px;
}

.submit_btn_wrap {
  width: 100px;
  text-align: end;
  margin-bottom: 0;
}

.submit_btn_wrap input {
  font-size: 18px;
}

.form_group_tariff {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

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

.form_group_tariff .label_tariff_name {
  width: 100px;
  font-size: 18px;
}

.form_group_tariff .form-control {
  width: calc(100% - 250px);
}

.tarrif_check label {
  display: none;
}

.tarrif_check .clearfix:before,
.tarrif_check .clearfix:after {
  display: initial;
}

.table-responsive .manage_tariff_table th {
  vertical-align: middle;
  padding: 13px 10px 18px 10px;
}

.tariff-heading p {
  color: #16bbae;
  font-weight: 600;
}

.table-scroll-wrap {
  /* height: 220px;
    overflow-y: auto;
    min-height: 220px; */
}

/* @media (max-width: 1200px) {
	.manage_tariffs .files input{
		padding: 120px 0px 130px 37%;
	}
} */
#manage_tariff_table tbody tr td .btn-sm i {
  display: none;
}

@media (max-width: 992px) {
  .manage_tariffs .files input {
    padding: 150px 0px 114px 43%;
  }

  #manage_tariff_table tbody tr td .btn-sm {
    padding: 6px 12px;
  }

  #manage_tariff_table tbody tr td .btn-sm i {
    display: block;
    font-size: 24px;
  }

  #manage_tariff_table tbody tr td .btn-sm span {
    display: none;
  }

  .sidebar_toggle_btn_facility .navbar_custom_session {
    padding: 12px 15px;
  }

  .sidebar_toggle_btn_facility .navbar_custom_session .render_header-logo {
    display: flex;
  }
}

/* .check_in_patient_list_page .check-tabels .overflow_patient{
	overflow-x: unset !important;
} */
.check_in_patient_list_page .pagination_fixed_bottom {
  padding-bottom: 0px;
}

.Charges_modal {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 16px;
}

.Charges_modal .charges-title {
  display: flex;
  justify-content: end;
  align-items: center;
}

.Charges_modal .charges-title p {
  margin-bottom: 0;
}

.Charges_modal .charges_select {
  margin: 16px 0;
}

.Charges_modal .charges_select .input-group-text {
  width: auto;
  color: #fff;
}

.Charges_modal .charges_select_plans .input-group-text {
  width: auto;
  color: #fff;
}

.Charges_modal .charges_input_search {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.Charges_modal .charges_input_search input {
  width: 100%;
  margin-right: 10px;
}

.Charges_modal .table th:last-child {
  padding: 7px 10px 7px 10px;
  text-align: center;
}

.Charges_modal .table td:last-child {
  text-align: center;
}

.Charges_modal .charges_select .custom-select {
  background: #fff url(/images/dropdown_down.png) no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.input_form_wrap .tariff-heading p {
  margin: 0 8px 0 0;
  font-size: 20px;
}

.input_form_wrap .tariff-heading {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.delete_all_inventories,
.delete_all_tariffs {
  padding: 4px 19px;
}

.container_wrapper {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #eee;
}

.checkmark_square {
  border-radius: unset;
}

/* On mouse-over, add a grey background color */
.container_wrapper:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_wrapper input:checked~.checkmark {
  background-color: #2ea591;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_wrapper input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_wrapper .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mapping_tariff_table select.form-control {
  width: 200px;
  margin: auto;
}

#mapping_tariff_table thead .mapping_db_fields {
  text-align: center;
}

#mapping_inventory_table .delete_action_inventory,
#mapping_tariff_table .delete_action_tariff {
  text-align: end;
  padding: 16px 8px 16px 0px;
}

#mapping_tariff_table td:first-child {
  font-size: 14px;
  color: #16aea4;
}

#mapping_inventory_table .delete_action_inventory,
#mapping_tariff_table .delete_action_tariff {
  background: transparent;
  color: #000;
  font-size: 26px;
  padding: 4px 22px;
}

#upload_tariff_form .drag_n_drop_label {
  color: #16bbae;
  font-weight: 700;
  font-size: 20px;
}

#upload_tariff_form input[type="file"] {
  width: 90px;
  color: transparent;
}

#upload_inventory_form input[type="file"] {
  width: 90px;
  color: transparent;
}

.choosefile_here {
  position: absolute;
  top: 50%;
  left: 54%;
  margin-bottom: 0;
  color: #353638;
  font-weight: 600;
  text-align: center;
}

.edit_medical_record_page #add_pharmacy_modal,
.add_medical_record_page #add_pharmacy_modal {
  overflow-y: auto;
}

.edit_medical_record_page #add_pharmacy_modal .modal.show,
.add_medical_record_page #add_pharmacy_modal .modal.show {
  height: auto;
}

.custom_width4 {
  max-width: 1250px;
}

.padding-10 {
  padding: 10px;
}

.view_modal {
  overflow-y: auto;
  padding: 0px 15px !important;
}

.patient_fettle .patient_fettle_main_table {
  max-height: 300px;
  overflow-y: auto;
}

.patient_fettle .fettle_table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.fettle_table tbody tr.tariff_amount_sub_total {
  position: sticky;
  bottom: 0px;
}

@media (max-width: 992px) and (min-width: 320px) {
  .payment_accepted_wrap h3 {
    font-size: 27px !important;
  }

  .manage_tariffs .files:before {
    bottom: 120px;
    left: 0;
  }

  .choosefile_here {
    top: 67%;
    left: 47%;
  }

  .file-follow-tariff {
    bottom: 30px;
  }
}

.service-review-heading {
  color: #16bbae;
}

.charges_view_bill_table tbody tr td:nth-child(6),
.review_bill_table tbody tr td:nth-child(6) {
  display: flex;
  height: 75px;
  line-height: 65px;
}

.charges_view_bill_table tbody tr td:nth-child(6) label {
  margin-bottom: 0 !important;
  margin-top: 20px;
  height: 30px;
}

.review_bill_table tbody tr td:nth-child(6) label {
  margin-bottom: 0 !important;
  margin-top: 10px;
  height: 30px;
}

.charges_view_bill_table tbody tr td:nth-child(6) label .checkmark:after,
.review_bill_table tbody tr td:nth-child(6) label .checkmark:after {
  left: 8px;
  top: 4px;
}

.charges_view_bill_table tbody tr td:nth-child(6) label:nth-child(2) input:checked~.checkmark,
.review_bill_table tbody tr td:nth-child(6) label:nth-child(2) input:checked~.checkmark {
  background-color: #ffd508;
}

.charges_view_bill_table tbody tr td:nth-child(6) label:nth-child(3) input:checked~.checkmark,
.review_bill_table tbody tr td:nth-child(6) label:nth-child(3) input:checked~.checkmark {
  background-color: #429fdf;
}

.review_bill_table thead {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
}

.charges_view_bill_table_wrap {
  max-height: 275px;
  overflow-y: auto;
}

.charges_view_bill_table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.charges_view_bill_activity_record .activity {
  padding-left: 210px;
}

.charges_view_bill_wrapper {
  max-height: 180px;
  overflow-y: auto;
}

.charges_view_bill_table_main {
  max-height: 414px;
  overflow-y: auto;
}

.check_in_patient_list_page .popover-option {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #ececec;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  margin-left: 5px;
}

.check-out_patient_page .checkToggle {
  justify-content: center;
  width: 100%;
}

.check-out_patient_page .checkToggle a {
  width: 35%;
}

#add_charge_modal {
  overflow-y: auto;
}

.view_inventory .input-group .input-group-lg {
  display: none;
}

.manage_inventory_page .tab-content .table_hospital .table-responsive #manage_inventory_table tr td:nth-child(2) {
  width: 210px;
}

#wrapper #main #content .slimScrollDiv #presales-div {
  height: auto !important;
}

.facility_settings_page #doctorAccountSetting .medical_header .render-id-wrapper {
  padding-bottom: 17px !important;
}

.facility_settings_page #doctorAccountSetting .medical_header .doctor_link {
  padding-bottom: 17px !important;
}

#claim_review .genmodal_custom .modal-content .cliam_modal-table .nhis_data .get_nhis_data .claim_nth {
  text-align: end;
  line-height: 50px;
}

.view_title_modal {
  border-bottom: 1px solid #e1e1e1 !important;
}

.appointments_button {
  position: absolute;
  right: 0px;
  top: 0px;
}

.page_head .checkToggle {
  width: 100%;
}

@media (max-width: 1450px) {
  .check_in_patient_list_page .check-tabels .overflow_patient table {
    min-width: 1100px;
  }
}

@media (max-width: 1400px) {
  .charges_view_bill_table_main {
    overflow: auto;
  }

  .charges_view_bill_table_main table {
    min-width: 1000px;
  }

  .charges_view_page .patient_fettle {
    overflow-x: auto;
  }

  .charges_view_page .patient_fettle .fettle_table {
    width: 1230px;
  }

  .charges_view_page .charges_view_bill_table_wrap {
    overflow-x: auto;
  }

  .charges_view_page .charges_view_bill_table_wrap .fettle_table {
    width: 1000px;
  }

  .check_in_patient_list_page .check-tabels {
    overflow-x: auto;
  }

  .check_in_patient_list_page .check-tabels .overflow_patient {
    width: 1000px;
  }

  .check_in_patient_list_page .check-tabels .overflow_patient {
    overflow-x: unset !important;
  }

  .check-out_patient_page .checkToggle a {
    width: 45%;
  }

  .patient_queue_lists_page .patient_queue_lists .table_hospital .table-responsive {
    overflow-x: auto;
  }

  .patient_queue_lists_page .patient_queue_lists .table_hospital .table-responsive .appointment_scehdule {
    min-width: 1035px;
  }

  /* .upload_billing_tariff_page #upload_tariff_form .files input{
		padding: 120px 0px 130px 45% !important;
	} */
  .facility_received_claims_page #hostpital_appointment #accordion .table tbody tr td:first-child,
  .facility_received_claims_page #hostpital_appointment #accordion .table tbody tr td:nth-child(3),
  .facility_received_claims_page #hostpital_appointment #accordion .table tbody tr td:nth-child(5) {
    width: 120px;
  }

  .facility_received_claims_page #hostpital_appointment #accordion .table {
    min-width: 1000px;
  }

  .wsidebar_view_medical_record_page #medical_record {
    overflow-x: auto;
  }

  .wsidebar_view_medical_record_page #medical_record .widget {
    min-width: 900px;
  }

  .patient_fettle .patient_fettle_main_table .fettle_table {
    min-width: 1200px;
  }
}

@media (max-width: 1300px) {
  .anlytics_page .results_heading .listView .table {
    min-width: 1000px;
  }

  .anlytics_page .search_params_main .search_params_select {
    flex-flow: wrap;
  }

  .page_head .checkToggle .degree_type {
    width: 50%;
    padding: 7px 5px;
  }
}

@media (max-width: 992px) {
  .charges_view_bill_table_wrap {
    overflow: scroll;
  }

  .charges_view_bill_table_wrap table {
    min-width: 600px;
  }

  .charges_view_bill_wrapper {
    overflow: scroll;
  }

  .charges_view_bill_activity_record {
    width: 600px;
  }

  .bd-content-full-wrapper .bill_person {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bd-content-full-wrapper .bill_person h3 {
    font-size: 18px;
  }

  .bd-content-full-wrapper .padding-40 {
    padding: 16px;
  }

  .bd-content-full-wrapper .action_appointment,
  .bd-content-full-wrapper .action_patient {
    padding: 8px 12px;
  }

  .bd-content-full-wrapper .action_text h2 {
    font-size: 18px;
  }
}

#patient_checkOut_popup .genmodal_custom .modal-body {
  padding: 10px 30px 30px;
}

#patient_checkOut_popup .genmodal_custom .patient_more_assign h5 {
  color: #01bbae;
}

#patient_checkOut_popup .genmodal_custom .patient_more_assign h4 {
  font-weight: 400;
}

.review_bill_table thead tr {
  text-align: center;
}

.check_tariff_exists {
  color: #eb0707;
  font-size: 16px !important;
  font-weight: 300;
}

#ask_for_medicine_payment .amount_pay_modal_tab,
#ask_for_tariff_payment_all .amount_pay_modal_tab_all,
#ask_for_tariff_payment .amount_pay_modal_tab {
  width: 100%;
  border-bottom: 16px;
  justify-content: center;
}

#ask_for_medicine_payment .amount_pay_modal_tab li a:hover,
#ask_for_tariff_payment_all .amount_pay_modal_tab_all li a:hover,
#ask_for_tariff_payment .amount_pay_modal_tab li a:hover {
  border: 1px solid #02bbae;
}

#ask_for_medicine_payment .amount_pay_modal_tab li,
#ask_for_tariff_payment_all .amount_pay_modal_tab_all li,
#ask_for_tariff_payment .amount_pay_modal_tab li {
  margin: 0 8px;
}

#ask_for_medicine_payment .amount_pay_modal_tab li a,
#ask_for_tariff_payment_all .amount_pay_modal_tab_all li a,
#ask_for_tariff_payment .amount_pay_modal_tab li a {
  border-radius: 4px;
  color: #000;
}

#ask_for_medicine_payment .amount_pay_modal_tab li a.active,
#ask_for_tariff_payment_all .amount_pay_modal_tab_all li a.active,
#ask_for_tariff_payment .amount_pay_modal_tab li a.active {
  border: 0;
  background: linear-gradient(to bottom, #02bbae 0%, #1fa8a0 100%);
  color: #fff;
}

#ask_for_medicine_payment .amount_pay_modal_tab_wrap .tab-content,
#ask_for_tariff_payment_all .amount_pay_modal_tab_wrap_all .tab-content,
#ask_for_tariff_payment .amount_pay_modal_tab_wrap .tab-content {
  margin-top: 16px;
}

#ask_for_medicine_payment .custom_width_amount_pay,
#ask_for_tariff_payment_all .custom_width_amount_pay_all,
#ask_for_tariff_payment .custom_width_amount_pay {
  max-width: 450px !important;
  margin: auto;
}

#ask_for_medicine_payment .amount_pay_modal_tab_wrap .form-group,
#ask_for_tariff_payment_all .amount_pay_modal_tab_wrap_all .form-group,
#ask_for_tariff_payment .amount_pay_modal_tab_wrap .form-group {
  padding: 0 50px;
}

#ask_for_medicine_payment .amount_pay_modal_tab_wrap .form-group .form-control-wrap,
#ask_for_tariff_payment_all .amount_pay_modal_tab_wrap_all .form-group .form-control-wrap,
#ask_for_tariff_payment .amount_pay_modal_tab_wrap .form-group .form-control-wrap {
  position: relative;
}

#ask_for_medicine_payment .amount_pay_modal_tab_wrap .form-group .form-control-wrap:after,
#ask_for_tariff_payment_all .amount_pay_modal_tab_wrap_all .form-group .form-control-wrap:after,
#ask_for_tariff_payment .amount_pay_modal_tab_wrap .form-group .form-control-wrap:after {
  content: "₦";
  position: absolute;
  top: 10px;
  left: 10px;
}

#ask_for_medicine_payment .amount_pay_modal_tab_wrap .form-group .form-control-wrap .form-control,
#ask_for_tariff_payment_all .amount_pay_modal_tab_wrap_all .form-group .form-control-wrap .form-control,
#ask_for_tariff_payment .amount_pay_modal_tab_wrap .form-group .form-control-wrap .form-control {
  padding: 10px 10px 10px 30px;
}

.action_box_paid_amount .action_box {
  border: 1px solid #2cb2a9;
}

.action_box_paid_amount .action_paid_amount .action_text h5,
.action_box_paid_amount .action_paid_amount .action_text h2 {
  color: #2cb2a9;
}

.action_box_paid_amount .action_paid_amount .action_appointment {
  background-color: #fff;
}

.view_billing_tariff .view_billing_tariff_heading_icon {
  width: 20px;
  height: 20px;
  display: flex;
  background-color: #329a93;
  border-radius: 50%;
  justify-content: center;
  margin-left: 12px;
}

.view_billing_tariff .table-responsive.view_billing_tariff_main_table {
  max-height: 610px;
  margin-top: 20px;
}

.view_billing_tariff .pagination_fixed_bottom {
  padding-bottom: 16px;
}

.view_billing_tariff .table-responsive.view_billing_tariff_main_table table thead tr {
  position: sticky;
  top: 0;
  background: #ffffff;
}

.view_billing_tariff {
  padding: 100px 45px 35px 305px !important;
}

.search_billing_tariff_wrapper {
  width: 100%;
  padding: 0 15px;
  justify-content: space-between;
  display: flex;
}

/* .search_billing_tariff_wrapper #search_billing_tariff{
	width: calc(100% - 140px);
} */
#edit_inventory_prices .edit_billing_tariff_amount .input_edit_amount input,
#edit_billing_tariff .edit_billing_tariff_amount .input_edit_amount input {
  padding: 13px 15px 13px 34px;
}

#edit_inventory_prices .edit_billing_tariff_amount .input_edit_amount,
#edit_billing_tariff .edit_billing_tariff_amount .input_edit_amount {
  position: relative;
}

#edit_inventory_prices .edit_billing_tariff_amount .input_edit_amount::after,
#edit_billing_tariff .edit_billing_tariff_amount .input_edit_amount::after {
  content: "₦";
  position: absolute;
  top: 14px;
  left: 14px;
}

.charges_view_bill_table tbody tr.tariff_amount_sub_total {
  position: sticky;
  bottom: 0px;
}

.manage_inventory .files {
  position: relative;
}

.manage_inventory .files:after {
  pointer-events: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 70px;
  right: 0;
  height: 70px;
  content: "";
  background-image: url("/images/tariff_upload.png");
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.manage_tariffs .files input {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 120px 0px 130px 47%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}

.manage_inventory .files input:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #92b0b3;
}

.manage_inventory .files input {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 120px 0px 130px 47%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}

#upload_inventory_form .drag_n_drop_label {
  color: #16bbae;
  font-weight: 700;
  font-size: 20px;
}

@media (min-width: 1050px) {
  .manage_inventory .files:before {
    bottom: 100px !important;
    left: -42% !important;
  }
}

@media (min-width: 1050px) and (max-width: 1200px) {
  .choosefile_here {
    left: 61% !important;
  }
}

@media (min-width: 993px) and (max-width: 1049px) {
  .manage_inventory .files:before {
    bottom: 100px !important;
    left: -50% !important;
  }

  .manage_inventory .files input {
    padding: 120px 0px 130px 45%;
  }
}

@media (min-width: 1201px) {
  .manage_inventory .files:before {
    bottom: 100px !important;
    left: -41% !important;
  }

  .manage_inventory .files input {
    padding: 120px 0px 130px 45%;
  }
}

@media (min-width: 1401px) {
  .manage_inventory .files:before {
    left: -33% !important;
  }

  /* .manage_inventory .files input {
		padding: 120px 0px 130px 46%;
	} */
}

@media (min-width: 1401px) and (max-width: 1700px) {
  .manage_inventory .files input {
    padding: 120px 0px 130px 46% !important;
  }
}

@media (min-width: 1601px) {
  .manage_inventory .files:before {
    left: -28% !important;
  }

  .manage_inventory .files input {
    padding: 120px 0px 130px 46.5%;
  }
}

@media (min-width: 1801px) {

  /* .manage_inventory .files input {
		padding: 120px 0px 130px 47.5%;
	} */
  .manage_inventory .files:before {
    left: -23% !important;
  }
}

@media (min-width: 2001px) {
  .manage_inventory .files:before {
    left: -21% !important;
  }

  .manage_inventory .files input {
    padding: 120px 0px 130px 47.5%;
  }
}

@media (min-width: 2201px) {
  .manage_inventory .files:before {
    left: -20% !important;
  }
}

@media (min-width: 2401px) {
  .manage_inventory .files:before {
    left: -18% !important;
  }

  .manage_inventory .files input {
    padding: 120px 0px 130px 47.5%;
  }
}

.manage_inventory .form_group_tariff .label_tariff_name {
  width: 140px;
  font-size: 18px;
}

.manage_inventory .form_group_tariff .form-control {
  width: calc(100% - 290px);
}

.manage_inventory .color input {
  background-color: #f1f1f1;
}

.manage_inventory .files:before {
  position: absolute;
  bottom: 45px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: " Drag and Drop your File here or";
  display: block;
  margin: 0 auto;
  color: #353638;
  font-weight: 600;
  text-align: center;
}

.manage_inventory .label_inventory_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.manage_inventory .label_inventory_select label {
  width: 140px;
  font-size: 18px;
}

.manage_inventory .label_inventory_price_type {
  justify-content: space-between;
  align-items: center;
}

.manage_inventory .label_inventory_price_type label {
  font-size: 18px;
}

.manage_inventory .label_inventory_price_type .form-control,
.manage_inventory .label_inventory_select .form-control {
  width: calc(100% - 164px);
}

.search_inventory_group_wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 16px;
  margin-bottom: 12px;
}

.search_inventory_group_wrapper #search_inventory_group {
  width: calc(100% - 140px);
}

#view_inventory_group_collaps .view_inventory_price_wrap .view_inventory_price_heading {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #01bbae;
}

#view_inventory_group_collaps .view_inventory_price_wrap .view_inventory_patient_price_info {
  padding: 0;
}

#view_inventory_group_collaps .view_inventory_price_wrap .view_inventory_patient_price_info li {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

#view_inventory_group_collaps .view_inventory_price_wrap .view_inventory_patient_price_info li p {
  margin-bottom: 6px;
  width: 50%;
  display: flex;
  align-items: center;
}

#view_inventory_group_collaps .view_inventory_price_wrap .view_inventory_patient_price_info li p img {
  margin-right: 10px;
}

#view_inventory_group_collaps .view_inventory_price_wrap .view_inventory_patient_price_info li p button {
  height: 30px;
  width: 30px;
  padding: 0;
  font-weight: bold;
  margin-left: 6px;
}

#view_inventory_group_collaps .view_inventory_price_wrap .view_inventory_patient_price_info li p input {
  border-radius: 6px;
  box-shadow: none;
  border: 1px solid rgb(196 189 189);
  padding: 2px 8px;
}

#view_inventory_group_collaps .view_inventory_price_wrap .view_inventory_patient_price_info .trash_patient_price {
  font-size: 20px;
  margin-left: 6px;
  font-weight: bold;
  color: red;
}

#view_inventory_group_collaps .view_inventory_price_wrap .view_inventory_price_form {
  display: flex;
  margin-top: 12px;
  align-items: flex-start;
  gap: 20px;
}

#view_inventory_group_collaps .view_inventory_price_wrap {
  border-top: 1px solid rgba(231, 231, 231);
}

#view_inventory_group_collaps .view_inventory_price_wrap .form_fill {
  display: flex;
  align-items: center;
}

#view_inventory_group_collaps .view_inventory_price_wrap .form_fill_wrapper {
  display: flex;
  flex-flow: column;
}

#view_inventory_group_collaps .view_inventory_price_wrap .form_fill label {
  width: 40px;
  max-width: 40px;
  text-align: end;
  margin-right: 12px;
}

#view_inventory_group_collaps .view_inventory_price_wrap .form_fill button {
  margin-left: 12px;
}

#view_inventory_group_collaps .view_inventory_price_wrap .form_fill .form-control {
  padding: 8px 16px;
}

#view_inventory_group_collaps .view_inventory_price_main {
  margin: auto;
  max-width: 700px;
  padding: 20px;
}

#view_inventory_group_collaps .view_inventory_group_row .lookalike_table_body>ul li {
  min-width: 120px;
}

#view_inventory_group_collaps .view_inventory_group_row .lookalike_table_body>ul li:last-child {
  min-width: 350px;
}

#view_inventory_group_collaps .lookalike_table_head ul li {
  min-width: 120px;
}

#view_inventory_group_collaps .lookalike_table_head ul li:last-child {
  min-width: 350px;
}

#view_inventory_group_collaps .lookalike_table {
  overflow-x: auto;
  text-align: center;
}

#view_inventory_group_collaps .lookalike_table_body>ul,
#view_inventory_group_collaps .lookalike_table_head>ul {
  display: flex;
  justify-content: initial;
  align-items: center;
}

#view_inventory_group_collaps .lookalike_table_row {
  min-width: fit-content;
}

.view_inventory_group_row .lookalike_table_body>ul li .btn-light span {
  vertical-align: middle;
}

#view_inventory_group_collaps .lookalike_table_head {
  min-width: fit-content;
  background: #fff;
  margin-bottom: 4px;
}

#view_inventory_group_collaps .view_inventory_price_wrap .form_fill:first-child {
  width: 50%;
}

@media (max-width: 992px) {
  .view_inventory_group_row .lookalike_table_body>ul li {
    padding: 6px 12px;
  }

  .view_inventory_group_row .lookalike_table_body>ul li .btn-light {
    padding: 6px 6px;
  }

  .view_inventory_group_row .lookalike_table_body>ul {
    padding: 0px 10px;
  }

  #view_inventory_group_collaps .view_inventory_group_row .lookalike_table_body>ul li,
  #view_inventory_group_collaps .lookalike_table_head ul li {
    min-width: 130px;
  }

  #view_inventory_group_collaps .lookalike_table_head ul li:last-child,
  #view_inventory_group_collaps .view_inventory_group_row .lookalike_table_body>ul li:last-child {
    min-width: 275px;
  }

  .manage_inventory_page .input_form_wrap .files:before {
    bottom: 135px;
  }

  .manage_inventory_page .manage_inventory .files input {
    padding: 140px 0px 130px 45% !important;
  }

  .manage_inventory_page .input_form_wrap .files .choosefile_here {
    top: 64%;
    left: 48%;
  }

  .healthRecordTab .attachDiv {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

.swal-modal.swal_modify_modal {
  width: 525px;
}

.swal_modify_modal .swal_modify_download {
  background-color: #f44949;
}

.swal_modify_modal .swal_modify_download:hover {
  background-color: #f44949;
}

.swal_modify_modal .swal_modify_update {
  background-color: #01bbae;
}

.swal_modify_modal .swal_modify_update:hover {
  background-color: #01bbae;
}

.form_fill_ni_price {
  position: relative;
}

.form_fill_ni_price input {
  padding: 8px 16px 8px 32px !important;
}

.form_fill_ni_price::after {
  content: "₦";
  position: absolute;
  top: 9px;
  left: 12px;
  font-size: 16px;
  color: #000;
}

.download_and_delete_row {
  padding: 0px 25px;
}

.exchange_icon {
  margin-right: 12px;
  color: #2cb2a9;
}

.exchange_icon i {
  font-weight: 900;
}

.dashboard_overview_content .table_hospital .appointment_scehdule tr td .break_line_wrap {
  display: none;
}

.view_all_billing_page #all_billings #biling_table tr th:nth-child(3) {
  min-width: 150px;
}

.view_all_billing_page #all_billings #biling_table tr th:nth-child(4),
.view_all_billing_page #all_billings #biling_table tr th:nth-child(2),
.view_all_billing_page #all_billings #biling_table tr th:nth-child(1) {
  min-width: 130px;
}

.view_all_billing_page #all_billings #biling_table tr th {
  min-width: 100px;
}

.admin_add_patient_new_record_wrap .search_icon {
  width: 30px;
  height: 30px;
}

.admin_add_patient_new_record_wrap .admin_view_record_page #medical_record {
  overflow-x: auto;
}

.admin_add_patient_new_record_wrap .admin_view_record_page #medical_record .widget {
  min-width: 736px;
}

.admin_view_record_page .billing_information_page_tab .table_hospital .table {
  min-width: 900px;
}

.admin_view_record_page .billing_information_page_tab .table_hospital .responsive_table_wrapper {
  overflow-x: auto;
}

#add_new_billing .add_new_billing_table_wrapper {
  overflow-x: auto;
}

#add_new_billing .add_new_billing_table_wrapper table {
  min-width: 670px;
}

@media (max-width: 1599px) {
  .appointment_detail {
    flex-flow: wrap;
    gap: 20px;
  }

  .appointment_detail>* {
    width: calc(33% - 16px);
    margin: 0px;
  }

  .appointment_detail>*:nth-child(4) {
    padding-left: 0;
    border-left: 0px;
  }

  .facility_appointment_details_page .appointment_detail>* {
    width: auto;
  }

  .pp_image {
    width: 40px;
    height: 40px;
  }

  .facility_appointment_details_page .patient_more {
    padding-left: 16px;
    margin: 0 16px;
  }

  .facility_appointment_details_page .appointment_detail {
    gap: 16px;
  }
}

@media (max-width: 1199px) {
  .facility_settings_page #doctorAccountSetting .medical_header .nav-pills {
    padding: 0px;
  }

  .facility_settings_page #doctorAccountSetting .medical_header .render-id-wrapper {
    padding: 17px 0px;
  }

  .facility_settings_page #doctorAccountSetting .medical_header .link a {
    font-size: 14px;
  }

  .appointment_detail {
    flex-flow: wrap;
    gap: 12px;
  }

  .appointment_detail>* {
    width: calc(33% - 10px);
  }

  .pp_image {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }

  .render-setting-wrapper .medical_header ul {
    width: 100% !important;
  }

  .render-setting-wrapper .render-id-wrapper {
    text-align: left;
  }

  .facility_appointment_details_page .patient_more {
    padding-left: 6px;
    margin: 0px 5px;
  }

  .facility_appointment_details_page .patient_more img {
    margin-right: 8px;
  }

  .facility_appointment_details_page .pp_image {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 991px) {
  .admin_add_patient_new_record_wrap .add_new_bill_modal_wrap .modal-body {
    padding: 25px 20px 40px 20px;
  }

  .admin_add_patient_new_record_wrap .add_new_bill_modal_wrap .modal-body .bll_amt {
    max-width: 130px;
  }

  .sidebar_toggle_btn_facility .bd-content {
    padding: 100px 16px 35px 16px;
  }

  .sidebar_toggle_btn_facility.slide_left {
    overflow: auto;
  }

  .sidebar_toggle_btn_facility {
    overflow: hidden;
  }

  /* .sidebar_toggle_btn_facility{
		overflow: hidden;
	} */
  .charges_view_page .action_box_paid_amount .action_box {
    width: 150px;
  }

  .view_billing_tariff .view_billing_tariff_main_table .table#view_billing_tariff_table tr th:nth-child(3),
  .view_billing_tariff .view_billing_tariff_main_table .table#view_billing_tariff_table tr th:nth-child(1) {
    min-width: 130px;
  }

  .view_billing_tariff .view_billing_tariff_main_table .table#view_billing_tariff_table tr th {
    min-width: 200px;
  }

  .upload_billing_tariff_page #upload_tariff_form .files input {
    padding: 135px 0px 130px 43% !important;
  }

  .upload_billing_tariff_page .manage_tariffs .files:before {
    bottom: 137px !important;
  }

  .upload_billing_tariff_page .manage_tariffs .choosefile_here {
    top: 64% !important;
  }

  .admin_add_new_record .page_head .heading {
    font-size: 22px;
  }

  .admin_add_new_record .page_head .btn-sm {
    padding: 9px !important;
  }

  .page_head .paid-charge .action_box {
    width: 160px;
  }

  .page_head .paid-charge .action_box .action {
    padding: 18px 15px;
  }
}

.admin_add_patient_new_record_wrap .header_search {
  order: 0;
}

@media (max-width: 768px) {
  .admin_add_patient_new_record_wrap .admin_view_record_page .appointment_type ul {
    gap: 12px;
  }

  .admin_add_patient_new_record_wrap .admin_view_record_page .appointment_type ul li a {
    margin-left: 0px;
    padding: 14px;
  }

  .admin_add_patient_new_record_wrap .search_icon {
    width: 20px;
    height: 20px;
  }

  .admin_add_patient_new_record_wrap .navbar {
    height: 90px;
  }

  .admin_add_patient_new_record_wrap .navbar .header_search {
    order: 1 !important;
  }

  .admin_add_patient_new_record_wrap .page_head {
    flex-wrap: wrap;
    gap: 20px;
  }

  .admin_add_patient_new_record_wrap .page_head #text-show {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .admin_add_patient_new_record_wrap .header_search input[type="search"] {
    width: 160px;
    padding: 8px;
  }

  .admin_add_patient_new_record_wrap .navbar-toggler .navbar-toggler-icon {
    width: 20px;
    height: 20px;
  }

  .facility_appointment_details_page .appointment_detail {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  .facility_appointment_details_page .appointment_detail>.d-flex .patient_more:first-child {
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px;
  }

  .facility_appointment_details_page .appointment_detail>.d-flex {
    padding-left: 0px;
  }

  .facility_appointment_details_page .patient_more {
    padding-left: 16px;
    margin: 0 16px;
  }

  .facility_appointment_details_page .appointment_detail>*:nth-child(3) {
    padding: 9px 19px;
  }

  .main_div.medicalRecord .page_head .appointment_type .nav-pills {
    gap: 20px;
  }

  .appointment_detail {
    justify-content: end;
  }

  .appointment_detail>* {
    width: calc(50% - 10px);
  }

  .appointment_detail>*:nth-child(3) {
    padding-left: 0;
    border-left: 0px;
  }

  .appointment_detail>*:nth-child(4) {
    padding-left: 12px;
    border-left: 1px solid #e1e1e1;
  }

  .appointment_detail>*:nth-child(2) {
    padding-left: 12px;
  }

  .facility_appointment_details_page .page_head {
    flex-flow: column;
    align-items: flex-start;
    gap: 20px;
  }

  .page_head a {
    position: initial;
  }

  .pp_image {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }

  .sidebar_toggle_btn_facility .navbar-collapse {
    flex-flow: column;
    text-align: end;
    align-items: flex-end;
  }

  .sidebar_toggle_btn_facility .navbar_menu {
    justify-content: flex-end;
    order: 1;
  }

  .sidebar_toggle_btn_facility .navbar_custom_one {
    height: 90px;
    align-items: center;
    padding: 12px 16px;
  }

  .sidebar_toggle_btn_facility .navbar_menu .profile_link>a {
    font-size: 12px;
  }

  .sidebar_toggle_btn_facility .navbar-collapse .header_search .notify_one {
    font-size: 14px;
  }

  .sidebar_toggle_btn_facility .navbar-collapse .header_search {
    margin-top: 0px !important;
    order: 2;
    margin-right: 0px !important;
  }

  .sidebar_toggle_btn_facility .bd-sidebar_one {
    top: 90px;
  }

  .sidebar_toggle_btn_facility .bd-content {
    padding: 100px 16px 35px 16px;
  }

  .slide_left .black_overlay {
    display: block !important;
    visibility: hidden;
  }

  .sidebar_toggle_btn_facility .bd-content .padding-40 {
    padding: 20px;
  }

  .main_div.medicalRecord .page_head {
    gap: 16px;
  }

  .charges_view_page .action_box_paid_amount .action_box {
    width: 95px;
  }

  /* .sidebar_toggle_btn_facility .navbar_custom_session .render_header-logo #menu{
		display: none !important;
	} */
  .bill_review_main .page_head {
    display: block;
  }

  .bill_review_main .page_head .appointment_type li {
    margin-bottom: 12px;
  }

  .bill_review_main .page_head .heading {
    margin-bottom: 15px;
  }

  .admin_add_patient_new_record_wrap .mr_head {
    padding: 16px;
  }
}

@media (max-width: 425px) {
  .page_head .checkToggle .degree_type {
    width: 50%;
  }

  .admin_add_patient_new_record_wrap .add_new_bill_modal_wrap .modal-body {
    padding: 0px 20px 20px 20px !important;
  }

  .admin_add_patient_new_record_wrap .add_new_bill_modal_wrap .modal-body .save_bling {
    margin-bottom: 0px !important;
  }

  .admin_add_patient_new_record_wrap .navbar-light .navbar-brand img {
    width: 100%;
  }

  .admin_add_patient_new_record_wrap .navbar-light .navbar-brand {
    width: 80px;
  }

  .admin_add_patient_new_record_wrap .header_search input[type="search"] {
    width: 100px;
  }

  .main_div.medicalRecord .page_head {
    flex-flow: wrap;
  }

  .patient_image {
    width: 40px;
    height: 40px;
  }

  .genmodal_custom.custom_width2 .modal-body {
    padding: 25px 16px 40px;
  }

  .datepicker.datepicker-dropdown.dropdown-menu {
    max-width: 280px;
    min-width: 280px;
    left: 20px;
  }

  .table-condensed {
    max-width: 260px;
  }

  #btn-update-appointment {
    display: block;
    margin: auto;
  }

  .patient_data_right {
    padding-right: 0px;
  }

  #setup_availability .patient_data_right .btn {
    display: block;
    margin: 0 auto;
  }

  .datepicker .datepicker-days table thead,
  .datepicker .datepicker-days table tbody,
  .datepicker .datepicker-days table tr,
  .datepicker .datepicker-days table {
    width: 100%;
    display: block;
  }

  .datepicker .datepicker-days table tr:nth-child(1) th:nth-child(2) {
    width: 100%;
  }

  .datepicker .datepicker-days table tr td,
  .datepicker .datepicker-days table tr:nth-child(2) th {
    max-width: 37px;
    min-width: 37px;
    padding: 10px;
  }

  .appointment_detail {
    gap: 20px;
  }

  .appointment_detail>* {
    width: 100%;
  }

  .appointment_detail>*:nth-child(2),
  .appointment_detail>*:nth-child(4) {
    border-left: 0px;
    padding-left: 0px;
  }

  .sidebar_toggle_btn_facility .navbar-collapse .header_search .notify_one,
  .sidebar_toggle_btn_facility .navbar_menu .profile_link>a {
    font-size: 10px;
  }

  .sidebar_toggle_btn_facility .navbar_custom_one .navbar-toggler-icon {
    width: 1em;
    height: 1rem;
  }

  .sidebar_toggle_btn_facility .navbar_custom_one .navbar-brand {
    width: 85px;
    padding: 0px !important;
  }

  .sidebar_toggle_btn_facility .navbar_custom_one .navbar-brand img {
    width: 100%;
  }

  .sidebar_toggle_btn_facility .bd-sidebar_one {
    top: 70px;
  }

  .sidebar_toggle_btn_facility .navbar_custom_one {
    height: 70px;
  }

  .heading {
    font-size: 20px;
  }

  .sidebar_toggle_btn_facility .bd-content .padding-40 .btn,
  .sidebar_toggle_btn_facility .bd-content .padding-40 .form-control {
    padding: 6px 15px;
  }

  .sidebar_toggle_btn_facility .navbar_menu .profile_image {
    height: 22px;
    width: 22px;
    min-width: 22px;
  }

  .admissionsWrap .actionMode {
    display: flex;
    flex-flow: wrap;
    gap: 16px;
  }

  .admissionsWrap .actionMode .action_box {
    width: 125px !important;
    margin: 0px;
  }

  .swal-modal .swal-text {
    padding: 0px;
  }

  .edit_medical_record_page .mr_body label,
  .add_medical_record_page .mr_body label {
    font-size: 13px !important;
  }

  .edit_medical_record_page .mr_body .fav-dignosis-wrapper ul li,
  .add_medical_record_page .mr_body .fav-dignosis-wrapper ul li {
    font-size: 13px !important;
  }

  #add_pharmacy_modal #empTitle,
  #check_in_add_pharmacy_modal #empTitle {
    font-size: 24px;
  }

  .charges_view_page .patient_fettle h3 {
    justify-content: center;
  }

  .charges_view_page .page_head .paid-charge {
    text-align: center;
  }

  .charges_view_page .patient_fettle h6 {
    margin-bottom: 15px;
  }

  .charges_view_page .patient_fettle h2 {
    margin-bottom: 15px;
  }

  #patient_checkOut_popup #add_patient_check_out .main_patient_data {
    display: block !important;
  }

  #patient_checkOut_popup #add_patient_check_out>div .patient-main {
    padding-left: 0px !important;
  }

  .hideshow_required_bill_section .picker .form-group {
    margin-bottom: 10px;
  }

  .hideshow_required_bill_section .add-charges {
    text-align: center;
  }

  .hideshow_required_bill_section .add-charges button {
    margin-top: 8px !important;
    margin-bottom: 8px;
  }

  #service-review-charge-data .service-review {
    display: block !important;
    text-align: center;
  }

  .table_hospital .table-responsive #add_pharmacy_table {
    min-width: 1000px;
  }

  .schedule_detail .patient_data_right .patient_profile .pp_image {
    width: 30px;
    height: 30px;
  }

  .schedule_detail .patient_data_right .Appointment_button {
    text-align: center;
  }

  .upload_billing_tariff_page #upload_tariff_form .files input {
    padding: 135px 0px 130px 35% !important;
  }

  .manage_inventory_page .manage_inventory .files input {
    padding: 140px 0px 130px 37% !important;
  }

  .manage_inventory_page .manage_inventory .files .file-follow-tariff {
    left: 0%;
    right: 0%;
    transform: translateX(0%);
    bottom: 35px;
  }

  .manage_inventory_page .manage_inventory .files .file-follow-tariff p {
    width: 100%;
    font-size: 14px;
  }

  .facility_settings_page .widget #doctorAccountSetting .medical_body #profile .iti--allow-dropdown #patient_phone {
    text-indent: 30px;
  }

  .anlytics_page .search_params_main {
    display: block !important;
  }

  .anlytics_page .search_params_main .analytics_numbers {
    margin-top: 12px;
  }

  .action_box_paid_amount {
    display: block !important;
  }

  .patient_fettle h3 {
    justify-content: center;
  }

  .page_head .text-right {
    text-align: center !important;
  }

  .patient_fettle .add-Medicines {
    text-align: center;
  }
}

@media (max-width: 375px) {
  .appointments_button {
    right: 8px;
  }

  .appointments_button button {
    padding: 5px !important;
  }

  .heading button {
    padding: 5px !important;
    margin-left: 5px !important;
  }

  #add_charge_medicine_modal .add-charge-modal {
    display: block !important;
    text-align: center;
  }

  .manage_inventory_page .manage_inventory .files .file-follow-tariff {
    left: 0%;
    right: 0%;
    transform: translateX(0%);
  }

  .manage_inventory_page .manage_inventory .files .file-follow-tariff p {
    width: 100%;
    font-size: 14px;
  }

  #mapping_inventories .genmodal_custom .modal-header {
    padding: 60px 30px 10px;
  }

  #mapping_inventories .genmodal_custom .modal-header #empTitle {
    font-size: 28px;
  }

  .wsidebar_view_medical_record_page .page_head .appointment_type #history_nav {
    display: block !important;
  }

  .wsidebar_view_medical_record_page .page_head .appointment_type #history_nav li {
    margin-bottom: 15px;
  }

  #patient_checkIn_popup #empTitle {
    font-size: 25px;
  }

  .bill_review_main .page_head .appointment_type ul {
    display: block;
  }

  .bill_review_main .page_head .appointment_type ul li a {
    margin-left: 0px;
  }
}

@media (max-width: 395px) {
  .view_inventory .input-group .input-group-lg {
    display: block !important;
    line-height: 35px;
  }

  .view_inventory .input-group .input-group-text-code {
    display: none;
  }

  .view_inventory .search_inventory_group_wrapper {
    display: block;
    text-align: center;
  }

  .view_inventory .search_inventory_group_wrapper #search_inventory_group {
    width: 100%;
    margin-bottom: 12px;
  }

  .manage_inventory_page .manage_inventory .label_inventory_select {
    display: block;
  }

  .manage_inventory_page .manage_inventory .label_inventory_select select {
    width: 100% !important;
  }

  .manage_inventory_page .manage_inventory .label_inventory_price_type {
    flex-direction: column;
  }

  .manage_inventory_page .manage_inventory .label_inventory_price_type label {
    width: 100%;
  }

  .manage_inventory_page .manage_inventory .label_inventory_price_type .form-control,
  .manage_inventory .label_inventory_select .form-control {
    width: 100% !important;
  }

  .edit_medical_record_page .page_head .medical_button a {
    width: 40% !important;
  }

  .edit_medical_record_page .page_head .medical_button button {
    width: 40% !important;
  }

  .edit_medical_record_page .tab-content #gen_info .mr_head {
    padding: 40px 10px 35px 10px;
  }

  .edit_medical_record_page .page_head .patient_detail h2 {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .page_head .checkToggle {
    margin-bottom: 1rem;
  }

  .facility_settings_page #doctorAccountSetting .medical_header .render-id-wrapper {
    padding: 17px;
  }

  .facility_patient_page_wrapper .page_head,
  .view_all_billing_page .page_head {
    flex-flow: column;
    align-items: flex-start;
    gap: 20px;
  }

  .view_all_billing_page .page_head .nav-pills {
    gap: 12px;
  }

  .full_page {
    flex-flow: column;
  }

  .full_page .image_section {
    position: initial;
    top: initial;
    left: initial;
    max-width: initial;
    transform: initial;
    z-index: 1;
  }

  .full_page .container {
    margin-top: 20px;
  }

  .full_page .container .input_section {
    width: 100%;
    margin-left: 0px;
    padding-bottom: 130px;
  }

  .full_page .image_section img {
    width: 100%;
    max-width: 400px;
    min-width: 100%;
    padding: 20px 0;
  }

  .full_page .form_header {
    flex-flow: column;
    gap: 20px;
  }

  .full_page .login_footer .login_footer_inner {
    padding: 12px 0;
  }

  .edit_medical_record_page .med_record,
  .labresult_body .med_record,
  .add_medical_record_page .med_record {
    overflow-x: auto;
    margin: 0px 20px;
  }

  .edit_medical_record_page .med_record #new_html,
  .labresult_body .med_record #new_html,
  .add_medical_record_page .med_record #new_html {
    min-width: 675px;
  }

  .edit_medical_record_page .med_record #new_html .labresult_body,
  .labresult_body .med_record #new_html .labresult_body,
  .add_medical_record_page .med_record #new_html .labresult_body {
    padding: 0px 25px !important;
  }

  .edit_medical_record_page #lab_results .med_record,
  .add_medical_record_page #lab_results .med_record {
    overflow-x: auto;
    margin: 0px 15px;
  }

  .edit_medical_record_page #lab_results .med_record #main_med_record,
  .add_medical_record_page #lab_results .med_record #main_med_record {
    min-width: 670px;
  }

  .check-out_patient_page .select_box_heading {
    margin-bottom: 18px;
  }

  #mapping_inventories .genmodal_custom #mapping_inventory_form {
    overflow-x: scroll;
  }

  #mapping_inventories .genmodal_custom #mapping_inventory_form #mapping_inventory_table {
    min-width: 500px;
  }

  #mapping_inventories .genmodal_custom #mapping_inventory_form .mapping_button {
    text-align: center;
  }

  .facility_settings_page #doctorAccountSetting .medical_header .render-id-wrapper {
    padding-bottom: 17px !important;
  }

  .facility_settings_page #doctorAccountSetting .medical_header .doctor_link {
    padding-bottom: 17px !important;
  }

  .facility_received_claims_page #hostpital_appointment #accordion .table tbody tr td:first-child,
  .facility_received_claims_page #hostpital_appointment #accordion .table tbody tr td:nth-child(2),
  .facility_received_claims_page #hostpital_appointment #accordion .table tbody tr td:nth-child(4) {
    width: 150px !important;
  }

  .queue_bill_details_page .widget .billing_person .bill_person {
    padding-right: 0px;
  }

  .queue_bill_details_page .widget .billing_person .bill_person h5 {
    font-size: 13px;
  }

  #claim_review .genmodal_custom .modal-content .cliam_modal-table {
    overflow-x: auto;
  }

  #claim_review .genmodal_custom .modal-content .cliam_modal-table .nhis_data {
    min-width: 800px;
  }

  #claim_review .genmodal_custom .modal-content .cliam_modal-table .nhis_data .get_nhis_data .form-check {
    margin-left: 10px !important;
  }

  .wsidebar_view_medical_record_page .page_head {
    display: block;
  }

  .wsidebar_view_medical_record_page .page_head .appointment_type #history_nav {
    justify-content: end;
  }

  .add_medical_record_page #add_medical_record #imaging_docs .patient_info_table,
  .add_medical_record_page #add_medical_record #medications .patient_info_table {
    min-width: 780px !important;
  }

  .billing_person .bill_person {
    padding-right: 15px;
  }

  .billing_person .bill_person h3 {
    font-size: 16px;
  }

  .page_head .paid-charge .action_box {
    width: 135px;
  }

  .page_head .paid-charge .action_box .action_text h2 {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .dashboard_overview_content.bd-content {
    padding: 100px 45px 35px 305px;
  }

  .fa_appointment_wrap.bd-content {
    padding: 100px 45px 35px 305px;
  }

  .manage_inventory_page .tab-content .table_hospital .table-responsive #manage_inventory_table tr td:nth-child(2) {
    width: 210px;
  }

  .manage_inventory_page .tab-content .table_hospital .table-responsive #manage_inventory_table {
    min-width: 1000px;
  }

  .facility_settings_page .widget #doctorAccountSetting .medical_body .fav-lab-results {
    padding-top: 26%;
  }
}

@media (max-width: 1200px) {

  .facility_login_page,
  .admin_login_page {
    flex-flow: column;
  }

  .facility_login_page .form-common-signin .input_section,
  .admin_login_page .form-signin .input_section {
    margin-top: 20px;
  }

  .facility_login_page .image_section,
  .admin_login_page .image_section {
    position: initial;
    transform: initial;
    padding: 20px;
  }

  .facility_patient_page_wrapper .table-responsive .table tr th:nth-child(5),
  .facility_patient_page_wrapper .table-responsive .table tr th:nth-child(1) {
    min-width: 220px;
  }

  .facility_patient_page_wrapper .table-responsive .table tr th:nth-child(3),
  .facility_patient_page_wrapper .table-responsive .table tr th:nth-child(2) {
    min-width: 130px;
  }

  .facility_patient_page_wrapper .table-responsive .table tr th:nth-child(4) {
    min-width: 150px;
  }

  .add_medical_record_page .help_sm {
    display: none;
  }

  .sidebar_toggle_btn_facility .navbar_custom_session .navbar-toggler {
    display: inline-block !important;
  }

  .dashboard_overview_content .table_hospital .appointment_scehdule tr td a.btn img.icon {
    margin-right: 0px;
  }

  .dashboard_overview_content .table_hospital .appointment_scehdule tr td a.btn span {
    display: none;
  }

  .dashboard_overview_content .table_hospital .appointment_scehdule tr td .break_line_wrap {
    display: block;
  }

  .telemedicalAppoint .listView .table_hospital .table-responsive .table tr td a.btn span {
    display: none;
  }

  .telemedicalAppoint .listView .table_hospital .table-responsive .table tr td a.btn img {
    margin-right: 0px;
  }

  .telemedicalAppoint .listView .table_hospital .table-responsive .table tr td {
    min-width: 125px;
  }

  .telemedicalAppoint .listView .table_hospital .table-responsive .table tr td:last-child {
    min-width: 260px;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    width: fit-content;
  }

  .navbar_custom_one {
    padding: 0 16px;
  }

  .dashboard_overview_content .table_hospital .appointment_scehdule tr td {
    min-width: 130px;
  }

  .dashboard_overview_content .table_hospital {
    overflow-y: auto;
  }

  .genmodal_custom .modal-body {
    padding: 8px 16px 30px;
  }

  .admissions_page .table_hospital .table-responsive {
    overflow-x: auto !important;
    min-height: 250px;
  }
}

/* Start side bar hide show */

.fa_sidebar_hide_show {
  left: -100%;
}

.fa_sidebar_hide_show .help_sm {
  display: none;
}

.slide_left .black_overlay {
  display: none;
}

.fa_main_hide_show {
  padding: 100px 16px 35px 16px !important;
}

.bd-sidebar_one {
  z-index: 999;
}

#si-wrapper .silc-btn {
  z-index: 9999 !important;
}

.modal-backdrop {
  z-index: 99999999 !important;
}

.modal {
  z-index: 999999999 !important;
}

.impersonate_head {
  font-weight: 500;
  font-size: 16px;
}

.impersonate_head span {
  color: #14afa5;
}

#check_in_add_pharmacy_modal .table-responsive,
#add_pharmacy_modal .table-responsive {
  overflow-x: initial;
  overflow-y: auto;
}

#add_pharmacy_table {
  margin-bottom: 60px;
}

#check_in_add_pharmacy_modal .multiselect-native-select .multiselect-selected-text,
#add_pharmacy_modal .multiselect-native-select .multiselect-selected-text {
  white-space: nowrap;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

#add_pharmacy_table .multiselect {
  width: 150px;
}

#check_in_add_pharmacy_modal .custom_width3,
#add_pharmacy_modal .custom_width3 {
  max-width: 1200px;
}

#check_in_add_pharmacy_modal .multiselect-native-select .dropdown-menu,
#add_pharmacy_modal .multiselect-native-select .dropdown-menu {
  transform: initial !important;
  top: 40px !important;
  left: initial !important;
  right: 0px !important;
}

#check_in_add_pharmacy_modal .table td:last-child,
#add_pharmacy_modal .table td:last-child {
  padding: 16px 8px 16px 0px;
}

#check_in_add_pharmacy_modal .table td:last-child input,
#add_pharmacy_modal .table td:last-child input {
  padding: 6px 15px;
  width: 80px;
}

.facility_enroll_page .lookalike_table {
  overflow-x: auto;
}

.facility_enroll_page .lookalike_table_head ul li,
.facility_enroll_page .lookalike_table_body ul li {
  min-width: 120px;
}

.facility_enroll_page .lookalike_table_head,
.facility_enroll_page .lookalike_table_row {
  min-width: 1100px;
}

.facility_settings_page .doctordata_profile .form-group .iti {
  display: block;
}

.admin_add_patient_new_record_wrap .help_sm {
  padding-left: 0;
}

.admin_add_patient_new_record_wrap .help_sm .help_icon_sm {
  margin-right: 0px;
}

.admin_add_patient_new_record_wrap .help_sm .help_desc_sm {
  display: none;
}

@media (max-width: 991px) {
  .admin_add_patient_new_record_wrap #imaging_docs table.patient_info_table {
    overflow-x: auto;
    display: block;
  }

  .admin_add_patient_new_record_wrap #imaging_docs table.patient_info_table tbody {
    min-width: 710px;
    display: block;
  }

  .admin_add_patient_new_record_wrap #medications table.patient_info_table.medication_table {
    overflow-x: auto;
    display: block;
  }

  .admin_add_patient_new_record_wrap #medications table.patient_info_table.medication_table tbody {
    min-width: 710px;
    display: block;
  }

  .admin_add_patient_new_record_wrap #medications .mr_body,
  .admin_add_patient_new_record_wrap #lab_results .mr_body {
    padding: 30px 16px;
  }

  .admin_add_patient_new_record_wrap .sidebar_nav a.active {
    padding-right: 24px;
  }

  .admin_add_patient_new_record_wrap .sidebar_nav a img {
    right: 7px;
  }

  #check_in_add_pharmacy_modal .table-responsive,
  #add_pharmacy_modal .table-responsive {
    overflow-x: auto;
  }

  .calendarDiv .calendar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .calendarDiv .calendar-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .calendarView .calendarDiv {
    gap: 20px;
  }

  .black_overlay {
    display: block !important;
    overflow: visible;
  }

  .slide_left .black_overlay {
    display: none !important;
    visibility: hidden;
  }

  .bill_review_main #all_billings .table {
    min-width: 1060px !important;
  }
}

@media (max-width: 767px) {
  .action_box:last-child {
    margin-right: 0px;
  }

  .add_medical_record_page.bd-content-full .page_head {
    flex-flow: column;
    align-items: flex-start;
    gap: 20px;
  }

  .add_medical_record_page.bd-content-full .page_head>div {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 1810px) and (min-width: 992px) {
  #siWidget-chat {
    width: 450px !important;
    transform: translateY(-42%);
    height: 510px !important;
    top: 50%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #siWidget-chat {
    width: 450px !important;
    transform: translateY(-42%);
    height: 510px !important;
    top: 50%;
  }
}

@media (max-width: 767px) and (min-width: 577px) {
  #siWidget-chat {
    width: 400px !important;
    transform: translate(-50%, -42%);
    left: 50% !important;
    height: 510px !important;
    top: 50%;
  }

  .facility_settings_page .widget #doctorAccountSetting .medical_body .fav-lab-results {
    padding-top: 30%;
  }
}

@media (max-width: 375px) and (min-width: 320px) {
  #siWidget-chat {
    width: 300px !important;
    transform: translate(-50%, -32%);
    left: 50% !important;
    height: 510px !important;
    top: 50%;
  }

  .facility_settings_page .widget #doctorAccountSetting .medical_body .fav-lab-results {
    padding-top: 70% !important;
  }

  .sidebar_toggle_btn_facility .navbar_custom_one .render_header-logo {
    display: flex;
  }

  .add_medical_record_page #gen_info .patient_detail h2 {
    font-size: 21px !important;
  }

  #edit_patient .modal-header h3 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .facility_login_page #forgot_password .form-signin h1 {
    font-size: 1.5rem;
    margin-top: 16px;
  }

  .facility_login_page #forgot_password .form-signin {
    padding: 55px 12px;
  }

  .admin_view_record_page .billing_information_page_tab .table_hospital .responsive_table_wrapper .table th {
    min-width: initial;
  }

  .render-setting-wrapper.facility_settings_page #doctorAccountSetting .medical_header .render-id-wrapper {
    text-align: left !important;
  }

  .facility_appointment_details_page .appointment_detail>.d-flex {
    flex-flow: column;
    gap: 10px;
    width: 100%;
  }

  .facility_appointment_details_page .appointment_detail>.d-flex .patient_more {
    margin: 0px;
    padding: 0px;
    border-left: 0px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    width: 100%;
  }

  .facility_settings_page .widget #doctorAccountSetting .medical_body .fav-lab-results {
    padding-top: 50%;
  }

  .facility_settings_page .doctordata_profile {
    padding-left: 0;
  }

  .facility_settings_page .change_profile {
    position: initial;
    margin: auto;
  }

  #doctorAccountSetting .medical_header .link {
    position: initial;
  }

  .render-setting-wrapper .medical_header ul {
    padding: 0px;
  }

  .facility_all_billings_page .page_head .action_box {
    margin-bottom: 12px;
  }

  .facility_all_billings_page .page_head .col-xl-8.text-right {
    text-align: start !important;
  }

  .facility_enroll_page .page_head {
    flex-flow: column;
    align-items: flex-start;
    gap: 20px;
  }

  #add_member .modal-body .nav-tabs li {
    padding: 8px;
    font-size: 14px;
  }

  #add_member .modal-body #registerWithEmail li {
    padding: 8px;
    font-size: 14px;
  }

  #add_member .my_profile_section .profile_name {
    margin-right: 0px;
  }

  #add_member .my_profile_section {
    padding: 12px;
    flex-flow: column;
    align-items: center;
    gap: 30px;
  }

  .action_box.doctor_availabilitybtn .action_availability,
  .action {
    padding: 16px;
    gap: 10px;
    flex-flow: column;
  }

  .add_medical_record_page.bd-content-full .med_record .mr_head {
    padding: 16px;
  }

  .edit_medical_record_page .tab-content .pull-right,
  .add_medical_record_page .bd-content-full .med_record .pull-right {
    display: none;
  }

  .table th {
    min-width: 150px;
  }

  /* .table_hospital{
		overflow-x: auto;
	} */
  .action_text h3 {
    font-size: 16px;
  }

  .admissions_page .inPatient .selectWarpWrap {
    flex-flow: column;
  }

  .admissions_page .inPatient .selectWarpWrap .action_box {
    width: fit-content;
  }

  .admissionsWrap .actionMode .action_box {
    width: fit-content;
  }

  .table_hospital {
    max-height: 670px !important;
  }

  .view_inventory .tab-content #view_inventory_group_collaps .table_hospital {
    max-height: inherit !important;
  }

  .patient_checkIn_popup {
    margin-bottom: 20px;
  }

  .patient_checkIn_popup .border-right {
    display: none;
  }

  #patient_checkIn_popup .genmodal_custom.custom_width2 .modal-body {
    padding: 16px;
  }

  #add_charge_medicine_modal .d-flex-customize {
    flex-flow: column;
    align-items: center;
    margin-top: 14px;
  }

  .patient_checkIn_popup .patient_data_right {
    margin-top: 0px !important;
    border-bottom: 1px solid #dee2e6;
  }

  .patient_checkIn_popup .patient_data_right .patient_profile_sm .pp_image {
    width: 25px;
    height: 25px;
  }

  .patient_checkIn_popup .patient_more_assign {
    margin-top: 13px;
  }

  .patient_checkIn_popup .picker .mt-4.form-group {
    margin-top: 0px !important;
  }

  .edit_medical_record_page .mr_body label,
  .add_medical_record_page .mr_body label {
    font-size: 14px;
  }

  .edit_medical_record_page .form-text,
  .add_medical_record_page .form-text {
    font-size: 14px;
  }

  .add_medical_record_page .btn-group button,
  .edit_medical_record_page .btn-group button {
    padding: 0px 12px;
  }

  .add_medical_record_page .mr_body,
  .edit_medical_record_page .mr_body {
    padding: 25px;
  }

  .edit_medical_record_page .fade .mr_body label,
  .add_medical_record_page .fade .mr_body label {
    font-size: 15px;
  }

  .edit_medical_record_page .fade .mr_body label br,
  .add_medical_record_page .fade .mr_body label br {
    display: none;
  }

  .edit_medical_record_page .fade .mr_body .system_col,
  .add_medical_record_page .fade .mr_body .system_col {
    display: block;
  }

  .edit_medical_record_page #lab_results .mr_head_sub,
  .add_medical_record_page #lab_results .mr_head_sub {
    padding: 25px 15px 0px;
  }

  .edit_medical_record_page #lab_results .mr_head_sub select,
  .add_medical_record_page #lab_results .mr_head_sub select {
    width: 100% !important;
  }

  .edit_medical_record_page #lab_results #lab_result,
  .add_medical_record_page #lab_results #lab_result {
    padding: 25px 15px 0px !important;
  }

  .edit_medical_record_page #lab_results .fav_lab_sub_grp,
  .add_medical_record_page #lab_results .fav_lab_sub_grp {
    width: 100% !important;
  }

  .edit_medical_record_page #lab_results .fav_lab_sub_grp,
  .add_medical_record_page #lab_results .fav_lab_sub_grp {
    width: 100% !important;
  }

  .edit_medical_record_page .mr_body .form-control,
  .labresult_body .mr_body .form-control,
  .add_medical_record_page .mr_body .form-control {
    font-size: 13px;
  }

  .edit_medical_record_page .mr_body .fav-dignosis-wrapper ul li,
  .add_medical_record_page .mr_body .fav-dignosis-wrapper ul li {
    font-size: 15px;
  }

  .charges_view_page .billing_person {
    display: block;
    margin-bottom: 8px;
  }

  .charges_view_page .billing_person .bill_person h3 {
    margin-bottom: 8px;
  }

  .charges_view_page .billing_person .bill_person h6 {
    margin: 8px 0px;
  }

  .charges_view_page .billing_person .separator {
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
  }

  .charges_view_page .page_head .patient_fettle h3 {
    margin-bottom: 15px !important;
  }

  .charges_view_page .page_head .charge-add {
    text-align: center;
  }

  .charges_view_page .patient_fettle .add-Medicines {
    display: block !important;
    text-align: center;
  }

  .charges_view_page .patient_fettle .add-Medicines h3 {
    margin-bottom: 15px !important;
  }

  .check-out_patient_page .checkToggle {
    justify-content: left;
    margin-bottom: 18px;
  }

  .check-out_patient_page .checkToggle a {
    width: 40%;
  }

  #patient_view_assign_popup .genmodal_custom .modal-content .border-right {
    border: none !important;
    padding: 0px !important;
  }

  #patient_view_assign_popup .genmodal_custom .modal-content .patient_more_assign {
    margin-top: 10px !important;
  }

  #patient_view_assign_popup .genmodal_custom .modal-content .patient_data_right .patient_profile .pp_image {
    width: 35px;
    height: 35px;
  }

  #patient_assign_popup .modal-content #add_patient_queue .border-left {
    border-left: none !important;
    margin-top: 0px !important;
  }

  #patient_assign_popup .modal-content #add_patient_queue .patient_more_assign {
    margin-top: 0px !important;
  }

  #patient_assign_popup .modal-content #add_patient_queue .patient_data_right .pp_image {
    width: 35px;
    height: 35px;
  }

  #add_charge_modal .genmodal_custom .modal-content .Charges_modal .table_hospital .table-responsive table {
    min-width: 810px !important;
  }

  .upload_billing_tariff_page .manage_tariffs .file-follow-tariff {
    left: 0%;
    right: 0%;
    transform: translateX(0%);
  }

  .upload_billing_tariff_page .manage_tariffs .file-follow-tariff p {
    font-size: 14px;
    width: unset;
  }

  .upload_billing_tariff_page .form_group_tariff {
    display: block;
  }

  .upload_billing_tariff_page .form_group_tariff .form-control {
    width: 100%;
    margin-bottom: 10px;
  }

  .upload_billing_tariff_page .form_group_tariff .submit_btn_wrap {
    margin: auto;
  }

  .upload_billing_tariff_page .table-responsive #manage_tariff_table {
    min-width: 500px;
  }

  #mapping_tariffs .genmodal_custom .modal-content .mapping_tariff_modal {
    overflow-x: scroll;
  }

  #mapping_tariffs .genmodal_custom .modal-content .mapping_tariff_modal .table-striped {
    min-width: 500px;
  }

  #mapping_tariffs .genmodal_custom .modal-content .mapping_tariff_modal .mappong-button {
    text-align: center;
  }

  .manage_inventory_page .manage_inventory .files input {
    padding: 140px 0px 130px 42%;
  }

  .manage_inventory_page .manage_inventory .form_group_tariff {
    display: block;
  }

  .manage_inventory_page .manage_inventory .form_group_tariff select {
    width: 100%;
    margin-bottom: 10px;
  }

  .manage_inventory_page .manage_inventory .label_inventory_select .form-control {
    width: calc(100% - 142px);
  }

  .manage_inventory_page .manage_inventory .form_group_tariff .submit_btn_wrap {
    margin: auto;
  }

  .manage_inventory .label_inventory_price_type .form-control,
  .manage_inventory .label_inventory_select .form-control {
    width: calc(100% - 142px);
  }

  .facility_settings_page #doctorAccountSetting .medical_header .render-id-wrapper {
    text-align: center !important;
  }

  .facility_settings_page #doctorAccountSetting .medical_header .link {
    float: unset;
  }

  .facility_settings_page #doctorAccountSetting .medical_header .doctor_link {
    text-align: center;
    padding-bottom: 17px !important;
  }

  .facility_received_claims_page #hostpital_appointment #accordion .table tbody tr td:nth-child(2),
  .facility_received_claims_page #hostpital_appointment #accordion .table tbody tr td:nth-child(4) {
    width: 360px !important;
  }

  .queue_bill_details_page .widget .billing_person {
    display: block;
    margin-bottom: 20px;
  }

  .queue_bill_details_page .widget .billing_person .bill_person {
    padding: 0px 0px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }

  .queue_bill_details_page .widget .billing_person .bill_person_last {
    border-bottom: unset !important;
    margin-bottom: 0px !important;
  }

  .queue_bill_details_page .widget .billing_person .bill_person h5 {
    font-size: 14px;
  }

  .queue_bill_details_page .widget .patient_fettle {
    overflow-x: auto;
  }

  .queue_bill_details_page .widget .patient_fettle .fettle_table {
    min-width: 500px;
  }

  .queue_bill_details_page .widget .patient_fettle .activity_record {
    width: 600px;
  }

  .edit_medical_record_page .page_head {
    display: block;
  }

  .edit_medical_record_page .page_head .heading {
    margin-bottom: 15px;
  }

  .edit_medical_record_page .page_head .medical_button a {
    width: 30%;
  }

  .edit_medical_record_page .page_head .medical_button button {
    width: 30%;
  }

  .edit_medical_record_page .mr_body .form-group {
    min-width: 560px;
  }

  .edit_medical_record_page .help_sm .help_desc_sm h3,
  .edit_medical_record_page .help_sm .help_desc_sm small {
    display: none;
  }

  .add_medical_record_page #add_medical_record #examination .med_record .pull-right,
  .add_medical_record_page #add_medical_record #vitals .med_record .pull-right,
  .add_medical_record_page #add_medical_record #gen_info .med_record .pull-right {
    display: none !important;
  }

  .view_health_history_page .append_vitals_html .table_heading_two {
    top: 860px !important;
    left: 22px;
  }

  #edit_patient #editPatientDetails .iti {
    width: 100%;
  }

  .view_billing_tariff_main .input-group-text-code {
    display: none !important;
  }

  .view_billing_tariff_main .service_newadd {
    display: block !important;
    line-height: 35px;
  }

  .anlytics_page .results_heading .listView .table_hospital {
    max-height: inherit !important;
  }

  .billing_person {
    display: block;
  }

  .billing_person .bill_person {
    padding-left: 0px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
  }

  .billing_person .bill_person:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: unset;
  }

  .patient_fettle .add-Medicines {
    display: block !important;
  }

  .patient_fettle .add-Medicines h3 {
    margin-bottom: 10px;
  }

  .page_head .paid-charge .action_box {
    width: 110px;
  }

  .page_head .paid-charge .action_box .action {
    padding: 8px 8px;
  }

  .page_head .paid-charge .action_box .action_text h2 {
    font-size: 20px;
  }

  .view_modal .modal-dialog {
    margin: 0px;
  }

  .patient_fettle h3 {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 576px) and (min-width: 376px) {
  #siWidget-chat {
    width: 350px !important;
    transform: translate(-50%, -38%);
    left: 50% !important;
    height: 510px !important;
    top: 50%;
  }
}

.medicalRecord .table tr.pending td {
  min-width: 190px;
}

#show_pharmacy_table {
  padding: 0px 10px;
  margin-bottom: 52px;
}

#medications .table_pagination {
  padding: 8px 12px;
}

#show_pharmacy_table.table td:last-child {
  padding: 16px 10px 16px 10px;
}

#show_pharmacy_table .edit,
#show_pharmacy_table .trash {
  font-size: 24px;
}

.show_pharmacy_table_wrap .table {
  margin-bottom: 8px !important;
}

#add_pharmacy_table input::-webkit-outer-spin-button,
#add_pharmacy_table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#add_pharmacy_table input[type="number"] {
  -moz-appearance: textfield;
}

#pharmacy_search {
  padding-bottom: 15px;
}

#open_close_bill_modal #addToNewBill {
  text-align: end;
  margin-bottom: 12px;
}

#open_close_bill_modal .Charges_modal .charges-title {
  justify-content: center;
}

#open_close_bill_modal .Charges_modal .charges-title p {
  color: #009288;
  font-size: 22px;
}

#open_close_bill_modal .pagination_fixed_bottom {
  padding: 0px;
}

.patient_queue_lists_page .table_hospital .table-responsive {
  /* min-height: 670px; */
}

#open_close_bill_modal .genmodal_custom.custom_width2 .modal-body {
  padding: 14px 47px 40px;
}

#open_close_bill_modal .genmodal_custom.custom_width2 .modal-body .table tbody tr td .badge {
  padding: 6px 12px;
}

#open_close_bill_modal .genmodal_custom.custom_width2 .modal-body .table tbody tr td .badge:hover {
  background-color: #01bbae;
}

.swal-current-bill {
  width: 532px;
}

#admit_patient_tab .selectWard {
  padding: 16px 16px 32px 16px;
}

#admit_patient_tab .selectWard .mainSelect .input-group-text {
  color: #fff;
  width: auto;
  padding: 7px 12px;
}

#admit_patient_tab .selectWard .mainSelect .form-control {
  height: 40px;
  padding: 7px 15px;
}

#admit_patient_tab .selectWard .badgeMain {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-flow: wrap;
}

#admit_patient_tab .selectWard .badgeMain .badge {
  border-radius: 6px;
}

#admit_patient_tab .selectWard .badgeMain .badge p {
  font-size: 18px;
}

.check_in_patient_list_wrap {
  gap: 20px;
  justify-content: space-between;
  margin: 0px 0 16px 0 !important;
}

.check_in_patient_list_wrap .admitted_patients_toggle {
  margin-left: 10px;
}

.check_in_patient_list_wrap .date_picker_wrap {
  width: 300px;
}

.view_health_history_page.fa_main_hide_show {
  padding: 100px 48px 35px 16px !important;
}

@media (max-width: 767px) {

  .view_health_history_page .table_heading_two,
  .view_health_history_page .table_heading_one.table_heading {
    font-size: 16px !important;
  }

  .view_health_history_page table tr th:first-child,
  .view_health_history_page table tr td:first-child {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
    font-size: 13px;
  }

  .view_health_history_page .append_vitals_html .table_heading_two {
    top: 855px;
    left: 22px;
  }

  #admit_patient_tab .selectWard .badgeMain .badge {
    padding: 8px !important;
  }

  #admit_patient_tab .selectWard .badgeMain .badge h5 {
    font-size: 16px;
  }

  #admit_patient_tab .selectWard .badgeMain .badge p {
    font-size: 14px;
  }

  #service-review-charge-data .service_table {
    overflow-x: auto;
  }

  #service-review-charge-data .service_table .table_hospital {
    width: 1000px;
  }

  #hostpital_appointment .check-tabels {
    overflow-x: auto;
  }

  #hostpital_appointment .check-tabels .overflow_patient {
    width: 1000px;
  }

  #patient_assign_popup .modal-content #add_patient_queue .picker .form-group {
    margin-bottom: 0px !important;
  }

  #patient_assign_popup .modal-content #add_patient_queue .border-left {
    border-left: 1px solid #dee2e6 !important;
    margin-top: 20px;
  }

  #patient_assign_popup .modal-content #add_patient_queue .patient_more_assign {
    margin-top: 32px;
  }

  #patient_assign_popup .modal-content #add_patient_queue .border-right {
    border: none !important;
    padding: 0px !important;
  }

  #add_charge_modal .genmodal_custom .modal-content .Charges_modal .table_hospital .table-responsive table {
    min-width: 760px !important;
  }

  .manage_inventory_page .tab-content .table_hospital .table-responsive #manage_inventory_table tr td i {
    font-size: 18px;
  }

  .manage_inventory_page .tab-content .table_hospital .table-responsive #manage_inventory_table {
    min-width: 765px;
  }

  .manage_inventory_page .tab-content .table_hospital .table-responsive #manage_inventory_table tr td:last-child span {
    display: none;
  }

  .manage_inventory_page .tab-content .table_hospital .table-responsive #manage_inventory_table tr td:nth-child(2) {
    width: 205px;
  }

  .queue_bill_details_page .page_head {
    flex-flow: wrap;
  }

  .queue_bill_details_page .page_head .back_button {
    margin-bottom: 10px;
  }

  .queue_bill_details_page .page_head h1 {
    width: auto;
  }

  .queue_bill_details_page .page_head .btn_billing {
    position: inherit;
  }

  .patient_checkIn_popup .patient_data_right .patient_image_queue {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}

#admit_patient_tab .bottomBtn {
  text-align: end;
}

#admit_patient_tab .bottomBtn .btn {
  font-size: 16px;
}

#admit_patient_tab .bedMainWrapper {
  margin-top: 20px;
  display: flex;
  gap: 40px;
  overflow-x: auto;
}

#admit_patient_tab .bedMainWrapper .bedWrapper {
  width: 100px;
  min-width: 100px;
  height: auto;
}

#admit_patient_tab .bedMainWrapper .bedWrapper img {
  width: 100%;
  height: auto;
}

#admit_patient_tab .bedMainWrapper .bedWrapper img:last-child {
  opacity: 0;
  display: none;
}

#admit_patient_tab .bedMainWrapper .bedWrapper:hover img:first-child {
  opacity: 0;
  display: none;
}

#admit_patient_tab .bedMainWrapper .bedWrapper:hover img:last-child {
  opacity: 1;
  display: block;
}

.admissions_page .inPatient {
  margin: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admissions_page .inPatient .selectWarpWrap {
  display: flex;
  gap: 16px;
}

.admissions_page .admissionsWrap h4,
.admissions_page .inPatient h4 {
  color: #02bbae;
}

.admissions_page .inPatient .selectWarpWrap .select_category_bill {
  background-color: transparent;
  min-width: 300px;
}

.admissions_page .inPatient .selectWarpWrap .action_box .action_patient .action_text h5 {
  width: max-content;
}

.admissions_page .table_hospital .table-responsive {
  overflow-x: auto;
}

.admissions_page .table_hospital .table-responsive .table tr td .syntomTag {
  max-width: 112px;
  min-width: 112px;
  width: 112px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admissions_page .table_hospital .table-responsive .table tr td .syntomModal a {
  color: #02bbae;
}

.main_menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.main_menu::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.main_menu::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

#admit_patient_tab .bedMainWrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#admit_patient_tab .bedMainWrapper::-webkit-scrollbar {
  height: 16px;
  background-color: #f5f5f5;
}

#admit_patient_tab .bedMainWrapper::-webkit-scrollbar-thumb {
  background-color: #16bbae;
}

.occupeid_patientOutlineDanger {
  border: 1px solid #f25e5e;
  background-color: #fff;
}

.occupeid_patientOutlineDanger .action_text h2,
.occupeid_patientOutlineDanger .action_text h5 {
  color: #f25e5e;
}

.open_patientOutlinePrimary {
  border: 1px solid #2cb2a9;
  background-color: #fff;
}

.open_patientOutlinePrimary .action_text h2,
.open_patientOutlinePrimary .action_text h5 {
  color: #2cb2a9;
}

#admit_patient_tab .selectWard .badgeMain .total_occupied_beds_outline {
  border: 1px solid #f25e5e;
  background-color: #fff;
}

#admit_patient_tab .selectWard .badgeMain .total_occupied_beds_outline p,
#admit_patient_tab .selectWard .badgeMain .total_occupied_beds_outline h5 {
  color: #f25e5e;
}

#admit_patient_tab .selectWard .badgeMain .total_open_beds_outline {
  border: 1px solid #2cb2a9;
  background-color: #fff;
}

#admit_patient_tab .selectWard .badgeMain .total_open_beds_outline p,
#admit_patient_tab .selectWard .badgeMain .total_open_beds_outline h5 {
  color: #2cb2a9;
}

.switch-primary-custom {
  padding-left: 2.25rem;
}

.switch-primary-custom .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  line-height: 26px;
}

.switch-primary-custom .custom-control-label::before {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.switch-primary-custom .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1.2rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.switch-primary-custom .custom-control-label::before {
  left: -2.8rem;
  width: 2.3rem;
  pointer-events: all;
  border-radius: 0.6rem;
}

.switch-primary-custom .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.switch-primary-custom .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #1ea9a1;
  background-color: #1ea9a1;
}

.switch-primary-custom.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.2rem);
  transform: translateX(1rem);
}

.switch-primary-custom .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.5rem + 0px);
  width: calc(1rem - 2px);
  height: calc(1rem - 2px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}

.switch-primary-custom .custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(1 187 174 / 20%);
}

.calendarView .calendarDiv {
  margin: 0px;
}

.notify_one {
  font-size: 19px;
  color: #16bbae;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .admin_add_patient_new_record_wrap.slide_left .admin_view_record_page {
    padding: 100px 30px 30px 30px;
  }

  #navbarSupportedContent.navbar-collapse .reasponsive_toggle {
    display: none !important;
  }

  #navbarSupportedContent.navbar-collapse .fa_toggle_dropdown {
    display: none !important;
  }

  .edit_medical_record_page #lab_results .med_record,
  .add_medical_record_page #lab_results .med_record {
    overflow-x: auto;
    margin: 0px 25px;
  }

  .edit_medical_record_page #lab_results .med_record #main_med_record,
  .add_medical_record_page #lab_results .med_record #main_med_record {
    min-width: 800px;
  }

  .bill_review_main #all_billings .table {
    min-width: 900px;
  }
}

.calendar_default_main div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;

  .patient_fettle h3 {
    justify-content: center;
  }

  .page_head .text-right {
    text-align: center !important;
  }

  .patient_fettle .add-Medicines {
    text-align: center;
  }
}

@media (max-width: 375px) {
  .appointments_button {
    right: 8px;
  }

  .appointments_button button {
    padding: 5px !important;
  }

  .heading button {
    padding: 5px !important;
    margin-left: 5px !important;
  }

  #add_charge_medicine_modal .add-charge-modal {
    display: block !important;
    text-align: center;
  }

  .manage_inventory_page .manage_inventory .files .file-follow-tariff {
    left: 0%;
    right: 0%;
    transform: translateX(0%);
  }

  .manage_inventory_page .manage_inventory .files .file-follow-tariff p {
    width: 100%;
    font-size: 14px;
  }

  #mapping_inventories .genmodal_custom .modal-header {
    padding: 60px 30px 10px;
  }

  #mapping_inventories .genmodal_custom .modal-header #empTitle {
    font-size: 28px;
  }

  .wsidebar_view_medical_record_page .page_head .appointment_type #history_nav {
    display: block !important;
  }

  .wsidebar_view_medical_record_page .page_head .appointment_type #history_nav li {
    margin-bottom: 15px;
  }

  #patient_checkIn_popup #empTitle {
    font-size: 25px;
  }

  .bill_review_main .page_head .appointment_type ul {
    display: block;
  }

  .bill_review_main .page_head .appointment_type ul li a {
    margin-left: 0px;
  }
}

@media (max-width: 395px) {
  .view_inventory .input-group .input-group-lg {
    display: block !important;
    line-height: 35px;
  }

  .view_inventory .input-group .input-group-text-code {
    display: none;
  }

  .view_inventory .search_inventory_group_wrapper {
    display: block;
    text-align: center;
  }

  .view_inventory .search_inventory_group_wrapper #search_inventory_group {
    width: 100%;
    margin-bottom: 12px;
  }

  .manage_inventory_page .manage_inventory .label_inventory_select {
    display: block;
  }

  .manage_inventory_page .manage_inventory .label_inventory_select select {
    width: 100% !important;
  }

  .manage_inventory_page .manage_inventory .label_inventory_price_type {
    flex-direction: column;
  }

  .manage_inventory_page .manage_inventory .label_inventory_price_type label {
    width: 100%;
  }

  .manage_inventory_page .manage_inventory .label_inventory_price_type .form-control,
  .manage_inventory .label_inventory_select .form-control {
    width: 100% !important;
  }

  .edit_medical_record_page .page_head .medical_button a {
    width: 40% !important;
  }

  .edit_medical_record_page .page_head .medical_button button {
    width: 40% !important;
  }

  .edit_medical_record_page .tab-content #gen_info .mr_head {
    padding: 40px 10px 35px 10px;
  }

  .edit_medical_record_page .page_head .patient_detail h2 {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .page_head .checkToggle {
    margin-bottom: 1rem;
  }

  .facility_settings_page #doctorAccountSetting .medical_header .render-id-wrapper {
    padding: 17px;
  }

  .facility_patient_page_wrapper .page_head,
  .view_all_billing_page .page_head {
    flex-flow: column;
    align-items: flex-start;
    gap: 20px;
  }

  .view_all_billing_page .page_head .nav-pills {
    gap: 12px;
  }

  .full_page {
    flex-flow: column;
  }

  .full_page .image_section {
    position: initial;
    top: initial;
    left: initial;
    max-width: initial;
    transform: initial;
    z-index: 1;
  }

  .full_page .container {
    margin-top: 20px;
  }

  .full_page .container .input_section {
    width: 100%;
    margin-left: 0px;
    padding-bottom: 130px;
  }

  .full_page .image_section img {
    width: 100%;
    max-width: 400px;
    min-width: 100%;
    padding: 20px 0;
  }

  .full_page .form_header {
    flex-flow: column;
    gap: 20px;
  }

  .full_page .login_footer .login_footer_inner {
    padding: 12px 0;
  }

  .edit_medical_record_page .med_record,
  .labresult_body .med_record,
  .add_medical_record_page .med_record {
    overflow-x: auto;
    margin: 0px 20px;
  }

  .edit_medical_record_page .med_record #new_html,
  .labresult_body .med_record #new_html,
  .add_medical_record_page .med_record #new_html {
    min-width: 675px;
  }

  .edit_medical_record_page .med_record #new_html .labresult_body,
  .labresult_body .med_record #new_html .labresult_body,
  .add_medical_record_page .med_record #new_html .labresult_body {
    padding: 0px 25px !important;
  }

  .edit_medical_record_page #lab_results .med_record,
  .add_medical_record_page #lab_results .med_record {
    overflow-x: auto;
    margin: 0px 15px;
  }

  .edit_medical_record_page #lab_results .med_record #main_med_record,
  .add_medical_record_page #lab_results .med_record #main_med_record {
    min-width: 670px;
  }

  .check-out_patient_page .select_box_heading {
    margin-bottom: 18px;
  }

  #mapping_inventories .genmodal_custom #mapping_inventory_form {
    overflow-x: scroll;
  }

  #mapping_inventories .genmodal_custom #mapping_inventory_form #mapping_inventory_table {
    min-width: 500px;
  }

  #mapping_inventories .genmodal_custom #mapping_inventory_form .mapping_button {
    text-align: center;
  }

  .facility_settings_page #doctorAccountSetting .medical_header .render-id-wrapper {
    padding-bottom: 17px !important;
  }

  .facility_settings_page #doctorAccountSetting .medical_header .doctor_link {
    padding-bottom: 17px !important;
  }

  .facility_received_claims_page #hostpital_appointment #accordion .table tbody tr td:first-child,
  .facility_received_claims_page #hostpital_appointment #accordion .table tbody tr td:nth-child(2),
  .facility_received_claims_page #hostpital_appointment #accordion .table tbody tr td:nth-child(4) {
    width: 150px !important;
  }

  .queue_bill_details_page .widget .billing_person .bill_person {
    padding-right: 0px;
  }

  .queue_bill_details_page .widget .billing_person .bill_person h5 {
    font-size: 13px;
  }

  #claim_review .genmodal_custom .modal-content .cliam_modal-table {
    overflow-x: auto;
  }

  #claim_review .genmodal_custom .modal-content .cliam_modal-table .nhis_data {
    min-width: 800px;
  }

  #claim_review .genmodal_custom .modal-content .cliam_modal-table .nhis_data .get_nhis_data .form-check {
    margin-left: 10px !important;
  }

  .wsidebar_view_medical_record_page .page_head {
    display: block;
  }

  .wsidebar_view_medical_record_page .page_head .appointment_type #history_nav {
    justify-content: end;
  }

  .add_medical_record_page #add_medical_record #imaging_docs .patient_info_table,
  .add_medical_record_page #add_medical_record #medications .patient_info_table {
    min-width: 780px !important;
  }

  .billing_person .bill_person {
    padding-right: 15px;
  }

  .billing_person .bill_person h3 {
    font-size: 16px;
  }

  .page_head .paid-charge .action_box {
    width: 135px;
  }

  .page_head .paid-charge .action_box .action_text h2 {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .dashboard_overview_content.bd-content {
    padding: 100px 45px 35px 305px;
  }

  .fa_appointment_wrap.bd-content {
    padding: 100px 45px 35px 305px;
  }

  .manage_inventory_page .tab-content .table_hospital .table-responsive #manage_inventory_table tr td:nth-child(2) {
    width: 210px;
  }

  .manage_inventory_page .tab-content .table_hospital .table-responsive #manage_inventory_table {
    min-width: 1000px;
  }

  .facility_settings_page .widget #doctorAccountSetting .medical_body .fav-lab-results {
    padding-top: 26%;
  }
}

@media (max-width: 1200px) {

  .facility_login_page,
  .admin_login_page {
    flex-flow: column;
  }

  .facility_login_page .form-common-signin .input_section,
  .admin_login_page .form-signin .input_section {
    margin-top: 20px;
  }

  .facility_login_page .image_section,
  .admin_login_page .image_section {
    position: initial;
    transform: initial;
    padding: 20px;
  }

  .facility_patient_page_wrapper .table-responsive .table tr th:nth-child(5),
  .facility_patient_page_wrapper .table-responsive .table tr th:nth-child(1) {
    min-width: 220px;
  }

  .facility_patient_page_wrapper .table-responsive .table tr th:nth-child(3),
  .facility_patient_page_wrapper .table-responsive .table tr th:nth-child(2) {
    min-width: 130px;
  }

  .facility_patient_page_wrapper .table-responsive .table tr th:nth-child(4) {
    min-width: 150px;
  }

  .add_medical_record_page .help_sm {
    display: none;
  }

  .sidebar_toggle_btn_facility .navbar_custom_session .navbar-toggler {
    display: inline-block !important;
  }

  .dashboard_overview_content .table_hospital .appointment_scehdule tr td a.btn img.icon {
    margin-right: 0px;
  }

  .dashboard_overview_content .table_hospital .appointment_scehdule tr td a.btn span {
    display: none;
  }

  .dashboard_overview_content .table_hospital .appointment_scehdule tr td .break_line_wrap {
    display: block;
  }

  .telemedicalAppoint .listView .table_hospital .table-responsive .table tr td a.btn span {
    display: none;
  }

  .telemedicalAppoint .listView .table_hospital .table-responsive .table tr td a.btn img {
    margin-right: 0px;
  }

  .telemedicalAppoint .listView .table_hospital .table-responsive .table tr td {
    min-width: 125px;
  }

  .telemedicalAppoint .listView .table_hospital .table-responsive .table tr td:last-child {
    min-width: 260px;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    width: fit-content;
  }

  .navbar_custom_one {
    padding: 0 16px;
  }

  .dashboard_overview_content .table_hospital .appointment_scehdule tr td {
    min-width: 130px;
  }

  .dashboard_overview_content .table_hospital {
    overflow-y: auto;
  }

  .genmodal_custom .modal-body {
    padding: 8px 16px 30px;
  }

  .admissions_page .table_hospital .table-responsive {
    overflow-x: auto !important;
    min-height: 250px;
  }
}

/* Start side bar hide show */

.fa_sidebar_hide_show {
  left: -100%;
}

.fa_sidebar_hide_show .help_sm {
  display: none;
}

.slide_left .black_overlay {
  display: none;
}

.fa_main_hide_show {
  padding: 100px 16px 35px 16px !important;
}

.bd-sidebar_one {
  z-index: 999;
}

#si-wrapper .silc-btn {
  z-index: 9999 !important;
}

.modal-backdrop {
  z-index: 99999999 !important;
}

.modal {
  z-index: 999999999 !important;
}

.impersonate_head {
  font-weight: 500;
  font-size: 16px;
}

.impersonate_head span {
  color: #14afa5;
}

#check_in_add_pharmacy_modal .table-responsive,
#add_pharmacy_modal .table-responsive {
  overflow-x: initial;
  overflow-y: auto;
}

#add_pharmacy_table {
  margin-bottom: 60px;
}

#check_in_add_pharmacy_modal .multiselect-native-select .multiselect-selected-text,
#add_pharmacy_modal .multiselect-native-select .multiselect-selected-text {
  white-space: nowrap;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

#add_pharmacy_table .multiselect {
  width: 150px;
}

#check_in_add_pharmacy_modal .custom_width3,
#add_pharmacy_modal .custom_width3 {
  max-width: 1200px;
}

#check_in_add_pharmacy_modal .multiselect-native-select .dropdown-menu,
#add_pharmacy_modal .multiselect-native-select .dropdown-menu {
  transform: initial !important;
  top: 40px !important;
  left: initial !important;
  right: 0px !important;
}

#check_in_add_pharmacy_modal .table td:last-child,
#add_pharmacy_modal .table td:last-child {
  padding: 16px 8px 16px 0px;
}

#check_in_add_pharmacy_modal .table td:last-child input,
#add_pharmacy_modal .table td:last-child input {
  padding: 6px 15px;
  width: 80px;
}

.facility_enroll_page .lookalike_table {
  overflow-x: auto;
}

.facility_enroll_page .lookalike_table_head ul li,
.facility_enroll_page .lookalike_table_body ul li {
  min-width: 120px;
}

.facility_enroll_page .lookalike_table_head,
.facility_enroll_page .lookalike_table_row {
  min-width: 1100px;
}

.facility_settings_page .doctordata_profile .form-group .iti {
  display: block;
}

.admin_add_patient_new_record_wrap .help_sm {
  padding-left: 0;
}

.admin_add_patient_new_record_wrap .help_sm .help_icon_sm {
  margin-right: 0px;
}

.admin_add_patient_new_record_wrap .help_sm .help_desc_sm {
  display: none;
}

@media (max-width: 991px) {
  .admin_add_patient_new_record_wrap #imaging_docs table.patient_info_table {
    overflow-x: auto;
    display: block;
  }

  .admin_add_patient_new_record_wrap #imaging_docs table.patient_info_table tbody {
    min-width: 710px;
    display: block;
  }

  .admin_add_patient_new_record_wrap #medications table.patient_info_table.medication_table {
    overflow-x: auto;
    display: block;
  }

  .admin_add_patient_new_record_wrap #medications table.patient_info_table.medication_table tbody {
    min-width: 710px;
    display: block;
  }

  .admin_add_patient_new_record_wrap #medications .mr_body,
  .admin_add_patient_new_record_wrap #lab_results .mr_body {
    padding: 30px 16px;
  }

  .admin_add_patient_new_record_wrap .sidebar_nav a.active {
    padding-right: 24px;
  }

  .admin_add_patient_new_record_wrap .sidebar_nav a img {
    right: 7px;
  }

  #check_in_add_pharmacy_modal .table-responsive,
  #add_pharmacy_modal .table-responsive {
    overflow-x: auto;
  }

  .calendarDiv .calendar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .calendarDiv .calendar-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .calendarView .calendarDiv {
    gap: 20px;
  }

  .black_overlay {
    display: block !important;
    overflow: visible;
  }

  .slide_left .black_overlay {
    display: none !important;
    visibility: hidden;
  }

  .bill_review_main #all_billings .table {
    min-width: 1060px !important;
  }
}

@media (max-width: 767px) {
  .action_box:last-child {
    margin-right: 0px;
  }

  .add_medical_record_page.bd-content-full .page_head {
    flex-flow: column;
    align-items: flex-start;
    gap: 20px;
  }

  .add_medical_record_page.bd-content-full .page_head>div {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 1810px) and (min-width: 992px) {
  #siWidget-chat {
    width: 450px !important;
    transform: translateY(-42%);
    height: 510px !important;
    top: 50%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #siWidget-chat {
    width: 450px !important;
    transform: translateY(-42%);
    height: 510px !important;
    top: 50%;
  }
}

@media (max-width: 767px) and (min-width: 577px) {
  #siWidget-chat {
    width: 400px !important;
    transform: translate(-50%, -42%);
    left: 50% !important;
    height: 510px !important;
    top: 50%;
  }

  .facility_settings_page .widget #doctorAccountSetting .medical_body .fav-lab-results {
    padding-top: 30%;
  }
}

@media (max-width: 375px) and (min-width: 320px) {
  #siWidget-chat {
    width: 300px !important;
    transform: translate(-50%, -32%);
    left: 50% !important;
    height: 510px !important;
    top: 50%;
  }

  .facility_settings_page .widget #doctorAccountSetting .medical_body .fav-lab-results {
    padding-top: 70% !important;
  }

  .sidebar_toggle_btn_facility .navbar_custom_one .render_header-logo {
    display: flex;
  }

  .add_medical_record_page #gen_info .patient_detail h2 {
    font-size: 21px !important;
  }

  #edit_patient .modal-header h3 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .facility_login_page #forgot_password .form-signin h1 {
    font-size: 1.5rem;
    margin-top: 16px;
  }

  .facility_login_page #forgot_password .form-signin {
    padding: 55px 12px;
  }

  .admin_view_record_page .billing_information_page_tab .table_hospital .responsive_table_wrapper .table th {
    min-width: initial;
  }

  .render-setting-wrapper.facility_settings_page #doctorAccountSetting .medical_header .render-id-wrapper {
    text-align: left !important;
  }

  .facility_appointment_details_page .appointment_detail>.d-flex {
    flex-flow: column;
    gap: 10px;
    width: 100%;
  }

  .facility_appointment_details_page .appointment_detail>.d-flex .patient_more {
    margin: 0px;
    padding: 0px;
    border-left: 0px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    width: 100%;
  }

  .facility_settings_page .widget #doctorAccountSetting .medical_body .fav-lab-results {
    padding-top: 50%;
  }

  .facility_settings_page .doctordata_profile {
    padding-left: 0;
  }

  .facility_settings_page .change_profile {
    position: initial;
    margin: auto;
  }

  #doctorAccountSetting .medical_header .link {
    position: initial;
  }

  .render-setting-wrapper .medical_header ul {
    padding: 0px;
  }

  .facility_all_billings_page .page_head .action_box {
    margin-bottom: 12px;
  }

  .facility_all_billings_page .page_head .col-xl-8.text-right {
    text-align: start !important;
  }

  .facility_enroll_page .page_head {
    flex-flow: column;
    align-items: flex-start;
    gap: 20px;
  }

  #add_member .modal-body .nav-tabs li {
    padding: 8px;
    font-size: 14px;
  }

  #add_member .modal-body #registerWithEmail li {
    padding: 8px;
    font-size: 14px;
  }

  #add_member .my_profile_section .profile_name {
    margin-right: 0px;
  }

  #add_member .my_profile_section {
    padding: 12px;
    flex-flow: column;
    align-items: center;
    gap: 30px;
  }

  .action_box.doctor_availabilitybtn .action_availability,
  .action {
    padding: 16px;
    gap: 10px;
    flex-flow: column;
  }

  .add_medical_record_page.bd-content-full .med_record .mr_head {
    padding: 16px;
  }

  .edit_medical_record_page .tab-content .pull-right,
  .add_medical_record_page .bd-content-full .med_record .pull-right {
    display: none;
  }

  .table th {
    min-width: 150px;
  }

  /* .table_hospital{
		overflow-x: auto;
	} */
  .action_text h3 {
    font-size: 16px;
  }

  .admissions_page .inPatient .selectWarpWrap {
    flex-flow: column;
  }

  .admissions_page .inPatient .selectWarpWrap .action_box {
    width: fit-content;
  }

  .admissionsWrap .actionMode .action_box {
    width: fit-content;
  }

  .table_hospital {
    max-height: 670px !important;
  }

  .view_inventory .tab-content #view_inventory_group_collaps .table_hospital {
    max-height: inherit !important;
  }

  .patient_checkIn_popup {
    margin-bottom: 20px;
  }

  .patient_checkIn_popup .border-right {
    display: none;
  }

  #patient_checkIn_popup .genmodal_custom.custom_width2 .modal-body {
    padding: 16px;
  }

  #add_charge_medicine_modal .d-flex-customize {
    flex-flow: column;
    align-items: center;
    margin-top: 14px;
  }

  .patient_checkIn_popup .patient_data_right {
    margin-top: 0px !important;
    border-bottom: 1px solid #dee2e6;
  }

  .patient_checkIn_popup .patient_data_right .patient_profile_sm .pp_image {
    width: 25px;
    height: 25px;
  }

  .patient_checkIn_popup .patient_more_assign {
    margin-top: 13px;
  }

  .patient_checkIn_popup .picker .mt-4.form-group {
    margin-top: 0px !important;
  }

  .edit_medical_record_page .mr_body label,
  .add_medical_record_page .mr_body label {
    font-size: 14px;
  }

  .edit_medical_record_page .form-text,
  .add_medical_record_page .form-text {
    font-size: 14px;
  }

  .add_medical_record_page .btn-group button,
  .edit_medical_record_page .btn-group button {
    padding: 0px 12px;
  }

  .add_medical_record_page .mr_body,
  .edit_medical_record_page .mr_body {
    padding: 25px;
  }

  .edit_medical_record_page .fade .mr_body label,
  .add_medical_record_page .fade .mr_body label {
    font-size: 15px;
  }

  .edit_medical_record_page .fade .mr_body label br,
  .add_medical_record_page .fade .mr_body label br {
    display: none;
  }

  .edit_medical_record_page .fade .mr_body .system_col,
  .add_medical_record_page .fade .mr_body .system_col {
    display: block;
  }

  .edit_medical_record_page #lab_results .mr_head_sub,
  .add_medical_record_page #lab_results .mr_head_sub {
    padding: 25px 15px 0px;
  }

  .edit_medical_record_page #lab_results .mr_head_sub select,
  .add_medical_record_page #lab_results .mr_head_sub select {
    width: 100% !important;
  }

  .edit_medical_record_page #lab_results #lab_result,
  .add_medical_record_page #lab_results #lab_result {
    padding: 25px 15px 0px !important;
  }

  .edit_medical_record_page #lab_results .fav_lab_sub_grp,
  .add_medical_record_page #lab_results .fav_lab_sub_grp {
    width: 100% !important;
  }

  .edit_medical_record_page #lab_results .fav_lab_sub_grp,
  .add_medical_record_page #lab_results .fav_lab_sub_grp {
    width: 100% !important;
  }

  .edit_medical_record_page .mr_body .form-control,
  .labresult_body .mr_body .form-control,
  .add_medical_record_page .mr_body .form-control {
    font-size: 13px;
  }

  .edit_medical_record_page .mr_body .fav-dignosis-wrapper ul li,
  .add_medical_record_page .mr_body .fav-dignosis-wrapper ul li {
    font-size: 15px;
  }

  .charges_view_page .billing_person {
    display: block;
    margin-bottom: 8px;
  }

  .charges_view_page .billing_person .bill_person h3 {
    margin-bottom: 8px;
  }

  .charges_view_page .billing_person .bill_person h6 {
    margin: 8px 0px;
  }

  .charges_view_page .billing_person .separator {
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
  }

  .charges_view_page .page_head .patient_fettle h3 {
    margin-bottom: 15px !important;
  }

  .charges_view_page .page_head .charge-add {
    text-align: center;
  }

  .charges_view_page .patient_fettle .add-Medicines {
    display: block !important;
    text-align: center;
  }

  .charges_view_page .patient_fettle .add-Medicines h3 {
    margin-bottom: 15px !important;
  }

  .check-out_patient_page .checkToggle {
    justify-content: left;
    margin-bottom: 18px;
  }

  .check-out_patient_page .checkToggle a {
    width: 40%;
  }

  #patient_view_assign_popup .genmodal_custom .modal-content .border-right {
    border: none !important;
    padding: 0px !important;
  }

  #patient_view_assign_popup .genmodal_custom .modal-content .patient_more_assign {
    margin-top: 10px !important;
  }

  #patient_view_assign_popup .genmodal_custom .modal-content .patient_data_right .patient_profile .pp_image {
    width: 35px;
    height: 35px;
  }

  #patient_assign_popup .modal-content #add_patient_queue .border-left {
    border-left: none !important;
    margin-top: 0px !important;
  }

  #patient_assign_popup .modal-content #add_patient_queue .patient_more_assign {
    margin-top: 0px !important;
  }

  #patient_assign_popup .modal-content #add_patient_queue .patient_data_right .pp_image {
    width: 35px;
    height: 35px;
  }

  #add_charge_modal .genmodal_custom .modal-content .Charges_modal .table_hospital .table-responsive table {
    min-width: 810px !important;
  }

  .upload_billing_tariff_page .manage_tariffs .file-follow-tariff {
    left: 0%;
    right: 0%;
    transform: translateX(0%);
  }

  .upload_billing_tariff_page .manage_tariffs .file-follow-tariff p {
    font-size: 14px;
    width: unset;
  }

  .upload_billing_tariff_page .form_group_tariff {
    display: block;
  }

  .upload_billing_tariff_page .form_group_tariff .form-control {
    width: 100%;
    margin-bottom: 10px;
  }

  .upload_billing_tariff_page .form_group_tariff .submit_btn_wrap {
    margin: auto;
  }

  .upload_billing_tariff_page .table-responsive #manage_tariff_table {
    min-width: 500px;
  }

  #mapping_tariffs .genmodal_custom .modal-content .mapping_tariff_modal {
    overflow-x: scroll;
  }

  #mapping_tariffs .genmodal_custom .modal-content .mapping_tariff_modal .table-striped {
    min-width: 500px;
  }

  #mapping_tariffs .genmodal_custom .modal-content .mapping_tariff_modal .mappong-button {
    text-align: center;
  }

  .manage_inventory_page .manage_inventory .files input {
    padding: 140px 0px 130px 42%;
  }

  .manage_inventory_page .manage_inventory .form_group_tariff {
    display: block;
  }

  .manage_inventory_page .manage_inventory .form_group_tariff select {
    width: 100%;
    margin-bottom: 10px;
  }

  .manage_inventory_page .manage_inventory .label_inventory_select .form-control {
    width: calc(100% - 142px);
  }

  .manage_inventory_page .manage_inventory .form_group_tariff .submit_btn_wrap {
    margin: auto;
  }

  .manage_inventory .label_inventory_price_type .form-control,
  .manage_inventory .label_inventory_select .form-control {
    width: calc(100% - 142px);
  }

  .facility_settings_page #doctorAccountSetting .medical_header .render-id-wrapper {
    text-align: center !important;
  }

  .facility_settings_page #doctorAccountSetting .medical_header .link {
    float: unset;
  }

  .facility_settings_page #doctorAccountSetting .medical_header .doctor_link {
    text-align: center;
    padding-bottom: 17px !important;
  }

  .facility_received_claims_page #hostpital_appointment #accordion .table tbody tr td:nth-child(2),
  .facility_received_claims_page #hostpital_appointment #accordion .table tbody tr td:nth-child(4) {
    width: 360px !important;
  }

  .queue_bill_details_page .widget .billing_person {
    display: block;
    margin-bottom: 20px;
  }

  .queue_bill_details_page .widget .billing_person .bill_person {
    padding: 0px 0px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }

  .queue_bill_details_page .widget .billing_person .bill_person_last {
    border-bottom: unset !important;
    margin-bottom: 0px !important;
  }

  .queue_bill_details_page .widget .billing_person .bill_person h5 {
    font-size: 14px;
  }

  .queue_bill_details_page .widget .patient_fettle {
    overflow-x: auto;
  }

  .queue_bill_details_page .widget .patient_fettle .fettle_table {
    min-width: 500px;
  }

  .queue_bill_details_page .widget .patient_fettle .activity_record {
    width: 600px;
  }

  .edit_medical_record_page .page_head {
    display: block;
  }

  .edit_medical_record_page .page_head .heading {
    margin-bottom: 15px;
  }

  .edit_medical_record_page .page_head .medical_button a {
    width: 30%;
  }

  .edit_medical_record_page .page_head .medical_button button {
    width: 30%;
  }

  .edit_medical_record_page .mr_body .form-group {
    min-width: 560px;
  }

  .edit_medical_record_page .help_sm .help_desc_sm h3,
  .edit_medical_record_page .help_sm .help_desc_sm small {
    display: none;
  }

  .add_medical_record_page #add_medical_record #examination .med_record .pull-right,
  .add_medical_record_page #add_medical_record #vitals .med_record .pull-right,
  .add_medical_record_page #add_medical_record #gen_info .med_record .pull-right {
    display: none !important;
  }

  .view_health_history_page .append_vitals_html .table_heading_two {
    top: 860px !important;
    left: 22px;
  }

  #edit_patient #editPatientDetails .iti {
    width: 100%;
  }

  .view_billing_tariff_main .input-group-text-code {
    display: none !important;
  }

  .view_billing_tariff_main .service_newadd {
    display: block !important;
    line-height: 35px;
  }

  .anlytics_page .results_heading .listView .table_hospital {
    max-height: inherit !important;
  }

  .billing_person {
    display: block;
  }

  .billing_person .bill_person {
    padding-left: 0px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
  }

  .billing_person .bill_person:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: unset;
  }

  .patient_fettle .add-Medicines {
    display: block !important;
  }

  .patient_fettle .add-Medicines h3 {
    margin-bottom: 10px;
  }

  .page_head .paid-charge .action_box {
    width: 110px;
  }

  .page_head .paid-charge .action_box .action {
    padding: 8px 8px;
  }

  .page_head .paid-charge .action_box .action_text h2 {
    font-size: 20px;
  }

  .view_modal .modal-dialog {
    margin: 0px;
  }

  .patient_fettle h3 {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 576px) and (min-width: 376px) {
  #siWidget-chat {
    width: 350px !important;
    transform: translate(-50%, -38%);
    left: 50% !important;
    height: 510px !important;
    top: 50%;
  }
}

.medicalRecord .table tr.pending td {
  min-width: 190px;
}

#show_pharmacy_table {
  padding: 0px 10px;
  margin-bottom: 52px;
}

#medications .table_pagination {
  padding: 8px 12px;
}

#show_pharmacy_table.table td:last-child {
  padding: 16px 10px 16px 10px;
}

#show_pharmacy_table .edit,
#show_pharmacy_table .trash {
  font-size: 24px;
}

.show_pharmacy_table_wrap .table {
  margin-bottom: 8px !important;
}

#add_pharmacy_table input::-webkit-outer-spin-button,
#add_pharmacy_table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#add_pharmacy_table input[type="number"] {
  -moz-appearance: textfield;
}

#pharmacy_search {
  padding-bottom: 15px;
}

#open_close_bill_modal #addToNewBill {
  text-align: end;
  margin-bottom: 12px;
}

#open_close_bill_modal .Charges_modal .charges-title {
  justify-content: center;
}

#open_close_bill_modal .Charges_modal .charges-title p {
  color: #009288;
  font-size: 22px;
}

#open_close_bill_modal .pagination_fixed_bottom {
  padding: 0px;
}

.patient_queue_lists_page .table_hospital .table-responsive {
  /* min-height: 670px; */
}

#open_close_bill_modal .genmodal_custom.custom_width2 .modal-body {
  padding: 14px 47px 40px;
}

#open_close_bill_modal .genmodal_custom.custom_width2 .modal-body .table tbody tr td .badge {
  padding: 6px 12px;
}

#open_close_bill_modal .genmodal_custom.custom_width2 .modal-body .table tbody tr td .badge:hover {
  background-color: #01bbae;
}

.swal-current-bill {
  width: 532px;
}

#admit_patient_tab .selectWard {
  padding: 16px 16px 32px 16px;
}

#admit_patient_tab .selectWard .mainSelect .input-group-text {
  color: #fff;
  width: auto;
  padding: 7px 12px;
}

#admit_patient_tab .selectWard .mainSelect .form-control {
  height: 40px;
  padding: 7px 15px;
}

#admit_patient_tab .selectWard .badgeMain {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-flow: wrap;
}

#admit_patient_tab .selectWard .badgeMain .badge {
  border-radius: 6px;
}

#admit_patient_tab .selectWard .badgeMain .badge p {
  font-size: 18px;
}

.check_in_patient_list_wrap {
  gap: 20px;
  justify-content: space-between;
  margin: 0px 0 16px 0 !important;
}

.check_in_patient_list_wrap .admitted_patients_toggle {
  margin-left: 10px;
}

.check_in_patient_list_wrap .date_picker_wrap {
  width: 300px;
}

.view_health_history_page.fa_main_hide_show {
  padding: 100px 48px 35px 16px !important;
}

@media (max-width: 767px) {

  .view_health_history_page .table_heading_two,
  .view_health_history_page .table_heading_one.table_heading {
    font-size: 16px !important;
  }

  .view_health_history_page table tr th:first-child,
  .view_health_history_page table tr td:first-child {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
    font-size: 13px;
  }

  .view_health_history_page .append_vitals_html .table_heading_two {
    top: 855px;
    left: 22px;
  }

  #admit_patient_tab .selectWard .badgeMain .badge {
    padding: 8px !important;
  }

  #admit_patient_tab .selectWard .badgeMain .badge h5 {
    font-size: 16px;
  }

  #admit_patient_tab .selectWard .badgeMain .badge p {
    font-size: 14px;
  }

  #service-review-charge-data .service_table {
    overflow-x: auto;
  }

  #service-review-charge-data .service_table .table_hospital {
    width: 1000px;
  }

  #hostpital_appointment .check-tabels {
    overflow-x: auto;
  }

  #hostpital_appointment .check-tabels .overflow_patient {
    width: 1000px;
  }

  #patient_assign_popup .modal-content #add_patient_queue .picker .form-group {
    margin-bottom: 0px !important;
  }

  #patient_assign_popup .modal-content #add_patient_queue .border-left {
    border-left: 1px solid #dee2e6 !important;
    margin-top: 20px;
  }

  #patient_assign_popup .modal-content #add_patient_queue .patient_more_assign {
    margin-top: 32px;
  }

  #patient_assign_popup .modal-content #add_patient_queue .border-right {
    border: none !important;
    padding: 0px !important;
  }

  #add_charge_modal .genmodal_custom .modal-content .Charges_modal .table_hospital .table-responsive table {
    min-width: 760px !important;
  }

  .manage_inventory_page .tab-content .table_hospital .table-responsive #manage_inventory_table tr td i {
    font-size: 18px;
  }

  .manage_inventory_page .tab-content .table_hospital .table-responsive #manage_inventory_table {
    min-width: 765px;
  }

  .manage_inventory_page .tab-content .table_hospital .table-responsive #manage_inventory_table tr td:last-child span {
    display: none;
  }

  .manage_inventory_page .tab-content .table_hospital .table-responsive #manage_inventory_table tr td:nth-child(2) {
    width: 205px;
  }

  .queue_bill_details_page .page_head {
    flex-flow: wrap;
  }

  .queue_bill_details_page .page_head .back_button {
    margin-bottom: 10px;
  }

  .queue_bill_details_page .page_head h1 {
    width: auto;
  }

  .queue_bill_details_page .page_head .btn_billing {
    position: inherit;
  }

  .patient_checkIn_popup .patient_data_right .patient_image_queue {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}

#admit_patient_tab .bottomBtn {
  text-align: end;
}

#admit_patient_tab .bottomBtn .btn {
  font-size: 16px;
}

#admit_patient_tab .bedMainWrapper {
  margin-top: 20px;
  display: flex;
  gap: 40px;
  overflow-x: auto;
}

#admit_patient_tab .bedMainWrapper .bedWrapper {
  width: 100px;
  min-width: 100px;
  height: auto;
}

#admit_patient_tab .bedMainWrapper .bedWrapper img {
  width: 100%;
  height: auto;
}

#admit_patient_tab .bedMainWrapper .bedWrapper img:last-child {
  opacity: 0;
  display: none;
}

#admit_patient_tab .bedMainWrapper .bedWrapper:hover img:first-child {
  opacity: 0;
  display: none;
}

#admit_patient_tab .bedMainWrapper .bedWrapper:hover img:last-child {
  opacity: 1;
  display: block;
}

.admissions_page .inPatient {
  margin: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admissions_page .inPatient .selectWarpWrap {
  display: flex;
  gap: 16px;
}

.admissions_page .admissionsWrap h4,
.admissions_page .inPatient h4 {
  color: #02bbae;
}

.admissions_page .inPatient .selectWarpWrap .select_category_bill {
  background-color: transparent;
  min-width: 300px;
}

.admissions_page .inPatient .selectWarpWrap .action_box .action_patient .action_text h5 {
  width: max-content;
}

.admissions_page .table_hospital .table-responsive {
  overflow-x: unset;
}

.admissions_page .table_hospital .table-responsive .table tr td .syntomTag {
  max-width: 112px;
  min-width: 112px;
  width: 112px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admissions_page .table_hospital .table-responsive .table tr td .syntomModal a {
  color: #02bbae;
}

.main_menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.main_menu::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.main_menu::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

#admit_patient_tab .bedMainWrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#admit_patient_tab .bedMainWrapper::-webkit-scrollbar {
  height: 16px;
  background-color: #f5f5f5;
}

#admit_patient_tab .bedMainWrapper::-webkit-scrollbar-thumb {
  background-color: #16bbae;
}

.occupeid_patientOutlineDanger {
  border: 1px solid #f25e5e;
  background-color: #fff;
}

.occupeid_patientOutlineDanger .action_text h2,
.occupeid_patientOutlineDanger .action_text h5 {
  color: #f25e5e;
}

.open_patientOutlinePrimary {
  border: 1px solid #2cb2a9;
  background-color: #fff;
}

.open_patientOutlinePrimary .action_text h2,
.open_patientOutlinePrimary .action_text h5 {
  color: #2cb2a9;
}

#admit_patient_tab .selectWard .badgeMain .total_occupied_beds_outline {
  border: 1px solid #f25e5e;
  background-color: #fff;
}

#admit_patient_tab .selectWard .badgeMain .total_occupied_beds_outline p,
#admit_patient_tab .selectWard .badgeMain .total_occupied_beds_outline h5 {
  color: #f25e5e;
}

#admit_patient_tab .selectWard .badgeMain .total_open_beds_outline {
  border: 1px solid #2cb2a9;
  background-color: #fff;
}

#admit_patient_tab .selectWard .badgeMain .total_open_beds_outline p,
#admit_patient_tab .selectWard .badgeMain .total_open_beds_outline h5 {
  color: #2cb2a9;
}

.switch-primary-custom {
  padding-left: 2.9rem;
}

.switch-primary-custom .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  line-height: 26px;
}

.switch-primary-custom .custom-control-label::before {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.switch-primary-custom .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1.2rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.switch-primary-custom .custom-control-label::before {
  left: -2.8rem;
  width: 2.3rem;
  pointer-events: all;
  border-radius: 0.6rem;
}

.switch-primary-custom .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.switch-primary-custom .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #1ea9a1;
  background-color: #1ea9a1;
}

.switch-primary-custom.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.2rem);
  transform: translateX(1rem);
}

.switch-primary-custom .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.5rem + 0px);
  width: calc(1rem - 2px);
  height: calc(1rem - 2px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}

.switch-primary-custom .custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(1 187 174 / 20%);
}

.calendarView .calendarDiv {
  margin: 0px;
}

.notify_one {
  font-size: 19px;
  color: #16bbae;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .admin_add_patient_new_record_wrap.slide_left .admin_view_record_page {
    padding: 100px 30px 30px 30px;
  }

  #navbarSupportedContent.navbar-collapse .reasponsive_toggle {
    display: none !important;
  }

  #navbarSupportedContent.navbar-collapse .fa_toggle_dropdown {
    display: none !important;
  }

  .edit_medical_record_page #lab_results .med_record,
  .add_medical_record_page #lab_results .med_record {
    overflow-x: auto;
    margin: 0px 25px;
  }

  .edit_medical_record_page #lab_results .med_record #main_med_record,
  .add_medical_record_page #lab_results .med_record #main_med_record {
    min-width: 800px;
  }

  .bill_review_main #all_billings .table {
    min-width: 900px;
  }
}

.calendar_default_main div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.calendar_default_main div::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.calendar_default_main div::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

.nurse_dashboard_overview .admission_overview {
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 11%);
  padding: 12px;
  background: #fff;
  border-radius: 6px;
}

.nurse_dashboard_overview .admission_overview .actionMode .action_box:last-child {
  margin-right: 0px;
}

.nurse_dashboard_overview .admission_overview .actionMode .action_box a {
  padding: 12px 40px 12px 20px;
}

.nurse_dashboard_overview .admission_overview .actionMode .action_box a .action_text h2 {
  font-size: 24px;
  margin-bottom: 4px;
}

.nurse_dashboard_overview .action_container {
  margin-bottom: 0px;
}

.nurse_dashboard_overview .action_container .action_box a {
  min-height: 121px;
  align-items: center;
}

.nurse_dashboard_overview .action_container .action_box a .action_icon {
  width: 40px;
}

.nurse_dashboard_overview .action_container .action_box a .action_icon img {
  width: 100%;
}

.nurse_dashboard_overview_select {
  width: 18%;
}

.nurse_dashboard_overview_select select {
  background: transparent;
}

.nurse_dashboard_overview_select select:focus {
  background: transparent;
}

.payment_accepted_wrap .fa {
  font-size: 100px;
  color: green;
}

#start_teleconsulation_modal,
#send_link_to_patient_modal {
  padding-left: 0px !important;
}

#start_teleconsulation_modal .add-topbutton .video_button,
#start_teleconsulation_modal .add-topbutton .schedule_button,
#send_link_to_patient_modal .add-topbutton .video_button {
  outline: transparent;
  position: relative;
  font-family: "Segoe UI", system-ui, "Apple Color Emoji", "Segoe UI Emoji",
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgb(209, 209, 209);
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 4px;
  min-width: auto;
  height: 32px;
  background-color: rgb(255, 255, 255);
  color: rgb(36, 36, 36);
  box-shadow: none;
  user-select: none;
}

#start_teleconsulation_modal .add-topbutton .video_button svg,
#start_teleconsulation_modal .add-topbutton .schedule_button svg,
#send_link_to_patient_modal .add-topbutton .video_button svg {
  margin-right: 8px;
}

#start_teleconsulation_modal .video_button2,
#send_link_to_patient_modal .video_button2 {
  outline: none;
  position: relative;
  font-family: "Segoe UI", system-ui, "Apple Color Emoji", "Segoe UI Emoji",
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 4px;
  min-width: auto;
  height: 32px;
  background-color: #329a93;
  color: rgb(255, 255, 255);
  box-shadow: none;
  user-select: none;
}

#start_teleconsulation_modal .video_button2 .meeting,
#send_link_to_patient_modal .video_button2 .meeting {
  color: #49aef4;
  /* font-size: 22px; */
}

.modal-dialog-centered .add-topbutton {
  display: flex;
  justify-content: center;
  align-items: center;
}

#start_teleconsulation_modal .patient_main,
#send_link_to_patient_modal .patient_main {
  padding: 16px 16px 80px 16px;
}

#start_teleconsulation_modal .patient_main .patient_header,
#send_link_to_patient_modal .patient_main .patient_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

#start_teleconsulation_modal .patient_main .patient_header h2,
#send_link_to_patient_modal .patient_main .patient_header h2 {
  margin-bottom: 0px;
  font-size: 18px;
}

#start_teleconsulation_modal .patient_main .patient_header button,
#send_link_to_patient_modal .patient_main .patient_header button {
  outline: unset;
  border: unset;
  background: none;
}

#start_teleconsulation_modal .patient_main .patient_header button img,
#send_link_to_patient_modal .patient_main .patient_header button img {
  width: 17px;
}

#start_teleconsulation_modal .patient_main .patient_input,
#send_link_to_patient_modal .patient_main .patient_input {
  margin-bottom: 20px;
  position: relative;
}

#start_teleconsulation_modal .patient_main .patient_input input,
#send_link_to_patient_modal .patient_main .patient_input input {
  font-size: 14px;
  font-weight: 400;
  box-shadow: none;
  margin: 0px;
  padding: 0px 12px 2px;
  box-sizing: border-box;
  border-radius: 0px;
  border: 1px solid rgb(209, 209, 209);
  background: none transparent;
  color: rgb(66, 66, 66);
  width: 100%;
  min-width: 0px;
  text-overflow: ellipsis;
  outline: 0px;
  height: 32px;
}

#start_teleconsulation_modal .patient_main .patient_inputbutton,
#send_link_to_patient_modal .patient_main .patient_inputbutton {
  display: block;
  width: 100%;
  position: relative;
}

#start_teleconsulation_modal .patient_main .patient_inputbutton .link_button,
#send_link_to_patient_modal .patient_main .patient_inputbutton .link_button {
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  border: 1px solid rgb(209, 209, 209);
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 4px;
  min-width: auto;
  height: 32px;
  background-color: rgb(255, 255, 255);
  color: rgb(36, 36, 36);
  box-shadow: none;
  user-select: none;
  width: 100%;
  margin-bottom: 20px;
  outline: unset;
}

#start_teleconsulation_modal .patient_main .patient_inputbutton .start_button,
#send_link_to_patient_modal .patient_main .patient_inputbutton .start_button {
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 4px;
  min-width: auto;
  height: 32px;
  background-color: #329a93;
  color: rgb(255, 255, 255);
  box-shadow: none;
  user-select: none;
  width: 100%;
  border: unset;
  outline: unset;
}

.call-chat-box {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: #fff;
  box-shadow: 1px 3px 10px rgb(0 0 0 / 10%);
  padding: 14px 8px 14px 20px;
  border-radius: 12px;
  width: 25%;
  height: 100vh;
}

.call-chat-box .chat-type-box {
  position: relative;
  z-index: 99;
}

.call-chat-box .inputboxwrap {
  position: absolute;
  bottom: 14px;
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
}

.call-chat-box .chat-type-box .chat-typing-message-box {
  padding: 10px 80px 10px 10px;
  font-size: 16px;
  border: 0px;
  background-color: #f6ffff;
  width: 100%;
  border-radius: 6px;
}

.call-chat-box .chat-type-box .chat-attachments-icon {
  position: absolute;
  right: 10px;
  top: 9px;
  background-color: transparent;
  border: 0px;
}

.call-chat-box .chat-type-box .chat-send-icon {
  position: absolute;
  right: 50px;
  top: 9px;
  background-color: transparent;
  border: 0px;
}

.call-chat-box .chat-type-box .chat-attachments-icon img,
.call-chat-box .chat-type-box .chat-send-icon img {
  width: 20px;
  height: auto;
}

.call-chat-message-box {
  max-height: calc(100vh - 150px);
  overflow-y: scroll;
  margin-top: 12px;
}

.call-chat-message-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.call-chat-message-box::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.call-chat-message-box::-webkit-scrollbar-thumb {
  background-color: #edeff2;
}

.chatbox-card {
  padding-right: 12px;
}

.send-message {
  margin-left: auto;
  width: fit-content;
  margin-bottom: 10px;
  max-width: 80%;
}

.send-message .message-box {
  width: fit-content;
  background-color: #e2ffff;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 12px;
  margin-bottom: 6px;
}

.send-message .message-time-box {
  font-size: 10px;
  color: #b0bcbb;
  text-align: end;
}

.recieve-message {
  width: fit-content;
  margin-bottom: 10px;
  max-width: 80%;
}

.recieve-message .message-box {
  background: linear-gradient(to bottom, #02bbae 0%, #1fa8a0 100%);
  color: #fff;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 12px;
  margin-bottom: 6px;
}

.recieve-message .message-time-box {
  font-size: 10px;
  color: #b0bcbb;
}

.call-chat-box-title {
  text-align: center;
  padding: 6px 0 16px 0;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.call-chat-box-title h2 {
  margin: 0;
}

.video-chat-close-btn {
  position: absolute;
  right: 12px;
  background-color: transparent;
  border: 0px;
  outline: none;
  top: 7px;
}

#start_teleconsulation_modal .copy-link-start-teleconsultation,
#send_link_to_patient_modal .copy-link-start-teleconsultation {
  width: 100%;
  border: 0;
  height: 100%;
  padding-right: 26px;
  color: rgb(66, 66, 66);
}

#start_teleconsulation_modal .copy-link-start-teleconsultation-icon,
#send_link_to_patient_modal .copy-link-start-teleconsultation-icon {
  position: absolute;
  right: 32px;
  top: 0px;
  font-size: 20px;
  color: #8b8b8b;
}

#start_teleconsulation_modal .copy-link-start-teleconsultation-icon .fa-check,
#send_link_to_patient_modal .copy-link-start-teleconsultation-icon .fa-check {
  color: #3e9d57;
}

#start_teleconsulation_modal .patient_main .patient_inputbutton .link_button,
#send_link_to_patient_modal .patient_main .patient_inputbutton .link_button {
  position: relative;
}

.sendicons {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 22px;
  color: #8b8b8b;
  cursor: pointer;
}

.fa-copy {
  cursor: pointer;
}

.call-notes-box .call-chat-box-title p {
  margin: 6px 0 0;
}

.call-notes-box .call-notes-message-box .call-notes-message {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
}

.call-notes-box .call-notes-message-box .call-notes-message h5 {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 6px;
  color: #353638;
}

.call-notes-box .call-notes-message-box .call-notes-message h5 span {
  font-size: 12px;
  font-weight: 400;
  color: #495057;
}

.call-notes-box .call-notes-message-box .call-notes-message p {
  margin: 0;
  font-size: 14px;
  color: #423f3f;
}

.modal-loader-fixing .modal-dialog {
  min-height: auto;
  top: 50%;
  transform: translateY(-50%) !important;
}

.dashboard_overview_action_container .action_box {
  min-width: 200px;
}

@media (max-width: 500px) {
  .dashboard_overview_action_container {
    justify-content: center !important;
  }
}

.call-chat-message-box .line_borders {
  position: relative;
  font-size: 12px;
  margin: 12px 0px;
  text-align: center;
}

.call-chat-message-box .line_borders:before {
  content: "";
  position: absolute;
  width: 42%;
  height: 1px;
  top: 50%;
  left: 0px;
  background: #d9dede;
}

.call-chat-message-box .line_borders:after {
  content: "";
  position: absolute;
  width: 42%;
  height: 1px;
  top: 50%;
  right: 0px;
  background: #d9dede;
}

/* .main_chat{
	width: 500px;
	height: 800px;
	margin-left: auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 15px;
} */
.main_chat .chat_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}

.main_chat .chat_header .chat_header_title h5 {
  margin: 0px;
  font-weight: normal;
  font-size: 18px;
}

.main_chat .chat_header .chat_header_cancel {
  width: 15px;
}

.main_chat .chat_header .chat_header_cancel img {
  width: 100%;
}

.main_chat .chat_call_header {
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}

.main_chat .chat_call_header span {
  font-size: 16px;
  color: black;
}

.chat_call_list {
  display: flex;
  padding: 20px 0px;
}

.chat_call_list .call_name_logo {
  width: 35px;
  height: 35px;
  background: #f35681;
  line-height: 35px;
  color: white;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
}

.chat_call_list .chat_call_name {
  padding-left: 15px;
  flex: 1;
}

.chat_call_list .chat_call_name span {
  font-size: 15px;
  color: black;
  display: block;
}

.chat_call_list .chat_call_name label {
  font-size: 13px;
  color: #999797;
}

.chat_call_list .chat_callbtn {
  padding-left: 15px;
}

.chat_call_list .chat_callbtn button {
  padding: 8px 25px;
  border: 1px solid #1ea9a1;
  outline: none;
  border-radius: 5px;
  color: #fff;
  background: #02bbae;
}

.patient_menu {
  width: 27px;
  height: 27px;
  margin: auto;
  text-align: center;
}

.patient_menu img {
  width: 100%;
  height: 100%;
}

.patient_bar a {
  text-decoration: none;
}

.patient_bar {
  line-height: 15px;
  margin-right: 15px;
  margin-top: 10px;
}

.patient_bar span {
  font-size: 12px;
  color: #18ada5;
  margin-left: 2px;
}

.chat_menu {
  width: 35px;
  height: 36px;
  margin-right: 28px;
}

.chat_menu img {
  width: 100%;
  height: 100%;
}

.chat_bar a {
  text-decoration: none;
}

.chat_bar {
  line-height: 15px;
}

.chat_bar span {
  font-size: 12px;
  color: #18ada5;
  margin-left: 2px;
}

/* chat css start */
.open_chat_content {
  right: 0%;
}

.main_message {
  width: 480px;
  height: calc(100vh - 82px);
  background: #fff;
  border-radius: 5px;
  margin-left: auto;
  position: fixed;
  top: 75px;
  right: 8px;
  box-shadow: 0px 0px 3px 3px #ccc;
  z-index: 9999;
  overflow: hidden;
}

.main_message .message_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: #f5f7fa;
  border-bottom: 1px solid #ccc;
}

.message_header .header_name {
  display: flex;
  align-items: center;
}

.message_header .header_name .header_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.message_header .header_name .header_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.message_header .header_name h5 {
  font-size: 16px;
  margin: 0px;
  margin-left: 15px;
  font-family: "Rubik", sans-serif;
}

.main_message .message_header .header_cancel {
  width: 16px;
  height: 24px;
  cursor: pointer;
}

.main_message .message_header .header_cancel img {
  width: 100%;
  height: 100%;
}

.status_green {
  position: absolute;
  width: 10px;
  height: 10px;
  background: green;
  top: 48px;
  border-radius: 50%;
  left: 56px;
}

.status_red {
  background: red;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 48px;
  border-radius: 50%;
  left: 56px;
}

.status_offilne {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 48px;
  background-color: white;
  border-radius: 50%;
  left: 56px;
  border: 3px solid green;
}

.main_message .header_searchbar {
  padding: 10px 15px;
}

.main_message .header_searchbar .header_search {
  display: flex;
  background: #f5f7fa;
  padding: 0px 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-left: 0px;
}

.main_message .header_searchbar .header_search input {
  width: 100%;
  padding: 10px 0px;
  background: #f5f7fa;
  outline: none;
  border: none;
  font-size: 15px;
  padding-left: 15px;
  font-family: "Rubik", sans-serif;
}

.main_message .header_searchbar .header_search input::placeholder {
  color: #716f6f;
}

.message_mainchat {
  padding: 10px;
  max-height: 710px;
  position: relative;
  overflow-y: scroll;
}

.message_mainchat::-webkit-scrollbar {
  width: 5px;
}

.message_mainchat .message_chat {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 15px;
}

.message_mainchat .message_chat:last-child {
  border: unset;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.message_mainchat .message_chat a {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.message_mainchat .message_chat .chat_images {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.message_mainchat .message_chat .chat_images img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.message_mainchat .message_chat .chat_contain {
  flex: 1;
}

.message_mainchat .message_chat .chat_contain h6 {
  margin: 0px 0px 0px 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #000;
}

.message_mainchat .message_chat .chat_contain span {
  font-size: 12px;
  margin: 0px 0px 0px 10px;
  font-family: "Rubik", sans-serif;
  color: #716f6f;
}

.message_mainchat .message_chat .chat_date p {
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  color: #716f6f;
}

.status_green_chat {
  position: absolute;
  width: 10px;
  height: 10px;
  background: green;
  border-radius: 50%;
  left: 41px;
  bottom: 21px;
}

.message_chat:last-child .status_green_chat {
  position: absolute;
  width: 10px;
  height: 10px;
  background: green;
  border-radius: 50%;
  left: 41px;
  bottom: 8px;
}

.message_chat:last-child .status_red_chat {
  position: absolute;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
  left: 41px;
  bottom: 8px;
}

.status_red_chat {
  background: red;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 41px;
  bottom: 21px;
}

.status_offilne_chat {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: white;
  border-radius: 50%;
  left: 41px;
  bottom: 21px;
  border: 3px solid green;
}

.calendar_default_main div::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.calendar_default_main div::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

.nurse_dashboard_overview .admission_overview {
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 11%);
  padding: 12px;
  background: #fff;
  border-radius: 6px;
}

.nurse_dashboard_overview .admission_overview .actionMode .action_box:last-child {
  margin-right: 0px;
}

.nurse_dashboard_overview .admission_overview .actionMode .action_box a {
  padding: 12px 40px 12px 20px;
}

.nurse_dashboard_overview .admission_overview .actionMode .action_box a .action_text h2 {
  font-size: 24px;
  margin-bottom: 4px;
}

.nurse_dashboard_overview .action_container {
  margin-bottom: 0px;
}

.nurse_dashboard_overview .action_container .action_box a {
  min-height: 121px;
  align-items: center;
}

.nurse_dashboard_overview .action_container .action_box a .action_icon {
  width: 40px;
}

.nurse_dashboard_overview .action_container .action_box a .action_icon img {
  width: 100%;
}

.nurse_dashboard_overview_select {
  width: 18%;
}

.nurse_dashboard_overview_select select {
  background: transparent;
}

.nurse_dashboard_overview_select select:focus {
  background: transparent;
}

.payment_accepted_wrap .fa {
  font-size: 100px;
  color: green;
}

#start_teleconsulation_modal,
#send_link_to_patient_modal {
  padding-left: 0px !important;
}

#start_teleconsulation_modal .add-topbutton .video_button,
#send_link_to_patient_modal .add-topbutton .video_button {
  outline: transparent;
  position: relative;
  font-family: "Segoe UI", system-ui, "Apple Color Emoji", "Segoe UI Emoji",
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgb(209, 209, 209);
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 4px;
  min-width: auto;
  height: 32px;
  background-color: rgb(255, 255, 255);
  color: rgb(36, 36, 36);
  box-shadow: none;
  user-select: none;
}

#start_teleconsulation_modal .add-topbutton .video_button svg,
#send_link_to_patient_modal .add-topbutton .video_button svg {
  margin-right: 8px;
}

#start_teleconsulation_modal .video_button2,
#send_link_to_patient_modal .video_button2 {
  outline: none;
  position: relative;
  font-family: "Segoe UI", system-ui, "Apple Color Emoji", "Segoe UI Emoji",
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 4px;
  min-width: auto;
  height: 32px;
  background-color: #329a93;
  color: rgb(255, 255, 255);
  box-shadow: none;
  user-select: none;
}

#start_teleconsulation_modal .video_button2 .meeting,
#send_link_to_patient_modal .video_button2 .meeting {
  color: #49aef4;
  /* font-size: 22px; */
}

.modal-dialog-centered .add-topbutton {
  display: flex;
  justify-content: center;
  align-items: center;
}

#start_teleconsulation_modal .patient_main,
#start_teleconsulation_modal .meeting_main,
#send_link_to_patient_modal .patient_main {
  padding: 16px 16px 80px 16px;
}

#start_teleconsulation_modal .patient_main .patient_header,
#start_teleconsulation_modal .meeting_main .patient_header,
#send_link_to_patient_modal .patient_main .patient_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

#start_teleconsulation_modal .patient_main .patient_header h2,
#start_teleconsulation_modal .meeting_main .patient_header h2,
#send_link_to_patient_modal .patient_main .patient_header h2 {
  margin-bottom: 0px;
  font-size: 18px;
}

#start_teleconsulation_modal .patient_main .patient_header button,
#start_teleconsulation_modal .meeting_main .patient_header button,
#send_link_to_patient_modal .patient_main .patient_header button {
  outline: unset;
  border: unset;
  background: none;
}

#start_teleconsulation_modal .patient_main .patient_header button img,
#start_teleconsulation_modal .meeting_main .patient_header button img,
#send_link_to_patient_modal .patient_main .patient_header button img {
  width: 17px;
}

#start_teleconsulation_modal .patient_main .patient_input,
#start_teleconsulation_modal .meeting_main .patient_input,
#send_link_to_patient_modal .patient_main .patient_input {
  margin-bottom: 20px;
  position: relative;
}

#start_teleconsulation_modal .patient_main .patient_input input,
#start_teleconsulation_modal .meeting_main .patient_input input,
#start_teleconsulation_modal .meeting_main .datepic_tele input,
#send_link_to_patient_modal .patient_main .patient_input input {
  font-size: 14px;
  font-weight: 400;
  box-shadow: none;
  margin: 0px;
  padding: 0px 12px 2px;
  box-sizing: border-box;
  border-radius: 0px;
  border: 1px solid rgb(209, 209, 209);
  background: none transparent;
  color: rgb(66, 66, 66);
  width: 100%;
  min-width: 0px;
  text-overflow: ellipsis;
  outline: 0px;
  height: 32px;
}

#start_teleconsulation_modal .patient_main .patient_inputbutton,
#send_link_to_patient_modal .patient_main .patient_inputbutton {
  display: block;
  width: 100%;
  position: relative;
}

#start_teleconsulation_modal .patient_main .patient_inputbutton .link_button,
#send_link_to_patient_modal .patient_main .patient_inputbutton .link_button {
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  border: 1px solid rgb(209, 209, 209);
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 4px;
  min-width: auto;
  height: 32px;
  background-color: rgb(255, 255, 255);
  color: rgb(36, 36, 36);
  box-shadow: none;
  user-select: none;
  width: 100%;
  margin-bottom: 20px;
  outline: unset;
}

#start_teleconsulation_modal .patient_main .patient_inputbutton .start_button,
#send_link_to_patient_modal .patient_main .patient_inputbutton .start_button {
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 4px;
  min-width: auto;
  height: 32px;
  background-color: #329a93;
  color: rgb(255, 255, 255);
  box-shadow: none;
  user-select: none;
  width: 100%;
  border: unset;
  outline: unset;
}

.meeting_main select {
  box-sizing: border-box;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1;
  /* height: 32px; */

  padding: 10px 24px 10px 10px;
  font-size: 14px;
  border: 0;
  background: #fff no-repeat right center url("https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-24.png");
  background-size: 24px;
  border: 1px solid rgb(209, 209, 209);
  border-width: 1px;
  color: #666;
  border-radius: 5px;
}

/* .datepicker td, .datepicker th {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.85rem;
}

.datepicker {
  margin-bottom: 3rem;
} */

.ui-timepicker-standard {
  z-index: 999999999 !important;
}

.meeting_main select::-ms-expand {
  display: none;
}

/* .datepicker-dropdown{
  top:63% !important;
} */
.datepicker-dropdown::before,
.datepicker-dropdown:after {
  display: none;
}

.schdulemeeting {
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 4px;
  min-width: auto;
  height: 32px;
  background-color: #329a93;
  color: rgb(255, 255, 255);
  box-shadow: none;
  user-select: none;
  width: 100%;
  border: unset;
  outline: unset;
}

.call-chat-box {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: #fff;
  box-shadow: 1px 3px 10px rgb(0 0 0 / 10%);
  padding: 14px 8px 14px 20px;
  border-radius: 12px;
  width: 25%;
  height: 100vh;
}

.call-chat-box .chat-type-box {
  position: relative;
  z-index: 99;
}

.call-chat-box .inputboxwrap {
  position: absolute;
  bottom: 14px;
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
}

.call-chat-box .chat-type-box .chat-typing-message-box {
  padding: 10px 80px 10px 10px;
  font-size: 16px;
  border: 0px;
  background-color: #f6ffff;
  width: 100%;
  border-radius: 6px;
}

.call-chat-box .chat-type-box .chat-attachments-icon {
  position: absolute;
  right: 10px;
  top: 9px;
  background-color: transparent;
  border: 0px;
}

.call-chat-box .chat-type-box .chat-send-icon {
  position: absolute;
  right: 50px;
  top: 9px;
  background-color: transparent;
  border: 0px;
}

.call-chat-box .chat-type-box .chat-attachments-icon img,
.call-chat-box .chat-type-box .chat-send-icon img {
  width: 20px;
  height: auto;
}

.call-chat-message-box {
  max-height: calc(100vh - 150px);
  overflow-y: scroll;
  margin-top: 12px;
}

.call-chat-message-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.call-chat-message-box::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.call-chat-message-box::-webkit-scrollbar-thumb {
  background-color: #edeff2;
}

.chatbox-card {
  padding-right: 12px;
}

.send-message {
  margin-left: auto;
  width: fit-content;
  margin-bottom: 10px;
  max-width: 80%;
}

.send-message .message-box {
  width: fit-content;
  background-color: #e2ffff;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 12px;
  margin-bottom: 6px;
}

.send-message .message-time-box {
  font-size: 10px;
  color: #b0bcbb;
  text-align: end;
}

.recieve-message {
  width: fit-content;
  margin-bottom: 10px;
  max-width: 80%;
}

.recieve-message .message-box {
  background: linear-gradient(to bottom, #02bbae 0%, #1fa8a0 100%);
  color: #fff;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 12px;
  margin-bottom: 6px;
}

.recieve-message .message-time-box {
  font-size: 10px;
  color: #b0bcbb;
}

.call-chat-box-title {
  text-align: center;
  padding: 6px 0 16px 0;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.call-chat-box-title h2 {
  margin: 0;
}

.video-chat-close-btn {
  position: absolute;
  right: 12px;
  background-color: transparent;
  border: 0px;
  outline: none;
  top: 7px;
}

#start_teleconsulation_modal .copy-link-start-teleconsultation,
#send_link_to_patient_modal .copy-link-start-teleconsultation {
  width: 100%;
  border: 0;
  height: 100%;
  padding-right: 26px;
  color: rgb(66, 66, 66);
}

#start_teleconsulation_modal .copy-link-start-teleconsultation-icon,
#send_link_to_patient_modal .copy-link-start-teleconsultation-icon {
  position: absolute;
  right: 32px;
  top: 0px;
  font-size: 20px;
  color: #8b8b8b;
}

#start_teleconsulation_modal .copy-link-start-teleconsultation-icon .fa-check,
#send_link_to_patient_modal .copy-link-start-teleconsultation-icon .fa-check {
  color: #3e9d57;
}

#start_teleconsulation_modal .patient_main .patient_inputbutton .link_button,
#send_link_to_patient_modal .patient_main .patient_inputbutton .link_button {
  position: relative;
}

.sendicons {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 22px;
  color: #8b8b8b;
  cursor: pointer;
}

.fa-copy {
  cursor: pointer;
}

.call-notes-box .call-chat-box-title p {
  margin: 6px 0 0;
}

.call-notes-box .call-notes-message-box .call-notes-message {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
}

.call-notes-box .call-notes-message-box .call-notes-message h5 {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 6px;
  color: #353638;
}

.call-notes-box .call-notes-message-box .call-notes-message h5 span {
  font-size: 12px;
  font-weight: 400;
  color: #495057;
}

.call-notes-box .call-notes-message-box .call-notes-message p {
  margin: 0;
  font-size: 14px;
  color: #423f3f;
}

.modal-loader-fixing .modal-dialog {
  min-height: auto;
  top: 50%;
  transform: translateY(-50%) !important;
}

.dashboard_overview_action_container .action_box {
  min-width: 200px;
}

@media (max-width: 500px) {
  .dashboard_overview_action_container {
    justify-content: center !important;
  }
}

.call-chat-message-box .line_borders {
  position: relative;
  font-size: 12px;
  margin: 12px 0px;
  text-align: center;
}

.call-chat-message-box .line_borders:before {
  content: "";
  position: absolute;
  width: 42%;
  height: 1px;
  top: 50%;
  left: 0px;
  background: #d9dede;
}

.call-chat-message-box .line_borders:after {
  content: "";
  position: absolute;
  width: 42%;
  height: 1px;
  top: 50%;
  right: 0px;
  background: #d9dede;
}

/* .main_chat{
	width: 500px;
	height: 800px;
	margin-left: auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 15px;
} */
.main_chat .chat_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}

.main_chat .chat_header .chat_header_title h5 {
  margin: 0px;
  font-weight: normal;
  font-size: 18px;
}

.main_chat .chat_header .chat_header_cancel {
  width: 15px;
}

.main_chat .chat_header .chat_header_cancel img {
  width: 100%;
}

.main_chat .chat_call_header {
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}

.main_chat .chat_call_header span {
  font-size: 16px;
  color: black;
}

.chat_call_list {
  display: flex;
  padding: 20px 0px;
}

.chat_call_list .call_name_logo {
  width: 35px;
  height: 35px;
  background: #f35681;
  line-height: 35px;
  color: white;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
}

.chat_call_list .chat_call_name {
  padding-left: 15px;
  flex: 1;
}

.chat_call_list .chat_call_name span {
  font-size: 15px;
  color: black;
  display: block;
}

.chat_call_list .chat_call_name label {
  font-size: 13px;
  color: #999797;
}

.chat_call_list .chat_callbtn {
  padding-left: 15px;
}

.chat_call_list .chat_callbtn button {
  padding: 8px 25px;
  border: 1px solid #1ea9a1;
  outline: none;
  border-radius: 5px;
  color: #fff;
  background: #02bbae;
}

.patient_menu {
  width: 27px;
  height: 27px;
  margin: auto;
  text-align: center;
}

.patient_menu img {
  width: 100%;
  height: 100%;
}

.patient_bar a {
  text-decoration: none;
}

.patient_bar {
  line-height: 15px;
  margin-right: 15px;
  margin-top: 10px;
}

.patient_bar span {
  font-size: 12px;
  color: #18ada5;
  margin-left: 2px;
}

.chat_menu {
  width: 35px;
  height: 36px;
  margin-right: 28px;
}

.chat_menu img {
  width: 100%;
  height: 100%;
}

.chat_bar a {
  text-decoration: none;
}

.chat_bar {
  line-height: 15px;
}

.chat_bar span {
  font-size: 12px;
  color: #18ada5;
  margin-left: 2px;
}

/* chat css start */
.open_chat_content {
  right: 0%;
}

.main_message {
  width: 480px;
  height: calc(100vh - 82px);
  background: #fff;
  border-radius: 5px;
  margin-left: auto;
  position: fixed;
  top: 75px;
  right: 8px;
  box-shadow: 0px 0px 3px 3px #ccc;
  z-index: 9999;
  overflow: hidden;
}

.main_message .message_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: #f5f7fa;
  border-bottom: 1px solid #ccc;
}

.message_header .header_name {
  display: flex;
  align-items: center;
}

.message_header .header_name .header_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.message_header .header_name .header_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.message_header .header_name h5 {
  font-size: 16px;
  margin: 0px;
  margin-left: 15px;
  font-family: "Rubik", sans-serif;
}

.main_message .message_header .header_cancel {
  width: 16px;
  height: 24px;
  cursor: pointer;
}

.main_message .message_header .header_cancel img {
  width: 100%;
  height: 100%;
}

.status_green {
  position: absolute;
  width: 10px;
  height: 10px;
  background: green;
  top: 48px;
  border-radius: 50%;
  left: 56px;
}

.status_red {
  background: red;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 48px;
  border-radius: 50%;
  left: 56px;
}

.status_offilne {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 48px;
  background-color: white;
  border-radius: 50%;
  left: 56px;
  border: 3px solid green;
}

.main_message .header_searchbar {
  padding: 10px 15px;
}

.main_message .header_searchbar .header_search {
  display: flex;
  background: #f5f7fa;
  padding: 0px 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-left: 0px;
}

.main_message .header_searchbar .header_search input {
  width: 100%;
  padding: 10px 0px;
  background: #f5f7fa;
  outline: none;
  border: none;
  font-size: 15px;
  padding-left: 15px;
  font-family: "Rubik", sans-serif;
}

.main_message .header_searchbar .header_search input::placeholder {
  color: #716f6f;
}

.message_mainchat {
  padding: 10px;
  max-height: 710px;
  position: relative;
  overflow-y: scroll;
}

.message_mainchat::-webkit-scrollbar {
  width: 5px;
}

.message_mainchat .message_chat {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 15px;
}

.message_mainchat .message_chat:last-child {
  border: unset;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.message_mainchat .message_chat a {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.message_mainchat .message_chat .chat_images {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.message_mainchat .message_chat .chat_images img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.message_mainchat .message_chat .chat_contain {
  flex: 1;
}

.message_mainchat .message_chat .chat_contain h6 {
  margin: 0px 0px 0px 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #000;
}

.message_mainchat .message_chat .chat_contain span {
  font-size: 12px;
  margin: 0px 0px 0px 10px;
  font-family: "Rubik", sans-serif;
  color: #716f6f;
}

.message_mainchat .message_chat .chat_date p {
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  color: #716f6f;
}

.status_green_chat {
  position: absolute;
  width: 10px;
  height: 10px;
  background: green;
  border-radius: 50%;
  left: 41px;
  bottom: 21px;
}

.message_chat:last-child .status_green_chat {
  position: absolute;
  width: 10px;
  height: 10px;
  background: green;
  border-radius: 50%;
  left: 41px;
  bottom: 8px;
}

.message_chat:last-child .status_red_chat {
  position: absolute;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
  left: 41px;
  bottom: 8px;
}

.status_red_chat {
  background: red;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 41px;
  bottom: 21px;
}

.status_offilne_chat {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: white;
  border-radius: 50%;
  left: 41px;
  bottom: 21px;
  border: 3px solid green;
}

/* chat css end */

/* chat content css */

.client_online {
  position: absolute;
  width: 10px;
  height: 10px;
  background: green;
  border-radius: 50%;
  left: 92px;
  top: 50px;
}

.client_ofline {
  position: absolute;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
  left: 92px;
  top: 50px;
}

.client_away {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  left: 92px;
  top: 50px;
  border: 3px solid green;
}

.live_chat_demo {
  width: 480px;
  height: 900px;
  background: #fff;
  border-radius: 5px;
  margin-left: auto;
  box-shadow: 0px 0px 3px 3px #ccc;
  z-index: 9999;
  position: absolute;
  top: 0px;
  right: 0px;
}

.live_chat_demo .chatname_header {
  padding: 15px;
  display: flex;
  align-items: center;
  background: #f5f7fa;
  border-bottom: 1px solid #ccc;
}

.live_chat_demo .chatname_header .chatback {
  width: 20px;
  height: 20px;
  margin-right: 18px;
  cursor: pointer;
}

.live_chat_demo .chatname_header .chatback img {
  width: 100%;
  height: 100%;
}

.live_chat_demo .chatname_header .chattitle_name {
  flex: 1;
}

.live_chat_demo .chatname_header .Chat_audiocall {
  width: 40px;
  background: #fff;
  border: 1px solid #4ee6de;
  padding: 7px 7px;
  border-radius: 100%;
  cursor: pointer;
}

.live_chat_demo .chatname_header .Chat_audiocall img {
  width: 100%;
  height: 100%;
}

.live_chat_demo .chatname_header .chatname_images {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.live_chat_demo .chatname_header .chatname_images img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.chatname_header .chattitle_name .chat_contain h6 {
  font-size: 16px;
  margin: 0px 0px 0px 10px;
  font-family: "Rubik", sans-serif;
  color: #16bbae;
}

.chatname_header .chattitle_name .chat_contain span {
  font-size: 12px;
  margin: 0px 0px 0px 10px;
  font-family: "Rubik", sans-serif;
  color: #716f6f;
}

.live_chat_client {
  padding: 15px;
  height: calc(100vh - 210px);
  max-height: 772px;
  overflow-y: scroll;
}

.live_chat_client::-webkit-scrollbar {
  width: 5px;
}

.live_chat_client .left_chatcontain {
  background: #f5f7fa;
  padding: 10px 15px;
  display: flex;
  width: fit-content;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 15px;
}

.live_chat_client .left_chatcontain label {
  width: fit-content;
  font-size: 16px;
  max-width: 370px;
  word-break: break-all;
  font-family: "Rubik", sans-serif;
  margin: 0;
}

.live_chat_client .left_chatcontain span {
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  margin-left: 15px;
}

.live_chat_client .right_chatcontain {
  background: #4ee6de;
  padding: 10px 15px;
  display: flex;
  width: fit-content;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
}

.live_chat_client .right_chatcontain label {
  width: fit-content;
  font-size: 16px;
  max-width: 370px;
  word-break: break-all;
  font-family: "Rubik", sans-serif;
  margin: 0;
}

.live_chat_client .right_chatcontain span {
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  margin-left: 15px;
}

.onlineChat_date {
  text-align: center;
  font-size: 14px;
  position: relative;
  margin: 0px 10px 15px;
}

.onlineChat_date::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 40%;
  height: 2px;
  background: #eaeaea;
}

.onlineChat_date::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 40%;
  height: 2px;
  background: #eaeaea;
}

.live_chatinput {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
  background: #f5f7fa;
  border: 1px solid #ccc;
}

.live_chatinput input {
  border: none;
  outline: none;
  background: #f5f7fa;
  width: 84%;
  color: #000;
  font-size: 15px;
}

.live_chatinput button {
  width: 30px;
  background: none;
  height: 20px;
  outline: none;
  border: none;
  margin-left: 7px;
  cursor: pointer;
}

.live_chatinput button img {
  width: 100%;
  height: 100%;
}

/* chat content css end */

/* analytics page start */
.hospital-analytics .section-total .main_sectionheader {
  /* background: #fff;
	margin: 0px 0px 20px;
	box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    border-radius: 0.428rem;
	padding: 10px 0; */
}

/* .sectionbg{
	background: #FFF;
} */
.hospital-analytics .section-total .maintotal_box {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  background-color: #fff;
}

.hospital-analytics .section-total .maintotal_box .total_icons {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

.hospital-analytics .section-total .maintotal_box .total_Revenue {
  width: 45px;
  height: 45px;
  background: #353638;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 45px;
  font-size: 20px;
}

.hospital-analytics .section-total .maintotal_box .total_contain h6 {
  margin: 0px 0px 3px;
  color: #16bbae;
  font-size: 16px;
}

.hospital-analytics .section-total .maintotal_box .total_contain h2 {
  margin: 0px;
  color: #959292;
  font-size: 18px;
  font-weight: 400;
}

.hospital-analytics .chart_title h2 {
  font-size: 18px;
  margin: 0;
}

.hospital-analytics .patientssection_char t {
  margin-bottom: 20px;
}

.hospital-analytics .patientssection_chart .patients_chart {
  width: 100%;
  /* height: 200px; */
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  padding: 15px;
}

.patientssection_chart_dashboard .patients_chart_dashboard {
  background-color: #ffffff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  /* border: 1px solid #ddd; */
  padding: 15px 15px;
  border-radius: 0.428rem;
  overflow-x: auto;
}

canvas {
  height: 263px !important;
  width: 100% !important;
}

.doctor_daterange_filter_main {
  max-width: fit-content;
}

#doctor_daterange_filter {
  padding: 13px 15px;
  font-size: 15px;
  box-shadow: inset 0px 1px 0px -1px rgb(0 0 0 / 22%);
  border-radius: 6px;
  color: #353638;
  font-weight: 300;
  background-color: #fff;
  width: fit-content;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
}

#doctor_daterange_filter span {
  white-space: nowrap;
  margin: 0 6px 0 0;
}

.chart_colleps .chart_title h2 {
  font-size: 18px;
  margin: 0px;
}

.chart_colleps .chart_title {
  flex-flow: wrap;
}

.chart_colleps .card-body {
  background-color: transparent;
}

.chart_colleps .card-header {
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
}

.patientssection_chart_dashboard .patients_totalbox_dashboard,
.hospital-analytics .patientssection_chart .patients_totalbox {
  width: 100%;
  height: 295px;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #ddd; */
}

.patientssection_chart_dashboard .patients_totalbox_dashboard .patients_totalcontain_dashboard h3,
.hospital-analytics .patientssection_chart .patients_totalbox .patients_totalcontain h3 {
  font-size: 30px;
  color: #959292;
  margin: 0px 0px 15px;
  text-align: center;
}

.patientssection_chart_dashboard .patients_totalbox_dashboard .patients_totalcontain_dashboard h6,
.hospital-analytics .patientssection_chart .patients_totalbox .patients_totalcontain h6 {
  font-size: 16px;
  color: #16bbae;
  margin: 0px 0px 0px;
  text-align: center;
}

.patientssection_chart_dashboard .patients_totalAppointments_dashboard,
.hospital-analytics .patientssection_chart .patients_totalAppointments {
  width: 100%;
  height: 295px;
  border-radius: 0.428rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.patientssection_chart_dashboard .patients_totalAppointments_dashboard .patients_Appointments_dashboard,
.hospital-analytics .patientssection_chart .patients_totalAppointments .patients_Appointments {
  width: 100%;
}

.patientssection_chart_dashboard .patients_totalAppointments_dashboard .patients_Appointments_dashboard .total_patients_dashboard,
.hospital-analytics .patientssection_chart .patients_totalAppointments .patients_Appointments .total_patients {
  width: 100%;

  padding-bottom: 10px;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  min-height: 93px;
  margin: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#revanue_chart_colleps_dashboard .total_patients_dashboard,
#appointment_chart_colleps_dashboard .total_patients_dashboard,
#revanue_chart_colleps .total_patients,
#appointment_chart_colleps .total_patients {
  min-height: 144px;
}

.patientssection_chart_dashboard .patients_totalAppointments_dashboard .patients_Appointments_dashboard .total_patients_dashboard:last-child,
.hospital-analytics .patientssection_chart .patients_totalAppointments .patients_Appointments .total_patients:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.patientssection_chart_dashboard .patients_totalAppointments_dashboard .patients_Appointments_dashboard .total_patients_dashboard h3,
.hospital-analytics .patientssection_chart .patients_totalAppointments .patients_Appointments .total_patients h3 {
  font-size: 18px;
  color: #959292;
  margin: 0px 0px 0px;
  text-align: center;
}

.patientssection_chart_dashboard .patients_totalAppointments_dashboard .patients_Appointments_dashboard .total_patients_dashboard h5,
.hospital-analytics .patientssection_chart .patients_totalAppointments .patients_Appointments .total_patients h5 {
  font-size: 15px;
  color: #16bbae;
  margin: 0px 0px 6px;
  text-align: center;
}

.chart_colleps .chart_title i {
  cursor: pointer;
}

.hospital-analytics .heading {
  border-bottom: 1px solid #e8e8e8 !important;
  padding-bottom: 24px;
}

.hospital-analytics .select_box {
  max-width: 350px;
}

.hospital-analytics .select_box_border {
  border: 1px solid #e8e8e8;
  margin: 24px 0px;
}

.hospital-analytics .main_search_params {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 24px 0px;
  padding: 0px 15px 0px;
}

.hospital-analytics .main_search_params .search_params_wrap_main {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-right: 12px;
}

.hospital-analytics .main_search_params .search_params_wrap_main h4 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 0px;
}

.hospital-analytics .main_search_params .search_params_wrap_main .main_search_params_select {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hospital-analytics .main_search_params .search_params_wrap_main .main_search_params_select .select_box {
  max-width: 350px;
}

.hospital-analytics .main_search_params .search_params_wrap_main .main_search_params_select .analytics_daterange_filter {
  background-color: transparent;
  padding: 8px 34px 8px 10px;
  border: 1px solid #ced4da !important;
  border-radius: 6px;
}

.hospital-analytics .main_search_params .search_params_wrap_main .main_search_params_select .analytics_daterange_filter span {
  font-weight: 200;
}

.hospital-analytics .result_heading {
  position: relative;
  margin: 30px 0px 15px;
}

.hospital-analytics .result_heading h4 {
  font-size: 26px;
  font-weight: 300;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
  padding: 0px 0px 24px;
}

.hospital-analytics .facility_analytics_charts_title h3 {
  margin: 0px 0px 18px;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.analytics_card {
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  padding: 14px 7px;
}

.analytics_card h2 {
  font-size: 18px;
}

.hospital-analytics .facility_analytics_charts {
  padding: 5px 15px;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  background-color: #ffffff;
}

.hospital-analytics .facility_analytics_charts canvas {
  height: 270px !important;
}

.hospital-analytics .patient_analytics_tables {
  max-height: 290px;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  background-color: #ffffff;
}

.hospital-analytics .facility_analytics_table_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hospital-analytics .facility_analytics_table_title h3 {
  margin: 0px 20px 10px 0px;
  font-size: 22px;
  font-weight: 300;
}

.hospital-analytics .patient_analytics_tables table {
  border-top: 0px !important;
}

.hospital-analytics .patient_analytics_table_bottom {
  padding-bottom: 0px !important;
}

.chat_scroll {
  overflow: hidden !important;
}

.hospital-analytics .patient_analytics_tables table .dropdown a::after {
  content: "";
  display: none;
}

.hospital-analytics .analytics_main_title {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}

.add_photo_profile {
  display: flex;
}

.add_photo_profile .photo_profile_place {
  width: 60px;
  height: 40px;
  border-radius: 10px;
}

.add_photo_profile .photo_profile_place img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.add_photo_profile .add_pro_picture {
  margin-left: 20px;
}

.add_photo_profile .add_pro_picture h3 {
  font-size: 15px;
  font-weight: 400;
  margin: 5px 0px;
}

.add_photo_profile .add_pro_picture span {
  font-size: 12px;
  font-weight: 400;
  color: #02bbae;
}

.doctor_analytics_results .doctor_analytics_main .remove_staff_analytics {
  color: red;
  font-size: 21px;
}

.doctor_analytics_results .doctor_analytics_main .remove_staff_analytics {
  background-color: #fff;
  border: none;
}

.doctor_analytics_results .doctor_analytics_main .remove_staff_analytics i {
  color: red;
  font-size: 21px;
}

.pharmacy_main .heading {
  margin-bottom: 15px;
}

.pharmacy_main .pharmacy_input {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 16px;
  margin-bottom: 12px;
}

.pharmacy_main .pharmacy_input input {
  width: calc(100% - 140px);
}

.pharmacy_main .pharmacy_input button {
  background-color: #2486dc;
}

.pharmacy_inputmaintable {
  margin-top: 10px;
}

.pharmacy_inputmaintable .pharmacy_table .table_pharmacy {
  width: 100%;
  border-spacing: 0px 8px;
  border-collapse: separate;
  border-top: 1px solid #e8e8e8;
}

.pharmacy_inputmaintable .pharmacy_table .table_pharmacy tr td:last-child,
.pharmacy_inputmaintable .pharmacy_table .table_pharmacy tr th:last-child {
  text-align: center;
}

.pharmacy_inputmaintable .pharmacy_table .table_pharmacy tr td:first-child {
  border-radius: 0px 6px 6px 0px;
  border-left: 1px solid #eeeeee;
  padding: 16px 10px;
}

.pharmacy_inputmaintable .pharmacy_table .table_pharmacy tr td:last-child {
  border-radius: 0px 6px 6px 0px;
  border-right: 1px solid #eeeeee;
  padding: 16px 0px 16px 0px;
}

.pharmacy_inputmaintable .pharmacy_table .table_pharmacy tr th {
  border: none;
  color: #b0bcbb;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 7px 10px;
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.pharmacy_inputmaintable .pharmacy_table .table_pharmacy tr td {
  font-size: 13px;
  padding: 16px 10px;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  vertical-align: middle;
  height: 70px;
}

.pharmacy_main .pharmacy_aboutsection {
  margin: 15px 0px;
}

.pharmacy_main .pharmacy_aboutsection .pharmacy_abouttitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pharmacy_main .pharmacy_aboutsection .pharmacy_abouttitle h2 {
  font-size: 25px;
  margin: 0px 0px 10px;
  font-weight: 500;
  color: #02bbae;
}

.pharmacy_main .pharmacy_aboutsection label {
  font-size: 15px;
  margin: 0px;
}

.pharmacy_main .pharmacy_aboutsection p {
  font-size: 15px;
  margin: 15px 0px 0px;
  color: #585858;
}

.pharmacy_main .pharmacy_sectioncontain {
  margin: 20px 0px;
}

.pharmacy_main .pharmacy_sectioncontain .sectioncontain_title {
  /* margin: 0px 0px 30px; */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.price_tablet_collabs_main .pharmacy_price_type .selected_btn_pharmacy {
  width: 104px;
}

.pharmacy_aboutsection_main .qty_pharmacy {
  background-color: #fff;
  border-radius: 5px;
  width: 250px;
  height: 80px;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  right: 0;
  display: inline-block;
  top: 15px;
  border-left: 5px solid #01bbae;
}

@media (max-width: 767px) {
  .pharmacy_aboutsection_main .qty_pharmacy {
    display: none;
  }
}

.pharmacy_main .pharmacy_sectioncontain .sectioncontain_title .angle_down {
  width: 18px;
  transition: all 0.5s;
}

.pharmacy_main .pharmacy_sectioncontain .sectioncontain_title .angle_down img {
  width: 100%;
  height: 100%;
}

.pharmacy_main .pharmacy_sectioncontain .sectioncontain_title h2 {
  /* margin: 30px 0px 0px; */
  font-size: 18px;
  font-weight: 400;
  color: #14b0a6;
}

.pharmacy_main .pharmacy_sectioncontain .pharmacy_accordion {
  /* border-bottom: 1px solid #ccc; */
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  margin-bottom: 15px;
}

.pharmacy_main .pharmacy_sectioncontain .sectioncontain_btn {
  margin-bottom: 30px;
  padding: 15px;
}

.pharmacy_main .pharmacy_sectioncontain .sectioncontain_btn button {
  padding: 8px 15px;
  border: 1px solid #dde3e6;
  color: #000;
  font-size: 16px;
  margin-right: 10px;
}

.pharmacy_main .pharmacy_sectioncontain .sectioncontain_btn .pharmacy_add_hmo {
  border: 1px solid #1ea9a1;
  color: #fff;
  font-size: 16px;
  padding: 12px 23px;
  border-radius: 6px;
  cursor: pointer;
  background-color: #02bbae;
}

.pharmacy_main .pharmacy_sectioncontain .sectioncontain_btn .selected_btn_pharmacy {
  background: #e8f6ed;
  border: 2px solid #0c8281;
}

.sectioncontain_title:not(.collapsed) .angle_down {
  transform: rotate(180deg);
}

.pharmacy_description {
  background-color: white;
  padding: 15px;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
}

.pharmacy_description h5 {
  color: #14b0a6;
}

.pharmacy_description p {
  color: #473f38;
  font-weight: 300;
}

.medical_inpatient_menu {
  padding: 15px 30px;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
}

.medical_inpatient_menu .addReacord {
  font-size: 16px;
  font-weight: 500;
}

.medical_inpatient .mainrightsection {
  padding: 50px 25px;
}

.medical_inpatient .mainrightsection .sectionTitle h2 {
  font-size: 21px;
  color: #01bbae;
  font-weight: 500;
  margin: 0px 0px 40px 15px;
}

.medical_inpatient .mainrightsection .vitals_ttlelabel {
  font-size: 16px;
}

.medical_inpatient .mainrightsection .Reviewsection {
  padding: 35px 0px;
  margin: 25px 0px;
  border-top: 1px solid #ccc;
}

.medical_inpatient .mainrightsection .Reviewsection .reviwbtnsection {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 20px;
}

.medical_inpatient .mainrightsection .Reviewsection .reviwbtnsection .btnreview a {
  font-weight: 500;
  font-size: 14px;
  background: none;
  border: 1px solid #16bbae;
  padding: 9px 19px;
  cursor: pointer;
  color: #16bbae;
  border-radius: 6px;
  outline: none;
  transition: all 0.3s;
}

.medical_inpatient .mainrightsection .Reviewsection .reviwbtnsection .btnreview a:hover {
  background: #16bbae;
  color: #fff;
}

.mainrightsection .reviewArea {
  margin: 40px 0px 0px;
}

.reviewArea .areaTitle {
  font-size: 16px;
}

.reviewArea .areatext {
  gap: 20px;
}

.medical_inpatient .right_medical_inpatient {
  padding: 30px 0px 0px;
}

/* .medical_inpatient .right_medical_inpatient .backright{
	background: #01bbae;
	color: #fff;
	font-size: 16px;
    font-weight: 500;
} */
.medical_inpatient .inpatient_record_list ul {
  overflow: hidden;
  height: 644px;
  overflow-y: scroll;
  width: initial;
}



.inpatient_record_list_table .record_list_table {
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
}

.inpatient_record_list_table .record_list_table tr th {
  font-size: 15px;
  font-weight: 500;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
}

.inpatient_record_list_table .record_list_table tr td {
  font-size: 15px;
  font-weight: 400;
  padding: 12px 20px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
}

.edit_medical_inpatient .right_medical_inpatient {
  padding: 30px 0px 0px;
}

.edit_medical_inpatient .mainrightsection {
  padding: 50px 25px;
}

.edit_medical_inpatient .mainrightsection .sectionTitle h2 {
  font-size: 21px;
  color: #01bbae;
  font-weight: 500;
  margin: 0px 0px 40px 15px;
}

.edit_medical_inpatient .mainrightsection .vitals_ttlelabel {
  font-size: 16px;
}

.edit_medical_inpatient .mainrightsection .Reviewsection {
  padding: 35px 0px;
  margin: 25px 0px;
  border-top: 1px solid #ccc;
}

.edit_medical_inpatient .mainrightsection .Reviewsection .reviwbtnsection {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 20px;
}

.edit_medical_inpatient .mainrightsection .Reviewsection .reviwbtnsection .btnreview a {
  font-weight: 500;
  font-size: 14px;
  background: none;
  border: 1px solid #16bbae;
  padding: 9px 19px;
  cursor: pointer;
  color: #16bbae;
  border-radius: 6px;
  outline: none;
  transition: all 0.3s;
}

.edit_medical_inpatient .mainrightsection .Reviewsection .reviwbtnsection .btnreview a:hover {
  background: #16bbae;
  color: #fff;
}

.select2-dropdown {
  z-index: 999999999 !important;
}

#batchPatientUpload form {
  padding: 15px 0;
}

#add_member .form-group.inputDnD {
  background-color: #f8f8f8;
  padding: 14px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  position: relative;
}

#add_member .form-group.inputDnD img {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
}

#add_member .form-group a {
  text-decoration: underline;
  color: #16bbae;
  font-weight: 700;
}

#add_member .inputDnD .form-control-file {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 125px;
  outline: none;
  visibility: hidden;
  cursor: pointer;
  background-color: #969ea6;
  box-shadow: 0 0 5px solid #969ea6;
  /* background-image: url('../../../images/tariff_upload.png'); */
  z-index: 1;
}

#add_member .inputDnD .form-control-file:before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  width: 100%;
  padding: 4.5em 1.5em 1.5em 1.5em;
  white-space: pre-line;
  opacity: 1;
  visibility: visible;
  text-align: center;
  color: #969ea6;
  border: 2px dashed #969ea6;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: visible;
  background-color: transparent;
  z-index: -1;
}

/* #add_member .inputDnD .form-control-file:after{
	  content: "";
	  position: absolute;
	  left: 50%;
	  background-image: url('../../../images/tariff_upload.png');
	  width: 50px;
	  height: 50px;
  } */

@media (max-width: 991px) {
  .hospital-analytics .patientssection_chart .patients_totalbox {
    height: auto;
    margin: 15px 0;
    padding: 30px;
  }

  /* .hospital-analytics .patient_analytics_table_bottom{
		margin-top: 30px;
	} */
  .hospital-analytics .patientssection_chart .patients_totalAppointments {
    height: auto;
  }

  .hospital-analytics .main_search_params .search_params_wrap_main {
    display: block;
  }

  .hospital-analytics .main_search_params .search_params_wrap_main .main_search_params_select {
    margin-top: 15px;
  }

  .hospital-analytics .main_search_params {
    align-items: end;
    flex-flow: wrap;
  }

  .hospital-analytics .facility_analytics_table_title {
    margin: 15px 0px 0px;
  }

  .hospital-analytics .main_search_params .go_clean_btn {
    margin-top: 12px;
  }

  #revanue_chart_colleps_dashboard .total_patients_dashboard,
  #appointment_chart_colleps_dashboard .total_patients_dashboard,
  #revanue_chart_colleps .total_patients,
  #appointment_chart_colleps .total_patients {
    min-height: 120px;
  }

  .patientssection_chart_dashboard .patients_totalbox_dashboard {
    margin: 15px 0;
    height: 160px;
  }
}

@media (max-width: 767px) {
  .hospital-analytics .main_search_params .search_params_wrap_main .main_search_params_select {
    flex-flow: wrap;
  }

  .patientssection_chart_dashboard .patients_chart_dashboard canvas {
    /* width: 600px !important; */
  }

  .patientssection_chart_dashboard .patients_totalbox_dashboard {
    height: 220px;
  }

  .patientssection_chart_dashboard .patients_totalAppointments_dashboard {
    /* height: 220px; */
  }

  .pharmacy_inputmaintable .pharmacy_table {
    overflow: auto;
  }

  .pharmacy_inputmaintable .pharmacy_table .table_pharmacy {
    min-width: 675px;
  }
}

@media (max-width: 575px) {
  .hospital-analytics .facility_analytics_charts {
    overflow-x: scroll;
  }

  .hospital-analytics .facility_analytics_charts canvas {
    width: 665px !important;
  }
}

@media (max-width: 425px) {
  .hospital-analytics .main_search_params {
    display: block;
  }

  .hospital-analytics .main_search_params .go_clean_btn {
    margin-top: 15px;
  }

  .hospital-analytics .result_heading h4 {
    text-align: left;
  }

  .hospital-analytics .result_heading .analytics_numbers {
    right: -8%;
  }

  .chart_colleps .chart_title .doctor_daterange_filter_main {
    margin-top: 15px;
  }

  .chart_colleps .card .card-header {
    align-items: baseline !important;
  }

  .chart_colleps .chart_title h2 {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .patients_chart canvas {
    /* width: auto !important; */
    height: auto !important;
  }

  .patients_chart {
    overflow-y: auto;
  }

  .main_message {
    width: 100%;
    right: 0;
    height: 100%;
  }

  .message_mainchat {
    max-height: 800px;
  }

  .live_chat_demo {
    width: 100%;
    height: 960px;
  }

  .live_chat_client {
    height: calc(100vh - 6px);
    max-height: 832px;
  }

  .chat_scroll {
    overflow: hidden !important;
  }
}

/* analytics page end */

/* Start Claim */
/* .card_start_claim{
	height: 100vh;
} */
/* .start_claim_height {
  height: calc(100vh - 138px);
} */

.card_start_claim #claims-info .table-responsive {
  height: auto;
  max-height: 450px;
}

.card_start_claim .start_claim_card_box,
.otp_box {
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  padding: 55px 43px;
  border: 3px dashed #329a93;
}

.card_start_claim .claim_submit_main {
  padding: 15px 0px;
  margin: 0px 0px 0px;
}



.start_claim_card_box h2,
.otp_box h3 {
  color: #329a93;
  padding-bottom: 11px;
  line-height: 52px;
}

.start_claim_card_box input,
.otp_box input {
  outline: none;
  border: 1px solid #bababa;
  border-radius: 4px;
  margin-bottom: 31px;
  margin-top: 15px;
}

.start_claim_card_box .start_claim_card_bnt,
.otp_box .start_claim_card_bnt {
  background-color: #329a93;
  font-size: 19px;
  padding: 6px 22px;
}

.card_start_claim #claims-tabContent .inpatient_record_list {
  height: auto;
  max-height: 400px;
  overflow: auto;
}

.card h6 {
  color: #329a93;
  font-size: 20px;
}

.inputs input {
  width: 40px;
  padding: 0px;
  height: 40px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.card-2 {
  background-color: #fff;
  padding: 10px;
  width: 350px;
  height: 100px;
  bottom: -50px;
  left: 20px;
  position: absolute;
  border-radius: 5px;
}

.otp_content {
  margin-top: 28px;
}

.otp_content a {
  color: #329a93;
  margin-left: 5px;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #329a93;
}

.validate {
  background-color: #329a93;
  border: 1px solid #329a93;
}

.card_start_claim .card_start_claim_mainsection .card_start_claimcols {
  padding: 15px;
}

.card_start_claim .card_start_claim_mainsection {
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 15px;
  margin-top: 20px;
  padding-bottom: 30px;
}

/* .card_start_claim .card_start_claim_mainsection .main_cardsection {
  padding: 15px 0px;
  margin: 0px 0px 0px;
} */
.card_start_claim .card_start_claim_mainsection .main_cardsection .input-group {
  margin: 0px 0px 15px;
}

.card_start_claim .card_start_claim_mainsection .main_cardsection .input-group .service_newadd {
  display: none;
}

.card_start_claim .card_start_claim_mainsection .card_fromsection {
  width: 100%;
  padding: 30px;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 20px;
  background-image: url("../../../images/card_design01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  display: flex;
  gap: 20px;
}

.card_start_claim #save_file_start_claim .inputDnD {
  background-color: #f8f8f8;
  height: 125px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 1rem;
  border: 2px dashed #969ea6;
}

.card_start_claim #save_file_start_claim .form-group input {
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  right: 0;
  top: 0;
  opacity: 0;
}

.card_start_claim #save_file_start_claim .form-group input {
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  right: 0;
  top: 0;
  opacity: 0;
}

.card_start_claim #save_file_start_claim .inputDnD .fileContent {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.card_start_claim #save_file_start_claim .form-group img {
  width: 50px;
  height: 50px;
}

.card_start_claim #save_file_start_claim .upload_btn {
  justify-content: center;
  display: flex;
}

.card_start_claim .card_start_claim_mainsection .card_fromsection .card_total h2 {
  font-size: 35px;
  color: #f5f5f0;
}

.card_start_claim .card_start_claim_mainsection .card_images img {
  width: 100%;
  height: 100%;
}

.card_start_claim .card_start_claim_mainsection .card_fromsection .cardfrom_images {
  width: 75px;
  height: 75px;
  border-radius: 15px;
}

.card_start_claim .card_start_claim_mainsection .card_fromsection .cardfrom_images img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.card_start_claim .card_start_claim_mainsection .card_froms h1 {
  font-size: 26px;
  margin-bottom: 0px;
  color: #2dbcb2;
}

.card_start_claim .card_start_claim_mainsection .card_froms p {
  font-size: 20px;
  margin-bottom: 5px;
  color: #f5f5f0;
}

.card_start_claim .card_start_claim_mainsection .card_froms a {
  font-size: 18px;
  color: #fbf5f5;
}

.card_start_claim .card_start_claim_mainsection .card_froms a:hover {
  text-decoration: none;
}

.card_start_claim .claim_section .card_logoheader {
  width: 150px;
}

.card_start_claim .claim_section .card_logoheader img {
  width: 100%;
  height: 100%;
}

.card_start_claim .card_start_claim_mainsection .tabel_section table {
  width: 100%;
  border-spacing: 0px 8px;
  border-collapse: separate;
  border-top: 1px solid #e8e8e8;
}

.card_start_claim .card_start_claim_mainsection .tabel_section table tr th {
  border: none;
  color: #b0bcbb;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 10px;
  text-transform: uppercase;
}

.card_start_claim .card_start_claim_mainsection .tabel_section table tr td {
  font-size: 13px;
  padding: 16px 10px;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  vertical-align: middle;
  height: 70px;
}

.card_start_claim .card_start_claim_mainsection .tabel_section table tfoot tr td {
  font-size: 18px;
  font-weight: 600;
}

.card_start_claim .card_start_claim_mainsection .footer_chakmarks {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.card_start_claim .card_start_claim_mainsection .footer_chakmarks input {
  width: 20px;
  height: 20px;
}

.card_start_claim .card_start_claim_mainsection .footer_chakmarks p {
  font-size: 18px;
  margin-left: 15px;
  margin-bottom: 0px;
  color: #2dbcb2;
  font-weight: 500;
}

.card_start_claim .card_start_claim_mainsection .claims_btn {
  margin-top: 20px;
  text-align: center;
}

.card_start_claim .card_start_claim_mainsection .card_fromsection .card_froms {
  flex: 1;
}

@media (max-width: 1700px) {
  .card_start_claim .card_start_claim_mainsection .card_fromsection .cardfrom_images {
    width: 60px;
    height: 60px;
  }

  .card_start_claim .card_start_claim_mainsection .card_froms h1 {
    font-size: 20px;
  }

  .card_start_claim .card_start_claim_mainsection .card_froms p {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .card_start_claim .card_start_claim_mainsection .card_froms a {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .card_start_claim .card_start_claim_mainsection .tabel_section table {
    min-width: 800px;
  }

  .card_start_claim .card_start_claim_mainsection .tabel_section {
    overflow-x: auto;
  }
}

@media (max-width: 991px) {
  .card_start_claim .card_start_claim_mainsection .card_section .card_images {
    width: 85px;
  }
}

@media (max-width: 767px) {
  .card_start_claim .card_start_claim_mainsection .footer_chakmarks p {
    font-size: 15px;
  }

  .card_start_claim .card_start_claim_mainsection .card_fromsection .card_total h2 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .card_start_claim .card_start_claim_mainsection .main_cardsection .input-group .service_newadd {
    display: block;
  }

  .card_start_claim .card_start_claim_mainsection .main_cardsection .input-group .service_oldadd {
    display: none;
  }

  .card_start_claim .card_start_claim_mainsection .card_fromsection .card_total h2 {
    font-size: 24px;
  }

  .card_start_claim .card_start_claim_mainsection .card_fromsection {
    padding: 18px 15px;
  }
}

@media (max-width: 485px) {
  .card_start_claim .card_start_claim_mainsection .card_fromsection {
    flex-flow: wrap;
  }

  .card_start_claim .card_start_claim_mainsection .card_fromsection .card_froms {
    flex: none;
  }
}

@media (max-width: 390px) {
  .card_start_claim .card_start_claim_mainsection .card_section .card_images {
    width: 60px;
  }

  .card_start_claim .card_start_claim_mainsection .card_fromsection .cardfrom_images {
    width: 50px;
    height: 50px;
  }

  .card_start_claim .card_start_claim_mainsection .card_bgsection {
    padding: 20px 10px;
  }

  .card_start_claim .card_start_claim_mainsection .card_fromsection {
    gap: 10px;
  }

  .card_start_claim .card_start_claim_mainsection .card_froms h1 {
    font-size: 19px;
  }

  .card_start_claim .card_start_claim_mainsection .card_froms p {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .card_start_claim .card_start_claim_mainsection .footer_chakmarks input {
    width: 30px;
    height: 30px;
  }

  .card_start_claim .card_start_claim_mainsection .claims_btn .btn {
    padding: 7px 23px;
  }

  .card_start_claim .card_start_claim_mainsection .card_fromsection .card_total h2 {
    font-size: 20px;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .card_start_claim .claim_section {
    flex-flow: column-reverse;
    text-align: center;
    gap: 10px;
  }

  .card_start_claim .claim_section h2 {
    line-height: unset;
    font-size: 26px;
  }

  .card_start_claim .claim_input input {
    margin-top: 0px;
  }

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

  .card_start_claim .claim_section .card_logoheader {
    width: 150px;
    margin: auto;
  }
}

.client_online {
  position: absolute;
  width: 10px;
  height: 10px;
  background: green;
  border-radius: 50%;
  left: 92px;
  top: 50px;
}

.client_ofline {
  position: absolute;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
  left: 92px;
  top: 50px;
}

.client_away {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  left: 92px;
  top: 50px;
  border: 3px solid green;
}

.live_chat_demo {
  width: 480px;
  height: 900px;
  background: #fff;
  border-radius: 5px;
  margin-left: auto;
  box-shadow: 0px 0px 3px 3px #ccc;
  z-index: 9999;
  position: absolute;
  top: 0px;
  right: 0px;
}

.live_chat_demo .chatname_header {
  padding: 15px;
  display: flex;
  align-items: center;
  background: #f5f7fa;
  border-bottom: 1px solid #ccc;
}

.live_chat_demo .chatname_header .chatback {
  width: 20px;
  height: 20px;
  margin-right: 18px;
  cursor: pointer;
}

.live_chat_demo .chatname_header .chatback img {
  width: 100%;
  height: 100%;
}

.live_chat_demo .chatname_header .chattitle_name {
  flex: 1;
}

.live_chat_demo .chatname_header .Chat_audiocall {
  width: 40px;
  background: #fff;
  border: 1px solid #4ee6de;
  padding: 7px 7px;
  border-radius: 100%;
  cursor: pointer;
}

.live_chat_demo .chatname_header .Chat_audiocall img {
  width: 100%;
  height: 100%;
}

.live_chat_demo .chatname_header .chatname_images {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.live_chat_demo .chatname_header .chatname_images img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.chatname_header .chattitle_name .chat_contain h6 {
  font-size: 16px;
  margin: 0px 0px 0px 10px;
  font-family: "Rubik", sans-serif;
  color: #16bbae;
}

.chatname_header .chattitle_name .chat_contain span {
  font-size: 12px;
  margin: 0px 0px 0px 10px;
  font-family: "Rubik", sans-serif;
  color: #716f6f;
}

.live_chat_client {
  padding: 15px;
  height: calc(100vh - 210px);
  max-height: 772px;
  overflow-y: scroll;
}

.live_chat_client::-webkit-scrollbar {
  width: 5px;
}

.live_chat_client .left_chatcontain {
  background: #f5f7fa;
  padding: 10px 15px;
  display: flex;
  width: fit-content;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 15px;
}

.live_chat_client .left_chatcontain label {
  width: fit-content;
  font-size: 16px;
  max-width: 370px;
  word-break: break-all;
  font-family: "Rubik", sans-serif;
  margin: 0;
}

.live_chat_client .left_chatcontain span {
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  margin-left: 15px;
}

.live_chat_client .right_chatcontain {
  background: #4ee6de;
  padding: 10px 15px;
  display: flex;
  width: fit-content;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
}

.live_chat_client .right_chatcontain label {
  width: fit-content;
  font-size: 16px;
  max-width: 370px;
  word-break: break-all;
  font-family: "Rubik", sans-serif;
  margin: 0;
}

.live_chat_client .right_chatcontain span {
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  margin-left: 15px;
}

.onlineChat_date {
  text-align: center;
  font-size: 14px;
  position: relative;
  margin: 0px 10px 15px;
}

.onlineChat_date::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 40%;
  height: 2px;
  background: #eaeaea;
}

.onlineChat_date::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 40%;
  height: 2px;
  background: #eaeaea;
}

.live_chatinput {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
  background: #f5f7fa;
  border: 1px solid #ccc;
}

.live_chatinput input {
  border: none;
  outline: none;
  background: #f5f7fa;
  width: 84%;
  color: #000;
  font-size: 15px;
}

.live_chatinput button {
  width: 30px;
  background: none;
  height: 20px;
  outline: none;
  border: none;
  margin-left: 7px;
  cursor: pointer;
}

.live_chatinput button img {
  width: 100%;
  height: 100%;
}

/* chat content css end */

/* analytics page start */
.hospital-analytics .section-total .main_sectionheader {
  /* background: #fff;
	margin: 0px 0px 20px;
	box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    border-radius: 0.428rem;
	padding: 10px 0; */
}

/* .sectionbg{
	background: #FFF;
} */
.hospital-analytics .section-total .maintotal_box {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  background-color: #fff;
}

.hospital-analytics .section-total .maintotal_box .total_icons {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

.hospital-analytics .section-total .maintotal_box .total_Revenue {
  width: 45px;
  height: 45px;
  background: #353638;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 45px;
  font-size: 20px;
}

.hospital-analytics .section-total .maintotal_box .total_contain h6 {
  margin: 0px 0px 3px;
  color: #16bbae;
  font-size: 16px;
}

.hospital-analytics .section-total .maintotal_box .total_contain h2 {
  margin: 0px;
  color: #959292;
  font-size: 18px;
  font-weight: 400;
}

.hospital-analytics .chart_title h2 {
  font-size: 18px;
  margin: 0;
}

.hospital-analytics .patientssection_char t {
  margin-bottom: 20px;
}

.hospital-analytics .patientssection_chart .patients_chart {
  width: 100%;
  /* height: 200px; */
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  padding: 15px;
}

.patientssection_chart_dashboard .patients_chart_dashboard {
  background-color: #ffffff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  /* border: 1px solid #ddd; */
  padding: 15px 15px;
  border-radius: 0.428rem;
  overflow-x: auto;
}

canvas {
  height: 263px !important;
  width: 100% !important;
}

.doctor_daterange_filter_main {
  max-width: fit-content;
}

#doctor_daterange_filter {
  padding: 13px 15px;
  font-size: 15px;
  box-shadow: inset 0px 1px 0px -1px rgb(0 0 0 / 22%);
  border-radius: 6px;
  color: #353638;
  font-weight: 300;
  background-color: #fff;
  width: fit-content;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
}

#doctor_daterange_filter span {
  white-space: nowrap;
  margin: 0 6px 0 0;
}

.chart_colleps .chart_title h2 {
  font-size: 18px;
  margin: 0px;
}

.chart_colleps .chart_title {
  flex-flow: wrap;
}

.chart_colleps .card-body {
  background-color: transparent;
}

.chart_colleps .card-header {
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
}

.patientssection_chart_dashboard .patients_totalbox_dashboard,
.hospital-analytics .patientssection_chart .patients_totalbox {
  width: 100%;
  height: 295px;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #ddd; */
}

.patientssection_chart_dashboard .patients_totalbox_dashboard .patients_totalcontain_dashboard h3,
.hospital-analytics .patientssection_chart .patients_totalbox .patients_totalcontain h3 {
  font-size: 30px;
  color: #959292;
  margin: 0px 0px 15px;
  text-align: center;
}

.patientssection_chart_dashboard .patients_totalbox_dashboard .patients_totalcontain_dashboard h6,
.hospital-analytics .patientssection_chart .patients_totalbox .patients_totalcontain h6 {
  font-size: 16px;
  color: #16bbae;
  margin: 0px 0px 0px;
  text-align: center;
}

.patientssection_chart_dashboard .patients_totalAppointments_dashboard,
.hospital-analytics .patientssection_chart .patients_totalAppointments {
  width: 100%;
  height: 295px;
  border-radius: 0.428rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.patientssection_chart_dashboard .patients_totalAppointments_dashboard .patients_Appointments_dashboard,
.hospital-analytics .patientssection_chart .patients_totalAppointments .patients_Appointments {
  width: 100%;
}

.patientssection_chart_dashboard .patients_totalAppointments_dashboard .patients_Appointments_dashboard .total_patients_dashboard,
.hospital-analytics .patientssection_chart .patients_totalAppointments .patients_Appointments .total_patients {
  width: 100%;

  padding-bottom: 10px;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  min-height: 93px;
  margin: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#revanue_chart_colleps_dashboard .total_patients_dashboard,
#appointment_chart_colleps_dashboard .total_patients_dashboard,
#revanue_chart_colleps .total_patients,
#appointment_chart_colleps .total_patients {
  min-height: 144px;
}

.patientssection_chart_dashboard .patients_totalAppointments_dashboard .patients_Appointments_dashboard .total_patients_dashboard:last-child,
.hospital-analytics .patientssection_chart .patients_totalAppointments .patients_Appointments .total_patients:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.patientssection_chart_dashboard .patients_totalAppointments_dashboard .patients_Appointments_dashboard .total_patients_dashboard h3,
.hospital-analytics .patientssection_chart .patients_totalAppointments .patients_Appointments .total_patients h3 {
  font-size: 18px;
  color: #959292;
  margin: 0px 0px 0px;
  text-align: center;
}

.patientssection_chart_dashboard .patients_totalAppointments_dashboard .patients_Appointments_dashboard .total_patients_dashboard h5,
.hospital-analytics .patientssection_chart .patients_totalAppointments .patients_Appointments .total_patients h5 {
  font-size: 15px;
  color: #16bbae;
  margin: 0px 0px 6px;
  text-align: center;
}

.chart_colleps .chart_title i {
  cursor: pointer;
}

.hospital-analytics .heading {
  border-bottom: 1px solid #e8e8e8 !important;
  padding-bottom: 24px;
}

.hospital-analytics .select_box {
  max-width: 350px;
}

.hospital-analytics .select_box_border {
  border: 1px solid #e8e8e8;
  margin: 24px 0px;
}

.hospital-analytics .main_search_params {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 24px 0px;
  padding: 0px 15px 0px;
}

.hospital-analytics .main_search_params .search_params_wrap_main {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-right: 12px;
}

.hospital-analytics .main_search_params .search_params_wrap_main h4 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 0px;
}

.hospital-analytics .main_search_params .search_params_wrap_main .main_search_params_select {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hospital-analytics .main_search_params .search_params_wrap_main .main_search_params_select .select_box {
  max-width: 350px;
}

.hospital-analytics .main_search_params .search_params_wrap_main .main_search_params_select .analytics_daterange_filter {
  background-color: transparent;
  padding: 8px 34px 8px 10px;
  border: 1px solid #ced4da !important;
  border-radius: 6px;
}

.hospital-analytics .main_search_params .search_params_wrap_main .main_search_params_select .analytics_daterange_filter span {
  font-weight: 200;
}

.hospital-analytics .result_heading {
  position: relative;
  margin: 30px 0px 15px;
}

.hospital-analytics .result_heading h4 {
  font-size: 26px;
  font-weight: 300;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
  padding: 0px 0px 24px;
}

.hospital-analytics .facility_analytics_charts_title h3 {
  margin: 0px 0px 18px;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.analytics_card {
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  padding: 14px 7px;
}

.analytics_card h2 {
  font-size: 18px;
}

.hospital-analytics .facility_analytics_charts {
  padding: 5px 15px;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  background-color: #ffffff;
}

.hospital-analytics .facility_analytics_charts canvas {
  height: 270px !important;
}

.hospital-analytics .patient_analytics_tables {
  max-height: 290px;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  background-color: #ffffff;
}

.hospital-analytics .facility_analytics_table_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hospital-analytics .facility_analytics_table_title h3 {
  margin: 0px 20px 10px 0px;
  font-size: 22px;
  font-weight: 300;
}

.hospital-analytics .patient_analytics_tables table {
  border-top: 0px !important;
}

.hospital-analytics .patient_analytics_table_bottom {
  padding-bottom: 0px !important;
}

.chat_scroll {
  overflow: hidden !important;
}

.hospital-analytics .patient_analytics_tables table .dropdown a::after {
  content: "";
  display: none;
}

.hospital-analytics .analytics_main_title {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}

.add_photo_profile {
  display: flex;
}

.add_photo_profile .photo_profile_place {
  width: 60px;
  height: 40px;
  border-radius: 10px;
}

.add_photo_profile .photo_profile_place img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.add_photo_profile .add_pro_picture {
  margin-left: 20px;
}

.add_photo_profile .add_pro_picture h3 {
  font-size: 15px;
  font-weight: 400;
  margin: 5px 0px;
}

.add_photo_profile .add_pro_picture span {
  font-size: 12px;
  font-weight: 400;
  color: #02bbae;
}

.doctor_analytics_results .doctor_analytics_main .remove_staff_analytics {
  color: red;
  font-size: 21px;
}

.doctor_analytics_results .doctor_analytics_main .remove_staff_analytics {
  background-color: #fff;
  border: none;
}

.doctor_analytics_results .doctor_analytics_main .remove_staff_analytics i {
  color: red;
  font-size: 21px;
}

.pharmacy_main .heading {
  margin-bottom: 15px;
}

.pharmacy_main .pharmacy_input {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 16px;
  margin-bottom: 12px;
}

.pharmacy_main .pharmacy_input input {
  width: calc(100% - 140px);
}

.pharmacy_main .pharmacy_input button {
  background-color: #2486dc;
}

.pharmacy_inputmaintable {
  margin-top: 10px;
}

.pharmacy_inputmaintable .pharmacy_table .table_pharmacy {
  width: 100%;
  border-spacing: 0px 8px;
  border-collapse: separate;
  border-top: 1px solid #e8e8e8;
}

.pharmacy_inputmaintable .pharmacy_table .table_pharmacy tr td:last-child,
.pharmacy_inputmaintable .pharmacy_table .table_pharmacy tr th:last-child {
  text-align: center;
}

.pharmacy_inputmaintable .pharmacy_table .table_pharmacy tr td:first-child {
  border-radius: 0px 6px 6px 0px;
  border-left: 1px solid #eeeeee;
  padding: 16px 10px;
}

.pharmacy_inputmaintable .pharmacy_table .table_pharmacy tr td:last-child {
  border-radius: 0px 6px 6px 0px;
  border-right: 1px solid #eeeeee;
  padding: 16px 0px 16px 0px;
}

.pharmacy_inputmaintable .pharmacy_table .table_pharmacy tr th {
  border: none;
  color: #b0bcbb;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 7px 10px;
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.pharmacy_inputmaintable .pharmacy_table .table_pharmacy tr td {
  font-size: 13px;
  padding: 16px 10px;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  vertical-align: middle;
  height: 70px;
}

.pharmacy_main .pharmacy_aboutsection {
  margin: 15px 0px;
}

.pharmacy_main .pharmacy_aboutsection .pharmacy_abouttitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pharmacy_main .pharmacy_aboutsection .pharmacy_abouttitle h2 {
  font-size: 25px;
  margin: 0px 0px 10px;
  font-weight: 500;
  color: #02bbae;
}

.pharmacy_main .pharmacy_aboutsection label {
  font-size: 15px;
  margin: 0px;
}

.pharmacy_main .pharmacy_aboutsection p {
  font-size: 15px;
  margin: 15px 0px 0px;
  color: #585858;
}

.pharmacy_main .pharmacy_sectioncontain {
  margin: 20px 0px;
}

.pharmacy_main .pharmacy_sectioncontain .sectioncontain_title {
  /* margin: 0px 0px 30px; */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.pharmacy_main .pharmacy_sectioncontain .sectioncontain_title .angle_down {
  width: 18px;
  transition: all 0.5s;
}

.pharmacy_main .pharmacy_sectioncontain .sectioncontain_title .angle_down img {
  width: 100%;
  height: 100%;
}

.pharmacy_main .pharmacy_sectioncontain .sectioncontain_title h2 {
  /* margin: 30px 0px 0px; */
  font-size: 18px;
  font-weight: 400;
  color: #14b0a6;
}

.pharmacy_main .pharmacy_sectioncontain .pharmacy_accordion {
  /* border-bottom: 1px solid #ccc; */
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  margin-bottom: 15px;
}

.pharmacy_main .pharmacy_sectioncontain .sectioncontain_btn {
  margin-bottom: 30px;
  padding: 15px;
}

.pharmacy_main .pharmacy_sectioncontain .sectioncontain_btn button {
  padding: 8px 15px;
  border: 1px solid #dde3e6;
  color: #000;
  font-size: 16px;
  margin-right: 10px;
}

.pharmacy_main .pharmacy_sectioncontain .sectioncontain_btn .pharmacy_add_hmo {
  border: 1px solid #1ea9a1;
  color: #fff;
  font-size: 16px;
  padding: 12px 23px;
  border-radius: 6px;
  cursor: pointer;
  background-color: #02bbae;
}

.pharmacy_main .pharmacy_sectioncontain .sectioncontain_btn .selected_btn_pharmacy {
  background: #e8f6ed;
  border: 2px solid #0c8281;
}

.sectioncontain_title:not(.collapsed) .angle_down {
  transform: rotate(180deg);
}

.pharmacy_description {
  background-color: white;
  padding: 15px;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
}

.pharmacy_description h5 {
  color: #14b0a6;
}

.pharmacy_description p {
  color: #473f38;
  font-weight: 300;
}

.medical_inpatient_menu {
  padding: 15px 30px;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
}

.medical_inpatient_menu .addReacord {
  font-size: 16px;
  font-weight: 500;
}

.medical_inpatient .mainrightsection {
  padding: 50px 25px;
}

.medical_inpatient .mainrightsection .sectionTitle h2 {
  font-size: 21px;
  color: #01bbae;
  font-weight: 500;
  margin: 0px 0px 40px 15px;
}

.medical_inpatient .mainrightsection .vitals_ttlelabel {
  font-size: 16px;
}

.medical_inpatient .mainrightsection .Reviewsection {
  padding: 35px 0px;
  margin: 25px 0px;
  border-top: 1px solid #ccc;
}

.medical_inpatient .mainrightsection .Reviewsection .reviwbtnsection {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 20px;
}

.medical_inpatient .mainrightsection .Reviewsection .reviwbtnsection .btnreview a {
  font-weight: 500;
  font-size: 14px;
  background: none;
  border: 1px solid #16bbae;
  padding: 9px 19px;
  cursor: pointer;
  color: #16bbae;
  border-radius: 6px;
  outline: none;
  transition: all 0.3s;
}

.medical_inpatient .mainrightsection .Reviewsection .reviwbtnsection .btnreview a:hover {
  background: #16bbae;
  color: #fff;
}

.mainrightsection .reviewArea {
  margin: 40px 0px 0px;
}

.reviewArea .areaTitle {
  font-size: 16px;
}

.reviewArea .areatext {
  gap: 20px;
}

.medical_inpatient .right_medical_inpatient {
  padding: 30px 0px 0px;
}

/* .medical_inpatient .right_medical_inpatient .backright{
	background: #01bbae;
	color: #fff;
	font-size: 16px;
    font-weight: 500;
} */
.medical_inpatient .inpatient_record_list ul {
  overflow: hidden;
  height: 644px;
  overflow-y: scroll;
  width: initial;
}

.inpatient_record_list_table .record_list_table {
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
}

.inpatient_record_list_table .record_list_table tr th {
  font-size: 15px;
  font-weight: 500;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
}

.inpatient_record_list_table .record_list_table tr td {
  font-size: 15px;
  font-weight: 400;
  padding: 12px 20px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
}

.edit_medical_inpatient .right_medical_inpatient {
  padding: 30px 0px 0px;
}

.edit_medical_inpatient .mainrightsection {
  padding: 50px 25px;
}

.edit_medical_inpatient .mainrightsection .sectionTitle h2 {
  font-size: 21px;
  color: #01bbae;
  font-weight: 500;
  margin: 0px 0px 40px 15px;
}

.edit_medical_inpatient .mainrightsection .vitals_ttlelabel {
  font-size: 16px;
}

.edit_medical_inpatient .mainrightsection .Reviewsection {
  padding: 35px 0px;
  margin: 25px 0px;
  border-top: 1px solid #ccc;
}

.edit_medical_inpatient .mainrightsection .Reviewsection .reviwbtnsection {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 20px;
}

.edit_medical_inpatient .mainrightsection .Reviewsection .reviwbtnsection .btnreview a {
  font-weight: 500;
  font-size: 14px;
  background: none;
  border: 1px solid #16bbae;
  padding: 9px 19px;
  cursor: pointer;
  color: #16bbae;
  border-radius: 6px;
  outline: none;
  transition: all 0.3s;
}

.edit_medical_inpatient .mainrightsection .Reviewsection .reviwbtnsection .btnreview a:hover {
  background: #16bbae;
  color: #fff;
}

.select2-dropdown {
  z-index: 999999999 !important;
}

#batchPatientUpload form {
  padding: 15px 0;
}

#add_member .form-group.inputDnD {
  background-color: #f8f8f8;
  padding: 14px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  position: relative;
}

#add_member .form-group.inputDnD img {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
}

#add_member .form-group a {
  text-decoration: underline;
  color: #16bbae;
  font-weight: 700;
}

#add_member .inputDnD .form-control-file {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 125px;
  outline: none;
  visibility: hidden;
  cursor: pointer;
  background-color: #969ea6;
  box-shadow: 0 0 5px solid #969ea6;
  /* background-image: url('../../../images/tariff_upload.png'); */
  z-index: 1;
}

#add_member .inputDnD .form-control-file:before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  width: 100%;
  padding: 4.5em 1.5em 1.5em 1.5em;
  white-space: pre-line;
  opacity: 1;
  visibility: visible;
  text-align: center;
  color: #969ea6;
  border: 2px dashed #969ea6;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: visible;
  background-color: transparent;
  z-index: -1;
}

@media (max-width: 991px) {
  .hospital-analytics .patientssection_chart .patients_totalbox {
    height: auto;
    margin: 15px 0;
    padding: 30px;
  }

  .hospital-analytics .patientssection_chart .patients_totalAppointments {
    height: auto;
  }

  .hospital-analytics .main_search_params .search_params_wrap_main {
    display: block;
  }

  .hospital-analytics .main_search_params .search_params_wrap_main .main_search_params_select {
    margin-top: 15px;
  }

  .hospital-analytics .main_search_params {
    align-items: end;
    flex-flow: wrap;
  }

  .hospital-analytics .facility_analytics_table_title {
    margin: 15px 0px 0px;
  }

  .hospital-analytics .main_search_params .go_clean_btn {
    margin-top: 12px;
  }

  #revanue_chart_colleps_dashboard .total_patients_dashboard,
  #appointment_chart_colleps_dashboard .total_patients_dashboard,
  #revanue_chart_colleps .total_patients,
  #appointment_chart_colleps .total_patients {
    min-height: 120px;
  }

  .patientssection_chart_dashboard .patients_totalbox_dashboard {
    margin: 15px 0;
    height: 160px;
  }
}

@media (max-width: 767px) {
  .hospital-analytics .main_search_params .search_params_wrap_main .main_search_params_select {
    flex-flow: wrap;
  }

  .patientssection_chart_dashboard .patients_totalbox_dashboard {
    height: 220px;
  }

  .pharmacy_inputmaintable .pharmacy_table {
    overflow: auto;
  }

  .pharmacy_inputmaintable .pharmacy_table .table_pharmacy {
    min-width: 675px;
  }
}

@media (max-width: 575px) {
  .hospital-analytics .facility_analytics_charts {
    overflow-x: scroll;
  }

  .hospital-analytics .facility_analytics_charts canvas {
    width: 665px !important;
  }
}

@media (max-width: 425px) {
  .hospital-analytics .main_search_params {
    display: block;
  }

  .hospital-analytics .main_search_params .go_clean_btn {
    margin-top: 15px;
  }

  .hospital-analytics .result_heading h4 {
    text-align: left;
  }

  .hospital-analytics .result_heading .analytics_numbers {
    right: -8%;
  }

  .chart_colleps .chart_title .doctor_daterange_filter_main {
    margin-top: 15px;
  }

  .chart_colleps .card .card-header {
    align-items: baseline !important;
  }

  .chart_colleps .chart_title h2 {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .patients_chart canvas {
    /* width: auto !important; */
    height: auto !important;
  }

  .patients_chart {
    overflow-y: auto;
  }

  .main_message {
    width: 100%;
    right: 0;
    height: 100%;
  }

  .message_mainchat {
    max-height: 800px;
  }

  .live_chat_demo {
    width: 100%;
    height: 960px;
  }

  .live_chat_client {
    height: calc(100vh - 6px);
    max-height: 832px;
  }

  .chat_scroll {
    overflow: hidden !important;
  }
}

.card_start_claim .start_claim_card_box,
.otp_box {
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  padding: 55px 43px;
  border: 3px dashed #329a93;
}

.start_claim_card_box h2,
.otp_box h3 {
  color: #329a93;
  padding-bottom: 11px;
  line-height: 52px;
}

.start_claim_card_box input,
.otp_box input {
  outline: none;
  border: 1px solid #bababa;
  border-radius: 4px;
  margin-bottom: 31px;
  margin-top: 15px;
}

.start_claim_card_box .start_claim_card_bnt,
.otp_box .start_claim_card_bnt {
  background-color: #329a93;
  font-size: 19px;
  padding: 6px 22px;
}

.card h6 {
  color: #329a93;
  font-size: 20px;
}

.inputs input {
  width: 40px;
  padding: 0px;
  height: 40px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.card-2 {
  background-color: #fff;
  padding: 10px;
  width: 350px;
  height: 100px;
  bottom: -50px;
  left: 20px;
  position: absolute;
  border-radius: 5px;
}

.otp_content {
  margin-top: 28px;
}

.otp_content a {
  color: #329a93;
  margin-left: 5px;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #329a93;
}

.validate {
  background-color: #329a93;
  border: 1px solid #329a93;
}

.card_start_claim .card_start_claim_mainsection .card_start_claimcols {
  padding: 15px;
}

.card_start_claim .card_start_claim_mainsection {
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 15px;
  margin-top: 20px;
  padding-bottom: 30px;
}

.card_start_claim .card_start_claim_mainsection .bills_details {
  margin: 5px 0px 30px;
}

.card_start_claim .card_start_claim_mainsection .main_cardsection {
  padding: 15px 0px;
  margin: 0px 0px 0px;
}

.card_start_claim .card_start_claim_mainsection .main_cardsection .input-group {
  margin: 0px 0px 15px;
}

.card_start_claim .card_start_claim_mainsection .main_cardsection .input-group .service_newadd {
  display: none;
}

.card_start_claim .card_start_claim_mainsection .card_table_tariff {
  height: 550px;
  overflow: hidden;
  overflow-y: scroll;
}

.card_start_claim .card_start_claim_mainsection .card_fromsection {
  width: 100%;
  padding: 30px;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 20px;
  background-image: url("../../../images/card_design01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  display: flex;
  gap: 20px;
}

.card_start_claim .card_start_claim_mainsection .card_fromsection .card_total h2 {
  font-size: 35px;
  color: #f5f5f0;
}

.card_start_claim .card_start_claim_mainsection .card_images img {
  width: 100%;
  height: 100%;
}

.card_start_claim .card_start_claim_mainsection .card_fromsection .cardfrom_images {
  width: 75px;
  height: 75px;
  border-radius: 15px;
}

.card_start_claim .card_start_claim_mainsection .card_fromsection .cardfrom_images img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.card_start_claim .card_start_claim_mainsection .card_froms h1 {
  font-size: 26px;
  margin-bottom: 0px;
  color: #2dbcb2;
}

.card_start_claim .card_start_claim_mainsection .card_froms p {
  font-size: 20px;
  margin-bottom: 5px;
  color: #f5f5f0;
}

.card_start_claim .card_start_claim_mainsection .card_froms a {
  font-size: 18px;
  color: #fbf5f5;
}

.card_start_claim .card_start_claim_mainsection .card_froms a:hover {
  text-decoration: none;
}

.card_start_claim .claim_section .card_logoheader {
  width: 150px;
}

.card_start_claim .claim_section .card_logoheader img {
  width: 100%;
  height: 100%;
}

.card_start_claim .card_start_claim_mainsection .tabel_section table {
  width: 100%;
  border-spacing: 0px 8px;
  border-collapse: separate;
  border-top: 1px solid #e8e8e8;
}

.card_start_claim .card_start_claim_mainsection .tabel_section table tr th {
  border: none;
  color: #b0bcbb;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 10px;
  text-transform: uppercase;
}

.card_start_claim .card_start_claim_mainsection .tabel_section table tr td {
  font-size: 13px;
  padding: 16px 10px;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  vertical-align: middle;
  height: 70px;
}

.card_start_claim .card_start_claim_mainsection .tabel_section table tfoot tr td {
  font-size: 18px;
  font-weight: 600;
}

.card_start_claim .card_start_claim_mainsection .footer_chakmarks {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.card_start_claim .card_start_claim_mainsection .footer_chakmarks input {
  width: 20px;
  height: 20px;
}

.card_start_claim .card_start_claim_mainsection .footer_chakmarks p {
  font-size: 18px;
  margin-left: 15px;
  margin-bottom: 0px;
  color: #2dbcb2;
  font-weight: 500;
}

.card_start_claim .card_start_claim_mainsection .claims_btn {
  margin-top: 20px;
  text-align: center;
}

.card_start_claim .card_start_claim_mainsection .card_fromsection .card_froms {
  flex: 1;
}

.card_start_claim .start_claim_height .otp_exit {
  text-decoration: none;
  font-size: 30px;
  color: #16bbae !important;
}

@media (max-width: 1700px) {
  .card_start_claim .card_start_claim_mainsection .card_fromsection .cardfrom_images {
    width: 60px;
    height: 60px;
  }

  .card_start_claim .card_start_claim_mainsection .card_froms h1 {
    font-size: 20px;
  }

  .card_start_claim .card_start_claim_mainsection .card_froms p {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .card_start_claim .card_start_claim_mainsection .card_froms a {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .card_start_claim .card_start_claim_mainsection .tabel_section table {
    min-width: 800px;
  }

  .card_start_claim .card_start_claim_mainsection .tabel_section {
    overflow-x: auto;
  }
}

@media (max-width: 991px) {
  .card_start_claim .card_start_claim_mainsection .card_section .card_images {
    width: 85px;
  }
}

@media (max-width: 767px) {
  .card_start_claim .card_start_claim_mainsection .footer_chakmarks p {
    font-size: 15px;
  }

  .card_start_claim .card_start_claim_mainsection .card_fromsection .card_total h2 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .card_start_claim .card_start_claim_mainsection .main_cardsection .input-group .service_newadd {
    display: flex;
  }

  .card_start_claim .card_start_claim_mainsection .main_cardsection .input-group .service_oldadd {
    display: none;
  }

  .card_start_claim .card_start_claim_mainsection .card_fromsection .card_total h2 {
    font-size: 24px;
  }

  .card_start_claim .card_start_claim_mainsection .card_fromsection {
    padding: 18px 15px;
  }
}

@media (max-width: 485px) {
  .card_start_claim .card_start_claim_mainsection .card_fromsection {
    flex-flow: wrap;
  }

  .card_start_claim .card_start_claim_mainsection .card_fromsection .card_froms {
    flex: none;
  }
}

@media (max-width: 390px) {
  .card_start_claim .card_start_claim_mainsection .card_section .card_images {
    width: 60px;
  }

  .card_start_claim .card_start_claim_mainsection .card_fromsection .cardfrom_images {
    width: 50px;
    height: 50px;
  }

  .card_start_claim .card_start_claim_mainsection .card_bgsection {
    padding: 20px 10px;
  }

  .card_start_claim .card_start_claim_mainsection .card_fromsection {
    gap: 10px;
  }

  .card_start_claim .card_start_claim_mainsection .card_froms h1 {
    font-size: 19px;
  }

  .card_start_claim .card_start_claim_mainsection .card_froms p {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .card_start_claim .card_start_claim_mainsection .footer_chakmarks input {
    width: 30px;
    height: 30px;
  }

  .card_start_claim .card_start_claim_mainsection .claims_btn .btn {
    padding: 7px 23px;
  }

  .card_start_claim .card_start_claim_mainsection .card_fromsection .card_total h2 {
    font-size: 20px;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .card_start_claim .claim_section {
    flex-flow: column-reverse;
    text-align: center;
    gap: 10px;
  }

  .card_start_claim .claim_section h2 {
    line-height: unset;
    font-size: 26px;
  }

  .card_start_claim .claim_input input {
    margin-top: 0px;
  }

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

  .card_start_claim .claim_section .card_logoheader {
    width: 150px;
    margin: auto;
  }
}

@media (max-width: 425px) {
  .inputs input {
    width: 30px;
    height: 30px;
  }

  .otp_content {
    flex-flow: wrap;
  }
}

/* all claims page */
.search-transactionId {
  position: relative;
}

.search-transactionId i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.search-transactionId input {
  padding-left: 30px;
}

.claim-table {
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  padding: 15px;
  border-radius: 19px;
  margin-top: 20px;
}

.claim-table .table tbody tr:hover {
  background-color: rgb(22 187 174 / 10%);
}

.claim-table .table th {
  color: #303030;
  padding: 10px !important;
}

.claim-table .table td {
  padding: 6px 10px !important;
  height: auto;
  background-color: transparent;
}

.claim-table .table td .fa-eye {
  color: #42b117;
  margin-right: 4px;
  font-size: 18px;
}

.claim-table .table td .fa-times {
  color: #9c9c9c;
  margin-right: 4px;
  font-size: 18px;
}

.card_view_claim .claims-detail {
  background-color: #ffffff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  padding: 0 15px;
  border-radius: 19px;
}

.card_view_claim .claims-detail ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* padding: 15px 0; */
}

.card_view_claim .claims-detail ul li {
  padding: 15px;
}

.viewuser_table {
  border-top: 0px !important;
}

.card_view_claim .claims-detail ul li h5 {
  color: #9c9c9c;
  font-size: 18px;
}

.card_view_claim .claims-detail ul li p {
  color: #303030;
  font-size: 18px;
  margin-bottom: 0;
}

.card_view_claim .claims-detail ul li i {
  color: #737373;
  font-size: 22px;
  padding: 0 15px;
}

.card_view_claim .claim-info .title-section h3 {
  color: #16bbae;
  font-weight: 400;
  font-size: 24px;
}

.card_view_claim .claim-info .title-section h5 {
  color: #303030;
  font-weight: 400;
  font-size: 18px;
}

.card_view_claim .claim-info {
  background-color: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  padding: 15px;
  border-radius: 19px;
}

.card_view_claim #claims-tabContent #view_claims-home {
  height: auto;
  max-height: 185px;
  overflow: hidden;
  position: relative;
  overflow-y: scroll;
}

.card_view_claim #claims-tabContent #claims-home {
  height: auto;
  max-height: 298px;
  overflow: auto;
  position: relative
    /* height: 200px; */
}

/* .card_view_claim .tab-content .tab-pane {
  position: relative;
  overflow-y: scroll;
  height: 200px;
  height: 185px;
 overflow: hidden;
} */
.card_view_claim .inputDnD {
  border: 2px dashed #969ea6;
}

.card_view_claim .inputDnD {
  background-color: #f8f8f8;
  height: 125px;
  border-radius: 4px;
  position: relative;
}

.card_view_claim #save_file_view_claim .form-group {
  margin-bottom: 1rem;
}

.card_view_claim #save_file_view_claim .form-group input {
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  right: 0;
  top: 0;
  opacity: 0;
}

.card_view_claim #save_file_view_claim .inputDnD .fileContent {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.fileContent {
  font-size: 20px;
  font-weight: bold;
  color: #969ea6;
}

.card_view_claim #claims-contact .form-group img {
  width: 50px;
  height: 50px;
}

.card_view_claim #save_file_view_claim.form-group label {
  display: block;
}

.card_view_claim #save_file_view_claim .upload_btn {
  justify-content: center;
  display: flex;
}

.card_view_claim .nav-link.active {
  color: #16bbae;
  border-bottom: 1px solid #16bbae;
}

.card_view_claim .nav-link {
  color: #505050;
  border-bottom: 1px solid #505050;
}

.card_view_claim .title-section h5 {
  /* color: #16bbae; */
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0px;
}

.card_view_claim .overview-detail {
  background-color: #ffffff;
  /* box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%); */
  /* border-radius: 19px; */
  padding: 15px;
}

.tagify__dropdown {
  z-index: 99999999999;
  width: 38% !important;
}

.card_view_claim .overview-detail h5 {
  color: #9c9c9c;
  font-size: 16px;
}

.card_view_claim .overview-detail p {
  color: #303030;
  font-size: 16px;
  margin-bottom: 0;
}

.overview-detail .table thead {
  background-color: #f8f7fc;
}

.overview-detail .table th {
  font-size: 16px;
  color: #303030;
  padding: 10px !important;
}

.overview-detail .table td {
  font-size: 16px;
  padding: 6px 10px !important;
  height: auto;
  background-color: transparent;
}

.status-tab {
  background-color: #ffffff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 19px;
  padding: 15px;
}

.main_div  .company_details .company-status-tab {
  background-color: #ffffff;
  border-radius: 19px;
}

.company-status-tab .nav-link {
  color: #505050;
  border-bottom: 1px solid #505050;
}

.company-status-tab .nav-link.active {
  color: #16bbae;
  border-bottom: 1px solid #16bbae;
  margin-top: 0px;
}



.status-tab #pills-contact {
  height: auto;
  max-height: 450px;
  overflow: hidden;
  position: relative;
  overflow-y: scroll;
}

.status-tab .nav-link {
  color: #505050;
  border-bottom: 1px solid #505050;
}

.status-tab .nav-link.active {
  color: #16bbae;
  border-bottom: 1px solid #16bbae;
  margin-top: 0px;
}

.status-content {
  display: flex;
}

.status-time {
  padding-right: 16px;
}

.status-rounder {
  position: relative;
  display: block;
  margin-top: 2px;
}

.status-rounder i {
  font-size: 20px;
}

.status-line,
.experience__line {
  display: block;
  width: 1px;
  height: 80%;
  border-left: 1px dashed #707070;
  margin: 0 auto;
  transform: translate(7px 0);
}

.status-type h3 {
  font-size: 20px;
  color: #303030;
}

.card_view_claim #pills-profile .plus_icon {
  cursor: pointer;
}

.card_view_claim #pills-profile .plus_icon i {
  font-size: 18px;
  font-weight: bold;
  color: #01bbae;
}

.card_view_claim #pills-contact .plus_icon {
  cursor: pointer;
}

.card_view_claim #pills-contact .plus_icon i {
  font-size: 18px;
  font-weight: bold;
  color: #01bbae;
}

.card_view_claim #pills-profile .form-group {
  display: flex;
  align-items: center;
}

.card_view_claim #pills-profile .form-group a {
  padding-left: 10px;
}

.card_view_claim #pills-profile .form-group i {
  font-weight: 700;
  font-size: 24px;
}

.help-desk {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 15%);
  padding: 8px;
  cursor: pointer;
}

.rhsc_overdraft_main .search-overdraft {
  position: relative;
}

.rhsc_overdraft_main .search-overdraft i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.rhsc_overdraft_main .search-overdraft input {
  padding-left: 30px;
}


.search_transaction_activity_main .search_transaction_activity {
  position: relative;
}

.search_transaction_activity_main .search_transaction_activity i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.search_transaction_activity_main .search_transaction_activity input {
  padding-left: 30px;
}



.medical_claim .mainrightsection {
  padding: 50px 25px;
}

.medical_claim .mainrightsection .sectionTitle h2 {
  font-size: 21px;
  color: #01bbae;
  font-weight: 500;
  margin: 0px 0px 40px 15px;
}

.medical_claim .mainrightsection .vitals_ttlelabel {
  font-size: 16px;
}

.medical_claim .mainrightsection .Reviewsection {
  padding: 35px 0px;
  margin: 25px 0px;
  border-top: 1px solid #ccc;
}

.medical_claim .mainrightsection .Reviewsection .reviwbtnsection {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 20px;
}

.medical_claim .mainrightsection .Reviewsection .reviwbtnsection .btnreview a {
  font-weight: 500;
  font-size: 14px;
  background: none;
  border: 1px solid #16bbae;
  padding: 9px 19px;
  cursor: pointer;
  color: #16bbae;
  border-radius: 6px;
  outline: none;
  transition: all 0.3s;
}

.medical_claim .mainrightsection .Reviewsection .reviwbtnsection .btnreview a:hover {
  background: #16bbae;
  color: #fff;
}

.mainrightsection .reviewArea {
  margin: 40px 0px 0px;
}

.reviewArea .areaTitle {
  font-size: 16px;
}

.reviewArea .areatext {
  gap: 20px;
}

.medical_claim .right_medical_inpatient {
  padding: 30px 0px 0px;
}

/* .medical_inpatient .right_medical_inpatient .backright{
	background: #01bbae;
	color: #fff;
	font-size: 16px;
    font-weight: 500;
} */
.medical_claim .inpatient_record_list ul {
  overflow: hidden;
  height: 644px;
  overflow-y: scroll;
  width: initial;
}

.companydetails .company-heade {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  position: relative;
}

.company-table {
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  padding: 15px;
  border-radius: 19px;
  margin-top: 20px;
}

.company-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  max-height: 670px;
}

.company-table .table th {
  font-size: 16px;
  color: #303030;
  padding: 10px !important;
}

.table thead tr th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.company-table .table {
  border-top: none;
}

.ACTIVE {
  margin-top: 2px;
}

.table th:last-child {
  text-align: center;
}

.companydetails .option {
  display: flex;
  justify-content: center;
  align-items: center;
}

#search_rhsc_member {
  width: 100%;
  padding: 10px;
  text-indent: 30px;
}

#search_rhsc_member_div {
  width: 100%;
  margin-bottom: 10px;
}

#search_rhsc_member_icon {
  position: absolute;
  padding: 10px;
  min-width: 40px;
}

.card_view_claim #save_claim_task .form-group,
.card_view_claim #save_claim_notes .form-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.card_view_claim #save_claim_task .form-group .notes_claim,
.card_view_claim #save_claim_notes .form-group .notes_claim {
  width: 100%;
  position: relative;
  background-color: #f5f7f9;
  opacity: 1;
  padding: 13px 15px;
  font-size: 15px;
  box-shadow: inset 0px 1px 3px -1px rgb(0 0 0 / 22%);
  border: 1px solid #dddddd;
  border-radius: 6px;
  border-color: #dddddd;
  color: #353638;
  font-weight: 300;
}

.card_view_claim #save_claim_task .form-group .notes_claim textarea,
.card_view_claim #save_claim_notes .form-group .notes_claim textarea {
  resize: none;
  /* width: 375px;
	min-height: 75px; */
  padding: 0px 5px 0px 0px;
  overflow: auto;
  margin-right: 9px;
  box-sizing: border-box;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

/* width */
.card_view_claim #save_claim_task .form-group .notes_claim textarea::-webkit-scrollbar,
.card_view_claim #save_claim_notes .form-group .notes_claim textarea::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.card_view_claim #save_claim_task .form-group .notes_claim textarea::-webkit-scrollbar-track,
.card_view_claim #save_claim_notes .form-group .notes_claim textarea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.card_view_claim #save_claim_task .form-group .notes_claim textarea::-webkit-scrollbar-thumb,
.card_view_claim #save_claim_notes .form-group .notes_claim textarea::-webkit-scrollbar-thumb {
  background: rgb(56, 56, 56);
  border-radius: 10px;
}

.input-fild {
  flex: 1 1 auto;
  margin-right: 17px;
}

.close-icon {
  position: absolute;
  right: 4px;
  top: 1px;
}

/* Handle on hover */
.card_view_claim #save_claim_task .form-group .notes_claim textarea::-webkit-scrollbar-thumb:hover,
.card_view_claim #save_claim_notes .form-group .notes_claim textarea::-webkit-scrollbar-thumb:hover {
  background: #1a1a1a;
}

.card_view_claim #save_claim_task .form-group .notes_claim input,
.card_view_claim #save_claim_notes .form-group .notes_claim input {
  border: none;
  width: 91px;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  background-color: transparent;
  color: #353638c9;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.card_view_claim #save_claim_task .form-group .notes_claim input[type="date"]::-webkit-inner-spin-button,
.card_view_claim #save_claim_notes .form-group .notes_claim input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  font-family: "Rubik", sans-serif;
  display: none;
  -webkit-appearance: none;
}

.card_view_claim #save_claim_task a,
.card_view_claim #save_claim_notes a {
  font-size: 24px;
}

/* .card_start_claim_mainsection .main_cardsection .cardclear {
  min-width: 152px;
  height: 40px;
}
.card_start_claim_mainsection .main_cardsection .clear {
  min-width: 152px;
  height: 40px;
}
@media (min-width: 1px) and (max-width: 321px) {
  .card_start_claim_mainsection .main_cardsection .clear {
    min-width: 85px;
    height: 40px;
  }
} */





#added_bill_model.sub-heading {
  font-weight: 300;
}

#added_bill_model .selected_btn_pharmacy {
  background: #e8f6ed;
  border: 2px solid #0c8281;
}

#added_bill_model .sectioncontain_btn button {
  padding: 8px 15px;
  /* border: 1px solid #dde3e6; */
  color: #000;
  font-size: 16px;
  margin-right: 10px;
}

#added_bill_model .Quantity h5 {
  font-size: 20px;
  color: #353638;
  font-family: Rubik;
  text-align: center;
  width: 100px;
}

#added_bill_model .Quantity input {
  padding: 8px 15px;
  color: #000;
  font-size: 16px;
  background: #f7f7f7;
  border-radius: 6px;
  width: 100px;
}

#submit-rhsc-modal .billing_person {
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}

@media (min-width: 1px) and (max-width: 768px) {
  .billing_person .bill_person {
    text-align: center;
  }
}

@media (min-width: 1px) and (max-width: 768px) {
  #submit-rhsc-modal .billing_person .separator {
    display: none;
  }
}

#submit-rhsc-modal .billing_person .separator {
  height: 80px;
}

#submit-rhsc-modal .billing_person .separator #submit-rhsc-modal .billing_person .bill_person h6 {
  margin-top: 30px;
  margin-bottom: 0px;
}

#submit-rhsc-modal .billing_person button {
  height: 45px;
}

#submit-rhsc-modal .modal-body {
  padding: 25px 30px 0px;
}

#submit-rhsc-modal .action_box {
  margin-right: 0;
}

#submit-rhsc-modal .amount {
  border-bottom: 1px solid #e1e1e1;
}

#submit-rhsc-modal .amount .action {
  padding: 12px 50px;
  margin-bottom: 20px;
}

#submit-rhsc-modal .footer_chakmarks input {
  height: 16px;
  width: 16px;
}

#submit-rhsc-modal .footer_chakmarks label {
  font-size: 20px;
  color: #2dbcb2;
  margin-left: 10px;
}

@media (min-width: 1px) and (max-width: 768px) {
  #submit-rhsc-modal .footer_chakmarks label {
    font-size: 12px;
  }
}

#submit-rhsc-modal .bill_person {
  margin-bottom: 17px;
}

#View_bill_list table tr th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

#Claim-submit-modal {
  overflow-y: auto;
}

#Claim-submit-modal .bill_person h3 {
  font-size: 17px;
}




.servicebill .tabbar.active {
  color: #16bbae;
  border-bottom: 1px solid #16bbae;
  font-size: 17px;
}

.servicebill .tabbar {
  color: #505050;
  font-size: 17px;
  border-bottom: 1px solid #505050;
}


#SelectTatiffQty .quantity_service input {
  padding: 8px 15px;
  color: #000;
  font-size: 20px;
  background: #f7f7f7;
  border-radius: 6px;
  width: 150px;
  border: 1px solid #989898;
}

#SelectTatiffQty .quantity_service h5 {
  font-size: 20px;
  color: #353638;
  font-family: Rubik;
  text-align: center;
  width: 100px;
}
#IncomingSelectTatiffQty .quantity_service input {
  padding: 8px 15px;
  color: #000;
  font-size: 20px;
  background: #f7f7f7;
  border-radius: 6px;
  width: 150px;
  border: 1px solid #989898;
}

#IncomingSelectTatiffQty .quantity_service h5 {
  font-size: 20px;
  color: #353638;
  font-family: Rubik;
  text-align: center;
  width: 100px;
}

.manage_rhsc_user_main .datail-card {
  background: #fff;
  padding: 9px 45px;
  border-radius: 21px;
  box-shadow: 2px 1px 18px -14px #353535;
}

.manage_rhsc_user_main .border_view_rhsc {
  border-bottom: 1px solid #e9e9e9;
}
.manage_rhsc_user_main .table th:first-child {
  padding: 7px 10px 7px 10px !important;
}
.manage_rhsc_user_main .table th {
  border: none;
  color: #303030;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 7px 10px;
}






 .manage_rhsc_user_main .claim-table .table td {
  padding: 6px 10px !important;
  height: auto;
  background-color: transparent;
}
 .manage_rhsc_user_main .table td:first-child {
  border-radius: 6px 0 0 6px;
  border-left: 1px solid #eeeeee;
  padding: 16px 10px 16px 30px;
}
 .manage_rhsc_user_main .table td {
  font-size: 13px;
  padding: 16px 10px;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  vertical-align: middle;
  height: 70px;
}


i.fa.fa-pencil-square-o {
  font-size: 38px;
  color: rgb(53 185 174 / 1);
  font-weight: 500;
  text-decoration: none;
}

.submenu .padding_left{
  padding-left: 20px;
}

.submenu .padding_left li{
  list-style: none;
}

.submenu .padding_left a {
  color: none !important;
  font-weight: 500;
}

.datail-card {
  background: #fff;
  padding: 9px 45px;
  border-radius: 21px;
  box-shadow: 2px 1px 18px -14px #353535;
}

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

.card_start_claim .basic_account p{
  margin-right: 10px;
  margin-bottom: 0px !important;
}

.card_start_claim .basic_account .btn-sm {
  padding: 5px 19px;
}

.card_start_claim_mainsection .card_total{
  text-align: center;
}
 
.card_start_claim .item_desspision{
  border: 1px solid green;
  border-radius: 25px;
  padding: 5px;
  margin-left: 10px;
  color: green;
}

.card_start_claim .item_desspision h6{
  margin-bottom: 0px;
  font-size: 13px;
}

.view_user_confomation .view_user span img{
  width: 98px;
  height: 98px;
  display: inline-block;
    border-radius: 50%;
    background-color: #d6d9da;
    background-size: cover;
    background-position: center center;
    margin-right: 10px;
    min-width: 32px;
}

.view_user_confomation .border_top{
  border-top: 1px solid #e9e9e9;
}

.view_user_confomation .card{
  border: none;
}

.view_user_confomation .form_title h2 {
  margin-bottom: 0px;
}

.view_user_confomation .form_title {
  padding: 0px;
}

.view_user_confomation .card-header{
  background-color: #ffffff;
  border-bottom: none;
}

.view_user_confomation .card {
  border: none;
}

.view_user_confomation .border_top {
  border-top: 1px solid #e9e9e9;
}

.view_user_confomation .form_title h2 {
  font-size: 18px;
  font-weight: 400;
  color: #14b0a6;
}

#heading_account .down_angle:not(.collapsed) {
  transform: rotate(180deg);
}

.view_user_confomation .datail-card {
  box-shadow: none;
}

.view_user_confomation .form-group {
  align-items: center;
}

.view_user_confomation .col-form-label {
  padding: 0px;
}

.view_user_confomation #profile_birth_date{
  pointer-events: none;
}

#submit-rhsc-modal .input-group{
  width: 27% !important;
}

#submit-rhsc-modal .bo-radius{
  border-radius: 0px 6px 6px 0px;
}

#submit-rhsc-modal .input-group-text{
  height: 40px;
  width: 75px;
}

#submit-rhsc-modal .form-control{
  padding: 7px 15px;
}

.top_up_box_main h2{
  color: #329a93;
  padding-bottom: 11px;
  line-height: 52px;
  text-align: center;
}

.top_up_box_main .top_up_card_box {
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 0.428rem;
  padding: 0px 43px;
  border: 3px dashed #329a93;
}


.top_up_box_main input {
  outline: none;
  border: 1px solid #bababa;
  border-radius: 4px;
  margin-bottom: 31px;
  margin-top: 15px;
}

.top_up_box_main .top_up_card_box_btn
{
  font-size: 19px;
  padding: 11px 42px 5px 28px;
  margin: 0px 0px 26px 0px;
  text-align: center;
}
.top_up_box_main .checkrhsc_btn
{
  font-size: 19px;
  padding: 11px 42px 5px 28px;
  margin: 0px 0px 26px 0px;
  text-align: center;
}
.top_up_box_main .user_reset_btn
{
  font-size: 19px;
  padding: 11px 42px 5px 28px;
  margin: 0px 0px 26px 0px;
  text-align: center;
}
.top_up_box_main .user_confirm_btn
{
  font-size: 19px;
  padding: 11px 42px 5px 28px;
  margin: 0px 0px 26px 0px;
  text-align: center;
}

.top_up_box_main .alert-danger-outline {
    margin: 23px 0px 0px 0px;
    color: #ee5a5a;
    background-color: transparent;
    border-color: #ee5a5a;
}


#facility_upgare_user_modal .alert-danger-outline-start_claim_danger_box{
  color: #ee5a5a;
  background-color: transparent;
  border-color: #ee5a5a;
  margin: 0px 31px 0px 26px;
}


.list.active_link{
  color: #02bbae;
  font-weight: 500;
}


.hr_salary_option{
  background-color: #01bbae;
  width: 111px;
  justify-content: center;
  border-radius: 0px 6px 6px 0px;
  height: 50px;
}

.card_start_claim .charges_view_bill_table tbody tr td:nth-child(6){
  display: block !important
}

.tarrif_button {
  width: 150px;
}

.inventory_button {
  width: 150px;
}

.start_claim_height .card_table_tariff .dropdown img {
  margin-top: 12px;
}

.rebet_discount_amount {
  padding: 7px 20px 7px 20px;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    border-radius: 0.428rem;
    display: flex;
}






.memberfildset
{
  border: 2px solid silver;
padding: 0 12px;
 padding-top: 5.60px !important;
 padding-bottom: 10px !important;
}
.action_patients
{
  border-radius: 4px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.14);
  background: linear-gradient(to bottom, #02bbae 0%, #1fa8a0 100%) !important;
  color: #fff;
  width: 150px;
  margin-bottom: 10px;
  padding: 10px 10px;
  word-wrap: normal;
  height: 101px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.action_patients:hover
{
  color: #fff;
  text-decoration: none;
}


.merchant_topup_main .btn-group
{
    width:100%;
}
.merchant_topup_main .multiple-checkboxes_dropdon .btn {
    border-color: #dddddd;
    background: linear-gradient(to bottom, #02bbae 0%, #1fa8a0 100%);
    width: 100% !important;
}
.merchant_topup_main .dropdown-menu
{
    width: 100%;
    padding-left: 20px;
}
.merchant_topup_main .dropdown-menu li a
{
    color: #000;
    margin-left: 20px;
    display: block;
}


.summary_transaction_main .btn-group
{
    width:100%;
}
.summary_transaction_main .multiple-checkboxes_dropdon .btn {
    border-color: #dddddd;
    background: linear-gradient(to bottom, #02bbae 0%, #1fa8a0 100%);
    width: 100% !important;
}
.summary_transaction_main .dropdown-menu
{
    width: 100%;
    padding-left: 20px;
}
.summary_transaction_main .dropdown-menu li a
{
    color: #000;
    margin-left: 20px;
    display: block;
}
.summary_approved_claim_main .btn-group
{
    width:100%;
}
.summary_approved_claim_main .multiple-checkboxes_dropdon .btn {
    border-color: #dddddd;
    background: linear-gradient(to bottom, #02bbae 0%, #1fa8a0 100%);
    width: 100% !important;
}
.summary_approved_claim_main .dropdown-menu
{
    width: 100%;
    padding-left: 20px;
}
.summary_approved_claim_main .dropdown-menu li a
{
    color: #000;
    margin-left: 20px;
    display: block;
}
.summary_payment_main .btn-group
{
    width:100%;
}
.summary_payment_main .multiple-checkboxes_dropdon .btn {
    border-color: #dddddd;
    background: linear-gradient(to bottom, #02bbae 0%, #1fa8a0 100%);
    width: 100% !important;
}
.summary_payment_main ul li
{
  padding-left: 0px !important;
}
.summary_payment_main .dropdown-menu
{
    width: 100%;
    padding-left: 20px;
}
.summary_payment_main .dropdown-menu li a {
  color: #000;
  margin-left: 20px;
  display: block;
}
.summary_payment_main .dropdown-menu li a:hover
{
  background-color: transparent;
}
.summary_payment_main .multiselect-container .multiselect-all
{
padding-left: 0 !important;
}
.summary_payment_main .dropdown-menu li a
{
    color: #000;
    display: block;
}

.filter_main {
  border-right: 2px solid silver;
  padding-right: 20px;
  min-height: calc(100vh - 190px);
}
.summary_payment_main .dropdown-toggle-btn
{
  border-color: #dddddd;
  background: linear-gradient(to bottom, #02bbae 0%, #1fa8a0 100%);
  width: 100% !important;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 23px;
  padding-right: 23px;
  border: none;
  border-radius: 4px;
  color: white;
}

.filter_box{
  margin-top: 10px;
}
.filter_box h5{
    font-size: 17px;
    margin-bottom: 0px;
    color: #fff;
    margin-top: 0;
    font-weight: 500;
  }

  .filter_box h4{
    margin-top: 5px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
  }
  .white-hr {
    border: none;
    height: 1px;
    background-color: white;
    margin: 2px; 
    margin-bottom: 5px;
    
  }

  .summary_transaction_main .dropdown-toggle-btn
{
  border-color: #dddddd;
  background: linear-gradient(to bottom, #02bbae 0%, #1fa8a0 100%);
  width: 100% !important;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 23px;
  padding-right: 23px;
  border: none;
  border-radius: 4px;
  color: white;
}

.merchant_topup_main .dropdown-toggle-btn
{
  border-color: #dddddd;
  background: linear-gradient(to bottom, #02bbae 0%, #1fa8a0 100%);
  width: 100% !important;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 23px;
  padding-right: 23px;
  border: none;
  border-radius: 4px;
  color: white;
}

.summary_transaction_main .searchBarTariffItem
{
  height: 10px;
}
#UserShowConfirmation .user_con
{
  border: #1a1a1a solid 1px;
  border-radius: 7px;
  padding: 10px 20px;
}
#UserShowConfirmation .user_con .cardfrom_images
{
  width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}
#UserShowConfirmation .user_con .cardfrom_images img
{
  width: 100%;
}
#UserShowConfirmation .user_con .user_details
{
display: flex;
flex-direction: column;
gap: 10px;
padding-left: 40px;
border-left: 1px solid black;
}
#UserShowConfirmation .user_con .user_details input
{
  width: 230px;
  padding: 4px 8px !important;
  margin-top: 10px;
}
#UserShowConfirmation .user_con .user_first
{
  font-size: 20px;
  margin-bottom: 0px;
}

#UserShowConfirmation .user_con .user_lastname
{
  font-size: 20px;
  margin-bottom: 0px;
}

#UserShowConfirmation .user_con .user_phonenumber
{
  font-size: 16px;
  margin-bottom: 0px;
  color: #16bbae;
}

#UserShowConfirmation .user_con .user_birthday
{
  font-size: 16px;
  margin-bottom: 0px;
  color: #16bbae;
}
#UserShowConfirmation .user_con .user_bloodgroup
{
  font-size: 16px;
  margin-bottom: 0px;
  color: #16bbae;
}


#UserShowConfirmation .user_con .user_blood
{
  font-size: 20px;
  margin-bottom: 0px;
}


#UserShowConfirmation .user_con .user_phoner
{
  font-size: 20px;
  margin-bottom: 0px;
}
#UserShowConfirmation .user_con .user_registerDate
{
  font-size: 20px;
  margin-bottom: 0px;
}

#UserShowConfirmation .user_con .user_date
{
  font-size: 20px;
  margin-bottom: 0px;
}


#UserShowConfirmation .user_con .action
{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  margin-top: 30px;
}
#ShowuserCart .action
{
  padding: 0;
  box-shadow:none;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#UserPayConfirmation .user_details
{
  border: 1px solid #131313;
  width: 50%;
  padding: 10px;
  border-radius: 7px;
  width: 100%;
}

#UserPayConfirmation .user_details .user
{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px; 
  /* border-bottom: 1px solid #131313; */
  padding-top: 20px;
}
#UserPayConfirmation .user_details :nth-last-child(1)
{
  border-bottom: 0;
}
#UserPayConfirmation .user_details .user h2
{
  font-size: 15px;
  font-weight: 500;
  width: 150px;
  text-align: left;
  margin-bottom: 0;
}
#UserPayConfirmation .user_details .user h3
{
  font-size: 14px;
  font-weight: 600;
  min-width: 70px;
  margin-bottom: 0;
}
#UserPayConfirmation .user_details .action
{
  padding: 0;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
    background-color: transparent !important;
}
#ShowuserCart .quantity div
{
  width: 70px;
  height: 30px;
  border: 1px solid gray;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ShowuserCart .quantity button
{
  width: 40px;
  height: 30px;
  background-color: transparent;
  border: none;
  font-size: 20px;
}
 .box_custom_border
{
  border: #1a1a1a solid 1px;
    border-radius: 7px;
    padding: 10px 20px;
}


.modal-title {
  color: #1ea9a1;
}
#ShowuserCart .table
{
  height: 600px !important;
  overflow-y: scroll;
}

.history_main{
  margin-bottom: 0 !important;
}
/* custom radio */
.container-check {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #01bbae;
}
.container-check input:checked ~ .checkmark {
  background-color: #01bbae;
}
.container-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-check input:checked ~ .checkmark:after {
  display: block;
}
.container-check .checkmark:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
	border-radius: 50%;
	background: white;
}
.check_main{
  gap: 32px;
}
.history_main{
  border: 1px solid #e5e3e3;
  background: #fff;
  border-radius: 10px;
}
.history_main .border-bottom{
  border-bottom: 1px solid #e5e3e3;
}

.count_appointment {
  margin-right: 8px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 25px;
}
.table tr.is_born td {
  background-color: #ddefff;
  border-color: #9cc9ff;
}