@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

@font-face {
  font-family: 'Framework7 Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Framework7Icons-Regular.eot");
  src: url("../../fonts/Framework7Icons-Regular.woff2") format("woff2"),
       url("../../fonts/Framework7Icons-Regular.woff") format("woff"),
       url("../../fonts/Framework7Icons-Regular.ttf") format("truetype");
}

.f7-icons {
  font-family: 'Framework7 Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
  text-align: center;
}

.demo-list-icon, .icon-f7 {
  background: #ccc;
  display: block;
  position: relative;
}
.theme-dark .demo-list-icon {
  background-color: #555;
}
.icon-f7 {
  background: url(../img/f7-icon.png) no-repeat center;
  background-size: cover;
}
.icon-vi {
  background: url(../img/vi-icon.png) no-repeat center;
  background-size: cover;
}

.ios .demo-list-icon, .ios .icon-f7, .ios .icon-vi {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  box-sizing: border-box;
}
.md .demo-list-icon, .md .icon-f7, .md .icon-vi {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.aurora .demo-list-icon, .aurora .icon-f7, .aurora .icon-vi {
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

/* Lazy Demo */
img.demo-lazy {
  display: block;
  width: 100%;
  height: auto;
}
div.demo-lazy {
  background: #aaa;
  -webkit-background-size: cover;
  background-size: cover;
  height: 300px;
  height: 60vw;
}

/* FAB Morph */
.demo-fab-sheet {
  position: absolute;
  left: 16px;
  bottom: 80px;
  width: 140px;
  background: #fff;
  box-shadow: 0px 3px 30px rgba(0,0,0,0.4);
  border-radius: 5px;
  z-index: 1600;
  margin: 0 !important;
}
.ios .demo-fab-sheet {
  bottom: 15px;
}
.md .demo-fab-sheet {
  bottom: 16px;
}
.demo-fab-fullscreen-sheet {
  position: absolute;
  left: 10px;
  right: 10px;
  top: calc(64px + var(--f7-safe-area-top));
  bottom: 0;
  background: #fff;
  z-index: 1600;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 3px 30px rgba(0,0,0,0.4);
  overflow: hidden;
}
@media (min-width: 768px) {
  .demo-fab-fullscreen-sheet {
    left: 20%;
    width: 60%;
    right: auto;
    height: 80%;
    top: auto;
  }
}
.demo-fab-fullscreen-sheet .page {
  background: #fff;
}

/* Demo Messagebar */
.ios .messagebar:not(.messagebar-with-value):not(.messagebar-attachments-visible) a.demo-send-message-link {
  pointer-events: none;
  color: #8e8e8e;
}
.md .messagebar:not(.messagebar-with-value):not(.messagebar-attachments-visible) a.demo-send-message-link {
  pointer-events: none;
  opacity: 0.5;
}
/* Grid demo */
.grid-demo div[class*="col"] {
  background: #fff;
  text-align: center;
  color: #000;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 12px;
  margin-bottom: 15px;
}
.grid-resizable-demo {
  --f7-grid-row-gap: 16px;
}
.grid-resizable-demo div[class*="col"] {
  margin-bottom: 0;
}
.grid-resizable-demo .demo-col-center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-dark .grid-demo div[class*="col"] {
  background-color: #000;
  color: #fff;
  border-color: #444;
}
/* Cards Demo */
.demo-card-header-pic .card-header {
  height: 40vw;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.demo-card-header-pic .card-content-padding .date{
  color: #8e8e93;
}
.demo-facebook-card .card-header {
 
  padding: 10px;
}
.demo-facebook-card .demo-facebook-avatar {
margin-left:10px;
}
.demo-facebook-card .demo-facebook-name {
  /* margin-left: 25px; */
  font-size: 14px;
  font-weight: 500;
}
.demo-facebook-card .demo-facebook-date {
 /*  margin-left: 25px; */
  font-size: 13px;
  color: #8e8e93;
  font-weight: 400;
}
.demo-facebook-card .card-footer {
  background: hsl(240deg 2% 57% / 2%);
}
.theme-dark .demo-facebook-card .card-footer {
  background-color: transparent;
}
.demo-facebook-card .card-footer a {
  color: #81848b;
  font-weight: 500;
}
.demo-facebook-card .card-content img {
  display: block;
}
.demo-facebook-card .card-content-padding {
  padding: 15px 10px;
}
.demo-facebook-card .card-content-padding .likes {
  color: #8e8e93;
}
/* Panels Demo */
.panel {
  min-width: 150px;
  max-width: 90%;
}
.ios .panel-right.panel-in ~ .view-main:after,
.ios .panel-right.panel-out ~ .view-main:after,
.aurora .panel-right.panel-in ~ .view-main:after,
.aurora .panel-right.panel-out ~ .view-main:after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ddd;
  z-index: 1000;
}
.ios .theme-dark .panel-right.panel-in ~ .view-main:after,
.ios .theme-dark .panel-right.panel-out ~ .view-main:after,
.aurora .theme-dark .panel-right.panel-in ~ .view-main:after,
.aurora .theme-dark .panel-right.panel-out ~ .view-main:after {
  background: #282828;
}

.ios .panel-left:after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ddd;
  z-index: 1000;
}
.ios .theme-dark .panel-left:after {
  background: #282828;
}

/* Swipers Demo */
.demo-swiper {
  width: 100%;
  height: 100%;
}
.demo-swiper .swiper-slide,
.demo-swiper-multiple .swiper-slide {
  font-size: 25px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  color: #000;
}
.demo-swiper-multiple .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
}
.demo-swiper-multiple {
  margin: 0px 0 35px;
  font-size: 18px;
  height: 120px;
}
.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide {
  width: 85%;
}
.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide:nth-child(2n) {
  width: 70%;
}
.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide:nth-child(3n) {
  width: 30%;
}
.demo-swiper-custom {
  height: 100%;
}
.demo-swiper-custom .swiper-container {
  background: #000;
  height: 100%;
}
.demo-swiper-custom .swiper-slide {
  background-size: cover;
  background-position: center;
}
.demo-swiper-custom .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  border-radius: 0;
  transition: 200ms;
  position: relative;
  transform: scale(0.9);
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.demo-swiper-custom .swiper-pagination .swiper-pagination-bullet-active {
  z-index: 1;
  border: 1px solid #007aff;
  transform: scale(1.4);
}
.demo-swiper-cube {
  width: 80%;
  height: 70%;
  top: 15%;
}
.demo-swiper-coverflow {
  height: 60%;
  top: 20%;
}
.demo-swiper-coverflow .swiper-slide {
  width: 65%;
}
.demo-swiper-cube .swiper-slide,
.demo-swiper-coverflow .swiper-slide {
  background-size: cover;
  color: #fff;
  -webkit-backface-visibility: hidden;
}
.demo-swiper-fade .swiper-slide {
  background-size: cover;
  background-position: center;
}
.demo-swiper-gallery-top {
  height: 70%;
}
.demo-swiper-gallery-thumbs {
  margin-top: 10px;
  height: 20%;
  height: -webkit-calc(30% - 20px);
  height: -moz-calc(30% - 20px);
  height: -ms-calc(30% - 20px);
  height: calc(30% - 20px);
}
.demo-swiper-gallery-thumbs .swiper-slide-pic {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  transition: 300ms;
}
.demo-swiper-gallery-thumbs .swiper-slide-thumb-active .swiper-slide-pic  {
  opacity: 1;
}
.demo-swiper-gallery-top .swiper-slide,
.demo-swiper-gallery-thumbs .swiper-slide-pic {
  background-size: cover;
  background-position: center;
}
.demo-swiper-parallax {
  height: 100%;
}
.demo-swiper-parallax .swiper-parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.demo-swiper-parallax .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
  color: #fff;
}
.demo-swiper-parallax .swiper-slide-title {
  font-size: 41px;
  font-weight: 300;
}
.demo-swiper-parallax .swiper-slide-subtitle {
  font-size: 21px;
}
.demo-swiper-parallax .swiper-slide-text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}
.demo-swiper-lazy {
  height: 100%;
}
.demo-swiper-lazy .swiper-slide {
  position: relative;
}
.demo-swiper-lazy .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Icons Demo */
code {
  background: #f3f3f3;
  padding: 5px;
  font-size: 12px;
}
.theme-dark code {
  background: #000;
}
.demo-icon {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #333;
}
.theme-dark .demo-icon {
  color: #fff;
}
.demo-icon .demo-icon-name {
  margin-top: 5px;
  font-size: 11px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
}
.theme-dark .demo-icon .demo-icon-name {
  color: #aaa;
}

.elevation-demo {
  height: 100px;
  margin: 30px 10px;
  background: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 100px;
}
.theme-dark .elevation-demo {
  background: none;
}

/* Demo Color Themes */
.demo-theme-picker {
  cursor: pointer;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  box-sizing: border-box;
  position: relative;
}
.demo-theme-picker .checkbox {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.demo-color-picker-button {
  margin-bottom: 1em;
  text-transform: capitalize;
}
.demo-bars-picker {
  height: 200px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: var(--f7-page-bg-color);
  border: 1px solid rgba(255,255,255,0.2);
}
.demo-bars-picker .checkbox {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.demo-bars-picker .demo-navbar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  top: 0;
  border-bottom: 1px solid transparent;
}
.demo-bars-picker .demo-navbar:before {
  content: '';
  position: absolute;
  left: 10px;
  width: 20px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
}
.demo-bars-picker .demo-navbar:after {
  content: '';
  position: absolute;
  right: 10px;
  width: 20px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
}
.demo-bars-picker-empty .demo-navbar {
  background: #f7f7f8;
  border-color: rgba(0,0,0,0.1);
}
.theme-dark .demo-bars-picker-empty .demo-navbar {
  background: #1b1b1b;
  border-color: #282829;
}
.demo-bars-picker-empty .demo-navbar:before,
.demo-bars-picker-empty .demo-navbar:after {
  background: var(--f7-theme-color);
}
.demo-bars-picker-fill .demo-navbar {
  background: var(--f7-theme-color);
}
.demo-bars-picker-fill .demo-navbar:before,
.demo-bars-picker-fill .demo-navbar:after {
  background: #fff;
}
.data-table td.numeric-cell,.data-table td.label-cell{}
.mob-hidden{display:none;}
.desktop-hidden{display:block;}
@media (min-width: 576px) {
	.share-btns{display:none;}
	 .mob-btns{display:block;}
	 .mob-hidden{display:none;}
	 .desktop-hidden{display:block;}
	
	}

/* Demo Expandable Cards */
@media (min-width: 768px) {
	.mob-hidden{display:block;}
	.desktop-hidden{display:none;}
  .demo-expandable-cards {
    display: flex;
    flex-wrap: wrap;
  }
  .demo-expandable-cards .card {
    flex-shrink: 10;
    min-width: 0;
  }
  .mob-btns{display:none;}
  .share-btns{display:block;}
 
 .item-title{
	 font-weight: 500;
    font-size: 14px;}
	
 
}
@media (min-width: 768px) and (max-width: 1023px) {
  .demo-expandable-cards .card {
    width: calc((100% - var(--f7-card-expandable-margin-horizontal) * 3) / 2);
  }
  .demo-expandable-cards .card:nth-child(2),
  .demo-expandable-cards .card:nth-child(4) {
    margin-left: 0;
  }
  .demo-expandable-cards .card:nth-child(n + 3) {
    margin-top: 0;
  }
  .mob-btns{display:none;}
   .share-btns{display:block;}
   .mob-hidden{display:block;}
   .desktop-hidden{display:none;}
 
}
@media (min-width: 1024px) {
	.mob-hidden{display:block;}
	.desktop-hidden{display:none;}
  .demo-expandable-cards .card {
    width: calc((100% - var(--f7-card-expandable-margin-horizontal) * 5) / 4);
  }
  .demo-expandable-cards .card:nth-child(n + 2) {
    margin-left: 0;
  }
  .mob-btns{display:none;}
   .share-btns{display:block;}

}
.view-master-detail .navbar-master-detail-root .link.back,
.view-master-detail .page-master-detail-root .navbar .link.back {
  display: none;
}

/* Demo Popup & Sheet Swipe To Close */
.demo-popup-swipe-handler {
  --f7-popup-border-radius: 15px 15px 0 0;
  --f7-popup-tablet-border-radius: 15px;
  --f7-block-strong-border-color: transparent;
  height: calc(100% - var(--f7-navbar-height) - var(--f7-safe-area-top));
  top: calc(var(--f7-navbar-height) + var(--f7-safe-area-top))
}
.demo-popup-swipe-handler .swipe-handler {
  background: var(--f7-page-bg-color);
}
.demo-popup-swipe-handler .page-content {
  padding-top: 16px;
}
.demo-sheet-swipe-to-close,
.demo-sheet-swipe-to-step {
  --f7-sheet-border-color: transparent;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.demo-sheet-swipe-to-close .swipe-handler,
.demo-sheet-swipe-to-step .swipe-handler {
  background: none;
}
.swipe-handler {
  height: 16px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  background: #fff;
  cursor: pointer;
  z-index: 10;
}
.swipe-handler:after {
  content: '';
  width: 36px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -3px;
  border-radius: 3px;
  background: #666;
}

.page-home,
.page-about {
  --f7-list-border-color: transparent;
  --f7-block-strong-border-color: transparent;
  --f7-block-font-size: 16px;
}
:root:not(.theme-dark) .page-home,
:root:not(.theme-dark) .page-about {
  --f7-page-bg-color: #fff;
}




/* Invert navigation bars to fill style */
:root,
:root.theme-dark,
:root .theme-dark {
	--f7-theme-color:#5050cb;
  --f7-bars-bg-color: var(--f7-theme-color);
  --f7-bars-bg-color-rgb: var(--f7-theme-color-rgb);
  --f7-bars-translucent-opacity: 0.9;
  --f7-bars-text-color: #fff;
  --f7-bars-link-color: #fff;
  --f7-navbar-subtitle-text-color: rgba(255,255,255,0.85);
  --f7-bars-border-color: transparent;
  --f7-tabbar-link-active-color: #fff;
  --f7-tabbar-link-inactive-color: rgba(255,255,255,0.54);
  --f7-sheet-border-color: transparent;
  --f7-tabbar-link-active-border-color: #fff;
}
.appbar,
.navbar,
.toolbar,
.subnavbar,
.calendar-header,
.calendar-footer {
  --f7-touch-ripple-color: var(--f7-touch-ripple-white);
  --f7-link-highlight-color: var(--f7-link-highlight-white);
  --f7-button-text-color: #fff;
  --f7-button-pressed-bg-color: rgba(255,255,255,0.1);
}
.navbar-large-transparent {
  --f7-navbar-large-title-text-color: #000;

  --r: 103;
  --g: 58;
  --b: 183;
  --progress: var(--f7-navbar-large-collapse-progress);
  --f7-bars-link-color: rgb(
    calc(var(--r) + (255 - var(--r)) * var(--progress)),
    calc(var(--g) + (255 - var(--g)) * var(--progress)),
    calc(var(--b) + (255 - var(--b)) * var(--progress))
  );
}
.theme-dark .navbar-large-transparent {
  --f7-navbar-large-title-text-color: #fff;
}

/* Utility Classes */
.br-100{border-radius:100%;}
.bg-grey{background:#f5f5f5;}
.text-center {text-align: center;}
.capitalize{text-transform:capitalize;}
.font-600{font-weight:600}
.mb-5{margin-bottom:5px}
.border-0{border:none;}
.mt-0{margin-top:0px;}
.no-line:after { content: none !important;}
/* Utility Classes */
.mt-30{margin-top:30px;}
.card-header{font-size:16px;font-weight:600;color:#000;} 
.page-home,.patient-details,.visit-details{background: #f5f5f5 !important;}
.login-screen-1{background-color:#fff;padding:10px;max-width:480px;margin:auto;border-radius:4px;}
.login-screen-title{font-size:24px;color:#0e469f;}
.left-inner-menu{margin-top:0px;}
.user-name{font-weight:bold;color:#fff;font-size:16px;}
.user-email{color:#fff;font-size:12px;}
.menu-dp{
	margin:0px;padding:32px 16px;background-image: url('../img/bg1.png'); background-color: #0f46a1; background-repeat: no-repeat;background-size: auto;
	
}
.card-100{
	
	border: none;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
}
.box-icon1 {
    background-color: 
    #0e469f;
}
.box-icon2{
    background-color: 
    #ff9500;
}
.box-icon1, .box-icon2, .box-icon3, .box-icon4 {
    color: #fff;
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
} 
.menu-icon{font-size:28px;color:#fff;}
.box-text {
    font-size: 16px;
    margin-left: 10px;
    display: inline-block;
    color: 
    #3e5569;
}
.patient-image-placeholder{
	
	margin: auto;
    text-align: center;
    padding: 20px 0px;
}
.patient-image{border-radius:100%;}
.card-patient-image{border:none;box-shadow:none;background:none;}
#imgselect_container{padding:10px;}
.action-btns {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 20px;
}
}

.imgs-upload input{font-size:40px;}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	padding: 8px 12px;
	text-align:center;
}
.alert-succsss {

	color: #3c763d;
}
.alert-warning {
	color: #8a6d3b;

}
.alert-danger {
	color: #ff3b30;

}
.imgs-upload,.imgs-save,.imgs-cancel,.imgs-webcam{
	border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 40px;
	font-size:24px;
	margin-left:15px;
}

.imgs-upload{display:inline-block;}

.profile-header {
background: #5050cb;
    color: #fff;
    padding: 50px 15px;
    position: relative;
    top: -55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    filter: blur(15px);
    -webkit-filter: blur(8px);
}

.pro-img-box {
   background: transparent;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    width: 100px;
    position: absolute;
    /* top: -200px; */
    text-align: center;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  
}

.pro-img-box-desktop{
	 text-align: center;
	 padding:30px
	
}
.pro-img-box-desktop > img {
     background: transparent;
    border-radius: 100%;
    height: auto;
    width: 100%;
    border: 5px solid #ffffff4a;
}
.pro-img-upload-desktop {
	
margin-top:10px;
}
.pro-img-upload-desktop .icon{
	
	font-size: 24px;
    vertical-align: sub;
    margin-right: 5px;
	
}
.pro-img-box > img {
      background: transparent;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    border: 5px solid #ffffff4a;
}
.pro-img-upload {
	
background: rgba(33, 33, 33, 0.5) url(../img/upload-icon.png) no-repeat scroll center center / 16px auto;
    border: none;
    border-radius: 50%;
    height: 35px;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    background-color: rgb(80, 80, 203);
}
.cam-img-upload {
	
background: rgba(33, 33, 33, 0.5) url(../img/upload-icon.png) no-repeat scroll center center / 16px auto;
    border: none;
    border-radius: 50%;
    height: 28px;
    padding: 4px;
    position: absolute; 
    right: 0;
    top: 5px;
    width: 28px;
    background-color: rgb(80, 80, 203);
}

.pro-img-upload input.upload {
    cursor: pointer;
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 5px;
    position: absolute;
    right: -3px;
    top: -3px;
}
.profile-header .pro-user-det {
    margin-top: 15px;
    text-align: center;
}
.profile-name { 
    font-size: 18px;
    font-weight: bold;
}
.profile-designation {
    font-size: 12px;
}
.patient-list-items .item-title{
	color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.patient-list-items .item-subtitle{color:#6f6f6f;}

.list ul:before,.list ul:after {background-color:#fff;}
.patient-list-items li:hover{background-color:#f5f5f5;}

.patient-details .list-patient-details .icon{font-size:20px;margin-right:5px;color:#cccccc;}
.patient-details .list-patient-details .item-title{font-size:14px;}
.forward-links .item-title{font-weight:500;}
	.tooth-chart{
  width:450px;
}

#Spots{
  polygon, path{
    -webkit-transition:fill .25s;
    transition:fill .25s;
  }
  polygon:hover, polygon:active, path:hover, path:active{
    fill:#dddddd !important;
  }
}


.visit-details .card-header{
	font-weight: 500;
    text-align: left;
	    justify-content: initial;
	
	}
	
	
	.share-btns,.mob-btns{
	  background: #fff;
    padding: 15px 10px;
    top: 230px;
    position: absolute;}
	
	.share-btns .button,.share-btns-desktop .button{border-width:1px;}
	.share-btns .icon,.share-btns-desktop .icon{
		font-size:20px;
		color:#8e8e93;
		margin-right:5px;
		  
		
	}
	.mob-btns{}
	.mob-btns .button{
		width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #5050cb;
    border: none;
	margin:auto;
	}
	.mob-btns .icon{
		font-size: 22px;
    color: #212121;}
	.mob-btns .btns-text{    
	ont-size: 12px;
    text-align: center;
    color: #212121;
    margin-top: 4px;
    width: 40px;
    margin: 4px auto 0px auto;}
	.newvisitlink .icon,.visitlist .icon,.newbill .icon{font-size: 24px;
    color: #5050cb;}
	
	 #add .item-title{
	 font-weight: 500;
    font-size: 15px;}
	
	.camera-preview-outer{
	/* 	position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width:320px;
		height:320px;
		padding: 20px 0px;  */
/* 		display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    width: 300px;
    margin: 0 auto; */

	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	min-width:280px;
	}
	
	.camera-preview video {
    width: 100% !important;
    height: auto !important;
}

.card-camera .card-footer {
    background: #fafafa;
	padding:0;
}
.card-camera .toolbar-inner{  background: #fafafa;}
.card-camera .card-footer a{
	color: #81848b;
    font-weight: 500;
	
}
#crop-modal .icon{font-size: 20px;}

.data-table input[type=text]{
    display: block;
    width: 100%;
    padding: .25rem .5rem;
     font-size: .875rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
   border-radius: .2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.add-bill-table thead th,.add-bill-table-bottom thead th{text-align:left !important;}
.add-bill-table thead th:last-child,.add-bill-table-bottom thead th:last-child {text-align:right !important;}
.data-table-footer span{color:#000;font-size:14px}
.add-bill-table .icon-add,.add-bill-table .icon-delete{font-size:24px !important;}
.add-bill-table .list .item-title{font-size:12px !important;}
.fa-whatsapp{position:relative !important;font-size:24px;}
.item-list .price{color:#000;font-weight:500;}
.item-list .item-text{font-size:12px;}
.item-list .item-text .icon{font-size:12px;}
.item-list .item-text .item-main-span{text-align: right;position:absolute;right:0px;}
#apppend-item .item-title-row{color:#212121;}
.item-list .item-title-row{margin-bottom:8px;}
.demo-facebook-card .link span{color:#000}
.input-value-highlight{position: absolute;
    right: 25px;
    text-align: right;
	top:8px;}
	
.tooth-checkbox	{text-align:center;}
.tooth-checkbox-input{display:none;position:absolute;}
	.tooth-checkbox-input:checked ~ .tooth-number {
  background-color: #5050CB !important;
  color: white !important;
}

	.tooth-checkbox-input:checked ~ .tooth {
 
  color: #5050CB !important ;
}

.tooth-number{margin-top:8px;margin-bottom:8px;}
#pt_name{text-transform:capitalize;}


/* ✅ PROFESSIONAL DASHBOARD STYLES */

/* Dashboard Header */
.dashboard-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 25px 20px;
    margin: -15px -15px 25px -15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 20px 20px;
}

.welcome-section .welcome-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 5px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.welcome-section .welcome-subtitle {
    font-size: 16px;
    opacity: 0.9;
    margin: 0;
    font-weight: 400;
}

.date-section {
    text-align: right;
}

.current-date {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.current-time {
    font-size: 14px;
    opacity: 0.8;
}

/* Metrics Grid */
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.metric-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.metric-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--metric-color);
}

.metric-card.primary { --metric-color: #007AFF; }
.metric-card.success { --metric-color: #34C759; }
.metric-card.warning { --metric-color: #FF9500; }
.metric-card.info { --metric-color: #5856D6; }

.metric-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.metric-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(var(--metric-color-rgb), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.metric-card.primary .metric-icon { background: rgba(0, 122, 255, 0.1); }
.metric-card.success .metric-icon { background: rgba(52, 199, 89, 0.1); }
.metric-card.warning .metric-icon { background: rgba(255, 149, 0, 0.1); }
.metric-card.info .metric-icon { background: rgba(88, 86, 214, 0.1); }

.metric-icon i {
    font-size: 28px;
    color: var(--metric-color);
}

.metric-content {
    flex: 1;
}

.metric-value {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
    line-height: 1;
}

.metric-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-bottom: 8px;
}

.metric-change {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
}

.metric-change.positive {
    color: #34C759;
}

.metric-change.negative {
    color: #FF3B30;
}

.metric-change i {
    font-size: 12px;
}

/* Section Headers */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 20px 0;
}

.section-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.section-title i {
    color: #007AFF;
    font-size: 22px;
}

.section-action {
    color: #007AFF;
    font-size: 16px;
    text-decoration: none;
    padding: 8px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.section-action:hover {
    background-color: rgba(0, 122, 255, 0.1);
}

/* Quick Actions Grid */
.quick-actions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    margin-bottom: 30px;
}

.action-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.action-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    text-decoration: none;
    color: inherit;
}

.action-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
}

.action-card-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.action-card-subtitle {
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

/* Activity Timeline */
.activity-timeline {
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.timeline-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.timeline-item:last-child {
    border-bottom: none;
}

.timeline-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    flex-shrink: 0;
}

.timeline-content {
    flex: 1;
}

.timeline-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.timeline-subtitle {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}

.timeline-time {
    font-size: 11px;
    color: #999;
    font-weight: 500;
}

/* Charts */
.charts-container {
    margin-bottom: 30px;
}

.chart-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
}

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.chart-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.chart-period {
    font-size: 12px;
    color: #666;
    background: rgba(0,0,0,0.05);
    padding: 4px 8px;
    border-radius: 6px;
}

.chart-content {
    height: 200px;
    position: relative;
}

/* WhatsApp Card */
.whatsapp-card {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 30px;
    color: white;
}

.whatsapp-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.input-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.input-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.input-field label {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.9;
}

.input-field input {
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 12px;
    padding: 12px 16px;
    color: white;
    font-size: 14px;
    backdrop-filter: blur(10px);
}

.input-field input::placeholder {
    color: rgba(255,255,255,0.7);
}

.input-field input:focus {
    outline: none;
    border-color: rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.3);
}

.whatsapp-btn {
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 12px;
    padding: 12px 20px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    backdrop-filter: blur(10px);
}

.whatsapp-btn:hover {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
    transform: translateY(-2px);
}

.whatsapp-btn i {
    font-size: 16px;
}

/* Loading States */
.loading-shimmer {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 4px;
    display: inline-block;
    width: 40px;
    height: 20px;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* Skeleton Loading */
.action-card-skeleton,
.timeline-skeleton,
.chart-skeleton {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    animation: pulse 1.5s ease-in-out infinite alternate;
}

.skeleton-icon,
.skeleton-avatar {
    width: 50px;
    height: 50px;
    background: #e9ecef;
    border-radius: 50%;
    margin: 0 auto 12px;
}

.skeleton-text,
.skeleton-title {
    height: 16px;
    background: #e9ecef;
    border-radius: 4px;
    margin-bottom: 8px;
}

.skeleton-subtitle {
    height: 12px;
    background: #e9ecef;
    border-radius: 4px;
    width: 70%;
}

.skeleton-content {
    flex: 1;
}

@keyframes pulse {
    0% { opacity: 1; }
    100% { opacity: 0.6; }
}

/* Responsive Design */
@media (max-width: 768px) {
    .dashboard-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .metrics-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .metric-card {
        padding: 20px;
    }

    .metric-value {
        font-size: 28px;
    }

    .quick-actions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .input-group {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .section-title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .dashboard-header {
        padding: 20px 15px;
        margin: -15px -15px 20px -15px;
    }

    .welcome-title {
        font-size: 24px !important;
    }

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

    .metric-card {
        padding: 16px;
        gap: 16px;
    }

    .metric-icon {
        width: 50px;
        height: 50px;
    }

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

    .metric-value {
        font-size: 24px;
    }

    .quick-actions-grid {
        grid-template-columns: 1fr;
    }
}

/* Dark Mode Support */
.theme-dark .metric-card,
.theme-dark .activity-timeline,
.theme-dark .chart-card {
    background: #1c1c1e;
    border-color: rgba(255,255,255,0.1);
}

.theme-dark .metric-value,
.theme-dark .section-title,
.theme-dark .timeline-title,
.theme-dark .action-card-title {
    color: #ffffff;
}

.theme-dark .metric-label,
.theme-dark .timeline-subtitle,
.theme-dark .action-card-subtitle {
    color: #8e8e93;
}

.theme-dark .action-card {
    background: #1c1c1e;
    border-color: rgba(255,255,255,0.1);
}

.theme-dark .loading-shimmer {
    background: linear-gradient(90deg, #2c2c2e 25%, #3a3a3c 50%, #2c2c2e 75%);
    background-size: 200% 100%;
}

/* Success/Error States */
.success-state {
    background: #d4edda;
    color: #155724;
    padding: 12px 16px;
    border-radius: 8px;
    margin: 10px 0;
    border: 1px solid #c3e6cb;
    display: flex;
    align-items: center;
    gap: 8px;
}

.error-state {
    background: #f8d7da;
    color: #721c24;
    padding: 12px 16px;
    border-radius: 8px;
    margin: 10px 0;
    border: 1px solid #f5c6cb;
    display: flex;
    align-items: center;
    gap: 8px;
}


/* ✅ COMPREHENSIVE ADMIN PANEL STYLES */
/* ✅ COMPREHENSIVE ADMIN PANEL STYLES */

/* Admin Header */
.admin-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white;
    padding: 30px 20px;
    margin: -15px -15px 25px -15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 20px 20px;
    position: relative;
    overflow: hidden;
}

.admin-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.admin-welcome {
    position: relative;
    z-index: 2;
}

.admin-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 8px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.admin-subtitle {
    font-size: 16px;
    opacity: 0.9;
    margin: 0;
    font-weight: 400;
}

.admin-status {
    position: relative;
    z-index: 2;
}

.status-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.status-indicator.online {
    background: rgba(52, 199, 89, 0.2);
    color: #34C759;
    border: 1px solid rgba(52, 199, 89, 0.3);
}

.status-indicator.offline {
    background: rgba(255, 59, 48, 0.2);
    color: #FF3B30;
    border: 1px solid rgba(255, 59, 48, 0.3);
}

/* Enhanced Metrics Grid */
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.metric-card.system-health { --metric-color: #34C759; }
.metric-card.database-status { --metric-color: #007AFF; }
.metric-card.api-calls { --metric-color: #5856D6; }
.metric-card.storage-usage { --metric-color: #FF9500; }

/* Admin Actions Grid */
.admin-actions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 30px;
}

.admin-action-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.admin-action-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    text-decoration: none;
    color: inherit;
}

.action-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    flex-shrink: 0;
}

.action-icon.user-mgmt { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.action-icon.db-tools { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
.action-icon.logs { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); }
.action-icon.api-monitor { background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%); }
.action-icon.security { background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); }
.action-icon.settings { background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%); }

.action-content {
    flex: 1;
}

.action-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.action-subtitle {
    font-size: 13px;
    color: #666;
    font-weight: 400;
}

/* System Monitor Card */
.system-monitor-card {
    margin-bottom: 30px;
}

.monitor-tabs {
    margin-bottom: 20px;
}

.monitor-content {
    position: relative;
}

.monitor-tab {
    display: none;
}

.monitor-tab.active {
    display: block;
}

/* Performance Gauges */
.performance-gauges {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.gauge-container {
    text-align: center;
}

.gauge {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    position: relative;
}

.gauge-label {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

/* Error Log Styles */
.error-log-container {
    max-height: 300px;
    overflow-y: auto;
}

.error-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.error-item:last-child {
    border-bottom: none;
}

.error-level {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 8px;
}

.error-level.error { background: #ffebee; color: #c62828; }
.error-level.warning { background: #fff3e0; color: #ef6c00; }
.error-level.info { background: #e3f2fd; color: #1565c0; }

.error-message {
    font-size: 13px;
    color: #333;
    margin-bottom: 4px;
}

.error-time {
    font-size: 11px;
    color: #999;
}

/* Active Users Styles */
.active-users-container {
    max-height: 300px;
    overflow-y: auto;
}

.user-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.user-item:last-child {
    border-bottom: none;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.user-info {
    flex: 1;
}

.user-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.user-status {
    font-size: 12px;
    color: #666;
}

.user-activity {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34C759;
}

/* Data Tables Styles */
.data-tables-card {
    margin-bottom: 30px;
}

.data-table table {
    width: 100%;
}

.data-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #333;
    padding: 12px 8px;
    font-size: 13px;
}

.data-table td {
    padding: 12px 8px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-size: 13px;
}

.table-status {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.table-status.healthy { background: #e8f5e8; color: #2e7d32; }
.table-status.warning { background: #fff3e0; color: #ef6c00; }
.table-status.error { background: #ffebee; color: #c62828; }

.table-actions {
    display: flex;
    gap: 8px;
}

.table-action-btn {
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.table-action-btn.optimize {
    background: #e3f2fd;
    color: #1565c0;
}

.table-action-btn.backup {
    background: #e8f5e8;
    color: #2e7d32;
}

.table-action-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .admin-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 25px 15px;
    }
    
    .admin-title {
        font-size: 28px;
    }
    
    .metrics-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .admin-actions-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .admin-action-card {
        padding: 16px;
    }
    
    .performance-gauges {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* Dark Mode Support */
.theme-dark .admin-action-card,
.theme-dark .system-monitor-card,
.theme-dark .data-tables-card {
    background: #1c1c1e;
    border-color: rgba(255,255,255,0.1);
}

.theme-dark .action-title,
.theme-dark .user-name {
    color: #ffffff;
}

.theme-dark .action-subtitle,
.theme-dark .user-status {
    color: #8e8e93;
}

.theme-dark .data-table th {
    background: #2c2c2e;
    color: #ffffff;
}

.theme-dark .data-table td {
    color: #ffffff;
    border-color: rgba(255,255,255,0.1);
}

/* Actions Cell for Data Table */
.data-table td.actions-cell {
  text-align: right;
  white-space: nowrap;
}
.data-table td.label-cell {
    vertical-align: middle;
}
