.node-38 .user-account-card {
  background: rgba(255, 255, 255, 1);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0px 0px 29.8px 0px rgba(70, 136, 148, 0.27);
}
.node-38 .user-account-header {
  gap: 8px;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
}
.node-38 .user-account-title {
  font-family: Rota;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  color: var(--HIS-Black-2, rgba(90, 82, 89, 1));
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.node-38 .profile-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
.node-38 .profile-section {
  margin-bottom: 1.5rem;
}
.node-38 .profile-image-container {
  position: relative;
  display: inline-block;
}
.node-38 .profile-image {
  width: 251px;
  height: 251px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e9ecef;
}
.node-38 .verification-badge {
  position: absolute;
  bottom: 19px;
  right: 23px;
  background: var(--HIS-teal, rgba(123, 188, 201, 1));
  padding: 4px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  border: 3px solid white;
}
.node-38 .verification-badge img {
  object-fit: cover;
  width: 31px;
  height: 31px;
}
.node-38 .user-info-section {
  margin-bottom: 1.5rem;
}
.node-38 .user-account-info {
  margin-bottom: 1rem;
}
.node-38 .account-lines {
  border: 1px solid rgba(188, 218, 224, 1);
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.node-38 .account-password-box {
  max-width: 500px;
  margin: 40px auto;
  padding: 30px;
}
.node-38 .account-password-box h3 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
}
.account-form-group {
  position: relative;
  margin-bottom: 15px;
}
.node-38 .edit-icon-username {
  position: absolute;
  right: 128px;
  top: 45%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 22px;
  height: 22px;
  object-fit: cover;
}
.node-38 .eye-password {
  position: absolute;
  right: 12px;
  top: 68%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 23px;
  height: 23px;
  object-fit: cover;
}
.node-38 .change-password-btn {
  width: 100%;
  background: var(--HIS-1, rgba(70, 136, 148, 1));
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 4px;
  border: none;
  margin-top: 2rem;
  padding: 10px;
}
.node-38 .change-password-btn:hover {
  background: #3c6c6d;
  color: rgba(255, 255, 255, 1);
}
.node-38 :root {
  --primary-teal: #4a9b9b;
  --dark-teal: #3a7a7a;
  --light-gray: #f8f9fa;
  --border-color: #e0e0e0;
}
.node-38 body {
  background-color: var(--light-gray);
  margin: 0;
  overflow-x: hidden;
}
.node-38 .sidebar {
  background: var(--HIS-1, rgba(70, 136, 148, 1));
  min-height: 100vh;
  width: 280px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  transition: transform 0.3s ease;
  color: white;
}
.node-38 .sidebar.collapsed {
  transform: translateX(-280px);
}
.node-38 .sidebar-header {
  padding: 20px;
}
.node-38 .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
}
.node-38 .logo-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.node-38 .sidebar-nav {
  padding: 20px 0;
}
.node-38 .nav-item {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 16px;
  margin-right: 16px;
}
.node-38 .all-icon {
  width: 24px;
  height: 24px;
  opacity: 61%;
}
.node-38 .personal-icon {
  width: 24px;
  height: 24px;
  filter: brightness(3);
  opacity: 61%;
}
.node-38 .last-three-icon {
  width: 24px;
  height: 24px;
}
.node-38 .nav-link {
  font-family: Rota;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  color: var(--HIS-White, rgba(255, 255, 255, 1));
  opacity: 61%;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}
div#block-his-userdashboardsidebar a {
  text-decoration: none;
  font-family: Rota;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  color: var(--HIS-White, rgba(255, 255, 255, 1));
  opacity: 61%;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}
.node-38 .nav-link:hover,
.nav-link.active {
  background: rgba(36, 100, 112, 1);
  opacity: 100%;
  color: var(--HIS-White, rgba(255, 255, 255, 1));
  border-radius: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
}
#block-his-userdashboardsidebar a:hover,
#block-his-userdashboardsidebar a.active {
  background: rgba(36, 100, 112, 1);
  opacity: 1;
  color: var(--HIS-White, rgba(255, 255, 255, 1));
  border-radius: 8px;
  padding: 14px 12px;
  margin-bottom: 5px;
}
.node-38 .main-content {
  margin-left: 280px;
  transition: margin-left 0.3s ease;
  min-height: 100vh;
}
.node-38 .main-content.expanded {
  margin-left: 0;
}
.node-38 .top-header {
  padding: 15px 30px;
  display: flex;
  justify-content: between;
  align-items: center;
}
.node-38 .header-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.node-38 .sidebar-toggle {
  background: none;
  border: none;
  font-size: 20px;
  color: #666;
  cursor: pointer;
}
.node-38 .welcome-text h4 {
  margin: 0;
  font-family: Rota;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  color: var(--HIS-1, rgba(70, 136, 148, 1));
  line-height: 100%;
  letter-spacing: 0px;
}
.node-38 .welcome-text small {
  font-family: Rota;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  color: rgba(131, 125, 130, 1);
  line-height: 100%;
  letter-spacing: 0px;
}
.node-38 .header-right {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}
.node-38 .header-icons {
  display: flex;
  gap: 15px;
}
.node-38 .header-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--Color-Neutral-Lightest, rgba(238, 238, 238, 1));
  background: var(--light-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.node-38 .header-icon:hover {
  background: var(--HIS-1, rgba(70, 136, 148, 1));
}
.node-38 .header-icon:hover img {
  filter: invert(1) brightness(100%) contrast(100%);
}
.node-38 .user-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.node-38 .user-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  display: flex;
}
.node-38 .user-name {
  font-family: Rota;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: var(--P10, rgba(44, 70, 76, 1));
  line-height: 150%;
  letter-spacing: 0%;
}
.node-38 .user-email {
  font-family: Rota;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  color: var(--new-grey-color, rgba(162, 172, 174, 1));
  line-height: 20px;
  letter-spacing: 0%;
}
.node-38 .content-area {
  padding: 100px;
  margin-top: 40px;
  margin-left: 100px;
  margin-right: 100px;
}
.node-38 .top-header {
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  z-index: 1000;
  height: 78px;
  background: #fff;
  transition: padding-left 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #eeeeee;
  right: 0;
  left: 0px;
}
.node-38 .content-card {
  background: rgba(255, 255, 255, 1);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0px 0px 29.8px 0px rgba(70, 136, 148, 0.27);
}
.node-38 .content-header {
  gap: 8px;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
}
.node-38 .content-title {
  font-family: Rota;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  color: var(--HIS-Black-2, rgba(90, 82, 89, 1));
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-right: 251px;
  margin-left: 251px;
}
.node-38 .edit-btn {
  background: var(--HIS-1, rgba(70, 136, 148, 1));
  color: rgba(255, 255, 255, 1);
  border: none;
  padding-left: 34.06px;
  padding-right: 34.06px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.node-38 .edit-btn:hover {
  background: var(--dark-teal);
}
.node-38 .form-row {
  margin-bottom: 20px;
}
.node-38 .form-label {
  font-family: Rota;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: var(--HIS-Black-2, rgba(90, 82, 89, 1));
  vertical-align: middle;
  margin-bottom: 8px;
}
.node-38 .lines {
  border: 1px solid rgba(188, 218, 224, 1);
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: 602px;
  margin-left: 191px;
}
.node-38 .form-control {
  border: 1px solid var(--HIS-Grey-1, rgba(131, 125, 130, 1));
  border-radius: 6px;
  padding-left: 29px;
  padding-bottom: 22px;
  padding-top: 20px;
  font-family: Rota;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: var(--HIS-Grey-1, rgba(131, 125, 130, 1));
  background: rgba(241, 241, 241, 1);
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  transition: border-color 0.3s ease;
}
.node-38 .form-control:focus {
  border-color: var(--primary-teal);
  box-shadow: 0 0 0 0.2rem rgba(74, 155, 155, 0.25);
}
.node-38 .email-section {
  margin-top: 10px;
  padding-bottom: 30px;
}
.node-38 .email-section h5 {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  line-height: 100%;
  letter-spacing: 0px;
}
.node-38 .email-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
}
.email-item span {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  line-height: 100%;
  letter-spacing: 0px;
}
.email-icon {
  color: var(--primary-teal);
}
.node-38 .email-verified {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  opacity: 50%;
  line-height: 100%;
  letter-spacing: 0px;
  margin-left: 24px;
  padding-bottom: 30px;
}
.node-38 .add-email {
  background: var(--HIS-1, hsl(188, 31%, 90%));
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: var(--HIS-1, rgba(70, 136, 148, 1));
  text-decoration: none;
  line-height: 100%;
  letter-spacing: 0px;
  border-radius: 8px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 17px;
  padding-right: 19px;
}
.node-38 .page-content {
  display: none;
}
.node-38 .page-content.active {
  display: block;
}
@media (max-width: 768px) {
  .node-38 .sidebar {
    transform: translateX(-280px);
  }
  .node-38 .sidebar.show {
    transform: translateX(0);
  }
  .node-38 .main-content {
    margin-left: 0;
  }
  .node-38 .content-area {
    padding: 20px 15px;
  }
  .node-38 .top-header {
    padding: 15px 20px;
  }
}
