@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@font-face {
  src: url("../font/ArialCE.ttf") format("ttf");
  font-family: "arial";
}
body {
  font-family: "Lato", sans-serif;
  color: #474747;
}
.logo
{
  width: 140px;
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 15px 0;
}
.m-logo
{
  width: 100px;
  display: block;
  overflow: hidden;
  margin: 15px auto;
}
.logo img {
  /* max-width: 150px;
    display: block;
	margin: 30px 0 30px 0; */
  max-width: 100%;
  display: block;
  height: auto;
}

.logo-img {
  width: 115px;
}

.desktop-header {
  display: flex;
  justify-content: space-between;
}
.navbat-txt {
  display: flex;
  align-items: center;
}
.footer-txt a {
  color: #1875d3;
}
.navbat-txt a {
  font-size: 16px;
  color: #6e6e6e !important;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.navbat-txt a:hover {
  color: #1875d3;
  text-decoration: none;
}
.navbat-txt .dropdown-item {
  padding: 0;
  margin: 0;
}
.navbat-txt a.active {
  color: #1875d3 !important;
}
.navbat-txt .dropdown {
  margin-left: 20px;
}
.navbat-txt .dropdown .dropdown-toggle {
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbat-txt .dropdown .dropdown-toggle::after {
  display: none;
}
.navbat-txt .dropdown .dropdown-menu {
  top: 0;
  left: 50% !important;
  transform: translate(-50%, 55px) !important;
  text-align: center;
  padding: 0;
  border-radius: 5px;
  border: 0;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
}
.navbat-txt .dropdown .dropdown-menu .dropdown-item {
  color: #1875d3;
  padding: 10px 0;
  position: relative;
}
.navbat-txt .dropdown .dropdown-menu .dropdown-item::after {
  content: "";
  position: absolute;
  background-image: url(../images/Path_10072.png);
  height: 10px;
  width: 22px;
  top: -8px;
  right: 50%;
  transform: translateX(50%);
}

header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  background: #ffffff;
margin-bottom: 10px;
}

.slider {
  margin-top: 30px;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  opacity: 1;
  margin: 0 5px;
}

.carousel-indicators li.active {
  background-color: #1875d3;
}

.service-box {
  padding: 30px 40px;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  text-align: center;
  font-size: 24px;
  margin-top: 28px;
  margin-bottom: 15px;
  display: block;
  height: 100%;
}

.service-box img {
  height: 45px;
}
.service-box h4 {
  margin-top: 12px;
  margin-bottom: 0;
  line-height: 29px;
  font-weight: normal;
  color: #3d3d3d;
}

.mt-100 {
  margin-top: 100px;
}
.mt-85{
  margin-top: 85px;
}
.heading {
  font-size: 32px;
  font-weight: 900;
  color: #474747;
  text-align: center;
  margin-bottom: 0;
}

.about-text {
  color: #6e6e6e;
  margin-top: 10px;
  line-height: 31px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1004px;
  }
}
.news-slider {
  margin-top: 22px;
}
.news-block {
  height: 320px;
  border-radius: 17px;
  overflow: hidden;
  position: relative;
}

.news-block > img {
  width: 100%;
  height: 100%;
}

.news-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(46, 46, 46, 0.64)
  );
}
.news-content {
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  padding: 0 75px 26px 30px;
  line-height: 30px;
  font-weight: bold;
  z-index: 1;
}
.youtube {
  width: 71px !important;
  margin-bottom: 20px;
}
.news-arrow {
  width: 30px !important;
  float: right;
  margin-top: 6px;
}
a {
  color: #1875d3;
  text-decoration: none !important;
}

.news-slider .owl-nav .owl-prev:focus,
.news-slider .owl-nav .owl-next:focus,
.testi-slider .owl-dots .owl-dot {
  outline: none;
}
.news-slider .owl-nav .owl-prev,
.news-slider .owl-nav .owl-next {
  width: 41px;
  height: 41px;
  border: 1px solid #000000 !important;
  border-radius: 50px !important;
  background: transparent !important;
}
.news-slider .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}
.testi-heading {
  
  color: #6e6e6e;
  font-family: "arial";
  position: relative;
}
.testi-heading::after {
  content: "";
  height: 6px;
  width: 45px;
  background: #1875d3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  line-height: 37px;
}

.testi-heading + img {
  margin-top: 76px;
}
.testi-content {
  font-size: 24px;
  margin-top: 40px;
  line-height: 48px;
  color: #6e6e6e;
}

.testi-slider .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  border: 1px solid #707070 !important;
  background-color: transparent !important;
}
.testi-slider .owl-dots .owl-dot.active span {
  background-color: #707070 !important;
}
.chatbot {
  position: fixed;
  bottom: 38px;
  right: 42px;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.27);
  border-radius: 50%;
  z-index: 1000;
}

/* Search Slot */
.breadcrumb {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.breadcrumb-item {
  color: #488bce;
  font-size: 14px;
}
.breadcrumb-item.active {
  color: #488bce;
  font-weight: bold;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 14px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 14px;
  color: #488bce;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.btn-login {
  background: #1875d3;
  border-radius: 50px;
  color: #ffffff !important;
  font-size: 16px;
  padding: 4px 24px;
}
.body-bg {
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .custome-col .col-md-7 {
    -ms-flex: 0 0 53.3%;
    flex: 0 0 53.3%;
    max-width: 53.3%;
    padding-right: 20px;
  }
  .custome-col .col-md-5 {
    -ms-flex: 0 0 46.7%;
    flex: 0 0 46.7%;
    max-width: 46.7%;
    padding-left: 20px;
  }
  .form-appo-8 {
    -ms-flex: 0 0 46.7%;
    flex: 0 0 59.666667%;
    max-width: 59.666667%;
  }
  .form-appo-4 {
    -ms-flex: 0 0 39.666667%;
    flex: 0 0 39.666667%;
    max-width: 39.666667%;
  }
}
.slect-slot {
  background: #ffffff;
  padding: 33px 50px;
  border-radius: 5px;
  border: 1px solid rgba(112, 112, 112, 0.06);
}

.sel-time {
  margin-top: 70px;
}
.time-grp {
  display: flex;
  flex-direction: row;
  margin-left: -17.5px;
  margin-right: -17.5px;
  flex-wrap: wrap;
  max-height: 500px;
  overflow-y: auto;
}

.time-grp .time-rdo {
  width: 33%;
  padding: 0 17.5px;
  margin-bottom: 35px;
}
.btn-time {
  background-color: #ffffff;
  border: 1px solid #707070;
  width: 100%;
  padding: 11px 10px;
  border-radius: 5px;
  color: #474747;
}
.btn-time.active {
  background-color: #1875d3;
  color: #ffffff;
  border: none;
}
.doc-info {
  background: #ffffff;
  padding: 30px 22px 20px;
  border-radius: 5px;
  border: 1px solid rgba(112, 112, 112, 0.06);
}
.doc-profile-img img {
  border-radius: 17px;
  width: 103px;
  height: 103px;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.13);
  margin-right: 20px;
  max-width: 103px;
}
.text-blue {
  color: #1875d3;
}
.doc-deg {
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 18px;
}
.f-11 {
  font-size: 11px !important;
}
.mail {
  font-weight: bold;
  font-size: 14px;
  margin-top: 53px;
}
.ab-heading {
  font-size: 14px;
  font-weight: bold;
  margin-top: 50px;
}
.ab-desc {
  font-size: 12px;
}
.btn-confirm {
  background: #1875d3;
  margin-top: 28.2px;
  color: #ffffff !important;
  padding: 15px 28px 15px 50px;
}
.fixed-bottom-btn {
  position: fixed !important;
  bottom: 0;
  right: 0;
}
.is_disabled {
  pointer-events: none;
}

/*Book  Appointment*/
.search {
  background: #ffffff;
  padding: 30px 35px;
  margin-top: 32px;
  box-shadow: 0 3px 71px rgba(220, 220, 220, 0.86);
}
.type,
.speciality {
  border-right: 1px solid #6e6e6e;
}

.search-lbl {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 0;
  color: #6e6e6e;
}
.search .form-control::placeholder {
  color: rgba(110, 110, 110, 0.5);
}

.search .form-control {
  width: auto;
  border: none;
  padding-left: 0;
  color: #1875d3;
  font-size: 14px;
}
.search .form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn-search {
  background: #1875d3;
  border-color: #1875d3;
  color: #ffffff !important;
  border-radius: 5px;
  padding: 13px 10px;
  width: 100%;
}
.empty {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.searched-data {
  margin-top: 32px;
}
.searched-block hr {
  border-color: #707070;
  opacity: 0.15;
}
.searched-block {
  background: #f9f9f9;
  border: 1px solid rgba(112, 112, 112, 0.06);
  padding: 30px 22px;
  margin-bottom: 50px;
}
.btn-book {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff !important;
  border-radius: 5px;
  background: #1875d3;
  padding: 16px;
  width: 100%;
}

.body-book {
  background: #fdfdfd;
}
.btn-book:hover,
.btn-login:hover,
.btn-confirm:hover,
.btn-search:hover,
.btn-otp:hover,
.btn-service:hover,
.btn-login:hover {
  background-color: #0e58a2;
  color: #ffffff !important;
}

/* Login Form */
.login-form {
  width: 380px;
  box-shadow: 0 3px 76px rgba(0, 0, 0, 0.08);
  padding: 40px 65px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: center;
  height: 570px;
  position: relative;
}
.login-form .logo-img {
  width: 75px; 
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.login-heading {
  font-size: 32px;
  font-weight: bold;
  color: #464646;
  line-height: 39px;
}
.login-txt {
  font-size: 14px;
  line-height: 24px;
  color: #464646;
}

.powered-by {
  font-size: 10px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.mob-txt {
  margin-top: 82px;
  border: none;
  border-bottom: 1px solid #585858;
  border-radius: 0;
  padding-left: 0;
}
/* Chrome, Safari, Edge, Opera */
.mob-txt::-webkit-outer-spin-button,
.mob-txt::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.mob-txt[type="number"] {
  -moz-appearance: textfield;
}

.mob-txt:focus {
  outline: none;
  box-shadow: none;
}
.btn-otp {
  background: #1875d3;
  font-size: 12px;
  color: #ffffff !important;
  width: 100%;
  margin-top: 37px;
}

/*  otp  Field  */

.otp-container {
  display: inline-block;
}
.otp-container .otp-number-input:first-child {
  margin-left: 0;
}
.otp-container .otp-number-input:last-child {
  margin-right: 0;
}
.otp-container .otp-number-input {
  width: 20px;
  height: 30px;
  margin: 0 9px;
  border: none;
  border-bottom: 2px solid #585858;
  padding: 0;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  box-shadow: none;
  text-align: center;
  background-color: none;
  font-weight: 600;
  border-radius: 0;
  outline: 0;
  transition: border 0.3s ease;
}
.otp-container .otp-number-input:focus {
  border-color: rgba(0, 0, 0, 0.5);
}
.otp-container .otp-number-input.otp-filled-active {
  border-color: #1875d3;
}

.otp-text {
  font-size: 14px;
  margin-top: 35px;
}
.otp-submit[disabled] {
  opacity: 0.6;
  cursor: default;
}

.patient-list {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 80px;
  height: auto;
}
.patient-name {
  font-weight: bold;
}
.patient-dob {
  font-size: 14px;
}
.patient-container .patient-detail {
  padding: 16px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
.patient-container .patient-detail:last-child {
  border-bottom: none;
}

.btn-patient {
  border-color: #1875d3;
  color: #1875d3;
  font-size: 12px;
}
.btn-patient:hover {
  background: #1875d3;
  color: #ffffff;
}

/* Appointment form  */
.booking-form {
  background-color: #ffffff;
  padding: 28px;
}
.booking-form h5 {
  color: #545454;
  font-weight: bold;
  padding-top: 13px;
  padding-bottom: 13px;
  height: auto;
}

.booking-form label {
  font-size: 14px;
  color: #545454;
}
.booking-form .form-group {
  margin-bottom: 30px;
}
.booking-form .form-control {
  border-radius: 0;
  border: 2px solid rgba(84, 84, 84, 0.5);
  height: 50px;
}

.booking-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
.booking-form input[type="radio"] + label {
  font-size: 20px;
  font-weight: bold;
}
.booking-form input[type="radio"] {
  width: 30px !important;
  height: 30px !important;
}

/* file upload */

.file-upload .file-select {
  cursor: pointer;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  display: flex;
}

.file-upload .file-select .file-select-button {
  background: #1875d3;
  padding: 0 26px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
}

.file-upload .file-select .file-select-name {
  line-height: 48px;
  display: inline-block;
  border: 2px solid rgba(84, 84, 84, 0.5);
  width: 100%;
  margin-left: 16px;
  padding-left: 15px;
}

.file-upload .file-select .file-select-button:hover {
  background: #0e58a2;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.doc-profile-round img {
  width: 145px;
  height: 145px;
  border-radius: 50%;
}
.text-dark {
  color: #545454 !important;
}
.doc-add {
  font-size: 14px;
  color: #545454;
  margin: 20px -22px 0;
  padding: 8px 35px;
  border-top: 1px solid rgba(84, 84, 84, 0.25);
  border-bottom: 1px solid rgba(84, 84, 84, 0.25);
}

.doc-add > div {
  height: 42px;
  overflow: hidden;
}
.appo-time {
  text-align: center;
}

.appo-time h5:first-child {
  font-weight: 700;
}
.appo-time h5:last-child {
  font-weight: 900;
}

/* Confirmation */
.confirm-card {
  background: #ffffff;
  padding: 35px 40px;
  margin-top: 28px;
  color: #545454;
  border: 1px solid rgba(112, 112, 112, 0.33);
}

.confirm-sign i {
  font-size: 40px;
}
.confirm-sign {
  color: #41ad49;
  font-size: 24px;
  font-weight: bold !important;
}

.confirm-sign + p {
  line-height: 28px;
}
.confirm-detail {
  width: 615px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border: 1px solid #707070;
}
.confirm-detail p {
  margin-bottom: 8px;
}
.text-danger {
  color: #e55252;
}
.ico-size {
  font-size: 28px;
  margin-right: 15px;
}
.print-ico {
  position: absolute;
  top: 22px;
  right: 48px;
}

/* Lab */
.lab-desc {
  font-size: 24px;
  color: #848484;
  margin-top: 16px;
  margin-bottom: 32px;
}

.btn-service {
  background: #1875d3;
  font-size: 14px;
  padding: 16px 16px;
  width: 250px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.modal-backdrop.show {
  opacity: 0.9;
}
#service-modal .modal-content,
#otpVarify .modal-content {
  box-shadow: 0 3px 76px rgba(0, 0, 0, 0.08);
  border: none;
  padding: 25px 40px;
}
.modal-backdrop {
  background: #ffffff;
}

.modal-heading {
  font-size: 20px;
  text-align: center;
}
.service-form label {
  font-weight: bold;
}
.service-form .form-group {
  margin-bottom: 30px;
}
.service-form .form-control {
  border-color: #e5e5e5;
  border-radius: 0;
}

.service-form .file-upload .file-select .file-select-button {
  background: #1875d3;
  padding: 0 5px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
  min-width: 75px;
}

.service-form .file-upload .file-select .file-select-name {
  line-height: 36px;
  display: inline-block;
  border: 1px solid #e5e5e5;
  width: 100%;
  margin-left: 16px;
  padding-left: 15px;
}
.modal-close {
  position: absolute;
  top: 19px;
  right: 19px;
}

#service-success .modal-content {
  box-shadow: 0 3px 76px rgba(0, 0, 0, 0.08);
  border: none;
  padding: 37px 40px;
  border-radius: 5px;
}

#service-success .modal-content i ,#service-success .modal-content svg {
  font-size: 60px;
  color: #0f9282;
  text-shadow: 0 3px 6px rgba(15, 146, 130, 0.16);
  margin-bottom: 5px;
  display: block;
  margin: 0 auto;
}
#service-success .modal-content h3 {
  font-size: 28px;
  color: #0f9282 !important;
  font-weight: 600;
}
#service-success .modal-content h5 {
  color: #2d2d2d;
  font-weight: 400;
}
#service-success .modal-content .btn-service {
  border-color: #1875d3;
  color: #267dd5;
  padding: 16px 15px;
  background: #ffffff;
  margin-top: 48px;
}
#service-success .modal-content .btn-service:hover {
  background: #1875d3;
  color: #ffffff;
}

/* News feed */
.news-feed {
  margin-left: -33px;
  margin-right: -33px;
}

.news-feed div[class^="col"] {
  padding-left: 33px;
  padding-right: 33px;
  margin-top: 35px;
}

.partner-drp .dropdown-item:hover,
.partner-drp .dropdown-item:focus {
  background: #ffffff;
}

.partner-drp .dropdown-item {
  padding: 40px 42px !important;
  white-space: normal;
  width: 300px;
}
.partner-drp .dropdown-item p {
  font-size: 14px;
  font-weight: bold;
  color: #1875d3;
  text-align: center;
}

.partner-form label {
  font-weight: bold;
  color: #3d3d3d;
}
.partner-form .form-control {
  border: 1px solid rgba(84, 84, 84, 0.2);
  border-radius: 0;
}
.partner-form {
  text-align: left;
}
.btn-submit {
  color: #ffffff !important;
  text-align: center;
  background: #1875d3;
  width: 100%;
  padding: 15px;
}

.otp-lbl {
  color: rgba(71, 71, 71, 0.4);
}

#otpVarify .modal-dialog {
  max-width: 444px !important;
  width: 444px;
}

#otpVarify .modal-content {
  box-shadow: 0 3px 76px rgba(0, 0, 0, 0.08);
  border: none;
  padding: 42px 75px;
  background: #fff;
  height: 535px;
}

#otpVarify .modal-content input {
  border-width: 2px;
  border-color: #707070;
}
.time-slot {
  width: 33%;
  padding: 0 17.5px;
  margin-bottom: 20px;
  cursor: pointer;
}
.time-slot p {
  border: 1px solid #707070;
  background-color: #ffffff;
  border: 1px solid #707070;
  width: 100%;
  padding: 11px 5px;
  border-radius: 5px;
  color: #474747;
  text-align: center;
}
.time-slot p.active {
  background-color: #1875d3;
  color: #ffffff;
}
.lightpick__day {
  cursor: pointer !important;
}
.sel-date .lightpick__previous-action,
.sel-date .lightpick__next-action {
  background-color: transparent !important;
}
.right-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.empty {
  position: unset;
  transform: unset;
  margin: 50px 0 0 0;
}
.empty-data {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .empty-data {
    height: 250px;
  }
}
@media screen and (max-width: 552px) {
  .time-slot p {
    padding: 7px 5px;
    font-size: 12px;
  }
}

#search_patient select.form-control {
  border-radius: 0 !important;
}
.slider img {
  height: 600px;
}

::-webkit-scrollbar {
  /* width: 3px !important; */
}

.patient-profile::-webkit-scrollbar {
  /* width: 0px !important; */
}
::-webkit-scrollbar-track {
  /* background: transparent !important; */
}

/* Handle */
::-webkit-scrollbar-thumb {
  /* background: #1874d3 !important; */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  /* background: #1874d3 !important; */
}
.dropdown-arrow{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance:    none;
	position: relative;
	background-image: url("../images/down-angle.png") !important;
	background-repeat: no-repeat !important;
	background-position: center right 10px !important;
	background-size: 10px !important;
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255,0.3);
  z-index: 999;
}
/* patient Css */

.lab-status {
  text-align: center;
}
.lab-status > span {
  width: 30px;
  height: 30px;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
}

.status-red {
  background-color: #ec5565;
}

.status-cyan {
  background-color: #4ec2e7;
}

.status-yellow {
  background-color: #ffb167;
}
.status-blue {
  background-color: #0d3d56; /* #4B8CDC; */
}

.status-purple {
  background-color: #9398ec;
}

.status-green {
  background-color: #99d468;
}

.status-label {
  color: #fc7777;
  font-size: 15px;
  font-weight: bold;
}

.patient-header {
  padding: 12px 16px;
  color: #808080;
}
.patient-body {
  padding: 12px 16px 16px;
  border-top: 1px solid #dfdfdf;
}
.patient-body_row {
  display: flex;
}
.time {
  letter-spacing: 1.2px;
}
/* .duration{
	font-size: 10px;
} */
.mob-labStatus > span {
  width: 22px;
  height: 22px;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 10px;
  margin-bottom: 5px;
}

.lab-patient {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 17px 16px;
}
.lab-heading {
  font-weight: bold;
  color: #3e3e3e;
  margin-bottom: 12px;
  font-size: 1.25rem;
}
.patient-table .patient-name {
    font-size: 16px;
}

.patient-table .badge-time {
  border-radius: 10px;
}

.patient-table {
  margin-bottom: 40px;
}
.patient-table tbody tr:first-child td {
  border-top: 0;
}
.patient-table tbody tr td:last-child {
  width: 135px;
}
.patientDetail-block .in-heading {
  font-size: 28px;
  color: #1874d3;
  word-break: break-word;
  font-weight: bold;
}

.pat-detail p {
  font-size: 12px;
  color: #808080;
  margin-bottom: 8px !important;
}

.pat-detail h6 {
  font-size: 16px;
  color: #3e3e3e;
  font-weight: bold;
  margin-bottom: 20px;
}

.patient-prog-report {
  padding: 13px 22px;
  border-radius: 5px;
  /* height: calc(100vh - 440px); */
  /* height: calc(100vh - 326px); */
  max-height: calc(100vh - 326px);
  overflow-y: scroll;
  scrollbar-width: none;
}
/* width */
.patient-prog-report::-webkit-scrollbar,
.patientDetail-block::-webkit-scrollbar,
.updateResult-container::-webkit-scrollbar,
.possible-container::-webkit-scrollbar {
  width: 0px;
}

.progress-map {
  padding-left: 0;
  list-style: none;
}

.progress-map > li .prog-road {
  position: relative;
}
.progress-map > li:last-child .prog-road::after {
  display: none;
}
.progress-map > li .prog-road::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 19px;
  height: 19px;
  border: 2px solid #cecece;
  border-radius: 50px;
}

.progress-map > li .prog-road::after {
  content: "";
  position: absolute;
  left: 17.5px;
  top: 27px;
  height: 70%;
  border: 2px solid #1874d3;
  background-color: #1874d3;
}
.progress-map > .prog-complete .prog-road::before {
  background-color: #1874d3;
  border-color: #1874d3;
}
.progress-map > li .prog-road.red::after {
  content: "";
  position: absolute;
  left: 17.5px;
  top: 40px;
  height: 70%;
  border: 2px solid #ec5565;
}
.progress-map > .prog-complete .prog-road.red::before {
  background-color: #ec5565;
  border-color: #ec5565;
}

.progress-map > .prog-running .prog-road::before {
  border-color: #1874d3;
}

.progress-map > .prog-running .prog-road::after {
  /* border-style: dashed; */
  background-image: url("../images/dotted-line.png");
  /* border-color: #CECECE;	 */
  background-color: #fff;
  top: 25px;
  height: 80%;
  border: 0;
  width: 3px;
  background-repeat: no-repeat;
  background-size: cover;

}
.progress-map > .prog-pending .prog-road::after {
  border-color: #cecece;
  background-color: #cecece;
}

.report-date {
  color: #d4d4d4;
  font-size: 12px;
}

.report-time {
  color: #3e3e3e;
  font-size: 12px;
  line-height: 12px;
}

.report-progress {
  font-size: 14px;
  /* margin-top: 15px; */
  margin-top: 3px;
  font-weight: bold;
  color: #3e3e3e;
  padding-bottom: 55px;
}

.report-progress .viewResone,
.report-progress .viewLink,
.report-progress .view-status {
  font-size: 12px;
  color: #1874d3;
  display: block;
}
.progress-map > .prog-pending .report-progress {
  color: #cecece;
}

.patientDetail-block {
  display: none;
  overflow-y: scroll;
  top: 100px;
}

.btn-reject {
  border-color: #ff7a88;
  color: #ff7a88;
  background-color: #ffffff;
  min-width: 136px;
}

.btn-reject:hover {
  color: #ffffff;
  background-color: #ff7a88;
  border-color: #ff7a88;
}

.result-head {
  font-size: 20px;
  font-weight: bold;
  color: #6e6e6e;
  margin-bottom: 16px;
}

.result-block {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 24px 20px;
  margin-bottom: 25px;
}

.result-block h6 {
  color: #6e6e6e;
  font-size: 18px;
}

.result-block .form-control {
  border-color: #e2e2e2;
  padding: 16px 20px;
}

.result-block .form-control::placeholder {
  color: #b9b9b9;
}

.result-block textarea {
  height: 130px;
}

.result-block input {
  height: 53px;
}

.updateResult-container {
  height: calc(100vh - 280px);
  overflow-y: scroll;
}

.updateResult-container .form-control {
  padding: 18px 20px;
  font-size: 14px;
  height: auto;
}

.update-result .modal-content .close {
  z-index: 99;
}

.resetRange {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  padding: 40px 40px;
  display: none;
}

.rangeTab {
  margin-top: 30px;
  margin-bottom: 40px;
  justify-content: center;
}

.rangeTab .nav-item .nav-link {
  border: 1px solid #1875d3;
  color: #1875d3;
}

.rangeTab .nav-item:first-child .nav-link {
  border-radius: 5px 0 0 5px;
}

.rangeTab .nav-item:last-child .nav-link {
  border-radius: 0 5px 5px 0;
}
.rangeTab .nav-link.active,
.rangeTab .show > .nav-link {
  color: #fff;
}

.reportOnly {
  /* position: absolute; */
  opacity: 0;
}
.reportOnly + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.reportOnly + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
  background: white;
  border: 1px solid #707070;
}

.reportOnly:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.reportOnly:checked + label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 12px;
  background: #1874d3;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #1874d3, 4px 0 0 #1874d3, 4px -2px 0 #1874d3,
    4px -4px 0 #1874d3, 4px -6px 0 #1874d3, 4px -8px 0 #1874d3;
  transform: rotate(45deg);
}
.ageWise-block {
  border: 1px solid #e2e2e2;
  padding: 15px 24px;
  display: block;
  position: relative;
  color: #3e3e3e;
  border-radius: 5px;
  margin-bottom: 14px;
}
.ageWise-block:hover {
  color: #3e3e3e;
}
.ageWise-block h5 {
  font-weight: bold;
  margin-bottom: 0;
}

.ageWise-block img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(180deg);
}

.ageRangeBlock,
.possible-block {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  padding: 40px 40px;
  display: none;
  height: 1000;
}

.btn-range {
  border-color: #1874d3;
  color: #1874d3;
  padding: 13px 16px;
  min-width: 230px;
  display: inline-block;
}

.btn-range:hover {
  background-color: #1874d3;
  color: #ffffff;
}
.btn-entry {
  border-color: #ff7a88;
  color: #ff7a88;
  padding: 18px 15px;
  font-size: 16px;
  display: inline-block;
  min-width: 160px;
  height: 48px;
}

.btn-entry:hover {
  background-color: #ff7a88;
  color: #ffffff;
}
.f-16 {
  font-size: 16px;
}

.setting-success,
.corporate-confirm,
.corporate-delete {
  position: fixed;
}

.corporate-confirm .dialogue-content,
.corporate-delete .dialogue-content {
  width: 421px;
}

.corporate-confirm .dialogue-body {
  font-size: 21px;
}
.confirmation-msg {
  white-space: wrap;
}

.corporate-delete .dialogue-head {
  background-color: #fc7777;
}

.possible-container {
  margin-top: 30px;
  height: calc(100vh - 270px);
  overflow-y: scroll;
}
.possible-container h5 {
  margin-bottom: 40px;
}
.possible-container .del-department .form-control {
  padding: 18px 24px;
  height: auto;
  border-radius: 5px;
  margin-bottom: 15px;
}

.possible-container .form-group {
  padding-left: 0;
  padding-right: 0;
}
.remarkBlock h5 {
  font-size: 16px;
  font-weight: bold;
  color: #6e6e6e;
  margin-bottom: 8px;
}

.remark-desc {
  border: 1px solid rgba(112, 112, 112, 0.2);
  border-radius: 5px;
  padding: 18px;
  font-size: 12px;
  color: #3e3e3e;
}

.resultPrev {
  padding-top: 19px;
}

.result-detail {
  border: 1px solid rgba(191, 191, 191, 0.5);
  border-radius: 17px;
  padding: 12px;
  margin-bottom: 26px;
  position: relative;
  overflow: hidden;
}


.result-detail-normal::after {
  content: "";
  width: 2px;
  height: calc(90% - 13px);
  position: absolute;
  top: 13px;
  left: 4px;
  background-color: #04aa6d;
}

.result-detail-above::after , .result-detail-below::after {
  content: "";
  width: 2px;
  height: calc(90% - 13px);
  position: absolute;
  top: 13px;
  left: 4px;
  background-color: #e76102;
}

.result-detail > h6 {
  font-size: 14px;
  font-weight: bold;
  color: #3e3e3e;
  word-break: break-all;
}

.result-detail > p {
  font-size: 12px;
  color: #a0a0a0;
  margin-bottom: 12px;
}

.result-prev-block {
  border-right: 1px solid #e7e7e7;
  margin-bottom: 10px;
}
.result-detail .result-prev-block:last-child {
  border-right: 0;
}
.result-prev-block p {
  font-size: 10px;
  color: #a0a0a0;
}
.result-prev-block h5 {
  font-size: 14px;
  color: #3e3e3e;
}

.share-text,
.down-text {
  font-size: 12px !important;
}

.corporate-success-block {
  position: absolute;
}

.print-dialogue {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.22);
  width: 100%;
  height: 100%;
  display: none;
}
.print-dialogue .dialogue-content {
  padding: 17px;
}

.print-head {
  text-align: left;
  margin-bottom: 20px;
}

.reject-resone {
  padding: 14px 12px;
  margin-bottom: 20px;
  resize: none;
}

.reject-resone:focus {
  outline: none;
  box-shadow: none;
  border-color: #ced4da;
}

.print-url {
  border: 1px dashed #1874d3;
  padding: 10px;
  overflow: hidden;
  word-break: break-word;
}

.white-confirm {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.73);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99;
}
.white-confirm img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item-discount {
  margin-top: 10px;
}

.item-discount .discount-row .added-disc > p:first-child {
  display: none;
}
.item-discount .discount-row .added-disc > p {
  margin-left: auto;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 992px) {
  .corpo-bill-height {
    height: auto;
  }
}
.chart-detail {
  margin-top: 40px;
  /* margin-top: 0 !important;
	padding-top: 20px;
	margin-left: -30px; */
}
.chart-detail h6 {
  font-size: 18px;
  font-weight: bold;
  color: #3e3e3e;
}
.chart-detail .report-total {
  color: #3e3e3e;
  font-weight: bold;
  /* font-size: 45px; */
  font-size: 18px;
}

.labData-container {
  margin-top: 40px;
}

.labData-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  padding: 12px 0 17px;
}

.labData-container .labData-block:last-child {
  border-bottom: 0;
}

.lab-date {
  color: #3e3e3e;
}

.lab-date h5 {
  font-size: 20px;
  font-weight: bold;
}

.lab-date p {
  font-size: 14px;
  margin-top: 6px;
}

.lab-date h5 {
  font-size: 20px;
  font-weight: bold;
}

.lab-status {
  text-align: right;
}
.lab-status h5 {
  font-size: 20px;
  font-weight: bold;
}

.lab-status p {
  font-size: 12px;
  color: #6e6e6e;
  margin-top: 8px;
}
.compare-row .record-table > .record-tab .rec-date > input {
  color: #ff6686;
}

.compare-row .styled-checkbox:checked + label:before,
.compare-row .record-table:hover .styled-checkbox:checked + label:before {
  background: #ff6686;
}

#test-tabContent {
  display: none;
}

.progress-container .progress .progress-bar {
  height: 10px;
}
/* .chart-size{
	height: 175px !important;
	width: 175px !important;
} */
.analitic-slide .slick-slide {
  margin: 0 10px;
}

.bill-loader {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}
.buttonload {
  background-color: #04aa6d; /* Green background */
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 8px 24px; /* Some padding */
  font-size: 23px; /* Set a font-size */
}

/* .labRecord-table tbody tr td:first-child{ */
.patient-table tbody tr td:first-child {
  width: 50%;
}
.final-apply-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plus-ico-lab {
  width: 30px;
  margin-left: auto;
  display: block;
}
.noti-block {
  background-color: #ffffff;
  padding: 16px 17px;
  position: relative;
}
.noti-icon {
  height: 47px;
  width: 47px;
}
.noti-ago {
  font-size: 12px;
  line-height: 14px;
  color: #707070;
  margin-top: 10px;
  display: block;
  text-align: center;
  /* word-break: break-all; */
}
.noti-detail {
  margin-bottom: 12px;
}
.noti-detail .noti-title {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #3d3d3d;
}
.noti-detail .noti-time {
  font-size: 12px;
  color: #707070;
  display: flex;
  margin-bottom: 5px;
}

.noti-detail .noti-time > .icon {
  width: 20px;
  flex: 0 0 20px;
  margin-right: 5px;
}

.noti-detail .noti-right {
  font-size: 10px;
  color: #707070;
  line-height: 35px;
}
.bg-prog-pink {
  background-color: #eb5885;
}

.report-total > sub {
  font-size: 22px;
}
.report-total > sub > span {
  font-size: 12px;
}

.patient-table td {
  padding: 15px 5px;
}
.patient-table .btn-details {
  white-space: nowrap;
}

.lab-status > span {
  margin-bottom: 5px;
}

.btn-select {
  border-color: #1875d3;
  color: #1875d3;
  font-size: 13px;
  border-radius: 50px;
  min-width: 115px;
  padding: 7px 15px;
}

.btn-select:hover {
  background-color: #1875d3;
  color: #ffffff;
}
.registered-block {
  justify-content: space-between;
  margin-bottom: 15px;
}

.relative-number {
  border: 1px solid #e2e2e2;
  padding: 12px 16px 24px;
  border-radius: 6px;
}
.rel-heading {
  margin-top: 3px; /** 36px;
 */
  color: #6e6e6e;
  font-size: 16px;
  font-weight: bold;
}

.registered-block .mob-name {
  color: #3e3e3e;
  font-weight: bold;
}

.id-age {
  font-size: 12px;
}

.rel-date {
  font-size: 10px;
  color: #6e6e6e;
}

.relative-number > input {
  padding: 0 !important;
  border: 0;
  height: auto !important;
  background-color: transparent !important;
}

.relative-number > input {
  padding: 0 !important;
  border: 0;
  height: auto !important;
  background-color: transparent !important;
}

.btn-newPat {
  border-color: #1874d3;
  color: #1874d3;
  padding: 7px 15px;
  min-width: 170px;
  font-size: 14px;
}
.btn-newPat:hover {
  background-color: #1874d3;
  color: #ffffff;
}

.reg-check {
  position: absolute;
  opacity: 0;
}
.reg-check + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.reg-check:checked + label .btn-select {
  color: #ffffff;
  background-color: #1875d3;
}

@media screen and (min-width: 992px) {
  .btn-addItem {
    min-width: 120px;
    padding: 9px 12px;
    height: auto;
  }
}

.lab-patient .badge-time,
.patientDetail-block .badge-time {
  border-radius: 9px;
  white-space: normal;
}

.min-w-160 {
  min-width: 160px;
}
.btn-microbio {
  font-size: 13px;
  min-width: 114px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.patientDetail-block .btn-confirm,
.patientDetail-block .btn-reject {
  min-width: 140px;
  font-size: 12px;
  padding: 10px !important;
}

.sample-block {
  border-radius: 6px;
}
.report-PatientNM {
  color: #8090a0;
  font-weight: normal;
}

.corporate-bil-box .item-count {
  border: 0;
}
.dur-tab .nav-link {
  line-height: normal;
}
.record-table > .record-tab .rec-date > input {
  color: #1874d3;
}

.color-3e3e3e {
  color: #3e3e3e !important;
}

.bill-menu {
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.09);
}
.time-dialogue .dialogue-head .d-date {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}

.selectTime {
  width: 100px;
}

.noti-container {
  max-height: 470px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #1874d3;
  margin-top: 10px;
}

.noti-container::-webkit-scrollbar {
  width: 5px;
}

.noti-container::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.noti-container::-webkit-scrollbar-thumb {
  background: #1874d3;
  border-radius: 10px;
}

.btn {
  cursor: pointer;
}

.rec-rdo:checked,
.rec-rdo:not(:checked) {
  position: absolute;
  left: -9999px;
}
.rec-rdo:checked + label,
.rec-rdo:not(:checked) + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 20px;
  display: block;
  color: #3e3e3e;
  width: 100%;
}
.rec-rdo:checked + label:before,
.rec-rdo:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e3e;
  border-radius: 100%;
  background: #fff;
}
.rec-rdo:checked + label:after,
.rec-rdo:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #3e3e3e;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rec-rdo:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.rec-rdo:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.receive-rdo-container {
  padding: 15px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.receiveAs .receive-rdo-container:last-child {
  border-bottom: none;
}
.invoice-sec {
  overflow-y: scroll;
  scrollbar-color: #1461b1 transparent;
  scrollbar-width: thin;
  display: none;
}
.reqest-opt {
  text-align: right;
  display: none;
}
.reqest-opt a {
  padding: 7px 12px;
  margin-top: 12px;
  display: inline-block;
  font-size: 10px;
  border-radius: 50px;
}
.del-req {
  color: #ff4e4e !important;
  background-color: rgba(255, 78, 78, 0.2);
}
.resend-req {
  color: #70c898 !important;
  background-color: rgba(112, 200, 152, 0.2);
  margin-left: 20px;
}
@media (max-width: 1197px) and (min-width: 1024px) {
  .resend-req {
    margin-left: 5px;
  }
  .reqest-opt a {
    padding: 6px 7px;
  }
  .receive-rdo-container {
    padding: 15px;
  }
}
.success-dialogue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 30px;
  z-index: 9999;
  display: none;
}
.dialogue-content {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  width: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.dialogue-head {
  background-color: #3ec59d;
  padding: 28px 15px;
  margin-bottom: 10px;
}
.dialogue-body {
  font-size: 14px;
  color: #1874d3;
  padding-bottom: 35px;
}
.delete-dialogue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 30px;
  z-index: 1000;
  display: none;
}
.dialogue-footer {
  display: flex;
}
.dialogue-footer a {
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 100%;
  color: #ffffff;
}
.dialogue-footer a.no {
  background-color: rgba(128, 128, 128, 0.61);
}
.dialogue-footer a.yes {
  background-color: #1874d3;
}
.invoice-detail {
  color: #5e6064;
  font-size: 14px;
  position: relative;
}
.share-check {
  position: absolute;
  opacity: 0;
}
.share-check + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  padding-left: 40px;
  margin-bottom: 8px;
  user-select: none;
}
.share-check + label:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border: 1px solid #1874d3;
  border-radius: 5px;
}
/* .share-check:hover + label:before {
	  background: #1874D3;
	} */
.share-check:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.share-check:checked + label:before {
  background: #1874d3;
}
.share-check:checked + label:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 14px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.share-text {
  font-size: 12px !important;
}
.share-link {
  border: 3px dashed #1874d3;
  padding: 7px;
}
.invoice-confirm {
  display: none;
  font-size: 12px;
  padding: 12px 30px;
}
.billing-empty-state {
  text-align: center;
  margin-top: 130px;
}
.default-button {
  padding: 10px 20px;
  font-size: 12px;
}

.badge-time {
  font-size: 11px;
  color: #ffffff;
  line-height: 13px;
  letter-spacing: 1.5px;
  padding: 7px 10px;
  border-radius: 50px;
  min-width: 70px;
}
.patient-table .badge-time {
  border-radius: 10px;
}

.lab-patient .badge-time,
.patientDetail-block .badge-time {
  border-radius: 9px;
  white-space: normal;
}

.btn-microbio {
  font-size: 13px;
  min-width: 114px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.patientDetail-block .btn-confirm,
.patientDetail-block .btn-reject {
  min-width: 140px;
  font-size: 12px;
  padding: 10px !important;
}

.patient-table .btn-details {
  white-space: nowrap;
}

.lab-status > span {
  margin-bottom: 5px;
}
.btn-details {
  border-radius: 50px;
  padding: 10px 20px;
  white-space: nowrap;
}

.bill-Visit-data .btn-details {
  font-size: 12px;
  padding: 8px 10px;
}

.lab-patient {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 17px 16px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.patient-card {
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.patient-header {
  padding: 12px 16px;
  color: #808080;
}
.patient-body {
  padding: 12px 16px 16px;
  border-top: 1px solid #dfdfdf;
}
.patient-body_row {
  display: flex;
}
.bill-breadcrump {
  color: #1874d3;
  /* margin-bottom: 45px; */
  margin-top: 10px;

}
.bill-breadcrump a {
  color: #888888;
  margin-right: 10px;
}
/* Mob style */
.mob-micro-heading{
  font-weight: bold;
  color: #3E3E3E;
  margin-bottom: 12px;
}

.mob-micro-heading{
  font-weight: bold;
  color: #3E3E3E;
  margin-bottom: 12px;
}

.sampleDetail{
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 16px 13px;
  justify-content: space-between;
  border-bottom: 1px solid #E4E4E4;
}

.sampleDetail h5{
  font-size: 16px;
  color: #3E3E3E;
  font-weight: bold;
  margin-bottom: 0;
}

.sampleDetail p{
  font-size: 12px;
  color: #8090A0;		
}

.lab-patient .badge-time{
  font-size: 10px;
  letter-spacing: 0;
}
.main-content {
  padding: 30px 16px;
}

.patientDetail-block{
  /* background-color: #F8F8F8 !important; */
  height: 100vh;
  top: 0;
  z-index: 1000;  
  padding: 25px 16px 60px !important;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);

}
.patientDetail-block .btn-confirm, .patientDetail-block .btn-reject{
  min-width: 140px;
  font-size: 12px;
  padding: 15px !important;
}

/*  report color list*/
.bg-prog-purple {
  background: #4b7fed;
}
.bg-prog-light-purple {
  background: #9398ec;
}
.bg-prog-green {
  background: #99d468;
}
.bg-prog-blue {
  background: #4ec2e7;
}
.bg-prog-red {
  background: #ec5565;
}
.bg-prog-dark-blue {
  background: #4b8cdc;
}
.bg-prog-violet-red {
  background: #cc0099;
}
.bg-prog-yellow {
  background: #ffcc00;
}
.bg-prog-grey {
  background: #a5adb8;
}
.bg-prog-black {
  background: #000000;
}
.patient-profile hr {
  border-color: #dcdee0;
  margin-bottom: 31px;
  margin-top: 31px;
  margin-left: -11.5px;
  margin-right: -11.5px;
}
.patient-profile {
  background-color: #ffffff;
  padding: 16px 23px;
  /* position: fixed; */
  /* right: 20px; */
  /* width: 26%; */
  /* height: 100vh; */
  /* height: auto; */
  
  height: calc(100vh - 120px);
  border-radius: 5px;
  overflow: scroll;
  position: sticky;
  top: 40px;
}

@media screen and (max-width : 992px) {
  .patient-profile {
    height: 100vh;
    top: 0;
  }
}
.text-black {
  color: #000000;
}
.patient-heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.21;
  color: #1874d3;
}

@media (min-width: 992px) {
  .emr-pdf {
    max-width: 1000px !important;
  }
}
@media(max-width:  1023px) {
  .patient-profile{
		position : fixed;
		width: 100% !important;
  
	}
}

#emrPdf .emr-pdf {
  max-width: 100%;
}
.body{
  /* background: #f8f8f8; */
  background-color: #FFFFFF;
  min-height: calc(100vh - 130px);
}


.footer{
  background-color: #fff;
}
.patient-name .gen-time {
	letter-spacing: normal;
	font-weight: normal;
  }
  .gen-time {
	font-size: 11px;
	color: #8090a0;
	line-height: 13px;
	letter-spacing: 1.5px;
  }
  .invoice-loader {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100vh;
    z-index: 99999;
}

  /** load css*/
  
  @keyframes cssload-rotate {
    100% {
      transform: rotate(360deg);
    }
    }
    
    @-o-keyframes cssload-rotate {
    100% {
      -o-transform: rotate(360deg);
    }
    }
    
    @-ms-keyframes cssload-rotate {
    100% {
      -ms-transform: rotate(360deg);
    }
    }

    @-webkit-keyframes cssload-rotate {
    100% {
      -webkit-transform: rotate(360deg);
    }
    }
    
    @-moz-keyframes cssload-rotate {
    100% {
      -moz-transform: rotate(360deg);
    }
    }
    
  .cssload-container,
.bill-loader {
	position: relative;
  }
  
  .cssload-whirlpool,
  .cssload-whirlpool::before,
  .cssload-whirlpool::after {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(24, 117, 211, 0.5);
	border-left-color: rgb(24, 117, 211);
	border-radius: 974px;
	-o-border-radius: 974px;
	-ms-border-radius: 974px;
	-webkit-border-radius: 974px;
	-moz-border-radius: 974px;
  }
  
  .cssload-whirlpool {
	margin: -24px 0 0 -24px;
	height: 49px;
	width: 49px;
	animation: cssload-rotate 1150ms linear infinite;
	-o-animation: cssload-rotate 1150ms linear infinite;
	-ms-animation: cssload-rotate 1150ms linear infinite;
	-webkit-animation: cssload-rotate 1150ms linear infinite;
	-moz-animation: cssload-rotate 1150ms linear infinite;
  }
  
  .cssload-whirlpool::before {
	content: "";
	margin: -22px 0 0 -22px;
	height: 43px;
	width: 43px;
	animation: cssload-rotate 1150ms linear infinite;
	-o-animation: cssload-rotate 1150ms linear infinite;
	-ms-animation: cssload-rotate 1150ms linear infinite;
	-webkit-animation: cssload-rotate 1150ms linear infinite;
	-moz-animation: cssload-rotate 1150ms linear infinite;
  }
  
.cssload-whirlpool::after {
	content: "";
	margin: -28px 0 0 -28px;
	height: 55px;
	width: 55px;
	animation: cssload-rotate 2300ms linear infinite;
	-o-animation: cssload-rotate 2300ms linear infinite;
	-ms-animation: cssload-rotate 2300ms linear infinite;
	-webkit-animation: cssload-rotate 2300ms linear infinite;
	-moz-animation: cssload-rotate 2300ms linear infinite;
  }
  .print-prod ul{
    padding-left: 20px;
  }

.custom-modal-dialogue{
    position: relative;
    left: unset;
    top: unset;
    transform: none !important;
  } 