.pc-header .header-wrapper { background-color: #0000000d; }

/* Logo */
.logo {
  max-width: 200px;
  margin-left: 15px;
}


/* Form controls */
.form-control-csm {
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.575rem 0.7rem;
  font-size: 0.765625rem;
  border-radius: 6px;
}

/* Avatar */
.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.avatar-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.avatar-fallback {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  background: #e5e7eb;
  color: #374151;
  user-select: none;
  text-transform: uppercase;
}

/* User upload avatar */
.user-upload {
  position: relative;
  display: inline-block;
}
.user-upload img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
.img-avtar-upload {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background: rgba(0,0,0,.65);
  color: #fff;
  padding: 6px 10px;
  border-radius: 9999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Avatar preview */
.avatar-preview img {
  width: 100%;
}

/* Code editor (CodeMirror) */
.CodeMirror,
.CodeMirror-scroll {
  height: 550px !important;
  min-height: 550px !important;
  max-height: 550px !important;
}

/* Card hover effect */
#catList .card:hover {
  box-shadow: var(--bs-box-shadow-sm) !important;
  transition: box-shadow 0.2s ease-in-out;
  cursor: pointer;
}

/* Chart container */
.chart-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Fullscreen overlay */
#popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7); /* Dim background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#popupOverlay img {
  max-width: 90%;
  max-height: 90%;
  border: none;
  box-shadow: 0 8px 25px rgba(0,0,0,0.6); /* Nice shadow */
  border-radius: 8px; /* Optional: rounded corners */
}

.datatable-table.dataTable[class*=table-] thead th, .table.dataTable[class*=table-] thead th {
    background: #5e0001;
    color: whitesmoke;
}

html {
  font-family: Inter, sans-serif; /* 4 */
  font-size: 17px;
}




/* .pc-user-card2 { */
  /* border-radius: 8px; */
/* } */

/* .pc-user-card2 .card-body { */
  /* padding: 0.8rem 1rem; /* smaller padding inside */ */
/* } */

/* .avatar-img2 { */
  /* width: 48px;   /* smaller profile image */ */
  /* height: 48px; */
  /* border-radius: 50%; */
  /* object-fit: cover; */
/* } */

/* .pc-user-card2 h6 { */
  /* font-size: 0.85rem;  /* smaller name font */ */
  /* margin-bottom: 0.1rem; */
/* } */

/* .pc-user-card2 small { */
  /* font-size: 0.75rem;   /* smaller role text */ */
  /* color: #6c757d; */
/* } */

/* .collapse.mt-2 { */
  /* margin-top: 0.5rem !important; /* reduce spacing between rows */ */
/* } */

/*    custom card */
.pc-user-card2 {
  margin-top: 90px;
  border-radius: 8px;
  height: 70px;
}

.pc-user-card2 .card-body {
  padding: 0.8rem 1rem; /* smaller padding inside */
}

.avatar-img2 {
  width: 100px;   /* smaller profile image */
  height: 100px;
  border-radius: 50%;
  margin-top: -60px;
  object-fit: cover;
  /* border-style: solid; */
  border: 4px solid #c0960073 !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2); /* X Y Blur Color */
}

.pc-user-card2 h6 {
  font-size: 0.85rem;  /* smaller name font */
  margin-bottom: 0.1rem;
}

.pc-user-card2 small {
  font-size: 0.75rem;   /* smaller role text */
  color: #6c757d;
}

.collapse.mt-2 {
  margin-top: 0.5rem !important; /* reduce spacing between rows */
}

h6.mb-0 {
    margin-top: 0px;
    /* font-size: 18px; */
}

.col-sm-3 {
    margin-top: 30px;
}

.card {}

/* .pc-component button { */
    /* font-size: 12px; */
    /* padding-top: 8px; */
    /* padding-bottom: 8px; */
    /* margin-right: 10px; */
/* } */





.single_advisor_profile {
    position: relative;
    margin-bottom: 50px;
    max-width: 260px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 1;
    border-radius: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
}
.single_advisor_profile .advisor_thumb {
    contain-intrinsic-block-size: auto 100px;
    position: relative;
    z-index: 1;
    border-radius: 20px 20px 0 0;
    margin: 0 auto;
    padding: 0px 6px 0px 10px;
    background-color: #e4e4e4;
    overflow: hidden;
    height: 230px;
}
.single_advisor_profile .advisor_thumb img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single_advisor_profile .advisor_thumb::after {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 150%;
    height: 80px;
    bottom: -45px;
    left: -25%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
@media only screen and (max-width: 575px) {
    .single_advisor_profile .advisor_thumb::after {
        height: 160px;
        bottom: -90px;
    }
}
.single_advisor_profile .advisor_thumb .social-info {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    right: 30px;
    text-align: right;
}
.single_advisor_profile .advisor_thumb .social-info a {
    font-size: 14px;
    color: #020710;
    padding: 0 5px;
}
.single_advisor_profile .advisor_thumb .social-info a:hover,
.single_advisor_profile .advisor_thumb .social-info a:focus {
    color: #3f43fd;
}
.single_advisor_profile .advisor_thumb .social-info a:last-child {
    padding-right: 0;
}
.single_advisor_profile .single_advisor_details_info {
	height: 130px;
    position: relative;
    z-index: 1;
    padding: 25px 10px 10px 0px;
    text-align: right;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 0 0 15px 15px;
    background-color: #ffffff;
}
.single_advisor_profile .single_advisor_details_info::after {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 3px;
    background-color: #dc2626;
    content: "";
    top: 12px;
    right: 30px;
}
.single_advisor_profile .single_advisor_details_info h6 {
    margin-bottom: 0.25rem;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_advisor_profile .single_advisor_details_info h6 {
        font-size: 14px;
    }
}
.single_advisor_profile .single_advisor_details_info p {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
    font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_advisor_profile .single_advisor_details_info p {
        font-size: 12px;
    }
}
.single_advisor_profile:hover .advisor_thumb::after,
.single_advisor_profile:focus .advisor_thumb::after {
    background-color: #000000;
}
.single_advisor_profile:hover .advisor_thumb .social-info a,
.single_advisor_profile:focus .advisor_thumb .social-info a {
    color: #ffffff;
}
.single_advisor_profile:hover .advisor_thumb .social-info a:hover,
.single_advisor_profile:hover .advisor_thumb .social-info a:focus,
.single_advisor_profile:focus .advisor_thumb .social-info a:hover,
.single_advisor_profile:focus .advisor_thumb .social-info a:focus {
    color: #ffffff;
}
.single_advisor_profile:hover .single_advisor_details_info,
.single_advisor_profile:focus .single_advisor_details_info {
    background-color: #000000;
}
.single_advisor_profile:hover .single_advisor_details_info::after,
.single_advisor_profile:focus .single_advisor_details_info::after {
    background-color: #ffffff;
}
.single_advisor_profile:hover .single_advisor_details_info h6,
.single_advisor_profile:focus .single_advisor_details_info h6 {
    color: #ffffff;
}
.single_advisor_profile:hover .single_advisor_details_info p,
.single_advisor_profile:focus .single_advisor_details_info p {
    color: #ffffff;
}

.pc-sidebar .pc-link {
    font-size: 12px;
}

div#card-container {
    margin-top: 10px;
}

.custom-pagination {
  display:flex; justify-content:center; gap:8px;
}
.custom-pagination button {
  width:10px; height:10px; border-radius:75%;
  border:none; background:#cfcfcf; cursor:pointer;
  transition:transform .2s, background .2s;
}
.custom-pagination button.active { background:#333; transform:scale(1.15); }
.custom-pagination button:focus { outline:2px solid #666; }

#docCard {
	margin-top: 10px;
}

.slides2, .slides3 {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;  
}




  /* Lane height */
  #logo-splide {  }
  @media (max-width: 576px){ #logo-splide { height: 80px; } }

  /* Align slides */
  #logo-splide .splide__list { align-items: center; }
  #logo-splide .splide__slide { display:flex; align-items:center; justify-content:center; padding:8px 12px; box-sizing:border-box; }

  /* Uniform logo box so different ratios align */
  .logo-box {
    display:flex; align-items:center; justify-content:center;
  }
  .logo-box img {
    max-width:170px; max-height:100%; object-fit:contain; display:block;
    transition: filter .2s;
  }
  .logo-box img:hover { filter: none; }

div#pi_panel {
    padding: 0;
}

.btnServ {
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius:14px;
	border:3px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:11px 33px;
	text-decoration:none;
	text-shadow:0px 1px 1px #5b8a3c;
}
.btnServ:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.btnServ:active {
	position:relative;
	top:1px;
}



.btnNR {
  --😀: #644dff;
  --😀😀: #4836bb;
  cursor: pointer;
  width: 195px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 1rem; */
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  background: var(--😀);
  border: 2px solid var(--😀😀);
  border-radius: 100.75rem;
  box-shadow: 0 4px 0 var(--😀😀);
  transform: skew(-10deg);
  transition: all .1s ease;
  filter: drop-shadow(0 15px 20px var(--😀😀😀));
}
.btnNR:active {
  letter-spacing: 0px;
  transform: skew(-10deg) translateY(8px);
  box-shadow: 0 0 0 var(--😀😀😀);
}
        
		/* From Uiverse.io by mobinkakei */ 
.cta {
  display: flex;
  padding: 11px 33px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  background: #6225e6;
  transition: 1s;
  box-shadow: 6px 6px 0 black;
  transform: skewX(-15deg);
  border: none;
  cursor: pointer;
}

.cta:focus {
  outline: none;
}

.cta:hover {
  transition: 0.5s;
  box-shadow: 10px 10px 0 #fbc638;
}

.cta .second {
  transition: 0.5s;
  margin-right: 0px;
}

.cta:hover .second {
  transition: 0.5s;
  margin-right: 45px;
}

.span {
  transform: skewX(15deg);
}

.second {
  width: 20px;
  margin-left: 30px;
  position: relative;
  top: 12%;
}

.one {
  transition: 0.4s;
  transform: translateX(-60%);
}

.two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.cta:hover .three {
  animation: color_anim 1s infinite 0.2s;
}

.cta:hover .one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.cta:hover .two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: #fbc638;
  }

  100% {
    fill: white;
  }
}
/* Fullscreen overlay container for the logo */
.m-header2 {
  position: fixed;        /* keeps at top while scrolling */
  top: 10px;              /* adjust spacing from top */
  left: 50%;              /* anchor at middle */
  transform: translateX(-50%); /* true centering */
  z-index: 1040;        /* above all layers */
  display: flex;
  justify-content: center;
}

#logoLayer {
  display: flex;
  align-items: center;     /* vertical alignment */
  gap: 10px;               /* space between logos */
  pointer-events: auto;    /* clickable */
}

#logoLayer img {
  max-height: 50px;        /* control size */
  height: auto;
  width: auto;
}

/* From Uiverse.io by BHARGAVPATEL1244 */ 
.btnNR2 {
 outline: none;
 cursor: pointer;
 border: none;
 padding: 0.9rem 2rem;
 margin: 0;
 font-family: inherit;
 font-size: inherit;
 position: relative;
 display: inline-block;
 letter-spacing: 0.05rem;
 font-weight: 700;
 font-size: 17px;
 border-radius: 500px;
 overflow: hidden;
 background: #66ff66;
 color: ghostwhite;
}

.btnNR2 span {
 position: relative;
 z-index: 10;
 transition: color 0.4s;
}

.btnNR2:hover span {
 color: black;
}

.btnNR2::before,
.btnNR2::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
}

.btnNR2::before {
 content: "";
 background: #000;
 width: 120%;
 left: -10%;
 transform: skew(30deg);
 transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.btnNR2:hover::before {
 transform: translate3d(100%, 0, 0);
}


.myButton {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    background-color: #f9f9f9;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    margin-bottom: 5px;
    margin-right: 2px;
}
.myButton:hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}
.myButton:active {
	position:relative;
	top:1px;
}

.btnC {
	font-size: 13px;
}
        
		
		/* Slider 1: full parent width */
			.slider {
			  position: relative;
			  width: 100%;
			  height: 170px;
			  margin: 20px 0;
			  overflow: hidden;
			  margin-top: -10px;
			}

			/* Row container for slider2 + slider3 */
		.slider-row {
			  display: flex;
			  flex-wrap: wrap;     /* allow wrapping on small screens */
			  gap: 20px;           /* spacing between panels */
			}

			.slider-row .panel {
			  flex: 0 0 280px;     /* fixed width panels */
			  height: 275px;       /* fixed height (optional) */
			  border: 1px solid #ddd;
			  border-radius: 8px;
			  background: #fff;
			  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
			  overflow: hidden;
			}

			/* Slider 2: 50% width */
			.slider2 {
			  position: relative;
			  overflow: hidden;
			  border-radius: 8px;
			}

			/* Slider 3: 30% width */
			.slider3 {
			  position: relative;
			  overflow: hidden;
			  border-radius: 8px;
			}

			/* Images */
			.slides img, .slides2 img, .slides3 img {
			  width: 100%;
			  height: 100%;
			  display: none;
			  object-fit: cover;
			}
			.slides img.active, .slides2 img.active, .slides3 img.active {
			  display: block;
			  animation: fade 1s;
			}

			@keyframes fade { from {opacity:.4} to {opacity:1} }

			/* Controls */
			.controls, .controls2, .controls3 {
			  position: absolute;
			  top: 50%; left: 0; right: 0;
			  display: flex; justify-content: space-between;
			  transform: translateY(-50%);
			  z-index: 2;
			  pointer-events: none;
			}
			.controls span, .controls2 span, .controls3 span {
			  color: #fff;
			  padding: 8px 14px;
			  user-select: none;
			  transition: .3s;
			  pointer-events: auto;
			  cursor: pointer;
			}
			.controls span:hover, .controls2 span:hover, .controls3 span:hover {
			  background: rgba(0,0,0,0.8);
			}

			/* Responsive: stack on small screens */
			@media (max-width: 768px) {
			  .slider-row { flex-direction: column; }
			  .slider2, .slider3 { width: 100%; }
			}


						
				
					/* Keep whatever fixed layout your theme uses; DO NOT reset position */
					.pc-sidebar {
					  /* don't set position here—your theme likely sets position:fixed already */
					  background-image: url("/assets/images/team-bg-shape.png");
					  background-color: #d6e3e7;
					  background-size: cover;
					  background-position: center;
					  background-repeat: no-repeat;
					}
				
					/* Readability overlay (optional) */
					.pc-sidebar::before {
					  content: "";
					  position: absolute;       /* works with fixed or relative parent */
					  inset: 0;
					  background: rgba(0,0,0,0.35);
					  pointer-events: none;      /* don't block clicks */
					  z-index: 0;
					}

					/* Keep the menu content above the overlay */
					.pc-sidebar .navbar-wrapper,
					.pc-sidebar .navbar-content,
					.pc-sidebar .pc-user-card,
					.pc-sidebar .pc-navbar {
					  position: relative;
					  z-index: 1;
					}
					
					.bg-pending {
					  background: url('assets/images/navbar_menu.jpg');
					  border-radius: 8px; /* optional, follow card shape */
					  background-size: cover;
					  position: relative;
					  overflow: hidden;
					  height: 100px;
					}
					
					footer.pc-footer {
						margin-top: -10px;
					}
					

			.newR img {
				border-radius: 12px; /* take radius from parent */
				width: 356px;
				height: 60px;
				margin-bottom: 20px;
			}
.chat-avtar img {
  border: 2px solid #e3d6d6b0;   /* 1px gold border */
  border-radius: 50%;       /* keep it circular if your img-radius makes it round */
  padding: 1px;             /* optional: adds spacing inside border */
  width: 67px;
}

.btnNR {
    --😀: #d93636;
    --😀😀: #36353d;
}


p.tstamp.text-muted.mb-1 {
    font-size:11px;
    margin-top: -5px;
}

body.doctor-directory {
    background-color: #f4f4f4;
}

:root{
  --sb-size: 8px;
  --sb-radius: 999px;

  /* Brand maroon */
  --sb-thumb: #800000;
  --sb-thumb-hover: #a31f1f;

  /* Neutral track */
  --sb-track: rgba(0,0,0,.08);
}

@media (prefers-color-scheme: dark){
  :root{
    --sb-track: rgba(255,255,255,.10);
  }
}

html{
  scrollbar-gutter: stable;
}

/* Firefox */
*{
  scrollbar-width: thin;
  scrollbar-color: var(--sb-thumb) var(--sb-track);
}

/* Chrome/Edge/Safari */
*::-webkit-scrollbar{
  width: var(--sb-size);
  height: var(--sb-size);
}

*::-webkit-scrollbar-track{
  background: var(--sb-track);
  border-radius: var(--sb-radius);
}

*::-webkit-scrollbar-thumb{
  background: var(--sb-thumb);
  border-radius: var(--sb-radius);
  border: 2px solid transparent;
  background-clip: content-box;
  transition: background 0.2s ease;
}

*::-webkit-scrollbar-thumb:hover{
  background: var(--sb-thumb-hover);
}
