   :root {
    --primary-color:#393186;
    --primary-color-hover:#231d61;
    --accent-color :#00bfa6;
    --bg-light-primary:#d3cefd;
    --danger-color : #dc3545;
    --bg-light-hover:#e1edf9;
   }
    body {
      min-height: 100vh;
      overflow-x: hidden;
      font-family: 'Poppins', sans-serif;
  font-weight: 400; 
    }
[data-lucide] {
  width: 18px;
  height: 18px;
  stroke: #fff;
  margin-right: 10px;
}
label {
  margin-bottom: 7px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.bg-light-primary {
  background-color: var(--bg-light-primary);
}
.fs14 {
  font-size: 14px!important;
}
.btn {
  font-size: 14px;
  font-weight: 500;
}
.table-nowrap td {
  white-space: nowrap;
}
.text-white, .text-white::placeholder {
  color: #fff!important;
}
.bg-primary {
  background-color: var(--primary-color)!important;
}
.img-fit-cover-top  {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}
.img-fit-cover  {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sw-15 {
  stroke-width: 1.5px;
} 
.icon-md {
  width: 20px;
  height: 20px;
}
    /* login page start */
    .login-wrapper {
      display: flex;
      height: 100vh;
    }

    .login-left {
      flex: 1;
      background: var(--primary-color);
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 60px;
      text-align: center;
    }

    .login-left h1 {
      font-size: 2rem;
      margin-bottom: 20px;
    }

    .login-left p {
      font-size: 1rem;
      max-width: 400px;
      line-height: 1.6;
    }

    .login-right {
      flex: 1;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 40px;
    }

    .login-box {
      width: 100%;
      max-width: 400px;
    }

    .login-box h2 {
      font-weight: 600;
      margin-bottom: 20px;
    }

    .form-control {
      border-radius: 8px;
    }

    .btn-primary {
      background-color: var(--primary-color);
      border: none;
    }
    .btn-primary:hover {
      background-color: var(--primary-color-hover);
    }
    .forgot-link {
      font-size: 0.9rem;
      text-align: right;
    }

    .forgot-link a {
      color: var(--primary-color);
      text-decoration: none;
    }

    .forgot-link a:hover {
      text-decoration: underline;
    }
    


    .back-link {
      text-align: center;
      margin-top: 20px;
    }

    .back-link a {
      text-decoration: none;
      color: var(--primary-color);
      font-size: 0.95rem;
    }

    .back-link a:hover {
      text-decoration: underline;
      color: var(--primary-color-hover);
    }

    @media (max-width: 768px) {
      .login-wrapper {
        flex-direction: column;
      }

      .login-left {
        padding: 40px 20px;
        height: 200px;
      }

      .login-left h1 {
        font-size: 1.5rem;
      }

      .login-right {
        padding: 30px 20px;
      }
    }

    /* login page ends  */

    .sidebar {
      width: 270px;
      height: 100vh;
      overflow-y: auto;
      background-color: var(--primary-color);
      color: white;
      position: fixed;
      top: 0;
      left: 0;
      padding-top: 60px;
      transition: all 0.3s ease;
    }
    .sidebar-menu {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .sidebar a {
      color: #fff;
      text-decoration: none;
      display: block;
      padding: 10px 20px;
    }

    .sidebar a:hover {
      background-color: rgba(255, 255, 255, 0.2);
      color: white;
    }
    .dropdown-menu {
    display: none;
    min-width: 220px;
    border-radius: 0.5rem;
    background-color: #fff;
  }

  .hover-bg:hover {
    background-color: #f8f9fa;
    cursor: pointer;
  }

  .icon-sm {
    width: 16px;
    height: 16px;
    stroke-width: 1.5px;
  }
  .icon-circle {
    width: 44px;
    height: 44px;
    background-color: #e4e4e4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .icon-circle svg {
    margin-right: 0px;
  }
  .profile-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    text-align: left;
  }
  .profile-icon {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
  }
    .topbar {
      height: 70px;
      background-color: #fff;
      border-bottom: 1px solid #dee2e6;
      position: fixed;
      top: 0;
      left: 270px;
      right: 0;
      z-index: 1030;
      display: flex;
      align-items: center;
      padding: 0 20px 0 30px;
      transition: all 0.3s ease;
    }
    .topbar svg {
      stroke: #333;
    }
    .topbar .dropdown-menu {
      right: 0px;
    }

    .content {
      margin-left: 270px;
      margin-top: 70px;
      padding: 30px 15px 15px;
      background-color: #fafafa;
    }
    .content.two-header {
      margin-top: 0px;
      position: relative;
      top: 120px;
    }

    /* Responsive collapse */
    @media (max-width: 768px) {
      .sidebar {
        left: -250px;
      }

      .sidebar.active {
        left: 0;
      }

      .topbar {
        left: 0;
      }

      .content {
        margin-left: 0;
      }
    }
/* top bar secondry start */
.topbar-secondry {
    height: 60px;
      background-color: var(--bg-light-primary);
      position: fixed;
      top: 70px;
      left: 270px;
      right: 0;
      z-index: 1030;
      display: flex;
      align-items: center;
      padding: 0 20px 0 30px;
      transition: all 0.3s ease;
}
.topbar-secondry .form-select {
  font-size: 14px;
}
.autocomplete-box {
    position: relative;
    font-size: 14px;
    min-width: 240px;
  }
  .autocomplete-box .form-control {
    font-size: 14px;
  }

  .suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 0.375rem;
    font-size: 14px;
  }

  .suggestions li {
    padding: 8px 12px;
    cursor: pointer;
  }

  .suggestions li:hover {
    background-color: #f1f1f1;
  }
@media (max-width:767px) {
  .topbar-secondry {
    left: 0px;
  }
}
/* top bar secondry ends */
/* content area start */
.icon-box {
  background: #eef3ff;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-box svg {
  stroke: var(--primary-color);
  margin-right: 0px;
  width: 24px;
  height: 24px;
}
.stroke-primary {
  stroke: var(--primary-color);
}


.card-body {
  font-family: 'Poppins', sans-serif;
}
.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}

.notice-description.expanded .clamp-text {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.card-header {
  border-color: #e4e4e4;
  padding:0px 0px 10px;
  margin-bottom: 10px;
}
.card-widget {
  height: 100%;
}
.card-widget .icon-box {
  padding: 10px;
}
.card-widget .card-header-tabs {
  margin: 15px 0 15px;
}

.leave-widget  .nav-link {
  border-top: 0px;
  border-left: 0px;
  font-size: 14px;

  border-right: 0px;
  border-bottom: 0px solid #e4e4e4;
  font-weight: 500;
  color: #666666;
      border-radius: 6px 0px 0px 6px;
      background-color: #e4e4e4;
}
.leave-widget  .nav-item:last-child .nav-link {
  border-radius: 0px 6px 6px 0px;
}
.leave-widget  .nav-link:hover {
  
border: 0;
color: #222;
}
.leave-widget  .nav-link.active {
       
        border: 0;
        background-color: var(--primary-color);
  color: #fff;
        
}
.leave-widget .table {
  font-size: 14px;
}
.event-widget .event-w-img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  object-position: top;
}
.multi-donut {
  transform: rotate(-90deg);
}
.donut-ring {
  fill: none;
  stroke: #e6e6e6;
  stroke-width: 6;
}

.donut-segment {
  fill: none;
  stroke-width: 6;
  stroke-linecap: butt;
}
.present, .stroke-success { stroke: #00bfa6; }
.absent, .stroke-danger { stroke: #dc3545; }
.late { stroke: #ffc107; }

.donut-text {
  fill: #336aea;
  font-size: 0.4rem;
  font-weight: 600;
  transform: rotate(90deg);
  dominant-baseline: middle;
}
.legend-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}
.custom-table  tr th, .custom-table  tr td {
  white-space: nowrap;
  font-size: 14px;
}
.custom-table  thead tr th:first-child,  .custom-table  tbody tr th {
  position: sticky;
  left: 0;
}
.custom-table  thead tr th:last-child, .custom-table  tbody tr td:last-child {
  position: sticky;
  right: 0;
}
.custom-table  tbody tr th, .custom-table  tbody tr td:last-child {
  background-color: #f8f9fa;
}
.table-profile-img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.profile-listing-img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 7px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: -40px;
}
.profile-listing-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}

.upload-icon {
  position: absolute;
  top: 70%;
  right: 0px;
  stroke: var(--primary-color);
  width: 40px;
  height: 40px;
  fill: #fff;
} 
.add-person-img {
  width: 150px;
  height: 150px;
  }
.add-person-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border: 2px solid var(--accent-color);
  padding: 4px;
}
.stroke-dark {
  stroke: #666;
}
.stroke-primary {
  stroke: var(--primary-color);
}
.stroke-danger {
  stroke: var(--danger-color);
}
.btn-outline-primary:hover {
   background-color: var(--primary-color);
}
.btn-outline-primary:hover .stroke-primary {
  stroke: #fff;
 
}
.card-profile .btn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.card-profile .btn:hover {
  background-color: var(--bg-light-hover);
  border-radius: 50%;

}
@media (max-width:1599.98px){
.add-person-img {
  width: 100px;
  height: 100px;
  }
}


/* content area ends */
.table-wrapper {
  overflow-y: auto;
  height: calc(100vh - 2829

    px);
  background-color: #fff;
}
/* time table start */
.table-time-table tr th:first-child {
  width: 70px;
}
/* time table ends  */

 .btn-check:checked+.btn svg {
  stroke: #fff;
 }

 .leave-table tr td:nth-child(6) {
  width: 250px;
 }
 .leave-table tr td:nth-child(6) p {
      max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }

 

 .event-page .event-w-img {
  width: 200px;
  height: 120px;
 }


 /* syllabus tabbing start */
 .accordion-syllabus {
  padding: 15px;
  background-color: #fff;
  border: 2px solid #e4e4e4;
 }
 .accordion-syllabus .accordion-item {
  border: 0;
 }
 .accordion-syllabus .accordion-button {
  font-weight: 600;
  color: #333;
 }
 .accordion-syllabus .accordion-body {
  padding: 10px 15px!important;
 }

  .accordion-syllabus .nav-link  {
    color: #666;
    font-size: 15px;
    font-weight: 500;
    
    border-radius: 0;
    padding: 10px !important;
  }
   .accordion-syllabus .nav-link.active, .accordion-syllabus .nav-link:hover {
    background-color: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
   }
   .accordion-syllabus .accordion-button.collapsed {
    background-color: #fafafa;
    border-radius: 8px;
    margin-bottom: 10px;
   }

   .accordion-syllabus .accordion-button {
    border-radius: 8px;
   }

   /* alphabatic filter start */

.letter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.letter-list li a {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s;
}

.letter-list li a:hover {
  background-color: #f0f0f0;
}

.letter-list li a.active {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}
   /* alphabatic filter ends */