.users-header .header-card {
  position: static;
}

.dashboard_content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0 #9c9c9c33;
  height: 100%;
}

.profile-drop .dropdown-menu.show li a {
  color: var(--black-color);
}

.inner_card {
  padding: 0;
}

.db_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.db_inr_hd h4 {
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: capitalize;
}

.inner-card-body {
  padding: 20px;
}

.dasboard_header .dasboard_header_img label {
  background: #fff;
  color: var(--primary-color);
}

.inner-banner {
  width: 100%;
  height: auto;
  min-height: 250px;
  background-image: url("../img/inr-bnr-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: rgba(0 0 0 / 50%);
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: start;
}

.inner-banner h1 {
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
}

.inner-banner nav ol {
  margin: 0;
  padding: 0;
}

.inner-banner nav ol li {
  color: #fff;
  font-size: 16px;
}

.inner-banner nav ol li a {
  color: #fff;
}

.inner-banner nav ol li.breadcrumb-item.active {
  color: #fff !important;
}

.inner-banner .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/* =============== DOCTOR INNER CSS STARTS HERE =============== */

.doctor-dash .dash-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.doctor-dash .dash-widget .value h6 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  color: var(--black-color);
  margin: 0;
}

.doctor-dash .dash-widget .value p {
  font-size: 16px;
  line-height: 28px;
  color: #444;
  font-weight: 400;
  margin: 0;
}

.doctor-dash .dash-widget .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}

.doctor-dash .dash-widget.bx1 .icon {
  background-color: #ff005a;
}

.doctor-dash .dash-widget.bx2 .icon {
  background-color: #0092dd;
}

.doctor-dash .dash-widget.bx3 .icon {
  background-color: #ff00ba;
}

.doctor-dash .custom-card {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
}

.doctor-dash .custom-card-header {
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
}

.doctor-dash .custom-card-body {
  padding: 20px;
}

.doctor-dash .custom-card .avatar {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  color: var(--white);
  font-weight: 500;
}

.doctor-dash .custom-card .avatar img {
  width: 100%;
  height: 100%;
}

.badge-soft-primary {
  color: var(--primary-color) !important;
  background-color: RGB(236, 237, 247) !important;
}

.doctor-dash table .avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.8rem;
}

.doctor-dash table .avatar-md img {
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
}

.doctor-dash table .actn-btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.doctor-dash table th,
.doctor-dash table td {
  vertical-align: middle;
  text-wrap: nowrap;
}

.doctor-dash table td {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  padding: 15px 10px;
}

.doctor-dash .apoint-id {
  width: max-content;
  margin-bottom: 20px;
  font-size: 22px;
  background: #2c438a;
  padding: 4px 20px;
  border-radius: 10px;
  font-weight: 500;
  color: #fff;
}

.doctor-dash .patient-top {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  width: 100%;
}

.doctor-dash .patient-top .patient-img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 8px;
}

.doctor-dash .patient-top .patient-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.doctor-dash .patient-box {
	width: 100%;
	height: calc(100% - 20px);
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #ebebeb;
	border-radius: 8px;
}

.doctor-dash .patient-box .info-bx {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.doctor-dash .patient-box .info-bx img {
  width: 60px;
  min-width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}
.doctor-dash .patient-box .info-bx h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
}

.doctor-dash .patient-box .info-bx p {
  font-size: 14px;
  line-height: 26px;
  color: #444;
  margin: 0;
}

.doctor-dash .patient-box .read-more {
  font-size: 14px;
  line-height: 26px;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.doctor-dash .custom-tabs {
  border: 0 !important;
  margin-bottom: 25px;
  gap: 10px;
  flex-wrap: wrap;
}

.doctor-dash .custom-tabs .nav-link {
    border: none;
    color: var(--primary-color);
    padding: 10px 16px;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
}

.doctor-dash .custom-tabs .nav-link.active {
  background-color: var(--primary-color);
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.doctor-dash .custom-radio-group {
  display: flex;
  gap: 20px;
  margin-top: 8px;
}

.doctor-dash .custom-radio-group label {
  font-weight: 500;
}

.doctor-dash .profile-preview {
  width: 96px;
  height: 96px;
  background-color: #e9ecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.doctor-dash .btn-upload {
  display: inline-block;
  background-color: var(--primary-color);
  color: #fff;
  padding: 6px 16px;
  border-radius: 4px;
  cursor: pointer;
}

.doctor-dash .text-note {
  font-size: 12px;
  color: #444;
}

.doctor-dash .doc-bx img {
  width: 100%;
  height: 250px;
  min-height: 250px;
  object-fit: cover;
  border-radius: 8px;
}
/* =============== DOCTOR INNER CSS ENDS HERE =============== */

/* =============== RESPONSIVE CSS STARTS HERE =============== */
.header-rt-card .mobile-profile {
  width: 50px;
  height: 50px;
  min-width: 50px;
  overflow: hidden;
  border-radius: 50%;
}

.header-rt-card .mobile-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.side-bar-links {
  height: calc(100vh - 182px);
}

.side-link-list {
  padding: 0;
}

.side-link-list li {
  border-bottom: 1px solid #ececec;
}

.side-link-list li a {
  padding: 12px 14px;
  display: flex;
  font-size: 18px;
  color: #222;
  align-items: center;
  width: 100%;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.side-link-list li a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-size: 24px;
  color: var(--primary-color);
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}

.nav-mobile .offcanvas-header {
  border-bottom: 1px solid #ccc;
  background: #f4f4f4;
}

.sider-card {
  background: var(--primary-color);
  padding: 20px 15px;
  position: relative;
}

.side-profile-card {
  display: flex;
  align-items: center;
}

.profile-img {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #fff;
  display: inline-block;
  margin-right: 15px;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-profile-dis p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
}

.side-profile-dis h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.sider-card .btn-close {
  position: absolute;
  right: 20px;
  filter: brightness(0) invert(1);
  opacity: 1;
}

.user-mobile .dashboard_menu {
  border-radius: 0;
}

@media (max-width: 991px) {
  .header-logo {
    font-size: 13px;
  }
  .dashboard_menu.user-inr-menu {
    display: none;
  }
}

@media (max-width: 767px) {
  .inner-banner {
    min-height: 150px;
  }

  .inner-banner h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .doctor-dash .doc-bx img {
    width: 100%;
    height: 150px;
    min-height: 150px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .doctor-dash .patient-box .info-bx {
    flex-wrap: wrap;
  }

  .db_head {
    flex-wrap: wrap;
    gap: 15px;
  }

  .doctor-dash .patient-top {
    flex-wrap: wrap;
    gap: 15px;
  }
}

/* =============== RESPONSIVE CSS ENDS HERE =============== */
