/* AntipastoPro - DemiBold */
@font-face {
  font-family: "AntipastoPro-DemiBold";
  src: url("../fonts/AntipastoPro-DemiBold_trial.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AntipastoPro-DemiBold";
  src: url("../fonts/AntipastoPro-Bold_trial.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:arial;
}

body {
  background-color: #f8f8f8;
  height: 100vh;
}

.top-header {
  width: 100%;
}

.sidebar-content-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}

.inner-content-adjust {
  display: flex;
  width: 100%;
  position: relative;
}

h3 {
  color: #050922;
  font-size: 24px;
  font-weight: 600;
}

.minimal-statistics {
  padding: 0 15px;
}

.top-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #ffffff;
  height: 115px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  float: right;
  flex-direction: column;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 30px;
}

h3.dashboard-title {
  font-size: 25px;
  font-weight: bold;
  font-family: "AntipastoPro-bold", sans-serif;
}

.adjust-width {
  width: 100%;
  max-width: 260px;
}

.search-top-bar {
  width: 100%;
  max-width: 300px;
  height: 40px;
  padding: 0 15px;
  border-radius: 10px;
  background-color: #f6f5f1;
  position: relative;
}

.searchSvg {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.searchInput {
  border: none;
  background-color: transparent;
  width: 100%;
  max-width: 250px;
  height: 40px;
  position: absolute;
  padding: 0 0 0 15px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.searchInput::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.searchInput:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
  border: none;
}

.user-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.search-top-bar.sidebar-search {
  display: none;
}

.user-top-bar.sidebar-user {
  display: none;
}

.logo-user {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

.img-logo-user {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.notification-light {
  width: 21px;
  height: 19px;
  background-color: red;
  border-radius: 15%;
  position: absolute;
  top: -11px;
  right: -9px;
  z-index: 9999;
}

.notification-light-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  /* font-size: 18px; */
}

.notification {
  margin-right: 1rem;
  cursor: pointer;
  position: relative;
}

.top-header-content {
  height: 55px;
  background-color: #4f81bd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.hamburger-icon {
  width: 65px;
  height: 55px;
  background-color: #6295d1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.hamburger-icon .fa-bars {
  color: #ffffff;
  font-size: 23px;
  cursor: pointer;
}

.flex-setting-media.new-super {
  width: 100%;
  max-width: 160px;
  height: 55px;
  background-color: #6295d1;
  display: flex;
  justify-content: center;
  align-items: center;
}

h6.user-name-title {
  color: #ffffff;
}

.user-info-top-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.3rem;
  margin-left: 0.5rem;
}

.drop-down-top-bar {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 3px solid transparent;
  cursor: pointer;
}

.user-dashboard-content-div-box {
  width: 100%;
  max-width: 285px;
  height: 110px;
  border-radius: 15px;
  background-color: #f6f5f1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 45px;
}

h6 {
  font-size: 14px;
  font-weight: 500;
  color: #050922;
  margin-bottom: 0;
}

p {
  font-size: 12px;
  font-weight: 400;
  color: #396053;
  margin-bottom: 0;
}

.user-dashboard-content-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.Icon-material-location-on {
  padding-right: 0.2rem;
}

.user-dashboard-content-location {
  font-weight: 400;
  color: #aaa172;
  margin-top: 0.5rem;
}

.user-organization {
  font-size: 10px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 0;
}

.home-logo-div {
  max-width: 240px;
  width: 100%;
  height: 115px;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-logo-div .home-logo {
  width: 100%;
}

.menu-toggle {
  display: none;
}

.sidebar {
  width: 100%;
  max-width: 240px;
  background-color: #4f81bd;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 1250px;
  position: fixed;
  margin-left: 1rem;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 1rem;
  height: 500px;
  position: relative;
  overflow-y: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.menu::-webkit-scrollbar {
  width: 10px;
}
.menu::-webkit-scrollbar-track {
  background: #4f81bd;
}
.menu::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 10px;
}
.menu::-webkit-scrollbar-thumb:hover {
  background: #EEEEEE;
}

.menu li {
  margin-bottom: 10px;
  width: 100%;
  height: 54px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu li a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  max-width: 240px;
  height: 54px;
  display: block;
  line-height: 54px;
  float: right;
  position: relative;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 600;
  padding: 0 25px;
  border-bottom: 1px solid #6295d1;
}

.menu li a.links-menu.border-btm {
  border-bottom: 0px solid #6295d1;
  border: none;
}

.menu li a .svg-sidebar {
  margin-right: 1.5rem;
}

.menu li a .svg-sidebar g,
.menu li a .svg-sidebar g path,
.svg-sidebar g rect {
  fill: #396053;
  stroke: #396053;
  transition: all 0.3s ease-in-out;
}

.links-menu.active::before,
.links-menu:hover::before {
  content: "";
  width: 6px;
  height: 54px;
  position: absolute;
  background-color: #ffffff;
  right: 0;
  top: 0;
}

.bg-color-chart {
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

a {
  text-decoration: none;
}

.chart-title-div {
  height: 65px;
  background-color: #ffffff;
  border-radius: 7px 7px 0px 0px;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #7070703b;
}

.chart-title {
  font-size: 22px;
  font-weight: 6000;
  font-family: "poppins", sans-serif;
  margin-bottom: 0;
}

.padding-chart {
  padding: 2rem;
}

.links-menu.active,
.links-menu:hover {
  background-color: #6295d1;
  color: #ffffff;
}

.links-menu.active .svg-sidebar g,
.links-menu.active .svg-sidebar g path,
.links-menu.active .svg-sidebar g rect,
.links-menu:hover .svg-sidebar g path,
.links-menu:hover .svg-sidebar g rect,
.links-menu:hover .svg-sidebar g {
  fill: #aaa172;
  stroke: #aaa172;
}

.menu li a .svg-sidebar .fill-none,
.links-menu:hover .svg-sidebar,
.links-menu.active .svg-sidebar {
  fill: none;
}

.content {
  padding: 20px;
}

.menu-toggle {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.icon-dashboardPoint {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  border: none;
  border-radius: 7px;
  margin-top: 1rem;
  background-color: #ffffff;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.card-content {
  width: 100%;
}

.card-content .card-body {
  padding: 1rem 2rem;
}

.media.d-flex {
  justify-content: space-between;
  align-items: center;
}

.content-total {
  padding-left: 1rem;
}

.total-referral {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #7a7a7a;
  word-break: break-all;
  font-family: "poppins", sans-serif;
  margin-top: 0.5rem;
}

h3.number-total {
  font-weight: 600;
  margin-bottom: 0;
  font-family: "poppins", sans-serif;
  text-align: end;
}

.patient-content .patient-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 290px;
  padding: 30px 0px 0px 30px;
}

.right-image-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 290px;
  padding-right: 30px;
}

.bg-color-home {
  background-color: #ffffff;
  border-radius: 20px;
  width: 100%;
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ImageRight {
  width: 100%;
}

.patient-title {
  font-size: 14px;
  font-weight: 500;
  color: #396053;
  margin-bottom: 1.2rem;
}

h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}

.user-content-dashboard {
  height: 585px;
  width: 100%;
  max-width: 345px;
  border-radius: 20px;
  background-color: #ffffff;
}

.patient-card-dashboard {
  width: 100%;
  max-width: 345px;
  height: 265px;
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.patient-card-dashboard-details {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
  position: relative;
}

.dots-patient {
  margin-top: 0.4rem;
  cursor: pointer;
}

.user-dashboard-content-div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.user-dashboard-img-div {
  border-radius: 20px;
  width: 100%;
  max-width: 345px;
  height: 281px;
  background-color: #ffffff;
}

.user-dashboard-img {
  width: 100%;
  object-fit: cover;
}

.circles-img {
  width: 45px;
  height: 45px;
  background-color: #f6f5f1;
  border: 1px solid #dadbe0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  /* cursor: pointer; */
}

.two-circle-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 1.2rem 0;
  width: 100%;
  max-width: 305px;
  position: relative;
  top: 40px;
  border-bottom: 1px solid #f6f5f1;
}

.Icon-simple-email {
  width: auto;
}

.user-details-dashboard {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 305px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.6rem;
}

.atag {
  text-decoration: none;
}

.user-details-phone {
  font-size: 13px;
}

.user-details-phone-number {
  font-size: 15px;
  font-weight: 500;
}

.patient-name-title {
  color: #000000;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.legFracture-para {
  font-size: 10px;
}

.inprogress {
  font-size: 14px;
  font-weight: 400;
  color: #aaa172;
  background-color: #f6f5f1;
  border-radius: 8px;
  width: 100%;
  max-width: 101px;
  height: 31px;
  cursor: none;
  border: none;
  pointer-events: none;
}

.medium-property {
  font-weight: 400;
  color: #61c16b;
}

.dot-green {
  margin-right: 0.3rem;
  margin-top: -0.2rem;
}

.border-line-bottom {
  width: 100%;
  max-width: 285px;
  border-bottom: 1px solid #f6f5f1;
  margin: 0 auto;
}

#content-dashboard,
#content-reports,
#content-feedback,
#content-messages {
  display: none;
}
#content-history {
  display: none;
}

.slider-container {
  width: 100%;
  padding: 15px 30px;
}

.slider-range {
  width: 100%;
}

.timer-title {
  color: #396053;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

/* .countdown-timer, */

.countdown-timer1,
.countdown-timer2,
.countdown-timer3,
.countdown-timer4,
.countdown-timer5,
.countdown-timer6 {
  color: #050922;
}

/* #slider, */

#slider1,
#slider2,
#slider3,
#slider4,
#slider5,
#slider6 {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #f6f5f1;
  outline: none;
  overflow: hidden;
}

.sliderm {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #f6f5f1;
  outline: none;
  overflow: hidden;
}

/* #slider, */

#slider1::-webkit-slider-thumb,
#slider2::-webkit-slider-thumb,
#slider3::-webkit-slider-thumb,
#slider4::-webkit-slider-thumb,
#slider5::-webkit-slider-thumb,
#slider6::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #aaa172;
  cursor: pointer;
  box-shadow: -407px 0 0 400px #aaa172;
  /* overflow: hidden; */
}

.sliderm::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #aaa172;
  cursor: pointer;
  box-shadow: -407px 0 0 400px #aaa172;
  /* overflow: hidden; */
}

/* #slider, */

#slider1::-moz-range-thumb,
#slider2::-moz-range-thumb,
#slider3::-moz-range-thumb,
#slider4::-moz-range-thumb,
#slider5::-moz-range-thumb,
#slider6::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #aaa172;
  cursor: pointer;
  box-shadow: -407px 0 0 400px #aaa172;
  /* overflow: hidden; */
}

.sliderm::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #aaa172;
  cursor: pointer;
  box-shadow: -407px 0 0 400px #aaa172;
  /* overflow: hidden; */
}

.current-date-slider-btn {
  color: #396053;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  max-width: 160px;
  height: 31px;
  border-radius: 8px;
  background-color: #f6f5f1;
  border: 1px solid #396053;
  outline: none;
  pointer-events: none;
  cursor: none;
}

.medium-property.red {
  color: #ff5757;
}

.user-dropdown-select {
  position: absolute;
  right: 0;
  top: 150%;
  z-index: 3;
  display: none;
}

#dropdown {
  height: 100px;
  width: 200px;
  padding: 10px;
  font-size: 16px;
  color: #000;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.03);
  outline: none;
  cursor: pointer;
}

.user-dropdown-select.active {
  display: block;
}

.user-dropdown-select.active::-webkit-scrollbar {
  width: 0px;
}

/* Track */

.user-dropdown-select.active::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.user-dropdown-select.active::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

.user-dropdown-select.active::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#dropdown option {
  font-size: 16px;
  height: 36px;
  padding: 0 10px;
  background: #f8f8f8;
  color: #4f81be;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

#dropdown option:hover {
  color: #ffffff;
  background: #4f81be;
}

#dropdown option:focus {
  color: #f6f5f1;
  background: #aaa172;
}

#dropdown option:active {
  color: #f6f5f1;
  background: #aaa172;
}

/* notification container  */

.newServicesRequestedNotification {
  font-size: 12px;
  font-weight: 400;
  color: #1c2136;
  width: 100%;
  max-width: 215px;
  height: 60px;
  border-radius: 8px;
  background-color: #ffffff;
  /*border: 1px solid #396053;*/
  border: none;
  border-bottom: 1px solid #f6f5f1;
  outline: none;
  position: relative;
  overflow-y: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.content-organization-name {
  /*height: 20px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.time-hours-notification {
  /*height: 44px;*/
  display: flex;
  justify-content: end;
  align-items: end;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  margin-top: 0.3rem;
  color: #396053;
  font-weight: 500;
}

/* width */

.newServicesRequestedNotification::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.newServicesRequestedNotification::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.newServicesRequestedNotification::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

/* Handle on hover */

.newServicesRequestedNotification::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.notification-container {
  position: absolute;
  width: 100%;
  max-width: 250px;
  right: 173px;
  top: 79px;
  display: none;
  transition: all 0.3s ease;
  height: 238px;
  /*background-color: #f6f5f1;*/
  background-color: #ffffff;
  z-index: 2;
  border-radius: 15px;
  border: 1px solid #000000;
  display: none;
  overflow-y: auto;
  padding: 10px 0;
}

/* width */

.notification-container::-webkit-scrollbar {
  width: 10px;
}

/* Track */

.notification-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.notification-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 8px;
}

/* Handle on hover */

.notification-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.notification-container.show {
  display: block;
}

.notification-content:first-child {
  margin-top: 0.5rem;
}

.notification-content {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.top-notification-arrow {
  position: absolute;
  top: 4px;
  right: 13%;
}

.popup-close-icon {
  cursor: pointer;
  font-size: 40px;
  position: absolute;
  top: 5%;
  right: 2%;
}

/* CSS for the responsive table container */
.table-responsive {
  overflow-x: auto; /* Enable horizontal scrolling */
  max-width: 100%; /* Ensure the table does not exceed the container width */
}

/* Optional: Apply a specific width to the table if needed */
.table-responsive table {
  width: 100%; /* Set the table width to 100% of its container */
  /* white-space: nowrap; Prevent text wrapping within cells */
}

.adjust-width.sidebar-open {
  display: block;
  transition: all 0.3s ease ease-in-out;
}

/* signin popup */

.popupsignup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* transform: translateY(-50%); */
  transition: all 0.3s ease-in;
}

.popupsignup.show {
  display: block;
}

.close-buttonSignup {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 30px;
  color: #396053;
  transition: all 0.3s ease-in-out;
}

.popup-contentSignup {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  max-width: 660px;
  margin: 150px auto;
  padding: 20px;
  border-radius: 15px;
  height: 304px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.notification-light-messages {
  width: 5px;
  height: 5px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: 74%;
  right: 15px;
  z-index: 9999;
  transform: translateY(-50%);
}

.x-mark {
  top: 8px;
  right: 6px;
  font-size: 20px;
  cursor: pointer;
  display: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.adjust-width {
  width: 100%;
  max-width: 260px;
  position: relative;
  z-index: 2;
  display: block;
  transition: all 0.3s ease ease-in-out;
}

.adjust-width.sidebar-open {
  display: none;
  transition: all 0.3s ease ease-in-out;
}

.dt-search{
  display: flex;
  justify-content: end;
  align-items: center;
}

.dt-search {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 60px;
  background-color: #fff;
  position: relative;
  top: 16px;
  padding-right: 1rem;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
  word-wrap: break-word;
  word-break: break-all;
}
.btn-warning {
  font-size: 13px;
}

/* Style for DataTable Information Section */
#myTable_info {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Style for DataTable Pagination Section */
.dt-paging {
  margin-top: 10px;
  float: right;
}

.dt-paging-button {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  text-decoration: none;
  border-radius: 3px;
}

.dt-paging-button.current {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff;
}

.dt-paging-button.disabled {
  cursor: not-allowed;
}

/* Optional: Hover effect on pagination buttons */
.dt-paging-button:hover {
  background-color: #e6e6e6;
  color: #333;
  border: 1px solid #999;
}

@media (max-width: 1230px) {
  .user-dashboard-content-div-box {
    bottom: 81px;
  }
  .two-circle-div {
    top: 20px;
  }
  .user-details-dashboard {
    margin: 2.5rem 0 0 1rem;
  }
  .patient-card-dashboard {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .bg-color-home {
    height: auto;
  }
  .patient-content .patient-div {
    height: auto;
  }
  .right-image-div {
    height: auto;
    padding-right: 0;
    padding-bottom: 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1064px) {
  .adjust-width {
    width: 100%;
    max-width: 239px;
  }
  .sidebar {
    max-width: 200px;
  }
}

@media (max-width: 991px) {
  .menu-toggle {
    display: block;
    color: #aaa172;
  }

  .x-mark {
    display: block;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
  .table-responsive table {
    width: 100%; /* Set the table width to 100% of its container */
    white-space: nowrap;
  }
  .flex-setting-media {
    display: flex;
    gap: 0.5rem;
  }
  .minimal-statistics {
    margin-left: 0rem;
  }
  .sidebar {
    margin: 0px 0;
  }
  .adjust-width {
    width: 100%;
    max-width: 260px;
    position: absolute;
    z-index: 2;
    display: none;
    transition: all 0.3s ease ease-in-out;
  }

  .top-bar {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    float: right;
    flex-direction: column;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  .adjust-width.sidebar-open {
    display: block;
    transition: all 0.3s ease ease-in-out;
    z-index: 6;
  }
}

@media (max-width: 697px) {
  div.dt-buttons,
  .dataTables_wrapper .dataTables_filter {
    width: 100% !important;
    border-radius: 7px !important;
  }
}

@media (max-width: 690px) {
  .popup-contentSignup {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    max-width: 100%;
    margin: 150px auto;
    padding: 20px;
    border-radius: 15px;
    height: 304px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}

@media (max-width: 575px) {
  .user-content-dashboard {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .user-dashboard-img-div {
    max-width: 100%;
    height: auto;
  }
  .user-dashboard-content-div-box {
    bottom: 27px;
  }
  .two-circle-div {
    top: 60px;
  }
  .user-details-dashboard {
    margin: 5rem 0 0 1rem;
  }
}

@media (max-width: 767px) {
  .search-top-bar {
    display: none;
  }
  .search-top-bar.sidebar-search {
    display: flex;
    margin: auto;
  }
  /* 
    .user-top-bar {
      display: none;
    } */
  .user-top-bar.sidebar-user {
    /* display: flex; */
    width: 100%;
    max-width: 240px;
    margin: 1rem auto;
  }
  .searchInput {
    max-width: 220px;
    padding: 0 0 0 30px;
  }
  .search-top-bar {
    max-width: 240px;
  }
}

@media (max-width: 450px) {
  .menu-toggle {
    top: 4%;
    position: absolute;
    right: 16px;
  }
  .notification {
    margin-right: 0.3rem;
  }
  h6.user-name-title {
    font-size: 11px;
  }
  h3.dashboard-title.mb-0.new-content-topbar {
    font-size: 16px;
  }
}

@media (max-width: 416px) {
  .get-back-text br {
    display: none;
  }

  .get-back-text {
    line-height: 29px;
    font-size: 18px;
  }
}
