@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-solid-straight/css/uicons-solid-straight.css");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-solid-straight/css/uicons-solid-straight.css");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-rounded/css/uicons-regular-rounded.css");

body * {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.4s all;
}

body {
  /* overflow-x: hidden; */
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  position: relative;
  min-height: 100vh;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  /* font-weight: bold; */
  /* overflow-y: hidden; */
}

html {
  overflow-x: hidden;
}

li:not(.note-editable ol li):not(.note-editable ul li) {
  list-style: none;
}

.note-editor .dropdown-toggle::after {
  all: unset;
}

.note-editable ul {
  list-style-position: inside;
}
.note-editable ol {
  list-style-position: inside;
}

.note-editor .note-dropdown-menu {
  box-sizing: content-box;
}

.note-editor .note-modal-footer {
  box-sizing: content-box;
}

figure {
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* ::-webkit-scrollbar{
    width: 9px;
}

::-webkit-scrollbar-track{
    background: rgba(170, 168, 168, 0.185);
}
::-webkit-scrollbar-thumb{
    background:  linear-gradient(#F92B36, #FFA537 );
    border-radius: 10px;
} */

.container {
  max-width: 1750px;
}

section {
  position: relative;
}

.content {
  flex: 1;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src:
    url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff"),
    url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src:
    url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ============================== */

.login-details {
  padding: 100px 280px;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  border-radius: 60px;
  border: 1px solid #bdd6f961;
  box-shadow: 0px 4px 74.3px 0px #dde4ea;
}

.login-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
}

.login-img {
  max-width: 400px;
  margin: 0 auto 15px;
}

.login-img img {
  width: 100%;
}

.login-details h3 {
  font-size: 40px;
  font-weight: 500;
  color: #0d2299;
  margin-bottom: 34px;
}

.input-div input.form-control {
  height: 64px;
  font-size: 17px;
  border: 1px solid #6d6c88;
  box-shadow: 0px 10px 33.5px 0px #dde4ea;
  border-radius: 100px;
  color: #1b3958;
  padding-left: 25px;
}

.input-div {
  margin-bottom: 30px;
  position: relative;
}

.input-div input.form-control::placeholder {
  color: #2f2f2f;
  font-size: 17px;
}

.forgt-passwrd {
  font-size: 20px;
  color: #6a8198;
  font-weight: 500;
  display: table;
  margin: 0 auto 20px;
}

.forgt-passwrd:hover {
  color: #0d2299;
}

.submit-btn {
  height: 54px;
  padding: 0 60px;
  background: #0d2299;
  border: none;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transition: 0.4s all;
  box-shadow: 0px 10px 33.5px 0px #dde4ea;
}

.submit-btn:hover {
  background: #063564;
  color: #fff;
}

.new-slt-dtls {
  position: relative;
}

.input-div .user-icn,
.new-slt-dtls .user-icn {
  position: absolute;
  bottom: 0;
  right: 15px;
  top: 0;
  margin: auto;
  width: 16px;
  height: 12px;
  pointer-events: inherit;
  cursor: pointer;
}

.new-slt-dtls .user-icn {
  right: 6px;
}

.login-btn-img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 280px;
}

/* .body-wrap{
    padding: 10px;
} */

.dashbrd-section {
  padding: 36px 0 30px;
}

.hding-ingo {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin: 0 -10px;
}

.dash-lists li {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 10px;
}

.card-info a {
  box-shadow: 0px 4px 74.3px 0px #dde4ea;
  background: white;
  padding: 40px 20px;
  text-align: center;
  border-radius: 20px;
  height: 100%;
  display: block;
  transition: 0.4s all;
}

.card-info {
  height: 100%;
}

.card-info h3 {
  font-size: 20px;
  color: #2f2f2f;
  font-weight: normal;
}

.card-info figure {
  width: 85px;
  height: 85px;
}

.card-info figure {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.card-info figure img {
  width: 100%;
  transition: 0.2s all;
}

.card-info a:hover {
  background: linear-gradient(120.69deg, #1fe5f0 8.61%, #2596e9 95.92%);
}

.card-info a:hover img {
  filter: brightness(0) invert(1);
}

.card-info a:hover h3 {
  color: #fff;
}

h2 {
  font-size: 22px;
  font-weight: bold;
  color: #2f2f2f;
}

.all-lists {
  font-size: 20px;
  font-weight: bold;
  color: #152e79;
  position: relative;
  margin-top: 40px;
  display: table;
  margin-left: auto;
}

.all-lists::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #152e79;
}

.hdr-fig {
  max-width: 240px;
}

.hdr-fig img {
  width: 100%;
}

.header {
  padding: 10px 0 0;
  /* border-bottom: 2px solid #e80000; */
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 1000;
}

.body-wrap {
  padding-top: 77px;
}

.user-info-dtls figure {
  height: 40px;
  width: 40px;
  border: 1px solid #7a7874;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-info-dtls figure img {
  width: 25px;
}

.user-info-dtls,
.user-info-dtls a {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.user-info-dtls a:hover {
  opacity: 0.7;
}

.welcome-abt p {
  font-size: 16px;
  font-weight: bold;
}

.welcome-abt h6 {
  font-size: 15px;
  color: #848484;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h5.hdr-writing {
  font-size: 18px;
}

.welcome-abt h5 {
  font-size: 16px;
  color: #000;
}

.right-lists {
  display: flex;
}

.right-lists > li + li {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #d0c4aa;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  position: relative;
  top: 0;
  bottom: 0;
  right: 5px;
  height: 100%;
  width: 10px;
  margin: auto;
  pointer-events: none;
}

.breadcrumb-item {
  font-size: 15px;
}

.breadcrumb-item a {
  font-size: 14px;
  color: #6c757d;
  padding-right: 4px;
}

.breadcrumb {
  margin-bottom: 12px;
}

.breadcrumb-item a:hover {
  color: #101a71;
}

.breadcrumb-item.active {
  color: #101a71;
}

.hding-shadow.hding-shadow {
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0px 0rem 1rem 7px rgb(146 146 146 / 22%);
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
}

.hding-shadow.hding-shadow:last-child {
  margin-bottom: 0;
}

.form-dtls input,
.form-dtls select,
.form-dtls textarea,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 13px;
}

.form-dtls textarea {
  padding-top: 2px;
}

.select2-container--default .select2-selection--multiple {
  /* min-height: 33.5px !important; */
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  width: 100%;
  float: left;
  height: auto;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 13px !important;
  line-height: 35px !important;
  color: #212529 !important;
}

.select2-container .select2-selection--single,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36.5px !important;
}

.form-dtls textarea {
  height: 33.5px;
}

.container-check {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #3aa42f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 1px;
  top: 1px;
  background: url(../images/tick.png) no-repeat center / contain;
  border: none;
  width: 14px;
  height: 14px;
}

.save-info {
  height: 24px;
  padding: 0px 16px;
  background: linear-gradient(94.07deg, #07bafb 2.09%, #1865d8 102.09%);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  border: none;
}

.save-info:hover {
  background: linear-gradient(275deg, #07bafb 2.09%, #1865d8 102.09%);
  color: #fff;
}

.flex-check {
  display: flex;
  align-items: center;
  gap: 12px;
}

.form-dtls {
  position: relative;
  margin-bottom: 7px;
}

.form-dtls label {
  font-size: 14px;
  color: #2f2f2f;
  /* font-weight: bold; */
  margin-bottom: 0px;
  display: block;
}

.inset-btn.inset-btn {
  background: linear-gradient(94.07deg, #07bafb 2.09%, #1865d8 102.09%);
  color: #fff;
}

.inset-btn.inset-btn:hover {
  background: linear-gradient(275deg, #07bafb 2.09%, #1865d8 102.09%);
  color: #fff;
}

.update-btn.update-btn {
  box-shadow: 0px 10px 33.5px 0px #dde4ea;
  background: #fff;
  color: #000;
  border: 1px solid #1976de;
}

.update-btn.update-btn:hover {
  background: #1865d8;
  color: #fff;
}

.all-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}

.left-sidebar {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  max-width: 60px;
  background: #101a71;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: 0.4s all;
  z-index: 8;
  padding-top: 100px;
}

.body-wrapper {
  position: relative;
  margin-left: 60px;
}

.left-sidebar ul li a {
  position: relative;
  display: block;
  font-size: 12px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 22px 6px 22px 45px;
  transition: 0.5s all;
  width: 270px;
  margin-left: 0;
}

.sidebar-icon {
  font-size: 17px;
  position: absolute;
  top: 22px;
  bottom: 0;
  margin: auto;
  left: 12px;
}

.sidebar-logo {
  max-width: 240px;
}

.lft-hdr {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-direction: row-reverse;
}

.select2-container {
  width: 100% !important;
  z-index: 999;
}

.inner-wrap {
  margin-left: 60px;
  transition: 0.4s all;
  /* overflow-y: hidden; */
  min-height: 100dvh;
}

.left-sidebar.new-sidebar {
  max-width: 270px;
}

.inner-wrap.new-sidebar {
  margin-left: 270px;
}

.bar-info {
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  height: 34px;
  width: 36px;
  background: #e02323;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.left-sidebar ul li {
  border-bottom: 1px solid #b0aec1;
}

.master-table {
  width: 100%;
  position: relative;
}

.master-table th {
  background: #c4c7d7;
}

.master-table th,
.master-table td {
  padding: 6px 12px;
  font-size: 14px;
  color: #2f2f2f;
  /* font-weight: normal; */
  position: relative;
}

.master-table tbody tr + tr {
  border-top: 1px solid #c4c7d7;
}

.table-wrapper {
  border: 1px solid #cccccc;
  border-radius: 8px;
  position: relative;
}

.dlt-icon {
  color: #e80000;
  display: block !important;
}

.search-div {
  display: flex;
  position: relative;
  /* max-width: 360px; */
  margin-left: auto;
  width: 100%;
  height: 30px;
}

.search-div-wrapper {
  margin-bottom: 12px;
}

.search-div input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background: #101a71;
  color: white;
  border: none;
  padding: 0 16px;
  font-size: 13px;
}

.search-div input {
  /* font-size: 15px; */
  font-size: 13px;
}

.search-div input[type="submit"]::placeholder {
  font-size: 15px;
}

.all-btns.all-btns .submit-btn {
  height: 42px;
  padding: 0 25px;
  border-radius: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 30px;
  background: #0d2299;
  padding: 0 12px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  transition: 0.4s all;
}

.back-btn:hover {
  background: #141c46;
  color: #fff;
}

.search-div-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.search-div-wrapper form {
  max-width: 360px;
  width: 100%;
}

.form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}

.radio-wrapper [type="radio"]:checked,
.radio-wrapper [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-wrapper [type="radio"]:checked + label,
.radio-wrapper [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #2f2f2f;
  font-weight: inherit;
}

.radio-wrapper [type="radio"]:checked + label:before,
.radio-wrapper [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  border-radius: 100%;
  background: #fff;
}

.radio-wrapper [type="radio"]:checked + label:after,
.radio-wrapper [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #e80000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radio-wrapper [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-wrapper [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}

.sub-nav.sub-nav {
  display: none;
}

.sub-nav.sub-nav li a {
  font-size: 13px;
  margin: 0 0 0 20px;
  display: flex;
  align-items: center;
  padding: 10px 6px 10px 45px;
  position: relative;
  /* background: #4737D2; */
  border-radius: 6px;
  margin-bottom: 5px;
  margin-left: 18px;
  width: 230px;
}

.sub-nav li a:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 28px;
  height: 6px;
  width: 6px;
  background: white;
  border-radius: 50%;
}

.sub-nav.sub-nav li {
  border-bottom: none;
}

.left-sidebar ul li a:hover {
  /* background: #152189; */
  background: #3444c7;
}

.sub-nav.sub-nav li a:hover {
  background: #4335bf;
}

.real-actv {
  background: #4335bf;
}

.new-right {
  vertical-align: middle;
  margin-left: 2px;
}

.overlay_span.active {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.filter_menu {
  width: 300px;
  /* height: auto; */
  height: 250px;
  padding: 18px 15px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1;
  display: none;
  /* filter: drop-shadow(0px 9px 5px rgba(0, 0, 0, 0.22)); */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 999;
}

.filter-dtls {
  position: relative;
}

.master-table button {
  border: none;
}

.master-table td a {
  color: #2f2f2f;
}

.master-table td a:hover {
  opacity: 0.8;
}

.excel_modal .modal-dialog {
  max-width: 1060px;
}

.excel_modal .modal-header {
  padding-bottom: 10px;
}

.excel_modal .btn-close {
  font-size: 12px;
  margin-bottom: 10px;
  position: relative;
  top: 8px;
}

.excel_modal .short_inp {
  display: flex;
  width: 100%;
}

.excel_modal .exl-head_btns {
  flex: none;
}

.excel_modal .select_search {
  font-size: 12px;
  width: 80%;
}

.excel_modal .excel_select {
  font-size: 12px;
}

.excel_modal .btn {
  font-size: 13px;
  border-color: #101a71;
  color: #101a71;
}

.excel_modal .btn:hover {
  background-color: #101a71;
  color: #fff !important;
}

.excel_modal .btn_select {
  color: #101a71 !important;
  background: #fff;
  border-color: #101a71;
  padding: 5px 10px;
}

.excel_modal .btn_unselect {
  background-color: #101a71;
  border-color: #101a71;
  color: #fff;
}

.excel_modal .btn_unselect:hover {
  background-color: #fff;
  color: #101a71 !important;
}

.excel_modal .btn-check:checked + .btn-outline-success {
  background: #101a71;
  border-color: #101a71;
}

.pagination a {
  padding: 6px 15px;
  background: #101a71 !important;
  color: #fff !important;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.pagination {
  justify-content: end;
  gap: 3px;
  margin-top: 10px;
}

.pagination a.active {
  background: linear-gradient(
    94.07deg,
    #07bafb 2.09%,
    #1865d8 102.09%
  ) !important;
}

.flex-innfo {
  display: flex;
  /* align-items: center; */
  gap: 6px;
}

.select-dttls {
  width: 100%;
  position: relative;
}

.save-dtls {
  position: relative;
  flex: none;
  top: 6px;
}

.modal-footer.all-btns {
  gap: 0px;
  margin-top: 0;
  margin-bottom: 0;
  justify-content: end;
}

.modal-title {
  font-size: 17px;
}

.common_confirm_modal .modal-body {
  font-size: 15px;
}

.modal-body .row .col-md-12:last-child .form-dtls {
  margin-bottom: 0;
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: none;
}

.hdr-writing img {
  max-width: 215px;
}

.form-dtls .onoffswitch {
  position: relative;
  width: 60px;
  user-select: none;
}

.form-dtls .onoffswitch-checkbox {
  display: none;
}

.form-dtls .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #0d2299;
  border-radius: 20px;
}

.form-dtls .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.form-dtls .onoffswitch-inner:before,
.form-dtls .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.form-dtls .onoffswitch-inner:before {
  content: "NO";
  padding-left: 10px;
  background-color: #0d2299;
  color: #ffffff;
}

.form-dtls .onoffswitch-inner:after {
  content: "YES";
  padding-right: 10px;
  /* background-color: #eeeeee; */
  color: #0d2299;
  text-align: right;
}

.form-dtls .onoffswitch-switch {
  width: 12px;
  margin: 6px;
  background: #0d2299;
  border: 2px solid #0d2299;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  transition: all 0.3s ease-in 0s;
}

.form-dtls
  .onoffswitch-checkbox:checked
  + .onoffswitch-label
  .onoffswitch-inner {
  margin-left: 0;
}

.form-dtls
  .onoffswitch-checkbox:checked
  + .onoffswitch-label
  .onoffswitch-switch {
  right: 0px;
  background: white;
  border: 1px solid white;
}

.swap-dtls {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.check-box-wrap {
  display: flex;
  gap: 6px;
}

.check-box-wrap.check-box-wrap .checkmark {
  height: 15px;
  width: 15px;
}

.check-box-wrap.check-box-wrap .container-check .checkmark:after {
  width: 12px;
  height: 12px;
}

.on-offswitch {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 25px;
}

.fa-chevron-down {
  transition: 0.4s all;
}

.fa-chevron-down.rotated {
  transform: rotate(180deg);
}

.com-width {
  width: 110px;
}

/*  2nd checkbox=============================== */

.checkbox-wrapper-34 {
  --blue: #0d7eff;
  --g08: #e1e5eb;
  --g04: #848ea1;
}

.checkbox-wrapper-34 .tgl {
  display: none;
}

.checkbox-wrapper-34 .tgl,
.checkbox-wrapper-34 .tgl:after,
.checkbox-wrapper-34 .tgl:before,
.checkbox-wrapper-34 .tgl *,
.checkbox-wrapper-34 .tgl *:after,
.checkbox-wrapper-34 .tgl *:before,
.checkbox-wrapper-34 .tgl + .tgl-btn {
  box-sizing: border-box;
}

.checkbox-wrapper-34 .tgl::selection,
.checkbox-wrapper-34 .tgl:after::selection,
.checkbox-wrapper-34 .tgl:before::selection,
.checkbox-wrapper-34 .tgl *::selection,
.checkbox-wrapper-34 .tgl *:after::selection,
.checkbox-wrapper-34 .tgl *:before::selection,
.checkbox-wrapper-34 .tgl + .tgl-btn::selection {
  background: none;
}

.checkbox-wrapper-34 .tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 46px;
  height: 18px;
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  top: 2px;
}

.checkbox-wrapper-34 .tgl + .tgl-btn:after,
.checkbox-wrapper-34 .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 2px;
}

.checkbox-wrapper-34 .tgl + .tgl-btn:after {
  left: 2px;
  top: 0.4px;
}

.checkbox-wrapper-34 .tgl + .tgl-btn:before {
  display: inline;
  position: absolute;
  top: 0px;
}

.checkbox-wrapper-34 .tgl:checked + .tgl-btn:after {
  left: 68.5%;
  background: white;
}

.checkbox-wrapper-34 .tgl-ios + .tgl-btn {
  background: #ffffff;
  border-radius: 20rem;
  padding: 2px;
  transition: all 0.4s ease;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #101a71;
}

.checkbox-wrapper-34 .tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #0d2299;
  transition:
    left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease,
    margin 0.3s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-wrapper-34 .tgl-ios + .tgl-btn:before {
  content: attr(data-off);
  left: 20px;
  color: #101a71;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.checkbox-wrapper-34 .tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 30px rgba(0, 0, 0, 0.1);
}

.checkbox-wrapper-34 .tgl-ios + .tgl-btn:active:after {
  padding-right: 0.4em;
}

.checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn {
  background: #0d2299;
}

.checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn:active {
  box-shadow: inset 0 0 0 30px rgba(0, 0, 0, 0.1);
}

.checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.4em;
}

.checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn:before {
  content: attr(data-on);
  left: 7px;
  color: #fff;
}

.checkbox-wrapper-34.active-inactive.active-inactive .tgl + .tgl-btn:after {
  top: 1.7px;
}

/*  2nd checkbox=============================== */

.smll-hding {
  font-size: 18px;
  /* margin-bottom: 6px; */
  position: relative;
  background: #101a71;
  display: inline-block;
  color: white;
  padding: 4px 10px;
}

.line-head {
  position: relative;
  z-index: 2;
  margin-bottom: 6px;
}

.line-head::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  background: #101a71;
  z-index: -1;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #cccccc !important;
}

.select2-results__option--selectable {
  font-size: 14px !important;
}

.new-rund-btn {
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.new-rund-btn button {
  border-radius: 50%;
  padding: 0;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex: none;
}

.com-width p {
  color: red;
  font-weight: 500;
}

/* ======================================= */

.hover-data {
  position: relative;
  display: inline-block;
  color: #28a745 !important;
  cursor: pointer;
}

/*.hover-data:hover{
    font-weight: 600;
}*/

.hover-modal {
  /*    opacity: 0;*/
  display: none;
  pointer-events: none;
  position: absolute;
  right: 72px;
  top: 0;
  background: #0d2299;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  white-space: nowrap;
  color: white;
  border-radius: 5px;
}

/*.hover-data:hover .com-width .hover-modal {
    opacity: 1;
    pointer-events: initial;
}


.hover-data:hover + .hover-modal {
    opacity: 1;
    pointer-events: initial;
}*/

.com-width {
  position: relative;
}

.inner-table {
  width: 100%;
}

.mn-blk {
  border: 1px solid #b1afaf66;
  padding: 6px;
  border-radius: 6px;
  margin-bottom: 9px;
  padding-bottom: 0 !important;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  width: 100%;
}

.wk-hade-name {
  font-weight: 600;
}

.wk-div.wk-div {
  width: 100%;
}

.wk-hade-name {
  font-weight: 600;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100px;
}

.mn-blk.mn-blk.mn-blk .form-dtls {
  margin-bottom: 6px;
}

.hd-del-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.mn-blk:last-child {
  margin-bottom: 0;
}

.hover-modal .d-flex {
  gap: 15px;
}

.active-inactive.active-inactive.active-inactive.active-inactive.checkbox-wrapper-34
  .tgl
  + .tgl-btn {
  width: 61px;
}

.active-inactive.active-inactive.active-inactive.active-inactive.checkbox-wrapper-34
  .tgl:checked
  + .tgl-btn:after {
  left: 76.5%;
}

.active-inactive.active-inactive.active-inactive.active-inactive
  .tgl-ios
  + .tgl-btn:before {
  left: 17px;
}

.active-inactive.active-inactive.active-inactive.active-inactive
  .tgl-ios:checked
  + .tgl-btn:before {
  left: 7px;
}

.mn-blk.mn-blk.mn-blk .form-dtls input,
.mn-blk.mn-blk.mn-blk .form-dtls select,
.mn-blk.mn-blk.mn-blk .form-dtls textarea {
  height: 28px;
  font-size: 14px;
}

.wk-head-details {
  padding-right: 4px;
}

.sec-green {
  background: #0080004a;
  padding: 10px;
}

.foot-btns {
  display: flex;
  align-items: center;
}

.left-note {
  flex: none;
  max-width: 280px;
}

.foot-btns .all-btns {
  width: 100%;
  justify-content: end;
}

.note-head {
  width: max-content;
  flex: none;
  align-items: center;
  display: flex;
  font-size: 13px;
}

.left-note-detail input {
  /* width: 100px; */
  height: 28px;
  font-size: 13px;
  text-align: right;
  padding-left: 6px;
  padding-right: 6px;
}

.left-note-detail {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.left-note-detail:last-child {
  margin-bottom: 0px;
}

.common_confirm_modal .modal-dialog {
  max-width: 707px;
}

.common_confirm_modal .form-dtls .form-select option {
  font-size: 14px;
}

.common_confirm_modal .modal-body p {
  margin-bottom: 5px;
}

.flex-column-new {
  align-items: center;
  gap: 4px;
}

.flex-column-new .form-label + span {
  font-size: 15px !important;
}

.opd-btn .submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .input-result ul {
    position: absolute;
    background: white;
    z-index: 9;
    width: 100%;
    height: 150px;
    overflow-y: scroll;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 6px 0 0 12px;
} */

.input-result ul {
  position: absolute;
  background: white;
  z-index: 9;
  width: 100%;
  max-height: unset;
  overflow-y: unset;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 6px 0 0 12px;
}

.input-result ul.excess-li-4 {
  max-height: 130px;
  overflow-y: scroll;
}

.input-result ul li {
  font-size: 15px;
}

.input-result ul li + li {
  margin-top: 2px;
}

.tbl-div.tbl-div .all-btns {
  margin-top: 0;
}

.tbl-div {
  align-items: center;
}

.btn-outline-primary {
  font-size: 12px;
}

.doc-sche-class {
  width: 30%;
}

.common_confirm_modal input,
.common_confirm_modal select {
  font-size: 13px;
}

.short_modal .modal-dialog {
  max-width: 680px;
}

.new-tbl-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.marquee-div {
  display: flex;
  padding: 5px;
  background: #f5f1f1;
  color: #e11111;
  font-size: 13px;
  font-weight: 700;
  border-top: 2px solid #e80000;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

ul.marquee-lists {
  display: flex;
  align-items: center;
  gap: 50px;
}

ul.marquee-lists li {
  position: relative;
  padding-left: 11px;
}

ul.marquee-lists li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  height: 5px;
  width: 5px;
  background: #e11111;
  border-radius: 50%;
}

/* ============  18-4-2025 ============  */

#loader-covr {
  width: 14px;
  height: 18px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  z-index: 99;
  right: 10px;
  top: 7px;
  margin-top: 0;
}

.box {
  width: 20px;
  height: 20px;
  background-color: #101a71;
  border-radius: 50px;
  animation: loader 1s linear infinite;
}

#loader1 {
  animation-delay: 0.1s;
}

#loader2 {
  animation-delay: 0.2s;
}

#loader3 {
  animation-delay: 0.3s;
}

#loader4 {
  animation-delay: 0.4s;
}

#loader5 {
  animation-delay: 0.5s;
}

@keyframes loader {
  0%,
  100% {
    height: 30px;
  }

  50% {
    height: 8px;
  }
}

.doc-avl-table.doc-avl-table .com-width {
  width: 165px !important;
  display: inline-flex;
  justify-content: center;
}

.sht-lbl-nm {
  font-weight: 600;
  margin-right: 5px;
}

.sticky-time.sticky-time {
  position: sticky;
  top: 106px;
  left: 0;
  z-index: 9;
}

.extra-search-div.extra-search-div .form-dtls {
  margin-bottom: 0;
}

.input-group-text {
  font-size: 13px !important;
  padding: 4px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.extra-search-div select {
  height: 30px;
  line-height: 10px;
}

.direct-table {
  width: 100%;
}

.label-del span {
  font-weight: 600;
}

.inner-table tr {
  border-top: none;
}

.new-dash-hding.new-dash-hding {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.new-dash-hding.new-dash-hding .short-table-head {
  margin-bottom: 0;
  flex: none;
}

.new-dash-hding.new-dash-hding .search-div {
  width: 100% !important;
}

.new-dash-hding.new-dash-hding .search-div .datepicker {
  width: 103px;
  font-size: 13px;
}

.save-innfo {
  display: flex;
  align-items: center;
}

/* .loader-new {
    width: 28px;
    height: 28px;
    border: 5px solid #FFF;
    border-bottom-color: #e02323;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation1 1s linear infinite;
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 10px;
}

@keyframes rotation1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}  */

.loader-new {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #101a71;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  z-index: 1;
  right: 6px;
  top: 3px;
}

.loader-new::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border-left: 4px solid #e11111;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.range-table td {
  color: #fff;
}

.range-info {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
  /* border-bottom: 1px solid #c4c7d7; */
  padding-bottom: 5px;
}

.lab-head {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.lab-head.lab-head .lab-head-cls {
  margin-bottom: 0;
  top: 2px;
}

.left-allign-content {
  position: absolute;
  top: 0;
  right: 0;
}

.move-sign-tbl {
  cursor: move;
}

.Wide-modal .modal-dialog {
  max-width: 1400px;
}

.Wide-modal-2 .modal-dialog {
  max-width: 1400px;
}

.Wide-modal .modal-title,
.Wide-modal-2 .modal-title {
  font-weight: 600;
}

.checkbox-item label {
  display: flex;
  align-items: center;
  gap: 4px;
}

.form-test {
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 10px;
}

.modal-master-table th:first-child,
.modal-master-table td:first-child .order-input {
  width: 50px;
  text-align: center;
}

.scroll-bar .checkbox-item label {
  cursor: pointer;
  padding: 5px;
}

.scroll-bar {
  height: 330px;
  overflow-y: scroll;
  border-left: 1px solid #ccc;
}

.scroll-bar .checkbox-item:nth-child(odd),
.item-nm-del.item-nm-del:nth-child(odd) {
  background: #c4c7d780;
}

.modal {
  padding-right: 0 !important;
}

.modal-master-table {
  height: 410px;
  overflow-y: scroll;
}

.modal-master-table table th:last-child {
  text-align: center;
}

.modal-master-table table th {
  position: sticky;
  top: 0;
  z-index: 6;
}

.select2-results {
  z-index: 9999999;
}

.clr_green,
.clr_red,
.clr_yellow {
  display: inline-block;
  padding: 2px 16px;
  border-radius: 100px;
  background: red;
  color: white;
}

.clr_green {
  background: #198754;
}

.clr_yellow {
  background: #ffc107;
  color: black;
}

.clr_red {
  background: #dc3545;
}

.item-check-div {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.item-nm-del.item-nm-del.item-nm-del .btn-outline-secondary {
  padding: 1px 4px;
  font-size: 10px;
}

.item-nm-del.item-nm-del {
  padding-bottom: 6px !important;
  padding-top: 6px !important;
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}

.item-nm-del.item-nm-del:nth-child(even) .list-group-flush {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.word-info .nav-link {
  font-size: 14px;
  border: 1px solid #a8a8a8 !important;
  background: white;
  border-radius: 0;
}

.word-info .nav-link.active {
  background: #a8a8a8;
  color: white;
}

.word-info {
  margin-top: 12px;
  background: #e8e8e8;
  padding: 10px 0 0 20px;
  border-bottom: 1px solid #e8e8e8;
}

.icon-bed {
  height: 24px;
  width: 40px;
  border: 1px solid #00bb4e;
  position: relative;
  border-radius: 4px;
}

.icon-bed span {
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  height: 60%;
  width: 6px;
  border-radius: 3px;
  border: 1px solid #00bb4e;
  background: white;
}

.patients-inffo p {
  font-size: 14px;
  margin-top: 2px;
}

.sml-bed-info:nth-child(2) .icon-bed {
  /* background: #00bb4e; */
  background: #e02431;
  border-color: #e02431;
}

.sml-bed-info:nth-child(2) .icon-bed span {
  border: 1px solid #e02431;
}

/* .sml-bed-info:nth-child(3) .icon-bed{
    background: #e02431;
    border: 1px solid #e02431;
}

.sml-bed-info:nth-child(3) .icon-bed span{
    border: 1px solid #e02431;
} */

.sml-bed-info:nth-child(3) .icon-bed {
  background: #3366ea;
  border: 1px solid #3366ea;
}

.sml-bed-info:nth-child(3) .icon-bed span {
  border: 1px solid #3366ea;
}

.bed-info {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #c4c7d7;
  /* border-top: 1px solid #c4c7d7; */
  justify-content: end;
}

.bed-icon {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
}

.admisn-master {
  margin-top: 10px;
}

.total-bed {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 2px;
  justify-content: start;
}

.total-bed p {
  padding: 3px 8px;
  background: #fff;
  font-size: 12px;
  border-radius: 3px;
  color: #00bb4e;
}

.total-bed p.availbl {
  background: #00bb4e;
  color: white;
}

.word-info .nav-tabs {
  border-bottom: none;
}

/* .new-content {
    margin-top: 20px;
} */

.new-content.new-content.new-content .nav-link.active {
  background: #a8a8a8;
  border: none !important;
  color: white;
}

.new-content.new-content .nav-tabs {
  border-bottom: 1px solid #a8a8a8;
}

.new-content.new-content .nav-link {
  font-size: 14px;
  border: none !important;
  background: transparent;
  border-radius: 0;
  border-bottom: 0 !important;
}

.overall-about {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bed-img {
  height: 56px;
  width: 145px;
  border: 2px solid #00bb4e;
  border-radius: 7px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all;
  background: #fff;
}

.bed-img:hover {
  background: #00bb4e;
}

.bed-img:hover p {
  color: #fff;
}

.bed-img:hover .absolte-span {
  border: 2px solid #fff;
}

.bed-img .absolte-span {
  position: absolute;
  height: 75%;
  width: 10px;
  border: 2px solid #00bb4e;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  border-radius: 4px;
  background: white;
  transition: 0.4s all;
}

.bed-img p {
  height: 50px;
  width: 120px;
  /* border: 2px solid #00bb4e; */
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.overall-about ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

ul.first-row {
  width: 100%;
}

ul.second-row {
  width: 44%;
  justify-content: end;
}

.bed-booked {
  background: #e02431;
  border: 2px solid #e02431;
}

.bed-booked:hover {
  background: #e02431;
  border: 2px solid #e02431;
}

.bed-booked .absolte-span {
  border: 1px solid #e02431;
}

.bed-booked p {
  color: white;
}

.bed-img p span {
  font-weight: 600;
}

.flx-midle.flx-midle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ptnts-dtls h2 {
  margin-bottom: 12px;
}

.ptnts-dtls p {
  margin-bottom: 4px;
  font-size: 14px;
}

.ptnts-dtls p:last-child {
  margin-bottom: 0;
}

.patients-inffo + .patients-inffo {
  border-top: 1px solid #c4c7d7;
  padding-top: 20px;
  margin-top: 20px;
}

.ptnts-dtls {
  height: 100%;
}

.tab-contnt-wrapper.tab-contnt-wrapper .fade {
  display: block;
}

.tab-contnt-wrapper.tab-contnt-wrapper .fade:not(.show) {
  display: none;
}

.new-content nav {
  background: #e8e8e8;
  padding-left: 20px;
  margin-top: 12px;
  padding-top: 5px;
  padding-bottom: 8px;
}

.opd_payment_modal .modal-dialog {
  max-width: 1050px;
}

.opd_payment_modal.opd_payment_modal .pmnt-summery-tabl thead th,
.opd_payment_modal.opd_payment_modal
  .pmnt-summery-tabl
  tbody
  tr
  td:first-child {
  white-space: nowrap;
}

.pmnt-summery-tabl thead th:not(:first-child) {
  width: 90px;
}

/* .price-cell.price-cell, .doctor_fees_input.doctor_fees_input, #summary-total-price, #summary-final-amount, .final-price-input, #payment-summary-list.mb-3 tfoot tr th:nth-child(2), #payment-summary-list.mb-3 tfoot tr th:nth-child(4){
    text-align: right;
} */

#payment-summary-list.mb-3 td:not(:first-child),
#payment-summary-list.mb-3 tfoot th:not(:first-child),
#payment-summary-list.mb-3 tfoot th:not(:first-child) input,
#payment-summary-list.mb-3 tbody td:not(:first-child) input {
  text-align: right;
}

#payment-summary-list.mb-3 table th:last-child input {
  padding: 2px 4px;
  height: 25.5px;
  min-height: auto;
}

#payment-summary-list.mb-3 {
  height: 270px;
  overflow-y: scroll;
}

#payment-summary-list.mb-3 table tfoot {
  position: sticky;
  left: 0;
  bottom: -2px;
  z-index: 9;
}

#payment-summary-list.mb-3 table thead {
  position: sticky;
  top: 0;
  z-index: 9;
}

#payment-summary-list.mb-3 table thead th {
  background: white;
}

.doc-fees-tr td > div {
  height: 100%;
  display: flex;
  align-items: center;
}

.doc-sch-tbl.doc-sch-tbl.master-table thead tr th:last-child,
.doc-sch-tbl.doc-sch-tbl.master-table tbody tr td:last-child {
  text-align: initial;
}

.disc-tab.row {
  padding: 0px 12px;
}

/* ============ 16-4-2025 ============ */

.yellow-highlighter {
  background-color: #fff499;
}

.form-dtls .save-info {
  padding: 12px 12px;
  font-size: 12px;
  margin-top: -3px;
}

.new-opd-dash li {
  width: 20%;
}

.todo.hding-shadow,
.patient-tab.hding-shadow,
.doctor-list.hding-shadow {
  margin-top: 20px;
  height: 356px;
}

.todo.hding-shadow tr th,
.patient-tab.hding-shadow tr th,
p .patient-doc-table thead tr th,
.doctor-list.hding-shadow thead tr th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.search-div-wrapper.dash-tabs {
  display: block;
}

.search-div-wrapper.dash-tabs .search-div {
  width: 80%;
}

.search-div-wrapper.dash-tabs .save-info {
  float: left;
}

/* .dash-table-scroll{
  height: 200px;
} */

.dash-tabs .save-info {
  height: 27px;
  line-height: 27px;
}

.dash-table-scroll {
  overflow-y: auto;
  height: 255px;
}

.dash-table-scroll::-webkit-scrollbar {
  width: 5px;
  /*height: 20px;*/
  height: 10px;
}

.dash-table-scroll::-webkit-scrollbar-track {
  background: #161616;
  border-radius: 10px;
  padding: 6px;
}

.dash-table-scroll::-webkit-scrollbar-thumb {
  background-color: #152189;
  border-radius: 10px;
}

.dash-table-scroll::-webkit-scrollbar-track {
  background: #f9fafd;
}

.dash-tabs .search-div input {
  margin: 1px 3px;
}

.dash-tabs .short-table-head {
  margin-bottom: 5px;
  font-size: 16px;
}

.patient-tab .search-div,
.doctor-list .search-div {
  float: left;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 0.9em !important;
  margin: 1px 2px !important;
}

.hding-shadow.table-scroll {
  /* height: 492px; */
  height: 710px;
}

.hding-shadow.table-scroll .table-wrapper {
  overflow-y: auto;
  /* height: 420px; */
  height: 550px;
}

.hding-shadow.table-scroll .table-wrapper::-webkit-scrollbar {
  width: 5px;
  /*height: 20px;*/
  height: 10px;
}

.hding-shadow.table-scroll .table-wrapper::-webkit-scrollbar-track {
  background: #161616;
  border-radius: 10px;
  padding: 6px;
}

.hding-shadow.table-scroll .table-wrapper::-webkit-scrollbar-thumb {
  background-color: #152189;
  border-radius: 10px;
}

.hding-shadow.table-scroll .table-wrapper::-webkit-scrollbar-track {
  background: #f9fafd;
}

#phoneBookingTbody tr td,
.todo.hding-shadow tr th,
.patient-tab.hding-shadow tr th,
.doctor-list.hding-shadowthead tr th,
.todo.hding-shadow tr td,
.patient-tab.hding-shadow tr td,
.doctor-list.hding-shadowthead tr td .patient-doc-table tr td {
  white-space: nowrap;
}

.hding-shadow.table-scroll .master-table thead tr th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.valid-feedback.valid-feedback {
  font-size: 0.75em;
}

.new-opd-dash li {
  /* width: 20%; */
  width: 16.66%;
}

.opd-dash.new-opd-dash li h3 {
  font-size: 14px;
}

.todo.hding-shadow,
.patient-tab.hding-shadow,
.doctor-list.hding-shadow {
  margin-top: 20px;
  height: auto;
  padding-bottom: 14px;
}

.wrap-extra {
  overflow-x: scroll;
  overflow-y: hidden;
}

.doc-avl-table tbody tr td {
  white-space: nowrap;
}

.doc-avl-table .nam-txt {
  width: 350px;
  background-color: #f5ead7;
}

.doc-avl-table .dept-txt {
  width: 175px;
  background-color: #fcc470;
}

.doc-avl-table .shft-txt {
  width: 175px;
  background-color: #d5f8b8;
}

.doc-avl-table tr td.shft-txt {
  padding-left: 0px !important;
}

.week-tabl .Sunday,
.inner-table .Sunday,
.doc-avl-table tbody tr td .inner-table tbody tr td.Sunday {
  width: 146px;
  /* background-color: #b8e4f8; */
}

.wektabl-covr .inner-tabl tbody tr td.com-width.Sunday {
  width: 146px !important;
}

.week-tabl .Saturday,
.inner-table .Saturday,
.doc-avl-table tbody tr td .inner-table tbody tr td.Saturday {
  width: 152px;
  /* background-color: #fd8c30; */
}

/*  .wektabl-covr .inner-table .hover-data:hover {
    font-weight: 500;
    color:#048e23 !important;
    font-style: italic;
}
*/

.week-tabl .Monday,
.week-tabl .Wednesday,
.week-tabl .Friday {
  width: 240px;
  background-color: #8fd6ff;
}

.week-tabl .Sunday,
.week-tabl .Tuesday,
.week-tabl .Thursday,
.week-tabl .Saturday {
  width: 240px;
  background-color: #fced9b;
}

.wektabl-covr .inner-table tbody tr td.Sunday,
.wektabl-covr .inner-table tbody tr td.Tuesday,
.wektabl-covr .inner-table tbody tr td.Thursday,
.wektabl-covr .inner-table tbody tr td.Saturday {
  width: 240px;
  background-color: #f8ff8f;
}

div.dataTables_wrapper div.dataTables_filter input {
  font-size: 12px;
}

/* ========================= */

.pay-btn {
  font-size: 14px;
  padding: 1px 15px;
  text-align: center;
}

.card-info.med-eqp-img a:hover img {
  filter: initial;
}

.pat-sche .ancor-btn {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 3px 10px;
  margin-left: 6px;
  transition: 0.6s;
}

.pat-sche .ancor-btn:hover {
  color: #fff;
  background: linear-gradient(94.07deg, #07bafb 2.09%, #1865d8 102.09%);
  border: 1px solid #025abe;
}

.fix-hg {
  padding: 0px !important;
}

.tbl-fix {
  width: 100px !important;
}

.tbl-fix .form-dtls {
  margin-bottom: 0px;
}

/* 
.loader, .loader:before, .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation-fill-mode: both;
    animation: bblFadInOut 1.8s infinite ease-in-out;
  }
  .loader {

    color: #6b44f6;
    font-size: 7px;
    position: absolute;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
    z-index: 9999;
    right: 111px !important;
    
}
  



  .loader:before,
  .loader:after {
    content: '';
    position: absolute;
    top: 0;
    right:0px;
    z-index: 9999;
  }
  .loader:before {
    left: -3.5em;
    animation-delay: -0.32s;
  }
  .loader:after {
    left: 3.5em;
  }
  
  @keyframes bblFadInOut {
    0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
    40% { box-shadow: 0 2.5em 0 0 }
  } */

/*  .hover-data:hover{
    font-weight: 500;
    font-style: italic;
  }*/

.doc-avl-table thead tr th,
.doc-avl-table tbody tr td,
.doc-avl-table tbody tr td p {
  text-align: center;
}

.master-table tbody tr td:last-child {
  text-align: center;
}

/* ========= 5-5-2025 ========== */

.pymnt-tabl-covr {
  position: relative;
}

.pmnt-summery-tabl {
  font-size: 13px;
}

.pymnt-tabl-covr .pmnt-summery-tabl thead tr th {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #1f58ad;
  color: #fff;
  padding: 4px 6px 4px 8px;
}

.pmnt-summery-tabl tfoot tr th {
  /* background: #d1d3edcc; */
  background: #d2d4f0;
  padding: 4px 6px 4px 8px;
}

.pmnt-summery-tabl tfoot tr th {
  bottom: 0;
}

.pmnt-summery-tabl tbody tr td {
  height: 20px;
}

.pmnt-summery-tabl td input {
  font-size: 13px;
  min-height: 6px;
  padding: 2px 4px;
  margin-top: -3px;
  margin-bottom: -4px;
}

.pymnt-tabl-covr.scrol_bx {
  overflow-y: scroll;
  height: 185px;
}

.pymnt-tabl-covr.scrol_bx::-webkit-scrollbar {
  width: 5px;
  /*height: 20px;*/
  height: 10px;
}

.pymnt-tabl-covr.scrol_bx::-webkit-scrollbar-track {
  background: #161616;
  border-radius: 10px;
  padding: 6px;
}

.pymnt-tabl-covr.scrol_bx::-webkit-scrollbar-thumb {
  background-color: #263869;
  border-radius: 10px;
}

.pymnt-tabl-covr.scrol_bx::-webkit-scrollbar-track {
  background: #ccdffc;
}

#itemCheckboxList {
  margin-top: 10px;
}

.master-table .btn-danger {
  font-size: 12px;
}

.barcoad-btn {
  width: 100%;
}

.master-table .barcoad-btn {
  width: 100% !important;
}

.master-table #status_4 {
  font-size: 12px;
}

.master-table thead tr th:last-child {
  text-align: center;
}

.master-table #acceptedFromList .form-control {
  font-size: 12px;
  background-color: #4b87ff;
  color: #fff;
  text-align: center;
  padding: 4px 6px;
  cursor: pointer;
  border: none;
}

/* ========================================= 16 -4 -25 */

.fee-cls {
  display: flex;
  align-items: start;
  margin-top: 0.25rem;
}

.fee-cls.fee-cls.fee-cls span {
  margin-top: 0;
  line-height: 13px;
}

.doctor_fees_applicable {
  display: flex;
  align-items: center;
  flex: none;
  gap: 4px;
  color: #166ddb;
}

.doctor_fees_applicable input[type="checkbox"] {
  cursor: pointer;
}

.in-div-form {
  height: 150px;
  overflow-y: scroll;
}

.in-div-form thead th {
  position: sticky;
  top: 0;
  z-index: 9;
}

.master-tbl-price,
.consultation_tr_data td input[type="text"],
.mult-bill-tab.mult-bill-tab td input[type="text"] {
  width: 95px;
  text-align: right;
}

.extra-foot-tr input[type="number"] {
  width: 90px;
  text-align: right;
  margin: auto;
  height: 26px;
  min-height: 26px;
}

.table-footer {
  border-top: 1px solid #c4c7d7;
  border-bottom: 1px solid #c4c7d7;
}

.master-tbl-price {
  display: table;
  margin-left: auto;
}

.discount_wrrap {
  /* border: 1px solid #c4c7d7; */
  margin-left: auto;
  height: 100%;
}

.discount_wrrap.discount_wrrap .master-table tbody tr + tr {
  border-top: none;
}

.discount_row {
  padding: 0;
}

.master-table thead th {
  white-space: nowrap;
}

.discount_row.discount_row .master-table th {
  background: #e3e3e3;
}

.border-row {
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  height: 100%;
}

.is-invalid
  + .select2-container--default
  .select2-selection--single
  .select2-selection__rendered::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  height: 14px;
  width: 14px;
  background: url(../images/arrow-with-circle.svg) no-repeat center / contain;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is-invalid + .select2-container--default .select2-selection--single {
  border-color: #dc3545 !important;
}

.is-invalid + .select2-container--default .select2-selection--single:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.dt-row .fa-file-invoice,
.dt-row .fa-file-prescription {
  font-size: 16px;
}

.expert-info h2 {
  color: #101a71;
  margin-bottom: 6px;
  text-align: center;
}

.expert-info h3 {
  font-size: 18px;
  color: #101a71;
  margin-bottom: 10px;
  font-weight: 600;
}

.expert-info p {
  font-size: 14px;
}

.expert-info {
  margin-top: 8px;
}

/* .expert-info {
    box-shadow: 0 6px 12px #00000029;
    border: 2px solid #101a71;
    border-radius: 8px;
    padding: 10px;
} */

.doctr-dttls {
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #101a718a;
    border-radius: 10px;
    overflow: hidden; */
  height: 100%;
  display: flex;
}

.dctr-dtls-abt {
  padding: 14px 12px 12px;
  display: flex;
  flex-direction: column;
}

.doctr-dttls figure {
  position: relative;
}

.doctr-dttls figure img {
  width: 210px;
  height: 210px;
  object-fit: cover;
  overflow: hidden;
}

.dctr-dtls-abt h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.dctr-dtls-abt h4 {
  font-size: 15px;
  margin-bottom: 5px;
}

.dctr-dtls-abt.dctr-dtls-abt .all-btns {
  flex: auto;
}

.dr-heading {
  margin-bottom: 0 !important;
}

.all-doctor .col-md-6 {
  margin-top: 20px;
}

.doctr-dttls-wrapper {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #101a718a;
  border-radius: 10px;
  overflow: hidden;
  min-height: 210px;
}

.appointmnt-about {
  padding: 20px 10px 15px;
}

.appointmnt-about h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.appointmnt-about .all-btns.all-btns .new-clr-1,
.appointmnt-about .all-btns.all-btns .new-clr-2 {
  height: 36px;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 12px;
}

.new-clr-1.new-clr-1 {
  background: #034fa1;
}

.new-clr-1.new-clr-1:hover {
  background: #1865d8;
}

.new-clr-2.new-clr-2 {
  background: #1865d8;
  color: white;
}

.new-clr-2.new-clr-2:hover {
  background: #fff;
  color: #000;
}

.appointmnt-about .submit-btn i {
  margin-right: 4px;
}

.book-now {
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
}

.appointmnt-about {
  display: none;
}

.slot-info {
  text-align: center;
  display: table;
  margin: auto;
}

.slot-info h5 {
  font-size: 17px;
  color: #23272b;
  margin-bottom: 3px;
  transition: 0.4s all;
}

.slot-info p {
  font-size: 15px;
  color: #23272b;
  transition: 0.4s all;
}

.slot-carosel.slot-carosel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  pointer-events: none;
}

.slot-carosel.slot-carosel .owl-nav button {
  pointer-events: initial;
}

.slot-carosel.slot-carosel .owl-nav i {
  font-size: 15px;
}

.owl-wrapper {
  margin-top: 20px;
}

.slot-info a:hover h5,
.slot-info a:hover p {
  color: #1865d8;
}

.available-dtls-wrap {
  margin-top: 15px;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}

.seat-availble li {
  width: 14.28%;
  padding: 6px 3px 0;
}

.seat-availble li a {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid #101a71;
  border-radius: 6px;
  font-size: 14px;
  padding: 0 10px;
  color: black;
}

.seat-availble {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -3px;
}

.seat-availble li a:hover {
  background: #101a71;
  color: #fff;
}

.available-dtls p {
  font-size: 13px;
  font-weight: bold;
}

.available-dtls + .available-dtls {
  margin-top: 15px;
}

.end-btn {
  justify-content: end;
}

.male_wrapper,
.female_wrapper,
.other_wrapper,
.neonatal_wrapper,
.any_wrapper,
.child_wrapper {
  display: flex;
}

.male_wrapper .lab-head,
.female_wrapper .lab-head,
.other_wrapper .lab-head,
.neonatal_wrapper .lab-head,
.any_wrapper .lab-head,
.child_wrapper .lab-head {
  width: 90px;
  justify-content: start;
  flex: none;
}

.btn-cls.btn-cls .btn.btn-danger {
  padding: 0.2rem 0.3rem;
}

.new-tbll-scroll.new-tbll-scroll.new-tbll-scroll {
  height: 595px !important;
}

.new-tbll-scroll.new-tbll-scroll.new-tbll-scroll.new-tbll-scroll
  .table-wrapper {
  height: 500px;
}

.tbl-blw-btn button:disabled,
.tbl-blw-btn button:not(:disabled) {
  height: 26px;
  border: none;
  /* background: #212529db; */
  background: #5a5e62b5;
  color: white;
  padding: 0 10px;
  border-radius: 4px;
}

.tbl-blw-btn button:not(:disabled) {
  background: #4b87ff;
}

.tbl-blw-btn {
  margin-top: 5px;
  text-align: right;
}

.status-pending {
  background-color: orange !important;
}

.status-accepted {
  background-color: blue !important;
  color: white;
}

.status-collected {
  background-color: purple !important;
  color: white;
}

.status-sent {
  background-color: green !important;
  color: white;
}

.btn-cls tbody td {
  font-size: 13px;
}

.barcode-cell .btn-dark {
  background-color: #101a71;
}

td.barcode-cell {
  text-align: center;
}

.wrd-new-ifo.wrd-new-ifo .nav-tabs {
  gap: 2px;
}

/* .wrd-new-ifo .nav-link[aria-selected="true"]{
    background: #a8a8a8;
    color: white;
} */

.total-bed button {
  font-size: 12px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.total-bed button:hover {
  background: #063564;
  color: white;
  border: 1px solid #063564;
}

.total-bed .btn-outline-success {
  background: white;
  color: #212529;
}

.total-bed .btn-outline-danger {
  background: #e02431;
  color: white;
  border: 1px solid #e02431;
}

.total-bed .btn-secondary {
  color: #fff;
  background-color: #176cdb;
  border-color: #176cdb;
}

.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus,
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  box-shadow: none;
}

.first-row li[data-occupied="0"] {
  cursor: pointer;
}

.change-room {
  display: flex;
  align-items: center;
}

.change-room p {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  color: #3179dc;
  text-align: center;
  width: 210px;
}

.change-room p b {
  color: #212529;
}

.change-room {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #b9b9b9;
  padding: 10px;
  border-radius: 6px;
  justify-content: space-around;
  background: #e8e8e8;
}

.short_modal .form-dtls textarea {
  height: 40px;
}

.patients-inffo > h2 {
  margin-bottom: 6px;
}

.wrd-new-ifo label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1px;
}

.flx-div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.flx-div p {
  width: 33.33%;
  flex: 0 0 auto;
}

.flx-div p b {
  margin-right: 5px;
}

.patients-id {
  margin-top: 12px;
}

table.range-table-del {
  width: 100%;
  border-left: 1px solid #c4c7d7;
  border-bottom: 1px solid #c4c7d7;
}

.patients-id tbody td:last-child {
  padding: 6px 0;
}

.new-save-btn.new-save-btn.new-save-btn {
  height: 30px;
  padding: 0 12px;
  background: #2f386b;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  box-shadow: none;
}

.new-save-btn.new-save-btn.new-save-btn:hover {
  background: #2f386b;
}

.vlu-input {
  height: 25px;
  border: 1px solid #c4c7d7;
  border-radius: 4px;
  padding-left: 4px;
  max-width: 100px;
}

.bold-td {
  font-weight: 600;
  color: #2f2f2f !important;
  text-align: left !important;
}

tr.main-item {
  /* border-bottom: 1px solid #c4c7d7; */
  /* border-top: 1px solid #c4c7d7; */
  background: #d9d9d9;
}

.patients-id .master-table tbody tr + tr {
  border: none;
}

.prchase-order-item.prchase-order-item .modal-dialog {
  max-width: 92% !important;
}

.approve-cls,
.reject-cls {
  height: 20px;
  width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3aa42f;
  color: #fff;
  border-radius: 2px;
  font-size: 13px;
  transition: 0.4s all;
}

.approve-cls:hover {
  opacity: 0.7;
}

.reject-cls {
  background: #e80000;
}

.reject-cls:hover {
  opacity: 0.7;
}

.g-new-1.g-new-1 {
  --bs-gutter-y: 0 !important;
}

.bed-layout-wrapper {
  margin-top: 20px;
}

.common-layout.common-layout h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.bed-layout-wrapper {
  position: relative;
  border: 1px solid #dbdbdb;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 16px;
  /* border-radius: 10px; */
  margin-top: 15px;
}

.form-dtls.bed-form {
  max-width: 400px;
  margin-bottom: 15px;
  width: 100%;
}

.common-layout + .common-layout {
  margin-top: 16px;
  border-top: 1px solid #d3d3d3;
  padding-top: 14px;
}

.common-layout.common-layout.common-layout .overall-about {
  padding-top: 8px;
}

.pending-action .master-table tbody td {
  pointer-events: none;
}

.smml-btn.smml-btn tr td:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.change-new-bg.form-control:focus {
  color: #ffffff;
}

.change-new-bg {
  font-size: 12px;
  border: none;
  text-align: center;
  cursor: pointer;
  width: auto;
  margin: auto;
}

.change-new-bg option {
  text-align: center;
}

.italic-span.italic-span {
  font-size: 12px;
  font-style: italic;
  color: #686868;
}

.test-details-row.test-details-row {
  border-top: none;
}

.main-item-tr.main-item-tr {
  border-bottom: 1px solid #c4c7d7;
}

.test-details-row.test-details-row td {
  padding-top: 3px;
  padding-bottom: 3px;
}

.main-item-tr.main-item-tr td {
  background: #ebebeb;
}

.blk-cllr {
  color: black;
}

.smml-btn.smml-btn tr td:last-child .btn-sm {
  font-size: 13px;
}

.head-btns.head-btns .btn-success,
.new-sm-btn.new-sm-btn,
.head-btns.head-btns .btn-danger {
  font-size: 13px;
  padding: 4px 8px;
}

.head-btns.head-btns .btn-danger {
  margin-left: 3px;
}

.test-details.test-details.test-details .hding-shadow.table-scroll {
  box-shadow: none !important;
  padding: 0 !important;
  height: auto !important;
}

.test-details {
  margin-top: 12px;
}

.head-btns {
  margin-top: 6px;
  border-top: 1px solid #c4c7d7;
  border-bottom: 1px solid #c4c7d7;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pending-action.pending-action {
  opacity: 0.7;
}

.new-width.new-width.new-width .flx-div p {
  width: 50%;
}

.all-methods {
  color: #818181;
  font-size: 13px;
  font-style: italic;
}

.new-td.new-td {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px 10px;
}

.admisn-master-nw {
  margin-bottom: 6px;
}

.sml-value.sml-value {
  width: 100px;
}

textarea.form-control {
  font-size: 14px;
}

.scroll-x {
  overflow-x: scroll;
}

/* =====================*/

.inline-btn-form {
  margin-top: 14px;
  outline: none;
  border: 0px;
  color: rgb(255, 255, 255);
  background: linear-gradient(
    94.07deg,
    rgb(7, 186, 251) 2.09%,
    rgb(24, 101, 216) 102.09%
  );
  padding: 6px 12px;
  border-radius: 6px;
  transition: 0.6s;
}

.inline-btn-form:hover {
  color: rgb(255, 255, 255);
  background: linear-gradient(
    275deg,
    rgb(7, 186, 251) 2.09%,
    rgb(24, 101, 216) 102.09%
  );
}

#package_items .card-body h5.card-title {
  font-size: 13px;
  float: left;
  padding-right: 10px;
}

#package_items .card .card-body {
  padding-bottom: 0px;
}

#package_items .card-body .badge {
  padding: 0px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border: 0px;
  margin-right: 0 !important;
  border-radius: 0;
  background-color: #fff !important;
  color: #484f66;
}

#package_items .card {
  margin-bottom: 0px !important;
}

/* =====================*/

.order-div-form.order-div-form {
  height: 345px;
  overflow-y: scroll;
}

.lonng-modl.short_modal .modal-dialog {
  max-width: 900px;
}

.lonng-modl.short_modal .duel-btn {
  display: flex;
  gap: 10px;
}

.patients-id .master-table #bill_details_tbody tr td:last-child {
  text-align: right;
  padding-right: 12px;
}

#bill_details_tfoot tr td {
  background: #f5f1f1;
  font-weight: 600;
}

#bill_details_tfoot tr td:last-child {
  text-align: right;
  padding-right: 12px;
}

.patients-inffo {
  margin-bottom: 10px;
}

.patients-inffo p {
  line-height: 22px;
}

.bill-modif .form-dtls label {
  padding-bottom: 6px;
}

.bill-modif .save-dtls {
  top: -3px;
}

#bill-details .form-dtls label {
  margin-bottom: 5px;
}

.bill-modif .form-dtls .radio-wrapper {
  gap: 5px;
}

.bill-modif .form-dtls .radio-wrapper [type="radio"]:checked + label {
  padding-left: 20px;
}

.patnt-detl .p-20 {
  width: 20%;
}

.patnt-detl .p-40 {
  width: 40%;
}

.text-decoration-line-through .checkmark {
  background: #fdcaca;
}

.pendng-cls {
  background-color: #0d7eff;
  padding: 2px 4px;
  color: #fff;
  border-radius: 2px;
  font-size: 10px;
}

.all-day-cls.all-day-cls.all-day-cls .hover-modal {
  width: 240px;
}

.container-check.test-container-check input[type="checkbox"] {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  height: initial;
  width: initial;
  top: 0;
  left: -17px;
  bottom: 0;
  margin: auto;
}

.test-container-check {
  display: flex !important;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  padding-left: 24px;
  width: 100%;
}

.flex-new-hding {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ex-head-test {
  flex: none;
}

.flex-new-hding input {
  position: relative;
  opacity: 1;
  width: 100%;
  height: 26px;
  padding-left: 12px !important;
}

.form-control.m-h-nm,
.form-control.h-nm {
  height: 28px;
  padding: 6px;
  width: 130px;
  font-size: 14px;
}

.patient-tabl {
  width: 100%;
}

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

.wrapper_nw {
  display: block;
}

.wrapper_nw .lab-head-cls {
  background-color: #b8bcdb;
  padding: 2px 6px;
}

.wrapper_nw .lab-head {
  margin-bottom: 6px;
}

.form-dtls.srch-div-wrap {
  display: flex;
  gap: 20px;
}

.search-div-new.search-div-new {
  max-width: 260px;
  width: 100%;
}

.clicked-bed.clicked-bed {
  background: #00bb4e;
}

.bed-img.clicked-bed.clicked-bed .absolte-span {
  border-color: #fff;
}

.bed-img.clicked-bed.clicked-bed p {
  color: #fff;
}

.srch-layout-wrapr {
  overflow-y: scroll;
  /* height: 600px; */
  height: 66vh;
}

.numbt-dttlls {
  background-color: #adecad;
  padding: 0px 6px;
  font-weight: bold;
}

.srch-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.srch-info-wrapper.srch-info-wrapper .bed-info {
  border-bottom: 0 !important;
}

.lab-items-modal.lab-items-modal .back-btn {
  color: #fff !important;
}

.lab-wrapper.lab-wrapper .dt-row .col-sm-12 {
  overflow-y: scroll;
  height: 580px;
}

.all-btn-wrap.text-end-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-left: 16px;
}

.page-item.page-item.page-item.disabled .page-link {
  color: #fff;
  background-color: #101a71;
  border-color: #101a71;
}

.lab-wrapper.lab-wrapper table.table-bordered.dataTable thead tr th {
  position: sticky;
  top: 0;
  left: 0;
  background: #c4c7d7;
  z-index: 9;
  border-bottom: none !important;
}

.lab-items-modal.lab-items-modal .modal-dialog {
  max-width: 930px;
}

.lab-wrapper.lab-wrapper .container-check {
  display: inline-block;
  vertical-align: middle;
}

.lab-wrapper.lab-wrapper div.dataTables_wrapper .row {
  margin-left: 16px;
}

.lab-wrapper.lab-wrapper div.dataTables_wrapper .row .col-sm-12 {
  padding-left: 0 !important;
}

.ml-0.ml-0 {
  padding-left: 0 !important;
}

.lab-wrapper.lab-wrapper .paging_simple_numbers.paging_simple_numbers {
  margin-top: 10px;
}

.lab-wrapper.lab-wrapper .dt-row {
  margin-top: 10px;
}

.three-btns {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 3px;
}

.three-btns.three-btns button {
  flex: none;
  font-size: 12px;
}

.note-editor .note-frame.is-invalid {
  border: 1px solid #ff0000;
}

/*admission-dashboard */

.hospital-overview {
  box-shadow: 0px 4px 67.3px 0px #cae1f8;
  height: 100%;
  border-radius: 20px;
  padding: 22px 20px;
  background: #fff;
  transition: 0.4s all;
}

.hospital-overview:hover {
  transform: translateY(-1px);
  position: relative;
  z-index: 2;
}

.top-view figure {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background: #5665ef;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.top-view figure img {
  width: 100%;
  max-width: 62px;
}

.top-view {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 42px;
  margin-bottom: 30px;
}

.top-view h5 {
  font-size: 40px;
  font-weight: 600;
  color: #2f2f2f;
}

.top-view figure::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  height: 100%;
  width: 100%;
  background: #5665ef;
  opacity: 30%;
  z-index: -1;
  border-radius: 50%;
}

.color-chnge-row .col-md-3:nth-child(2) .top-view figure,
.color-chnge-row .col-md-3:nth-child(2) .top-view figure::before {
  background: #f86641;
}

.color-chnge-row .col-md-3:nth-child(3) .top-view figure,
.color-chnge-row .col-md-3:nth-child(3) .top-view figure::before {
  background: #0fd05f;
}

.color-chnge-row .col-md-3:nth-child(4) .top-view figure,
.color-chnge-row .col-md-3:nth-child(4) .top-view figure::before {
  background: #14e7ee;
}

.hospital-overview h3 {
  font-size: 23px;
  color: #0a1a72;
  max-width: 200px;
}

.calculate-percentage {
  display: inline-block;
  font-size: 20px;
  border: 3px solid #5665ef;
  padding: 2px 20px;
  border-radius: 100px;
  background: #ccd0fa;
  color: #5665ef;
  margin-top: 10px;
}

.color-chnge-row .col-md-3:nth-child(2) .calculate-percentage {
  border-color: #f86641;
  background: #fcd1c6;
  color: #f86641;
}

.ad-trends {
  box-shadow: 0px 3px 60.4px 0px #cae1f8;
  background: #fff;
  padding: 30px 30px;
  border-radius: 20px;
  height: 100%;
  transition: 0.4s all;
}

.map-row .col-12,
.map-row .col-md-6 {
  margin-top: 25px;
}

.ternds-heading h3 {
  font-size: 30px;
  font-weight: 500;
  color: #2f2f2f;
}

.ternds-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.right-trends {
  display: flex;
  align-items: center;
  gap: 60px;
}

.right-trends h4 {
  font-size: 21px;
  color: #0a1a72;
  position: relative;
  padding-left: 30px;
}

.right-trends h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 4px solid #5665ef;
  border-radius: 50%;
}

.right-trends h4:nth-child(2)::before {
  border-color: #0fd05f;
}

.alert-timing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eef3f9;
  padding: 12px 20px;
  border-radius: 16px;
}

.alert-timing + .alert-timing {
  margin-top: 12px;
}

.alert-name {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}

.alert-name img {
  background: #e80000;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 100%;
  flex: none;
}

.alert-name h4 {
  font-size: 24px;
  color: #2f3140;
}

.alert-timing h5 {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 100px;
  background: #fff;
  font-size: 19px;
  color: #0a1a72;
}

.no-mt.no-mt .col-md-6 {
  margin-top: 0 !important;
}

.roaster-img {
  display: flex;
  align-items: center;
}

.roaster-img img {
  margin-right: -12px;
  max-width: 66px;
}

.summery-lists li {
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
}

.summery-lists li p {
  font-size: 19px;
  color: #0a1a72;
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #cfd2e5;
}

.summery-lists li span,
.color-round,
.green-tick {
  width: 52px;
  height: 52px;
  background: #ff5317;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: none;
}

.summery-lists li:nth-child(2) span,
.alert-timing:nth-child(3) .color-round {
  background: #ffb42f;
}

.summery-lists li:nth-child(3) span,
.alert-timing:nth-child(4) .color-round {
  background: #0fd05f;
}

.risk-summarys .alert-timing p {
  font-size: 22px;
  font-weight: 500;
  color: #ff5317;
}

.risk-summarys .alert-timing:nth-child(3) p {
  color: #f1a00e;
}

.risk-summarys .alert-timing:nth-child(4) p {
  color: #0eb553;
}

.green-tick.green-tick.green-tick {
  background: #0eb553;
}

.green-tick.green-tick.green-tick img {
  max-width: 32px;
}

.alert-timing.status-inffo {
  justify-content: start;
  gap: 25px;
}

.alert-timing.status-inffo p {
  font-size: 24px;
  color: #000;
}

/* Patient-Registration-dashboard */
.patient_reg .progss-note-bx {
  position: relative;
  display: flex;
  background: #62738d;
  border-radius: 50px;
  overflow: hidden;
}

.patient_reg .prog-icon .progss-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.patient_reg .progss-btn {
  background: #e80000;
  color: #fff;
  flex: none;
  border-radius: 50px;
  line-height: 40px;
  padding: 0 20px;
}

.patient_reg .prog-icon {
  padding: 10px 15px;
}

.patient_reg .progss-list img {
  max-width: 18px;
}

.patient_reg .patient-dtls {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #cbd2e2;
  padding-bottom: 30px;
}

.patient_reg .age-dtls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.patient_reg .patient-dtls figure img {
  width: 65px;
  max-width: 100%;
  border-radius: 50%;
}

.patient_reg .age-dtls p {
  color: #878383;
}

.patient_reg .age-dtls p i {
  font-size: 5px;
  position: relative;
  top: -2px;
  color: #878383;
}

.patient_reg .patient-info h4 {
  font-size: 18px;
  color: #2f2f2f;
  font-weight: 500;
  padding-bottom: 4px;
}

.patient_reg .dise-dtls {
  padding-bottom: 20px;
}

.patient_reg .dise-dtls h4 {
  font-size: 22px;
  color: #2f2f2f;
}

.patient_reg .dise-im h5 {
  position: relative;
  font-size: 18px;
  color: #2f2f2f;
  padding-left: 15px;
  padding-bottom: 8px;
}

.patient_reg .dise-im h5::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 4px;
  border-radius: 4px;
  background: #e80000;
}

.patient_reg .dise-im {
  padding-top: 10px;
}

.patient_reg .dise-infos {
  margin-top: 3px;
  padding-top: 20px;
  border-top: 1px solid #cbd2e2;
}

.patient_reg .dise-im p {
  color: #2f2f2f;
  padding-left: 15px;
  padding-bottom: 3px;
}

.patient_reg .dise-im span {
  color: #878383;
}

.patient_reg .blu-hd {
  color: #0d2299 !important;
}

.patient_reg .hding-no {
  position: relative;
  margin-top: 10px !important;
}

.patient_reg .hding-no p {
  padding-left: 0 !important;
}

.patient_reg .crl-ar {
  position: absolute;
  top: 23px;
  right: 14px;
  height: 38px;
  width: 38px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dadef5;
}

.patient_reg .crl-ar img {
  width: 18px;
  max-width: 100%;
}

.patient_reg .hding-shadow {
  margin-top: 20px;
  padding: 20px !important;
}

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

.patient_reg .dash-lists li:nth-child(1) .card-info a {
  background: #63d5ef;
}

.patient_reg .dash-lists li:nth-child(2) .card-info a {
  background: #63c2fd;
}

.patient_reg .dash-lists li:nth-child(3) .card-info a {
  background: #10a3de;
}

.patient_reg .dash-lists li:nth-child(4) .card-info a {
  background: #3e91ea;
}

.patient_reg .card-info a:hover {
  background: none;
}

.patient_reg .card-info a:hover img {
  filter: initial;
}

.patient_reg .card-info h3 {
  font-size: 30px;
  color: #fff;
}

.patient_reg .card-info p {
  font-size: 20px;
  color: #0a1a72;
}

.patient_reg .card-info a:hover h3 {
  color: #fff;
}

.patient_reg .card-info figure img {
  max-width: 100%;
}

.patient_reg .dash-lists {
  margin: 13px -10px;
}

.patient_reg .grap-sec {
  padding-top: 20px;
}

.patient_reg .grap-info {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 20px;
}

.patient_reg .grap-info .grp-in {
  color: #2f2f2f;
  font-size: 20px;
}

.patient_reg .grp-in-1 {
  background: #169bd0;
  padding: 10px 36px;
  border-radius: 24px;
  color: #fff;
  font-size: 20px;
  box-shadow: 0px 9px 15.6px 0px rgba(226, 229, 249, 1);
}

.patient_reg .grp-in-2 {
  background: #0d2299;
  padding: 10px 36px;
  border-radius: 24px;
  color: #fff;
  font-size: 20px;
  box-shadow: 0px 9px 15.6px 0px rgba(226, 229, 249, 1);
}

.patient_reg .medi-lists {
  padding-top: 10px;
}

.patient_reg .medi_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.patient_reg .med-in {
  display: flex;
  gap: 6px;
}

.patient_reg .medi-hd {
  display: flex;
  justify-content: space-between;
}

.patient_reg .medi-hd .grp-in-1 {
  background: #e80000;
}

.patient_reg .med-in figure img {
  width: 20px;
  max-width: 100%;
}

.patient_reg .medi-lists .hding-shadow {
  background: #f2f4ff;
  margin-top: 10px;
  box-shadow: none;
}

.patient_reg .grap-img img {
  max-width: 100%;
}

.calc-infoo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-dtls.calc-infoo .save-info {
  margin-top: 0;
  position: relative;
  top: 3px;
}

.range-wrapper {
  width: 100%;
}

.right-lists > li {
  position: relative;
  padding-bottom: 2px;
}

.hover-pswrd-change {
  position: absolute;
  z-index: 9;
  width: max-content;
  background: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  top: 180%;
  border-radius: 0px 0px 4px 4px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  border-top: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.hover-pswrd-change li .user-info-dtls figure {
  height: auto;
  width: 30px;
  border: none;
}

.hover-pswrd-change li .user-info-dtls figure img {
  width: 22px;
  /* filter: brightness(0) invert(1);
  position: relative; */
  top: -1px;
}

.right-lists li:hover .hover-pswrd-change {
  opacity: 1;
  pointer-events: initial;
  top: 100%;
}

.hover-pswrd-change.hover-pswrd-change .user-info-dtls a {
  padding: 5px 10px;
  width: 100%;
}

.hover-pswrd-change.hover-pswrd-change li + li {
  border-top: 1px dashed #000;
}

.hover-pswrd-change.hover-pswrd-change .user-info-dtls a:hover {
  background: #f5f1f1;
}

.list-bttn.list-bttn {
  height: 30px;
  width: 30px;
  background: linear-gradient(94.07deg, #07bafb 2.09%, #1865d8 102.09%);
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.flx-bld {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item-bg-change tbody tr {
  background: initial;
}

.item-bg-change.item-bg-change table tbody tr td:last-child {
  padding-right: 0 !important;
}

.item-bg-change.item-bg-change .range-table-del tr td:last-child,
.flx-bld {
  padding-right: 12px !important;
}

.range-table-del .form-dtls {
  margin-bottom: 0;
}

.view-info.view-info {
  height: 100%;
  display: flex;
  align-items: center;
}

.payable-amt {
  padding: 6px 0;
  font-size: 14px;
  color: #2f2f2f;
}

.no-invalid-icon .form-control.is-invalid,
.no-invalid-icon .was-validated .form-control:invalid {
  background-image: none !important;
}

.ipd-box {
  border: 1px solid #00000040;
  padding: 5px 10px 0px;
  border-radius: 6px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ipd-box h5 {
  font-size: 15px;
  margin-bottom: 1px;
  font-weight: 600;
}

.new-scrl-wrapper {
  overflow-x: scroll;
}

.new-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hover-view {
  position: absolute;
  top: -195%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  border-radius: 5px;
  z-index: 3;
  background: #101a71;
  max-width: max-content;
  /* display: block !important; */
}

.hover-button {
  position: relative;
  border: 0;
  background: transparent;
}

.format-btn {
  background: transparent;
  border: 0;
  color: #fff;
  margin-left: 10px;
}

.admi-table.admi-table.admi-table {
  height: auto;
}

.admi-table td,
.admi-table th {
  white-space: nowrap;
}

.total-number-innfo {
  display: inline-block;
  border: 1px solid #0000001c;
  /* padding: 1px 0px; */
  max-width: 110px;
  width: 100%;
  text-align: right;
  background: #f7f7f7;
  border-radius: 4px;
}

.width-div.flx-div p b {
  max-width: 220px;
  display: inline-block;
  width: 100%;
}

.remarks-dtls textarea {
  width: 100%;
  height: 60px;
  padding: 10px;
}

.discount_wrrap-nw {
  border: 1px solid #c4c7d7;
  border-top: 0;
}

.width-div.width-div {
  display: block;
}

.width-div.width-div p {
  width: 100% !important;
}

.bdrr-right.bdrr-right {
  border-right: 1px solid #c4c7d7;
}

.bg-new.bg-new {
  background-color: #0d7eff;
  color: #fff;
  border-radius: 5px;
  font-size: 10px;
}

.bg-new-red,
.bg-new-grn,
.bg-new {
  height: 25px;
  width: 25px;
  padding: 0;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bg-new-grn,
.bg-new-red {
  margin-left: 3px !important;
}

/* .new-width .width-div */

.width-div.width-div p + p {
  margin-top: 4px;
}

.total-number-innfo input {
  font-size: 13px;
  border: none;
  text-align: right;
}

.specimen-acceptable.specimen-acceptable,
.for-table-height .change-new-bg,
.main-item-tr.main-item-tr .change-new-bg {
  color: #212529 !important;
  border: 1px solid #ced4da !important;
}

/* ul#ul-test-438 {
  height: 300px;
  overflow-y: scroll;
} */

.new-table-height.new-table-height,
.accepted-action.accepted-action .table-wrapper {
  height: 700px !important;
}

.btn-outline-info {
  border: 1px solid !important;
  border-color: #0dcaf0 !important;
}

.btn-outline-info:hover {
  color: #ffffff !important;
}

.scroll-inner-test.scroll-inner-test {
  height: 250px;
  overflow-y: scroll;
}

.not-found {
  border-bottom: 1px solid #c4c7d7;
}

.radio-form-details.radio-form-details .radio-wrapper {
  gap: 10px !important;
}

.radio-form-details.radio-form-details .save-dtls {
  top: 1px !important;
}

.return-amt {
  margin-top: 5px;
  font-size: 13px;
}

.new-td.new-td.new-td.new-td .vlu-input {
  height: auto;
  max-width: initial;
}

.note-frame {
  width: 100%;
}

.bttn-actionn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 4px;
}

.req-nw-btn {
  margin-top: 0;
  padding: 4px 15px;
}

.bttn-actionn.bttn-actionn .change-new-bg {
  margin: initial !important;
}

.btn-outline-success.pay-btn-new {
  border: 1px solid #198754;
  margin-right: 4px;
}

.form-lab-report.form-lab-report.form-lab-report {
  width: auto !important;
  gap: 5px;
}

.form-lab-report.form-lab-report .form-label {
  margin-bottom: 0;
  display: flex;
  white-space: nowrap;
  align-items: center;
  font-size: 13px;
}

.date-wrap {
  display: flex;
}

.date-wrap .hasDatepicker::placeholder {
  font-size: 12px;
}

/* .range-info-ex{
  display: block;
} */

.new-value-input {
  max-width: 70px !important;
}

.only-charges.only-charges {
  max-width: 30px;
  text-align: center;
}

.same-td-width {
  width: 25%;
}

.txt-right {
  display: table;
  margin-left: auto;
  margin-right: 10px;
}

.no-y-scroll.no-y-scroll {
  height: auto !important;
}

.test-rep-tbl-inr-tbl {
  width: 100%;
}

.new-td .spcl-three-field .new-value-input {
  height: 30px !important;
  max-width: 100% !important;
  margin-left: 5px;
  width: 100%;
}

.spcl-three-field {
  width: 100%;
  display: flex;
  align-items: center;
}

.new-td span .submit-btn {
  height: 30px !important;
  line-height: 30px !important;
}

td.irn-tbl-hd {
  max-width: 75px;
}

.procedure-tbl-del.procedure-tbl-del th:last-child {
  text-align: right;
}

.procedure-tbl-del.procedure-tbl-del td .bttn-actionn {
  justify-content: end;
}

.btn-outline-dark {
  gap: 4px;
  height: 26px;
  padding: 0 12px;
  font-size: 11px;
  border-radius: 4px;
}

.search-div-wrapper-new {
  width: 50%;
  display: inline-flex;
  margin-bottom: 10px;
  gap: 6px;
}

.search-div-wrapper-new .form-dtls {
  margin-bottom: 7px;
  width: 35%;
}

.form-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 4px;
  height: 100%;
}

.left-frm-bttn.left-frm-bttn {
  position: relative;
  top: 7px;
  justify-content: start;
}

.form-right.form-right form {
  width: 100%;
  display: block;
  max-width: 350px;
}

.all-new-btnn.all-new-btnn .submit-btn {
  width: 100%;
}

.all-new-btnn.all-new-btnn .submit-btn {
  width: 100%;
}

.search-div.search-div.search-div.search-div.ipd-report-dash-head {
  display: inline-block !important;
  text-align: center;
  height: auto;
  background: #1d5dd1;
  padding: 4px 0;
}

.search-div.ipd-report-dash-head .date-wrap {
  display: inline-block;
  margin: 1px 2px;
}

.search-div.ipd-report-dash-head .date-wrap .form-control {
  float: right;
  width: 98px;
}

.search-div.ipd-report-dash-head .date-wrap .form-label {
  padding-right: 4px;
  vertical-align: middle;
  margin-top: 6px;
  color: #fff;
}

.ipd-report-dash li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ipd-report-dash li .card-info {
  position: relative;
  height: 50px;
  width: 100%;
}

.ipd-report-dash li .card-info a {
  padding: 15px 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ipd-report-dash li .card-info a h3 {
  font-size: 13px;
  line-height: 14px;
}
.wrapper-date .ipd-report-dash {
  padding: 20px;
}

.wrapper-date {
  background: #0000ff05;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}

.wrapper-date.wrapper-date
  .search-div.ipd-report-dash-head
  .date-wrap
  .form-control {
  width: 115px;
}

.lock-btnn {
  background: #101a71;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px;
  border-radius: 5px;
}

.reqsition-detl-tabl tr th,
.reqsition-detl-tabl tr td {
  border: 1px solid #f6f6f6;
}

.reqsition-detl-tabl.reqsition-detl-tabl.reqsition-detl-tabl tr th:first-child,
.reqsition-detl-tabl.reqsition-detl-tabl.reqsition-detl-tabl tr td:first-child {
  width: 30px;
}

.reqsition-detl-tabl.reqsition-detl-tabl.reqsition-detl-tabl tr th:last-child,
.reqsition-detl-tabl.reqsition-detl-tabl.reqsition-detl-tabl tr td:last-child {
  width: 50px !important;
}

.reqsition-detl-tabl.reqsition-detl-tabl.reqsition-detl-tabl tr th:nth-child(3),
.reqsition-detl-tabl.reqsition-detl-tabl.reqsition-detl-tabl tr td:nth-child(3),
.reqsition-detl-tabl.reqsition-detl-tabl.reqsition-detl-tabl tr th:nth-child(4),
.reqsition-detl-tabl.reqsition-detl-tabl.reqsition-detl-tabl
  tr
  td:nth-child(4) {
  width: 60px !important;
}

.reqsition-detl-tabl.reqsition-detl-tabl.reqsition-detl-tabl tr th:nth-child(2),
.reqsition-detl-tabl.reqsition-detl-tabl.reqsition-detl-tabl
  tr
  td:nth-child(2) {
  width: 220px !important;
  text-align: left;
}

.nw_modlbody .dataTables_length {
  text-align: left;
}

.nw_modlbody .dataTables_info {
  text-align: left;
}

.note-editable {
  background-color: #fff !important;
}

.dup-outer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
  margin-top: 16px;
}

.dup-outer .dup-row {
  /* width: 25%; */
  margin: 0 !important;
}

.pay-btnn-new {
  /* background: #0d2299; */
  color: #fff;
  padding: 0 8px;
  font-size: 13px;
}

.pay-btnn-new:hover {
  color: #fff;
}

.dataTables_length.dataTables_length,
.dataTables_info {
  text-align: left;
}

.excel_modal.excel_modal table.dataTable {
  border-collapse: collapse !important;
  border: 1px solid #c4c7d7;
  border-top: 0;
}

.hover-data i {
  display: block;
}

.long-modal .modal-body {
  height: 700px;
  overflow-y: scroll;
}

.modal-sub-head {
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.modal-sub-head strong {
  font-style: italic;
}

p.p_ipd_pack {
  display: flex;
  gap: 5px;
}

.form-dtls.flx-class {
  display: flex;
  align-items: center;
  gap: 4px;
}

.general-flx {
  width: 100%;
}

.general-flx .form-check {
  margin-bottom: 0;
}

.general-flx .form-check .form-check-input {
  margin-left: -15px;
}

.lab-select-bx.lab-select-bx .form-select {
  font-size: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.date-wrap.lab-select-bx {
  gap: 4px;
}

span.btn-side-by-side {
  display: flex;
  align-items: center;
  justify-content: end;
}

.btn-side-by-side.btn-side-by-side .txt-right {
  margin-left: 0;
}

.overflow-scroll-y.overflow-scroll-y {
  height: auto !important;
}

.opd-reg-side-panel.opd-reg-side-panel.opd-reg-side-panel {
  height: 492px !important;
}

.hding-shadow.table-scroll.opd-reg-side-panel .table-wrapper {
  height: 420px !important;
}

.opd-reg-mstr-tbl.opd-reg-mstr-tbl
  .master-table.mult-bill-tab
  tr
  td:nth-child(5)
  input[type="text"] {
  margin-top: 0 !important;
}

.opd-reg-mstr-tbl.opd-reg-mstr-tbl
  .mult-bill-tab
  tbody
  tr
  td:nth-child(6)
  select {
  height: 20px;
}

.opd-reg-mstr-tbl.opd-reg-mstr-tbl .new-rund-btn {
  padding-top: 10px;
}

.opd-reg-mstr-tbl.opd-reg-mstr-tbl .g-1 .is-invalid {
  background-image: none !important;
  padding-right: 12px;
}

.due-pending-payment-div .form-dtls {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 4px;
}

.due-pending-payment-div .form-dtls input {
  max-width: 150px;
}

.ui-widget.ui-widget-content {
  z-index: 999 !important;
}

.right-checkbox ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 20px;
}

.right-checkbox ul li {
  display: flex;
  align-items: center;
  gap: 3px;
}

.padding-discount.padding-discount {
  padding: 0 12px;
}

.padding-discount.padding-discount .discount_wrrap {
  border: 1px solid #c4c7d7;
  border-top: 0;
  height: auto;
}

.hding-ingo.hding-ingo-new {
  display: block;
}

.hding-ingo.hding-ingo-new table {
  /* margin-top: 8px; */
}

.hding-ingo.hding-ingo-new td {
  width: 50%;
  padding-top: 4px;
  font-size: 14px;
}

.hding-ingo-new .all-btn-point h2 {
  line-height: 25px !important;
}

.btn-pdf-new.btn-pdf-new {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-select {
  position: absolute;
  z-index: 2;
  right: 0;
  height: 29px;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 13px;
}

.wrapper-head-label {
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
  line-height: 18px;
}

.wrapper-head-label span {
  position: relative;
  display: inline-block;
}

.wrapper-head-label span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: black;
}

span.two-input-bx {
  display: inline-flex;
  gap: 3px;
  flex-direction: row-reverse;
}

.new-ipd-wrap-date.new-ipd-wrap-date.new-ipd-wrap-date.new-ipd-wrap-date.new-ipd-wrap-date.new-ipd-wrap-date {
  display: flex !important;
  justify-content: space-around;
}

.inner-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0 !important;
}

.inner-flex .form-check {
  min-height: auto !important;
}

.inner-flex select,
.inner-flex input {
  height: auto !important;
}

.inner-flex .form-check-input.form-check-input {
  height: 13px !important;
}

.btn-custom.btn-custom {
  background: transparent !important;
}

.droupdown-padding {
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.droupdown-padding .btn {
  padding: 8px 15px;
  background: #eaeaed;
  text-align: left;
  border-radius: 0;
}

.droupdown-padding .btn + .btn {
  border-top: 1px solid #0000002e;
}

.filter-dtls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-dtls-chkbx {
  display: flex;
  align-items: center;
  gap: 3px;
}

.in-tbl-cls.in-tbl-cls.in-tbl-cls {
  display: table;
  margin-left: auto;
  margin-top: 0;
  height: auto !important;
}

.ui-corner-all.ui-corner-all.ui-corner-all {
  z-index: 1062 !important;
}

button.refresh-btn {
  display: inline-flex;
  border: none;
  color: #101a71;
  margin-left: 6px;
  pointer-events: initial;
}

.has-refresh-btn.has-refresh-btn {
  pointer-events: none;
}

.refresh-btn i {
  transition: transform 0.4s ease;
}

/* rotation class */
.rotate-20 {
  transform: rotate(60deg) scale(1.3);
}

.select2-container {
  z-index: initial;
}

.lock-btn-anchr.lock-btn-anchr {
  background: #198754 !important;
}

.last-td.last-td tr td:last-child {
  white-space: nowrap;
}

.for-total-paid.for-total-paid {
  position: relative;
  left: -4px;
}

.form-dtls.ipd-req-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.form-dtls.ipd-req-qty + .form-dtls.ipd-req-qty {
  margin-top: 5px;
}

.form-dtls.ipd-req-qty label {
  max-width: 70px;
  width: 100%;
}

/* .span.price-span {
  display: block;
  max-width: 80px;
  width: 100%;
} */

.price-span {
  display: block;
  max-width: 80px;
  width: 100%;
}

.text-right.text-right {
  font-weight: 600;
  text-align: right;
  padding-right: 70px;
}

.action-btns.ipd-pen-req-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.action-btns.ipd-pen-req-action i {
  margin: 0 !important;
}

.action-btns.ipd-pen-req-action i.btn-danger {
  margin: 0 !important;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jkno-cls.jkno-cls {
  height: 30px;
}

.line-head.report-line-head {
  display: flex;
  gap: 4px;
}

.sup-ret-cross {
  color: #fff;
}

.master_payment select.form-control {
  width: 100px;
  font-size: 14px;
  margin: 5px;
  height: 22px;
  padding: 4px 6px;
  line-height: 18px;
}

.master_payment .master-tbl-price {
  font-size: 13px !important;
  float: left;
  padding: 2px 9px;
  text-align: left;
  width: 104px !important;
  display: block !important;
}

.mult-bill-tab.mult-bill-tab td input[type="text"] {
  font-size: 10px !important;
  padding: 2px 5px !important;
}

.btn-danger {
  white-space: nowrap;
  padding: 6px 12px !important;
  border-radius: 6px;
  color: #fff !important;
}

#bill_button {
  display: block !important;
}

#bill_button .submit-btn.inset-btn {
  display: inline-block !important;
  margin-bottom: 8px;
}

.rad-approve-btn {
  color: #fff !important;
}

.master-table tbody tr td .remove-row-btn,
.remove-row-btn {
  width: 28px;
  height: 23px;
  background-color: #e11111;
  border-radius: 3px;
  border: 1px solid #bc1818;
  margin-top: 3px;
  padding-bottom: 2px;
  transition: 0.6s;
}

.master-table tbody tr td .remove-row-btn:hover,
.remove-row-btn:hover {
  background-color: #fc3838;
}

.master-table tbody tr td .btn-pdf {
  width: 28px;
}

.master-table tbody tr td .btn-pdf i {
  font-size: 13px;
}

.modal-dialog-centered h5.modal-title {
  font-size: 14px;
  padding-right: 10px;
}

.master-table tbody tr td .bg-new {
  width: 28px;
  height: 23px;
}

.doctor-payout-form-dtls label,
.chkbx-list-form-dtls label,
.patient-details-section .form-dtls label {
  font-weight: 600;
  margin-bottom: 4px;
}

.doctor-payout-form-dtls
  .radio-wrapper
  [type="radio"]:not(:checked)
  + label:before {
  top: 2px;
}

.chkbx-list-form-dtls .checkbox-wrapper {
  display: flex;
  gap: 7px;
}

.chkbx-list-form-dtls .checkbox-wrapper p {
  display: inline-flex;
}

.chkbx-list-form-dtls .checkbox-wrapper p .doctor_type_checkbox {
  float: left;
  margin-right: 4px;
}

.chkbx-list-form-dtls .checkbox-wrapper p label {
  margin-top: 4px;
  font-weight: 400;
}

.doctor-payout-maping-covr {
  height: 300px;
  overflow: auto;
  position: relative;
}

#payoutMatrixTable thead th {
  position: sticky;
  background-color: #fff;
  z-index: 5;
  border-bottom: 1px solid #dee2e6;
}

#payoutMatrixTable thead tr th:nth-child(1) {
  position: sticky;
  left: 0px;
  background: #38dbcc;
  z-index: 9;
}

#payoutMatrixTable thead tr:nth-child(2) th:nth-child(odd) {
  background: #28c8ae;
}

#payoutMatrixTable .payoutbck:nth-child(even) {
  background: #b0f7d6;
}

#payoutMatrixTable input[type="number"] {
  width: 54px;
}

#payoutMatrixTable thead th .d-flex input[type="number"] {
  width: 30px !important;
}

.butn-green {
  margin-left: 80px;
  position: sticky;
}

.butn-green button {
  font-size: 14px;
}

#payoutMatrixTable .doctorRow .payoutbck {
  width: 100px !important;
}

/* Fixed header */
#payoutMatrixTable thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 2;
}

/* Scrollable body */
#payoutMatrixTable tbody {
  max-height: 340px; /* adjust height as needed */
  overflow-y: auto;
  overflow-x: hidden;
}

/* Row 1 */
#payoutMatrixTable thead tr:nth-child(1) th {
  top: -1px;
  left: -1px;
  background-color: #f4f4f4;
  z-index: 9999;
}

/* Row 2 */
#payoutMatrixTable thead tr:nth-child(2) th {
  top: 25px; /* height of row 1 */
  z-index: 6;
  background-color: #fff;
}

/* Row 3 */
#payoutMatrixTable thead tr:nth-child(3) th {
  top: 51px; /* height of row 1 + row 2 */
  z-index: 6;
  background-color: #78dfde;
}

/* Row 4 (Service Fill row) */
#payoutMatrixTable thead tr:nth-child(4) th {
  top: 77px; /* adjust if row heights differ */
  z-index: 6;
  background: #0b8378;
  color: #fff;
}

.doctor-payout-maping-covr #payoutMatrixTable .btn-sm {
  padding: 0.08rem 0.5rem;
}

#payoutMatrixTable tbody tr td:nth-child(1) {
  position: sticky;
  left: 0px;
  background: #d0fff0;
}

.doctor-payout-maping-covr #payoutMatrixTable tbody tr td:first-child {
  position: sticky;
  left: 0;
  background: #e5f8f7;
  z-index: 3;
  min-width: 260px;
}

.doctor-payout-maping-covr
  #payoutMatrixTable
  thead
  tr:first-child
  th:first-child {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 9;
  min-width: 260px;
}

.doctor-payout-maping-covr
  #payoutMatrixTable
  thead
  tr:last-child
  th:first-child {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 9;
  min-width: 260px;
}

.test-info .cath-tbl-dv .cath-tbl .table-wrapper {
  height: 150px !important;
}

.extra-row .slide-up-down-dv {
  position: relative;
}

/* .extra-row .slide-up-down-dv .slide-up-down{
  position: static;
  width: 100%;
  max-width: 500px;
  top: 0px;
} */

/* ==================== OPD Consultation Payout ================== */

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

.payout-con-center .radio-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 25px;
}

.doctor-payout-table .search-box {
  width: 225px;
}

#doctor_payout_main_table thead tr th,
#doctor_payout_main_table tbody tr td {
  font-size: 10px;
}

#doctor_payout_main_table thead {
  position: sticky;
  top: 0;
  background: #38dbcc;
  z-index: 9;
}

#doctor_payout_main_table thead tr th:nth-child(1),
#doctor_payout_main_table thead tr th:nth-child(2),
#doctor_payout_main_table thead tr th:nth-child(3) {
  z-index: 999999 !important;
  background: #38dbcc !important;
}

#doctor_payout_main_table thead tr th:first-child,
#doctor_payout_main_table tbody tr td:first-child {
  position: sticky;
  left: -1px;
  z-index: 2;
  background: #c9faf6;
}

#doctor_payout_main_table thead tr th:nth-child(2),
#doctor_payout_main_table tbody tr td:nth-child(2) {
  position: sticky;
  left: 49px;
  z-index: 2;
  background: #c9faf6;
}

#doctor_payout_main_table tbody .d_name {
  font-weight: 600;
  font-size: 12px !important;
}

#doctor_payout_main_table thead tr th:nth-child(3),
#doctor_payout_main_table tbody tr td:nth-child(3) {
  position: sticky;
  left: 278px;
  z-index: 2;
  background: #c9faf6;
  width: 95px !important;
}

#doctor_payout_main_table thead tr:nth-child(1) th:nth-child(2) {
  z-index: 999999 !important;
}

#doctor_payout_main_table tbody tr td input[type="number"] {
  font-size: 10px !important;
  padding: 5px 2px;
}

.doctor_payout_covr {
  height: 520px;
  overflow-y: scroll;
}

.pay-mapping-tabl-covr {
  overflow-x: auto;
  height: 350px;
}

.doctor_payout_main_table tr.doctor-summary-row td.text-end {
  vertical-align: middle !important;
}

#payoutMatrixTable thead tr:nth-child(5),
#payoutMatrixTable thead tr:nth-child(5) th:first-child {
  position: sticky;
  top: 104px;
}

#doc_payout_tfoot tr td:first-child {
  position: sticky;
  left: 0px;
  background-color: #369f9c;
  color: #fff;
}

#doctor_payout_main_table#doctor_payout_main_table#doctor_payout_main_table
  thead
  tr:first-child
  th:first-child,
#doctor_payout_main_table#doctor_payout_main_table#doctor_payout_main_table
  thead
  tr:first-child
  th:nth-child(2),
#doctor_payout_main_table#doctor_payout_main_table#doctor_payout_main_table
  thead
  tr:first-child
  th:nth-child(3) {
  position: sticky !important;
  z-index: 9999999 !important;
}

.ipd-ser-pkg-head {
  width: 50%;
  display: flex;
}

.ipd-ser-pkg-head ul {
  margin-left: 6px;
}

.card-style:nth-child(odd) {
  background: #e6e9ef;
  -webkit-box-shadow: 0px 10px 22px -1px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 10px 22px -1px rgba(0, 0, 0, 0.22);
}

.card-style:nth-child(even) {
  background: #fff;
  -webkit-box-shadow: 0px 10px 22px -1px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 10px 22px -1px rgba(0, 0, 0, 0.22);
}

.card-style {
  margin: 30px auto;
  padding: 20px 10px;
}

.card-style .selection .select2-selection {
  padding-bottom: 2px;
}

.card-style .calc-infoo {
  padding-top: 3px;
}

.card-style .instrument_tr_data input {
  height: 25px;
  width: 60px;
  font-size: 12px;
}

.card-style .cath_instrument_tr_data input {
  height: 25px;
  width: 60px;
  font-size: 12px;
}

.card-style .mult-bill-tab .js-master-payment .instrument_tr_data td {
  padding: 4px 0px !important;
}
.card-style .mult-bill-tab .js-cath-master-payment .cath_instrument_tr_data td {
  padding: 4px 0px !important;
}

.card-style .instrument_tr_data .master-tbl-price {
  width: 150px;
  padding: 2px 4px !important;
  float: left;
}

.card-style .cath_instrument_tr_data .master-tbl-price {
  width: 150px;
  padding: 2px 4px !important;
  float: left;
}

.card-style .instrument_tr_data .ins-rem-cls {
  width: 200px !important;
}

.card-style .cath_instrument_tr_data .ins-rem-cls {
  width: 200px !important;
}

.card-style .lock-btn-anchr .fa-lock.fa-lock.fa-lock.fa-lock.fa-lock {
  color: #fff !important;
}

.checklist-box .form-check-input.ins_type,
.checklist-box .form-check .form-check-input.dr_type {
  margin-left: 0px;
  margin-right: 5px;
}

.s-srvice input[type="text"] {
  font-size: 13px;
}

.services-box .service-item .service_cb {
  margin-left: 4px;
  margin-right: 4px;
}

#servicesBox .form-check.service-item .form-check-input.service_cb {
  margin-left: 0px !important;
  margin-right: 4px !important;
}

.nput-btncel .form-control {
  font-size: 12px;
}

.apply-slect-btn,
.sv-updat-btn,
.slct-all-btn,
.cler-btn {
  font-size: 13px;
}

.patients-inffo-nw .width-div-nw .total-number-innfo {
  text-align: left;
  padding-left: 2px;
}

.multicolorbx-cell li .bg-success-light {
  background-color: #93f393 !important;
}

.master-table tbody tr.bg-success-light {
  background-color: #93f393 !important;
}

#tabContentArea .card-body table.table-mini {
  table-layout: fixed;
  width: 100%;
}

#tabContentArea .card-body table.table-mini tbody {
  display: block;
  max-height: 300px; /* adjust height as needed */
  overflow-y: auto;
}

#tabContentArea .card-body table.table-mini thead {
  position: sticky;
  top: 0;
  z-index: 2;
}

#tabContentArea .card-body table.table-mini tbody tr,
#tabContentArea .card-body table.table-mini thead tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#dynamicArea .btn {
  font-size: 13px;
}

.checklist-box .form-check .form-check-input {
  margin-left: 0px;
  margin-right: 4px;
}

.show-procedure-details {
  background: linear-gradient(94.07deg, #07bafb 2.09%, #1865d8 102.09%);
  color: #fff;
  border-radius: 4px;
  font-size: 13px !important;
  border: 0px;
  outline: none;
  padding: 5px 10px !important;
}

.show-procedure-details:hover {
  background: linear-gradient(275deg, #07bafb 2.09%, #1865d8 102.09%);
  color: #fff;
}

.report_name {
  line-height: 24px;
}

.slab_effective_date {
  font-size: 13px;
}

.tablcovr-scroll {
  overflow-y: scroll;
  height: 300px;
}

.tablcovr-scroll thead th {
  position: sticky;
  top: 0px;
  z-index: 99;
}

.twn-btn .btn {
  font-size: 13px;
}

.ot-update-right-cls.ot-update-right-cls.ot-update-right-cls.ot-update-right-cls
  ul.dropdown-menu {
  z-index: 9999 !important;
  box-shadow: 1px 5px 5px -5px rgba(0, 0, 0, 0.75);
}

.ot-update-right-cls ul.dropdown-menu .text-truncate {
  font-size: 13px;
  font-weight: 600;
}

.ot-update-right-cls ul.dropdown-menu .text-muted {
  font-size: 11px;
  color: #333 !important;
}

.ot-update-right-cls ul.dropdown-menu li {
  background: #dce9ff;
}

.mult-bill-tab .js-bedcat-label {
  display: inline-block;
}

.master-table.mult-bill-tab.mult-bill-tab tbody td {
  height: 24px !important;
  padding: 1px 10px !important;
}
.master-table.mult-bill-tab.mult-bill-tab select {
  position: relative;
  top: 1px;
  height: 24px;
  min-height: auto;
  width: 110px;
  font-size: 14px;
  padding: 0 5px;
}

.bed-add-btn-nw {
  position: relative;
}

.js-bedcat-add-wrap {
  position: absolute;
  top: -4px;
  right: -90px;
  text-align: left;
  padding-left: 1px;
}

.flx-info-pat-ot {
  display: inline-block;
  width: 100%;
}

.flx-info-pat-ot a {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  text-align: left;
  background-color: #0ca3f2;
  border: 1px solid #0380c4;
}

.inner-pay-tbl tr td:first-child {
  white-space: nowrap;
  width: 70px;
}

.inner-pay-tbl.inner-pay-tbl.inner-pay-tbl tr th:nth-child(2) {
  left: 68px !important;
}

.inner-pay-tbl.inner-pay-tbl.inner-pay-tbl tr td:nth-child(2) {
  width: 100px;
  left: 68px !important;
}

.inner-pay-tbl.inner-pay-tbl.inner-pay-tbl tr td:nth-child(3) {
  width: 100px;
  left: 166px !important;
}

.inner-pay-tbl.inner-pay-tbl.inner-pay-tbl tr th:nth-child(3) {
  width: 100px;
  left: 166px !important;
  background: rgb(104, 185, 252) !important;
}

.tabl-hdng.search-box {
  width: 100%;
}

.tabl-hdng.search-box label {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: 600;
}

/* .doctor_payout_covr #doctor_payout_main_table>:not(caption)>* {
    border-width: 0px;
} */

.doctor_payout_main_table thead tr:nth-child(2) th {
  border-top: 1px solid #c0fdf0;
}

.doctor_payout_covr .search-box .btn-srch {
  background-color: #0e9084 !important;
  color: #fff !important;
  border: 0px;
}

.doctor_payout_covr .search-box #globalSearch {
  font-size: 13px;
}



.multicolorbx-cell{
  display: inline-flex;
  gap: 8px;
  margin: 4px;
}

.multicolorbx-cell li .colrbx{
  width: 15px;
  height:15px;
  border:1px solid #dfdfdf;
  float: left;
  margin-top: 1px;
  margin-right:5px;
}

/* .colrbx-1{
  background-color: #93f393;
}
.colrbx-2{
  background-color: #fff9db;
}
.colrbx-3{
  background-color: #e9fce9;
}
.colrbx-4{
  background-color: #fdeaea;
} */



.txt_rght{
   text-align: right !important;
}


.edit-store-item-indent-qty{
  display: inline-flex;
  gap:4px;
}

.dataTables_length label{
  text-transform: capitalize;
}

.dataTables_length .form-select-sm{
  font-size: 13px;
}

.dataTable .edit-store-item-indent-qty .form-control{
   font-size: 13px;
   padding: 4px !important;
   line-height: 20px;
   height: 26px;
   width: 60px;
   text-align: center;
}

.dataTable .edit-store-item-indent-qty .inset-btn,
.master-table .send-approval-indent-btn{
     height: 26px;
     padding: 0 12px;
     font-size: 12px;
     border-radius: 6px;
}

.master-table .badge{
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 500;
}

.edited-by-cls-1 .fw-bold{
  line-height: 10px;
}

.data-table thead tr th+th{
    text-align: center !important;
}

.data-table tbody tr td:first-child{
  text-align: left;
}

.master-table thead tr th:nth-child(4){
  width: 250px;
}

    .dropbtn {
        background-color: #101a71;
        color: white;
        padding: 0 20px;
        font-size: 13px;
        border: 1px solid #101a71;
        cursor: pointer;
        height: 30px;
        border-radius: 4px;
    }

    .dropbtn:hover,
    .dropbtn:focus {
        background-color: transparent;
        color: #101a71;
    }

    .dropdown-nw {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 240px;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        left: auto;
        right: 0;
    }

    .dropdown-content a {
        color: black;
        padding: 9px 16px;
        text-decoration: none;
        display: block;
    }

    .dropdown-nw a:hover {
        background-color: #ddd;
    }

    .drop-show {
        display: block;
    }

    .dorpdown-wrapper {
        position: absolute;
        right: 0;
        top: -2px;
    }

.page-wrapper{
  position: relative;
}

.dropdown-content a.activv {
    background: #101a71 !important;
    color: #fff !important;
}

.dropdown-content a + a{
  border-top: 1px dashed #c3c3c3;
}




  .chk-cell li{
        display: inline-flex;
        gap:6px;
        vertical-align: middle;
        width: auto;
        padding-right: 24px;
    }

  .chk-cell .ckbx{
       float: left;
        width: 15px;
        height: 15px;
    }

  .emplymaster-bx select.form-control{
    padding: 0px 6px !important;
  }

  .frmdiv .form-dtls-chk{
    display: inline-flex;

  }

  .frmdiv .checkbox-wrapper{
    margin-top: 8px;
  }

  .leaveapply-tabl  .leaveapply-tabl{


  }

  .leaveapply-tabl .leav-btn{
     font-size: 11px;
     width: 100px;
     transition:0.6s;
  }

  .leaveapply-tabl .leav-btn:hover{
     opacity: 0.7;
  }

   .leaveapply-tabl tr th:first-child,
   .leaveapply-tabl tr td:first-child{
      width: 60px !important;
   }

    .leaveapply-tabl tr th:nth-child(2),
    .leaveapply-tabl tr td:nth-child(2),
    .leaveapply-tabl tr th:nth-child(3),
    .leaveapply-tabl tr td:nth-child(3){
      width: 100px !important;
   }


   .leaveapply-tabl tr th:nth-child(4),
   .leaveapply-tabl tr td:nth-child(4){
      width: 70px !important;
   }

   .action-buttons .action-btn{
      padding:2px 10px;
      border-radius: 3px;
      transition: 0.6s;
      color: #fff;
   }

  .action-buttons .action-btn .fa{
      display: none;
    }

    .approve-btn{
      background:#0b8c41;
    }
    .approve-btn:hover{
      background:#1dab58;
    }

    .accept-btn{
      background: #00b5bb;
    }
    .accept-btn:hover{
      background:#23c6cc
    }

    .reject-btn{
      background: #da042f;
    }
    .reject-btn:hover{
      background: #fb5b7b;
    }

    .apply-filtr-btn.apply-filtr-btn.apply-filtr-btn.apply-filtr-btn{
      width: 100px;
      padding: 5px 8px;
      height: 30px;
      font-size: 12px;
    }






@media only screen and (max-width: 1560px) {
  .text-right.text-right {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1560px) {
  .login-details {
    padding: 52px 120px;
    max-width: 700px;
  }

  .login-img {
    max-width: 260px;
    margin: 0 auto 12px;
  }

  .login-details h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .input-div input.form-control {
    height: 50px;
    font-size: 15px;
    padding-left: 25px;
  }

  .input-div input.form-control::placeholder {
    font-size: 15px;
  }

  .input-div {
    margin-bottom: 22px;
  }

  .forgt-passwrd {
    font-size: 16px;
    color: #6a8198;
    font-weight: 500;
    display: table;
    margin: 30px auto 20px;
  }

  .submit-btn {
    height: 46px;
    padding: 0 46px;
    font-size: 15px;
  }

  .login-btn-img {
    max-width: 200px;
  }

  .container {
    max-width: 100%;
    padding: 0 40px;
  }

  .hdr-fig {
    max-width: 180px;
  }

  .welcome-abt p {
    font-size: 12px;
  }

  .welcome-abt h6 {
    font-size: 12px;
  }

  .user-info-dtls figure {
    height: 36px;
    width: 36px;
  }

  .user-info-dtls figure img {
    width: 24px;
  }

  .right-lists > li + li {
    margin-left: 25px;
    padding-left: 25px;
  }

  .welcome-abt h5 {
    font-size: 13px;
  }

  .dashbrd-section {
    padding: 37px 0 30px;
  }

  h2 {
    font-size: 15px;
  }

  .card-info a {
    padding: 25px 8px;
    border-radius: 16px;
  }

  .card-info figure {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
  }

  .card-info h3 {
    font-size: 18px;
  }

  .all-lists {
    font-size: 18px;
    margin-top: 35px;
  }

  .hding-ingo {
    margin-bottom: 18px;
  }

  .header {
    padding: 8px 0 0;
  }

  .body-wrap {
    padding-top: 69px;
  }

  .left-sidebar {
    max-width: 55px;
    padding-top: 100px;
  }

  .marquee-div {
    margin-top: 8px;
  }

  .inner-wrap {
    margin-left: 55px;
  }

  .left-sidebar.new-sidebar,
  .left-sidebar ul li a {
    max-width: 215px;
  }

  .inner-wrap.new-sidebar {
    margin-left: 215px;
  }

  .sidebar-icon {
    font-size: 16px;
    top: 22px;
    left: 10px;
  }

  .hdr-writing img {
    max-width: 200px;
  }

  .left-sidebar ul li a {
    padding: 20px 6px 20px 43px;
  }

  .breadcrumb-item a {
    font-size: 12px;
    padding-right: 4px;
  }

  .breadcrumb-item {
    font-size: 12px;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    top: 1px;
  }

  .hding-shadow.hding-shadow {
    padding: 8px 16px;
    margin-bottom: 12px;
  }

  .form-dtls label {
    font-size: 11px;
    margin-bottom: 0px;
  }

  .form-dtls input,
  .form-dtls select,
  .form-dtls textarea,
  .select2-container--default .select2-selection--multiple {
    font-size: 12px;
    height: 25px;
    min-height: auto;
    padding-left: 6px;
    padding-right: 6px;
  }

  .select2-container--default .select2-selection--multiple {
    min-height: auto !important;
    height: auto;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 12px !important;
    line-height: 24px !important;
    padding-left: 6px !important;
  }

  .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-left: 3px !important;
    margin-top: 2px !important;
    font-size: 11px;
    top: -2px;
  }

  .select2-container .select2-selection--single,
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 25px !important;
  }

  .checkmark {
    height: 17px;
    width: 17px;
    border-radius: 2px;
  }

  .container-check .checkmark:after {
    left: 1px;
    top: 1px;
    width: 13px;
    height: 13px;
  }

  .container-check {
    padding-left: 22px;
    margin-bottom: 0 !important;
  }

  .save-info {
    height: 22px;
    padding: 0px 12px;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 2px;
  }

  .excel_modal .btn {
    font-size: 12px;
    padding: 2px 10px;
  }

  .bar-info {
    font-size: 16px;
    height: 30px;
    width: 32px;
    border-radius: 4px;
  }

  .flex-check {
    gap: 10px;
  }

  .form-dtls {
    margin-bottom: 7px;
  }

  .all-btns {
    gap: 5px;
    margin-top: 12px;
    margin-bottom: 2px;
  }

  .search-div input {
    font-size: 12px;
    padding-left: 10px;
  }

  .search-div input[type="submit"] {
    padding: 0 12px;
    font-size: 12px;
  }

  .checkbox-wrapper-34 .tgl + .tgl-btn {
    width: 40px;
  }

  .checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn:before {
    left: 5px;
  }

  .checkbox-wrapper-34 .tgl-ios + .tgl-btn:before {
    left: 18px;
  }

  .sub-nav.sub-nav li a {
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 8px 5px 8px 30px;
    border-radius: 6px;
    margin-bottom: 5px;
    margin-left: 8px;
    width: 200px;
  }

  .sub-nav li a:after {
    top: 14px;
    left: 20px;
    height: 5px;
    width: 5px;
  }

  .search-div {
    width: 100%;
    height: 26px;
    border-radius: 4px;
    overflow: hidden;
  }

  .search-div-wrapper form {
    max-width: 280px;
  }

  .search-div-wrapper {
    margin-bottom: 10px;
    gap: 6px;
  }

  .master-table th,
  .master-table td {
    padding: 5px 8px;
    font-size: 11px;
  }

  .all-btns.all-btns .submit-btn {
    height: 30px;
    padding: 0 20px;
    border-radius: 6px;
    font-size: 12px;
  }

  .back-btn {
    gap: 4px;
    height: 26px;
    padding: 0 12px;
    font-size: 11px;
    border-radius: 4px;
  }

  .back-btn a {
    font-size: 11px;
  }

  h5.hdr-writing {
    font-size: 15px;
  }

  h5.hdr-writing {
    font-size: 15px;
  }

  .lft-hdr {
    gap: 35px;
  }

  .filter_menu {
    width: 250px;
    height: 240px;
    padding: 16px 12px;
    top: 40px;
  }

  .filter_menu.filter_menu .form-dtls input,
  .filter_menu.filter_menu .form-dtls select {
    font-size: 12px;
    height: 30px;
  }

  .excel_modal .modal-dialog {
    max-width: 1050px;
  }

  .pagination a {
    padding: 4px 13px;
    font-size: 12px;
  }

  .save-dtls {
    top: 3px;
  }

  .invalid-feedback {
    margin-top: 0.15rem;
    font-size: 13px;
  }

  .modal-title {
    font-size: 15px;
  }

  .common_confirm_modal .modal-body {
    font-size: 13px;
  }

  .opd-dash.opd-dash h3 {
    font-size: 15px;
  }

  .form-dtls .onoffswitch {
    width: 52px;
  }

  .form-dtls .onoffswitch-inner:before,
  .form-dtls .onoffswitch-inner:after {
    height: 16px;
    line-height: 16px;
    font-size: 10px;
  }

  .form-dtls .onoffswitch-switch {
    width: 12px;
    margin: 4px;
    top: 0;
    bottom: 0;
    right: 31px;
  }

  .check-box-wrap.check-box-wrap .checkmark {
    height: 14px;
    width: 14px;
  }

  .check-box-wrap.check-box-wrap .container-check .checkmark:after {
    width: 11px;
    height: 11px;
  }

  .form-dtls .onoffswitch-inner:before {
    padding-left: 6px;
  }

  .form-dtls .onoffswitch-inner:after {
    padding-right: 8px;
  }

  .checkbox-wrapper-34 .tgl + .tgl-btn:after {
    left: 2px;
    top: 1.7px;
    top: 1.2px;
  }

  .smll-hding {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 3px 8px;
  }

  /* .smll-hding::before {
        height: 1px;
    } */

  .select2-results__option--selectable {
    font-size: 13px !important;
  }

  .new-rund-btn button {
    height: 26px;
    width: 26px;
    font-size: 12px;
  }

  .checkbox-wrapper-34.active-inactive.active-inactive .tgl + .tgl-btn:after {
    top: 1.4px;
  }

  .mn-blk.mn-blk.mn-blk .form-dtls input,
  .mn-blk.mn-blk.mn-blk .form-dtls select,
  .mn-blk.mn-blk.mn-blk .form-dtls textarea {
    height: 28px;
  }

  .hover-modal .d-flex {
    margin-bottom: 3px !important;
  }

  .active-inactive.active-inactive.active-inactive.active-inactive.checkbox-wrapper-34
    .tgl
    + .tgl-btn {
    /* width: 94px; */
    white-space: nowrap;
  }

  .checkbox-wrapper-34 .tgl + .tgl-btn:after,
  .checkbox-wrapper-34 .tgl + .tgl-btn:before {
    width: 9px;
    height: 9px;
  }

  .active-inactive.active-inactive.active-inactive.active-inactive.checkbox-wrapper-34
    .tgl:checked
    + .tgl-btn:after {
    left: 76.5%;
  }

  .active-inactive.active-inactive.active-inactive.active-inactive
    .tgl-ios
    + .tgl-btn:before {
    left: 16px;
  }

  .active-inactive.active-inactive.active-inactive.active-inactive
    .tgl-ios:checked
    + .tgl-btn:before {
    left: 7px;
  }

  .wk-hade-name {
    max-width: 80px;
    font-size: 14px;
  }

  .mn-blk.mn-blk.mn-blk .form-dtls input,
  .mn-blk.mn-blk.mn-blk .form-dtls select,
  .mn-blk.mn-blk.mn-blk .form-dtls textarea {
    height: 24px;
    font-size: 12px;
  }

  .left-note {
    max-width: 275px;
  }

  /* .common_confirm_modal input{
        font-size: 13px;
        height: 32px;
    } */

  .exl_btn2,
  .exl_btn1 {
    height: 30px;
    padding: 0 18px;
    border-radius: 5px;
    font-size: 13px;
  }

  .short_modal .modal-dialog {
    max-width: 570px;
  }

  .new-slt-dtls .user-icn {
    right: 6px;
    width: 20px;
    height: 14px;
    font-size: 14px;
  }

  .genrate-dtls.genrate-dtls .save-info {
    padding: 0px 6px;
  }

  .input-result ul li {
    font-size: 13px;
  }

  .hding-shadow.table-scroll.table-scroll {
    /* height: 442px; */
    height: 700px;
  }

  .hding-shadow.table-scroll.table-scroll .table-wrapper {
    overflow-y: auto;
    /* height: 380px; */
    height: 600px;
  }

  .form-control.form-select {
    padding: 1px 5px;
  }

  .dash-tabs .save-info.save-info {
    height: 22px;
    line-height: 19px;
  }

  #loader-covr {
    width: 14px;
    height: 2px;
    right: 8px;
    top: 12px;
  }

  .doc-avl-table.doc-avl-table .com-width {
    width: 140px !important;
  }

  .sticky-time.sticky-time {
    top: 98px;
  }

  .input-group-text {
    font-size: 11px !important;
    height: 25px;
  }

  .extra-search-div select {
    height: 25px;
    width: 100px !important;
  }

  .extra-search-div.extra-search-div .form-select {
    background-position: right 6px center;
    background-size: 10px 12px;
  }

  .new-dash-hding.new-dash-hding .search-div .datepicker {
    width: 95px;
    font-size: 12px;
  }

  .lbl-cls {
    font-size: 14px;
  }

  /* .loader-new {
        width: 20px;
        height: 20px;
        border: 4px solid #FFF;
        top: 3px;
        right: 10px;
        border-bottom-color: #e02323;
    } */

  .loader-new {
    width: 20px;
    height: 20px;
  }

  .loader-new::after {
    width: 20px;
    height: 20px;
  }

  .range-info {
    font-size: 13px;
    padding-bottom: 3px;
  }

  .Wide-modal .modal-dialog {
    max-width: 1240px;
  }

  .Wide-modal-2 .modal-dialog {
    max-width: 1300px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .scroll-bar .checkbox-item label {
    padding: 2px 5px;
  }

  .modal-master-table {
    height: 349px;
  }

  .scroll-bar {
    height: 280px;
  }

  .clr_green,
  .clr_red,
  .clr_yellow {
    padding: 1px 10px;
  }

  .item-check-div.item-check-div.item-check-div .me-2 {
    margin-right: 4px !important;
    height: auto;
  }

  .item-nm-del.item-nm-del {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
  }

  .word-info {
    margin-top: 9px;
    padding: 8px 0 0 16px;
    border-bottom: 1px solid #e8e8e8;
  }

  .word-info .nav-link,
  .new-content.new-content .nav-link {
    font-size: 12px !important;
    padding: 5px 10px;
  }

  .total-bed p {
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 2px;
  }

  .icon-bed {
    height: 20px;
    width: 36px;
    border-radius: 3px;
  }

  .icon-bed span {
    position: absolute;
    left: 4px;
    height: 76%;
    width: 6px;
    border-radius: 3px;
  }

  .bed-icon {
    gap: 4px;
    font-size: 12px;
  }

  .bed-info {
    gap: 10px;
    padding: 8px 0;
  }

  .bed-img {
    height: 44px;
    width: 120px;
    border-radius: 6px;
  }

  .bed-img p {
    height: 100%;
    width: 90px;
  }

  .bed-img .absolte-span {
    height: 73%;
    width: 9px;
    top: 0;
    bottom: 0;
    left: 6px;
    border-radius: 4px;
  }

  .new-content nav {
    padding-left: 16px;
    margin-top: 9px;
    padding-top: 8px;
  }

  ul.second-row {
    width: 330px;
    flex: none;
  }

  .overall-about ul {
    gap: 6px;
  }

  .overall-about {
    padding-top: 12px;
    flex-wrap: initial;
  }

  .ptnts-dtls p {
    margin-bottom: 2px;
    font-size: 13px;
  }

  .ptnts-dtls h2 {
    margin-bottom: 9px;
  }

  .patients-inffo + .patients-inffo {
    padding-top: 12px;
    margin-top: 12px;
  }

  .bed-img p {
    font-size: 11px;
    line-height: 15px;
  }

  .doctor_fees_applicable {
    gap: 2px;
    font-size: 10px;
  }

  .doctor_fees_applicable input[type="checkbox"] {
    height: 12px;
    width: 12px;
    margin-bottom: 0 !important;
  }

  .in-div-form {
    height: 142px;
  }

  .master-tbl-price,
  .consultation_tr_data td input[type="text"],
  .mult-bill-tab.mult-bill-tab td input[type="text"] {
    width: 85px;
  }

  .invalid-feedback {
    font-size: 0.875em;
  }

  .extra-foot-tr input[type="number"] {
    width: 80px;
    height: 25px;
    min-height: 25px;
  }

  .dt-row .fa-file-invoice,
  .dt-row .fa-file-prescription {
    font-size: 15px;
  }

  .expert-info h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .expert-info p {
    font-size: 13px;
  }

  .doctr-dttls figure img {
    width: 160px;
    height: 162px;
  }

  .dctr-dtls-abt h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .dctr-dtls-abt h4 {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .all-doctor .col-md-6 {
    margin-top: 16px;
  }

  .doctr-dttls-wrapper {
    min-height: 160px;
  }

  .appointmnt-about h4 {
    font-size: 15px;
  }

  .appointmnt-about .all-btns.all-btns .new-clr-1,
  .appointmnt-about .all-btns.all-btns .new-clr-2 {
    height: 28px;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 10px;
  }

  .slot-info h5 {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .slot-info p {
    font-size: 12px;
  }

  .book-now {
    font-size: 12px;
    margin-top: 12px;
  }

  .appointmnt-about {
    padding: 16px 10px 12px;
  }

  .owl-wrapper {
    margin-top: 16px;
  }

  .seat-availble li {
    width: 20%;
    padding: 5px 2px 0;
  }

  .seat-availble li a {
    height: 32px;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 8px;
  }

  .seat-availble {
    margin: 0 -2px;
  }

  .available-dtls + .available-dtls {
    margin-top: 10px;
  }

  .male_wrapper .lab-head,
  .female_wrapper .lab-head,
  .other_wrapper .lab-head,
  .neonatal_wrapper .lab-head,
  .any_wrapper .lab-head,
  .child_wrapper .lab-head {
    width: 66px;
  }

  .btn-cls.btn-cls .btn.btn-danger {
    font-size: 11px;
  }

  .btn-cls tbody td {
    font-size: 11px;
  }

  .master-table #acceptedFromList .form-control {
    font-size: 10px;
  }

  .new-tbll-scroll.new-tbll-scroll.new-tbll-scroll {
    height: 465px !important;
  }

  .hding-shadow.table-scroll.new-tbll-scroll.newtabl-auto.newtabl-auto.newtabl-auto.newtabl-auto.newtabl-auto.newtabl-auto.newtabl-auto.newtabl-auto {
    height: auto !important;
    overflow-x: scroll !important;
  }

  .total-bed button {
    font-size: 11px;
    height: 26px;
    padding: 0 8px;
    border-radius: 3px;
  }

  .ptnts-dtls p {
    margin-bottom: 2px;
    font-size: 12px;
  }

  .change-room p {
    width: 180px;
  }

  .patients-inffo p {
    font-size: 12px;
    margin-top: 1px;
  }

  .wrd-new-ifo label {
    font-size: 13px;
  }

  .new-save-btn.new-save-btn.new-save-btn {
    height: 26px;
    padding: 0 8px;
    font-size: 11px;
    border-radius: 2px;
  }

  .bed-layout-wrapper {
    padding: 14px;
    border-radius: 8px;
    margin-top: 12px;
  }

  .common-layout.common-layout h4 {
    font-size: 13px;
    margin-bottom: 0;
  }

  .common-layout + .common-layout {
    margin-top: 12px;
    padding-top: 11px;
  }

  .form-dtls.bed-form {
    max-width: 280px;
    margin-bottom: 12px;
  }

  .common-layout.common-layout.common-layout .overall-about {
    padding-top: 6px;
  }

  .smml-btn.smml-btn tr td:last-child .btn-sm {
    font-size: 11px;
  }

  .smml-btn.smml-btn tr td:last-child {
    gap: 3px;
  }

  .change-new-bg {
    font-size: 11px;
    padding: 4px;
  }

  .italic-span.italic-span {
    font-size: 11px;
  }

  .head-btns.head-btns .btn-success,
  .new-sm-btn.new-sm-btn,
  .head-btns.head-btns .btn-danger {
    font-size: 11px;
    padding: 3px 7px;
  }

  .head-btns {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .test-details {
    margin-top: 10px;
  }

  .new-td.new-td {
    gap: 5px;
    padding: 0 8px;
  }

  .all-methods {
    font-size: 11px;
  }

  .sml-value.sml-value {
    width: 70px;
  }

  .new-flx-div.new-flx-div {
    display: flex;
    align-items: center;
    gap: 2px;
  }

  textarea.form-control {
    font-size: 12px;
  }

  .order-div-form.order-div-form {
    height: 271px;
  }

  .lonng-modl.short_modal .modal-dialog {
    max-width: 660px;
  }

  .lonng-modl.short_modal .duel-btn {
    gap: 6px;
  }

  .all-day-cls.all-day-cls.all-day-cls .hover-modal {
    width: 195px;
  }

  .form-control.m-h-nm,
  .form-control.h-nm {
    height: 25px;
    padding: 5px;
    width: 110px;
    font-size: 11px;
  }

  .lab-wrapper.lab-wrapper .dt-row .col-sm-12 {
    height: 450px;
  }

  .three-btns.three-btns button {
    font-size: 10px;
    height: 24px;
    padding: 0 10px;
  }

  .three-btns {
    gap: 1px;
  }

  .top-view figure {
    width: 76px;
    height: 76px;
  }

  .top-view figure img {
    max-width: 40px;
  }

  .top-view h5 {
    font-size: 30px;
  }

  .top-view {
    gap: 36px;
    margin-bottom: 25px;
  }

  .hospital-overview h3 {
    font-size: 17px;
    max-width: 150px;
  }

  .calculate-percentage {
    font-size: 15px;
    border: 2px solid #5665ef;
    padding: 2px 14px;
    margin-top: 8px;
  }

  .hospital-overview {
    border-radius: 20px;
    padding: 20px;
  }

  .map-row .col-12,
  .map-row .col-md-6 {
    margin-top: 18px;
  }

  .ternds-heading h3 {
    font-size: 22px;
  }

  .right-trends h4 {
    font-size: 15px;
    padding-left: 20px;
  }

  .right-trends h4::before {
    margin: auto;
    height: 15px;
    width: 15px;
    border: 3px solid #5665ef;
  }

  .ad-trends {
    padding: 24px 22px;
  }

  .right-trends {
    gap: 40px;
  }

  .ternds-heading {
    margin-bottom: 20px;
  }

  .alert-name img {
    height: 32px;
    width: 32px;
    padding: 6px;
  }

  .alert-name h4 {
    font-size: 15px;
  }

  .alert-timing h5 {
    padding: 6px 16px;
    font-size: 13px;
    flex: none;
  }

  .summery-lists li p {
    font-size: 15px;
  }

  .alert-name {
    gap: 12px;
  }

  .roaster-img img {
    margin-right: -12px;
    max-width: 50px;
  }

  .alert-timing {
    padding: 8px 18px;
    border-radius: 16px;
  }

  .summery-lists li span,
  .color-round,
  .green-tick {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .summery-lists li {
    gap: 13px;
    margin-bottom: 5px;
  }

  .risk-summarys .alert-timing p,
  .alert-timing.status-inffo p {
    font-size: 16px;
  }

  .green-tick.green-tick.green-tick img {
    max-width: 20px;
  }

  .alert-timing.status-inffo {
    gap: 20px;
  }

  .alert-timing + .alert-timing {
    margin-top: 10px;
  }

  .wid-new.wid-new {
    display: table;
    max-width: 440px;
    margin: auto;
  }

  /* Patient-Registration-dashboard */
  .patient_reg .dise-dtls h4 {
    font-size: 18px;
  }

  .patient_reg .dise-im h5 {
    font-size: 16px;
  }

  .patient_reg .dise-im h5::before {
    height: 17px;
  }

  .patient_reg .card-info figure img {
    width: 45px;
  }

  .patient_reg .card-info p {
    font-size: 15px;
  }

  .patient_reg .card-info h3 {
    font-size: 25px;
  }

  .patient_reg .card-info p {
    font-size: 15px;
  }

  .patient_reg .hding-shadow {
    padding: 15px !important;
  }

  .patient_reg .grap-info .grp-in {
    font-size: 16px;
  }

  .patient_reg .grap-info {
    gap: 15px;
  }

  .patient_reg .grp-in-1 {
    padding: 6px 28px;
    font-size: 15px;
  }

  .patient_reg .grp-in-2 {
    padding: 6px 18px;
    font-size: 15px;
  }

  .patient_reg .med-in figure img {
    width: 16px;
  }

  .patient_reg .crl-ar {
    top: 18px;
  }

  .hover-pswrd-change li .user-info-dtls figure img {
    width: 20px;
    top: -1px;
  }

  .hover-pswrd-change li .user-info-dtls figure {
    width: 22px;
  }

  .item-bg-change.item-bg-change .range-table-del tr td:last-child,
  .flx-bld {
    padding-right: 10px !important;
  }

  .list-bttn.list-bttn {
    height: 24px;
    width: 24px;
    border-radius: 4px;
  }

  .vlu-input {
    max-width: 80px;
  }

  .req-nw-btn.req-nw-btn {
    margin-top: 0px;
    font-size: 12px;
    padding: 3px 12px;
  }

  .view-info button {
    position: relative;
    top: 4px;
  }

  .payable-amt {
    font-size: 11px;
  }

  .ipd-box h5 {
    font-size: 13px;
    margin-bottom: 0px;
  }

  .hover-view {
    top: -210%;
    padding: 7px 10px;
  }

  .search-div-wrapper-ceo.search-div-wrapper-ceo .search-div {
    width: 280px;
  }

  .total-number-innfo {
    /* padding: 1px 0px; */
    max-width: 90px;
    border-radius: 4px;
  }

  .width-div.flx-div p b {
    max-width: 185px;
  }

  .remarks-dtls textarea {
    height: 50px;
    padding: 7px 10px;
  }

  .bg-new-red,
  .bg-new-grn,
  .bg-new {
    height: 22px;
    width: 22px;
    border-radius: 3px !important;
  }

  .bg-new-grn,
  .bg-new-red {
    margin-left: 2px !important;
  }

  .patient-tabl h4 {
    font-size: 16px;
  }

  .mult-bill-tab.mult-bill-tab td input[type="text"] {
    font-size: 10px !important;
    padding: 1px 4px;
  }

  .mult-bill-tab .btn-outline-success,
  .mult-bill-tab .btn-outline-primary {
    padding: 1px 2px;
    font-size: 12px;
  }

  .total-number-innfo input {
    font-size: 12px;
  }

  .new-table-height.new-table-height,
  .accepted-action.accepted-action .table-wrapper {
    height: 500px !important;
  }

  .scroll-inner-test.scroll-inner-test {
    height: 220px;
  }

  .return-amt {
    margin-top: 4px;
    font-size: 12px;
  }

  .pay-btn-new {
    font-size: 11px;
  }

  .form-lab-report.form-lab-report .form-label {
    font-size: 12px;
  }

  .date-wrap input::placeholder {
    font-size: 12px;
  }

  .new-value-input {
    max-width: 60px !important;
  }

  .dctors-name.dctors-name
    .select2-container--default
    .select2-selection--multiple {
    padding-bottom: 0px !important;
    padding-right: 0px !important;
  }

  td.irn-tbl-hd {
    max-width: 60px;
  }

  .left-frm-bttn.left-frm-bttn {
    top: 5px;
  }

  .form-right.form-right form {
    width: 100%;
    display: block;
    max-width: 300px;
  }

  .all-new-btnn.all-new-btnn .submit-btn {
    width: 100%;
    padding: 0 5px !important;
  }

  .ipd-report-dash li .card-info a h3 {
    font-size: 12px;
  }

  .wrapper-date.wrapper-date
    .search-div.ipd-report-dash-head
    .date-wrap
    .form-control {
    width: 100px;
  }

  .lock-btnn {
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
  }

  .form-dtls input[type="radio"] {
    height: 12px !important;
  }

  .long-modal .modal-body {
    height: 550px;
  }

  .lab-select-bx.lab-select-bx .form-select {
    font-size: 12px;
  }

  .opd-reg-side-panel.opd-reg-side-panel.opd-reg-side-panel {
    height: 442px !important;
  }

  .hding-shadow.table-scroll.opd-reg-side-panel .table-wrapper {
    height: 380px !important;
  }

  .opd-reg-mstr-tbl.opd-reg-mstr-tbl
    .mult-bill-tab
    tbody
    tr
    td:nth-child(6)
    select {
    height: 18px;
  }

  .opd-reg-mstr-tbl.opd-reg-mstr-tbl .new-rund-btn {
    padding-top: 7px;
  }

  .due-pending-payment-div .form-dtls {
    gap: 10px;
  }

  .due-pending-payment-div .form-dtls input {
    max-width: 105px;
  }

  .opd-reg-mstr-tbl.opd-reg-mstr-tbl .g-1 .is-invalid {
    padding-right: 4px;
    padding-left: 4px;
  }

  .new-tbll-scroll.new-tbll-scroll.new-tbll-scroll.new-tbll-scroll
    .table-wrapper {
    height: 400px;
  }

  .right-checkbox ul {
    gap: 1px 16px;
  }

  .right-checkbox ul li input {
    height: auto;
  }

  .mt-dis {
    margin-top: 12px;
  }

  .btn-pdf-new.btn-pdf-new {
    height: 26px;
  }

  .hding-ingo.hding-ingo-new td {
    padding-top: 3px;
    font-size: 12px;
  }

  .right-select {
    height: 23px;
    padding: 0 6px;
    border-radius: 3px;
    font-size: 12px;
  }

  .wrapper-date .ipd-report-dash {
    padding: 14px 20px;
  }

  .wrapper-head-label {
    font-size: 14px;
    line-height: 17px;
  }

  .ipd-report-dash li .card-info {
    height: 42px;
  }

  .droupdown-padding .btn {
    padding: 4px 14px;
  }

  .last-td.last-td tr td:last-child .btn,
  .font-12.font-12 .btn {
    font-size: 12px;
  }

  .action-btns.ipd-pen-req-action i.btn-danger {
    height: 24px;
    width: 24px;
  }

  .action-btns.ipd-pen-req-action {
    gap: 3px;
  }

  .jkno-cls.jkno-cls {
    height: 22.8px;
    font-size: 12px;
    padding: 0 10px;
  }

  .line-head {
    margin-bottom: 5px;
  }

  .master-table.mult-bill-tab.mult-bill-tab select {
    width: 100px;
    height: 20px;
    font-size: 12px;
    background-size: 10px 12px;
  }

  .dropbtn {
    padding: 0 15px;
    font-size: 12px;
    height: 27px;
  }

  .dropdown-content a {
    padding: 6px 12px;
  }

  .dropdown-content {
    min-width: 220px;
  }

  .dorpdown-wrapper {
    position: absolute;
    right: 0;
    top: -4px;
  }
}

@media only screen and (max-width: 1290px) {
  .male_wrapper .form-dtls label,
  .female_wrapper .form-dtls label,
  .other_wrapper .form-dtls label,
  .neonatal_wrapper .form-dtls label,
  .any_wrapper .form-dtls label {
    font-size: 11px;
  }

  .form-dtls label {
    font-size: 11px;
  }

  .form-select {
    background-position: right 0.5rem center;
    background-size: 10px 14px;
  }

  .card-info a {
    padding: 25px 6px;
    border-radius: 12px;
  }

  .roaster-img img {
    margin-right: -12px;
    max-width: 44px;
  }

  .hover-pswrd-change.hover-pswrd-change .user-info-dtls a {
    padding: 4px 10px;
  }

  .all-btns.all-btns .submit-btn {
    padding: 0 10px;
  }

  .new-value-input {
    max-width: 50px !important;
  }

  .range-show {
    overflow-x: scroll;
  }

  .master-table th,
  .master-table td {
    padding: 5px 7px;
  }

  .new-td.new-td {
    padding: 0 7px;
  }

  .hding-shadow.hding-shadow {
    padding: 8px 12px;
  }

  .modal-sub-head {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1240px) {
  .lvl-dtls label {
    font-size: 12px;
  }

  .lbl-cls {
    font-size: 13px;
  }

  .Wide-modal .modal-dialog {
    max-width: 1180px;
  }

  .male_wrapper .form-dtls label,
  .female_wrapper .form-dtls label,
  .other_wrapper .form-dtls label,
  .neonatal_wrapper .form-dtls label,
  .any_wrapper .form-dtls label {
    font-size: 11px;
  }

  .ptnts-dtls p {
    margin-bottom: 1px;
    font-size: 12px;
  }

  .ptnts-dtls h2 {
    margin-bottom: 6px;
  }

  .patients-inffo p {
    font-size: 12px;
  }

  td.text-center {
    gap: 4px;
  }

  .sml-value.sml-value {
    width: 70px;
  }

  .opd-dash.new-opd-dash li h3 {
    font-size: 13px;
  }

  /* Patient Registration dashboard */
  .patient_reg .card-info figure img {
    width: 38px;
  }

  .patient_reg .card-info h3 {
    font-size: 20px;
  }

  .patient_reg .card-info p {
    font-size: 12px;
  }

  .patient_reg .grap-info .grp-in {
    font-size: 13px;
  }

  .patient_reg .grp-in-1,
  .patient_reg .grp-in-2 {
    padding: 6px 20px;
    font-size: 13px;
  }

  .patient_reg .crl-ar {
    height: 34px;
    width: 34px;
  }

  .patient_reg .crl-ar img {
    width: 16px;
  }

  .patient_reg .dash-lists li {
    padding: 0 5px;
  }

  .male_wrapper .lab-head,
  .female_wrapper .lab-head,
  .other_wrapper .lab-head,
  .neonatal_wrapper .lab-head,
  .any_wrapper .lab-head,
  .child_wrapper .lab-head {
    width: 60px;
  }

  .new-value-input {
    max-width: 40px !important;
  }

  .new-value-input {
    max-width: 46px !important;
  }

  .hding-shadow.hding-shadow {
    padding: 8px 10px;
  }
}

@media only screen and (max-width: 991px) {
  .opd-dash.new-opd-dash li h3 {
    font-size: 13px;
  }

  .col-md-4,
  .col-md-8,
  .col-md-7,
  .col-md-6 {
    width: 100%;
  }

  .card-info figure {
    width: 40px;
    height: 40px;
    margin: 0 auto 12px;
  }

  .card-info a {
    padding: 20px 10px;
    border-radius: 12px;
  }

  .card-info h3 {
    font-size: 15px;
  }

  .hdr-fig {
    max-width: 140px;
  }

  .hdr-writing img {
    max-width: 160px;
  }

  .user-info-dtls figure {
    height: 30px;
    width: 30px;
  }

  .user-info-dtls figure img {
    width: 16px;
  }

  .right-lists > li + li {
    margin-left: 15px;
    padding-left: 15px;
  }

  .header {
    padding: 5px 0 0;
  }

  .marquee-div {
    padding: 5px;
    font-size: 12px;
  }

  .marquee-div {
    margin-top: 5px;
  }

  .body-wrap {
    padding-top: 52px;
  }

  .left-sidebar {
    max-width: 0px;
    padding-top: 82px;
  }

  .inner-wrap,
  .inner-wrap.new-sidebar {
    margin-left: 0;
  }

  .container {
    padding: 0 30px;
  }

  .hding-ingo {
    margin-bottom: 14px;
  }

  .dash-lists li {
    width: 25%;
    padding: 0 6px;
  }

  .dash-lists {
    gap: 14px 0;
    margin: 0 -6px;
  }

  .new-opd-dash li {
    width: 20%;
  }

  .opd-dash.new-opd-dash li h3 {
    font-size: 12px;
  }

  .breadcrumb {
    margin-bottom: 8px;
  }

  .hding-shadow.hding-shadow {
    padding: 6px 12px;
    margin-bottom: 10px;
  }

  .todo.hding-shadow,
  .patient-tab.hding-shadow,
  .doctor-list.hding-shadow {
    margin-top: 15px;
  }

  .new-dash-hding.new-dash-hding .search-div .datepicker {
    width: 87px;
    font-size: 11px;
  }

  .table-wrapper {
    border-radius: 5px;
  }

  .pay-btn {
    font-size: 11px;
    padding: 1px 11px;
  }

  .search-div-wrapper {
    margin-bottom: 8px;
  }

  .table-wrapper {
    overflow-y: scroll;
  }

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

  .sticky-time.sticky-time {
    top: 81px;
  }

  .dup-outer {
    gap: 40px;
  }

  .dorpdown-wrapper {
    top: -6px;
  }
}

@media only screen and (max-width: 767px) {
  .card-info h3 {
    font-size: 14px;
  }

  .dash-lists li {
    width: 50%;
    padding: 0 6px;
  }

  .bar-info {
    font-size: 14px;
    position: absolute;
    height: 24px;
    width: 26px;
    border-radius: 3px;
    bottom: 36px;
    right: 15px;
  }

  .header-wrapper {
    flex-direction: column;
  }

  h5.hdr-writing {
    font-size: 14px;
  }

  .hdr-writing img {
    max-width: 140px;
    position: absolute;
    top: 2px;
    right: 10px;
  }

  .lft-hdr {
    gap: 0;
    justify-content: start;
    width: 100%;
    margin-bottom: 8px;
  }

  .sticky-time.sticky-time {
    z-index: 7;
  }

  .sticky-time.sticky-time {
    top: 108px;
  }

  .all-btns {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    padding: 0px 10px;
  }

  .user-info-dtls figure {
    height: 26px;
    width: 26px;
  }

  .welcome-abt h6 {
    font-size: 11px;
  }

  .right-lists > li + li {
    margin-left: 10px;
    padding-left: 10px;
  }

  .welcome-abt h5 {
    font-size: 12px;
  }

  .marquee-div {
    padding: 4px;
    font-size: 11px;
  }

  h2 {
    font-size: 14px;
  }

  .back-btn {
    gap: 3px;
    height: 24px;
    padding: 0 8px;
    font-size: 10px;
    border-radius: 3px;
  }

  .search-div input[type="submit"] {
    padding: 0 8px;
    font-size: 11px;
  }

  .body-wrap {
    padding-top: 75px;
  }

  .hding-ingo {
    margin-bottom: 11px;
  }

  .mn-blk {
    padding: 5px;
    border-radius: 6px;
    margin-bottom: 8px;
    flex-direction: column;
  }

  .wk-hade-name {
    max-width: 100%;
  }

  .breadcrumb-item a {
    font-size: 11px;
    padding-right: 1px;
  }

  .breadcrumb-item {
    font-size: 11px;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    right: 0;
  }

  .breadcrumb-item + .breadcrumb-item {
    padding-left: 4px;
  }

  .search-div input {
    padding-left: 6px;
  }

  .pagination a {
    padding: 2px 10px;
    font-size: 11px;
  }

  .sticky-time.sticky-time {
    z-index: 7;
  }

  .left-sidebar {
    padding-top: 103px;
  }

  .left-sidebar ul li a {
    padding: 12px 4px 12px 33px;
    font-size: 11px;
  }

  .sidebar-icon {
    font-size: 14px;
    top: 13px;
    left: 10px;
  }

  .sub-nav.sub-nav li a {
    font-size: 11px;
    padding: 6px 4px 6px 30px;
    border-radius: 6px;
    margin-left: 8px;
  }

  .sub-nav li a:after {
    top: 12px;
    left: 18px;
    height: 5px;
    width: 5px;
  }

  .login-details h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .login-details {
    padding: 40px 15px;
    max-width: 700px;
    width: 95%;
    border-radius: 40px;
  }

  .login-img {
    max-width: 170px;
    margin: 0 auto 10px;
  }

  .input-div input.form-control {
    height: 40px;
    font-size: 13px;
    padding-left: 20px;
  }

  .input-div {
    margin-bottom: 15px;
  }

  .forgt-passwrd {
    font-size: 14px;
    margin: 15px auto;
  }

  .submit-btn {
    height: 34px;
    padding: 0 30px;
    font-size: 13px;
  }

  .login-btn-img {
    max-width: 130px;
  }

  .input-div input.form-control::placeholder {
    font-size: 12px;
  }

  .new-dash-hding.new-dash-hding .search-div .datepicker {
    width: 74px;
    font-size: 11px;
    padding-right: 2px;
    padding-left: 4px;
  }

  .dash-tabs .save-info.save-info {
    height: 22px;
    line-height: 16px;
    margin-top: 0;
  }

  .save-innfo {
    width: 100%;
  }

  .new-dash-hding.new-dash-hding {
    align-items: start;
    flex-direction: column;
    width: 100%;
  }

  .search-div-wrapper form {
    max-width: 100%;
  }

  .new-width.new-width.new-width .flx-div p {
    width: 100%;
  }

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

  .sticky-time.sticky-time {
    top: 103px;
  }

  /* Patient-Registration-dashboard */
  .patient_reg .medi-hd {
    flex-direction: column;
  }

  .patient_reg .patient-dtls {
    padding-bottom: 14px;
  }
  .patient_reg .dise-infos {
    padding-top: 14px;
  }

  .patient_reg .medi-hd .grp-in-1 {
    width: max-content;
  }

  .patient_reg .hding-shadow {
    padding: 9px !important;
  }

  .patient_reg .prog-icon .progss-list {
    gap: 6px;
  }

  .patient_reg .progss-list img {
    max-width: 14px;
  }

  .patient_reg .prog-icon {
    padding: 10px;
  }

  .patient_reg .progss-btn {
    padding: 0 10px;
    font-size: 10px;
  }

  .patient_reg .age-dtls p {
    font-size: 11px;
  }

  .patient_reg .med-in {
    padding-right: 5px;
  }

  .wrapper-date.wrapper-date
    .search-div.ipd-report-dash-head
    .date-wrap
    .form-control {
    width: 90px;
  }

  .dup-outer {
    gap: 0px;
  }

  .dup-outer .dup-row {
    width: 100%;
    margin: 0 !important;
  }

  .ipd-ser-pkg-head.ipd-ser-pkg-head {
    display: contents !important;
  }

  .dorpdown-wrapper {
    top: -8px;
  }

  .dropbtn {
    padding: 0 8px;
    font-size: 11px;
    height: 26px;
}
}

@media only screen and (max-width: 370px) {
  .header-right {
    width: 100%;
  }
}

.page-count {
  float: right;
  display: block;
}

.master-table tbody tr td:last-child {
  /* display: inline-flex; */
  gap: 4px;
}

.master-table tbody tr td .pendng-cls {
  font-size: 9px;
  padding: 4px 5px;
  width: 20px;
  height: 20px;
}

.master-table tbody tr td .fa-file-invoice {
  color: #000;
}

.master-table tbody tr td .pendng-cls.btn-secondary {
  border: 0px;
  background-color: #f66590;
}

.prchase-order-item .modal-body .top-titl {
  font-size: 14px;
  margin-bottom: 15px;
}

.prchase-order-item .modal-body .top-titl strong {
  padding: 0px 3px;
}

.datatable-purchase-items td:last-child {
  display: block !important;
}

.master-tabl-rght.master-tabl-rght tbody tr td:last-child {
  display: table-cell;
}

.master-table .butn-cels {
  display: inline-block;
  white-space: nowrap;
}

.master-table tr td:nth-child(8),
.master-table tr th:nth-child(8) {
  /* width: 400px !important; */
}

.master-table tr td:nth-child(8) a {
  font-size: 11px;
  white-space: nowrap;
}

.butn-cels a {
  padding: 2px 3px;
}

.butn-cels .back-btn {
  color: #fff;
}

.bed-vw-tabl {
  font-size: 12px;
}

.bed-vw-tabl.bed-vw-tabl td {
  width: 50% !important;
  line-height: 20px;
}

.bed-vw-tabl td label {
  font-weight: 600;
}

.bed-vw-tabl td span {
  white-space: nowrap;
}

.icon-bed.yelow {
  background-color: #f9bb4b;
  border: 1px solid #faae20;
}

.icon-bed.yelow span {
  border: 1px solid #faae20;
}

.submit-btn.inset-btn {
  white-space: nowrap;
}

/* ========= 05-7-2025 ========= */

.modl_nw .modal-footer .btn-outline-secondary {
  line-height: 18px;
  font-size: 12px;
}

.modl_nw .modal-footer {
  display: block;
  text-align: center;
}

.modl_nw #statusUpdateBlock .btn-secondary {
  line-height: 18px;
  font-size: 12px;
}

.modl_nw #statusUpdateBlock {
  text-align: center;
}

.modl_nw #statusUpdateBlock .mb-2 label {
  text-align: left;
  float: left;
}

.ot_slot_form label {
  position: relative;
  display: inline;
}

.ot_slot_form label sup {
  color: #e11111;
  position: absolute;
  top: 8px;
  right: -7px;
  font-size: 12px;
}

.mrk-info {
}

.mrk-info ul {
  margin: 4px 0px;
  padding: 0px;
  float: right;
}

.mrk-info ul li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  color: #333;
  margin-right: 2px;
  vertical-align: top;
}

.mrk-info ul li span {
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 2px;
  margin-top: 4px;
}

.mrk-info ul li:first-child span {
  background-color: #ff0000;
}

.mrk-info ul li:nth-child(2) span {
  background-color: #23b15e;
}

.mrk-info ul li:last-child span {
  background-color: #129efc;
}

#slotEditBlock .btn-primary {
  float: none;
  margin: 5px auto;
  display: block;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
}

#searchInput,
#slotEditBlock input[type="text"],
#slotEditBlock .form-control {
  font-size: 13px;
}

.hding-shadow.table-scroll.new-tbll-scroll.newtabl-auto.newtabl-auto.newtabl-auto.newtabl-auto.newtabl-auto.newtabl-auto.newtabl-auto.newtabl-auto {
  height: auto !important;
}

.list-bx {
  width: 19%;
  display: inline-block;
  text-align: left;
  margin: 4px 2px;
  background: rgba(216, 227, 242, 0.4);
  border-radius: 8px;
  border: 1px solid #d2d8e1;
  box-shadow: 1px 10px 5px -10px rgba(0, 0, 0, 0.45);
}

.list-bx h5 {
  font-size: 14px;
  margin-left: 20px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 16px;
  color: #2a33b6;
  margin-bottom: 5px;
  padding-top: 10px;
}

.mng-role-sec h3 {
  /* font-size:18px;
    font-weight: 600;
    line-height:45px; */
  position: relative;
}

/* .mng-role-sec h3:after {
    position: absolute;
    content: "";
    left: 12px;
    bottom: 10px;
     width: 150px;
     border-bottom: 1px solid #797979;
} */

.hdng-list {
  margin: 0px;
  padding: 0px 0px 16px 13px;
}

.hdng-list li {
  list-style: none;
  display: block;
  margin-bottom: 2px;
}

.hdng-list li input {
  float: left;
  margin-top: 2px;
  margin-right: 4px;
}

.req-nw-btn {
  /* margin-top: 4px; */
  font-size: 12px;
  /* padding: 6px 26px; */
}

.master-table td .butn-cels a {
  width: 80px;
  margin: 2px 0;
}

.flex-hding .all-btn-wrap-selct {
  display: inline-flex;
  gap: 4px;
}

.flex-hding .all-btn-wrap-selct .header-selectbox {
  float: right;
  max-width: 816px;
}

.flex-hding .all-btn-wrap-selct a {
  display: inline-block;
  text-align: center;
  line-height: 27px;
}

.test-list-line {
  background-color: #000;
  margin-bottom: 4px;
}

.rdo-cell label {
  display: inline-flex;
  gap: 3px;
}

.rdo-cell label span {
  display: block;
  padding-top: 4px;
}

.nw-extra-fld {
  max-width: 500px;
}

.nw-extra-fld .nw-extra-date-pick {
  margin-right: 6px;
}

.nw-extra-fld .srch-feld {
  width: 230px;
}

.search-div-wrapper-sell form {
  max-width: 445px;
}

.search-div-wrapper-sell .nw-extra-date-pick {
  width: 155px;
}

.search-div-wrapper-ceo .search-div {
  width: 300px;
}

.stock-row-operation {
  display: inherit;
  gap: 5px;
}

.toggle-btn {
  padding: 8px 14px;
  background-color: #c4c7d7;
  color: #262d3d;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
}

.toggle-box {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
  /* background-color: #f1f1f1; */
  margin-top: 10px;
  padding: 0 15px;
  border-radius: 4px;
}

.toggle-box.open {
  min-height: 250px; /* Set high enough to fit content */
  padding: 15px;
  overflow-y: scroll;
}

.master-table input[type="radio"].cancel-item-disabled + .checkmark {
  background-color: #cccccc;
}

.mng-role-sec h3 span {
  float: right;
}

.no-invalid-icon .form-dtls input {
  padding-left: 2px;
  padding-right: 2px;
}

.no-invalid-icon .m_max_val_cls .form-dtls label {
  white-space: nowrap;
}

/* 
  .mult-bill-tab.mult-bill-tab td input[type="text"] {
       font-size: 12px !important;
       padding: 1px 4px;
    } */

.patient-tabl h4 {
  font-size: 17px;
}

.mult-bill-tab tr td:nth-child(6) {
  display: inline-flex !important;
}

.mult-bill-tab .btn-outline-success,
.mult-bill-tab .btn-outline-primary {
  padding: 0px 2px !important;
  font-size: 12px !important;
  height: 17px;
}

.mult-bill-tab tr td:nth-child(6) {
  white-space: nowrap !important;
  padding: 0 !important;
  display: inline-flex;
  width: 60px !important;
}

.master-table.mult-bill-tab tr td:nth-child(5) input[type="text"] {
  margin-top: 10px !important;
  height: 20px;
}

.master-table.mult-bill-tab tbody td {
  height: 15px !important;
  padding: 1px 10px !important;
}

.master-table.mult-bill-tab tfoot#master_result_footer tr td {
  border-top: 1px solid #000 !important;
  background-color: #dfdfdf !important;
}

#pharmacyTable {
  margin-bottom: 10px;
}

#pharmacyTable #pharmacyBody tr td select,
#pharmacyTable #pharmacyBody tr td input[type="number"] {
  font-size: 12px !important;
  line-height: 14px !important;
}

#pharmacyTable #pharmacyBody tr td .remove-row {
  font-size: 12px !important;
  padding: 2px 6px !important;
}

#pharmacyTable #pharmacyBody tr td #addRowBtn {
  margin-top: 10px !important;
}

.mrgn-botm10 {
  margin-bottom: 10px !important;
}

#form-div #addRowBtn {
  font-size: 13px !important;
  float: right !important;
  margin-right: 20px !important;
}

#ipd_pat {
  line-height: 30px !important;
}

.mult-bill-tab.mult-bill-tab.mult-bill-tab.mult-bill-tab.mult-bill-tab.mult-bill-tab.mult-bill-tab
  tbody
  tr
  td:nth-child(5)input[type="text"] {
  margin-top: 6px !important;
  width: 60px !important;
}

.mult-bill-tab.mult-bill-tab.mult-bill-tab.mult-bill-tab.mult-bill-tab.mult-bill-tab.mult-bill-tab
  tbody
  tr
  td:nth-child(6) {
  text-align: center !important;
  width: 40px !important;
}

.cash_part_cls_nw.cash_part_cls_nw.cash_part_cls_nw.cash_part_cls_nw.cash_part_cls_nw {
  margin-top: 4px !important;
  height: 20px !important;
  width: 68px !important;
}

.mult-bill-tab.mult-bill-tab.mult-bill-tab.mult-bill-tab.mult-bill-tab.mult-bill-tab.mult-bill-tab
  tbody
  tr
  td:nth-child(7)input[type="text"] {
  margin-top: 6px !important;
  width: 60px !important;
}

.test-info .master-table ul {
  background: rgb(255, 255, 255);
  z-index: 99;
  position: absolute;
  padding: 10px;
  box-shadow: -1px 1px 6px -2px rgba(0, 0, 0, 0.75);
}

#get_test_item_tr tr td button {
  font-weight: 600;
  transition: 0.6s;
  text-align: left;
}

#get_test_item_tr tr td button:hover {
  font-weight: 600;
  text-decoration: underline;
}

#barcodeModal .modal-dialog-centered {
  max-width: 390px;
}

#get_test_item_tr button {
  text-decoration: none !important;
}

#pendingRequisitionList tr td:nth-child(7) {
  white-space: nowrap;
}

.side_chck {
  display: inline-flex;
  margin-top: 20px;
}

.range-show .range-table-del tbody tr td:nth-child(4),
.range-show .range-table-del tbody tr td:nth-child(4) div {
  white-space: nowrap;
}

#getBarcodeData_tbody tr td:nth-child(2) {
  padding: 5px 0px;
  white-space: nowrap;
}

/* .patients-inffo-nw p .total-number-innfo{
    text-align: left;
    display: block;

  } */

.width-div-nw .total-number-innfo {
  text-align: left;
  padding-left: 0px;
}

.total-number-innfo input[type="number"] {
  text-align: left;
  padding: 0;
  border: none;
}

.submit-btn.inset-btn.custom-print-done.custom-print-done.custom-print-done.custom-print-done.custom-print-done.custom-print-done {
  background: #fdad35 !important;
}
