/* Navbar attendance widget */
.navbar-attendance-btn.is-checked-in {
  color: #00b894 !important;
  background: rgba(0, 184, 148, 0.12);
}
.nk-analog-clock {
  width: 96px;
  height: 96px;
}
.nk-analog-clock__face {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff 0%, #f4f3f8 100%);
  border: 3px solid rgba(55, 125, 255, 0.25);
  box-shadow: inset 0 2px 8px rgba(25, 35, 90, 0.08), 0 4px 16px rgba(25, 35, 90, 0.08);
}
.nk-analog-clock__hand {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform-origin: bottom center;
  transform: translateX(-50%) rotate(0deg);
  border-radius: 4px;
}
.nk-analog-clock__hand--hour {
  width: 4px;
  height: 28px;
  background: #19235a;
}
.nk-analog-clock__hand--minute {
  width: 3px;
  height: 36px;
  background: #377dff;
}
.nk-analog-clock__hand--second {
  width: 2px;
  height: 40px;
  background: #e17055;
}
.nk-analog-clock__center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #377dff;
}
.nk-attendance-modal .card.bg-light {
  background: rgba(244, 243, 248, 0.65) !important;
}
.nk-att-recent-list .list-group-item {
  border-color: rgba(25, 35, 90, 0.06);
}
[data-hs-theme-appearance="dark"] .nk-attendance-modal .card.bg-light {
  background: rgba(30, 32, 46, 0.85) !important;
}
