:root {
  --dark-color: #000000;
  --primary-color: #cc5033;
  --white-color: #ffffff;
  --light-color: #cdd6dc;
  --danger-color: #ff5a39;
  --success-color: #0ebb13;
  --warning-color: #eebb30;
  --secondary-color: #f3f6f9;
  --light-danger-color: #ff5a3942;
  --light-success-color: #0ebb144e;
  --light-primary-color: #cc4f3369;
  --light-warning-color: #eebb3049;
  --bs-highlight-color: #272727;
  --light-highlight-color: #929090aa;
  --light-dark-color: #1a1a1a;
  --light-dark-color-2: #1a1a1a79;
  --bs-box-shadow: 0 0.5rem 1rem rgba(15, 17, 21, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(15, 17, 21, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(15, 17, 21, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(15, 17, 21, 0.075);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Nunito Sans, sans-serif;
}

body {
  background-color: var(--light-dark-color-2);
  font-family: Nunito Sans, sans-serif;
}

a {
  text-decoration: none;
}

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

.text-primary {
  color: var(--primary-color) !important;
}

.header {
  height: 50px;
  display: flex;
  align-items: center;
  background-color: var(--light-dark-color);
  border-bottom: 1px solid var(--light-highlight-color);
}

.user-profile .name {
  margin-bottom: 0;
  line-height: 0.2;
  font-size: 12px;
}

.user-profile .email {
  font-size: 10px;
}

.user-profile .profile-dropdown {
  height: 40px;
  padding: 0px 15px;
  margin-top: 0px;
  border-radius: 0.5rem;
  background-color: var(--primary-color);
}

.user-profile .user {
  border: 4px solid var(--white-color);
}

.form-control {
  height: 40px;
  font-weight: 600;
  color: var(--dark-color);
  background-color: var();
}

.form-control::placeholder {
  font-weight: 600;
  color: var(--bs-highlight-color);
}

.form-control:focus {
  background-color: var(--white-color);
  box-shadow: 0 0.125rem 0.25rem var(--dark-color);
  border: 1px solid var(--light-highlight-color);
}

.toggle-btn {
  width: 40px;
  height: 40px;
  border-radius: 0.2rem;
  background-color: var(--white-color);
  border: 1px solid var(--light-highlight-color);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.toggle-btn i {
  font-size: 1.5rem;
}

.logo-text {
  font-size: 1rem;
  font-weight: 600;
  color: var(--white-color);
}

.side-bar {
  width: 18%;
  flex: 0 0 auto;
  overflow: hidden;
  height: calc(100vh - 50px);
  transition: all 0.3s ease-in-out;
  background-color: var(--light-dark-color);
}

.sidebar-profile {
  padding: 10px 5px;
  border-bottom: 1px solid var(--light-highlight-color);
}

.sidebar-profile .user-profile .user {
  width: 50px;
  height: 50px;
  border-color: var(--light-highlight-color);
}

.sidebar-profile .user-profile .name {
  font-size: 16px;
  color: var(--white-color);
}

.sidebar-profile .user-profile .email {
  font-size: 14px;
  color: var(--white-color);
}

.sidebar-body {
  height: calc(100vh - 122px);
  overflow-y: auto;
  padding: 8px 0px;
}

.sidebar-items {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  color: var(--white-color);
  position: relative;
  padding: 0 15px;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.sidebar-items:hover {
  color: var(--primary-color);
}

.sidebar-items .icon {
  width: 25px;
  height: 40px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.sidebar-items .icon i {
  font-size: 24px;
}

.sidebar-items.active {
  color: var(--primary-color);
  background-color: #cc4f3320;
}

.sidebar-items.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--primary-color);
}

.side-bar.active {
  width: 4%;
}

.side-bar.active .sidebar-body {
  overflow-x: hidden;
}

.side-bar.active::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.side-bar.active .sidebar-items .icon {
  width: 65px;
}

.user-profile .dropdown-toggle::after {
  color: var(--white-color);
}

.content-part {
  width: 82%;
  flex: 0 0 auto;
  overflow-y: auto;
  padding: 12px 15px;
  height: calc(100vh - 50px);
  transition: all 0.3s ease-in-out;
}

.content-part.active {
  width: 95%;
}

.statics-wrapper .statics-card {
  width: 100%;
  box-shadow: 0px 2px 6px var(--dark-color);
  border-radius: 0.25rem;
  padding: 12px 15px;
  border: 0 ;
  background-color: var(--light-dark-color) !important;
}
.shadow{
  box-shadow: 0px 2px 6px var(--dark-color) !important;
}

.statics-wrapper .statics-card .statics-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--white-color);
  background-color: var(--dark-color);
  box-shadow: 0px 2px 6px var(--white-color);
  border: 0;
  position: relative;
}

.statics-wrapper .statics-card .statics-icon i {
  font-size: 25px;
}

.statics-wrapper .statics-card .statics-icon .download {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.statics-wrapper .statics-card .statics-icon .download i {
  font-size: 14px;
}

.statics-wrapper .statics-card .statics-heading h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 0.4;
  margin-top: 15px;
  text-align: end;
  color: var(--white-color);
}

.statics-wrapper .statics-card .statics-heading p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--white-color);
}

.statics-wrapper .statics-card .review-percentage p {
  margin-bottom: 0;
}

.Doctor-dash {
  position: relative;
}

.Doctor-dash-bg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.Doctor-dash {
  padding: 2rem 2rem;
  box-shadow: 0px 2px 6px var(--dark-color);
}

.Doctor-dash h1 {
  font-size: 3.75rem;
  font-weight: 700;
}

.Doctor-dash h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.card {
  border: 0 ;
  box-shadow: 0px 2px 6px var(--bs-highlight-color);
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--light-dark-color);
}

.card-header h2 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--white-color);
}

.card-header .dropdown button.btn {
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.card-body {
  padding: 12px 15px;
  background-color: var(--light-dark-color);
}

.card-footer {
  background-color: var(--light-dark-color);
}

.user {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid var(--white-color);
  box-shadow: 0px 2px 6px var(--dark-color);
}
.user-lg {
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid var(--white-color);
  box-shadow: 0px 2px 6px var(--dark-color);
}

.user img,
.user-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.table-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.table-icon:hover {
  opacity: 60%;
  transform: scale(0.9);
}

.table-icon i {
  font-size: 18px;
  color: var(--white-color);
}

.table thead tr th {
  font-size: 14px;
}

.table tbody tr td {
  font-size: 14px;
}

.table thead tr th:last-child {
  text-align: end;
}

/* Login */
.login-body {
  background-color: var(--primary-color) !important;
}

.btn-primary {
  background: var(--primary-color) !important;
  transition: all 0.3s ease;
  border-color: var(--primary-color) !important;
}

.btn-primary:focus-visible,
.btn-primary:focus-visible:hover {
  background-color: var(--primary-color) !important;
}

.btn-primary:hover {
  transform: translateY(-2px);
  background-color: var(--primary-color);
  opacity: 60%;
  border-color: var(--primary-color) !important;
  box-shadow: 0 10px 20px -5px var(--primary-color) !important;
}

.card.login-card {
  background-color: var(--dark-color);
  transition: all 0.3s ease;
  border: 1px solid var(--dark-3);
  max-width: 400px;
}

.card:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  background-color: rgba(99, 102, 241, 0.1);
  color: var(--primary);
}

/* Login */
.pagination {
  margin-bottom: 0;
  gap: 10px;
}

.pagination .page-item .page-link {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  border-radius: 0.5rem;
  color: var(--primary-color);
}

.pagination .page-item .page-link:hover {
  color: var(--white-color);
  background-color: var(--dark-color);
}

.table thead tr th,
.table tbody tr td {
  color: var(--white-color);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 0.5rem;
  background-color: var(--white-color);
}

::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: var(--light-dark-color-2);
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.form-label {
  color: var(--white-color);
  line-height: 0.5;
}

.form-group {
  margin-bottom: 20px;
}

.profile-wrapper {
  position: relative;
}

.profile-bg {
  height: 130px;
  width: 100%;
  position: relative;
}

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

.profile-wrapper .profile-user {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-top: -50px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  border: 10px solid var(--primary-color);
  box-shadow: rgba(250, 250, 251, 0.25) 0px 6px 12px -2px,
    rgba(251, 251, 251, 0.3) 0px 3px 7px -3px;
}

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

.profile-info h1 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--white-color);
  text-transform: capitalize;
}

.profile-info p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--white-color);
}

.profile-h {
  color: var(--white-color);
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}

.profile-p {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--light-color);
  margin-bottom: 0;
}

.nav.nav-pills button {
  color: var(--primary-color);
}

.nav.nav-pills button.active {
  color: var(--white-color);
  background-color: var(--primary-color);
}

.chats .chats-body {
  height: 200px;
  overflow-y: auto;
  margin-bottom: 2rem;
}

.chats .chats-body .user-chat,
.chats .chats-body .my-chat {
  padding: 8px 10px;
  font-size: 0.75rem;
  border-radius: 0.5rem;
  color: var(--white-color);
  width: 40%;
  background-color: var(--primary-color);
  margin-bottom: 0;
}

.chats {
  padding: 10px;
  box-shadow: var;
  border: 1px solid var(--primary-color);
}

.chats .chats-body .my-chat {
  margin-left: auto;
  background-color: var(--light-primary-color);
}

.chats .chats-footer {
  height: 60px;
  line-height: 60px;
  position: relative;
}

.chats .chats-footer .form-control {
  height: 50px;
  padding-right: 60px;
}

.chats .chats-footer .send-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 0;
  margin-right: 10px;
  right: 0;
  color: var(--white-color);
  border: 0;
  border-radius: 0.5rem;
  background-color: var(--primary-color);
  box-shadow: 0px 2px 6px var(--white-color);
}

.nav.nav-tabs .nav-item .nav-link {
  border: 0;
  color: var(--white-color);
  background-color: transparent;
}

.nav.nav-tabs .nav-item .nav-link.active {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

.modal-title {
  color: var(--white-color) !important;
}

/* Light Theme and dark Theme */

.theme-toggle {
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-toggle:focus {
  outline: none;
}

.theme-toggle i {
  position: absolute;
  font-size: 24px;
  transition: all 200ms ease;
}

#light {
  color: var(--primary-color);
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

#dark {
  color: #b0b0b0;
  opacity: 0;
  transform: translateY(-20px) rotate(90deg);
}

.light-theme #light {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

.light-theme #dark {
  opacity: 0;
  transform: translateY(-20px) rotate(90deg);
}

.dark-theme #light {
  opacity: 0;
  transform: translateY(20px) rotate(180deg);
}

.dark-theme #dark {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

.content {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
}

h2,
p {
  color: var(--white-color);
}

body.light-theme {
  background-color: var(--light-color);
}

body.light-theme .side-bar {
  background-color: var(--primary-color);
}

body.light-theme .header {
  background-color: var(--white-color);
}

body.light-theme .header .search-input .form-control {
  background-color: var(--light-color);
}

body.light-theme .header .logo-text {
  color: var(--dark-color);
}

body.light-theme .statics-wrapper .statics-card {
  background-color: var(--white-color) !important;
}

body.light-theme .statics-wrapper .statics-card .statics-heading h2 {
  color: var(--primary-color);
}

body.light-theme .statics-wrapper .statics-card .statics-heading p {
  color: var(--dark-color);
}

body.light-theme .card,
body.light-theme .card-body,
body.light-theme .card-header,
body.light-theme .card-footer {
  background-color: var(--white-color);
}

body.light-theme .table thead tr th,
body.light-theme .table tbody tr td {
  color: var(--dark-color);
}

body.light-theme .sidebar-items.active {
  color: var(--primary-color);
  background-color: #0000006b;
}

body.light-theme .sidebar-items.active::after {
  background-color: var(--dark-color);
  width: 8px;
}

body.light-theme .sidebar-items:hover {
  color: var(--dark-color);
}

body.light-theme .nav.nav-tabs .nav-item .nav-link,
body.light-theme .card-header h2 {
  color: var(--dark-color);
}

body.light-theme .card-header .dropdown button.btn {
  color: var(--dark-color);
  background-color: var(--light-color);
}

.dropdown-menu.show {
  background-color: var(--white-color);
  z-index: 1050 !important;
}

body.light-theme .profile-h {
  color: var(--dark-color);
}

body.light-theme .profile-p {
  color: var(--bs-highlight-color);
}

body.light-theme .form-check-label.text-light {
  color: var(--dark-color) !important;
}

body.light-theme .form-label {
  color: var(--dark);
}

body.light-theme .profile-info h1,
body.light-theme .profile-info p {
  color: var(--dark-color) !important;
}

body.light-theme h2,
body.light-theme p {
  color: var(--dark-color);
}

/* Light Theme and dark Theme */
.user-avatar {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  border: 5px solid var(--primary-color);
}

.user-name {
  text-align: center;
  margin-top: 5px;
  font-weight: 500;
  font-size: 12px;
  color: var(--primary-color);
  /* white for dark bg */
}

.img-cases {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.change-document {
  transition: all 0.3s ease-in-out;
  position: relative;
}

.change-document .file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.change-document:hover::after {
  content: "Change Document";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  text-align: center;
  display: flex;
  z-index: 1;
  justify-content: center;
  background-color: #0000008d;
}

/* textarea.form-control {
    min-height: 100% !important;
} */
.checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: var(--primary-color);
}

.statics-card.statics-big {
  padding: 1.25rem 1rem;
}
.statics-card.statics-big .statics-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.statics-card.statics-big .statics-icon i {
  font-size: 42px;
}

.statics-card.statics-big .statics-heading h2{
  font-size: 24px;
}
.statics-wrapper .statics-card.statics-big .statics-heading p{
  text-align: right;
  font-size: 16px;
}
.custom-col{
  width: 20%;
  flex: 0 0 auto;
}
.post-img{
  height: 100px;
}
.post-img{
  height: 120px;
}
.post-img img{
  object-fit: cover !important;
}
.fs-6{
  font-size: 6px;
}
.fs-8{
  font-size: 8px;
}
.fs-12{
  font-size: 12px;
}
.fs-10{
  font-size: 10px;
}