.logo-cls {
  height: 60px !important;
}
h2.text-3xl.font-semibold.text-gray-800.mb-4 {
  font-family: "Plus Jakarta Sans", serif !important;
  text-align: center;
}
.background-cls {
  background: #f0f5f9 !important;
}
.bg-white.p-6.rounded-lg.shadow-lg {
  border-radius: 30px !important;
}
.header-text-cls {
  margin-top: 30px;
  margin-bottom: 30px;
}
.header-text-cls-consultation {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
}
.container {
  margin: 0 auto;
}
nav.bg-white.shadow-md.px-6.py-4 {
  border-radius: 20px;
  margin-top: 30px;
}
* {
  font-family: "Plus Jakarta Sans", serif !important;
}
button.filter-button-css {
  border: solid 1px #0d366b;
  padding: 4px 40px;
  background: #0d366b;
  border-radius: 20px;
  color: white;
}
.filter-select-cls {
  /* background-color: #f9f9f9; */
  border: 2px solid #ccc;
  padding: 12px 0;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s;
  border-width: 0 0 1px !important;
}

/* Adding a custom arrow to select */
.filter-select-cls::after {
  content: "▼"; /* Custom arrow */
  position: absolute;
  right: 10px;
  pointer-events: none;
}
table#myTable tr td {
  border: 0;
  border-bottom: solid 1px #efefef;
  padding: 10px;
  line-height: 28px;
}
table#myTable tr th {
  padding: 10px;
}

table#myTable {
  border-radius: 20px;
  border: 0 !important;
}
.status {
  text-transform: lowercase !important;
}
.status.on_hold span {
  background: #fcd6a4 !important;
  padding: 5px 25px;
  border-radius: 20px;
  position: relative;
  color: #bf9e6b;
}
.status.unfulfilled span {
  background: #fdeb78 !important;
  padding: 5px 25px;
  border-radius: 20px;
  position: relative;
  color: #534a03;
}
.status.fulfilled span {
  background: #93fd78 !important;
  padding: 5px 25px;
  border-radius: 20px;
  position: relative;
  color: #0a5303;
}
.view-btn-cls {
  border: solid 1px #39cecd;
  padding: 4px 40px;
  border-radius: 18px;
  color: white;
  background: #39cecd;
}

.pagination-cls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
  align-items: center;
}
.margin-bottom-cls {
  margin-bottom: 40px;
}
.margin-top-cls {
  margin-top: 40px;
}
.parent-order-info {
  display: flex;
  flex-direction: row;
}
.child-order-info {
  padding: 20px;
  border-radius: 20px;
  background: #f3f4f6;
  margin-right: 30px;
  width: 33%;
}
ul.list-disc.list-inside {
  list-style: none;
}
h3.text-lg.font-semibold.text-gray-700 {
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}
.comm-cls label {
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}
.clear {
  margin-bottom: 20px;
}
.padding-cls span {
  padding: 5px 10px !important;
  margin-left: 5px;
}
.child-order-info p {
  line-height: 28px;
}
.prescription-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.prescription-child:nth-child(1) {
  padding: 20px;
  border-radius: 20px;
  background: #f3f4f6;
  margin-right: 30px;
  width: 60%;
}
.prescription-child:nth-child(2) {
  padding: 20px;
  border-radius: 20px;
  background: #f3f4f6;
  margin-right: 30px;
  width: 40%;
}
.list-disc.list-inside div {
  margin-bottom: 10px;
  line-height: 26px;
}
.inner-child:nth-child(2) {
  margin-top: 20px;
}
.box {
  background-color: #f3f4f6;
  padding: 2.25rem 4.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  /* border: solid 1px #e3e3e3; */
  border-radius: 20px;
  justify-content: flex-start;
  align-content: center;
  margin-bottom: 20px;
}
.box h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  font-size: 1.45rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 1.625rem 2.25rem;
  /* 10px 20px */
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}

.inputfile-1 + label {
  color: #fff;
  background-color: #39cecc;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background-color: #722040;
}

.box p {
  color: #0e366b !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-size: 14px !important;
  line-height: 24px !important;
}
.doc-parent-cls {
  display: flex;
}
.mb-4.comm-cls {
  background: #f3f4f6;
  padding: 30px;
  border-radius: 20px;
}
.mb-4.comm-cls textarea {
  margin-top: 10px;
}
.doc-parent-cls div:nth-child(2) {
  margin-top: 20px;
}
.doc-parent-cls div:nth-child(1) {
  margin-right: 25px;
}
.doc-parent-cls div {
  width: 100%;
  margin-top: 10px;
  /* margin-right: 25px; */
  min-height: 250px;
}
.inactiveMixin {
  content: "";
  position: absolute;
  display: block;
}
.beforeAnimation {
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
.afterAnimation {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04),
    0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
.toggleWrapper {
  /* margin: auto; */
  /* padding: 20px; */
  /* width: 55px; */
  /* border: 1px solid lightgray; */
  margin-top: 20px;
  border-radius: 5px;
  background: white;
}
.toggleWrapper input.mobileToggle {
  opacity: 0;
  position: absolute;
}
.toggleWrapper input.mobileToggle + label {
  position: relative;
  display: inline-block;
  user-select: none;
  transition: 0.4s ease;
  height: 32px;
  width: 50px;
  border: 1px solid #e4e4e4;
  border-radius: 60px;
}
.toggleWrapper input.mobileToggle + label:before {
  content: "";
  position: absolute;
  display: block;
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  height: 30px;
  width: 51px;
  background: red;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.toggleWrapper input.mobileToggle + label:after {
  content: "";
  position: absolute;
  display: block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04),
    0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  background: whitesmoke;
  height: 28px;
  width: 28px;
  top: 1px;
  left: 0px;
  border-radius: 60px;
}
.toggleWrapper input.mobileToggle:checked + label:before {
  background: #2ecc71;
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.toggleWrapper input.mobileToggle:checked + label:after {
  left: 24px;
}
.toggle-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
}
label.approv {
  margin-left: 10px;
  font-weight: 600;
}
.submit-area-cls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding-bottom: 20px !important;
  /* border: solid 1px #f1f1f1; */
}

.submit-cls {
  background: #0d366b !important;
  border-radius: 22px !important;
  padding: 10px 40px !important;
}
.complete-tag-cls span {
  background: green;
  padding: 4px 10px;
  border-radius: 16px;
  color: white;
}
.header-text-cls-consultation a {
  border: solid 1px;
  background: #39cecd;
  padding: 4px 20px;
  color: white;
  border-radius: 29px;
  transition: 0.3s ease all;
}

.header-text-cls-consultation a:hover {
  background: #0d366b;
}
.header-text-cls-consultation h2 {
  margin: 0;
}
p.number-order-cls a {
  text-decoration: underline;
  color: #3acecd;
  font-weight: 700;
}
ul.list-disc.list-inside li {
  border-bottom: solid 1px #dddddd;
  padding-bottom: 4px;
  font-size: 14px;
  padding-top: 10px;
}
.parent-welcome-cls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.parent-dashboard {
  /* margin: 20% 0; */
  background: white;
  padding: 30px;
  margin-top: 60px;
  border-radius: 10px;
  width: 1240px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.child-dashboard a {
  color: black;
  padding: 20px;
  background: #f3f4f6;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 500px;
  text-align: center;
  border-radius: 20px;
  margin-top: 10px;
  color: black;
  transition: 0.3s ease all;
  cursor: pointer;
}
.child-dashboard:hover a {
  color: black;
  padding: 20px;
  background: #0d366b;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 500px;
  text-align: center;
  border-radius: 20px;
  margin-top: 10px;
  color: white;
  transition: 0.3s ease all;
  cursor: pointer;
}
body.body-cls {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f3f4f6;
}
.logo-header {
  margin-top: 40px;
  margin-bottom: 40px;
}
.align-cls {
  align-items: center;
}
input.idsearch-cls::placeholder,
input#search::placeholder {
  opacity: 1;
  color: black;
}

input.idsearch-cls {
  border-bottom: solid 1px #cccccc;
  padding: 5px 0;
  position: relative;
  left: -14px;
  margin-bottom: 10px;
}
input.idsearch-cls {
  color: #484848 !important;
}
input.idsearch-cls::placeholder {
  color: #484848 !important;
}
button.filter-button-css {
  margin: 0 !important;
}
.bmigroup-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.child-group {
  /* border: solid 1px; */
  min-height: 101px;
  padding: 10px;
  border-radius: 10px;
  margin-right: 10px;
  background: white;
  width: 33%;
}
.child-question-group {
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 20px;
}
.child-question-group:nth-child(2) {
  width: 30%;
  text-align: right;
}
.child-question-group:nth-child(1) {
  width: 70%;
}
.inner-parent {
  display: flex;
  justify-content: space-between;
}
.other-questions-group h4 {
  margin-bottom: 20px;
}
.parent-photo-id {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 15px;
  background: white;
  margin-bottom: 10px;
  border-radius: 10px;
}
a.btn-id {
  background: #3acecd;
  padding: 3px 30px;
  border-radius: 20px;
  color: white;
  transition: 0.3s ease all;
}
a.btn-id:hover {
  background: #0d366b;
}
span.uploaded-cls {
  background: green;
  color: white;
  padding: 2px 10px;
  border-radius: 15px;
}
span.later-cls {
  background: #fdeb78;
  color: #534a03;
  padding: 2px 10px;
  border-radius: 15px;
}
.status-summary.mb-6 {
  background: white;
  padding: 30px;
  margin-top: 20px;
  border-radius: 20px;
  text-align: center;
}
.parent-summery {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.child-summery {
  padding: 10px;
  margin-right: 20px;
  border-radius: 10px;
  min-width: 390px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.child-summery.on_hold-cls {
  background: #fcd6a4;
  color: #755f3f;
}

.child-summery.unfulfilled-cls {
  background: #f2e273;
  color: #534a03;
}

h2.text-lg.font-semibold {
  font-size: 25px;
  margin-bottom: 20px;
}

.child-summery p {
  font-size: 24px;
  line-height: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}
.child-summery h2 {
  font-size: 14px;
  margin-bottom: 10px;
}
.child-summery.view-all-cls h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
  border-bottom: solid 1px;
}

.child-summery.view-all-cls {
  background: #eaeaea;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.parent-filter-cls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
a#toggleFilterSidebar {
  border-radius: 20px;
  padding: 5px 20px;
  background: #00366b;
  border-radius: 30px;
  padding: 10px 50px;
  font-weight: 500;
  cursor: pointer;
}
select.py-2.filter-select-cls {
  margin-left: 0 !important;
}
.autocomplete-container input {
  padding: 5px 2px !important;
}

.autocomplete-container {
  margin: 0;
  position: relative;
  left: -14px;
  margin-bottom: 10px;
  /* padding: 0px !important; */
}
button#bulk-email-submit {
  background: #39cecd;
  border-radius: 30px;
  padding: 10px 50px;
  font-weight: 500;
}
td.px-4.py-3.border-t.border-l.border-b.border-gray-200.status.on_hold {
  width: 120px;
}
td.px-4.py-3.border-t.border-l.border-b.border-gray-200.uploaded-date-block {
  width: 210px;
}
.uploaded-date-block span {
  background: green;
  padding: 4px 10px;
  border-radius: 16px;
  color: white;
}

.child-button-cls #sendPrescription {
  background: #0d366b;
  padding: 10px;
  border-radius: 25px;
  color: white;
}
.child-button-cls #sendEmail {
  background: #0d366b;
  padding: 10px;
  border-radius: 25px;
  color: white;
}
.child-button-cls {
  margin-top: 20px;
  margin-bottom: 30px;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.popup-content {
  background: white;
  width: 38.75rem;
  margin: 15% auto;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
.header-popup {
  padding: 15px;
  background: rgb(243 243 243);
  border-radius: 10px 10px 0 0;
  text-align: left;
  font-weight: 600;
  border-bottom: solid 1px #dddddd;
}
.parent-popup-email-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}
.child-popup-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
.child-popup-form p {
  font-size: 0.8125rem;
}
.child-popup-form input {
  font-size: 0.8125rem;
  padding: 0.575rem 0.75rem;
  border-radius: 10px;
  background: rgb(242 242 242);
  color: rgb(31 31 31);
  width: 100%;
}
textarea#popup-textarea,
textarea#popup-textarea-gp {
  height: 120px;
  width: 100%;
  border: solid 1px #d5d5d5;
  color: rgba(48, 48, 48, 1);
  border-radius: 10px;
  padding: 10px;
}

.button-group-cls {
  padding: 10px 0;
  width: 100%;
  border-top: solid 1px #f7f7f7;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}
button#save-text,
button#save-text-gp {
  padding: 5px 25px;
  border: solid 1px #3acecd;
  border-radius: 20px;
  color: white;
  font-size: 14px;
  background: #3acecd;
}
button#close-popup {
  padding: 5px 25px;
  border: solid 1px rgb(239 68 68);
  border-radius: 20px;
  color: white;
  font-size: 14px;
  background: rgb(239 68 68);
}

.customer-email {
  padding: 10px;
  background: #ef4444;
  padding: 10px;
  border-radius: 25px;
  color: white;
}
.autocomplete-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 0 10px 0;
}
button#toggleFilterSidebar {
  width: 200px;
  border-radius: 20px;
  color: white;
  background: #0d366b;
}

#search::placeholder {
  opacity: 1;
  color: black;
}
#search {
  width: 100%;
  border-bottom: solid 1px #cccccc;
  padding: 8px;
  color: #000;
}

.autocomplete-list {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 9999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.autocomplete-list div {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #f1f1f1;
}

.autocomplete-list div:hover,
.autocomplete-list div.active {
  background-color: #e9e9e9;
}

.flex.items-center.space-x-4 select {
  margin-bottom: 10px;
}

.flex.items-center.space-x-4 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
.button-block-cls {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}
a.urgent-btn.btn.btn-primary.mt-3.view-btn-cls {
  font-size: 11px;
  padding: 3px 5px;
  background: #ff4343;
  border: 0;
}
.nhsbutton-scr a {
  /* border: solid 1px; */
  padding: 5px 20px;
  border-radius: 20px;
  background: #3acecd;
  color: white;
}
.form-data-scr {
  padding: 20px 5px;
}
.checkbox-block-cls {
  background: white;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.checkbox-block-cls label {
  margin-left: 5px;
}
.text-area-block-comment textarea {
  border: solid 1px #eeeeee;
  border-radius: 10px;
  margin: 10px;
  width: 98%;
  padding: 10px;
}
.scr-section-parent-cls {
  padding-top: 10px;
}
.footer-submit-block-cls {
  padding: 20px;
  background: white;
  border-radius: 25px;
  margin-bottom: 20px;
}
.scr-section-parent-cls {
  padding-top: 10px;
  background: #f3f4f6;
  padding: 20px;
  border-radius: 10px;
}
.nhsbutton-scr {
  padding-top: 10px;
}
.inner-page-btn-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 20px;
}
.inner-prev {
  padding: 5px 10px;
  border-radius: 20px;
  background: #dc2626;
  color: white;
}
.inner-next {
  padding: 5px 10px;
  border-radius: 20px;
  background: #3acecd;
  color: white;
}
a.btn.btn-secondary.inner-prev,
a.btn.btn-secondary.inner-next {
  width: 120px;
  text-align: center;
}

a#gp-popup {
  background: red;
  padding: 3px 20px;
  border-radius: 20px;
  color: white;
  transition: 0.3s ease all;
  cursor: pointer;
}
button#gp-save-text {
  padding: 5px 25px;
  border: solid 1px #3acecd;
  border-radius: 20px;
  color: white;
  font-size: 14px;
  background: #3acecd;
}
