.header {
  background: #f0f2f5; /* Changed from dark blue to a light gray */
  padding: 10px 15px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  border-radius: 0;
}
.main {
  background: #ffffff; 
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  padding: 0;
  padding-top: 10px;
  width: 100%;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.main.has-footer {
  padding-bottom: 75px;
}
.footer .hcard a:not(.btn) {
  padding: 10px 3px !important;
  text-align: center;
  color: #333; /* Changed to dark text for contrast on lighter background */
  display: block;
  text-decoration: none;
  border-top: 4px solid transparent;
}
.footer .hcard a:not(.btn).active {
  color: #5baaff; /* Kept active color */
  border-color: #e9ecef !important; /* Changed border color to match background */
}
.main .main-container {
  background: #f0f2f5; /* Changed from transparent to a light gray */
  /* backdrop-filter: blur(2.5px); */
  /* backdrop-filter: blur(8px); */
  /* -webkit-backdrop-filter: blur(2.5px); */
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1); /* Adjusted border for light background */
  color: #333; /* Changed to dark text for contrast */
  padding: 15px 0;
}
.text-shadow,
.text-default,
.text-primary,
.text-white,
.text-info,
.text-warning,
.text-danger,
.text-success,
.text-dark {
  text-shadow: none; /* Removed text-shadow as it's typically for dark backgrounds */
  /* If you need text-shadow on a light background, you'd want a darker shadow color like rgba(0,0,0,0.2) */
}
.sm {
  background: #f0f2f5; /* Changed from transparent to light gray */
  padding: 20px 0;
  border-top: 2px solid #5baaff; /* Kept accent color */
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.1); /* Adjusted shadow for light background */
  color: #333; /* Changed to dark text for contrast */
}
.card {
  color: #333; /* Changed to dark text for contrast */
  background: #ffffff; /* Changed from transparent to white for clear background */
  backdrop-filter: blur(0); /* Removed blur as the background is now solid */
  -webkit-backdrop-filter: blur(0); /* Removed blur */
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important; /* Adjusted border for light background */
}
.hcard {
  background: #e9ecef; /* Changed from dark gray to light gray */
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important; /* Adjusted border for light background */
}
.cardx {
  background: #f0f2f5; /* Changed from transparent to a light gray */
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important; /* Adjusted border for light background */
  width: 100px;
  padding: 1px;
  height: 50px;
  text-align: center;
}
.nav-item {
  width: 30%;
}
.nav-link.active {
  background: #5baaff !important; /* Kept active color */
  outline: none;
  color: #fff !important; /* Changed text color for better contrast on blue */
}
.card-item {
  cursor: pointer;
}
.card-item img {
  max-width: 70px;
  max-height: 70px;
}
.card-item p {
  color: #333; /* Changed to dark text for contrast */
  font-size: 12px;
  padding-top: 5px;
  text-shadow: none; /* Removed text-shadow */
}
.card-box img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 15px;
}
.card-box img:hover {
  background: rgba(148, 255, 253, 0.16); /* Kept original hover color, adjusted opacity if needed */
}
.card-box p {
  color: #333; /* Changed to dark text for contrast */
  font-size: 10px;
  padding-top: 5px;
  text-shadow: none; /* Removed text-shadow */
}
a {
  cursor: pointer;
}
.profile-thumb {
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  display: inline-flex;
}
.profile-thumb .profilePicPreview {
  display: block;
  border: 3px solid #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background-size: cover;
  background-position: center;
}
.material-icons,
.text-no-shadow {
  text-shadow: none; /* Removed text-shadow */
}
.profile-thumb .avatar-edit {
  position: absolute;
  right: -15px;
  bottom: -20px;
}
.profile-thumb .avatar-edit input {
  width: 0;
}
.profile-thumb .profilePicUpload {
  font-size: 0;
  opacity: 0;
}
.profile-thumb .avatar-edit label {
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  border: 2px solid #ffffff;
  font-size: 18px;
  cursor: pointer;
}
.imgEdit {
  width: 35px !important;
  height: 35px !important;
  margin-left: -2.5rem !important;
  margin-bottom: 1.5rem !important;
}
.dashboard-title {
  color: #333; /* Changed to dark text for contrast */
}
.dashboard-title i {
  color: #333; /* Changed to dark icon for contrast */
}
.table--acordion .left .icon-warning {
  background-color: rgba(255, 158, 66, 0.15); /* Kept original warning tint */
  color: #ff9e42;
}
.table--acordion .icon-success {
  background-color: rgba(40, 167, 69, 0.15); /* Kept original success tint */
  color: #28a745;
}
.table--acordion .left .icon-danger {
  background-color: rgba(234, 5, 42, 0.15); /* Adjusted danger tint opacity for lighter background */
  color: #ea052a;
}
@media (max-width: 767px) {
  .transaction-item .icon-wrapper p,
  .transaction-item .icon-wrapper span {
    font-size: 0.75rem !important;
  }
}
.badge--warning {
  color: #333; /* Changed text color for contrast on light background */
  border: 1px solid #5baaff; /* Kept accent color */
  background: #e9ecef; /* Changed from transparent blur to light gray */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); /* Adjusted shadow for light background */
  backdrop-filter: blur(0); /* Removed blur */
}
.badge--success {
  color: #fff; /* Kept white text */
  background-color: #28a745; /* Kept success color */
}
.badge--danger {
  color: #fff; /* Kept white text */
  background-color: #ea052a; /* Kept danger color */
}
.text--red {
  color: #ea052a !important; /* Kept red text */
}

.swal2-popup {
  width: 20rem !important;
}
.swal2-actions {
  margin: 0 !important;
}
.swal2-html-container {
  padding: 0 !important;
}
.swal2-icon {
  margin-top: 1rem !important;
}
#swal2-title {
  padding: 0 !important;
}

.accordion-button::after {
  display: none;
}

.modalBackground {
  color: #333; /* Changed text color for contrast */
  background: #f0f2f5; /* Changed from transparent blur to light gray */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adjusted shadow for light background */
  backdrop-filter: blur(0); /* Removed blur */
  -webkit-backdrop-filter: blur(0); /* Removed blur */
  border: 1px solid rgba(0, 0, 0, 0.18) !important; /* Adjusted border for light background */
  border-radius: 30px;
}