@import '_content/BlazorColorPicker/BlazorColorPicker.bundle.scp.css';
@import '_content/WMBlazorOverlayScrollbars/WMBlazorOverlayScrollbars.bundle.scp.css';

/* /Pages/Accounts/GrantPermission.razor.rz.scp.css */
.account-info-section[b-6v7g3bjdgb] {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1.5rem;
  border: 1px solid #e9ecef;
}

.account-details[b-6v7g3bjdgb] {
  margin-top: 1rem;
}

.info-item[b-6v7g3bjdgb] {
  margin-bottom: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.permission-section[b-6v7g3bjdgb] {
  border-top: 2px solid #dee2e6;
  padding-top: 1.5rem;
}

.permission-card[b-6v7g3bjdgb] {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  background: white;
  height: 100%;
}

.permission-card .card-header[b-6v7g3bjdgb] {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 1rem;
  border-radius: 8px 8px 0 0;
}

.permission-card .card-body[b-6v7g3bjdgb] {
  padding: 1rem;
}

.permission-description[b-6v7g3bjdgb],
.status-description[b-6v7g3bjdgb] {
  background: #e3f2fd;
  padding: 0.5rem;
  border-radius: 4px;
  border-left: 3px solid #2196f3;
}

.current-permissions[b-6v7g3bjdgb] {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid #e9ecef;
}

.permissions-list[b-6v7g3bjdgb] {
  max-height: 200px;
  overflow-y: auto;
}

.permission-item[b-6v7g3bjdgb] {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  margin-bottom: 0.5rem;
}

.permission-item:last-child[b-6v7g3bjdgb] {
  margin-bottom: 0;
}

.action-section[b-6v7g3bjdgb] {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 1.5rem;
  border: 1px solid #e9ecef;
}

.btn-group .rz-button[b-6v7g3bjdgb] {
  margin-left: 0.5rem;
}

.btn-group .rz-button:first-child[b-6v7g3bjdgb] {
  margin-left: 0;
}
/* /Pages/Accounts/UserManagement.razor.rz.scp.css */
/* Filter Section */
.filter-section[b-z77jt5y36l] {
  border-radius: 8px;
}

.search-container[b-z77jt5y36l] {
  position: relative;
}

.search-loading[b-z77jt5y36l] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

/* Table Header */
.table-header[b-z77jt5y36l] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.table-header h5[b-z77jt5y36l] {
  color: white;
}

/* Loading Container */
.loading-container[b-z77jt5y36l] {
  text-align: center;
  padding: 3rem;
}

/* User Info Cell */
.user-info-cell[b-z77jt5y36l] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.user-avatar[b-z77jt5y36l] {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.user-avatar:hover[b-z77jt5y36l] {
  transform: scale(1.05);
}

.avatar-img[b-z77jt5y36l] {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e9ecef;
}

.avatar-placeholder[b-z77jt5y36l] {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea, #764ba2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
}

.user-details[b-z77jt5y36l] {
  flex: 1;
  min-width: 0;
}

.user-name[b-z77jt5y36l] {
  font-weight: 600;
  margin-bottom: 2px;
}

.user-link[b-z77jt5y36l] {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}

.user-link:hover[b-z77jt5y36l] {
  text-decoration: underline;
}

.user-id[b-z77jt5y36l],
.user-username[b-z77jt5y36l] {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 1px;
}

/* Contact Info */
.contact-info[b-z77jt5y36l] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.contact-item[b-z77jt5y36l] {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  gap: 0.25rem;
}

/* CCCD Info */
.cccd-info[b-z77jt5y36l] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.cccd-item[b-z77jt5y36l] {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  gap: 0.25rem;
}

/* Permissions Info */
.permissions-info[b-z77jt5y36l] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.account-type-badge .badge[b-z77jt5y36l] {
  font-size: 0.8rem;
  padding: 0.4rem 0.8rem;
}

.bg-admin[b-z77jt5y36l] {
  background: linear-gradient(135deg, #dc3545, #c82333) !important;
}
.bg-operator[b-z77jt5y36l] {
  background: linear-gradient(135deg, #007bff, #0056b3) !important;
}
.bg-business[b-z77jt5y36l] {
  background: linear-gradient(135deg, #28a745, #1e7e34) !important;
}
.bg-user[b-z77jt5y36l] {
  background: linear-gradient(135deg, #6c757d, #545b62) !important;
}
.bg-advising[b-z77jt5y36l] {
  background: linear-gradient(135deg, #6f42c1, #5a2d91) !important;
}

.permissions-list[b-z77jt5y36l] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.permission-badge[b-z77jt5y36l] {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.2rem 0.5rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}

.no-permission[b-z77jt5y36l] {
  display: flex;
  align-items: center;
}

/* Status Info */
.status-info[b-z77jt5y36l] {
  text-align: center;
}

.status-badge[b-z77jt5y36l] {
  font-weight: 600;
  font-size: 0.8rem;
}

.status-icons[b-z77jt5y36l] {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}

/* Action Buttons */
.action-buttons[b-z77jt5y36l] {
  display: flex;
  justify-content: center;
}

.action-menu-btn[b-z77jt5y36l] {
  color: #6c757d;
}

.action-menu-btn:hover[b-z77jt5y36l] {
  color: #007bff;
  background: rgba(0, 123, 255, 0.1);
}

/* Grid Improvements */
.modern-grid .rz-data-grid-header[b-z77jt5y36l] {
  background: #f8f9fa;
  font-weight: 600;
  color: #495057;
}

.modern-grid .rz-data-grid-row:hover[b-z77jt5y36l] {
  background: rgba(0, 123, 255, 0.05);
}

/* Avatar Modal */
.avatar-modal-img[b-z77jt5y36l] {
  max-width: 100%;
  max-height: 70vh;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .user-info-cell[b-z77jt5y36l] {
    flex-direction: column;
    text-align: center;
  }

  .contact-info[b-z77jt5y36l],
  .cccd-info[b-z77jt5y36l],
  .permissions-info[b-z77jt5y36l] {
    text-align: center;
  }
}
/* /Pages/Authentication/Login.razor.rz.scp.css */
body[b-jb0ix1e64h] {
  background: linear-gradient(135deg, #4caf50 0%, #2e7d32 50%, #1b5e20 100%);
  min-height: 100vh;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  overflow-x: hidden;
}

body[b-jb0ix1e64h]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle at 20% 80%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 40% 40%,
      rgba(255, 255, 255, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.login-container[b-jb0ix1e64h] {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.login-container[b-jb0ix1e64h]::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 5%;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: float-b-jb0ix1e64h 6s ease-in-out infinite;
}

.login-container[b-jb0ix1e64h]::after {
  content: "💰";
  position: absolute;
  top: 20%;
  right: 10%;
  font-size: 40px;
  opacity: 0.3;
  animation: float-b-jb0ix1e64h 8s ease-in-out infinite reverse;
}

/* Financial icons floating around */
.financial-icons[b-jb0ix1e64h] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.financial-icon[b-jb0ix1e64h] {
  position: absolute;
  opacity: 0.15;
  animation: float-b-jb0ix1e64h 6s ease-in-out infinite;
}

.financial-icon:nth-child(1)[b-jb0ix1e64h] {
  top: 15%;
  left: 8%;
  font-size: 24px;
  animation-delay: 0s;
}

.financial-icon:nth-child(2)[b-jb0ix1e64h] {
  top: 25%;
  right: 15%;
  font-size: 32px;
  animation-delay: -2s;
}

.financial-icon:nth-child(3)[b-jb0ix1e64h] {
  bottom: 30%;
  left: 12%;
  font-size: 28px;
  animation-delay: -4s;
}

.financial-icon:nth-child(4)[b-jb0ix1e64h] {
  bottom: 20%;
  right: 8%;
  font-size: 26px;
  animation-delay: -3s;
}

.financial-icon:nth-child(5)[b-jb0ix1e64h] {
  top: 45%;
  left: 3%;
  font-size: 20px;
  animation-delay: -1s;
}

.financial-icon:nth-child(6)[b-jb0ix1e64h] {
  top: 55%;
  right: 5%;
  font-size: 30px;
  animation-delay: -5s;
}

@keyframes float-b-jb0ix1e64h {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

.login-card[b-jb0ix1e64h] {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.2);
  padding: 40px;
  width: 100%;
  max-width: 450px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
}

.logo-container[b-jb0ix1e64h] {
  text-align: center;
  margin-bottom: 30px;
}

.logo-image[b-jb0ix1e64h] {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(76, 175, 80, 0.3));
}

.logo-svg[b-jb0ix1e64h] {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(76, 175, 80, 0.3));
}

.app-title[b-jb0ix1e64h] {
  color: #2c3e50;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.app-subtitle[b-jb0ix1e64h] {
  color: #7f8c8d;
  font-size: 16px;
  margin-bottom: 0;
}

.form-floating[b-jb0ix1e64h] {
  position: relative;
  margin-bottom: 20px;
}

.form-control[b-jb0ix1e64h] {
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 15px;
  font-size: 16px;
  transition: all 0.3s ease;
  height: calc(3.5rem + 2px);
  background: rgba(255, 255, 255, 0.9);
}

.form-control:focus[b-jb0ix1e64h] {
  border-color: #4caf50;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
  background: rgba(255, 255, 255, 1);
}

.form-floating label[b-jb0ix1e64h] {
  color: #6c757d;
  font-weight: 500;
  padding: 1rem 0.75rem;
  background: transparent;
}

.password-input[b-jb0ix1e64h] {
  padding-right: 50px !important;
}

.password-toggle[b-jb0ix1e64h] {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #6c757d;
  cursor: pointer;
  z-index: 10;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.password-toggle:hover[b-jb0ix1e64h] {
  color: #4caf50;
  background: rgba(76, 175, 80, 0.1);
}

.btn-login[b-jb0ix1e64h] {
  background: linear-gradient(135deg, #4caf50, #a1c038);
  border: none;
  border-radius: 12px;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  width: 100%;
  transition: all 0.3s ease;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.btn-login:hover:not(:disabled)[b-jb0ix1e64h] {
  background: linear-gradient(135deg, #45a049, #4caf50);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(76, 175, 80, 0.4);
  color: white;
}

.btn-login:disabled[b-jb0ix1e64h] {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.loading-spinner[b-jb0ix1e64h] {
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin-b-jb0ix1e64h 1s linear infinite;
  margin-right: 10px;
}

@keyframes spin-b-jb0ix1e64h {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.forgot-password[b-jb0ix1e64h] {
  text-align: center;
  margin-top: 20px;
}

.forgot-password a[b-jb0ix1e64h] {
  color: #4caf50;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.forgot-password a:hover[b-jb0ix1e64h] {
  color: #45a049;
  text-decoration: underline;
}

.divider[b-jb0ix1e64h] {
  text-align: center;
  margin: 30px 0;
  position: relative;
}

.divider[b-jb0ix1e64h]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e9ecef;
}

.divider span[b-jb0ix1e64h] {
  background: rgba(255, 255, 255, 0.95);
  color: #6c757d;
  padding: 0 20px;
  font-size: 14px;
}

.social-login[b-jb0ix1e64h] {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.btn-social[b-jb0ix1e64h] {
  flex: 1;
  padding: 12px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-social:hover[b-jb0ix1e64h] {
  border-color: #4caf50;
  color: #4caf50;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1);
}

.btn-social i[b-jb0ix1e64h] {
  margin-right: 8px;
}

.register-link[b-jb0ix1e64h] {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.register-link a[b-jb0ix1e64h] {
  color: #4caf50;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.register-link a:hover[b-jb0ix1e64h] {
  color: #45a049;
  text-decoration: underline;
}

.alert[b-jb0ix1e64h] {
  border-radius: 12px;
  border: none;
  margin-bottom: 20px;
}

.alert-danger[b-jb0ix1e64h] {
  background-color: #f8d7da;
  color: #721c24;
}

.text-danger[b-jb0ix1e64h] {
  color: #dc3545 !important;
  font-size: 0.875em;
  margin-top: 0.25rem;
}

.validation-message[b-jb0ix1e64h] {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

@media (max-width: 576px) {
  .login-card[b-jb0ix1e64h] {
    margin: 10px;
    padding: 30px 20px;
  }

  .app-title[b-jb0ix1e64h] {
    font-size: 24px;
  }

  .social-login[b-jb0ix1e64h] {
    flex-direction: column;
  }

  .financial-icon[b-jb0ix1e64h] {
    display: none;
  }
}
/* /Pages/Public/NewsDetail.razor.rz.scp.css */
/* News Detail Style */
.news-detail-container[b-e5sh1wy8fg] {
  width: 100%;
  background: #fff;
  font-family: "Arial", "Helvetica", sans-serif;
  min-height: 100vh;
}

.news-detail-header[b-e5sh1wy8fg] {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.header-content[b-e5sh1wy8fg] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.logo-container[b-e5sh1wy8fg] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
  margin: 0.75rem 0;
}

.site-logo-image[b-e5sh1wy8fg] {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.site-logo[b-e5sh1wy8fg] {
  font-size: 2rem;
  font-weight: bold;
  color: #c4161c;
  margin: 0;
  text-align: center;
  letter-spacing: -0.5px;
}

.main-nav[b-e5sh1wy8fg] {
  border-top: 1px solid #e5e5e5;
}

.nav-menu[b-e5sh1wy8fg] {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.nav-menu li[b-e5sh1wy8fg] {
  margin: 0;
}

.nav-link[b-e5sh1wy8fg] {
  display: block;
  padding: 0.875rem 1rem;
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}

.nav-link:hover[b-e5sh1wy8fg] {
  color: #c4161c;
  border-bottom-color: #c4161c;
}

.news-detail-main[b-e5sh1wy8fg] {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.loading-container[b-e5sh1wy8fg] {
  text-align: center;
  padding: 4rem 1rem;
  color: #666;
}

.spinner[b-e5sh1wy8fg] {
  width: 40px;
  height: 40px;
  border: 3px solid #f0f0f0;
  border-top-color: #c4161c;
  border-radius: 50%;
  animation: spin-b-e5sh1wy8fg 0.8s linear infinite;
  margin: 0 auto 1rem;
}

@keyframes spin-b-e5sh1wy8fg {
  to {
    transform: rotate(360deg);
  }
}

.not-found[b-e5sh1wy8fg] {
  text-align: center;
  padding: 4rem 1rem;
}

.not-found h2[b-e5sh1wy8fg] {
  font-size: 1.75rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.not-found p[b-e5sh1wy8fg] {
  color: #666;
  margin-bottom: 2rem;
}

.article-detail[b-e5sh1wy8fg] {
  background: #fff;
}

.article-header[b-e5sh1wy8fg] {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.article-meta[b-e5sh1wy8fg] {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  flex-wrap: wrap;
  align-items: center;
}

.article-category[b-e5sh1wy8fg] {
  color: #c4161c;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
}

.article-date[b-e5sh1wy8fg] {
  color: #666;
}

.article-title[b-e5sh1wy8fg] {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
  margin: 0 0 1rem 0;
  line-height: 1.4;
}

.article-lead[b-e5sh1wy8fg] {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
  font-weight: 400;
}

.article-image[b-e5sh1wy8fg] {
  width: 100%;
  margin: 2rem 0;
  overflow: hidden;
  background: #f5f5f5;
}

.article-image img[b-e5sh1wy8fg] {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}

.article-image .lazy-load[b-e5sh1wy8fg] {
  opacity: 0;
}

.article-image .lazy-load.loaded[b-e5sh1wy8fg] {
  opacity: 1;
}

.article-body[b-e5sh1wy8fg] {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 3rem;
}

.article-body p[b-e5sh1wy8fg] {
  margin-bottom: 1.5rem;
  text-align: justify;
}

.article-body h2[b-e5sh1wy8fg],
.article-body h3[b-e5sh1wy8fg] {
  color: #222;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.4;
}

.article-body h2[b-e5sh1wy8fg] {
  font-size: 1.75rem;
}

.article-body h3[b-e5sh1wy8fg] {
  font-size: 1.5rem;
}

.article-body ul[b-e5sh1wy8fg],
.article-body ol[b-e5sh1wy8fg] {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.article-body li[b-e5sh1wy8fg] {
  margin-bottom: 0.75rem;
  line-height: 1.8;
}

.article-body a[b-e5sh1wy8fg] {
  color: #c4161c;
  text-decoration: none;
  font-weight: 500;
}

.article-body a:hover[b-e5sh1wy8fg] {
  text-decoration: underline;
}

.article-body strong[b-e5sh1wy8fg] {
  font-weight: bold;
  color: #222;
}

.article-body em[b-e5sh1wy8fg] {
  font-style: italic;
}

.article-footer[b-e5sh1wy8fg] {
  padding: 2rem 0;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

.back-to-list-btn[b-e5sh1wy8fg] {
  padding: 0.875rem 2rem;
  background: #c4161c;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.back-to-list-btn:hover[b-e5sh1wy8fg] {
  background: #a01216;
  transform: translateY(-1px);
}

/* Tablet */
@media (min-width: 768px) {
  .header-content[b-e5sh1wy8fg] {
    padding: 0 2rem;
  }

  .logo-container[b-e5sh1wy8fg] {
    justify-content: flex-start;
  }

  .site-logo-image[b-e5sh1wy8fg] {
    height: 45px;
  }

  .site-logo[b-e5sh1wy8fg] {
    text-align: left;
    font-size: 2.25rem;
  }

  .nav-menu[b-e5sh1wy8fg] {
    justify-content: flex-start;
  }

  .news-detail-main[b-e5sh1wy8fg] {
    padding: 3rem 2rem;
  }

  .article-title[b-e5sh1wy8fg] {
    font-size: 2.5rem;
  }

  .article-body[b-e5sh1wy8fg] {
    font-size: 1.15rem;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .news-detail-main[b-e5sh1wy8fg] {
    padding: 3rem;
  }

  .article-title[b-e5sh1wy8fg] {
    font-size: 3rem;
  }
}
/* /Pages/Public/NewsList.razor.rz.scp.css */
/* Template Styles - Based on news-website.html */
*[b-84phxl40mo] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.news-container[b-84phxl40mo] {
  width: 100%;
  background: #ffffff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  line-height: 1.5;
}

/* Header styles moved to PublicLayout.razor.css */

/* Main Container */
.news-main[b-84phxl40mo] {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Loading */
.loading-container[b-84phxl40mo] {
  text-align: center;
  padding: 4rem 1rem;
  color: #666;
}

.spinner[b-84phxl40mo] {
  width: 40px;
  height: 40px;
  border: 3px solid #f0f0f0;
  border-top-color: #22c55e;
  border-radius: 50%;
  animation: spin-b-84phxl40mo 0.8s linear infinite;
  margin: 0 auto 1rem;
}

.spinner-small[b-84phxl40mo] {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin-b-84phxl40mo 0.6s linear infinite;
  display: inline-block;
  margin-right: 0.5rem;
}

@keyframes spin-b-84phxl40mo {
  to {
    transform: rotate(360deg);
  }
}

.no-news[b-84phxl40mo] {
  text-align: center;
  padding: 3rem 1rem;
  color: #999;
}

/* Hero Section */
.hero-section[b-84phxl40mo] {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  margin: 1.5rem 0;
}

.hero-main[b-84phxl40mo] {
  position: relative;
  height: 500px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}

.hero-image[b-84phxl40mo] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  background-size: cover;
  background-position: center;
}

.hero-main:hover .hero-image[b-84phxl40mo] {
  transform: scale(1.02);
}

.hero-overlay[b-84phxl40mo] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  color: white;
}

.hero-category[b-84phxl40mo] {
  display: inline-block;
  background: #22c55e;
  padding: 0.4rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.8rem;
}

.hero-title[b-84phxl40mo] {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.hero-excerpt[b-84phxl40mo] {
  font-size: 1rem;
  opacity: 0.9;
  line-height: 1.4;
}

.hero-side[b-84phxl40mo] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.side-story[b-84phxl40mo] {
  position: relative;
  height: 244px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}

.side-story:hover .side-image[b-84phxl40mo] {
  transform: scale(1.05);
}

.side-image[b-84phxl40mo] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  background-size: cover;
  background-position: center;
}

.side-overlay[b-84phxl40mo] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  color: white;
}

.side-title[b-84phxl40mo] {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
}

/* Section Headers */
.section-header[b-84phxl40mo] {
  border-left: 4px solid #22c55e;
  padding-left: 1rem;
  margin: 3rem 0 1.5rem 0;
}

.section-title[b-84phxl40mo] {
  font-size: 1.8rem;
  font-weight: 900;
  color: #1a1a1a;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* News Grid Layouts */
.news-grid-mixed[b-84phxl40mo] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}

.news-grid-mixed .news-card:first-child[b-84phxl40mo] {
  grid-column: span 2;
  grid-row: span 2;
}

/* When only 1 item, make it span full width */
.news-grid-mixed .news-card:only-child[b-84phxl40mo] {
  grid-column: 1 / -1;
  grid-row: span 1;
}

.news-grid[b-84phxl40mo] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}

/* When only 1 item, make it span full width */
.news-grid .news-card:only-child[b-84phxl40mo] {
  grid-column: 1 / -1;
  max-width: 400px;
  margin: 0 auto;
}

.news-card[b-84phxl40mo] {
  background: white;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid #e5e5e5;
}

.news-card:hover[b-84phxl40mo] {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.news-card.large .news-image[b-84phxl40mo] {
  height: 400px;
}

.news-card.large .news-title[b-84phxl40mo] {
  font-size: 1.6rem;
}

.news-image[b-84phxl40mo] {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  background-size: cover;
  background-position: center;
}

.news-content[b-84phxl40mo] {
  padding: 1.2rem;
}

.news-category[b-84phxl40mo] {
  display: inline-block;
  background: #22c55e;
  color: white;
  padding: 0.3rem 0.8rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.8rem;
}

.news-title[b-84phxl40mo] {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1a1a1a;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-excerpt[b-84phxl40mo] {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

.news-meta[b-84phxl40mo] {
  display: flex;
  gap: 1rem;
  color: #999;
  font-size: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid #f0f0f0;
}

/* Load More */
.load-more-container[b-84phxl40mo] {
  text-align: center;
  padding: 2rem 0;
}

.load-more-btn[b-84phxl40mo] {
  padding: 0.875rem 2rem;
  background: #22c55e;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.load-more-btn:hover:not(:disabled)[b-84phxl40mo] {
  background: #16a34a;
  transform: translateY(-1px);
}

.load-more-btn:disabled[b-84phxl40mo] {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-section[b-84phxl40mo] {
    grid-template-columns: 1fr;
  }

  .hero-main[b-84phxl40mo] {
    height: 400px;
  }

  .hero-side[b-84phxl40mo] {
    flex-direction: row;
  }

  .side-story[b-84phxl40mo] {
    height: 200px;
  }

  .news-grid-mixed[b-84phxl40mo] {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-grid[b-84phxl40mo] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .header-meta[b-84phxl40mo] {
    display: none;
  }

  .site-logo[b-84phxl40mo] {
    font-size: 1.8rem;
  }

  .main-nav[b-84phxl40mo] {
    padding: 0 40px; /* Make room for control buttons */
  }

  .nav-link[b-84phxl40mo] {
    white-space: nowrap;
  }

  .hero-main[b-84phxl40mo] {
    height: 300px;
  }

  .hero-title[b-84phxl40mo] {
    font-size: 1.5rem;
  }

  .hero-side[b-84phxl40mo] {
    flex-direction: column;
  }

  .news-grid-mixed[b-84phxl40mo],
  .news-grid[b-84phxl40mo] {
    grid-template-columns: 1fr;
  }

  .news-grid-mixed .news-card:first-child[b-84phxl40mo] {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (min-width: 768px) {
  .nav-control[b-84phxl40mo] {
    display: none !important;
  }
}
/* /Pages/RatingContracts/RatingContracts.razor.rz.scp.css */
.contract-code[b-sncsar7tms] {
  font-family: "Courier New", monospace;
}

.amount-display[b-sncsar7tms],
.monthly-payment[b-sncsar7tms] {
  text-align: right;
}

.term-display[b-sncsar7tms],
.interest-rate[b-sncsar7tms] {
  font-weight: 600;
}

.disburse-date[b-sncsar7tms] {
  font-size: 0.9rem;
  color: #495057;
}

.action-buttons[b-sncsar7tms] {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}

.contract-stats[b-sncsar7tms] {
  display: flex;
  align-items: center;
}

/* Badge styles */
.badge[b-sncsar7tms] {
  font-size: 0.75rem;
  font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .action-buttons[b-sncsar7tms] {
    flex-direction: column;
    gap: 0.25rem;
  }

  .action-buttons .rz-button[b-sncsar7tms] {
    width: 100%;
  }
}
/* /Shared/AppErrorBoundary.razor.rz.scp.css */
.error-boundary-container[b-j4gecp3yod] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 2rem;
    background-color: #f8f9fa;
}

.error-boundary-content[b-j4gecp3yod] {
    max-width: 600px;
    width: 100%;
    text-align: center;
    background: white;
    border-radius: 8px;
    padding: 3rem 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.error-icon[b-j4gecp3yod] {
    color: #dc3545;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

.error-title[b-j4gecp3yod] {
    color: #212529;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.error-message[b-j4gecp3yod] {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.error-details[b-j4gecp3yod] {
    text-align: left;
    margin: 2rem 0;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.error-details summary[b-j4gecp3yod] {
    cursor: pointer;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
}

.error-details summary:hover[b-j4gecp3yod] {
    color: #212529;
}

.error-stack[b-j4gecp3yod] {
    background-color: #212529;
    color: #f8f9fa;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
    font-size: 0.875rem;
    font-family: 'Courier New', monospace;
    white-space: pre-wrap;
    word-wrap: break-word;
    max-height: 400px;
    overflow-y: auto;
}

.error-actions[b-j4gecp3yod] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.error-actions .btn[b-j4gecp3yod] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.error-actions .btn-primary[b-j4gecp3yod] {
    background-color: #007bff;
    color: white;
}

.error-actions .btn-primary:hover[b-j4gecp3yod] {
    background-color: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
}

.error-actions .btn-secondary[b-j4gecp3yod] {
    background-color: #6c757d;
    color: white;
}

.error-actions .btn-secondary:hover[b-j4gecp3yod] {
    background-color: #545b62;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(108, 117, 125, 0.3);
}

.error-actions .btn svg[b-j4gecp3yod] {
    width: 16px;
    height: 16px;
}

@media (max-width: 768px) {
    .error-boundary-content[b-j4gecp3yod] {
        padding: 2rem 1.5rem;
    }

    .error-title[b-j4gecp3yod] {
        font-size: 1.5rem;
    }

    .error-actions[b-j4gecp3yod] {
        flex-direction: column;
    }

    .error-actions .btn[b-j4gecp3yod] {
        width: 100%;
        justify-content: center;
    }
}

/* /Shared/CreateContractDialog.razor.rz.scp.css */
/* ===== PHẦN PHÂN BIỆT 2 SECTION ===== */
.info-section[b-1avyqgfoau] {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid #6c757d;
}

.info-section .rz-fieldset-legend[b-1avyqgfoau] {
  background: linear-gradient(45deg, #6c757d, #495057);
  color: white;
}

.info-label[b-1avyqgfoau] {
  color: #6c757d !important;
  font-style: italic;
}

.contract-section[b-1avyqgfoau] {
  background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
  border-left: 4px solid #007bff;
}

.contract-section .rz-fieldset-legend[b-1avyqgfoau] {
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: white;
}

.section-divider[b-1avyqgfoau] {
  display: flex;
  align-items: center;
  margin: 2rem 0;
  padding: 1rem 0;
}

.divider-line[b-1avyqgfoau] {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, #007bff, transparent);
}

.divider-text[b-1avyqgfoau] {
  padding: 0 2rem;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  border-radius: 25px;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 0.95rem;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

/* ===== HEADER SECTION ===== */
.contract-header[b-1avyqgfoau] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  color: white;
  margin-bottom: 10px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.contract-title[b-1avyqgfoau] {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
}

.contract-meta[b-1avyqgfoau] {
  display: flex;
  align-items: center;
  gap: 10px;
}

.badge[b-1avyqgfoau] {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-primary[b-1avyqgfoau] {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.amount-highlight[b-1avyqgfoau] {
  text-align: right;
}

.amount-label[b-1avyqgfoau] {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 4px;
}

.amount-value[b-1avyqgfoau] {
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* ===== ENHANCED FIELDSETS ===== */
.enhanced-fieldset[b-1avyqgfoau] {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease;
  margin-bottom: 1.5rem;
}

.enhanced-fieldset:hover[b-1avyqgfoau] {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.enhanced-fieldset .rz-fieldset-legend[b-1avyqgfoau] {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  color: #495057;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* ===== INFO CARDS ===== */
.info-card[b-1avyqgfoau] {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 1px solid #e9ecef;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.info-card:hover[b-1avyqgfoau] {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.info-card-header[b-1avyqgfoau] {
  background: linear-gradient(45deg, #6c757d, #495057);
  color: white;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}

.info-card-body[b-1avyqgfoau] {
  padding: 16px;
}

.info-item[b-1avyqgfoau] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f3f4;
}

.info-item:last-child[b-1avyqgfoau] {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.info-label[b-1avyqgfoau] {
  font-size: 0.85rem;
  color: #6c757d;
  font-weight: 500;
}

.info-value[b-1avyqgfoau] {
  font-size: 0.95rem;
  color: #212529;
  text-align: right;
  max-width: 60%;
  word-break: break-word;
}

.font-weight-bold[b-1avyqgfoau] {
  font-weight: 600 !important;
  color: #495057 !important;
}

/* ===== FINANCIAL SECTION ===== */
.financial-section[b-1avyqgfoau] {
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
  border-left: 4px solid #28a745;
}

.financial-section .rz-fieldset-legend[b-1avyqgfoau] {
  background: linear-gradient(45deg, #28a745, #20c997);
  color: white;
}

.financial-card[b-1avyqgfoau] {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 12px;
  background: white;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.financial-card[b-1avyqgfoau]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--card-color),
    var(--card-color-light)
  );
}

.financial-card.primary[b-1avyqgfoau] {
  --card-color: #007bff;
  --card-color-light: #66b3ff;
  border-color: rgba(0, 123, 255, 0.1);
}

.financial-card.secondary[b-1avyqgfoau] {
  --card-color: #6c757d;
  --card-color-light: #adb5bd;
  border-color: rgba(108, 117, 125, 0.1);
}

.financial-card.success[b-1avyqgfoau] {
  --card-color: #28a745;
  --card-color-light: #71dd8a;
  border-color: rgba(40, 167, 69, 0.1);
}

.financial-card:hover[b-1avyqgfoau] {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: var(--card-color);
}

.financial-icon[b-1avyqgfoau] {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    var(--card-color),
    var(--card-color-light)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.financial-details[b-1avyqgfoau] {
  flex: 1;
}

.financial-label[b-1avyqgfoau] {
  font-size: 0.85rem;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.financial-value[b-1avyqgfoau] {
  font-size: 1.4rem;
  font-weight: 700;
  color: #212529;
  line-height: 1.2;
}

/* ===== PAYMENT SUMMARY ===== */
.payment-summary[b-1avyqgfoau] {
  background: linear-gradient(135deg, #fff3cd 0%, #ffffff 100%);
  border: 1px solid #ffeaa7;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 20px;
}

.payment-summary-header[b-1avyqgfoau] {
  background: linear-gradient(45deg, #ffc107, #ffdd57);
  color: #212529;
  padding: 12px 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.payment-summary-body[b-1avyqgfoau] {
  padding: 20px;
}

.payment-item[b-1avyqgfoau] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #f8f9fa;
}

.payment-item:last-child[b-1avyqgfoau] {
  margin-bottom: 0;
  border-bottom: none;
  font-weight: 600;
  font-size: 1.05rem;
}

.payment-label[b-1avyqgfoau] {
  color: #495057;
  font-weight: 500;
}

.payment-value[b-1avyqgfoau] {
  font-weight: 600;
  color: #212529;
}

.payment-value.highlight[b-1avyqgfoau] {
  color: #007bff;
  font-size: 1.1rem;
}

/* ===== ENHANCED INPUTS ===== */
.detail-item[b-1avyqgfoau] {
  margin-bottom: 20px;
}

.enhanced-label[b-1avyqgfoau] {
  font-weight: 600;
  color: #495057;
  margin-bottom: 8px;
  display: block;
}

.enhanced-label.required[b-1avyqgfoau]::after {
  content: " *";
  color: #dc3545;
  font-weight: bold;
}

.required-indicator[b-1avyqgfoau] {
  color: #dc3545;
  font-weight: bold;
  margin-left: 4px;
}

.enhanced-input[b-1avyqgfoau] {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: #ffffff;
}

.enhanced-input:focus[b-1avyqgfoau] {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
  outline: none;
}

.enhanced-input:disabled[b-1avyqgfoau] {
  background: #f8f9fa;
  color: #6c757d;
  border-color: #dee2e6;
}

/* ===== FILE UPLOAD SECTION ===== */
.file-upload-section[b-1avyqgfoau] {
  margin-top: 10px;
}

.file-upload-header[b-1avyqgfoau] {
  font-weight: 600;
  color: #495057;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}

.file-upload-container.enhanced[b-1avyqgfoau] {
  border: 2px dashed #dee2e6;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.file-upload-container.enhanced:hover[b-1avyqgfoau] {
  border-color: #007bff;
  background: linear-gradient(135deg, #f0f8ff 0%, #ffffff 100%);
}

.upload-area[b-1avyqgfoau] {
  padding: 30px 20px;
  text-align: center;
}

.upload-button[b-1avyqgfoau] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 2px dashed #adb5bd;
  border-radius: 10px;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.upload-button:hover[b-1avyqgfoau] {
  border-color: #007bff;
  background: #f0f8ff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.1);
}

.upload-icon[b-1avyqgfoau] {
  font-size: 3rem;
  color: #6c757d;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.upload-button:hover .upload-icon[b-1avyqgfoau] {
  color: #007bff;
}

.upload-text[b-1avyqgfoau] {
  text-align: center;
}

.upload-title[b-1avyqgfoau] {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 4px;
}

.upload-subtitle[b-1avyqgfoau] {
  font-size: 0.9rem;
  color: #6c757d;
}

.upload-requirements[b-1avyqgfoau] {
  text-align: center;
}

/* ===== FILE PREVIEW SECTION ===== */
.file-preview-section[b-1avyqgfoau] {
  border-top: 1px solid #dee2e6;
  padding-top: 20px;
  margin-top: 20px;
}

.file-count-header[b-1avyqgfoau] {
  font-weight: 600;
  color: #495057;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  background: #f8f9fa;
  padding: 10px 16px;
  border-radius: 8px;
}

.file-preview-list.enhanced[b-1avyqgfoau] {
  margin: 0;
}

.file-preview-item.enhanced[b-1avyqgfoau] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  margin-bottom: 12px;
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.file-preview-item.enhanced:hover[b-1avyqgfoau] {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border-color: #007bff;
}

.file-info[b-1avyqgfoau] {
  display: flex;
  align-items: center;
  flex: 1;
}

.file-icon[b-1avyqgfoau] {
  margin-right: 16px;
}

.file-type-badge[b-1avyqgfoau] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.file-type-badge.pdf[b-1avyqgfoau] {
  background: linear-gradient(135deg, #dc3545, #ff6b7a);
}

.file-type-badge.doc[b-1avyqgfoau] {
  background: linear-gradient(135deg, #0d6efd, #6fa8ff);
}

.file-type-badge .rz-icon[b-1avyqgfoau] {
  font-size: 1.5rem;
  margin-bottom: 2px;
}

.file-type-badge span[b-1avyqgfoau] {
  font-size: 0.7rem;
  font-weight: 700;
}

.file-details[b-1avyqgfoau] {
  flex: 1;
}

.file-name[b-1avyqgfoau] {
  font-weight: 600;
  color: #212529;
  margin-bottom: 6px;
  font-size: 1rem;
}

.file-meta[b-1avyqgfoau] {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.file-size[b-1avyqgfoau],
.file-type[b-1avyqgfoau] {
  font-size: 0.8rem;
  color: #6c757d;
  background: #f8f9fa;
  padding: 2px 8px;
  border-radius: 12px;
}

.file-status[b-1avyqgfoau] {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 12px;
}

.file-status.success[b-1avyqgfoau] {
  color: #28a745;
  background: #d4edda;
}

.file-actions[b-1avyqgfoau] {
  display: flex;
  gap: 8px;
  align-items: center;
}

.action-button[b-1avyqgfoau] {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.action-button:hover[b-1avyqgfoau] {
  transform: scale(1.1);
}

/* ===== PDF PREVIEW ===== */
.pdf-preview.enhanced[b-1avyqgfoau] {
  margin: 16px 0;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.pdf-preview-header[b-1avyqgfoau] {
  background: linear-gradient(45deg, #495057, #6c757d);
  color: white;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.close-preview[b-1avyqgfoau] {
  color: white;
  background: transparent;
  border: none;
  padding: 4px;
}

.pdf-frame[b-1avyqgfoau] {
  border: none;
  border-radius: 0 0 10px 10px;
}

/* ===== NO FILES STATE ===== */
.no-files.enhanced[b-1avyqgfoau] {
  text-align: center;
  padding: 50px 20px;
  color: #6c757d;
}

.no-files-icon[b-1avyqgfoau] {
  font-size: 4rem;
  color: #adb5bd;
  margin-bottom: 16px;
  display: block;
}

.no-files-title[b-1avyqgfoau] {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 8px;
}

.no-files-subtitle[b-1avyqgfoau] {
  font-size: 0.9rem;
  color: #6c757d;
}

/* ===== TERMS NOTICE ===== */
.terms-notice[b-1avyqgfoau] {
  background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
  border: 1px solid #bbdefb;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  color: #1565c0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.terms-notice .rz-icon[b-1avyqgfoau] {
  margin-top: 2px;
  color: #1976d2;
}

/* ===== ACTION BUTTONS ===== */
.action-buttons[b-1avyqgfoau] {
  padding: 20px 0;
  border-top: 1px solid #dee2e6;
  margin-top: 30px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.cancel-button[b-1avyqgfoau],
.submit-button[b-1avyqgfoau] {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.cancel-button[b-1avyqgfoau] {
  background: #6c757d;
  color: white;
}

.cancel-button:hover[b-1avyqgfoau] {
  background: #545b62;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3);
}

.submit-button[b-1avyqgfoau] {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  min-width: 150px;
}

.submit-button:hover:not(:disabled)[b-1avyqgfoau] {
  background: linear-gradient(135deg, #0056b3, #004085);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.submit-button:disabled[b-1avyqgfoau] {
  background: #6c757d;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
  .contract-header[b-1avyqgfoau] {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .amount-highlight[b-1avyqgfoau] {
    text-align: center;
  }

  .financial-card[b-1avyqgfoau] {
    margin-bottom: 16px;
  }

  .file-info[b-1avyqgfoau] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .file-meta[b-1avyqgfoau] {
    justify-content: flex-start;
  }

  .action-buttons[b-1avyqgfoau] {
    flex-direction: column-reverse;
    gap: 12px;
  }

  .cancel-button[b-1avyqgfoau],
  .submit-button[b-1avyqgfoau] {
    width: 100%;
    justify-content: center;
  }

  .section-divider[b-1avyqgfoau] {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .divider-line[b-1avyqgfoau] {
    width: 100%;
    height: 2px;
  }
}

/* ===== ANIMATIONS ===== */
@keyframes slideInUp-b-1avyqgfoau {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.enhanced-fieldset[b-1avyqgfoau] {
  animation: slideInUp-b-1avyqgfoau 0.3s ease-out;
}

.file-preview-item.enhanced[b-1avyqgfoau] {
  animation: slideInUp-b-1avyqgfoau 0.3s ease-out;
}

/* ===== UTILITY CLASSES ===== */
.text-warning[b-1avyqgfoau] {
  color: #ffc107 !important;
}

.me-1[b-1avyqgfoau] {
  margin-right: 0.25rem;
}
.me-2[b-1avyqgfoau] {
  margin-right: 0.5rem;
}
.ms-2[b-1avyqgfoau] {
  margin-left: 0.5rem;
}
.mb-3[b-1avyqgfoau] {
  margin-bottom: 1rem;
}

/* ===== CUSTOM SCROLLBAR ===== */
.file-preview-section[b-1avyqgfoau]::-webkit-scrollbar {
  width: 6px;
}

.file-preview-section[b-1avyqgfoau]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.file-preview-section[b-1avyqgfoau]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.file-preview-section[b-1avyqgfoau]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
} /* ===== HEADER SECTION ===== */
.contract-header[b-1avyqgfoau] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  color: white;
  margin-bottom: 10px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.contract-title[b-1avyqgfoau] {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
}

.contract-meta[b-1avyqgfoau] {
  display: flex;
  align-items: center;
  gap: 10px;
}

.badge[b-1avyqgfoau] {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-primary[b-1avyqgfoau] {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.amount-highlight[b-1avyqgfoau] {
  text-align: right;
}

.amount-label[b-1avyqgfoau] {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 4px;
}

.amount-value[b-1avyqgfoau] {
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* ===== ENHANCED FIELDSETS ===== */
.enhanced-fieldset[b-1avyqgfoau] {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease;
}

.enhanced-fieldset:hover[b-1avyqgfoau] {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.enhanced-fieldset .rz-fieldset-legend[b-1avyqgfoau] {
  background: linear-gradient(45deg, #f8f9fa, #ffffff);
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  color: #495057;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* ===== INFO CARDS ===== */
.info-card[b-1avyqgfoau] {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 1px solid #e9ecef;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.info-card:hover[b-1avyqgfoau] {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.info-card-header[b-1avyqgfoau] {
  background: linear-gradient(45deg, #6c757d, #495057);
  color: white;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}

.info-card-body[b-1avyqgfoau] {
  padding: 16px;
}

.info-item[b-1avyqgfoau] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f3f4;
}

.info-item:last-child[b-1avyqgfoau] {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.info-label[b-1avyqgfoau] {
  font-size: 0.85rem;
  color: #6c757d;
  font-weight: 500;
}

.info-value[b-1avyqgfoau] {
  font-size: 0.95rem;
  color: #212529;
  text-align: right;
  max-width: 60%;
  word-break: break-word;
}

.font-weight-bold[b-1avyqgfoau] {
  font-weight: 600 !important;
  color: #495057 !important;
}

/* ===== FINANCIAL SECTION ===== */
.financial-section[b-1avyqgfoau] {
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}

.financial-card[b-1avyqgfoau] {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 12px;
  background: white;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.financial-card[b-1avyqgfoau]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--card-color),
    var(--card-color-light)
  );
}

.financial-card.primary[b-1avyqgfoau] {
  --card-color: #007bff;
  --card-color-light: #66b3ff;
  border-color: rgba(0, 123, 255, 0.1);
}

.financial-card.secondary[b-1avyqgfoau] {
  --card-color: #6c757d;
  --card-color-light: #adb5bd;
  border-color: rgba(108, 117, 125, 0.1);
}

.financial-card.success[b-1avyqgfoau] {
  --card-color: #28a745;
  --card-color-light: #71dd8a;
  border-color: rgba(40, 167, 69, 0.1);
}

.financial-card:hover[b-1avyqgfoau] {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: var(--card-color);
}

.financial-icon[b-1avyqgfoau] {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    var(--card-color),
    var(--card-color-light)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.financial-details[b-1avyqgfoau] {
  flex: 1;
}

.financial-label[b-1avyqgfoau] {
  font-size: 0.85rem;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.financial-value[b-1avyqgfoau] {
  font-size: 1.4rem;
  font-weight: 700;
  color: #212529;
  line-height: 1.2;
}

/* ===== PAYMENT SUMMARY ===== */
.payment-summary[b-1avyqgfoau] {
  background: linear-gradient(135deg, #fff3cd 0%, #ffffff 100%);
  border: 1px solid #ffeaa7;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 20px;
}

.payment-summary-header[b-1avyqgfoau] {
  background: linear-gradient(45deg, #ffc107, #ffdd57);
  color: #212529;
  padding: 12px 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.payment-summary-body[b-1avyqgfoau] {
  padding: 20px;
}

.payment-item[b-1avyqgfoau] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #f8f9fa;
}

.payment-item:last-child[b-1avyqgfoau] {
  margin-bottom: 0;
  border-bottom: none;
  font-weight: 600;
  font-size: 1.05rem;
}

.payment-label[b-1avyqgfoau] {
  color: #495057;
  font-weight: 500;
}

.payment-value[b-1avyqgfoau] {
  font-weight: 600;
  color: #212529;
}

.payment-value.highlight[b-1avyqgfoau] {
  color: #007bff;
  font-size: 1.1rem;
}

/* ===== ENHANCED INPUTS ===== */
.detail-item[b-1avyqgfoau] {
  margin-bottom: 20px;
}

.enhanced-label[b-1avyqgfoau] {
  font-weight: 600;
  color: #495057;
  margin-bottom: 8px;
  display: block;
}

.enhanced-label.required[b-1avyqgfoau]::after {
  content: " *";
  color: #dc3545;
  font-weight: bold;
}

.required-indicator[b-1avyqgfoau] {
  color: #dc3545;
  font-weight: bold;
  margin-left: 4px;
}

.enhanced-input[b-1avyqgfoau] {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: #ffffff;
}

.enhanced-input:focus[b-1avyqgfoau] {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
  outline: none;
}

.enhanced-input:disabled[b-1avyqgfoau] {
  background: #f8f9fa;
  color: #6c757d;
  border-color: #dee2e6;
}

/* ===== CONTRACT SECTION ===== */
.contract-section[b-1avyqgfoau] {
  background: linear-gradient(135deg, #f0f8ff 0%, #ffffff 100%);
}

/* ===== FILE UPLOAD SECTION ===== */
.file-upload-section[b-1avyqgfoau] {
  margin-top: 10px;
}

.file-upload-header[b-1avyqgfoau] {
  font-weight: 600;
  color: #495057;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}

.file-upload-container.enhanced[b-1avyqgfoau] {
  border: 2px dashed #dee2e6;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.file-upload-container.enhanced:hover[b-1avyqgfoau] {
  border-color: #007bff;
  background: linear-gradient(135deg, #f0f8ff 0%, #ffffff 100%);
}

.upload-area[b-1avyqgfoau] {
  padding: 30px 20px;
  text-align: center;
}

.upload-button[b-1avyqgfoau] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 2px dashed #adb5bd;
  border-radius: 10px;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.upload-button:hover[b-1avyqgfoau] {
  border-color: #007bff;
  background: #f0f8ff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.1);
}

.upload-icon[b-1avyqgfoau] {
  font-size: 3rem;
  color: #6c757d;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.upload-button:hover .upload-icon[b-1avyqgfoau] {
  color: #007bff;
}

.upload-text[b-1avyqgfoau] {
  text-align: center;
}

.upload-title[b-1avyqgfoau] {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 4px;
}

.upload-subtitle[b-1avyqgfoau] {
  font-size: 0.9rem;
  color: #6c757d;
}

.upload-requirements[b-1avyqgfoau] {
  text-align: center;
}

/* ===== FILE PREVIEW SECTION ===== */
.file-preview-section[b-1avyqgfoau] {
  border-top: 1px solid #dee2e6;
  padding-top: 20px;
  margin-top: 20px;
}

.file-count-header[b-1avyqgfoau] {
  font-weight: 600;
  color: #495057;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  background: #f8f9fa;
  padding: 10px 16px;
  border-radius: 8px;
}

.file-preview-list.enhanced[b-1avyqgfoau] {
  margin: 0;
}

.file-preview-item.enhanced[b-1avyqgfoau] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  margin-bottom: 12px;
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.file-preview-item.enhanced:hover[b-1avyqgfoau] {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border-color: #007bff;
}

.file-info[b-1avyqgfoau] {
  display: flex;
  align-items: center;
  flex: 1;
}

.file-icon[b-1avyqgfoau] {
  margin-right: 16px;
}

.file-type-badge[b-1avyqgfoau] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.file-type-badge.pdf[b-1avyqgfoau] {
  background: linear-gradient(135deg, #dc3545, #ff6b7a);
}

.file-type-badge.doc[b-1avyqgfoau] {
  background: linear-gradient(135deg, #0d6efd, #6fa8ff);
}

.file-type-badge .rz-icon[b-1avyqgfoau] {
  font-size: 1.5rem;
  margin-bottom: 2px;
}

.file-type-badge span[b-1avyqgfoau] {
  font-size: 0.7rem;
  font-weight: 700;
}

.file-details[b-1avyqgfoau] {
  flex: 1;
}

.file-name[b-1avyqgfoau] {
  font-weight: 600;
  color: #212529;
  margin-bottom: 6px;
  font-size: 1rem;
}

.file-meta[b-1avyqgfoau] {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.file-size[b-1avyqgfoau],
.file-type[b-1avyqgfoau] {
  font-size: 0.8rem;
  color: #6c757d;
  background: #f8f9fa;
  padding: 2px 8px;
  border-radius: 12px;
}

.file-status[b-1avyqgfoau] {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 12px;
}

.file-status.success[b-1avyqgfoau] {
  color: #28a745;
  background: #d4edda;
}

.file-actions[b-1avyqgfoau] {
  display: flex;
  gap: 8px;
  align-items: center;
}

.action-button[b-1avyqgfoau] {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.action-button:hover[b-1avyqgfoau] {
  transform: scale(1.1);
}

/* ===== PDF PREVIEW ===== */
.pdf-preview.enhanced[b-1avyqgfoau] {
  margin: 16px 0;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.pdf-preview-header[b-1avyqgfoau] {
  background: linear-gradient(45deg, #495057, #6c757d);
  color: white;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.close-preview[b-1avyqgfoau] {
  color: white;
  background: transparent;
  border: none;
  padding: 4px;
}

.pdf-frame[b-1avyqgfoau] {
  border: none;
  border-radius: 0 0 10px 10px;
}

/* ===== NO FILES STATE ===== */
.no-files.enhanced[b-1avyqgfoau] {
  text-align: center;
  padding: 50px 20px;
  color: #6c757d;
}

.no-files-icon[b-1avyqgfoau] {
  font-size: 4rem;
  color: #adb5bd;
  margin-bottom: 16px;
  display: block;
}

.no-files-title[b-1avyqgfoau] {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 8px;
}

.no-files-subtitle[b-1avyqgfoau] {
  font-size: 0.9rem;
  color: #6c757d;
}

/* ===== TERMS NOTICE ===== */
.terms-notice[b-1avyqgfoau] {
  background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
  border: 1px solid #bbdefb;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  color: #1565c0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.terms-notice .rz-icon[b-1avyqgfoau] {
  margin-top: 2px;
  color: #1976d2;
}

/* ===== ACTION BUTTONS ===== */
.action-buttons[b-1avyqgfoau] {
  padding: 20px 0;
  border-top: 1px solid #dee2e6;
  margin-top: 30px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.cancel-button[b-1avyqgfoau],
.submit-button[b-1avyqgfoau] {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.cancel-button[b-1avyqgfoau] {
  background: #6c757d;
  color: white;
}

.cancel-button:hover[b-1avyqgfoau] {
  background: #545b62;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3);
}

.submit-button[b-1avyqgfoau] {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  min-width: 150px;
}

.submit-button:hover:not(:disabled)[b-1avyqgfoau] {
  background: linear-gradient(135deg, #0056b3, #004085);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.submit-button:disabled[b-1avyqgfoau] {
  background: #6c757d;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
  .contract-header[b-1avyqgfoau] {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .amount-highlight[b-1avyqgfoau] {
    text-align: center;
  }

  .financial-card[b-1avyqgfoau] {
    margin-bottom: 16px;
  }

  .file-info[b-1avyqgfoau] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .file-meta[b-1avyqgfoau] {
    justify-content: flex-start;
  }

  .action-buttons[b-1avyqgfoau] {
    flex-direction: column-reverse;
    gap: 12px;
  }

  .cancel-button[b-1avyqgfoau],
  .submit-button[b-1avyqgfoau] {
    width: 100%;
    justify-content: center;
  }
}

/* ===== ANIMATIONS ===== */
@keyframes slideInUp-b-1avyqgfoau {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.enhanced-fieldset[b-1avyqgfoau] {
  animation: slideInUp-b-1avyqgfoau 0.3s ease-out;
}

.file-preview-item.enhanced[b-1avyqgfoau] {
  animation: slideInUp-b-1avyqgfoau 0.3s ease-out;
}

/* ===== UTILITY CLASSES ===== */
.text-warning[b-1avyqgfoau] {
  color: #ffc107 !important;
}

.me-1[b-1avyqgfoau] {
  margin-right: 0.25rem;
}
.me-2[b-1avyqgfoau] {
  margin-right: 0.5rem;
}
.ms-2[b-1avyqgfoau] {
  margin-left: 0.5rem;
}
.mb-3[b-1avyqgfoau] {
  margin-bottom: 1rem;
}

/* ===== CUSTOM SCROLLBAR ===== */
.file-preview-section[b-1avyqgfoau]::-webkit-scrollbar {
  width: 6px;
}

.file-preview-section[b-1avyqgfoau]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.file-preview-section[b-1avyqgfoau]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.file-preview-section[b-1avyqgfoau]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
/* /Shared/CustomerRatingDialog.razor.rz.scp.css */
.customer-rating-dialog[b-2ducjj1b27] {
  min-height: 400px;
}

.rating-header[b-2ducjj1b27] {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 1rem;
}

.rating-summary[b-2ducjj1b27] {
  min-width: 120px;
}

.average-rating[b-2ducjj1b27] {
  font-size: 1.5rem;
  font-weight: bold;
  color: #495057;
}

.rating-number[b-2ducjj1b27] {
  font-size: 2rem;
  color: #ffc107;
}

.rating-max[b-2ducjj1b27] {
  font-size: 1.2rem;
  color: #6c757d;
}

.star-display[b-2ducjj1b27] {
  font-size: 1.1rem;
}

.rating-distribution[b-2ducjj1b27] {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 8px;
}

.star-label[b-2ducjj1b27] {
  width: 50px;
  text-align: right;
}

.star-count[b-2ducjj1b27] {
  width: 30px;
  text-align: left;
}

.ratings-list[b-2ducjj1b27] {
  max-height: 400px;
  overflow-y: auto;
}

.rating-item[b-2ducjj1b27] {
  padding: 1rem;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 1rem;
  background: #fff;
  transition: all 0.3s ease;
}

.rating-item:hover[b-2ducjj1b27] {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.star-rating[b-2ducjj1b27] {
  font-size: 1rem;
}

.rating-value[b-2ducjj1b27] {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 600;
}

.reviewer-name[b-2ducjj1b27] {
  color: #495057;
  font-size: 1rem;
}

.leader-badge[b-2ducjj1b27] {
  background: #e3f2fd;
  color: #1976d2;
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}

.rating-comment[b-2ducjj1b27] {
  background: #f8f9fa;
  padding: 0.75rem;
  border-left: 4px solid #007bff;
  border-radius: 4px;
  margin-top: 0.5rem;
}

.no-comment[b-2ducjj1b27] {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background: #f8f9fa;
  border-radius: 4px;
  text-align: center;
}

.empty-state[b-2ducjj1b27] {
  color: #6c757d;
}

.pagination-wrapper[b-2ducjj1b27] {
  border-top: 1px solid #e9ecef;
  padding-top: 1rem;
}

.btn-group .rz-button[b-2ducjj1b27] {
  border-radius: 0 !important;
  margin-right: 1px;
}

.btn-group .rz-button:first-child[b-2ducjj1b27] {
  border-radius: 0.375rem 0 0 0.375rem !important;
}

.btn-group .rz-button:last-child[b-2ducjj1b27] {
  border-radius: 0 0.375rem 0.375rem 0 !important;
  margin-right: 0;
}
/* /Shared/LoadingSpinner.razor.rz.scp.css */
.loading-container[b-yq3btrw6wo] {
  background: #a1c038;
  width: 100vw;
  height: 100vh;
}

.loading-inner[b-yq3btrw6wo] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  gap: 24px;
}

.loading-logo[b-yq3btrw6wo] {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.progress[b-yq3btrw6wo] {
  width: 120px;
  height: 16px;
  border-radius: 20px;
  color: white;
  border: 2px solid;
  position: relative;
}

.progress[b-yq3btrw6wo]::before {
  content: "";
  position: absolute;
  margin: 2px;
  inset: 0 100% 0 0;
  border-radius: inherit;
  background: #a1c038;
  animation: loading-b-yq3btrw6wo 2s infinite;
}

@keyframes loading-b-yq3btrw6wo {
  100% {
    inset: 0;
  }
}
/* /Shared/LoginLayout.razor.rz.scp.css */
.login-layout[b-z30mr5vdc3] {
  min-height: 100vh;
  background: linear-gradient(180deg, #f6fff9 0%, #ffffff 40%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.login-layout__content[b-z30mr5vdc3] {
  width: 100%;
  max-width: 1200px;
}

@media (max-width: 768px) {
  .login-layout[b-z30mr5vdc3] {
    padding: 1rem 0.5rem;
  }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-izboyfbjvw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-izboyfbjvw] {
    flex: 1;
}

.sidebar[b-izboyfbjvw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-izboyfbjvw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-izboyfbjvw]  a, .top-row .btn-link[b-izboyfbjvw] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-izboyfbjvw] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-izboyfbjvw] {
        display: none;
    }

    .top-row.auth[b-izboyfbjvw] {
        justify-content: space-between;
    }

    .top-row a[b-izboyfbjvw], .top-row .btn-link[b-izboyfbjvw] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-izboyfbjvw] {
        flex-direction: row;
    }

    .sidebar[b-izboyfbjvw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-izboyfbjvw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-izboyfbjvw], article[b-izboyfbjvw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b38gltj8fu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-b38gltj8fu] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-b38gltj8fu] {
    font-size: 1.1rem;
}

.oi[b-b38gltj8fu] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-b38gltj8fu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-b38gltj8fu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-b38gltj8fu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-b38gltj8fu]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-b38gltj8fu]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-b38gltj8fu]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-b38gltj8fu] {
        display: none;
    }

    .collapse[b-b38gltj8fu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-b38gltj8fu] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/NewsForm.razor.rz.scp.css */
.upload-minimal[b-dje84gt2z4] {
  display: block;
  width: 100%;
  padding: 1.5rem;
  border: 2px dashed #cbd5e0;
  border-radius: 8px;
  background: #f7fafc;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}

.upload-minimal:hover[b-dje84gt2z4] {
  border-color: #4299e1;
  background: #ebf8ff;
}

.preview-minimal[b-dje84gt2z4] {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #f7fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.img-minimal[b-dje84gt2z4] {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}

.info-minimal[b-dje84gt2z4] {
  flex: 1;
}

.name-minimal[b-dje84gt2z4] {
  font-weight: 500;
  color: #2d3748;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.meta-minimal[b-dje84gt2z4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.badge-existing[b-dje84gt2z4] {
  background: #bee3f8;
  color: #2a69ac;
  padding: 0.2rem 0.4rem;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 500;
}

.badge-new[b-dje84gt2z4] {
  background: #c6f6d5;
  color: #25855a;
  padding: 0.2rem 0.4rem;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 500;
}

.actions-minimal[b-dje84gt2z4] {
  display: flex;
  gap: 0.25rem;
}

.btn-edit[b-dje84gt2z4],
.btn-delete[b-dje84gt2z4] {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: relative;
}

.btn-edit[b-dje84gt2z4] {
  background: #4299e1;
  color: white;
}

.btn-delete[b-dje84gt2z4] {
  background: #e53e3e;
  color: white;
}
/* /Shared/ProductRatingDialog.razor.rz.scp.css */
.product-rating-dialog[b-duxfgrsqpm] {
  min-height: 400px;
}

.rating-header[b-duxfgrsqpm] {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 1rem;
}

.rating-summary[b-duxfgrsqpm] {
  min-width: 120px;
}

.average-rating[b-duxfgrsqpm] {
  font-size: 1.5rem;
  font-weight: bold;
  color: #495057;
}

.rating-number[b-duxfgrsqpm] {
  font-size: 2rem;
  color: #28a745;
}

.rating-max[b-duxfgrsqpm] {
  font-size: 1.2rem;
  color: #6c757d;
}

.star-display[b-duxfgrsqpm] {
  font-size: 1.1rem;
}

.rating-distribution[b-duxfgrsqpm] {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 8px;
}

.star-label[b-duxfgrsqpm] {
  width: 50px;
  text-align: right;
}

.star-count[b-duxfgrsqpm] {
  width: 30px;
  text-align: left;
}

.ratings-list[b-duxfgrsqpm] {
  max-height: 400px;
  overflow-y: auto;
}

.rating-item[b-duxfgrsqpm] {
  padding: 1rem;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 1rem;
  background: #fff;
  transition: all 0.3s ease;
}

.rating-item:hover[b-duxfgrsqpm] {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.star-rating[b-duxfgrsqpm] {
  font-size: 1rem;
}

.rating-value[b-duxfgrsqpm] {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 600;
}

.reviewer-name[b-duxfgrsqpm] {
  color: #495057;
  font-size: 1rem;
}

.product-type-badge[b-duxfgrsqpm] {
  background: #e8f5e8;
  color: #28a745;
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}

.rating-comment[b-duxfgrsqpm] {
  background: #f8f9fa;
  padding: 0.75rem;
  border-left: 4px solid #28a745;
  border-radius: 4px;
  margin-top: 0.5rem;
}

.no-comment[b-duxfgrsqpm] {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background: #f8f9fa;
  border-radius: 4px;
  text-align: center;
}

.product-details[b-duxfgrsqpm] {
  background: #f8f9fa;
  padding: 0.5rem;
  border-radius: 4px;
  border-left: 3px solid #28a745;
}

.detail-item[b-duxfgrsqpm] {
  color: #495057;
  background: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  display: inline-block;
  white-space: nowrap;
}

.empty-state[b-duxfgrsqpm] {
  color: #6c757d;
}

.pagination-wrapper[b-duxfgrsqpm] {
  border-top: 1px solid #e9ecef;
  padding-top: 1rem;
}

.btn-group .rz-button[b-duxfgrsqpm] {
  border-radius: 0 !important;
  margin-right: 1px;
}

.btn-group .rz-button:first-child[b-duxfgrsqpm] {
  border-radius: 0.375rem 0 0 0.375rem !important;
}

.btn-group .rz-button:last-child[b-duxfgrsqpm] {
  border-radius: 0 0.375rem 0.375rem 0 !important;
  margin-right: 0;
}
/* /Shared/PublicLayout.razor.rz.scp.css */
/* Public Layout Header Styles */
.news-header[b-tx33esutab] {
  background: #ffffff;
  border-bottom: 3px solid #22c55e;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.header-content[b-tx33esutab] {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem; /* Reduced padding */
}

.header-top[b-tx33esutab] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem; /* Further reduced spacing */
}

.logo-container[b-tx33esutab] {
  display: flex;
  align-items: center;
}

.site-logo-image[b-tx33esutab] {
  height: 40px; /* Reduced from 48px */
  width: auto;
  object-fit: contain;
}

.header-meta[b-tx33esutab] {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  color: #666;
  font-size: 0.85rem;
}

/* Category Navigation */
.main-nav[b-tx33esutab] {
  border-top: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
  padding-top: 0.25rem; /* Reduced spacing above nav */
}

.nav-control[b-tx33esutab] {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  padding: 0;
  color: #333;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  opacity: 0.8;
  transition: opacity 0.15s ease;
  cursor: pointer;
}

.nav-control:hover[b-tx33esutab] {
  opacity: 1;
}

.nav-control-prev[b-tx33esutab] {
  left: 0;
}

.nav-control-next[b-tx33esutab] {
  right: 0;
}

.nav-control-icon[b-tx33esutab] {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.nav-control-prev .nav-control-icon[b-tx33esutab] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.nav-control-next .nav-control-icon[b-tx33esutab] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.visually-hidden[b-tx33esutab] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.nav-menu[b-tx33esutab] {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.nav-menu[b-tx33esutab]::-webkit-scrollbar {
  display: none;
}

.nav-menu li[b-tx33esutab] {
  margin: 0;
  flex-shrink: 0;
}

.nav-link[b-tx33esutab] {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem; /* Reduced padding */
  color: #1a1a1a;
  text-decoration: none;
  font-size: 0.9rem; /* Slightly smaller font */
  font-weight: 400; /* Normal weight when not active */
  border-bottom: none;
  background: transparent;
  transition: all 0.1s ease;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}

.nav-link i[b-tx33esutab] {
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
}

/* Prevent layout shift on hover by using text-shadow instead of font-weight change */
.nav-link:not(:has(i))[b-tx33esutab] {
  /* Use text-shadow to create bold effect without changing size */
}

.nav-link:hover:not(:has(i))[b-tx33esutab] {
  color: #1a1a1a;
  /* Use text-shadow to simulate bold without layout shift */
  text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor;
  font-weight: 400; /* Keep same weight to prevent shift */
}

.nav-link:hover i[b-tx33esutab] {
  background: rgba(0, 0, 0, 0.1);
}

.nav-link.active[b-tx33esutab] {
  color: #1a1a1a;
  font-weight: 700; /* Bold text when active */
  background: transparent;
}

.nav-link.active i[b-tx33esutab] {
  /* No underline for icon */
}

.public-layout[b-tx33esutab] {
  width: 100%;
  background: #ffffff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  line-height: 1.5;
}

.public-content[b-tx33esutab] {
  width: 100%;
}

/* Mobile */
@media (max-width: 767px) {
  .header-content[b-tx33esutab] {
    padding: 0.5rem 1rem; /* Reduced padding on mobile */
  }

  .main-nav[b-tx33esutab] {
    padding: 0 40px; /* Make room for control buttons */
    padding-top: 0.25rem; /* Reduced top padding */
  }

  .nav-menu[b-tx33esutab] {
    gap: 0.25rem; /* Add spacing between nav items on mobile */
  }

  .nav-link[b-tx33esutab] {
    white-space: nowrap;
    padding: 0.5rem 0.875rem; /* Reduced padding on mobile */
    font-size: 0.85rem; /* Smaller font on mobile */
  }

  .header-meta[b-tx33esutab] {
    display: none;
  }

  .site-logo-image[b-tx33esutab] {
    height: 36px; /* Smaller logo on mobile */
  }

  .header-top[b-tx33esutab] {
    margin-bottom: 0.375rem; /* Reduced spacing on mobile */
  }
}

/* Tablet */
@media (min-width: 768px) {
  .nav-control[b-tx33esutab] {
    display: none !important;
  }
}
/* /Shared/UserTabs/NationalTab.razor.rz.scp.css */
.cccd-container[b-ijietxkb5c] {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cccd-header[b-ijietxkb5c] {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.cccd-title[b-ijietxkb5c] {
  margin: 0;
  color: #1e293b;
  font-weight: 600;
  font-size: 1.1rem;
}

.cccd-grid[b-ijietxkb5c] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.cccd-card[b-ijietxkb5c] {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.cccd-card:hover[b-ijietxkb5c] {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px -2px rgba(0, 0, 0, 0.15);
  border-color: #e0e7ff;
}

.cccd-card-header[b-ijietxkb5c] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 1px solid #e2e8f0;
}

.cccd-label[b-ijietxkb5c] {
  font-weight: 600;
  color: #374151;
  flex: 1;
}

.cccd-status[b-ijietxkb5c] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.status-uploaded[b-ijietxkb5c] {
  background: #dcfce7;
  color: #166534;
}

.status-missing[b-ijietxkb5c] {
  background: #fef3c7;
  color: #92400e;
}

.cccd-image-container[b-ijietxkb5c] {
  aspect-ratio: 1.6;
  position: relative;
  background: #f9fafb;
}

.cccd-image-wrapper[b-ijietxkb5c] {
  position: relative;
  width: 100%;
  height: 100%;
}

.cccd-image[b-ijietxkb5c] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cccd-overlay[b-ijietxkb5c] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(2px);
}

.cccd-image-wrapper:hover .cccd-overlay[b-ijietxkb5c] {
  opacity: 1;
}

.cccd-overlay-content[b-ijietxkb5c] {
  display: flex;
  gap: 0.75rem;
}

.cccd-btn[b-ijietxkb5c] {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 18px;
}

.cccd-btn-view[b-ijietxkb5c] {
  background: #3b82f6;
  color: white;
}

.cccd-btn-view:hover[b-ijietxkb5c] {
  background: #2563eb;
  transform: scale(1.1);
}

.cccd-btn-edit[b-ijietxkb5c] {
  background: #10b981;
  color: white;
}

.cccd-btn-edit:hover[b-ijietxkb5c] {
  background: #059669;
  transform: scale(1.1);
}

.cccd-placeholder[b-ijietxkb5c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cccd-placeholder:hover[b-ijietxkb5c] {
  background: #f3f4f6;
}

.cccd-placeholder-text[b-ijietxkb5c] {
  color: #6b7280;
  font-weight: 500;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.cccd-placeholder-hint[b-ijietxkb5c] {
  color: #9ca3af;
  font-size: 0.875rem;
}

.cccd-info[b-ijietxkb5c] {
  padding: 1rem 1.25rem;
  background: #fafbfc;
  border-top: 1px solid #f1f5f9;
}

.cccd-info-item[b-ijietxkb5c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.cccd-info-item:last-child[b-ijietxkb5c] {
  margin-bottom: 0;
}

.cccd-info-label[b-ijietxkb5c] {
  font-size: 0.875rem;
  color: #6b7280;
}

.cccd-info-value[b-ijietxkb5c] {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}

.status-text-uploaded[b-ijietxkb5c] {
  color: #059669 !important;
}

.cccd-summary[b-ijietxkb5c] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  margin-top: 1rem;
}

.cccd-summary-warning[b-ijietxkb5c] {
  background: #fef3c7;
  border-color: #fde68a;
}

.cccd-summary-icon[b-ijietxkb5c] {
  flex-shrink: 0;
}

.cccd-summary-text[b-ijietxkb5c] {
  color: #374151;
  font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
  .cccd-grid[b-ijietxkb5c] {
    grid-template-columns: 1fr;
  }

  .cccd-container[b-ijietxkb5c] {
    padding: 1rem;
  }

  .cccd-card-header[b-ijietxkb5c] {
    padding: 0.75rem 1rem;
  }

  .cccd-info[b-ijietxkb5c] {
    padding: 0.75rem 1rem;
  }
}
