.input-group-append {
  cursor: pointer;
}
.btn_round {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.btn_round:hover {
  color: #fff;
  background: #4477c5;
  border: 1px solid #4477c5;
}

.btn_content_outer {
  display: inline-block;
  width: 85%;
}
.close_c_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 0px;
  line-height: 30px;
  border-radius: 50%;
  background: #ededed;
  border: 1px solid #ccc;
  color: #ff5c5c;
  text-align: center;
  cursor: pointer;
}

.add_icon {
  padding: 10px;
  border: 1px dashed #aaa;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.add_group_btn {
  display: flex;
}
.add_group_btn i {
  font-size: 32px;
  display: inline-block;
  margin-right: 10px;
}

.add_group_btn span {
  margin-top: 8px;
}
.add_group_btn,
.clone_sub_task {
  cursor: pointer;
}

.sub_task_append_area .custom_square {
  cursor: move;
}

.del_btn_d {
  display: inline-block;
  position: absolute;
  right: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  font-size: 22px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: #fff;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  /* background-color: #ddd; */
}

/* Create an active/current tablink class */
.tab button.active {
  opacity: 0.5;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.calendar {
  position: absolute;
  width: 280px;
  left: 50%;
  top: 50%;
  margin: -145px 0px 0px -140px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #f26a63;
  margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
/* &:after{ transform rotate(45deg)
    margin: -43px 0px 0px 8px;} */

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #b0aead;
  border-bottom: 2px solid #b0aead;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  display: block;
  width: 40px;
  color: #f26a63;
  margin-bottom: 5px;
  font-size: 13px;
  text-transform: uppercase;
}
.chngPwrd > i.fa-eye {
  position: absolute;
  right: 10px;
  top: 12px;
}
.chngPwrd > i.fa-eye {
  display: block;
}

h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06d85f;
  margin: 80px 0;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 5s ease-in-out;
}

.patient-name {
  padding-top: 20px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  color: #4477c5;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: red;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }

  .popup {
    width: 70%;
  }
}

/* .chngPwrd > i.fa-eye-slash{
    display: none;
} */

/* /////////////////// */

/* Wizard css strats here */
.hh-grayBox {
  /* background-color: #F8F8F8; */
  margin-bottom: 20px;
  padding: 35px;
  margin-top: 20px;
}
.pt45 {
  padding-top: 45px;
}

img.img-fluid.signImg {
  width: 50%;
  border: 2px dashed #111d;
  border-radius: 10px;
}

.P_button {
  color: #fff;
  background-color: #82bfe5;

  width: 90%;
  max-width: 200px;
  padding: 12px 15px;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.4s;
  text-align: center;

  display: inline-block;
  margin-bottom: 5px;
  width: auto;
}
.P_button:hover {
  background-color: #9dd2f3;
  transition: background 0.2s;
}
.error {
  color: #ff0000 !important;
}
.show-pass {
  position: absolute;
  top: 5%;
  right: 8%;
}

.fa-circle {
  font-size: 6px;
}

.fa-check {
  color: #02b502;
}
.signature {
  border: none;
  background-color: none;
  outline: 0;
}
.signature:focus {
  border: none;
  background-color: none;
  outline: 0;
}

.kbw-signature {
  width: 100%;
  height: 200px;
}
#sig canvas {
  width: 100% !important;
  height: auto;
}

.signature {
  border: none;
  background-color: none;
  outline: 0;
}
.signature:focus {
  border: none;
  background-color: none;
  outline: 0;
}

.custom-container {
  max-width: min(1400px, 85%);
}
span.user-img {
  bottom: 0;
  top: unset !important;
}

/* Pateinet details card css start here */
.pateintDetailsCard > .cardDetails label,
.pateintDetailsCard > .cardDetails label + p {
  margin: 0 !important;
  font-size: 16px;
}
.pateintCardText,
.pateintCardLabel {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.card.pateintDetailsCard {
  border-radius: 10px 10px 34px 34px !important;
  overflow: hidden;
}

.appointment-card {
  height: 200px;
}

#target {
  display: none;
}

.Hide {
  display: none;
}

.show-btn button {
  background: none;
  border: none;
  color: #fff;
}

.PatentcardHeading > h4 {
  background: #4477c5;
  color: #fff;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  text-align: center;
}

.cardDetails > .row {
  padding: 5px 0;
}

.cardDetails > .row:nth-child(even) {
  background: #e4e4e4;
}
label.pateintCardLabel {
}

/* Pateinet details card css ends here */

#exampleModal .modal-content {
  border-radius: 0px;
  width: 60vw !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.input2 {
  margin: auto;
}
.input2 input {
  border-radius: 5px;
}
.input2 h5 {
  display: flex;
  justify-content: center;
}
.table4 {
  width: 700px;
  margin: auto;
}
#tt1 {
  text-align: center;
  justify-content: center;
  height: 20px;
  align-items: center;
}
#tt2 {
  height: 20px;
}
tr td {
  text-align: center;
}

/* 16-10-2023 new css  */

.border-right-1 {
  border-right: 1px solid #d9d9d9;
}
.custm-gridrow .row {
  padding: 0;
}

.custm-gridrow .pateintCardLabel {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  font-weight: 600;
}
.custm-gridrow .pateintCardText {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.formTextBtn-group {
  padding: 10px 15px;
}
.doc-New label.pateintCardLabel {
  border-right: 0px solid #ddd;
}

/* 18-10-2023 new css  */

.custm-height #tableId_wrapperm .row:nth-child(2) .col-sm-12 {
  max-height: calc(70vh- 100px);
}
#tableId_wrapperm {
  background: red;
}
.custmpadding-insurance {
  padding-left: 10px;
  padding-right: 20px;
}
.custmTextNotes {
  font-size: 17px;
}
.cardDetails .pateintCardLabel {
  font-weight: 600;
}

.CstmYScroll {
  height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
}
/* new css added date 26th oct */
.table-button2 {
  border: none;
  background-color: #28a745;
  padding: 8px 26px 8px 26px;
  /* margin-left: 238px;
margin-top: -7px; */
  color: white;
  font-weight: 600;
  /* margin-bottom:10px; */
}

.custm-height .col-md-18 .dataTables_wrapper .row:nth-child(2) .col-sm-12 {
  max-height: calc(70vh - 100px);
  overflow: auto;
}

.custm-height
  .col-md-18
  .dataTables_wrapper
  .row:nth-child(2)
  .col-sm-12::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.custm-height
  .col-md-18
  .dataTables_wrapper
  .row:nth-child(2)
  .col-sm-12::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.custm-height
  .col-md-18
  .dataTables_wrapper
  .row:nth-child(2)
  .col-sm-12::-webkit-scrollbar-thumb {
  background: #888;
}

.modal-custm-lg {
  max-width: 1080px;
}

.custm-height .dataTables_length select {
  padding-right: 20px !important;
}

.custmCheckbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.custmCheckbox label {
  font-weight: 600;
}

#exampleModal .modal-custm-lg .modal-content {
  border-radius: 0px;
  width: 100% !important;
  position: relative;
  left: 0%;
  transform: translate(0%, 0);
}

.custmPad {
  padding: 5px !important;
}

.custm-height .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: transparent;
  border-color: transparent;
}

.custmhistory-box .histordhead {
  font-size: 18px;
}

.subHead-history {
  font-size: 14px;
  font-weight: 600;
}

.custmH-data {
  min-height: 45px;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

/* select#orderStatus {
width: 275px;
margin-left: 166px;
margin-top: -18px;
margin-bottom: 26px;
} */
.head {
  border-bottom: 1px solid rgb(189, 189, 189);
  text-align: center;
  background-color: #4477c5;
  color: white;
  border-radius: 5px 5px 0 0;
  font-weight: 500;
}

.head h5 {
  padding: 4px 0px 4px 0px;
}

.col1 {
  width: 40px;
}

.col2 tr td {
  padding: 7px 0px 7px 10px;
  width: 34%;
}

.table-body {
  border-radius: 0px 0px 20px 20px;
}

.card {
  border-radius: 6px 6px 30px 30px;
}

.table-button {
  border: none;
  background-color: #28a745;
  padding: 8px 30px 8px 30px;
  margin-left: 5px;
  margin-top: -7px;
  color: white;
  font-weight: 600;
}

.table-button1 {
  border: none;
  background-color: #28a745;
  padding: 4px 15px 5px 15px;
  margin-left: 5px;
  margin-top: -3px;
  color: white;
  font-weight: 600;
}

.table-button:hover {
  background-color: #28a745;
}

.drop-table {
  width: 120px;
}

.col22,
th,
td {
  border-collapse: collapse;
}

.col22 th {
  border: 1px solid rgb(189, 189, 189);
  padding: 8px 0px 8px 8px;
}

.col22 td {
  border: 1px solid rgb(189, 189, 189);
  padding: 10px 8px;
}

.box22 {
  border: 2px solid #dedede;

  border-radius: 5px;
  padding: px;
  margin: 5px;
}

.darker {
  border-color: #ccc;
}

.box22::after {
  content: "";
  clear: both;
  display: table;
}

.box22 img {
  float: left;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
}

.box22 img.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

.time-right {
  float: right;
  color: #aaa;
}

.time-left {
  float: left;
  color: #999;
}

.col23 tr td {
  border: none;
  width: 34%;
}

.box22 p {
  margin-bottom: 0px;
}

button.btn.send-btn {
  border: 1px solid #b5b5b5;
  padding: 3px 12px 3px 12px;
  margin-top: -6px;
  margin-left: 8px;
}

.rating-css div {
  color: #ffe400;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  padding: 20px 0;
}
.rating-css input {
  display: none;
}
.rating-css input + label {
  font-size: 60px;
  text-shadow: 1px 1px 0 #8f8420;
  cursor: pointer;
}
.rating-css input:checked + label ~ label {
  color: #b4afaf;
}
.rating-css label:active {
  transform: scale(0.8);
  transition: 0.3s ease;
}
.new-table tr td {
  text-align: start !important;
  padding: 5px 0px 0px 5px;
  margin-left: 30px;
}

.pateintCardLabel {
  color: black;
}
.patientcardlabel1 {
  text-align: left;
  border-right: 1px solid #dfdfdf;
}
.label.pateintCardLabel {
  border-right: 0px !important;
}

.col-12.rating-css.d-flex {
  padding: 0px;
}
label.col-4 {
  border-right: 1px solid #dfdfdf;
}

.rating div {
  color: #ffe400;

  font-family: sans-serif;
  font-weight: 700;
  padding: 20px 0;
}
.rating input {
  display: none;
}
.rating input + label {
  text-shadow: 1px 1px 0 #8f8420;
  cursor: pointer;
}
.rating input:checked + label ~ label {
  color: #b4afaf;
}
.rating label:active {
  transform: scale(0.8);
  transition: 0.3s ease;
}

.modalTable table tr th {
  white-space: nowrap;
  padding: 8px 10px;
}

.modal-width .modal-lg {
  max-width: 1100px;
}

/* //prescrption */

.profile_pic {
  width: 100%;
  display: inline-block;
  object-fit: contain;
  border-radius: 5px;
  height: 146px;
}

.file-upload {
  display: none;
}

.circle {
  position: relative;
  border: 2px dashed #9d9d9d;
  border-radius: 5px;
  max-width: 250px;
  min-width: 250px;
  height: 150px;
}

img {
  max-width: 100%;
  height: auto;
}

.p-image {
  color: black;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  bottom: 6px;
  right: 10px;
}

.p-image:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.upload-button {
  font-size: 1.2em;
}

.upload-button:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #999;
}

label {
  cursor: pointer;
}

.data_view {
  position: absolute;
  z-index: 999;
  background: white;
  border: 1px solid #cdcaca;
  padding: 12px;
  display: none;
  width: 180%;
  overflow: scroll;
  height: auto;
}

/* //Annoucement */

.circle {
  position: relative;
  border: 2px dashed #9d9d9d;
  border-radius: 5px;
  max-width: 250px;
  min-width: 250px;
  height: 150px;
}

img {
  max-width: 100%;
  height: auto;
}

label {
  cursor: pointer;
}

.p-image {
  color: black;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  bottom: 6px;
  right: 10px;
}

.p-image:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.upload-button {
  font-size: 1.2em;
  cursor: pointer;
}

.upload-button:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #999;
}

.profile_pic {
  width: 100%;
  display: inline-block;
  object-fit: contain;
  border-radius: 5px;
  height: 146px;
}

.file-upload {
  display: none;
}
.h-fit_content {
  height: fit-content;
}
.noteList {
  padding-left: 0px;
  margin: 4px 0;
  width: 100%;
}
/* .noteList li  {
  font-size: 14px;
  padding-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */
/* 15/11/2023 */
.text_tbl tr td {
  text-align: left;
}
.custmH-data span {
  overflow: hidden;
}

/*22/11/2023*/
/*Admin notes*/

.notes_table {
  border-collapse: collapse;
  width: 100%;
}

.notes_table th,
.notes_table td {
  border: 1px solid #ddd;
  padding: 8px;
}

.notes_table th {
  background-color: #f2f2f2;
}
.widget-title-inner {
  background: #f8d7da;
  padding: 15px;
  margin-top: 15px;
}
.widget-alert-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.widget-alert-text button {
  padding: 6px 15px;
  background-color: #28a745;
  color: #fff;
  border: none;
  border-radius: 5px;
}
.widget-alert-text h6 {
  color: #b50909;
  margin: 0px;
}

div#exampleModalAppnotesadmin {
  font-size: 16px;
}
div#exampleModalAppnotesadmin .modal-header h5 {
  color: #5c5c5c;
}
div#exampleModalAppnotesadmin .modal-header button {
  background-color: transparent;
  color: #5c5c5c;
  border: none;
}
textarea#notestext {
  line-height: 1;
}
table#tableId thead {
  white-space: nowrap;
}
table#tableId tbody {
  white-space: nowrap;
}
html .notesTextarea {
  resize: vertical;
  max-height: 150px;
}

@media (max-width: 320px) {
  .table-responsive {
    overflow-x: scroll !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* changes by all patients scroll remove */
  .table-responsive {
    overflow-x: scroll !important;
  }
  /* changes by all patients scroll remove */
}

/* changes by all patients scroll remove */
@media (min-width: 481px) and (max-width: 767px) {
  .table-responsive {
    overflow-x: scroll !important;
  }
}
/* changes by all patients scroll remove */
@media (min-width: 768px) and (max-width: 1024px) {
  .table-responsive {
    overflow-x: scroll !important;
  }

  /* readmore on admin notes */

  button.read-more1 {
    background-color: transparent;
    border: none;
    color: blue;
    outline: none;
  }

  button.read-more {
    background-color: transparent;
    border: none;
    color: blue;
    outline: none;
  }

  .patient-graybox {
    z-index: 9;
  }
}

/* chatting css */
.chat-main-box {
  margin-top: 15px;
  padding: 20px 0;
  min-height: 176px;
}

.left-chat {
  padding-left: 8px;
  min-height: 38px;
  margin-top: 10px;
  max-width: 70%;
}

.right-chat {
  padding-right: 8px;
  text-align: right;
  min-height: 38px;
  margin-top: 16px;
  max-width: 70%;
  margin-left: auto;
}

.right-chat-text {
  padding: 10px;
  font-size: 14px;
  background-color: #e3e3e3;
  border-radius: 8px;
  margin-bottom: 8px;
  line-height: 24px;
  border-radius: 20px;
  word-break: break-word;
  display: table-cell;
  text-align: left;
}

.left-chat-text {
  padding: 10px;
  font-size: 14px;
  background-color: #e3e3e3;
  border-radius: 8px;
  margin-bottom: 8px;
  border-radius: 20px;
  word-break: break-word;
  display: table-cell;
  text-align: left;
}

.left-chat-text p {
  margin: 0px;
  font-size: 13px;
  color: #666;
  font-weight: 500;
  position: absolute;
  left: 10px;
  bottom: 3px;
}

.left-chat-admin p {
  margin: 0px;
  font-size: 13px;
  color: #ffeeee;
  font-weight: 500;
  position: absolute;
  left: 10px;
  bottom: 3px;
}

.scrollbottom {
  height: 210px;
  overflow-y: auto;
}

.chat-main-box {
  display: flex;
  flex-direction: column;
}

.patient-left-chat .Profile-Info {
  height: auto;
  padding: 10px 0 6px 0px;
  font-weight: 600;
}
.patient-left-text {
  position: relative;
  border-radius: 8px;
  width: 70% !important;
  display: flex;
  justify-content: end;
  padding-bottom: 24px;
}

.left-chat-admin {
  padding: 10px;
  font-size: 14px;
  background-color: #4477c5;
  border-radius: 8px;
  margin-bottom: 8px;
  color: #fff;
  padding-bottom: 24px;
}

.patient-right-text {
  position: relative;
  border-radius: 8px;
  width: 60% !important;
  display: flex;
  padding-bottom: 24px;
}

.patient-right-text p {
  margin: 0px;
  font-size: 13px;
  color: #777777;
  font-weight: 500;
  position: absolute;
  right: 10px;
  bottom: 3px;
}

.patient-right-chat {
  max-width: unset;
  margin-left: unset;
  display: flex;
  justify-content: end;
}

.patient-right-chat .Profile-Info {
  height: auto;
  padding: 10px 0 6px 0px;
  font-weight: 600;
}