@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-solid-straight/css/uicons-solid-straight.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-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: 9;
}

.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;
}

.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: 10px;
  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;
}

.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 35px;
  border-radius: 10px;
  font-size: 15px;
  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;
}

.line-head::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  background: #101a71;
}

.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;
}

.hding-shadow.table-scroll .table-wrapper {
  overflow-y: auto;
  height: 420px;
}

.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 .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 {
  font-size: 13px;
  padding: 4px 8px;
}

.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;
}


@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: 6px;
    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 10px;
    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: 980px;
  }

  .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: 61px;
  }

  .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;
  }

  .hding-shadow.table-scroll.table-scroll .table-wrapper {
    overflow-y: auto;
    height: 380px;
  }

  .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 {
    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 10px;
  }

  .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: 4px;
    font-size: 12px;
    padding: 3px 16px;
}

.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;
  }

}

@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 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;
  }

}

@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;
  }
}

@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;
  }
}

@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;
}

}

@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;
  }




  
