
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}





  body {
      font-family: 'Manrope', sans-serif;
      background-color: #f4f7fa;
      margin: 0;
      font-size: .75rem;
      font-weight: 200;
      padding: 0;
    }


    P, li, span{ font-size: .85rem;}
    .main-container {
      display: flex;
      flex-wrap: nowrap;
    }
h3{ font-size: 1.2rem;}
    :root {
      --sidebar-width: 240px;
      --sidebar-collapsed-width: 75px;
         --sidebar-collapsed-widthMobile:0px;
      --sidebar-bg: #063879;
      --sidebar-hover: #3063a1;
      --text-heading: #1e293b;
      --text-p: #434242;
      --table-heade:#f5f9fd;

      --button-activebg:#7cbffd;
      --button-active-border:#5ea1e0;

   

    }

.text-danger{ color: #f4850f !important;}

:root {
    /* Font Sizes */
    --font-xs: 0.75rem;
    --font-sm: 0.875rem;
    --font-base: .85rem;
    --font-md: 1.125rem;
    --font-lg: 1.5rem;
    --font-xl: 2rem;

    /* Spacing */
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;

    /* Font Weights */
    --fw-light: 300;
    --fw-normal: 400;
    --fw-semibold: 600;
    --fw-bold: 700;
  }

  /* Global Typography */


  h1, .h1 { font-size: var(--font-xl); font-weight: var(--fw-bold); }
  h2, .h2 { font-size: var(--font-lg); font-weight: var(--fw-semibold); }
  h3, .h3 { font-size: var(--font-md); font-weight: var(--fw-semibold); }
  h4, .h4 { font-size: var(--font-base); font-weight: var(--fw-semibold); }
  h5, .h5 { font-size: var(--font-sm); font-weight: var(--fw-normal); }
  h6, .h6 { font-size: var(--font-xs); font-weight: var(--fw-light); }

  /* Buttons */

  /* Inputs */
  input, textarea, select {
    font-size: var(--font-base) !important;
    border-radius: 0.4rem;
    border: 1px solid #ccc;
  }

.badge{ font-weight: 400;}

  /* Responsive Adjustments */
  @media (max-width: 768px) {
    :root {
      --font-base: 0.95rem;
      --font-md: 1rem;
      --font-lg: 1.25rem;
      --font-xl: 1.5rem;
    }

    button, .btn {
      font-size: 0.85rem;
    }

    h1, .h1 { font-size: var(--font-lg); }
    h2, .h2 { font-size: var(--font-md); }
    h3, .h3 { font-size: var(--font-base); }
  }

.card-header-tabs .nav-link.active {
    background-color: var(--button-activebg);
    border: var(--button-active-border);
}


.btn-outline-secondary{ border-color: var(--button-active-border);}
/* MENU style */
 #nav-icon0 {
  width: 30px;
  height: 35px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}



/* Icon 2 */

 #nav-icon0 {
  width: 30px;
  height: 35px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon0 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon0 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon0 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon0 span:nth-child(1), #nav-icon0 span:nth-child(2) {
  top: 0px;
}

#nav-icon0 span:nth-child(3), #nav-icon0 span:nth-child(4) {
  top: 10px;
}

#nav-icon0 span:nth-child(5), #nav-icon0 span:nth-child(6) {
  top: 20px;
}

#nav-icon0.open span:nth-child(1),#nav-icon0.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon0.open span:nth-child(2),#nav-icon0.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon0.open span:nth-child(1) {
  left: 0px;
  top: 9px;
}

#nav-icon0.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 9px;
}

#nav-icon0.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon0.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon0.open span:nth-child(5) {
  left: 0px;
  top: 19px;
}

#nav-icon0.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 19px;
}

/* Menu style end  */
#trendChart {
  height: 250px !important ;
}

    #loadingOverlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.spinner-border {
  width: 3rem;
  height: 3rem;
}

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

    .trend-title {
      font-size: 16px;
      font-weight: 600;
      color: #222;
    }

.trend-selects {
      display: flex;
      gap: 10px;
    }

    select {
      padding: 6px 12px;
      font-size: 13px;
      border: 1px solid #ddd;
      border-radius: 6px;
      background: #f6f6f6;
      color: #333;
      cursor: pointer;
    }


/* notification section style */


.search-wrapper {
  position: relative;
}

.search-expand-input {
  width: 0;
  opacity: 0;
  padding: 0 10px;
  z-index: 99;
}

.search-wrapper.expanded .search-expand-input {
  display: block !important;
  width: 200px;
  opacity: 1;
  padding: 5px 10px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background: white;
}

.notification-list .notification-item {
  transition: background 0.3s;
  border-bottom: 1px solid #f1f1f1;
}

.notification-list .notification-item:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.notification-item.unread {
  background-color: #eef5ff;
}

.notification-item.read {
  opacity: 0.6;
}

.mark-all {
  font-size: 0.75rem;
  padding: 3px 8px;
  border-radius: 5px;
}


.notification-list h6{ color:var(--text-heading); margin-bottom: 5px; line-height: 16px; font-size: 1em; font-weight: 600;}
.notification-list p{ color:var(--text-p);}
/* notification section style end */

/* Birthday Section */

 .tab-button.active {
      background-color: var(--sidebar-bg);
      color: #fff;
    }
    .tab-button {
      border: none;
      background: #e9ecef;
      padding: 8px 16px;
      border-radius: 8px;
      margin-right: 5px;
      cursor: pointer;
      font-size: small !important; font-weight: 200;
    }
    .employee-card {
      border-radius: 10px;
      margin-bottom: 2px;
      background-color: #e6f0ff;
      padding: 9px 10px;
    }
    .employee-card.today {
      background-color: #ffe86e;
    }
    .comment-bubble {
      background-color: #F5F8F8;
      border-radius: 10px;
      padding: 10px;
      color: #5598D2;
    }
    .send-btn {
      background-color: var(--sidebar-bg);
      color: #fff;
      border: none;
      padding: 6px 16px;
      border-radius: 6px;
    }
    .modal-body {
      max-height: 350px;
      overflow-y: auto;
    }
    .scroll-area {
      max-height: 400px;
      overflow-y: auto;
    }
    .comment-input-box {
      background: #f1f5f9;
      border: none;
      width: 100%;
      padding: 10px;
      border-radius: 10px;
      margin-bottom: 10px;
    }
    .comment-avatar {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      object-fit: cover;
    }
/* Birthday Section  END*/

/* leave summary */
.dark-mode {
      background-color: #1f1f1f;
      color: #f0f0f0;
    }

    .dark-mode .info-card {
      background-color: #2c2c2c;
      box-shadow: 0 0 12px rgba(255, 255, 255, 0.1);
    }

    .info-card {
      background-color: #fff;
      border-radius: 12px;
      padding: 24px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
    }

    .circle-progress {
      position: relative;
     
      height: 100px;
      margin: auto;
    }

    .circle-progress svg {
      transform: rotate(-90deg);
      width: 100%;
      height: 100%;
    }

    .circle-bg {
      fill: none;
      stroke: #e9ecef;
      stroke-width: 10;
    }

    .circle-bar {
      fill: none;
      stroke-width: 10;
      stroke-linecap: round;
      stroke-dasharray: 251.2;
      stroke-dashoffset: 251.2;
      transition: stroke-dashoffset 1s ease;
    }

    .circle-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-weight: 600;
      font-size: 20px;
      color: #333;
    }

    .dark-mode .circle-text {
      color: #f8f9fa;
    }

    .leave-label {
      margin-top: 5px;
      font-size: 12px;
      font-weight: 500;
    }

    .toggle-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 999;
    }

   
/* leave summary end */
/* calendar  style*/
 .calendar-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }
    .calendar-table {
      width: 100%;
      text-align: center;
    }
    .calendar-table th {
      font-weight: 600;
      padding-bottom: 10px;
    }
    .calendar-table td {
      height: 38px;
      vertical-align: middle;
      position: relative;
    }
    .calendar-table td span {
      display: inline-block;
      width: 36px;
      height: 36px;
      line-height: 36px;
      border-radius: 10px;
      transition: 0.3s;
    }
    .calendar-table td span.active {
      background: #4e73df;
      color: white;
      font-weight: bold;
    }
    .calendar-table td span:hover {
      background: #edf1ff;
      cursor: pointer;
    }
    .calendar-table td .dot {
      width: 6px;
      height: 6px;
      background: #38c172;
      border-radius: 50%;
      position: absolute;
      bottom: 6px;
      left: 50%;
      transform: translateX(-50%);
    }
    .calendar-table td.sunday {
      color: #e74c3c;
    }
    .note-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #f8f9fa;
      border-radius: 10px;
      padding: 10px 15px;
      margin-bottom: 10px;
      border: 1px solid #dee2e6;
    }
    .note-item .time {
      font-weight: 600;
      color: #0d6efd;
      width: 70px;
    }
    .note-item .text {
      flex-grow: 1;
      margin-left: 10px;
      color: #333;
    }
    .note-item .actions button {
      background: none;
      border: none;
      color: #6c757d;
      font-size: 1rem;
    }
    .note-item .actions button:hover {
      color: #0d6efd;
    }
    .modal-content {
      border-radius: 16px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    .modal-header {
      border-bottom: 1px solid #dee2e6;
    }
    .modal-title {
      font-weight: 600;
    }
    .modal-body textarea {
      border-radius: 10px;
      padding: 10px;
    }
    .time-add-group {
     display: flex !important
;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    }
    .time-add-group input[type="time"] {
      flex-shrink: 0;
    }

/* calendar  style end*/


/* Plan  style */
 .plan-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 18px;
    }

    .plan-item-icon {
      font-size: 18px;
      color: #4d50f3;
      margin-top: 3px;
    }

    .plan-item-title {
      font-weight: 600;
      font-size: 14px;
      margin: 0;
      color: #000;
    }

    .plan-item-desc {
      font-size: 13px;
      color: #777;
      margin: 0;
    }
/* Plan  style END */
.container-fluid{ width: 100%;}
    .main-content {
      margin-left: var(--sidebar-width);
      padding: 20px;
      transition: margin-left 0.3s;
    }
    .main-content-dashboard {
      padding: 20px;
    }
.margin-left{ padding-left: 20px;}
    .main-content.sidebar-collapsed {
      margin-left: var(--sidebar-collapsed-width);
    }
    .sidebar {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      background-color: var(--sidebar-bg);
      width: var(--sidebar-width);
      transition: width 0.3s;
      color: white;
      display: flex;
      flex-direction: column;
      z-index: 1040;
    }
    .sidebar span, .sidebar a{ font-size:12px;} 

    .sidebar.collapsed {
      width: var(--sidebar-collapsed-width);
      transition: height 0.3s ease;
    }

    .sidebar-header {
      padding: 12px 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px;
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .sidebar-header .brand {
      display: flex;
      align-items: center;
      white-space: nowrap;
    }

    .sidebar-header img {
      height: 32px;
      margin-right: 8px;
    }

    .sidebar.collapsed .brand span,
    .sidebar.collapsed .nav-text,
    .sidebar.collapsed .submenu {
      display: none;
    }

        .menu-toggle-old {
      cursor: pointer;
      position: fixed; top: 10px; margin-left: 5px;
      z-index: 9999;
      background-color:var( --sidebar-bg);; border-radius: 20px; 
      padding: 5px; 
      height: 30px; 
      width: 30px; 
      text-align: center;
      color: #e6f0ff;
      font-size: 20px;
    }

    .menu-toggle {
      cursor: pointer;
      position: fixed; top: 10px; margin-left: 5px;
      z-index: 9999;
       border-radius: 20px; padding: 0px 0px 0p 0px; height: 30px; width: 30px; text-align: center;
      color: #474747;
      line-height: 27px;
    }
      .menu-toggle i, .menu-toggle-mobile i {
     font-size: 26px;    color: #474747;
    }

    .sidebar-menu {
      overflow-x: auto;
      flex-grow: 1;
      padding: 10px ;
    }

    .nav-link {
      color: white;
      padding: 10px 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: 0.2s;
    }

    .nav-link span {
      display: flex;
      align-items: center;
    }

    .nav-link i.bi {
      margin-right: 10px;
      font-size: 1.2rem;
    }

.rightmargin-no{  margin-right:0px;}

    .nav-link:hover, .nav-link.active {
      background-color: var(--sidebar-hover);
      color: #C0E6F8;
      border-radius: 4px;
    }

    .submenu {
      background-color: #004a72;
      font-size: 0.9rem;
      padding-left: 40px;
      transition: max-height 0.3s ease;
      transition: height 0.3s ease;
    }

    .submenu a {
      color: #e0e0e0;
      display: block;
      padding: 6px 0;
      text-decoration: none;
    }

    .submenu a:hover {
      color: #bbd7f1;
    }

    .sidebar-footer {
      padding: 15px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 15px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .sidebar-footer a {
      color: #e0e0e0;
      font-size: 1rem;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .main-content {
      margin-left: var(--sidebar-width);
      padding:0px;
      transition: margin-left 0.3s;
    }

    .main-content.sidebar-collapsed {
      margin-left: var(--sidebar-collapsed-width);
    }

    .brand img { border-radius: 50%; height: 40px; width: 40px;}
    .content {
      padding: 20px;
      flex-grow: 1;
      width: 100%;
    }

.info-card {
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
 
}
.info-card h3, .card h3{
  margin-bottom: 15px;
  color: var(--sidebar-bg);
}
.card {
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  border: 0;
  min-height: 200px;
}

    .card-icon {
      background: #eef2fb;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .card-icon i {
      width: 22px;
      
      fill: #0a3d62;
    }

  .card-value {
      font-size: 28px;
      font-weight: 700;
      color: #0a3d62;
      margin-top: 6px;
      line-height: 30px;
    }

    .card-change {
      display: flex;
      align-items: center;
      font-size: 13px;
      color: #28c76f;
      font-weight: 600;
      margin-top: 2px;
    }
    .info-card h6 {
      font-size: 14px;
      color: #555;
    }

    .info-card p {
      margin: 0;
      font-size: 12px;
    }

    .employee-img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
    }


    .small, small {
     font-size: .875em; 
}

    .legend {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 10px;
    }
.legend-item {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      color: #444;
    }

    .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }

    .dot.monthly {
      background-color: #002fda;
    }

    .dot.yearly {
      background-color: #cbd4ff;
    }


    .bg-custom-1 { background-color: #28a745 !important; }
    .bg-custom-2 { background-color: #007bff !important; }
    .bg-custom-3 { background-color: #6610f2 !important; }
    .bg-custom-4 { background-color: #17a2b8 !important; }
    .bg-custom-5 { background-color: #ffc107 !important; }


    .btn-height-weaight{ 
    display: inline-flex
;
    height: 38px;
    width: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    --tw-bg-opacity: 1;
   
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;

    }
    /* leader board */
.leaderboard-item {
      display: flex;
      align-items: center;
      margin-bottom: 18px;
    }

    .leaderboard-avatar {
      width:50px;
      height: 40px;
      border-radius: 50%;
      background-color: #f2f3fb;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      color: #4d50f3;
      margin-right: 12px;
    }

    .leaderboard-name {
      font-weight: 600;
      margin-bottom: 6px;
    }

    .progress {
      height: 6px;
      background-color: #f3f4f6;
      border-radius: 10px;
    }

    .progress-bar {
      border-radius: 10px;
    }
    /* Leader board end */


/* list-group  style */

.list-group .list-group-item{ padding-left: 0px; padding-right: 0px; }

.modal-dialog .list-group .list-group-item{ padding-left: 10px; padding-right: 10px; }

/* list-group  style  END*/


    /* login page */
.body-login {
      background-image: url(../img/logo-bg.png);
        background-color: #084e7c;
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain;
    }

    .login-container {
      max-width: 1000px;
      margin: auto;
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    }

.left-panel {
  color: #fff;
  padding: 60px 40px;
  position: relative;
  background:
    linear-gradient(135deg, rgba(35, 185, 103, 0.95), rgba(66, 161, 216, 0.95)),
    url(../img/Group-01.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  background-blend-mode: overlay;
}

    .left-panel h1 {
      font-weight: 600;
      font-size: 40px;
      margin-bottom: 20px;
    }

    .left-panel h4 {
      font-size: 26px;
      margin: 10px 0 30px;
      transition: opacity 0.4s ease-in-out;
      min-height: 28px;
      font-weight: 300; color: #88ffbe;
    }

    .left-panel .caption {
      font-size: 14px;
      opacity: 0.9;
    }

.caption-bar {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 8px;
  animation: pulseBar 2s infinite ease-in-out;
}

.caption-text {
  font-size: 14px;
  opacity: 0.9;
  color: #000;
}

@keyframes pulseBar {
  0%, 100% {
    width: 20px;
    opacity: 1;
  }
  50% {
    width: 60px;
    opacity: 0.7;
  }
}


    .right-panel {
      padding: 40px 30px;
    }

    .logo {
      text-align: left;
      margin-bottom: 30px;
    }

    .logo img {
      max-height: 60px;
    }

    .right-panel h4 {
      font-weight: 700;
      margin-bottom: 10px;
      font-size: 24px;
      color: #333;
    }

    .form-label {
      font-weight:200;
      margin-bottom: 6px;
      font-size: 14px;
      color: #444;
    }

    .form-control {
      border-radius: 6px;
      font-size: 12px;
      border: 1px solid #ccc;
    }

    .form-group {
      position: relative;
    }

    .toggle-password {
      position: absolute;
      top: 42px;
      right: 14px;
      cursor: pointer;
      font-size: 16px;
      color: #999;
      user-select: none;
    }

    .btn-primary {
      background-color:var(--sidebar-bg);
      border: none;
      font-weight: 400;
      font-size: 14px;
      border-radius: 6px;
    }

    .btn-primary:hover {
      background-color: #073e66;
    }

    .page-footer {
      text-align: center;
      font-size: 12px;
      color: #ccc;
      padding: 10px 15px 15px;
    }

    .page-footer a {
      color: #ccc;
      text-decoration: underline;
    }

    @media(max-width: 768px) {
.info-card {
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  margin-bottom: 1rem;
}
       .logo {
      text-align: left;
      margin-bottom: 30px;
    }
      .left-panel, .right-panel {
        padding: 30px 20px;
        text-align: left;
      }

      .left-panel h2 {
        font-size: 26px;
      }

      .right-panel h4 {
        font-size: 20px;
      }
    }

    /* Login end */

    /* table new style */

     .employee-cell {
      min-width: 200px;
      white-space: nowrap;
    }
    .table-responsive {
      overflow-x: auto;
    }

    .employee-info {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .employee-info img {
      width: 30px;
      height: 30px;
      object-fit: cover;
      border-radius: 50%;
    }

    .note-bar {
      background: #fff;
      border-radius: 0.5rem;
      padding: 12px 20px;
      margin: 20px 0;
      font-size: 14px;
      font-weight: 500;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      align-items: center;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }
    .note-item2 {
      display: flex;
      align-items: center;
      gap: 3px;
      white-space: nowrap;
    }
    .note-item i {
      font-size: 1rem;
    }
    .note-icon {
      width: 18px;
      text-align: center;
    }

    /* ernd table style */

.text-muted{ color: #969696 !important;}
    .text-success{ color: #92c937 !important; }
    .fs-12{ font-size: .70rem;}
h5{ font-size: 1rem;}
    .LeaveBox{ display:flex; justify-content: space-between;}

    .bg-grey{ background-color: #fafafa;}

.forma select :focus {
  border-color: #2a6dc9 !important;
}

    .table thead th {
      background-color: var(--table-heade);
      color: var(--text-heading);
    }


    .status-badge {
      padding: 4px 10px;
      border-radius: 15px;
      font-weight: 500;
      font-size: 0.75rem;
    }

    .present {
      background-color: #e6f6e6;
      color: #28a745;
      border: 1px solid #c4e3c4;
    }

    .absent {
      background-color: #fdecec;
      color: #dc3545;
      border: 1px solid #f5c6cb;
    }

       .late {
      background-color: #f6f367;
      color: #d09005;
      border: 1px solid #f5ce65;
    }

    .badge-blue {
      background-color: #e6f0ff;
      color: #007bff;
      border: 1px solid #b3d1ff;
    }

    .badge-purple {
      background-color: #f2e9ff;
      color: #6f42c1;
      border: 1px solid #d6baff;
    }

    .top-bar {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }

    .form-control, .btn {
      font-size: 0.875rem;
    }

    .truncate {
      max-width: 150px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .sidebar-menu::-webkit-scrollbar {
  width: 8px;
}

.sidebar-menu::-webkit-scrollbar-track {
  background: #003b5b; /* same as sidebar background */
}

.sidebar-menu::-webkit-scrollbar-thumb {
  background-color: #0072a4;
  border-radius: 10px;
  border: 2px solid #003b5b;
}

.sidebar-menu::-webkit-scrollbar-thumb:hover {
  background-color: #00a8ff;
}

.btn-success {
  background-color: #0d6efd !important; /* Bootstrap primary blue */
  border-color: #0d6efd !important;
}
.btn-success:hover {
  background-color: #0b5ed7 !important;
  border-color: #0a58ca !important;
}

  .menu-toggle-mobile{display: none; }

  .bg-purple {
    background-color: #6f42c1 !important;
  }
  .badge {
    font-size: 0.6rem;
    padding: 0.3em 0.5em;
  }

.dropdown-menu{ border: 0px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03); padding: 20px;}
.dropdown li a:hover{ border-radius: 4px;}

    
/* tabe style */

 .table-avatar {
      width: 40px;
      height: 40px;
      object-fit: cover;
    }

    .table thead {
      white-space: nowrap;
    }

    .table td, .table th {
      white-space: nowrap;
      vertical-align: middle;
    }

    .scroll-table-wrapper {
      overflow-x: auto;
    }

    .table-min-width {
      min-width: 800px;
    }
.btn-group .btn.active {
  background-color: #4f46e5;
  color: white;
  border-color: #4f46e5;
}
.btn-group .btn {
  transition: all 0.3s ease;
  font-weight: 500;
}
.tab-pane .card-in{ padding: 14px; border-radius:8px;}
.tab-bg-1{background: linear-gradient(135deg, #ffe5d9, #fddbc0); 
  border-radius: 12px;}

  .rounded-boredr{ border: 2px solid var(--button-activebg);}

  .today {
  background-color: #ffe96d;
  border-radius: 12px;
}
#noticeList {
  max-height: 300px;
  overflow-y: auto;
}

/* Poll progress bar height */
#pollResults .progress {
  height: 20px;
  border-radius: 6px; /* smoother rounded edges */
}

#pollResults .progress-bar {
  font-size: 0.8rem;  /* keep percentage text readable */
  font-weight: 500;
  line-height: 20px;  /* vertically center the text */
}

/* Circular birthday icon badge */
.batchBirthday {
  position: absolute;
  left: 38px;
  bottom: 10px;
  background: #fff;
  border-radius: 50%;
  padding: 2px 5px;
  font-size: 14px;
  color: #ee8700;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(255, 193, 7, 0.4);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 8px rgba(255, 193, 7, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(255, 193, 7, 0.4);
  }
}

@media (max-width: 768px) {
  .main-content-dashboard{ padding:20px 0 0 0px;}
   .main-content.sidebar-collapsed {
    margin-left: 0;
  }
  /* Sidebar slides from the left */
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -260px;
    width: 260px;
    background-color: var(--sidebar-bg);
    z-index: 1050;
    transition: left 0.3s ease-in-out;
  }

  .sidebar.show {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 260px;
    background-color: var(--sidebar-bg);
    z-index: 1050;
    transition: left 0.3s ease-in-out;
  }


  /* Toggle button visible on mobile */
  .menu-toggle {
    display: none;
  }
  .menu-toggle-mobile{cursor: pointer; display: block;
      position: absolute; top: 10px; margin-left: 260px;
      z-index: 9999;
      background-color: #fff; border-radius: 20px; line-height: 27px; height: 30px; width: 30px; text-align: center;
      color: #e6f0ff; }

  /* Push content under fixed sidebar */
  .main-content {
    margin-left: 0;
    padding: 0px;
    transition: margin-left 0.3s;
  }

  /* Toggle Button Style */
  .top-toggle-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #004466;
    color: white;
    border: none;
    z-index: 1051;
    font-size: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
  }



.main-content.sidebar-collapsed {
  margin-left: 0px;
}
.sidebar .nav-text {
  display: inline-block;
}
.sidebar.collapsed .nav-text {
  display: none;
}
}

/* Responsive Top Bar Inputs */
@media (max-width: 992px) {
  .top-bar {
    flex-direction: column;
    gap: 0.5rem;
  }

  .top-bar input,
  .top-bar select,
  .top-bar button {
    width: 100% !important;
  }
}

/* Responsive profile section */
@media (max-width: 576px) {
  .card.p-3.d-flex {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }

  .card.p-3.d-flex img {
    margin-bottom: 1rem;
  }

  .ms-auto {
    margin-left: 0 !important;
    margin-top: 1rem;
  }
}
    .top-toggle-btn {
      position: absolute;
      top: 10px;
      background: #004466;
      color: white;
      border: none;
      z-index: 1051;
      font-size: 20px;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      margin-left: -35px;
    }

 @media (max-width: 768px) {
      .circle-progress {
        width: 80px;
        height: 80px;
      }

      .circle-text {
        font-size: 16px;
      }

      .leave-label {
        font-size: 14px;
      }
    }

    @media (max-width: 576px) {
      .circle-progress {
        width: 65px;
        height: 65px;
      }

      .circle-text {
        font-size: 14px;
      }

      .leave-label {
        font-size: 13px;
      }
    }