

.form-control {
  padding: calc(.52rem - 1px) calc(1.1rem - 1px) !important;
  font-size: 0.8375rem !important;
}

label {
  display: inline-block !important;
  font-weight: 500 !important;
  margin-bottom: 4px !important;
}

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo svg {
  width: 30px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.25rem;
}

.authentication-wrapper .app-brand-text.demo {
  font-size: 1.5rem;
  text-transform: capitalize;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 300px;
    position: relative;
  }

  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1.25rem;
}

/* table sticky */
/* Base header styles */
.table thead th {
  background: linear-gradient(to bottom, #f8f9fa, #f1f2f6);
  color: #616161;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #e9ecef;
  position: sticky;
  top: 0;
}

/* Regular columns */
.table thead th:not(:first-child):not(:nth-child(2)) {
  z-index: 1;
}

/* First two columns - highest priority */
.table thead th:first-child,
.table thead th:nth-child(2) {
  z-index: 10;
  background: linear-gradient(to bottom, #f8f9fa, #f1f2f6);
}

/* Corresponding body cells */
.table tbody td:first-child,
.table tbody td:nth-child(2) {
  position: sticky;
  z-index: 5;
  background: white;
}

/* First column position */
.table th:first-child,
.table td:first-child {
  left: 0;
}

/* Second column position */
.table th:nth-child(2),
.table td:nth-child(2) {
  left: 50px;
}

/* Add this for nested table headers */
.table thead th table th {
  position: static;
  background: inherit;
}

.table thead th[colspan="4"] {
  z-index: 0;
}

.table thead th:not([colspan]) {
  z-index: 2;
}

.table tbody tr {
  color: #6F6979;
  font-size: 13px;
  padding: 0px;
  letter-spacing: 0.4px;
}

#myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
}

#myInput:focus {
  outline: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.list-unstyled a {
  font-size: 15px;
}

.show {
  display: block;
}

.dropdown-link {
  cursor: pointer;
  border: 1px solid gray;
  padding-bottom: 2px;
  border-radius: 5px !important;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  transition: border-color 0.3s ease;
  padding: 8px !important;
}

.dropdown-content {
  display: none;
}

.dropdown-content.show {
  display: block;
}

.dropdown-link {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.transition-arrow {
  transition: transform 0.3s ease;
}

.dropdown.active .transition-arrow {
  transform: rotate(180deg);
}

.dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 3px;
  font-size: 12px !important;
  cursor: pointer;
}



.dropdown-item:hover {
  background-color: #f8f9fa;
}

.dropdown-link-1 {
  cursor: pointer;
  border-bottom: 2px solid #333;
  padding-bottom: 2px;
  width: 15rem;
  display: inline-block;
  transition: border-color 0.3s ease;
}

.dropdown-link:hover {
  border-bottom-color: #007bff;
}

.filter-row {
  position: relative;
  z-index: 101;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  position: absolute;
  z-index: 100;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  min-width: 160px;
  display: none;
}

.show {
  display: block;
}

.dropdown:hover {
  z-index: 101;
}

.dropdown.show {
  z-index: 101;
}

.dropdown-content.show {
  z-index: 102;
}

.news-events-section {
  padding: 80px 0;
  background: #f8f9fa;
}

/* Calendar Styles */
.calendar-wrapper {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.calendar-header {
  background: rgb(125, 74, 226);
  color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calendar-header button {
  background: none;
  border: none;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  padding: 10px;
  background: #f8f9fa;
  font-weight: 500;
}

.calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 10px;
  gap: 5px;
}

.calendar-date {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.calendar-date:hover {
  background: #e3f2fd;
}

.calendar-date.active {
  background: rgb(125, 74, 226);
  color: white;
}

.calendar-date.has-event {
  position: relative;
}

.calendar-date.has-event::after {
  content: '';
  position: absolute;
  bottom: 3px;
  width: 4px;
  height: 4px;
  background: rgb(125, 74, 226);
  border-radius: 50%;
}

/* Tabs Styles */
.content-tabs {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.tab-header {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.tab-btn {
  padding: 10px 25px;
  border: none;
  background: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn.active {
  background: rgb(125, 74, 226);
  color: white;
}

.tab-content {
  display: none;
}

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

/* Event Card Styles */
.event-card {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}

.event-date {
  min-width: 80px;
  text-align: center;
}

.event-date .day {
  font-size: 1.8rem;
  font-weight: bold;
  color: rgb(125, 74, 226);
}

.event-details {
  flex-grow: 1;
  padding: 0 20px;
}

/* News Card Styles */
.news-card {
  display: flex;
  gap: 20px;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.news-image {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.calendar-date.active {
  background: rgb(125, 74, 226);
  color: white;
  font-weight: bold;
  transform: scale(1.1);
  box-shadow: 0 3px 10px rgba(74, 144, 226, 0.3);
}

.calendar-date.active.has-event::after {
  background: white;
}

#monthDisplay {
  color: white;
  font-weight: 500;
}

/* calender */
.calender {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: .75rem;
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* calender */

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo svg {
  width: 30px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.25rem;
}

.authentication-wrapper .app-brand-text.demo {
  font-size: 1.5rem;
  text-transform: capitalize;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 300px;
    position: relative;
  }

  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1.25rem;
}
/* Base header styles */
.table thead th {
  background: linear-gradient(to bottom, #f8f9fa, #f1f2f6);
  color: #616161;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #e9ecef;
  position: sticky;
  top: 0;
}

/* Regular columns */
.table thead th:not(:first-child):not(:nth-child(2)) {
  z-index: 1;
}

/* First two columns - highest priority */
.table thead th:first-child,
.table thead th:nth-child(2) {
  z-index: 10;
  background: linear-gradient(to bottom, #f8f9fa, #f1f2f6);
}

/* Corresponding body cells */
.table tbody td:first-child,
.table tbody td:nth-child(2) {
  position: sticky;
  z-index: 5;
  background: white;
}

/* First column position */
.table th:first-child,
.table td:first-child {
  left: 0;
}

/* Second column position */
.table th:nth-child(2),
.table td:nth-child(2) {
  left: 50px;
}

#dataTable {
  position: relative;
}

#dataTable th:last-child,
#dataTable td:last-child {
  position: sticky;
  right: 0;
  background-color: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

#dataTable th:last-child {
  z-index: 2;
}

.table thead th table th {
  position: static;
  background: inherit;
}

.table thead th[colspan="4"] {
  z-index: 0;
}

.table thead th:not([colspan]) {
  z-index: 2;
}

.table tbody tr {
  color: #6F6979;
  font-size: 13px;
  padding: 0px;
  letter-spacing: 0.4px;
}

/* 🔒 Disable sticky styles on small screens (mobile view) */
@media (max-width: 768px) {
  .table thead th,
  .table tbody td,
  #dataTable th:last-child,
  #dataTable td:last-child {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    z-index: auto !important;
    box-shadow: none !important;
  }
}

#myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
}

#myInput:focus {
  outline: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.list-unstyled a {
  font-size: 15px;
}

.show {
  display: block;
}

.dropdown-link {
  cursor: pointer;
  border: 1px solid gray;
  padding-bottom: 2px;
  border-radius: 25px;
  padding: 5px 10px 5px 10px;
  /* width: 7rem; */
  display: inline-block;
  transition: border-color 0.3s ease;
}

.dropdown-content {
  display: none;
}

.dropdown-content.show {
  display: block;
}

.dropdown-link {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.transition-arrow {
  transition: transform 0.3s ease;
}

.dropdown.active .transition-arrow {
  transform: rotate(180deg);
}

.dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 3px;
  font-size: 12px !important;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

.dropdown-link-1 {
  cursor: pointer;
  border-bottom: 2px solid #333;
  padding-bottom: 2px;
  width: 15rem;
  display: inline-block;
  transition: border-color 0.3s ease;
}

.dropdown-link:hover {
  border-bottom-color: #007bff;
}

.filter-row {
  position: relative;
  z-index: 101;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  position: absolute;
  z-index: 100;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  min-width: 160px;
  display: none;
}

.show {
  display: block;
}

.dropdown:hover {
  z-index: 101;
}

.dropdown.show {
  z-index: 101;
}

.dropdown-content.show {
  z-index: 102;
}

.news-events-section {
  padding: 80px 0;
  background: #f8f9fa;
}

/* Calendar Styles */
.calendar-wrapper {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.calendar-header {
  background: rgb(125, 74, 226);
  color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calendar-header button {
  background: none;
  border: none;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  padding: 10px;
  background: #f8f9fa;
  font-weight: 500;
}

.calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 10px;
  gap: 5px;
}

.calendar-date {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.calendar-date:hover {
  background: #e3f2fd;
}

.calendar-date.active {
  background: rgb(125, 74, 226);
  color: white;
}

.calendar-date.has-event {
  position: relative;
}

.calendar-date.has-event::after {
  content: '';
  position: absolute;
  bottom: 3px;
  width: 4px;
  height: 4px;
  background: rgb(125, 74, 226);
  border-radius: 50%;
}

/* Tabs Styles */
.content-tabs {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.tab-header {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.tab-btn {
  padding: 10px 25px;
  border: none;
  background: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn.active {
  background: rgb(125, 74, 226);
  color: white;
}

.tab-content {
  display: none;
}

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

/* Event Card Styles */
.event-card {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}

.event-date {
  min-width: 80px;
  text-align: center;
}

.event-date .day {
  font-size: 1.8rem;
  font-weight: bold;
  color: rgb(125, 74, 226);
}

.event-details {
  flex-grow: 1;
  padding: 0 20px;
}

/* News Card Styles */
.news-card {
  display: flex;
  gap: 20px;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

 @media(min-width: 320px) {
          .toptoheight{
          position: relative; top: 60px;"
        }
}

@media(min-width: 767px) {
          .toptoheight{
          position: relative; top: 37px;"
        }
}

.news-image {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.calendar-date.active {
  background: rgb(125, 74, 226);
  color: white;
  font-weight: bold;
  transform: scale(1.1);
  box-shadow: 0 3px 10px rgba(74, 144, 226, 0.3);
}

.calendar-date.active.has-event::after {
  background: white;
}

#monthDisplay {
  color: white;
  font-weight: 500;
}

/* calender */
.calender {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: .75rem;
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* calender */
.timeline-container {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  justify-content: flex-start;
  position: relative;
  padding: 38px 0px;
  gap: 50px;
}

.step {
  position: relative;
  text-align: center;
  flex-shrink: 0;
  min-width: 170px;
}

.circle {
    width: 25px;
    height: 25px;
    background-color: #9564FF;
    border: 4px solid white;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 auto;
    top: -7px;
}

.process {
  font-size: 12px;
  margin-top: 0.5rem;
}

.step .p {
  font-size: 10px;
}

/* dashboard */
.card-number {
  padding: 1.5rem;
  background-color: #fff;
  /* box-shadow: 0 px 10px -3px rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
}

.title {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.icon-wrapper {
  background-color: #73648C;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.content-wrapper {
  flex: 1;
}

.title-text {
  color: #374151;
  font-size: 15px;
  font-weight: 500;
}

.percent {
  color: #73648C;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 2px;
}

.data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.data p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #1F2937;
  /* font-size: 2rem; */
  line-height: 2.5rem;
  text-align: left;
}

.range {
  position: relative;
  background-color: #E5E7EB;
  width: 100%;
  height: 0.5rem;
  border-radius: 0.25rem;
}

.range .fill {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #73648C;
  width: 76%;
  height: 100%;
  border-radius: 0.25rem;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(105, 108, 255, 0.1);
  color: #696cff;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(105, 108, 255, 0.1);
}

.heading {
  font-size: 13px;
}

.badge {
  font-size: 0.65rem;
  padding: 0.25em 0.4em;
}

.accordion-body {
  font-size: 12px;
}

/* Latest update banner */
.bg-light {
  background-color: rgba(105, 108, 255, 0.1) !important;
}

/* dashboard */
.nav-link {
  text-decoration: none;
}

.nav-link.active p {
  border-bottom: 2px solidrgb(216, 206, 236);
  color: #696cff;
}

.nav-item {
  color: #333;
  transition: all 0.3s ease;
  padding: 8px 16px;
  margin: 0;
}

.nav-item:hover {
  color: #696cff;
}

.nav-item {
  font-size: 0.95rem;
  white-space: nowrap;
}

/* notification */
.notification-sidebar {
  position: fixed;
  top: 70px;
  right: -400px;
  width: 300px;
  background: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease;
  z-index: 1050;
}

.notification-content {
  padding: 15px;
}

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

.header-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-left i {
  color: #4361ee;
  font-size: 18px;
}

.notification-title {
  font-size: 14px;
  font-weight: 600;
  color: #2d3748;
}

.close-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.close-btn:hover {
  background: #e5e5e5;
  transform: rotate(90deg);
}

.notification-body {
  padding: 10px;
  background: #f8f9fa;
  border-radius: 8px;
}

.message-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.status-icon {
  color: #10b981;
  font-size: 18px;
  margin-top: 2px;
}

#notificationMessage {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #4a5568;
}

.show-notification {
  right: 20px;
}

/* notification */