@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
:root {
  --font-size-base: 1rem;
  --font-size-biggish: 1.75rem;
  --font-size-paragraph: 16px;
  --brand-color-theme: #0C1D28;
  --brand-color-darkblue: #061A40;
  --brand-color-purple: #7B0BFF;
  --brand-color-black: #000000;
  --brand-color-lightsky: #F6F6F6;
  --brand-color-parrot: #18AB55;
  --brand-color-lightblack: #313030;
  --brand-color-darkyellow: #B5A600;
  --brand-color-red: #ED3134;
  --brand-color-gray: #CFCFCF;
  --brand-color-aeroblue:#C2FFDC;
  --brand-color-portafino:#FFF9B6;
  --brand-color-cosmos:#FFCFD0;
  --brand-color-bluechalk:#EBD1FF;
  --brand-color-alto:#E0E0E0;
  --brand-color-onahau:#C7ECFF;
  --brand-color-onahau:#C7ECFF;
  --text-black:#000;
}

body {
  background: #f5f5f5 !important;
  font-family: "Poppins", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  /* Makes fonts render smoother */
  -webkit-font-smoothing: antialiased;
  /* Smoother font rendering on Webkit browsers */
  -moz-osx-font-smoothing: grayscale;
  /* Smooth fonts on Mac OS */
  color: #000;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div {
  font-family: "Poppins", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  /* Makes fonts render smoother */
  -webkit-font-smoothing: antialiased;
  /* Smoother font rendering on Webkit browsers */
  -moz-osx-font-smoothing: grayscale;
  /* Smooth fonts on Mac OS */
}

h1 {
  font-weight: 600;
}

p, span {
  font-size: 14px;
}

/* General Placeholder Styling */
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  /* Light gray color */
  font-size: 14px;
  /* Adjust font size */
}

input::placeholder,
textarea::placeholder {
  color: #000;
  /* Light gray color */
  font-size: 14px;
  /* Adjust font size */
}

/* Placeholder Styling for Specific Browsers */
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

input[type=checkbox] {
  /* transform: scale(1.5); */
  /* Scale up the checkbox size */
  /* margin: 10px; */
}

select:focus {
  color: #6e6b7b;
  background-color: #fff;
  border-color: #005158;
  outline: 0;
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

select:focus-visible {
  outline: none;
}

.text-black {
  color: #000 !important;
}

input.form-control {
  min-height: 45px;
  border: 1px solid #d8d6de;
  color: #6e6b7b;
  background: #fff !important;
}

/* custon button css start */
.bg_purpla {
  background-color: #7b0bff !important;
}

.btn_purpal {
  border: 1px solid #7b0bff;
  background-color: #7b0bff;
  color: #fff !important;
  font-size: 14px;
  padding: 8px 20px;
  font-weight: 600;
  min-height: 45px;
  border-radius: 4px !important;
  transition: all 0.2s;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-width: 120px;
}

.btn_purpal img {
  width: 20px !important;
  position: relative;
  left: -5px;
}

.btn_purpal:hover, .btn_purpal:focus, .btn_purpal:active {
  background-color: #700de2;
  color: #fff;
}

.button_with_checkbox {
  background: #7b0bff;
  color: #fff;
  min-height: 45px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 130px;
  font-weight: 600;
  font-size: 14px;
}

.button_with_checkbox input[type=checkbox] {
  margin: 0;
}

/* action css  */
.small_button_border ul.dropdown-menu.show {
  transform: unset !important;
  left: auto !important;
  right: -3px !important;
  top: 114% !important;
}

/* small btn */
.small_button_border {
  border: solid 1px #d8d6de;
}

.small_button {
  width: 45px;
  text-align: center;
  height: 45px;
  border-radius: 4px;
  background: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.hide_small_button {
  display: none !important;
}

/* button css End */
.purpal_text {
  color: #7b0bff !important;
}

.fs_16 {
  font-size: 16px;
}

.line_height-normal {
  line-height: normal;
}

input.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(123, 11, 255, 0.1) !important;
}

select {
  min-height: 45px;
  border: 1px solid #737373;
  color: #6e6b7b;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-400 {
  font-weight: 400;
}

.main-menu.menu-light, .main-menu.menu-light .navigation {
  background: var(--brand-color-theme) !important;
}

.form-check-input:checked {
  background-color: var(--brand-color-theme) !important;
}

.main-menu.menu-light .navigation li a {
  color: white !important;
  font-weight: bold;
  padding: 10px 14px 11px 10px;
}

.menu-shadow .navbar-header {
  padding: 0.35rem 1rem 0.3rem 1rem !important;
}

.menu-shadow.expanded .navbar-header {
  padding: 0.35rem 1rem 0.3rem 1.65rem !important;
}

.menu-shadow .navigation.navigation-main li.nav-item {
  padding-left: 15px !important;
}

.menu-shadow ul#main-menu-navigation img {
  margin-right: 20px;
}

.menu-shadow .copyright_text_box {
  display: none;
}

.menu-shadow.expanded .copyright_text_box {
  display: block !important;
  white-space: nowrap;
}

.btn-primary, .bg-next-button {
  background-color: var(--brand-color-theme) !important;
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: var(--brand-color-theme) !important;
}

.main-menu.menu-light .navigation > li.active > a {
  background: #7b0bff !important;
  box-shadow: none !important;
  font-weight: bold;
}

.btn-color {
  background-color: var(--brand-color-purple) !important;
  color: #ffff !important;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  min-height: 45px;
}

.modal .modal-header {
  background-color: var(--brand-color-theme);
}

.form-lbl {
  font-weight: 600 !important;
  margin-bottom: 4px;
}

.form-control:focus {
  color: var(--brand-color-darkblue);
  font-weight: 400 !important;
}

.form-lbl-2 {
  color: var(--brand-color-purple);
}

.form-lbl-2:hover {
  color: var(--brand-color-theme);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #433F3F !important;
  line-height: 28px;
  font-weight: 500 !important;
}

.login-img {
  width: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 0;
  -o-object-position: left;
  object-position: left;
}

.auth-inner {
  background: url(/images/background_image.png?3016083199b045d66e27ff2aa26fbd4a);
  background-position: center;
  background-repeat: no-repeat;
}

.register-side {
  width: 84%;
  margin: auto;
}

.bg-color {
  background-color: var(--brand-color-theme) !important;
}

.bg-cancle-button {
  border: 1px solid var(--brand-color-theme);
  color: var(--brand-color-theme);
}

.table {
  border-spacing: 0px 6px;
  border-collapse: separate;
  background: transparent !important;
  position: relative;
  top: -6px;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0px;
  /* border-bottom: 6px solid #f8f8f8 !important; */
}

.arhived_data td {
  color: #e64545 !important;
}

/*DARSHANA-START*/
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #ffffff;
  color: var(--bs-table-striped-color);
  border-bottom: 0px !important;
}

.table-striped > tbody > tr {
  border-radius: 10px;
  background-image: linear-gradient(to right top, #ffffff, #fdfdfd, #fbfcfb, #ffffff, #ffffff);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.table > :not(caption) > * > * {
  padding: 0.72rem 10px;
  background-color: white;
  border-bottom-width: 0px !important;
}

.pace-done .content-body .user_role {
  align-self: center !important;
  font-weight: bold;
  color: #000;
  font-size: 20px;
}

.pace-done .content-body .card .card-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 1.53rem;
  width: 11%;
  float: inline-start;
  font-weight: bold;
  color: #000;
  padding-top: 3px;
  display: none;
}

.pace-done .content-body .card {
  margin-bottom: 0;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

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

label.total-patient-no {
  color: var(--brand-color-theme);
}

label.total-patient-nm {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

.card-patient {
  padding: 0px !important;
}

.dataTables_filter input {
  border-radius: 20px !important;
}

.user_plan {
  width: 50%;
}

.user_plan img {
  width: 18px;
  margin-right: 10px;
}

.roalindoctor {
  width: 35%;
}

.main-menu .main-menu-content {
  margin-top: 25px;
}

.login-icon img {
  width: 18px !important;
}

.form-check {
  padding-left: 0px !important;
  gap: 5px;
}

.find-box {
  position: absolute;
  top: -46px;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  z-index: 1;
}

.item-end-demo.container-xxl {
  position: absolute;
}

.find-box label {
  margin: 0px !important;
}

li.nav-item.nav-toggle {
  color: #fff;
}

h1.card-title {
  font-size: 26px;
  margin-bottom: 0px;
  font-weight: 700 !important;
  color: #7b0bff;
  line-height: normal;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
  display: none;
}

img.table-icon {
  width: 20px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(82%) saturate(7499%) hue-rotate(267deg) brightness(102%) contrast(121%);
}

img.table-icon-shipment {
  width: 23px !important;
  filter: brightness(0) saturate(100%) invert(15%) sepia(82%) saturate(7499%) hue-rotate(267deg) brightness(102%) contrast(121%);
}

label.total-patient-no {
  color: var(--brand-color-theme);
  font-size: 18px;
  font-weight: bold;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  color: #6E6B7B;
  width: 14px;
  height: 14px;
  content: "";
  right: 0.3rem;
  top: 24px;
  filter: invert(91%) sepia(100%) saturate(0%) hue-rotate(352deg) brightness(103%) contrast(101%);
  opacity: 1.3;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  color: #fff;
  width: 14px;
  height: 14px;
  content: "";
  right: 0.3rem;
  top: 11px;
  filter: invert(91%) sepia(100%) saturate(0%) hue-rotate(352deg) brightness(103%) contrast(101%);
  opacity: 1.3;
}

th.add-doctor {
  width: 18% !important;
}

.iconpassword span {
  top: 3px;
  padding-left: 3px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  top: 5px;
}

th.patient-table {
  /* background: aquamarine !important; */
  /* width: 11%; */
}

.iconemail span {
  padding-left: 6px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  top: 2px;
}

td.text-success, td.text-danger, .text-warning {
  font-weight: bold;
}

.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-name {
  text-transform: capitalize;
}

.deshbord-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
}

.card-header:first-child {
  padding: 20px !important;
  align-items: flex-start;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.75rem !important;
}

.total-prescno {
  top: 7px !important;
}

.dt-action-buttons.doctorin-btn {
  left: 89px;
}

.box-headers-top {
  gap: 15px;
}

a.signature {
  text-align: end;
}

button.rounded-3.btn-imgcolor.waves-effect.waves-float.waves-light.deleteButton img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  height: 20px;
}

button.rounded-3.btn-imgcolor.waves-effect.waves-float.waves-light.deletePatientButton img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  height: 20px;
}

button.rounded-3.btn-imgcolor.waves-effect.waves-float.waves-light.deleteButton {
  border: 0 solid;
  background: var(--brand-color-theme);
  box-shadow: 0 0px 0.5px 0px rgba(0, 0, 0, 0.12);
  padding: 6px 7px !important;
  position: relative;
  right: -4px;
  top: 0px;
}

button.rounded-3.btn-imgcolor.waves-effect.waves-float.waves-light.deletePatientButton {
  border: 0 solid;
  background: var(--brand-color-theme);
  box-shadow: 0 0px 0.5px 0px rgba(0, 0, 0, 0.12);
  padding: 6px 7px !important;
  position: relative;
  right: -4px;
  top: 0px;
}

.addnewmedicine, .download-img {
  box-shadow: 0 0px 0.5px 0px rgba(0, 0, 0, 0.12);
  border: 0;
  border-radius: 5px;
  padding: 5px;
}

button.btn-primary.add_medicine.addnewmedicine img,
button.download-img img {
  height: 20px;
  width: 21px;
}

.avatar-content svg {
  fill: var(--brand-color-theme) !important;
}

footer.footer {
  padding: 6px 2rem;
  min-height: 0 !important;
  transition: unset;
  position: relative;
  transition: 300ms ease all;
  backface-visibility: hidden;
  min-height: calc(100% - 3.35rem);
  margin-left: 260px;
}

.signature a {
  width: -moz-fit-content;
  width: fit-content;
  color: #7b0bff;
}

.mymodalnew {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  margin-top: 10px;
  align-items: center;
}

.pri-modellll {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 75% !important;
  margin: 0 auto;
}

.addnewsignature img {
  height: 15px;
  filter: brightness(0) saturate(100%) invert(20%) sepia(79%) saturate(1152%) hue-rotate(151deg) brightness(93%) contrast(101%);
  margin-right: 4px;
}

.rounded-pill {
  display: block;
  width: 100%;
  padding: 0.571rem 1rem 0.571rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.45;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 15px 14px;
  border: 1px solid #d8d6de;
  color: #6e6b7b;
  border-radius: 0.357rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 24px;
}

.modal {
  background: #000000a8;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: #000000d1 !important;
}

tbody tr td, div.dataTables_wrapper .dataTables_info, span.float-md-start {
  color: var(--brand-color-darkblue) !important;
  font-weight: 500;
}

.px-sm-5 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  color: var(--brand-color-theme);
}

.addnewsignature {
  font-weight: bold;
}

.text-left {
  text-align: end;
  color: var(--brand-color-theme);
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
  justify-content: flex-start;
}

.text-left.col-md-4 {
  padding: 0 !important;
}

.row.my-totalamt {
  width: 100%;
}

.mymain-note textarea {
  border-radius: 7px;
  border: 1px solid #d6d5d5;
  padding: 5px 10px;
  width: 100%;
  color: #433F3F;
  font-weight: 500;
}

.mymain-note textarea:focus {
  outline: 1px solid var(--brand-color-theme);
  font-weight: 500;
}

.form-label {
  color: #000 !important;
  font-weight: 600 !important;
}

p#show_patient_name {
  color: #000;
}

.notes-width {
  width: 100%;
}

.text-end {
  text-align: right !important;
  color: var(--brand-color-theme);
  font-weight: 600;
}

.modal .modal-header .btn-close {
  padding: 0.8rem;
  box-shadow: 0 5px 20px 0 rgba(34, 41, 47, 0.1);
  border-radius: 0.357rem;
  background-color: #ffffff00;
  opacity: 1;
  transition: all 0.23s ease 0.1s;
  position: relative;
  transform: none !important;
  color: #fff !important;
  filter: invert(1);
}

.signature img {
  width: 40px;
  height: auto;
}

.signature {
  background: #fff;
  border: solid 2px #700de2;
  display: flex;
  justify-content: center;
  border-radius: 6px;
  padding: 10px 20px;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.mymain-signature {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0px 14px;
}

.mymain-note {
  display: flex;
  flex-direction: row;
  justify-content: space-between !important;
  padding: 0px 0px;
}

.mydoctor-row {
  margin-bottom: 10px;
}

.mydoctor-row1 {
  width: 85%;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-content: center;
  margin-bottom: 6px;
}

.totaldoctor {
  width: 25%;
  float: left;
}

.d-flexflex-wrap {
  width: 60% !important;
}

.doctor-flexflex-wrap .box-headers-top {
  gap: 15px;
  display: flex !important;
  flex-direction: row !important;
  align-content: center !important;
  align-items: center;
}

input[type=search i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button {
  display: block !important;
}

.form-select:focus {
  outline: 0;
  color: #212529;
  background-color: #fff;
  border-color: #7b0bff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(123, 11, 255, 0.1) !important;
}

/* input custom form start */
.register_flow_form {
  display: grid;
  grid-template-columns: 80px 1fr 1fr 120px;
  gap: 10px;
}

.register_flow_form_sec {
  display: grid;
  grid-template-columns: 200px 76px 1fr 180px;
  gap: 10px;
}

.search_box_form input {
  min-height: 45px;
  border: 1px solid #737373;
  color: #6e6b7b !important;
}

.search_box_form button {
  border: 1px solid #0c1d28 !important;
  background-color: #0c1d28 !important;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  font-weight: 600;
  height: 45px;
  border-radius: 4px;
  transition: all 0.2s;
  max-width: 120px;
  text-transform: uppercase;
  margin-left: -5px;
  white-space: nowrap;
}

.search_box_form button:disabled {
  min-width: 210px;
}

.serchwithselectbox {
  position: relative;
}

.search_box_form input {
  min-height: 45px;
  border: 1px solid #d8d6de;
  color: #6e6b7b !important;
  padding: 0.571rem 1rem;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.45;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.357rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search_box_form input:focus {
  box-shadow: 0 0 0 0.25rem rgba(123, 11, 255, 0.1) !important;
}

.serchwithselectbox select {
  width: 100%;
  padding: 0.571rem 3rem 0.571rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 15px 14px;
  border: 1px solid #d8d6de;
  color: #6e6b7b;
  border-radius: 0.357rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 24px;
  margin-left: 10px;
  color: #433F3F !important;
  font-weight: 500 !important;
}

.btn_black {
  border: 1px solid #0c1d28 !important;
  background-color: #0c1d28 !important;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  font-weight: 600;
  height: 45px;
  border-radius: 4px !important;
  transition: all 0.2s;
  min-width: 120px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-cancle-button {
  border: 1px solid #0c1d28;
  color: #0c1d28 !important;
  font-size: 14px;
  padding: 8px 20px;
  font-weight: 600;
  min-height: 45px;
  border-radius: 4px !important;
  transition: all 0.2s;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-width: 120px;
}

.bg-cancle-button:hover, .bg-cancle-button:focus {
  background: #f4f4f4;
  color: #0c1d28 !important;
}

.btn_black:focus {
  box-shadow: 0 0 0 0.25rem rgba(123, 11, 255, 0.1) !important;
}

/* defout form  input custom form End */
ul#main-menu-navigation img {
  height: 25px;
  margin-right: 10px;
}

.avatar-content img {
  width: 36px;
  height: 100px;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.avatar, .bg-light-primary {
  background-color: transparent !important;
}

div.dataTables_wrapper div.dataTables_info {
  text-align: center;
}

.downlad_modal {
  width: 50%;
  margin: 0 auto;
}

.main-menu-content.ps img {
  height: 24px;
  width: 50px;
}

.modal-content.myveryfym-modal {
  background: transparent;
}

.mynew-spiner {
  border-right-color: white;
}

.toggle_pwd-eye svg {
  color: var(--brand-color-theme);
}

.text-white {
  margin-bottom: 0;
}

.myshow-medicine .dd {
  padding-right: 0;
}

.myshow-medicine {
  width: 101%;
}

.varyfy-btnn a {
  background: transparent !important;
  border: 1px solid var(--brand-color-theme) !important;
  color: var(--brand-color-theme) !important;
}

img.checkdelete {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(106deg) brightness(102%) contrast(109%);
}

#select_all_patient, #select_all_prescription, #select_all_doctor {
  border: 1px solid #fff;
}

.data-download {
  filter: brightness(0) saturate(100%) invert(29%) sepia(62%) saturate(637%) hue-rotate(137deg) brightness(101%) contrast(89%);
  width: 17px !important;
}

.data-download-disabled {
  filter: brightness(0) saturate(100%) invert(58%) sepia(0%) saturate(0%) hue-rotate(15deg) brightness(87%) contrast(88%) !important;
  width: 17px !important;
}

.delete-download-disabled {
  filter: brightness(0) saturate(100%) invert(58%) sepia(0%) saturate(0%) hue-rotate(15deg) brightness(87%) contrast(88%) !important;
  width: 20px !important;
}

.archive-data-icon {
  width: 20px !important;
}

.tableiconss {
  gap: 5px;
  align-items: center;
}

html .content.app-content {
  padding: calc(10px + 4.45rem + 1.3rem) 2rem 0 !important;
}

.header-navbar.floating-nav {
  margin: 17px auto 0 !important;
}

table.dataTable td, table.dataTable th {
  padding: 7px 14px;
  vertical-align: middle;
}

.text-left1 {
  text-align: end;
  color: var(--brand-color-theme);
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-content: flex-end;
  align-items: center;
  gap: 0;
  justify-content: flex-end;
}

th.delete-checkbox {
  width: 4% !important;
}

th.prescr-id {
  width: 13% !important;
}

.header-navbar.navbar-shadow {
  box-shadow: 0 -17px 24px 0 rgba(34, 41, 47, 0.1) !important;
}

.main-menu.menu-native-scroll .main-menu-content {
  overflow-y: hidden !important;
}

#pdf_close_btn {
  color: white;
  position: absolute;
  right: -60px;
  top: 31px;
  filter: invert(1);
  cursor: pointer !important;
  opacity: unset;
}

.navbar-floating .header-navbar-shadow {
  display: block;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0.95) 44%, rgba(248, 248, 248, 0) 73%, rgba(255, 255, 255, 0)) !important;
}

.filedspace1, .filedspaceee {
  padding: 0px 5px;
}

.filedspace {
  padding-right: 5px;
  padding-left: 5px;
}

li.welcomediv {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
  margin-top: 0px;
}

.main-menu.menu-fixed.menu-light.menu-accordion.menu-shadow img.dddd1 {
  height: 25px;
  margin-right: 10px;
  display: block !important;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(308deg) brightness(103%) contrast(101%);
}

/*in-menu.menu-fixed.menu-light.menu-accordion.menu-shadow.expanded h3.text-white {
    display: block;
}
.main-menu.menu-fixed.menu-light.menu-accordion.menu-shadow h3.text-white {
    display: none;
}*/
div#navigate-container {
  margin: inherit !important;
}

li.nav-item.showdoctor h6 {
  word-wrap: break-word;
}

ul.mt-2.main-dcnam {
  padding: 0px 0px 0px 20px;
}

.med-name {
  width: 30%;
}

/*PRICE-FILTERS*/
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 1em;
  box-sizing: border-box;
  z-index: 999;
}

.dropdown-content input {
  margin-bottom: 0.5em;
  width: 100%;
}

#apply-filter {
  display: none;
  /* Initially hide the Apply Filter button */
  margin-top: 1em;
  width: 100%;
  background: var(--brand-color-theme);
  color: #fff;
  border-radius: 100px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown select {
  width: 100%;
  color: var(--brand-color-black);
  font-weight: 500;
}

.dropdown.active .dropdown-content {
  display: block;
}

.main-btnfilter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 19px;
}

.dropdown-content input {
  border: 1px solid gray;
  padding: 6px;
  border-radius: 10px;
}

.inport-icon:after {
  content: none;
}

button.inport-icon {
  border: 0;
}

.iconnn svg {
  height: 28px;
  width: 22px;
}

.form-select:disabled {
  color: #000 !important;
}

.form-control:disabled, .form-control[readonly] {
  color: #433F3F !important;
}

.form-control[disabled] {
  background-color: #efefef !important;
}

.madicinefilter {
  width: 100%;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  -webkit-appearance: auto !important;
}

.flatpickr-current-month {
  padding: 0 !important;
}

.dob_patient .flatpickr-wrapper {
  width: 100%;
}

.dob_doctor .flatpickr-wrapper {
  width: 100%;
}

.export-drdown ul.dropdown-menu.show {
  padding: 0;
}

.form-control::-moz-placeholder {
  color: #757575;
  opacity: 1;
}

.form-control::placeholder {
  color: #757575;
  opacity: 1;
}

table.dataTable {
  clear: both;
  margin-top: 0px !important;
}

/* Stripe Card */
#dpm-annotation {
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: auto !important;
}

.payment-detail-main.card-shadow form {
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: auto !important;
}

/* Stripe Card */
#patient-error-msg {
  color: #ea5455;
}

.invalid {
  border-color: #ea5455 !important;
}

.invalid-msg {
  color: #ea5455 !important;
}

.iframe-custom-modal {
  height: 500px !important;
}

.iframe-modal-content {
  background: transparent !important;
}

.error_font {
  font-size: 14px !important;
}

.form-select {
  font-weight: 500 !important;
  color: var(--brand-color-lightblack) !important;
}

.form-control {
  color: #433F3F !important;
  font-weight: 400 !important;
}

.form-control::-moz-placeholder {
  color: #757575;
}

.form-control::placeholder {
  color: #757575;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #433F3F !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: black !important;
}

img.table-icon1 {
  width: 18px !important;
  filter: none !important;
  filter: brightness(0) saturate(100%) invert(15%) sepia(82%) saturate(7499%) hue-rotate(267deg) brightness(102%) contrast(121%) !important;
}

.close-newmd.deleteMedicinButton img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(82%) saturate(7499%) hue-rotate(267deg) brightness(102%) contrast(121%);
}

form span.error {
  width: 100%;
  font-size: 14px !important;
}

table th:first-child, table td:first-child {
  border-radius: 10px 0 0 10px !important;
}

table th:last-child, table td:last-child {
  border-radius: 0 10px 10px 0;
}

table thead tr {
  position: sticky !important;
  top: 0px;
  z-index: 3;
  font-weight: 600;
  border-color: var(--brand-color-theme);
  line-height: 1.5rem;
  border-top: 0;
  vertical-align: middle;
  outline: 0px solid !important;
}

.table-responsive::-webkit-scrollbar {
  width: 1px !important;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #c2c0c5;
  border-radius: 4px;
}

.private-prescription-table-responsive {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(99vh - 193px);
}

.private-prescription-table-responsive::-webkit-scrollbar {
  width: 1px !important;
}

.private-prescription-table-responsive::-webkit-scrollbar-thumb {
  background-color: #c2c0c5;
  border-radius: 4px;
}

.filedfrequency input {
  width: 278px;
}

.deletedd.delte-dd {
  margin-left: 5px;
  text-align: end;
}

.btn-primary.add_medicine.addnewmedicine {
  position: relative;
  left: 9px;
}

.modal-dialog-centered-iframe {
  max-width: 60% !important;
}

.medicine-pill {
  border-radius: 100px;
}

.new-archived {
  gap: 5px;
  display: flex;
  align-items: center;
}

.patient-back-link {
  display: inline-block;
  align-items: center;
  font-weight: bold;
  margin-bottom: 8px;
  margin-left: 3px;
  position: relative;
  z-index: 9999;
}

.patient-back-icon {
  font-size: 1.5rem;
  height: 18px;
  width: 1.5rem;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--brand-color-theme);
}

ul.dropdown-menu.show:hover li {
  color: var(--brand-color-theme);
  opacity: 100;
}

.export-drdown button.dropdown-toggle.inport-icon {
  background: transparent;
  padding: 0;
}

img.listing-icon {
  width: 19px !important;
}

.actions-drop.dropdown-toggle::after {
  left: 4px !important;
}

button.export-btn {
  width: 100% !important;
}

.dropdown-menu.show {
  display: block;
  padding: 0 !important;
}

.table-light.text-light th {
  vertical-align: middle;
}

.btn-color-edit-p {
  background-color: var(--brand-color-theme) !important;
  color: #ffff !important;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
}

.tab-content-dispatch {
  display: none;
  padding: 20px 0px;
  border-top: none;
  background-color: #fff;
}

.tab-container {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  padding: 20px;
}

.btn-dispatch {
  margin-top: 25px;
}

.tab-buttons b {
  color: var(--brand-color-theme);
}

button.tab-btn.active {
  background: var(--brand-color-theme);
  padding: 6px 19px;
  border: 0;
  border-radius: 5px;
  border: 1px solid var(--brand-color-theme);
  color: #fff;
}

button.tab-btn {
  background: transparent;
  padding: 6px 19px;
  border: 1px solid var(--brand-color-theme);
  border-radius: 5px;
  color: var(--brand-color-theme);
}

.paisent-details b {
  color: var(--brand-color-theme);
}

.tab-content-dispatch h3 {
  color: var(--brand-color-theme);
  font-weight: 700;
}

.tab-content-dispatch ul li strong {
  color: var(--brand-color-theme);
}

.tab-content-dispatch ul li {
  font-size: 15px;
  margin-bottom: 10px;
}

.card-detailss-box {
  display: flex;
  gap: 10px;
  flex-direction: column;
  max-height: 210px;
  overflow-y: auto;
}

.card-detailss-box::-webkit-scrollbar {
  width: 1px;
  background-color: transparent;
  /* Width of the scrollbar */
}

.card-detailss-box::-webkit-scrollbar-thumb {
  background-color: gray;
  /* Color of the scrollbar thumb */
  border-radius: 100px;
  /* Make the scrollbar rounded */
  min-height: 20px;
}

.card-detailss-box::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darken the scrollbar thumb on hover */
}

.cardsub-detail-box h5 {
  width: 95%;
  font-size: 14px;
  /* font-weight: 600; */
  color: var(--brand-color-black) !important;
}

.cardsub-detail-box {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 0px 5px;
}

.cart-prices-box h6 {
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.itrm-dils {
  font-size: 12px;
  text-align: end;
  display: flex;
}

.model-dispatch {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 40% !important;
  margin: 0 auto;
}

.d-madicine {
  display: flex;
  gap: 10px;
}

.tab-content-dispatch b {
  color: #000;
}

.form-switch .form-check-input {
  width: 3rem;
  margin-left: 0;
}

.form-check .form-check-input {
  float: left;
  margin-left: 0rem;
}

span.status-lbl {
  display: inline-block;
  width: 100px;
}

span.doctor-status-lbl {
  display: inline-block;
}

.status-success {
  color: #196f76 !important;
  background-color: #dbffe1d9 !important;
  border-radius: 100px;
  padding: 5px 10px;
  text-align: center;
}

.status-warning {
  color: #ed7b37 !important;
  background-color: #fcf5ee !important;
  padding: 5px 10px;
  border-radius: 100px;
  text-align: center;
}

.status-danger {
  color: #ff2222 !important;
  background-color: #fdd !important;
  padding: 5px 10px;
  border-radius: 100px;
  text-align: center;
}

.cart-prices-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.custom-pin-model {
  max-width: 21% !important;
}

.profile-details {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

.detail-img {
  text-align: center;
}

.profile-details .row {
  gap: 10px 0px;
}

.authentication {
  margin-top: 25px;
  padding-bottom: 25px;
}

.accordion-body {
  padding: 0rem 1rem !important;
  padding-top: 0rem;
}

.form-check1 button.accordion-button.collapsed {
  background: white !important;
  border: 1px solid #E9E9E9;
  color: var(--brand-color-darkblue);
  border-radius: 10px !important;
}

.form-check1 button.accordion-button.collapsed {
  margin-bottom: 22px;
}

.accordion .accordion-item:not(:last-of-type) {
  border-bottom: 0px solid #ebe9f1 !important;
}

.accordion-item:first-of-type .accordion-button {
  background: #E9E9E9;
}

[autocomplete=one-time-code] {
  --magic-number: 42px;
  background-image: linear-gradient(#fff, #fff), url(/images/rounded-rectangle.svg?b3f6adeb3df5f84ace03343bc943c0fd);
  background-size: var(--magic-number);
  background-position: -45px 2px;
  background-repeat: no-repeat, repeat-x;
  border: 0;
  height: var(--magic-number);
  width: calc(6* var(--magic-number));
  font-size: calc(0.6* var(--magic-number));
  font-family: monospace;
  letter-spacing: calc(0.64* var(--magic-number));
  padding-inline-start: calc(0.3* var(--magic-number));
  box-sizing: border-box;
  overflow: hidden;
}

[autocomplete=one-time-code]:focus {
  outline: none;
  background-image: linear-gradient(#fff, #fff), url(/images/rounded-rectangle.svg?b3f6adeb3df5f84ace03343bc943c0fd);
  background-size: var(--magic-number);
  background-position: -45px 2px;
  background-repeat: no-repeat, repeat-x;
}

[autocomplete=sign-code] {
  --magic-number: 42px;
  background-image: linear-gradient(#fff, #fff), url(/images/rounded-rectangle.svg?b3f6adeb3df5f84ace03343bc943c0fd);
  background-size: var(--magic-number);
  background-position-x: right, left;
  background-repeat: no-repeat, repeat-x;
  border: 0;
  height: var(--magic-number);
  width: calc(7* var(--magic-number));
  font-size: calc(0.6* var(--magic-number));
  font-family: monospace;
  letter-spacing: calc(0.64* var(--magic-number));
  padding-inline-start: calc(0.3* var(--magic-number));
  box-sizing: border-box;
  overflow: hidden;
}

[autocomplete=sign-code]:focus {
  outline: none;
  background-image: linear-gradient(#fff, #fff), url(/images/rounded-rectangle.svg?b3f6adeb3df5f84ace03343bc943c0fd);
  background-size: var(--magic-number);
  background-position-x: right, left;
  background-repeat: no-repeat, repeat-x;
}

.input-group:not(.bootstrap-touchspin):focus-within {
  box-shadow: none;
  border-radius: 0.357rem;
}

input:focus-visible {
  outline: 0;
}

.input-group-p:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  font-size: 28px !important;
  padding: 0px 0px;
}

.input-group-p {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
}

a.pin-input {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 12px;
  color: #000;
  text-decoration: underline;
  padding: 10px;
  text-decoration: none;
}

.profile-details:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.3s;
}

.myupdate-model {
  width: 75%;
  padding: 18px 0;
  margin: 0 auto;
}

.myupdate-model img {
  height: 59px;
}

.modal-footer-d.text-center {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
}

.myupdate-model p {
  font-size: 18px;
  margin-bottom: 29px;
}

.myupdate-model h3 {
  font-weight: 600;
  color: #000;
}

.form-switch .form-check-label {
  line-height: 1.7rem;
  color: #072050;
  font-weight: 500;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--brand-color-theme);
  text-decoration: none;
  background-color: rgba(0, 81, 88, 0.12) !important;
}

.otSc_current {
  margin: 0;
  margin-right: 16px;
  border: 1px solid;
  padding: 10px 0px;
  font-size: 38px;
  text-align: center;
  width: 100%;
  outline: none;
}

.otSc_current:last-child {
  margin-right: 0;
}

.otSc {
  margin: 0;
  margin-right: 16px;
  border: 1px solid;
  padding: 10px 0px;
  font-size: 38px;
  text-align: center;
  width: 100%;
  outline: none;
}

.otSc:last-child {
  margin-right: 0;
}

.login_otpCont_pin {
  display: flex;
}

.login_otpCont_pin input {
  height: 35px;
  width: 35px;
  border-radius: 9px;
  border: 3px solid #99B9BC;
  font-size: 21px;
}

.otpCont_pin {
  padding: 10px 10px;
  display: flex;
}

.otpCont_pin input {
  height: 45px;
  width: 41px;
  border-radius: 10px;
  border: 2px solid #99B9BC;
  font-size: 21px;
}

.login_otpCont_pin input {
  height: 45px;
  width: 45px;
  border-radius: 10px;
  border: 2px solid #99B9BC;
  font-size: 21px;
}

.otpCont {
  padding: 40px 40px;
  display: flex;
}

.otpCont input {
  height: 35px;
  width: 35px;
  border-radius: 9px;
  border: 3px solid #99B9BC;
  font-size: 21px;
}

a.gmc-number {
  color: var(--brand-color-theme);
  font-weight: 600;
  text-decoration: underline;
}

a.gmc-number:hover {
  color: var(--brand-color-theme) ed;
  font-weight: 600;
  text-decoration: underline;
}

img.table-icond {
  padding: 6px;
  background: var(--brand-color-theme);
  border-radius: 8px;
  height: 32px;
}

/*tooltip1*/
.tooltip1 {
  position: relative;
}

.tooltip1:after, .tooltip1:before {
  opacity: 0;
  pointer-events: none;
  bottom: 100%;
  left: -3px;
  position: absolute;
  z-index: 99;
  transform: translate(-50%, 10px);
  transform-origin: top;
  transition: all 0.18s ease-out 0.18s;
  font-size: 12px;
}

.tooltip1:after {
  background-color: #f5f5f5;
  box-shadow: 0 0 3px #ddd;
  content: attr(data-tooltip1);
  padding: 6px;
  white-space: nowrap;
  color: #000;
  font-weight: bolder;
}

.tooltip1:before {
  width: 0;
  height: 0;
  content: "";
  margin-bottom: 6px;
}

.tooltip1:hover:before,
.tooltip1:hover:after {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

[data-tooltip1-pos=down]:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f5f5f5;
  margin-top: 6px;
}

[data-tooltip1-pos=down]:after {
  margin-top: 11px;
}

[data-tooltip1-pos=down]:hover:before,
[data-tooltip1-pos=down]:hover:after {
  transform: translate(-50%, 0);
}

.form-regbtns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
}

.auth-wrapper .auth-bg {
  background-color: #fff;
  margin: 0 auto;
  width: 450px;
  border-radius: 25px;
  position: relative;
  top: 32px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.verification-step {
  width: 470px !important;
}

.bg-back-button {
  border: 1px solid var(--brand-color-theme);
  color: var(--brand-color-theme);
}

.bg-next-button {
  border: 1px solid var(--brand-color-theme);
  color: #fff;
  background: #1c6167;
}

.bg-next-button:hover {
  color: #fff;
}

.form-step-register h4 b {
  font-size: 15px;
  color: #000;
}

.progressContainer {
  position: relative;
  width: 300px;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  padding: 2rem;
  color: #fff;
  background: #392A60;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.progress-doc {
  position: relative;
  padding: 0 1rem 0 3.5rem;
  margin: 2rem 0 0;
  list-style: none;
}

.form-step-register h3 {
  color: #000;
}

.progress__item {
  position: relative;
  min-height: 50px;
  counter-increment: list;
  padding-left: 0.5rem;
}

.progress__item:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 26px;
  height: 67%;
  width: 1px;
  border-left: 1px solid #1c6167;
}

.progress__item:after {
  content: counter(list);
  position: absolute;
  top: 0;
  left: -2.5rem;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 2rem;
  text-align: center;
  border: 1px solid #1c6167;
}

.progress__item:last-child:before {
  border: none;
}

.progress__item.progress__item--completed {
  color: #1c6167;
}

.progress__item.progress__item--completed:after {
  content: counter(list);
  font-weight: 400;
  background: #1c6167;
  color: #fff;
}

.progress__item.progress__item--active:after {
  background: #fff;
  color: #392A60;
}

.progress__title {
  padding: 0.4rem 0 0.5rem;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.progress__info {
  font-size: 13px;
}

.close-msg {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

p#message {
  padding: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 6px;
}

table {
  background: #fff !important;
}

.two-factor-auth {
  display: flex;
  gap: 20px;
  align-items: center;
}

.input-box img {
  width: 18px !important;
}

.clone-newadd-md {
  border: 1px solid #3831312b;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
  position: relative;
}

h4.title-addpres {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.row.myaddpriscription {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  width: 100% !important;
  margin: 0 auto !important;
}

.btnadd-pr {
  left: 0px !important;
}

.patient-data {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
}

.des p {
  width: 100%;
  word-break: break-all;
  margin: 0 auto;
  color: #000 !important;
  font-weight: normal;
}

.des b {
  color: var(--brand-color-theme);
}

.des {
  margin: 10px 0;
}

.mycolnm-teblets {
  width: 100%;
}

.input-box1 {
  position: relative;
  width: 100%;
  max-width: 38px;
  height: 40px;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.input-box1.open {
  max-width: 100%;
}

.input-box1 input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: all 0.5s ease-in-out;
}

.input-box1.open input {
  padding-left: 35px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 0px 1px;
  background: #ffffff;
}

.input-box1 .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
}

.input-box1.open .search {
  border-radius: 6px 0 0 6px;
}

.input-box1 img {
  width: 18px !important;
}

.note-madicines {
  padding: 0px 10px;
  margin-top: 20px;
}

a.new-madicines img, a.addnewpt img {
  height: 18px;
  margin-bottom: 2px;
}

table.user-list-table.table.table-striped {
  margin-bottom: 0;
}

a.new-madicines {
  padding: 10px 20px;
  display: inline-block;
  vertical-align: text-top;
}

.medicine-detailss-table {
  overflow: auto;
  overflow-x: hidden;
}

.mycustom_spinnerrr {
  position: relative;
  margin: 0 !important;
  overflow: hidden;
  height: auto;
}

.custom_spinner_iframe {
  height: 180px;
  background: #0000008a;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#text_code_label {
  margin: auto;
}

#signature_iframe_show {
  width: 100%;
  display: flex;
  justify-content: center;
}

#signature_iframe_pdf_spinner {
  color: #fff;
}

.common-verifcation-box {
  width: 24%;
  margin: 0 auto;
}

#verification_modal_pdf .iframe_modal {
  height: 85vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

form#add_prescription_form {
  width: 100%;
}

.add-prescription-form {
  position: relative;
}

.row.prescription-item {
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.row.addmedi-div {
  background: var(--brand-color-theme);
  color: #fff;
  padding: 15px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.total_price {
  padding: 10px 20px;
}

.accordion [data-bs-toggle=collapse] {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.45;
}

.editcreate-form {
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

.custom-error-msg {
  justify-content: space-between !important;
  gap: 25%;
}

.prescription_spinner {
  position: absolute;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: #00000040;
  height: 100%;
  text-align: center;
  display: flex;
}

.prescription_spinner .spinner-border {
  margin: 10% auto;
}

.table_component {
  position: relative;
}

img.dash-rightarrow {
  width: 25px;
  padding-left: 10px;
}

.card-detailss-dash p a {
  text-decoration: underline;
  font-weight: 600;
  color: var(--brand-color-theme);
}

.card-header {
  padding: 10px !important;
}

.dashboxes-detl a h3 {
  padding-top: 8px;
}

.dashboxes-details {
  background: #fff;
}

.dashboxes-details h3 {
  color: var(--brand-color-black);
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
}

.card-detailss-dash h3 {
  font-size: 19px;
  margin-top: 11px;
}

.card-detailss-dash h4 {
  color: #000;
  font-size: 20px;
}

.dashboxes-details p {
  color: #000;
  padding-top: 0px;
}

.newdashboard-section .row > .col-sm-6.col-xxl-6.col.dashbox-hover {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border: 1px solid rgba(39, 41, 43, 0.1);
}

.card-detailss-dash p {
  color: #000;
  padding-top: 1px;
  font-size: 14px;
  margin-bottom: 0;
}

select#getaddress_dropdown:focus-visible {
  outline: 0;
}

div#patient_address_lookup {
  position: relative;
}

style attribute {
  color: #c02d2d !important;
}

.dropdown-menu .dropdown-item {
  width: 100%;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
}

.myveryfy-box {
  width: 22%;
  margin: 0 auto;
}

.font-w {
  font-weight: 600;
}

span.logotext {
  font-size: 31px;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 10px;
}

span.logotext-des {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 10px;
}

.auth-wrapper .brand-logo {
  display: flex;
  align-items: center;
}

a.navbar-brand.curalogo img, a.brand-logo.curalogo img {
  height: 50px;
}

a#create_patient {
  font-weight: 600;
  color: var(--brand-color-parrot);
}

.append_detail img {
  width: 18px !important;
  filter: none;
}

/*NEW CANNABIS STYLE*/
.submo-medicines-box {
  background: var(--brand-color-lightsky);
  padding: 16px;
  width: 50%;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 10px;
}

.no-medicines-box {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  flex-direction: column;
}

.submo-medicines-box p {
  margin: 0;
}

.modal .modal-content {
  border-radius: 24px;
}

.modal .modal-header {
  border-radius: 24px 24px 0px 0px !important;
}

button.addbtn-medicine {
  width: 28%;
  background: var(--brand-color-parrot) !important;
  padding: 11px 0 !important;
  font-size: 15px;
  font-weight: 700;
  border: 0;
}

a.addbtn-medicine {
  background: var(--brand-color-parrot) !important;
  padding: 12px 19px !important;
  font-size: 16px;
  border: 0;
  color: #fff;
}

.addmadiciness {
  width: 35% !important;
}

.tgcannbisdata .tg-0lax {
  text-align: left;
}

/* table th:first-child, table td:first-child {
  border-radius: 10px 0 0 10px !important;
} */
/* table th:last-child, table td:last-child {
  border-radius: 0 10px 10px 0;
} */
.border-header {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

table.tgcannbisdata {
  background: transparent !important;
}

table.tgcannbisdata tbody tr {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

table.tgcannbisdata thead, table.tgcannbisdata tbody {
  border-bottom: 0px !important;
}

table.tgcannbisdata input {
  width: 100%;
  text-align: center;
}

th.tg-0lax.qty-dev {
  width: 8%;
}

th.tg-0lax.drugs {
  width: 40%;
}

.balance-num p {
  margin: 0;
  color: red;
  font-weight: 500;
}

.main-patient-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.patiant-dtl b {
  color: var(--brand-color-lightblack);
}

.patiant-dtl p {
  margin-bottom: 8px;
  color: var(--brand-color-lightblack);
  font-size: 15px;
}

.patiant-dtl h4, .totalbox h4 {
  color: var(--brand-color-lightblack);
  font-weight: 700;
}

.patient-details-box {
  display: flex;
  padding: 15px;
  border: 1px solid #969697;
  border-radius: 10px;
  gap: 60px;
  height: -moz-fit-content;
  height: fit-content;
}

a.editpatiant img {
  height: 17px;
  padding-right: 5px;
}

a.editpatiant span {
  vertical-align: middle;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
}

.mian-totalamount {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 15%;
}

.mian-totalamount button {
  padding: 11px 20px;
  border: 0;
  background: var(--brand-color-theme);
  display: inline-block;
  border-radius: 10px;
  color: #fff;
}

.totalbox p {
  background: #97969663;
  color: var(--brand-color-lightblack);
  font-weight: 700;
  padding: 10px;
  border-radius: 10px;
}

/*CD REGISTER CSS*/
.cd-register-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}

.alll-filters button {
  padding: 11px 20px;
  border: 0;
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
}

.alll-filters {
  display: flex;
  gap: 10px;
}

button.supplied-btn {
  background: var(--brand-color-parrot);
}

button.received-btn {
  background: var(--brand-color-darkyellow);
}

button.expired-btn {
  background: var(--brand-color-red);
}

.mmain-cd-register {
  display: flex;
  justify-content: space-around;
  width: 50%;
  gap: 5px;
}

.register-dowp {
  width: 50%;
}

.mian-content-receive {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.mian-content-receive input {
  width: 35%;
  text-align: center;
  font-weight: 600 !important;
}

.form-control:focus::-moz-placeholder {
  transform: translate(0px) !important;
}

.form-control:focus::placeholder {
  transform: translate(0px) !important;
}

.box-receive h3 {
  color: var(--brand-color-lightblack);
}

select.supplier-box {
  margin-bottom: 13px;
}

.modal-header.receive-title h5 {
  font-size: 25px;
  font-weight: 700;
}

.mynewmodel-footer {
  justify-content: center;
}

button.save-medicine {
  padding: 12px 30px;
}

.register-search.open .search {
  width: 33px !important;
}

/*ORDER-MANAGEMENT*/
.status-tabs-order .divider {
  height: 1em;
  width: 1px;
  background-color: #ccc;
  /* Light gray for divider */
}

.status-tabs-order {
  display: flex;
  align-items: center;
  color: var(--brand-color-theme);
  gap: 15px;
  font-weight: 600;
}

.status-tabs-order a {
  color: var(--brand-color-theme);
}

.order-filter.status-tabs-order a span {
  color: var(--brand-color-purple);
}

.order-filterss {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
}

.order-filter .tab.active {
  color: var(--brand-color-purple);
}

.order-f {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 30%;
  gap: 10px;
}

.order-d {
  width: 23%;
  display: flex;
}

.prescription-total-amount {
  display: block;
  text-align: end;
}

.flatpickr-wrapper {
  display: block !important;
}

.private-presrciption-head h4, .prescription-total-amount h4, .order-dboxs h4 {
  color: var(--brand-color-lightblack);
  font-weight: 700;
}

.medicine-f {
  min-width: 441px;
  text-align: justify;
}

.private-medicine-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.repeated-m {
  min-width: 150px;
}

td.myprivate-prelist {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.listing-private td {
  height: 10vh;
  vertical-align: baseline;
}

.prilisting-search {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
}

a.addbtn-medicine:hover {
  color: #fdf6f6;
}

.myaddress-details-extra {
  padding: 10px;
}

td.orderid input#select_all_prescription {
  border: 1px solid #534f4f;
}

td.panding span, a.panding {
  background: var(--brand-color-gray);
  color: #000;
}

td.completed span, a.completed {
  background: var(--brand-color-aeroblue);
  color: green;
}

td.onhold span, a.onhold {
  background: var(--brand-color-portafino);
  color: #B5A600;
}

td.failed span, a.failed {
  background: var(--brand-color-cosmos);
  color: red;
}

td.processing span, a.processing {
  background: var(--brand-color-bluechalk);
  color: purple;
}

td.cancelled span, a.cancelled {
  background: var(--brand-color-alto);
  color: gray;
}

td.refunded span, a.refunded {
  background: var(--brand-color-onahau);
  color: #147AAD;
}

ul.action-horizontal a {
  background: #F1F1F1;
  color: #000;
  border-bottom: 1px solid #dedddd;
}

.billing-d p {
  color: #4B5058;
  font-weight: 500;
}

.billing-d span {
  font-style: italic;
  color: #4B5058;
  font-size: 13px;
  font-weight: 300;
}

.tab.active {
  color: #000000;
}

.order-dboxs {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

.order-dboxs-d {
  display: flex;
  gap: 15px;
}

.order-dboxs span {
  color: var(--brand-color-lightblack);
}

.order-dboxs-d p {
  color: var(--brand-color-theme);
  margin: 0;
  font-weight: 600;
}

.order-dboxs-d p span {
  font-weight: 500;
}

.view-orderdetails {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
}

.view-orderdetails span {
  color: var(--brand-color-theme);
  font-size: 17px;
}

tbody.table-vieworder td p, tbody.table-vieworder td span {
  margin: 0;
  font-weight: 500;
  color: var(--brand-color-lightblack);
}

.listing-private td b {
  color: var(--brand-color-darkblue);
}

.order-viewww {
  display: flex;
  justify-content: space-between;
}

.newfil-order {
  align-items: flex-start;
  justify-content: start;
}

.getaddresssearch .select2-container--default .select2-selection--single {
  width: 100% !important;
}

.getMedicineSpace .select2-container {
  width: 400px !important;
}

.getprofileaddresssearch .select2-container {
  width: 68% !important;
}

.getaddresssearch .select2-container {
  width: 74% !important;
}

.getregisteraddresssearch .select2-container {
  width: 73% !important;
}

.getsupplieraddresssearch .select2-container {
  width: 70.5% !important;
}

.payment-vv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
}

.payment-vv span {
  color: var(--brand-color-black);
  font-weight: 700;
}

.payment-vv p {
  font-weight: 600;
}

hr.pay-lines {
  margin-top: 0;
}

button.vieworder-edit {
  border: 1px solid var(--brand-color-darkblue);
  background: transparent;
  color: var(--brand-color-darkblue);
}

.tableactions.actioncannbis {
  width: 14% !important;
}

.drug-list::-webkit-scrollbar {
  width: 1px !important;
}

.drug-list::-webkit-scrollbar-thumb {
  background-color: #c2c0c5;
}

.mian-content-receive .qty {
  width: 25% !important;
  text-align: end !important;
  margin-left: auto !important;
}

.flatpickr-calendar {
  width: 359.875px !important;
  box-shadow: none;
  border: 1px solid #d8d6de;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
  background: #f4f4f4 !important;
}

.main-picker-main {
  display: flex;
  gap: 10px;
  align-items: center;
}

.auth-wrapper.auth-cover .auth-inner {
  height: 100vh;
  /* overflow-y: auto; */
  /* height: calc(var(--vh, 1vh)* 100); */
  display: flex;
}

a.new-design-logo img {
  width: 100%;
  height: 100px !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.last-box {
  background: var(--brand-color-purple);
  height: 60px;
  border-radius: 100px 100px 0px 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.auth-wrapper.auth-cover .brand-logo {
  position: relative;
  top: 20px;
  left: 0;
  margin: 0;
  z-index: 1;
  justify-content: center;
  padding-top: 3%;
}

form span.custom_error_msg {
  font-size: 13px !important;
}

.hide_show_medicine {
  cursor: pointer;
}

.filter-div {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.mynew-regester {
  width: 900px !important;
}

.register-last {
  height: 60px !important;
}

.order-management-list:hover {
  cursor: pointer;
}

.iconpassword img {
  margin-top: 2px;
}

.forgot_password_text small {
  font-size: 16px;
  position: relative;
  top: 6px;
  color: #000 !important;
}

/* =====================modal css start  */
.modal_comman_login .sub_heading {
  padding: 20px 20px;
  border-bottom: solid 1px #ddd;
}

.step_box {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  text-align: center;
}

.step_box b {
  padding: 2px 20px;
  line-height: 0;
  border: solid 1px #ddd;
  border-radius: 10px;
  background: #ffffff;
}

/* =====================modal css End  */
.alredy_have_anaccount {
  margin-bottom: 0;
}

.form-control:focus {
  color: #6e6b7b;
  background-color: #fff;
  border-color: #005158;
  outline: 0;
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

.btn:hover {
  color: #6e6b7b;
}

.form-control:focus:valid, .form-control:focus.is-valid {
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.571rem 1rem 0.571rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #6e6b7b;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 15px 14px;
  border: 1px solid #d8d6de;
  border-radius: 0.357rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 24px;
  color: #433F3F !important;
  font-weight: 400 !important;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.571rem 1rem;
  font-size: 1rem;
  line-height: 1.45;
  color: #433F3F !important;
  font-weight: 400 !important;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d8d6de;
  border-radius: 0.357rem;
}

.form-step-register {
  padding-top: 20px;
}

/* navigation start */
.navigation li a span {
  color: #fff !important;
  font-weight: 400;
  font-size: 16px;
}

.main-menu.menu-light .navigation > li > a {
  margin: 0 !important;
}

/* Dashboard start */
.header-navbar .navbar-container ul.navbar-nav li > a.nav-link {
  color: #000;
}

.avatar .avatar-content {
  width: 72px;
  height: 72px;
}

.card .card-header {
  flex-wrap: wrap;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  border: solid 1px #d5d5d5;
  border-radius: 8px;
}

.navbar-floating .navbar-container:not(.main-menu-content) {
  border: solid 1px #d5d5d5;
  border-radius: 8px;
}

.cann_box_one {
  background-color: #E6E2FE !important;
}

.cann_box_two {
  background-color: #FFF7ED !important;
}

.cann_box_three {
  background-color: #F0FDF4 !important;
}

.cann_box_one .avatar-content {
  background: #6245f1 !important;
  outline: solid 10px rgba(98, 69, 241, 0.1);
  border: solid 1px #6245f1;
}

.cann_box_two .avatar-content {
  background: #F97316 !important;
  outline: solid 10px rgba(249, 115, 22, 0.1);
  border: solid 1px #F97316;
}

.cann_box_three .avatar-content {
  background: #22C55E !important;
  outline: solid 10px rgba(34, 197, 94, 0.1);
  border: solid 1px #22C55E;
}

.cann_box_one h4, .cann_box_two h4, .cann_box_three h4 {
  color: #000 !important;
  font-size: 20px;
}

.cann_box_one {
  border: solid 1px rgba(98, 69, 241, 0.6) !important;
}

.cann_box_two {
  border: solid 1px rgba(249, 115, 22, 0.6) !important;
}

.cann_box_three {
  border: solid 1px rgba(34, 197, 94, 0.6) !important;
}

.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-name {
  font-size: 16px;
}

.dashboard_wrappper_box {
  padding: 10px 15px 15px 15px;
  background: #fff;
  border: solid 1px #d5d5d5;
  border-radius: 8px;
}

.dashboxes-details {
  border: solid 1px #d5d5d5;
  padding-top: 10px;
  padding-bottom: 15px;
  border-radius: 8px;
}

.ds_canne_box .sub_canne_box {
  border: solid 1px #ddd;
  margin-top: 10px;
  border-radius: 8px;
}

.ds_canne_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.sub_canne_box .avatar-content {
  border: solid 1px #d7ebff;
  background: #f3f6f9;
}

.sub_canne_box .avatar-content img {
  filter: brightness(0) saturate(100%);
}

.cannabis_ds_bxs {
  position: relative;
  height: 100%;
  padding: 15px 15px 40px 15px;
}

.cannabis_ds_bxs .csm_card_prg {
  position: absolute;
  bottom: 10px;
}

.sub_canne_box .avatar {
  padding: 0 !important;
  margin-bottom: 14px !important;
}

.dropdown-header {
  font-size: 1.2rem;
  color: #000000;
}

.dropdown-menu .dropdown-header {
  padding-top: 15px;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu i, .header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu svg {
  height: 20px;
  width: 20px;
}

/* .main-menu.menu-light, .main-menu.menu-light .navigation, .table:not(.table-dark):not(.table-light) thead:not(.table-dark) th, .table:not(.table-dark):not(.table-light) tfoot:not(.table-dark) th {
    background: #004a79 !important;
} */
.navbar-floating .header-navbar-shadow {
  background: transparent !important;
}

/* .table_box_wrapper{
    padding: 10px;
    background: #fff;
    border: solid 1px #d5d5d5;
    border-radius: 8px;
} */
.main-menu.menu-light, .main-menu.menu-light .navigation, .table:not(.table-dark):not(.table-light) thead:not(.table-dark) th, .table:not(.table-dark):not(.table-light) tfoot:not(.table-dark) th {
  background: var(--brand-color-theme) !important;
}

/* Dashboard End */
.archived-btns {
  gap: 10px;
}

.register-search {
  position: relative;
}

.register-search .search i img {
  width: 21px !important;
}

.register-search .search {
  position: absolute;
  right: 10px;
  top: 12px;
}

.register-search .search i.uil.uil-times.close-icon {
  display: none;
}

.register-search input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  /* Remove the cross button */
  appearance: none;
}

.register-search input {
  padding-right: 32px;
}

#record_count_text, #recored_count_text {
  position: relative;
  top: 5px;
  font-weight: bold !important;
}

.tableiconss {
  justify-content: center;
}

.copyright_text_box {
  position: fixed;
  bottom: 16px;
  left: 20px;
}

.role-dropdown {
  width: 140px;
}

.document-dropdown {
  width: 190px;
}

.statusdoctor {
  width: 150px;
}

.table tr td {
  font-size: 13px !important;
  padding: 12px 12px;
}

/* select 2 css start */
.select2-container--classic .select2-selection--single .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 24px;
}

.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
  min-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 21px;
}

.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
  border: 1px solid #d8d6de;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000000 !important;
}

.input-box1 span.select2-selection__arrow b {
  top: 10px !important;
}

/* select 2 css End */
.dropdown_export-drdown ul.dropdown-menu.csm_dropdown-menu.show:before {
  content: "";
  border-top: 10px solid #000000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 46px;
  right: 13px;
}

.dropdown_export-drdown .dropdown-menu .dropdown-item {
  background: #fff;
  border: solid 1px #000;
  border-radius: 4px;
  padding: 9px 10px;
  font-weight: 600;
}

.dropdown_export-drdown .dropdown-menu .dropdown-item img {
  margin-right: 5px;
}

.vertical-menu-modern .container-xxl {
  max-width: 100%;
}

.navigation-main {
  padding-right: 15px !important;
}

/* custom modal design start */
#add_patient_modal .modal-refer-earn {
  max-width: 900px !important;
}

.modal_comman_login button.btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  opacity: 1;
}

.register_flow_modal {
  display: grid;
  grid-template-columns: 80px 1fr 1fr 120px;
  gap: 10px;
}

#add_patient_modal .register_flow_modal {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 0.5fr 0;
  gap: 10px;
}

.register_sec_modal {
  display: grid;
  grid-template-columns: 200px 167px 1fr 180px;
  gap: 10px;
}

#add_patient_modal .register_sec_modal {
  display: grid;
  grid-template-columns: 0.8fr 0.5fr 2fr 0;
  gap: 10px;
}

.register_third_modal {
  display: grid;
  grid-template-columns: 1fr 200px 190px;
  gap: 10px;
}

.register_fourth_modal {
  display: grid;
  grid-template-columns: 1fr 200px 190px;
  gap: 10px;
}

#add_patient_modal .register_third_modal {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0;
  gap: 10px;
}

/* custom modal design End */
.newdashboard-section .container {
  max-width: 100%;
}

input.form-control[readonly] {
  background-color: #efefef !important;
}

textarea[readonly] {
  background-color: #efefef !important;
}

#getaddress_input {
  width: 120px;
}

.register_sec_modal.profile_register_sec {
  grid-template-columns: 180px 67px 1fr 170px;
}

.detailss-patient .des {
  text-align: left;
}

.patient-head h4 b, .detailss-patient h4.text_black {
  color: #000;
  text-align: left;
}

.detailss-patient .select2-selection__rendered {
  text-align: left;
  padding-left: 30px !important;
}

.detailss-patient .input-box1 .search {
  top: 3px;
}

.filter_white {
  filter: brightness(0) saturate(100%) invert(93%) sepia(89%) saturate(43%) hue-rotate(327deg) brightness(112%) contrast(113%);
}

.patient-head.sec_patient_head_bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.main_pres_medicinedetailss {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px;
}

.forborder.add_prescription_btn {
  text-align: right !important;
}

a.new-madicines img, a.addnewpt img {
  margin-bottom: 0;
}

.forborder.add_prescription_btn img {
  margin-right: 0;
}

.filter_purpal {
  filter: brightness(0) saturate(100%) invert(14%) sepia(96%) saturate(7006%) hue-rotate(270deg) brightness(98%) contrast(113%);
}

div#get_prescription_id {
  margin: 0px 3px;
}

#get_prescription_id span.select2-selection__arrow b {
  position: relative;
  top: 11px;
}

/* toester popup start */
.toast {
  border: solid 2px #c9c9c9;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.toast .toast-title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: normal;
}

.toast-message {
  font-size: 13px;
  color: #171c20;
}

.toast-success .toast-title {
  color: #009040;
}

.toast-success:before {
  background-color: #009040;
}

.toast:before {
  top: 16px;
}

.toast .toast-close-button {
  top: -13px;
  right: -10px;
}

/* toester popup End */
label.error {
  font-size: 12px;
}

.upld_view_box {
  padding-right: 5px;
}

.mycolnm-teblets {
  width: 99%;
  display: flex;
  gap: 1%;
}

.pomsmet_find_address #getaddress_button {
  margin-right: 10px;
}

tbody#get_prescription_id tr td {
  padding-left: 5px;
  padding-right: 5px;
}

tbody#get_prescription_id tr td div input {
  padding: 0px;
  padding-left: 10px;
  padding-right: 5px;
}

.custom-doctor {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.prescription_signture {
  width: 12%;
}

.order-prescription {
  height: -moz-fit-content;
  height: fit-content;
}

.supply-text {
  overflow-y: auto;
  max-height: 139px;
}

.select-arrow {
  background-position: right 0rem center !important;
}

#other_repeat {
  vertical-align: top;
  text-transform: uppercase;
  font-size: 0.857rem !important;
  letter-spacing: 0.5px !important;
  color: #ffffff;
}

.prescription-patient-list span.select2-container--open {
  width: 385px !important;
}

.prescription-offcanvas {
  width: 25% !important;
  color: #061A40;
}

.side_drawer_btn {
  width: 17px !important;
}

.second_side_drawer_btn {
  width: 22px !important;
}

html .content {
  margin-left: unset;
}

.header-navbar.fixed-top, .header-navbar.floating-nav {
  left: unset;
}

.header-navbar.floating-nav {
  right: 30px;
  width: calc(100vw - (100vw - 100%) - calc(2rem * 1) - 30px);
}

#eleigible_div .form-check {
  margin-bottom: 5px;
  display: flex;
}

@media (max-width: 1600px) {
  .cann_box_one h4, .cann_box_two h4, .cann_box_three h4 {
    font-size: 18px;
  }

  .avatar .avatar-content {
    width: 62px;
    height: 62px;
  }

  .row.deshbord-boxes .col-12 {
    padding: 10px;
  }

  .row.deshbord-boxes {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}
@media screen and (max-device-width: 1440px) {
  .accordion [data-bs-toggle=collapse] {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.45;
  }

  .second_side_drawer_btn {
    width: 12px !important;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .getMedicineSpace .select2-container {
    width: 334px !important;
  }

  .main-menu.menu-light .navigation li a {
    font-size: 14px;
  }

  .common-verifcation-box {
    width: 28%;
    margin: 0 auto;
  }

  table thead tr {
    position: sticky !important;
    top: 0px;
  }

  #pdf_close_btn {
    color: white;
    position: absolute;
    right: -171px;
    top: 21px;
    filter: invert(1);
    cursor: pointer !important;
    opacity: unset;
  }

  .input-box {
    position: relative;
    width: 100%;
    max-width: 38px;
    height: 34px !important;
    background-color: #fff;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
  }

  th.tableactions {
    width: 8% !important;
  }

  img.table-icon1 {
    width: 12px !important;
    filter: none !important;
  }

  .input-box.open {
    max-width: 250px;
  }

  .main-btnfilter {
    gap: 7px;
  }

  .find-box {
    position: absolute;
    width: -moz-fit-content;
    /* width: fit-content; */
    right: 58px;
    z-index: 3;
    top: -35px !important;
  }

  .medicine-pill {
    position: relative;
    top: 2px;
  }

  .mymodalnew {
    width: 100% !important;
  }

  .prices-pri {
    width: 108px !important;
  }

  .doctor-flexflex-wrap .box-headers-top {
    gap: 18px;
  }

  .user_plan {
    width: 47% !important;
    right: 4px;
  }

  .addmadicin {
    position: relative;
    top: 2px;
  }

  .select2-container--default .select2-selection--single {
    min-height: 41px !important;
    padding: 5px;
    border: 1px solid #d8d6de;
  }

  img.table-icon {
    width: 14px !important;
  }

  img.table-icon-shipment {
    width: 14px;
  }

  .filedfrequency input {
    width: 283px !important;
  }

  .deletedd.delte-dd {
    margin-left: 12px;
  }

  .mymodalnedoctor {
    gap: 22px !important;
  }

  .model-dispatch {
    width: 75% !important;
  }

  .cann_box_one h4, .cann_box_two h4, .cann_box_three h4 {
    font-size: 18px;
  }

  .cann_box_one h3, .cann_box_two h3, .cann_box_three h3 {
    font-size: 16px;
  }

  .avatar-content img {
    width: 26px;
  }

  /*
  .mycolnm-teblets{
    flex-direction: column
  }
  .patient-section{
    width: 100%;
  }
  .main_pres_medicinedetailss{
    width: auto;
  }
  .patient-info{
    display: flex;
    gap: 50px;
  }
  .pre_medicine_tab{
    width: 32% !important;
  }
  .pre_qty_tab{
    width: 8% !important;
  }
  .pre_other_tab{
    width: 10%;
  }
  */
}
@media screen and (max-device-width: 1366px) {
  .input-box {
    position: relative;
    width: 100%;
    max-width: 38px;
    height: 32px !important;
    background-color: #fff;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
  }

  img.table-icon-shipment {
    width: 16px !important;
  }

  th.add-doctor {
    width: 21% !important;
  }

  .common-verifcation-box {
    width: 30%;
    margin: 0 auto;
  }

  #pdf_close_btn {
    color: white;
    position: absolute;
    right: -192px;
    top: 21px;
    filter: invert(1);
    cursor: pointer !important;
    opacity: unset;
  }

  .model-dispatch {
    width: 75% !important;
  }

  img.table-icon1 {
    width: 12px !important;
    filter: none !important;
  }

  th.tableactions {
    width: 8% !important;
  }

  .accordion [data-bs-toggle=collapse] {
    font-weight: 500;
    font-size: 11px;
    line-height: 1.45;
  }

  .input-box.open {
    max-width: 200px;
  }

  .find-box {
    top: -35px !important;
  }

  .main-btnfilter {
    gap: 17px;
  }

  .medicine-pill {
    position: relative;
    top: 0px;
  }

  .filter-container select#filter-select {
    font-size: 13px;
    padding: 6px !important;
  }

  .prices-pri {
    width: 101px !important;
  }

  .filedfrequency input {
    width: 266px !important;
  }

  .mymodalnew {
    width: 100% !important;
  }

  .mydoctor-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
  }

  .dt-action-buttons.doctorin-btn {
    position: relative;
    left: 0px;
    top: 0;
  }

  .user_plan {
    width: 46% !important;
    right: 7px;
  }

  .addmadicin {
    position: relative;
    top: 0px;
  }

  .select2-container--default .select2-selection--single {
    min-height: 41px !important;
    padding: 5px;
    border: 1px solid #d8d6de;
  }

  img.table-icon {
    width: 14px !important;
  }

  .mymodalnedoctor {
    gap: 21px !important;
  }

  .card-detailss-dash h4 {
    font-size: 17px;
  }

  .card-detailss-dash p {
    font-size: 12px;
  }
}
@media screen and (max-device-width: 1280px) {
  .archived-btns {
    display: flex;
    gap: 6px;
  }

  img.table-icon-shipment {
    width: 16px !important;
  }

  .card-header:first-child {
    padding: 11px !important;
    align-items: flex-start;
  }

  th.add-doctor {
    width: 24% !important;
  }

  .register-side {
    width: 100%;
    margin: auto;
  }

  .custom-error-msg {
    justify-content: space-between !important;
    gap: 1%;
  }

  .row.prescription-item.edit_prescription .col-sm-6.filedspace {
    padding-left: 3px;
  }

  .row.addmedi-div .col-sm-6.filedspace {
    padding-left: 2px;
  }

  .filedspace1, .filedspaceee {
    padding: 0;
  }

  #pdf_close_btn {
    color: white;
    position: absolute;
    right: -211px !important;
    top: 41px !important;
    filter: invert(1);
    cursor: pointer !important;
    /* opacity: unset;*/
  }

  th.tableactions {
    width: 11% !important;
  }

  img.table-icon1 {
    width: 13px !important;
    filter: none !important;
  }

  .model-dispatch {
    width: 75% !important;
  }

  .medicine-pill {
    position: relative;
    top: 3px;
    font-size: 10px;
  }

  .addmadicin {
    position: relative;
    top: 2px;
  }

  .roalindoctor {
    width: 35%;
    bottom: 2px;
    position: relative;
  }

  .mymodalnedoctor {
    gap: 18px !important;
  }

  .px-sm-5 {
    padding-right: 10px !important;
    padding-left: 4px !important;
  }

  .filedspace {
    padding-right: 0;
    padding-left: 13px;
  }

  .deletedd.delte-dd {
    margin-left: 19px !important;
  }

  .d-flexflex-wrap {
    top: 0 !important;
  }

  .doctor-flexflex-wrap .box-headers-top {
    gap: 9px;
  }

  button.rounded-3.btn-imgcolor.waves-effect.waves-float.waves-light.deleteButton {
    right: 4px;
  }

  button.rounded-3.btn-imgcolor.waves-effect.waves-float.waves-light.deletePatientButton {
    right: 4px;
  }

  .select2-container--default .select2-selection--single {
    min-height: 41px !important;
    padding: 5px;
    border: 1px solid #d8d6de;
  }

  .doctor-flexflex-wrap img {
    width: 16px;
  }

  img.table-icon {
    width: 14px !important;
  }

  .filedfrequency input {
    width: 259px !important;
  }

  .auth-wrapper.auth-cover .auth-inner {
    display: flex;
    align-items: center;
  }

  .last-box {
    display: none;
  }

  .ds_canne_box {
    grid-template-columns: repeat(2, 1fr);
  }

  .avatar .avatar-content {
    width: 52px;
    height: 52px;
  }

  .row.deshbord-boxes .col-12 {
    padding: 5px;
  }

  .row.deshbord-boxes {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
  }

  .getMedicineSpace .select2-container {
    width: 280px !important;
  }
}
@media screen and (max-device-width: 1024px) {
  .input-box .search {
    height: 93%;
  }

  .getMedicineSpace .select2-container {
    width: 285px !important;
  }

  .last-box {
    display: none;
  }

  .auth-wrapper.auth-cover .auth-inner {
    display: flex;
    align-items: center;
  }

  .register-last {
    display: none;
  }

  .myveryfy-box {
    width: 70%;
    margin: 0 auto;
  }

  .otpCont input {
    height: 28px;
    width: 28px;
    margin-right: 5px;
  }

  .common-verifcation-box {
    width: 47%;
    margin: 0 auto;
  }

  #getaddress_button {
    padding: 7px 11px;
  }

  .register-side {
    width: 100%;
    margin: auto;
  }

  .row.prescription-item.edit_prescription .col-sm-6.filedspace {
    padding-left: 3px;
  }

  .row.addmedi-div .col-sm-6.filedspace {
    padding-left: 3px;
  }

  .user-list-table tbody td, .table thead th, .table tfoot th {
    position: relative;
    padding: 8px 8px !important;
    font-size: 12px;
  }

  #pdf_close_btn {
    color: white;
    position: absolute;
    right: -193px;
    top: 72px;
    filter: invert(1);
    cursor: pointer !important;
    opacity: unset;
    z-index: 999;
  }

  .myupdate-model {
    width: 36%;
    margin: 0 auto;
  }

  th.tableactions {
    width: 10% !important;
  }

  img.table-icon1 {
    width: 13px !important;
    filter: none !important;
  }

  .model-dispatch {
    width: 75% !important;
  }

  .model-dispatch {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 78% !important;
    margin: 0 auto;
  }

  .mymodalnedoctor {
    gap: 18px !important;
  }

  .medicine-pill {
    position: relative;
    top: 1px;
  }

  .prices-pri {
    width: 80px !important;
  }

  .filedfrequency input {
    width: 203px !important;
  }

  .deletedd.delte-dd {
    margin-left: 23px !important;
  }

  input, select, optgroup, textarea {
    font-size: 13px !important;
  }

  img.table-icon {
    width: 14px !important;
  }

  img.table-icon-shipment {
    width: 16px !important;
  }

  .select2-container--default .select2-selection--single {
    min-height: 41px !important;
    padding: 5px;
    border: 1px solid #d8d6de;
  }

  .doctor-flexflex-wrap img {
    width: 16px;
  }

  table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    position: relative;
    padding-left: 10px;
    cursor: pointer;
  }

  .find-box {
    right: 60px;
    top: -34px !important;
  }

  .find-box-pres {
    top: -40px !important;
  }

  .role-dropdown {
    width: 150px;
  }

  .document-dropdown {
    width: 180px;
  }

  .dt-action-buttons.statusdoctor {
    width: 140px;
  }

  .roalindoctor {
    width: 35%;
    position: relative;
    bottom: 2px;
  }

  .dt-action-buttons.doctorin-btn {
    position: relative;
    left: 0px;
    top: 1px;
  }

  .addmadicin {
    position: relative;
    top: 1px;
    gap: 5px;
  }

  .form-switch .form-check-label {
    line-height: 1.7rem;
    color: #072050;
    font-weight: 500;
    font-size: 10px !important;
  }

  footer.footer {
    margin-left: 0;
  }

  .mydoctor-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
  }

  .doctor-flexflex-wrap .box-headers-top {
    gap: 3px;
  }

  .user_plan {
    width: 43% !important;
  }

  .filedspace {
    padding-right: 0;
  }

  .filedspace1, .filedspaceee {
    padding: 0;
  }

  .mymodalnew {
    width: 100% !important;
  }

  .filedspace {
    padding-right: 1px;
    padding-left: 9px;
  }

  img.table-icon1 {
    width: 13px;
  }

  .mymodalnew {
    gap: 4px;
  }

  .modal-dialog {
    margin: 1.75rem auto;
  }

  .px-sm-5 {
    padding-right: 10px !important;
    padding-left: 5px !important;
  }

  .box-headers-top {
    gap: 13px;
    top: 3px;
    position: relative;
  }

  .dt-action-buttons.d-flex.align-items-center.justify-content-end.flex-wrap {
    justify-content: end !important;
    margin-top: 0px;
  }

  .pace-done .content-body .user_role {
    align-self: center !important;
    font-weight: bold;
    color: #000;
    font-size: 17px;
  }

  button.rounded-3.btn-imgcolor.waves-effect.waves-float.waves-light.deleteButton {
    right: 6px;
  }

  button.rounded-3.btn-imgcolor.waves-effect.waves-float.waves-light.deletePatientButton {
    right: 6px;
  }

  .card-header:first-child {
    padding: 11px !important;
    align-items: flex-start;
  }
}
@media only screen and (min-device-width: 770px) and (max-device-width: 1600px) and (orientation: landscape) {
  span.status-lbl {
    padding: inherit;
    display: inline-block;
    width: 70px;
    font-size: 9px;
  }

  .myshow-medicine {
    width: 99% !important;
  }

  img.table-icon1 {
    width: 13px;
  }

  img.table-icon-shipment {
    width: 17px !important;
  }

  img.addmoreicon {
    height: 20px;
  }

  footer.footer {
    min-height: 0;
    position: relative;
    bottom: 0;
  }

  button.rounded-3.btn-imgcolor.waves-effect.waves-float.waves-light.deleteButton {
    top: -1px;
  }

  button.rounded-3.btn-imgcolor.waves-effect.waves-float.waves-light.deletePatientButton {
    top: -1px;
  }

  .mymodalnew {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 96%;
    gap: 5px;
    margin-top: 10px;
    align-items: center;
  }

  .pri-modellll {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    margin: 0 auto;
  }

  div.dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_length select {
    background-position: calc(100% - 4px) 14px, calc(100% - 20px) 13px, 100% 0;
    width: 5rem;
    margin: 0 0.5rem;
  }

  html body {
    height: 100%;
    background-color: #f8f8f8;
    direction: ltr;
  }

  .dt-action-buttons.doctorin-btn {
    position: relative;
    left: 0px;
  }

  .box-headers-top {
    gap: 13px;
    top: 3px;
    position: relative;
  }

  .user_plan {
    width: 45%;
    top: 3px;
    position: relative;
  }

  .rounded-pill {
    font-size: 10px;
    padding: 7px;
  }

  .table-responsive {
    overflow-x: hidden;
  }

  .private-prescription-table-responsive {
    overflow-x: hidden;
  }

  .deshbord-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: auto;
  }

  .register-side {
    width: 91%;
    margin: auto;
  }

  .editprebtn {
    padding: 0px !important;
    top: 4px;
  }

  button.deleteButton {
    padding: 8px;
    font-size: 10px;
  }

  button.deletePatientButton {
    padding: 8px;
    font-size: 10px;
  }

  table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before {
    top: 5px;
    background-size: 12px;
  }

  .col-sm-12.col-md-12.find-box input {
    padding: 4px !important;
  }

  table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    top: 15px;
    background-size: 12px;
  }

  .user-list-table tbody td {
    position: relative;
    padding: 8px 8px;
    font-size: 12px;
  }

  table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    display: none;
  }

  .user-list-table tr {
    height: auto;
    background: #fff;
  }

  th.sorting_disabled {
    padding: 8px 10px !important;
  }

  table tbody tr :nth-child(8) {
    display: table-cell !important;
    width: 50px !important;
  }

  th.sorting_disabled {
    line-height: 16px;
  }

  .vertical-layout.vertical-menu-modern .main-menu .navigation > li > a svg, .vertical-layout.vertical-menu-modern .main-menu .navigation > li > a i {
    height: 15px;
    width: 17px !important;
  }

  img.table-icon {
    width: 14px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .table thead th, .table tfoot th {
    font-size: 11px;
    padding: 8px 10px;
  }

  #other_repeat {
    font-size: 11px !important;
  }

  .btn-color {
    padding: 7px 10px;
    font-size: 12px;
  }

  label.total-patient-nm {
    color: #000;
    font-weight: 700;
    font-size: 13px;
  }

  .user_plan img {
    width: 13px;
    margin-right: 3px;
  }

  label.total-patient-no {
    color: var(--brand-color-theme);
    font-size: 12px;
  }

  .find-box {
    position: absolute;
    width: -moz-fit-content;
    /* width: fit-content; */
    right: 58px;
    z-index: 3;
    top: -33px;
  }

  div.dataTables_wrapper div.dataTables_filter input, .form-control, .form-select {
    margin-left: 0rem;
  }

  .find-box label {
    font-size: 12px;
  }

  .pace-done .content-body .user_role {
    align-self: center !important;
    font-weight: bold;
    color: #000;
    font-size: 16px;
  }

  .form-lbl {
    color: var(--brand-color-darkblue);
    font-size: 12px;
  }

  .form-control, .form-select {
    display: block;
    width: 100%;
  }

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

  .dataTables_length label,
div.dataTables_wrapper .dataTables_info,
.d-md-inline-block,
.page-item.previous .page-link,
.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-name {
    font-size: 12px;
  }

  .header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-status {
    font-size: 10px;
  }
}
@media screen and (max-device-width: 820px) {
  label.total-patient-nm, label.total-patient-no {
    font-size: 15px;
  }

  .myveryfy-box {
    width: 50%;
    margin: 0 auto;
  }

  .addmadicin {
    gap: 20px;
  }

  .card-detailss-dash a p {
    height: 64px;
  }

  .two-factor-auth .form-check .form-check-input {
    margin-left: -5px;
  }

  .two-factor-auth {
    justify-content: center;
  }

  img.table-icon {
    width: 14px !important;
  }

  .input-box .search, .input-box input {
    height: 107%;
  }

  .btn-color {
    padding: 9px;
  }

  img.table-icon-shipment {
    width: 15px !important;
  }

  a.new-madicines img, a.addnewpt img {
    height: 19px;
    margin-bottom: 2px;
  }

  .btn-popup-all.mt-1 {
    display: flex !important;
    justify-content: center;
  }

  .card-header:first-child {
    padding: 18px !important;
  }

  .deshbord-boxes {
    grid-template-columns: repeat(3, 1fr);
    width: auto;
  }

  .match-height {
    grid-template-columns: repeat(2, 1fr);
    width: auto;
  }
}
@media screen and (max-device-width: 769px) {
  label.total-patient-nm, label.total-patient-no {
    font-size: 15px;
  }

  .card-detailss-dash a p {
    height: 64px;
  }

  .deshbord-boxes {
    grid-template-columns: repeat(3, 1fr);
    width: auto;
  }

  .match-height {
    grid-template-columns: repeat(2, 1fr);
    width: auto;
  }

  .btn-popup-all.mt-1 {
    display: flex !important;
    justify-content: center;
  }

  .card-header:first-child {
    padding: 14px !important;
    align-items: flex-start;
  }

  a.new-madicines img, a.addnewpt img {
    height: 19px;
    margin-bottom: 2px;
  }

  .myveryfy-box {
    width: 50%;
    margin: 0 auto;
  }

  .two-factor-auth .form-check .form-check-input {
    margin-left: -5px;
  }

  .two-factor-auth {
    justify-content: center;
  }

  img.table-icon {
    width: 15px !important;
  }

  .addmadicin {
    gap: 20px;
  }

  .input-box .search, .input-box input {
    height: 107%;
  }

  .btn-color {
    padding: 9px;
  }

  img.table-icon-shipment {
    width: 18px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .find-box {
    position: relative;
    top: 6px;
    width: 100%;
    right: 0;
    z-index: -1;
  }

  .last-box, .register-last {
    display: none;
  }

  .mynew-regester {
    width: 100% !important;
  }

  .pace-done .content-body .user_role {
    align-self: center !important;
    font-weight: bold;
    color: #000;
    font-size: 17px;
    width: 100%;
    text-align: center;
  }

  .dt-action-buttons.d-flex.align-items-center.justify-content-end.flex-wrap {
    justify-content: center !important;
    margin-top: 14px;
  }
}
/* ===========================height meide css start */
@media (min-width: 1263px) and (max-height: 641px) {
  .auth-wrapper.auth-cover .auth-inner {
    align-items: flex-start;
  }

  .auth-wrapper.auth-cover .brand-logo {
    padding-top: 0%;
  }

  .auth-wrapper.auth-cover .brand-logo {
    position: absolute;
    top: 33px;
    left: 20px;
    padding-top: 0;
  }
}
@media (max-height: 814px) {
  .auth-wrapper.auth-cover .auth-inner {
    align-items: flex-start;
  }

  .auth-wrapper.auth-cover .brand-logo {
    padding-top: 0%;
  }

  .register-last {
    height: 30px !important;
  }
}
/* ===========================height meide css end */
@media (max-width: 991px) {
  .mynew-regester {
    width: 100% !important;
    max-width: 100% !important;
  }

  .form-step-register {
    padding: 20px 20px !important;
  }

  .modal_comman_login .sub_heading {
    padding: 20px;
  }

  .forgot_password_mdl .login-side {
    padding: 20px !important;
  }

  .back_reset_btn {
    display: flex !important;
    gap: 10px !important;
  }
}
@media (max-width: 767px) {
  .login-side {
    max-width: calc(100% - 15px) !important;
  }

  .auth-wrapper.auth-cover .brand-logo {
    top: 0px;
  }

  .register_flow_form, .register_flow_form_sec {
    grid-template-columns: 1fr;
  }

  div#patient_address_lookup {
    flex-direction: column;
  }

  .serchwithselectbox button {
    position: absolute;
    right: 0;
  }

  .serchwithselectbox select {
    margin-left: 0;
  }

  .search_box_form input {
    margin-bottom: 5px;
  }

  h1.card-title {
    font-size: 26px;
  }

  .auth-wrapper.auth-cover .brand-logo {
    padding-top: 5%;
  }

  .login-side {
    padding: 20px !important;
  }

  .register_flow_modal, .register_third_modal, .register_sec_modal {
    grid-template-columns: 1fr;
  }

  .serchwithselectbox button {
    position: absolute;
    right: 0;
  }

  .search_box_form input {
    margin-bottom: 5px;
    width: 100%;
  }

  .ds_canne_box {
    grid-template-columns: repeat(1, 1fr);
  }

  .match-height {
    grid-template-columns: repeat(1, 1fr);
  }

  .cannabis_ds_bxs {
    padding: 15px 15px 31px 15px;
  }
}
@media (max-width: 600px) {
  .search_box_form input {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .back_reset_btn {
    flex-direction: column;
  }

  .back_reset_btn a, .back_reset_btn button {
    width: 100% !important;
  }
}
@media (max-width: 360px) {
  .forgot_password_text small {
    font-size: 13px;
  }

  .lgn_space_reduce label.form-check-label {
    font-size: 13px;
  }

  .auth-wrapper.auth-cover .brand-logo {
    top: 0;
    padding: 0;
  }
}
