.input-group .select2-selection {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#map {
  height: 400px;
}

.slider-auth-page {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.user-profile-header-banner {
  width: 100%;
  height: 250px;
  background: linear-gradient(259.19deg, #28ecad 0%, #02be81 100%);
}

.text-right {
  text-align: right;
}

.welcome-card {
  background: linear-gradient(135deg, #00be81 0%, #00875d 100%);
  position: relative;
  overflow: hidden;
}

.welcome-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  transform: skewX(-20deg) translateX(150px);
}

.welcome-card .card-body {
  position: relative;
  z-index: 1;
}

.welcome-card h4,
.welcome-card p {
  color: #fff;
}

.welcome-card .btn-primary {
  background-color: rgba(255, 255, 255, 0.9);
  color: #00be81;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}

.welcome-card .btn-primary:hover {
  background-color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.avatar i {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}

.btn i {
  font-size: 1rem;
}

.card small i.fa-xs {
  font-size: 0.75em;
  width: 16px;
  text-align: center;
}

.poo-card {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1rem rgba(161, 172, 184, 0.15);
}

.poo-card .card-header {
  background-color: transparent;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.poo-card .card-header .card-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin: 0;
}

.poo-card .card-header .card-title i {
  color: #696cff;
  margin-right: 0.75rem;
  font-size: 1.1rem;
}

.customer-profile {
  background-color: #f5f7fa;
  border-radius: 0.5rem;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}

.customer-info {
  margin-top: 1.25rem;
}

.info-item {
  display: flex;
  margin-bottom: 1rem;
}

.info-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: #e7e7ff;
  margin-right: 0.75rem;
}

.info-icon i {
  color: #696cff;
  font-size: 0.875rem;
}

.info-content {
  flex: 1;
}

.info-label {
  font-size: 0.75rem;
  color: #697a8d;
  margin-bottom: 0.2rem;
}

.info-value {
  font-weight: 500;
}

.address-item {
  position: relative;
}

.address-details p {
  line-height: 1.3;
}

.contact-details {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.notes {
  background-color: rgba(255, 243, 205, 0.2);
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.table-borderless th,
.table-borderless td {
  border: none;
}

.table-light {
  background-color: #f8f9fa;
}

.table .avatar {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table .avatar i {
  font-size: 0.8rem;
}

.border-top {
  border-top: 1px solid #e9ecef !important;
}

.table-border-top-0 tr:first-child td {
  border-top: none;
}
.swal2-modal .swal2-title.swal2-custom-title {
  font-size: 1.5rem;
  max-width: 100%;
}

.attachment-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.attachment-card .btn {
  font-size: 0.8rem;
}

.min-w-0 {
  min-width: 0;
}

@media (max-width: 768px) {
  .attachment-card {
    margin-bottom: 1rem;
  }
}

#filePreviewContainer {
  background-color: #f8f9fa;
  border-radius: 0.375rem;
}

#filePreviewList {
  background-color: white;
  max-height: 200px;
  overflow-y: auto;
}

.file-upload-area {
  transition: all 0.3s ease;
}

.file-upload-area:hover {
  border-color: #059669;
}

#proof_of_payment:focus {
  border-color: #059669;
  box-shadow: 0 0 0 0.2rem rgba(5, 150, 105, 0.25);
}
.bank-account-section {
  display: none;
}
.virtual-account-section {
  display: none;
}

.stats-section {
  background-color: var(--bs-gray-50);
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.stats-card {
  transition: transform 0.2s ease-in-out;
}
.stats-card:hover {
  transform: translateY(-2px);
}
.stats-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
}
@media (max-width: 768px) {
  .stats-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.content-creation-header {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  border-radius: 16px;
  padding: 2rem;
  color: white;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(79, 172, 254, 0.3);
}

.content-creation-header::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(60px, -60px);
}

.content-creation-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transform: translate(-50px, 50px);
}

.content-creation-header h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}

.content-creation-header p {
  margin-bottom: 0;
  opacity: 0.95;
  position: relative;
  z-index: 2;
}

.form-section {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
  overflow: hidden;
  border: 1px solid #e3e6f0;
  transition: all 0.3s ease;
}

.form-section:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.section-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1.5rem;
  border-bottom: 1px solid #e3e6f0;
  margin: 0;
}

.section-header h4 {
  margin: 0;
  color: #374151;
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.section-header p {
  margin: 0;
  color: #6b7280;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.section-body {
  padding: 2rem;
}

.form-label {
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.form-control,
.form-select {
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: #4facfe;
  box-shadow: 0 0 0 3px rgba(79, 172, 254, 0.1);
}

.form-control.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.form-control.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

.sticky-actions {
  position: sticky;
  top: 20px;
  z-index: 100;
}

.action-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e3e6f0;
  transition: all 0.3s ease;
}

.action-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.btn-primary {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  border: none;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 0.875rem;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(79, 172, 254, 0.3);
}

.btn-outline-primary {
  border: 2px solid #4facfe;
  color: #4facfe;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 0.875rem;
}

.btn-outline-primary:hover {
  background: #4facfe;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(79, 172, 254, 0.3);
}

.btn-secondary {
  background: #6c757d;
  border: none;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 0.875rem;
}

.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(108, 117, 125, 0.3);
}

.dropzone {
  border: 2px dashed #e5e7eb;
  border-radius: 12px;
  background: #f9fafb;
  transition: all 0.3s ease;
  min-height: 150px;
}

.dropzone:hover {
  border-color: #4facfe;
  background: rgba(79, 172, 254, 0.02);
}

.dropzone.dz-drag-hover {
  border-color: #4facfe;
  background: rgba(79, 172, 254, 0.05);
}

.form-help {
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.character-count {
  font-size: 0.75rem;
  color: #6b7280;
  text-align: right;
  margin-top: 0.25rem;
  font-weight: 500;
}

.character-count.text-warning {
  color: #f59e0b !important;
}

.character-count.text-danger {
  color: #dc2626 !important;
}

.datetime-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (max-width: 768px) {
  .datetime-grid {
    grid-template-columns: 1fr;
  }

  .sticky-actions {
    position: relative;
    top: auto;
  }
}

.pricing-stats {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%);
  border-radius: 12px;
  padding: 1.5rem;
  margin-top: 1rem;
  border: 1px solid #e3e6f0;
}

.stat-item {
  text-align: center;
  padding: 0.5rem;
}

.stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4facfe;
  margin-bottom: 0.25rem;
}

.stat-label {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 500;
}

.alert {
  border-radius: 10px;
  border: none;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.alert-info {
  background: rgba(79, 172, 254, 0.1);
  color: #1e40af;
  border-left: 4px solid #4facfe;
}

.alert-warning {
  background: rgba(245, 158, 11, 0.1);
  color: #92400e;
  border-left: 4px solid #f59e0b;
}

.section-icon {
  width: 20px;
  height: 20px;
  color: #4facfe;
}

.required-asterisk {
  color: #dc2626;
  font-weight: 700;
}

.form-check-input:checked {
  background-color: #4facfe;
  border-color: #4facfe;
}

.gallery-preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.gallery-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #e5e7eb;
}

.gallery-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.gallery-remove {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(220, 38, 38, 0.8);
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}

.menu-inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Main Menu Items */
.menu-item-modern {
  position: relative;
}

.menu-link-modern {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  border-radius: 12px;
  text-decoration: none;
  color: var(--bs-body-color);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  min-width: 200px;
}

.menu-link-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(79, 172, 254, 0.1) 0%,
    rgba(0, 242, 254, 0.05) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}

.menu-link-modern:hover::before,
.menu-item.active .menu-link-modern::before {
  opacity: 1;
}

.menu-link-modern:hover {
  color: #4facfe;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(79, 172, 254, 0.15);
}

/* Icon Wrapper */
.menu-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(
    135deg,
    rgba(79, 172, 254, 0.1) 0%,
    rgba(0, 242, 254, 0.05) 100%
  );
  border-radius: 10px;
  margin-right: 0.75rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.menu-icon {
  font-size: 1.25rem;
  color: #4facfe;
  transition: all 0.3s ease;
}

.menu-link-modern:hover .menu-icon-wrapper {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  transform: scale(1.05);
}

.menu-link-modern:hover .menu-icon {
  color: white;
}

/* Menu Content */
.menu-content {
  flex: 1;
  position: relative;
  z-index: 2;
}

.menu-title {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 0.125rem;
  color: var(--bs-body-color);
  transition: color 0.3s ease;
}

.menu-subtitle {
  font-size: 0.75rem;
  color: var(--bs-gray-600);
  line-height: 1.2;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.menu-link-modern:hover .menu-title {
  color: #4facfe;
}

.menu-link-modern:hover .menu-subtitle {
  color: #4facfe;
  opacity: 1;
}

/* Menu Arrow */
.menu-arrow {
  font-size: 1rem;
  color: var(--bs-gray-500);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.menu-link-modern:hover .menu-arrow {
  color: #4facfe;
  transform: rotate(180deg);
}

.menu-item.show .menu-arrow {
  transform: rotate(180deg);
}

/* Active States */
.menu-item.active .menu-link-modern {
  background: linear-gradient(
    135deg,
    rgba(79, 172, 254, 0.15) 0%,
    rgba(0, 242, 254, 0.1) 100%
  );
  box-shadow: 0 4px 15px rgba(79, 172, 254, 0.2);
}

.menu-item.active .menu-icon-wrapper {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.menu-item.active .menu-icon {
  color: white;
}

.menu-item.active .menu-title,
.menu-item.active .menu-subtitle {
  color: #4facfe;
}

/* Main Menu (Horizontal) Overrides */
.layout-menu-horizontal.menu-horizontal.menu .menu-link {
  color: var(--bs-body-color);
  transition: all 0.3s ease;
  border-radius: 12px;
}

.layout-menu-horizontal.menu-horizontal.menu .menu-link:hover,
.layout-menu-horizontal.menu-horizontal.menu .menu-item.active .menu-link {
  color: var(--accent-primary);
  background: rgba(79, 172, 254, 0.12);
}

.layout-menu-horizontal.menu-horizontal.menu .menu-item.active .menu-link {
  background: linear-gradient(
    135deg,
    rgba(79, 172, 254, 0.2),
    rgba(0, 242, 254, 0.1)
  );
  box-shadow: 0 4px 15px rgba(79, 172, 254, 0.2);
}

.layout-menu-horizontal.menu-horizontal.menu .menu-link .menu-icon {
  color: var(--accent-primary);
  transition: all 0.3s ease;
}

.layout-menu-horizontal.menu-horizontal.menu .menu-link:hover .menu-icon,
.layout-menu-horizontal.menu-horizontal.menu
  .menu-item.active
  .menu-link
  .menu-icon {
  color: white;
}

/* Submenu Styles */
.menu-sub-modern {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 320px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(79, 172, 254, 0.1);
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  backdrop-filter: blur(10px);
}

.menu-item:hover .menu-sub-modern,
.menu-item.show .menu-sub-modern {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Submenu Links */
.menu-sub-link {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  border-radius: 10px;
  text-decoration: none;
  color: var(--bs-body-color);
  transition: all 0.3s ease;
  margin-bottom: 0.25rem;
  position: relative;
}

.menu-sub-link:hover {
  background: rgba(79, 172, 254, 0.08);
  color: #4facfe;
  transform: translateX(4px);
}

.menu-sub-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(79, 172, 254, 0.1);
  border-radius: 8px;
  margin-right: 0.75rem;
  transition: all 0.3s ease;
}

.menu-sub-icon i {
  font-size: 1.125rem;
  color: #4facfe;
}

.menu-sub-link:hover .menu-sub-icon {
  background: #4facfe;
  transform: scale(1.05);
}

.menu-sub-link:hover .menu-sub-icon i {
  color: white;
}

.menu-sub-content {
  flex: 1;
}

.menu-sub-title {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 0.125rem;
}

.menu-sub-desc {
  font-size: 0.75rem;
  color: var(--bs-gray-600);
  line-height: 1.2;
}

.menu-sub-arrow {
  font-size: 0.875rem;
  color: var(--bs-gray-400);
  transition: all 0.3s ease;
}

.menu-sub-link:hover .menu-sub-arrow {
  color: #4facfe;
  transform: translateX(2px);
}

/* Level 2 Submenu */
.menu-sub-level-2 {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 240px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(79, 172, 254, 0.1);
  padding: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
}

.menu-item:hover .menu-sub-level-2 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.menu-sub-level-2-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  text-decoration: none;
  color: var(--bs-body-color);
  transition: all 0.3s ease;
  margin-bottom: 0.125rem;
}

.menu-sub-level-2-link:hover {
  background: rgba(79, 172, 254, 0.08);
  color: #4facfe;
}

.menu-sub-level-2-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.menu-sub-level-2-content i {
  font-size: 1rem;
  color: #4facfe;
}

.menu-sub-level-2-content span {
  font-size: 0.875rem;
  font-weight: 500;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
  .menu-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
  }

  .menu-link-modern {
    min-width: auto;
  }

  .menu-subtitle {
    display: none;
  }

  .menu-sub-modern {
    position: static;
    min-width: auto;
    box-shadow: none;
    background: rgba(79, 172, 254, 0.05);
    border: none;
    margin-top: 0.5rem;
    transform: none;
    opacity: 1;
    visibility: visible;
  }

  .menu-sub-level-2 {
    position: static;
    min-width: auto;
    box-shadow: none;
    background: rgba(79, 172, 254, 0.03);
    border: none;
    margin-left: 1rem;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

/* Animation Delays for Stagger Effect */
.menu-item:nth-child(1) .menu-link-modern {
  animation-delay: 0.1s;
}

.menu-item:nth-child(2) .menu-link-modern {
  animation-delay: 0.2s;
}

.menu-item:nth-child(3) .menu-link-modern {
  animation-delay: 0.3s;
}

.menu-item:nth-child(4) .menu-link-modern {
  animation-delay: 0.4s;
}

/* Loading Animation */
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu-link-modern {
  animation: slideInDown 0.5s ease forwards;
}

/* Improved Focus States for Accessibility */
.menu-link-modern:focus,
.menu-sub-link:focus,
.menu-sub-level-2-link:focus {
  outline: 2px solid #4facfe;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(79, 172, 254, 0.1);
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
  .menu-sub-modern,
  .menu-sub-level-2 {
    background: var(--bs-dark);
    border-color: rgba(79, 172, 254, 0.2);
  }

  .menu-subtitle,
  .menu-sub-desc {
    color: var(--bs-gray-400);
  }
}

:root {
  --glass-bg: rgba(255, 255, 255, 0.9);
  --glass-border: rgba(255, 255, 255, 0.1);
  --accent-primary: #4facfe;
  --accent-secondary: #00f2fe;
}

.testimonial-wrapper {
  animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Premium Content Header */
.content-header-modern {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 24px;
  padding: 2.5rem;
  color: white;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.content-header-modern::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(79, 172, 254, 0.15) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

/* Glass Stat Cards */
.glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.glass-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.stat-card-modern {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.stat-icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.bg-icon-primary {
  background: rgba(79, 172, 254, 0.1);
  color: #4facfe;
}

.bg-icon-success {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}

.bg-icon-warning {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
}

.bg-icon-info {
  background: rgba(99, 102, 241, 0.1);
  color: #6366f1;
}

.stat-value {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1;
}

.stat-label {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 500;
}

/* Filters & Actions */
.action-panel {
  background: white;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.filter-item {
  margin-bottom: 1rem;
}

.btn-action {
  border-radius: 12px;
  padding: 0.6rem 1.25rem;
  font-weight: 600;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-create {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  color: white;
  border: none;
  box-shadow: 0 10px 15px -3px rgba(79, 172, 254, 0.4);
}

.btn-create:hover {
  transform: scale(1.02);
  color: white;
  filter: brightness(1.1);
}

/* DataTable Overrides */
.modern-table-card {
  border-radius: 20px;
  border: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.table thead th {
  background: #f8fafc;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  padding: 1.25rem 1rem;
  border-bottom: 2px solid #f1f5f9;
}

.table tbody td {
  padding: 1.25rem 1rem;
  vertical-align: middle;
}

.user-info-cell {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.user-avatar-text {
  width: 40px;
  height: 40px;
  background: #f1f5f9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #475569;
}

.comment-bubble {
  background: #f8fafc;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.875rem;
  color: #475569;
  max-width: 300px;
  position: relative;
}

.rating-badge {
  background: #fffbeb;
  color: #d97706;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.status-badge {
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .content-header-modern {
    padding: 1.5rem;
  }

  .stat-card-modern {
    margin-bottom: 1rem;
  }
}
