/* AI generated: Modern stylesheet for asiatspt.com theme */
/* Inspired by modern logistics websites, designed to be responsive and user-friendly */

/* ==========================================================================
   Base Styles
   ========================================================================== */
.asiatspt-theme {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */
.asiatspt-header {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  background: #ffffff;
}

/* AI generated: Top Navigation with Logo, Search and Cart */
.top-navigation {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  color: #ffffff;
  padding: 10px 0;
  font-size: 13px;
  position: relative;
  z-index: 1000;
}

.top-navigation a {
  color: #ffffff;
  transition: opacity 0.3s ease;
}

.top-navigation a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.top-navigation .col-xs-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

/* AI generated: When only navigation items are visible, distribute them evenly */
.top-navigation .col-xs-12:has(.top-nav-right:only-child),
.top-navigation .col-xs-12:has(.top-nav-right:last-child:not(:first-child)) {
  justify-content: space-around;
}

/* AI generated: Logo in top nav */
.top-nav-logo {
  flex: 0 0 auto;
  margin-right: 15px;
}

.top-nav-logo .logo-wrapper {
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0;
}

.top-nav-logo .logo-wrapper img {
  max-height: 40px;
  width: auto;
}

.top-nav-logo .logo-wrapper h1 {
  margin: 0;
  font-size: 20px;
  line-height: 40px;
}

.top-nav-logo .logo-wrapper a {
  color: #ffffff;
  text-decoration: none;
}

/* AI generated: Search box in top nav */
.top-nav-search {
  flex: 1 1 auto;
  margin: 0 15px;
  max-width: 500px;
}

.top-nav-search #search {
  margin: 0;
}

.top-nav-search .input-group {
  margin: 0;
}

.top-nav-search .form-control {
  border-radius: 4px 0 0 4px;
  border: none;
  height: 40px;
}

.top-nav-search .btn {
  border-radius: 0 4px 4px 0;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #ffffff;
}

.top-nav-search .btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* AI generated: Cart in top nav */
.top-nav-cart {
  flex: 0 0 auto;
  margin-right: 15px;
}

.top-nav-cart #cart {
  margin: 0;
}

.top-nav-cart .btn-inverse {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 8px 15px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.top-nav-cart .btn-inverse:hover {
  background: rgba(255, 255, 255, 0.3);
}

.top-nav-cart .dropdown-menu {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-top: 8px;
}

/* AI generated: Right navigation links - distribute evenly */
.top-nav-right {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-around;
  min-width: 0;
}

.top-navigation .list-inline {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
  gap: 0;
}

.top-navigation .list-inline > li {
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 40px;
  display: flex;
  align-items: center;
}

.top-navigation .list-inline > li:last-child {
  border-right: none;
}

/* AI generated: Currency conversion styling */
.top-navigation .currency-conversion {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: normal;
}

.top-navigation .currency-conversion .marquee {
  height: 20px;
  line-height: 20px;
}

.top-navigation .currency-conversion .js-marquee-wrapper {
  align-items: center;
  height: 20px;
}

.top-navigation .currency-conversion .js-marquee {
  line-height: 20px;
  vertical-align: middle;
}

.top-navigation .dropdown-menu {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-top: 8px;
}

.top-navigation .dropdown-menu > li > a {
  color: #333;
  padding: 10px 20px;
  transition: background 0.2s ease;
}

.top-navigation .dropdown-menu > li > a:hover {
  background: #f5f5f5;
  color: #1a73e8;
}

.top-navigation .dropdown-menu .divider {
  margin: 5px 0;
}

.top-navigation .dropdown-menu i {
  margin-right: 8px;
  width: 16px;
  text-align: center;
}

/* AI generated: Account dropdown grid menu */
.top-navigation .account-dropdown-grid,
.account-dropdown-grid {
  padding: 20px !important;
  width: 650px !important;
  min-width: 600px !important;
  max-width: 700px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
  background: #ffffff !important;
  overflow: hidden !important;
  border: 1px solid #e0e0e0 !important;
  position: absolute !important;
  left: auto !important;
  right: 0 !important;
}

.account-menu-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  row-gap: 20px;
}

.account-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  margin: 0;
}

.account-menu-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  padding: 12px 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
  width: 100%;
  background: transparent;
}

.account-menu-item a:hover {
  background: #f5f5f5;
  text-decoration: none;
  color: #333;
  transform: translateY(-2px);
}

.account-menu-item.active a {
  background: #f0f0f0;
  border-radius: 8px;
}

.account-menu-item.active a:hover {
  background: #e8e8e8;
}

.menu-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  background: transparent;
  transition: all 0.3s ease;
}

.account-menu-item a:hover .menu-icon {
  transform: scale(1.1);
}

.menu-icon i {
  font-size: 24px;
  margin: 0;
  width: auto;
  text-align: center;
  transition: all 0.3s ease;
}

.menu-icon.coins-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.coin-stack {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.coin-stack .coin-1 {
  left: 0;
  top: 0;
  z-index: 2;
}

.coin-stack .coin-2 {
  left: 6px;
  top: 4px;
  z-index: 1;
  opacity: 0.9;
}

.menu-label {
  font-size: 12px;
  color: #333;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 4px;
  text-align: center;
  word-break: break-word;
}

.account-menu-item a:hover .menu-label {
  color: #1a73e8;
}

/* AI generated: Responsive adjustments for account dropdown */
@media (max-width: 768px) {
@media (max-width: 768px) {


  .tm-page-title {
    font-size: 20px;
  }

  .tm-review-card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: 16px 18px;
  }

  .tm-avatar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }

  .tm-review-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tm-bubble-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }


  .tm-controls-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }

  .tm-pagination-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .tm-table-card-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tm-comment-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .tm-comment-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

}


@media (max-width: 480px) {
@media (max-width: 480px) {
  .faq-title {
    font-size: 20px;
  }

  .faq-subtitle {
    font-size: 13px;
  }

  .faq-hero {
    padding: 16px 14px;
  }

  .faq-search-btn {
    padding: 0 14px;
  }
}

}


.logo-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.logo-wrapper a {
  display: block;
}

.logo-wrapper img {
  max-height: 60px;
  width: auto;
}

/* AI generated: Header menu removed from this theme */

/* ==========================================================================
   Home Page Styles
   ========================================================================== */
.asiatspt-home-page {
  background: #f5f7fa;
}

/* AI generated: Responsive slideshow - scaled proportionally from 380px */
@media (max-width: 767px) {
@media (max-width: 767px) {
  .faq-page-wrapper {
    padding: 20px 0 30px;
  }

  .faq-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-category-title {
    font-size: 15px;
  }

  .faq-answer-body {
    font-size: 13px;
  }

  .faq-help-card,
  .faq-tips-card {
    padding-left: 16px;
    padding-right: 16px;
  }
}

}


/* Features Section */
.features-section {
  padding: 40px 0;
}

/* Quick Tools */
/* AI generated: Smooth transitions for responsive design */
.quick-tools-wrapper {
  margin-bottom: 50px;
  width: 100%;
  max-width: 100%;
}

.tool-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 0;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 100%;
}

.tool-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

/* AI generated: Tool card header - similar to news-featured-header */
.tool-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #ffffff;
  border-bottom: none;
  position: relative;
}

.tool-card-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background: #e8edf2;
}

.tool-card-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  display: flex;
  align-items: center;
}

.tool-card-header h3 i {
  margin-right: 8px;
  color: #1a73e8;
  font-size: 16px;
}

/* AI generated: Tool card body */
.tool-card-body {
  padding: 15px 20px;
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}

/* Make parcel tracking card non-scrollable */
.tracking-card .tool-card-body {
  overflow-y: visible;
}

/* AI generated: Compact shipping calculator card - matching original card height */
/* Height inherited from .tool-card */

.shipping-calculator-card-full:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.shipping-calculator-card-full .panel {
  border: none;
  box-shadow: none;
  margin: 0;
}

.shipping-calculator-card-full .panel-heading {
  display: none;
}

.shipping-calculator-card-full .panel-body {
  padding: 0;
}

.shipping-calculator-card-full .calculate {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  align-items: start;
}

.shipping-calculator-card-full .calculate > div {
  display: contents;
}

.shipping-calculator-card-full .form-control {
  margin-bottom: 0;
  border-radius: 6px;
  border: 2px solid #e0e0e0;
  padding: 10px 12px;
  font-size: 13px;
  height: 38px;
  width: 100%;
  box-sizing: border-box;
}

.shipping-calculator-card-full .form-control:focus {
  border-color: #1a73e8;
  box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

.shipping-calculator-card-full select.form-control {
  grid-column: span 1;
}

.shipping-calculator-card-full input[name="weight"],
.shipping-calculator-card-full input[name="m3"],
.shipping-calculator-card-full input[name="delivered_parcel_quantity"] {
  grid-column: span 1;
}

.shipping-calculator-card-full .btn-primary {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  border: none;
  border-radius: 6px;
  padding: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
  grid-column: span 1;
  height: 38px;
  font-size: 14px;
}

.shipping-calculator-card-full .btn-primary:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
}

.shipping-calculator-card-full .lwh > div {
  padding: 0;
  flex: 1;
}

.shipping-calculator-card-full .lwh .form-control {
  width: 100%;
}

.shipping-calculator-card-full .calculate-result {
  margin-top: 15px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 6px;
  display: none;
}

.shipping-calculator-card-full .calculate-result.active {
  display: block;
}

/* AI generated: Show lwh row by default and keep it visible */
.shipping-calculator-card-full .lwh {
  display: flex !important;
}

.tool-card .btn-primary {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  border: none;
  border-radius: 6px;
  padding: 12px 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.tool-card .btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
}

/* Tracking Form - AI generated: Updated styling */
.tracking-form {
  margin-top: 0;
}

.tracking-form .input-group-lg .form-control {
  border: 2px solid #e0e0e0;
  border-radius: 6px 0 0 6px;
  height: 48px;
  font-size: 14px;
}

.tracking-form .input-group-lg .form-control:focus {
  border-color: #1a73e8;
  box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

.tracking-form .btn {
  height: 48px;
  border-radius: 0 6px 6px 0;
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  border: none;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
}

.service-icon {
  color: #1a73e8;
  margin-bottom: 20px;
}

/* Call to Action Section */
.cta-section {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  color: #ffffff;
  padding: 60px 0;
  margin-top: 40px;
  text-align: center;
}

.cta-section h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.cta-section p {
  font-size: 16px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.cta-button {
  background: #ffffff;
  color: #1a73e8;
  border: none;
  border-radius: 8px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  color: #1a73e8;
  background: #f5f7fa;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

/* AI generated: Medium screens - Tablet landscape */
@media (max-width: 1200px) {
  .quick-tools-wrapper .row > [class*="col-"] {
    margin-bottom: 15px;
  }
  
  .tool-card-header h3,
  .news-featured-header h3 {
    font-size: 15px;
  }
  
  .shipping-calculator-card-full .form-control {
    font-size: 12px;
    height: 36px;
  }
}

/* Tablet */
@media (max-width: 991px) {
@media (max-width: 991px) {
  .faq-hero {
    padding: 18px 16px;
  }

  .faq-title {
    font-size: 22px;
  }

  .faq-hero-search {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

}


/* AI generated: Small tablet / Large phone */
@media (max-width: 768px) and (min-width: 576px) {
  .quick-tools-wrapper .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .tool-card,
  .news-featured-panel {
    margin-bottom: 20px;
  }

  .shipping-calculator-card-full .calculate {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* AI generated: Very small screens */
@media (max-width: 360px) {
  .quick-tools-wrapper {
    margin-bottom: 20px;
  }
  
  .tool-card,
  .news-featured-panel {
    border-radius: 8px;
  }
  
  .tool-card-header,
  .news-featured-header {
    padding: 10px 12px;
  }
  
  .tool-card-header h3,
  .news-featured-header h3 {
    font-size: 13px;
  }
  
  .tool-card-header h3 i,
  .news-featured-header h3 i {
    font-size: 13px;
    margin-right: 5px;
  }
  
  .tool-card-body,
  .news-featured-body {
    padding: 8px 12px;
  }
  
  .shipping-calculator-card-full .form-control {
    font-size: 11px;
    padding: 6px 8px;
    height: 32px;
  }
  
  .shipping-calculator-card-full .btn-primary {
    height: 32px;
    font-size: 11px;
    padding: 6px;
  }
  
  .tracking-form .input-group-lg .form-control,
  .tracking-form .btn {
    height: 38px;
    font-size: 12px;
  }
  
  .featured-item-title {
    font-size: 12px;
  }
  
  .featured-item-date {
    font-size: 10px;
  }
  
  .btn-view-more {
    font-size: 10px;
  }
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Links */
a {
  transition: color 0.2s ease;
}

/* Form controls */
.form-control:focus {
  border-color: #1a73e8;
  box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

/* ==========================================================================
   Login Page Styles - AI generated
   ========================================================================== */

/* AI generated: Modern login page wrapper */
.login-page-wrapper {
  min-height: calc(100vh - 200px);
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
  padding: 60px 0;
}

.login-container {
  max-width: 1100px;
  margin: 0 auto;
}

.login-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
}

.login-header {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  color: #ffffff;
  padding: 40px;
  text-align: center;
}

.login-header h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #ffffff;
}

.login-header p {
  font-size: 16px;
  margin: 0;
  opacity: 0.9;
}

.login-body {
  padding: 0;
}

.login-section {
  padding: 40px;
  position: relative;
}

/* AI generated: Center and limit width when login section is full width */
#div_login.col-md-12 .login-section-left {
  max-width: 600px;
  margin: 0 auto;
  border-right: none;
}

.login-section-left {
  border-right: 1px solid #e0e0e0;
}

/* AI generated: Make login inputs full width to match login button */
.login-section-left .form-control-modern {
  width: 100%;
  box-sizing: border-box;
}

/* AI generated: Force center alignment for register link section */
.login-section-left .register-link-section {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.login-section-left .register-link-section .register-prompt {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.login-section-left .register-link-section .btn-register {
  margin-left: auto !important;
  margin-right: auto !important;
}

.login-section-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.login-section-title i {
  margin-right: 10px;
  color: #1a73e8;
}

.login-section-subtitle {
  color: #666;
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.form-group-modern label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

.input-icon-wrapper {
  position: relative;
}

/* AI generated: Left icon (lock, envelope, etc.) - not clickable */
.input-icon-wrapper > i.fa-lock,
.input-icon-wrapper > i.fa-envelope {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 16px;
  pointer-events: none;
}

.input-icon-wrapper .form-control-modern {
  padding-left: 45px;
}

/* AI generated: Password input with toggle icon needs extra right padding */
#input-password {
  padding-right: 45px;
}

/* AI generated: Password toggle button - clickable eye icon */
.password-toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  font-size: 18px;
  transition: color 0.3s ease;
  z-index: 10;
  padding: 5px;
  pointer-events: auto;
}

.password-toggle i {
  pointer-events: none;
}

.password-toggle:hover {
  color: #1a73e8;
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
  min-height: 37px;
}

.forgot-link {
  color: #1a73e8;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.forgot-link:hover {
  color: #0d47a1;
  text-decoration: none;
}

.btn-login {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  border: none;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
  display: block;
  text-align: center;
}

.btn-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 115, 232, 0.4);
  background: linear-gradient(135deg, #0d47a1 0%, #1a73e8 100%);
  color: #ffffff;
  text-decoration: none;
}

.btn-login:active {
  transform: translateY(0);
}

.btn-register {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  background: #ffffff;
  border: 2px solid #1a73e8;
  border-radius: 8px;
  color: #1a73e8;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  text-align: center;
  text-decoration: none;
}

.btn-register:hover {
  background: #1a73e8;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 115, 232, 0.3);
  text-decoration: none;
}

.social-login {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e0e0e0;
}

/* AI generated: Register link section in login area */
.register-link-section {
  margin-top: 30px;
  padding-top: 25px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.register-prompt {
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: center !important;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.register-benefits {
  margin-top: 0;
  margin-bottom: 25px;
}

.benefit-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.benefit-item:hover {
  background: #e8f4fd;
  transform: translateX(5px);
}

.benefit-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.benefit-icon i {
  color: #ffffff;
  font-size: 18px;
}

.benefit-text {
  flex: 1;
}

.benefit-text h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0 0 4px 0;
}

.benefit-text p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.alert-success-modern {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.alert-danger-modern {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

/* AI generated: WeChat login styles */
.wechat-login-section {
  text-align: center;
}

.wechat-qr-wrapper {
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  max-width: 280px;
}

.wechat-qr-wrapper img {
  border: 3px solid #1a73e8;
  border-radius: 12px;
  padding: 10px;
  background: #ffffff;
  display: block;
  margin: 0 auto;
}

.wechat-instructions {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  line-height: 1.6;
}

/* AI generated: Loading state for buttons */
.btn-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}

.btn-loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/* AI generated: Social login button styling */
.wechat-login-wrapper {
  margin-top: 15px;
}

.cnsocial {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cnsocial div {
  padding: 12px;
  background: #09b83e;
  color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  font-weight: 500;
}

.cnsocial div:hover {
  background: #07a035;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(9, 184, 62, 0.3);
}

.cnsocial .wechat span {
  display: inline-block;
}

/* AI generated: Facebook login styling */
.social-login .facebook-login {
  margin-bottom: 10px;
}

/* AI generated: Registration page width matching - align with login page */
.register-page-wrapper .container {
  max-width: 1100px;
  margin: 0 auto;
}

.register-body {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px;
}

/* ==========================================================================
   Member Center Page Styles - AI generated
   ========================================================================== */

/* AI generated: Main wrapper */
.member-center-wrapper {
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
  min-height: calc(100vh - 200px);
  padding: 30px 0 60px 0;
}

/* AI generated: Member header with news and user info side by side */
.member-header {
  margin-bottom: 30px;
}

/* AI generated: Equal height columns */
.member-header .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.member-header .row > div {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}

.member-info {
  flex: 1;
}

.member-info-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
}

.member-username {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 15px 0;
  line-height: 1.3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.member-customer-id {
  margin-bottom: 8px;
}

.member-customer-id span {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.95;
  padding: 0;
  background: transparent;
  font-weight: 400;
}

.member-customer-id span:before {
  font-family: FontAwesome;
  margin-right: 8px;
  opacity: 0.9;
}

.member-taobao-bind {
  margin-bottom: 15px;
}

.member-taobao-bind span {
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  opacity: 0.9;
  padding: 0;
  background: transparent;
  font-weight: 400;
}

.member-taobao-bind span:before {
  content: "\f0c1";
  font-family: FontAwesome;
  margin-right: 8px;
  opacity: 0.9;
}

.member-balance-info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.balance-amount-display {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
}

/* AI generated: Make balance amount clickable */
.balance-amount-link {
  color: #ffffff;
  text-decoration: none;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 8px;
  border-radius: 8px;
}

.balance-amount-link:hover {
  color: #ffffff;
  text-decoration: none;
  transform: scale(1.05);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.balance-amount {
  font-size: 32px;
  font-weight: 700;
  margin: 15px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-topup {
  background: #ffffff;
  color: #1a73e8;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  margin-top: 10px;
}

.btn-topup:hover {
  background: #f5f7fa;
  color: #0d47a1;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.news-item {
  padding: 12px 0;
  border-bottom: 1px solid #f5f7fa;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item a {
  text-decoration: none;
}

.news-item a:hover .news-title {
  color: #0d47a1;
  text-decoration: none;
}

.no-news {
  text-align: center;
  padding: 30px 0;
  color: #999;
}

/* AI generated: Homepage News Sidebar Announcement Section */
.news-sidebar {
  margin-bottom: 20px;
  height: 100%;
}

/* AI generated: Ensure all cards in the same row have equal height */
.quick-tools-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}

.quick-tools-wrapper .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

/* AI generated: News Featured Panel - consistent with news page sidebar */
.news-featured-panel {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  transition: all 0.3s ease;
}

.news-featured-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #ffffff;
  border-bottom: none;
  position: relative;
}

.news-featured-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background: #e8edf2;
}

.news-featured-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  display: flex;
  align-items: center;
}

.news-featured-header h3 i {
  margin-right: 8px;
  color: #1a73e8;
  font-size: 16px;
}

.btn-view-more {
  color: #5a9fd4;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.btn-view-more:hover {
  color: #4a8fc4;
  text-decoration: none;
}

.btn-view-more i {
  margin-left: 3px;
  font-size: 12px;
  transition: transform 0.2s ease;
}

.btn-view-more:hover i {
  transform: translateX(3px);
}

.news-featured-body {
  padding: 15px 20px;
  flex: 1;
}

.news-featured-item {
  padding: 12px 0;
  border-bottom: 1px solid #f0f4f8;
  transition: background-color 0.2s ease;
}

.news-featured-item:last-child {
  border-bottom: none;
}

.news-featured-item:hover {
  background-color: #f8fafc;
}

.news-featured-item a {
  text-decoration: none;
  display: block;
}

.featured-item-date {
  font-size: 12px;
  color: #95a5a6;
  margin-bottom: 5px;
}

.featured-item-title {
  font-size: 14px;
  color: #5a9fd4;
  line-height: 1.5;
  transition: color 0.2s ease;
}

.news-featured-item:hover .featured-item-title {
  color: #4a8fc4;
}

/* AI generated: Quick stats cards */
.member-quick-stats {
  margin-bottom: 30px;
}

.stat-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  text-decoration: none;
  gap: 15px;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.stat-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  flex-shrink: 0;
}

.stat-icon-blue {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
}

.stat-icon-orange {
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
}

.stat-icon-purple {
  background: linear-gradient(135deg, #9c27b0 0%, #7b1fa2 100%);
}

.stat-icon-green {
  background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
}

.stat-content {
  flex: 1;
}

.stat-number {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

/* AI generated: Main content area */
.member-content {
  margin-top: 0;
}

.sidebar-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  color: #666;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
}

.sidebar-menu a i {
  font-size: 16px;
  width: 20px;
  text-align: center;
  color: #999;
  transition: color 0.3s ease;
}

.sidebar-menu a:hover {
  background: #f5f7fa;
  color: #1a73e8;
  text-decoration: none;
  transform: translateX(5px);
}

.sidebar-menu a:hover i {
  color: #1a73e8;
}

.sidebar-logout {
  margin-top: 20px;
}

.btn-logout {
  width: 100%;
  padding: 14px;
  background: #ffffff;
  border: 2px solid #dc3545;
  color: #dc3545;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-logout:hover {
  background: #dc3545;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
  text-decoration: none;
}

/* AI generated: Content sections */
.content-section {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.section-header-modern {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f5f7fa;
}

.section-header-modern h2 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-header-modern h2 i {
  color: #1a73e8;
  font-size: 22px;
}

.btn-view-all {
  color: #1a73e8;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}

.btn-view-all:hover {
  color: #0d47a1;
  text-decoration: none;
  gap: 8px;
}

/* AI generated: Order status cards */
.order-status-card {
  display: block;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.order-status-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.order-status-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border-color: #1a73e8;
  text-decoration: none;
}

.order-status-card:hover::before {
  transform: scaleX(1);
}

.order-status-card .status-icon {
  font-size: 32px;
  color: #1a73e8;
  margin-bottom: 12px;
}

.order-status-card .status-number {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.2;
}

.order-status-card .status-label {
  font-size: 13px;
  color: #666;
  font-weight: 500;
  line-height: 1.4;
}

/* AI generated: Order product status cards */
.order-product-status-card {
  display: block;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.order-product-status-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.order-product-status-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border-color: #4caf50;
  text-decoration: none;
}

.order-product-status-card:hover::before {
  transform: scaleX(1);
}

.order-product-status-card .status-icon {
  font-size: 32px;
  color: #4caf50;
  margin-bottom: 12px;
}

.order-product-status-card .status-number {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.2;
}

.order-product-status-card .status-label {
  font-size: 13px;
  color: #666;
  font-weight: 500;
  line-height: 1.4;
}

/* AI generated: Sea shipping cards */
.sea-shipping-card {
  display: block;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 15px;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid #90caf9;
}

.sea-shipping-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(26, 115, 232, 0.2);
  border-color: #1a73e8;
  text-decoration: none;
}

.sea-shipping-card .sea-icon {
  font-size: 36px;
  color: #1a73e8;
  margin-bottom: 15px;
}

.sea-shipping-card .sea-number {
  font-size: 32px;
  font-weight: 700;
  color: #0d47a1;
  margin-bottom: 10px;
  line-height: 1.2;
}

.sea-shipping-card .sea-label {
  font-size: 14px;
  color: #1976d2;
  font-weight: 600;
  line-height: 1.4;
}

/* ==========================================================================
   Topup Page Styles - AI generated
   ========================================================================== */

/* AI generated: Topup page wrapper */
.topup-page-wrapper {
  padding: 20px 0 40px;
  background: #f5f7fa;
  min-height: calc(100vh - 200px);
}

/* AI generated: Page header */
.topup-page-header {
  margin-bottom: 30px;
  text-align: center;
}

.topup-page-header h1 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.topup-page-header h1 i {
  color: #1a73e8;
  font-size: 36px;
}

.topup-page-header .page-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.balance-label i {
  font-size: 18px;
}

/* AI generated: Topup methods wrapper */
.topup-methods-wrapper {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 30px;
}

/* AI generated: Modern tabs */
.topup-tabs-modern {
  border-bottom: 2px solid #f5f7fa;
  margin: 0;
  padding: 0 20px;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
}

.topup-tabs-modern > li {
  margin-bottom: -2px;
  float: none;
}

.topup-tabs-modern > li > a {
  padding: 18px 25px;
  border: none;
  border-bottom: 3px solid transparent;
  color: #666;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border-radius: 0;
}

.topup-tabs-modern > li > a:hover {
  background: #f8f9fa;
  border-bottom-color: #1a73e8;
  color: #1a73e8;
}

.topup-tabs-modern > li.active > a,
.topup-tabs-modern > li.active > a:hover,
.topup-tabs-modern > li.active > a:focus {
  background: transparent;
  border-bottom-color: #1a73e8;
  color: #1a73e8;
  font-weight: 600;
}

.topup-tabs-modern > li > a i {
  font-size: 18px;
}

/* AI generated: Tab content */
.topup-tab-content-modern {
  padding: 0;
}

.topup-method-card {
  padding: 30px;
  background: #ffffff;
}

/* AI generated: Topup form styles */
.topup-form-modern {
  max-width: 100%;
}

.bank-info-section {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 2px solid #f5f7fa;
}

.section-title-modern {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-title-modern i {
  color: #1a73e8;
  font-size: 22px;
}

.bank-info-table-wrapper {
  overflow-x: auto;
}

.bank-info-table {
  margin: 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.bank-info-table thead {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  color: #ffffff;
}

.bank-info-table thead th {
  border: none;
  padding: 15px;
  font-weight: 600;
  font-size: 14px;
}

.bank-info-table tbody td {
  padding: 12px 15px;
  border-color: #e0e0e0;
  font-size: 14px;
}

.bank-info-table tbody tr:hover {
  background: #f8f9fa;
}

.bank-info-table tbody a {
  color: #1a73e8;
  text-decoration: none;
  font-weight: 500;
}

.bank-info-table tbody a:hover {
  text-decoration: underline;
}

/* AI generated: Payment form section */
.payment-form-section {
  margin-top: 30px;
}

.form-fieldset-modern {
  border: none;
  padding: 0;
  margin: 0;
}

.form-legend-modern {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f5f7fa;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.form-legend-modern i {
  color: #1a73e8;
  font-size: 24px;
}

.form-group-modern.required .control-label-modern::after {
  content: ' *';
  color: #dc3545;
  font-weight: bold;
}

.input-wrapper-modern {
  width: 100%;
}

.form-control-modern::placeholder {
  color: #999;
}

.input-group-modern {
  display: flex;
  width: 100%;
}

.input-group-addon-modern {
  padding: 12px 16px;
  background: #f5f7fa;
  border: 2px solid #e0e0e0;
  border-right: none;
  border-radius: 8px 0 0 8px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  min-width: 60px;
  justify-content: center;
}

.input-group-modern .form-control-modern {
  border-left: none;
  border-radius: 0 8px 8px 0;
}

.input-group-modern .form-control-modern:focus {
  border-left: 2px solid #1a73e8;
}

.amount-conversion {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}

/* AI generated: Order selection box */
.order-selection-box {
  max-height: 200px;
  overflow-y: auto;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
}

.checkbox-modern {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-modern:last-child {
  margin-bottom: 0;
}

.checkbox-modern label {
  font-weight: normal;
  cursor: pointer;
  display: inline-flex;
}

.checkbox-modern input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.order-selection-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.link-action {
  color: #1a73e8;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.link-action:hover {
  color: #0d47a1;
  text-decoration: underline;
}

.total-price-display strong {
  color: #1a73e8;
  font-size: 18px;
}

/* AI generated: Upload button */
.btn-upload-modern {
  width: 100%;
  padding: 14px;
  background: #f5f7fa;
  border: 2px dashed #1a73e8;
  border-radius: 8px;
  color: #1a73e8;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-upload-modern:hover {
  background: #e3f2fd;
  border-color: #0d47a1;
  color: #0d47a1;
}

.btn-submit-modern {
  padding: 12px 30px;
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
}

.btn-submit-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 115, 232, 0.4);
  background: linear-gradient(135deg, #0d47a1 0%, #1a73e8 100%);
}

.btn-submit-modern:active {
  transform: translateY(0);
}

/* ==========================================================================
   Account Settings Icon on Member Card - AI generated
   ========================================================================== */

/* AI generated: Settings icon positioned in top-right corner of member card */
.member-card-settings-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  transition: all 0.3s ease;
  z-index: 10;
  text-decoration: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.member-card-settings-icon:hover {
  transform: rotate(90deg) scale(1.1);
  color: #ffffff;
  text-decoration: none;
}

.member-card-settings-icon:focus {
  color: #ffffff;
  text-decoration: none;
}

/* AI generated: Member info card with background for user info block */
.member-info-card {
  position: relative;
  background: linear-gradient(145deg, #1a73e8 0%, #0d47a1 100%);
  border-radius: 12px;
  padding: 24px 20px;
  box-shadow: 0 4px 20px rgba(26, 115, 232, 0.35);
  height: 100%;
  min-height: 200px;
  text-align: center;
}

/* ==========================================================================
   Account Settings Page - AI generated
   ========================================================================== */

/* AI generated: Settings page wrapper */
.settings-page-wrapper {
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
  min-height: calc(100vh - 200px);
  padding: 30px 0 60px 0;
}

/* AI generated: Modern breadcrumb */
.breadcrumb-modern {
  background: transparent;
  padding: 15px 0;
  margin-bottom: 20px;
  border-radius: 0;
}

.breadcrumb-modern > li + li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #999;
}

.breadcrumb-modern > li > a {
  color: #666;
  transition: color 0.3s ease;
}

.breadcrumb-modern > li > a:hover {
  color: #1a73e8;
}

.breadcrumb-modern > li.active {
  color: #333;
  font-weight: 600;
}

/* AI generated: Settings form */
.settings-form {
  max-width: 1000px;
  margin: 0 auto;
}

/* AI generated: Settings section */
.settings-section {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  overflow: hidden;
}

.settings-section-header {
  background: linear-gradient(135deg, #f8fafc 0%, #f0f4f8 100%);
  padding: 30px 25px;
  margin-bottom: 0;
  border-bottom: 2px solid #e8edf2;
}

.settings-section-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2c3e50;
}

.settings-section-header h2 i {
  font-size: 22px;
  color: #5a9fd4;
}

.settings-section-description {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #5a7a9a;
}

.settings-section-body {
  padding: 30px;
}

/* AI generated: Setting item */
.setting-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
  gap: 20px;
}

.setting-item-shipping-existing {
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
  gap: 20px;
}

.setting-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.setting-item:first-child {
  padding-top: 0;
}

.setting-label {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

.setting-label i.fa {
  color: #1a73e8;
  font-size: 18px;
  min-width: 20px;
}

.setting-label .fa-question-circle {
  color: #999;
  font-size: 14px;
  cursor: help;
  margin-left: 5px;
}

.setting-control {
  flex: 0 0 auto;
  min-width: 180px;
}

/* AI generated: Button toggle group */
.btn-setting {
  background: #f5f7fa;
  border: 2px solid #e0e0e0;
  color: #666;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 8px;
  cursor: pointer;
}

.btn-setting:hover {
  background: #e8ecf1;
  border-color: #1a73e8;
  color: #1a73e8;
}

.btn-setting.active {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  border-color: #1a73e8;
  color: #ffffff;
}

.btn-setting.active:hover {
  background: linear-gradient(135deg, #0d47a1 0%, #1a73e8 100%);
  color: #ffffff;
}

.btn-setting i {
  margin-right: 5px;
}

/* AI generated: Notification settings table */
.notification-settings-header {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 2px solid #1a73e8;
  margin-bottom: 15px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

.notification-label-col {
  flex: 1;
  padding-left: 30px;
}

.notification-email-col,
.notification-weixin-col,
.notification-whatsapp-col {
  flex: 0 0 auto;
  width: 120px;
  text-align: center;
}

/* AI generated: Notification setting row */
.notification-setting-row {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}

.notification-setting-row:last-child {
  border-bottom: none;
}

.notification-label {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
  padding-left: 30px;
}

.notification-label i.fa {
  color: #1a73e8;
  font-size: 18px;
  min-width: 20px;
  margin-right: 10px;
  display: inline-block;
}

.notification-toggles {
  display: flex;
  gap: 15px;
}

.notification-toggle-item {
  width: 120px;
  display: flex;
  justify-content: center;
}

/* AI generated: Notification button styles */
.btn-notification {
  background: #f5f7fa;
  border: 1px solid #e0e0e0;
  color: #666;
  padding: 6px 12px;
  font-size: 13px;
  transition: all 0.3s ease;
  border-radius: 6px;
  cursor: pointer;
}

.btn-notification:hover {
  background: #e8ecf1;
  border-color: #1a73e8;
  color: #1a73e8;
}

.btn-notification.active {
  background: #1a73e8;
  border-color: #1a73e8;
  color: #ffffff;
}

.btn-notification.active:hover {
  background: #0d47a1;
  color: #ffffff;
}

/* AI generated: Form actions */
.settings-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  padding: 0 15px;
}

.settings-actions .btn {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.settings-actions .btn-default {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  color: #666;
}

.settings-actions .btn-default:hover {
  background: #f5f7fa;
  border-color: #1a73e8;
  color: #1a73e8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.settings-actions .btn-primary {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  border: 2px solid #1a73e8;
  color: #ffffff;
}

.settings-actions .btn-primary:hover {
  background: linear-gradient(135deg, #0d47a1 0%, #1a73e8 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(26, 115, 232, 0.4);
}

/* ==========================================================================
   Account Sidebar Styles - AI generated
   ========================================================================== */

/* AI generated: Account layout */
.account-layout {
  margin-top: 20px;
}

/* AI generated: Account sidebar */
.account-sidebar {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  position: sticky;
  top: 20px;
}

.sidebar-title {
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  padding: 20px;
  background: linear-gradient(135deg, #f8fafc 0%, #f0f4f8 100%);
  border-bottom: 2px solid #e8edf2;
}

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu li {
  border-bottom: 1px solid #e8edf2;
  margin: 0;
}

.sidebar-menu li:last-child {
  border-bottom: none;
}

.sidebar-menu li.active {
  border-bottom: 1px solid #3a7fb4;
}

.sidebar-menu li.active + li {
  border-top: none;
}

.sidebar-menu li a {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  color: #5f6368;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  gap: 12px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.sidebar-menu li a i {
  font-size: 16px;
  color: #95a5a6;
  transition: color 0.3s ease;
  width: 20px;
  text-align: center;
}

.sidebar-menu li a:hover {
  background: #f8fafc;
  color: #5a9fd4;
  padding-left: 25px;
}

.sidebar-menu li a:hover i {
  color: #5a9fd4;
}

.sidebar-menu li.active a {
  background: linear-gradient(90deg, #5a9fd4 0%, #4a8fc4 100%);
  color: white;
  font-weight: 600;
  border-left: 4px solid #3a7fb4;
  padding-left: 16px;
  margin-left: 0;
}

.sidebar-menu li.active a:hover {
  background: linear-gradient(90deg, #5a9fd4 0%, #4a8fc4 100%);
  color: white;
  padding-left: 16px;
}

.sidebar-menu li.active a i {
  color: white;
}

/* ==========================================================================
   Warehouse Page Styles - AI generated
   ========================================================================== */

/* AI generated: Modern warehouse page styles */
.warehouse-page-wrapper {
  background: #f5f7fa;
  min-height: calc(100vh - 200px);
  padding: 0;
}

/* AI generated: Hero section */
.warehouse-hero {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  color: #ffffff;
  padding: 50px 0 40px;
  margin-bottom: 0;
  text-align: center;
}

.warehouse-hero h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.warehouse-hero p {
  font-size: 16px;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* AI generated: Main content container */
.warehouse-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 15px;
}

/* AI generated: Warehouse cards grid */
.warehouse-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}

.warehouse-card-icon {
  margin-right: 10px;
  color: #2c3e50;
  font-size: 18px;
}

.warehouse-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
  text-align: center;
}

/* AI generated: Warehouse table layout */
.warehouse-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.warehouse-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}

.warehouse-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.warehouse-table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.warehouse-table tbody tr:last-child {
  border-bottom: none;
}

.warehouse-table td {
  padding: 15px 20px;
  vertical-align: top;
}

.warehouse-table td:first-child {
  font-weight: 600;
  color: #2c3e50;
  width: 120px;
  border-right: 1px solid #e0e0e0;
}

.warehouse-table td:last-child {
  color: #333333;
}

/* AI generated: Copy to clipboard links */
.copy-link {
  color: #1a73e8;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease;
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: -8px;
}

.copy-link:hover {
  background: #f0f7fb;
  color: #0d47a1;
  text-decoration: none;
}

.copy-link i {
  margin-left: 6px;
  font-size: 14px;
  opacity: 0.7;
}

.copy-link:hover i {
  opacity: 1;
}

.copy-link .copied {
  margin-left: 8px;
  color: #2b9303;
  font-size: 12px;
  font-weight: 500;
  display: none;
}

/* AI generated: Reminder alert */
.warehouse-reminder {
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
  border: 2px solid #ffc107;
  border-radius: 10px;
  padding: 12px 18px;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px rgba(255, 193, 7, 0.2);
}

.warehouse-reminder h4 {
  font-size: 15px;
  font-weight: 600;
  color: #856404;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
}

.warehouse-reminder h4 i {
  margin-right: 10px;
  font-size: 20px;
}

.warehouse-reminder p {
  color: #856404;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.warehouse-reminder a {
  color: #1a73e8;
  font-weight: 600;
  text-decoration: underline;
}

.warehouse-reminder a:hover {
  color: #0d47a1;
}

/* AI generated: Login prompt */
.login-prompt {
  color: #dc3545;
  font-weight: 600;
  font-size: 14px;
}

.login-prompt a {
  color: #1a73e8;
  text-decoration: underline;
}

.login-prompt a:hover {
  color: #0d47a1;
}

/* AI generated: Copy All Button */
.warehouse-copy-all-wrapper {
  padding: 20px;
  border-top: 1px solid #e0e0e0;
  background: #fafafa;
}

.btn-copy-all {
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(26, 115, 232, 0.3);
}

.btn-copy-all:hover {
  background: linear-gradient(135deg, #0d47a1 0%, #1a73e8 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.4);
}

.btn-copy-all:active {
  transform: translateY(0);
}

.btn-copy-all i {
  font-size: 18px;
}

.btn-copy-all.copied {
  background: linear-gradient(135deg, #2b9303 0%, #1e6b02 100%);
}

.btn-copy-all.copied:hover {
  background: linear-gradient(135deg, #1e6b02 0%, #2b9303 100%);
}

/* ==========================================================================
   Delivery Fee Page Styles - AI generated
   ========================================================================== */

/* AI generated: Delivery fee page wrapper */
.delivery-fee-page-wrapper {
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
  min-height: calc(100vh - 200px);
  padding: 0;
}

/* AI generated: Hero section */
.delivery-fee-hero {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  color: #ffffff;
  padding: 50px 0 40px;
  margin-bottom: 0;
  text-align: center;
}

.delivery-fee-hero h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.delivery-fee-hero h1 i {
  font-size: 36px;
}

.delivery-fee-hero p {
  font-size: 16px;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* AI generated: Main content container */
.delivery-fee-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 15px;
}

/* AI generated: Filter section */
.delivery-fee-filters {
  margin-bottom: 30px;
}

.filter-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 20px;
}

.form-group-modern:last-child {
  margin-bottom: 0;
}

.control-label-modern {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.control-label-modern i {
  color: #1a73e8;
  font-size: 16px;
}

/* AI generated: Product types section */
.product-types-section {
  margin-bottom: 20px;
}

.product-types-section .section-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 15px;
}

.product-types-section .section-header-modern {
  background-color: #e3f2fd;
  padding: 12px 18px;
  border-bottom: 2px solid #90caf9;
}

.product-types-section .section-header-modern h2 {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-types-section .section-header-modern h2 i {
  color: #1a73e8;
  font-size: 18px;
}

.product-types-section .section-body {
  padding: 0 18px 15px 18px;
}

.product-types-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-type-item {
  padding: 12px 15px;
  margin-bottom: 10px;
  background: #f8f9fa;
  border-radius: 6px;
  border-left: 3px solid #1a73e8;
  transition: all 0.3s ease;
}

.product-type-item:last-child {
  margin-bottom: 0;
}

.product-type-item:hover {
  background: #e8f4fd;
  transform: translateX(3px);
}

.product-type-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.product-type-header i {
  color: #1a73e8;
  font-size: 16px;
}

.product-type-header strong {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.product-type-description {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-left: 24px;
}

/* AI generated: Delivery methods section */
.delivery-methods-section {
  margin-bottom: 30px;
}

.delivery-methods-section .section-header-modern {
  background-color: #f0f7ff;
  padding: 15px 25px 10px 25px;
  border-bottom: 2px solid #bbdefb;
  margin-bottom: 0;
}

.delivery-methods-section .section-header-modern h2 {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.delivery-methods-section .section-header-modern h2 i {
  color: #1a73e8;
  font-size: 22px;
}

/* AI generated: Modern tabs */
.delivery-method-tabs {
  border-bottom: 2px solid #e8edf2;
  margin: 0;
  padding: 0 20px;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
}

.delivery-method-tabs > li {
  margin-bottom: -2px;
}

.delivery-method-tabs > li > a {
  padding: 15px 20px;
  border: none;
  border-bottom: 3px solid transparent;
  color: #666;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border-radius: 0;
  text-decoration: none;
}

.delivery-method-tabs > li > a:hover {
  background: #f8f9fa;
  border-bottom-color: #1a73e8;
  color: #1a73e8;
  text-decoration: none;
}

.delivery-method-tabs > li.active > a,
.delivery-method-tabs > li.active > a:hover,
.delivery-method-tabs > li.active > a:focus {
  background: transparent;
  border-bottom-color: #1a73e8;
  color: #1a73e8;
  font-weight: 600;
  text-decoration: none;
}

.delivery-method-tabs > li > a i {
  font-size: 16px;
}

/* AI generated: Tab content */
.delivery-method-content {
  padding: 25px;
  background: #ffffff;
}

.delivery-method-content .tab-pane {
  animation: fadeIn 0.3s ease;
}

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

/* AI generated: Delivery quotes grid */
.delivery-quotes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.quote-card {
  background: #f8f9fa;
  border-radius: 10px;
  border: 2px solid #e0e0e0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.quote-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-color: #1a73e8;
  transform: translateY(-3px);
}

.quote-header {
  background-color: #e3f2fd;
  padding: 15px 20px;
  border-bottom: 2px solid #90caf9;
}

.quote-title i {
  font-size: 18px;
}

.quote-currency-note {
  margin-top: 8px;
  font-size: 12px;
  color: #1976d2;
  display: flex;
  align-items: center;
  gap: 6px;
}

.quote-currency-note i {
  font-size: 14px;
}

.quote-body {
  padding: 20px;
}

.quote-body table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.quote-body table th,
.quote-body table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}

.quote-body table th {
  background: #f5f5f5;
  font-weight: 600;
  color: #333;
}

.quote-body table tr:nth-child(even) {
  background: #ffffff;
}

.quote-body table tr:hover {
  background: #e3f2fd;
}

/* AI generated: Addon services section */
.addon-services-section {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #e8edf2;
}

.addon-services-section.required {
  border-top-color: #ff9800;
}

.addon-services-header {
  margin-bottom: 20px;
}

.addon-services-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.addon-services-header h3 i {
  color: #1a73e8;
  font-size: 20px;
}

.addon-services-section.required .addon-services-header h3 i {
  color: #ff9800;
}

.addon-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
}

.addon-service-card {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.addon-service-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-color: #1a73e8;
  transform: translateY(-3px);
}

.addon-service-card.required {
  border-color: #ff9800;
}

.addon-service-card.required:hover {
  border-color: #f57c00;
}

.addon-service-header {
  background: #f5f7fa;
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.addon-service-card.required .addon-service-header {
  background: #fff3e0;
  border-bottom-color: #ff9800;
}

.addon-service-header h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.addon-service-header h4 i {
  color: #1a73e8;
  font-size: 16px;
}

.addon-service-card.required .addon-service-header h4 i {
  color: #ff9800;
}

.addon-service-body {
  padding: 20px;
}

.addon-service-body table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.addon-service-body table th,
.addon-service-body table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}

.addon-service-body table th {
  background: #f5f5f5;
  font-weight: 600;
  color: #333;
}

.addon-service-body table tr:nth-child(even) {
  background: #ffffff;
}

.addon-service-body table tr:hover {
  background: #f8f9fa;
}

/* AI generated: Order product form addon service selectable cards - layout like reference image */
.addon-services-fieldset .addon-services-section {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.addon-services-fieldset .addon-services-group {
  margin-bottom: 24px;
}

.addon-services-fieldset .addon-services-group:last-child {
  margin-bottom: 0;
}

.addon-service-card-select {
  display: block;
  cursor: pointer;
  margin: 0;
}

.addon-service-card-select .addon-service-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* AI generated: Selected addon service card border */
.addon-service-card-select:has(.addon-service-checkbox:checked) {
  border-color: #1a73e8;
  border-width: 2px;
}

/* AI generated: Two-part card layout - left icon box + right text box (like reference image) */
.addon-service-card-inline.addon-service-card {
  overflow: hidden;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}

.addon-service-card-inline .addon-service-row {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 72px;
}

/* Left section: icon area - square rounded rectangle, light blue-grey bg, bright blue icon */
.addon-service-card-inline .addon-service-icon-wrap {
  flex-shrink: 0;
  width: 72px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8eef5;
  border: 1px solid #e0e0e0;
  border-right: none;
  border-radius: 6px 0 0 6px;
}

.addon-service-card-inline .addon-service-icon-main {
  font-size: 28px;
  color: #1a73e8;
}

/* Right section: text area - wider rounded rectangle, name + price */
.addon-service-card-inline .addon-service-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  flex: 1;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-radius: 0 6px 6px 0;
}

.addon-service-card-inline .addon-service-title {
  font-size: 15px;
  font-weight: 600;
  color: #4a4a4a;
  margin: 0;
  line-height: 1.3;
}

.addon-service-card-inline .addon-service-price {
  font-size: 13px;
  color: #888888;
  line-height: 1.3;
}

.addon-service-card-inline:has(.addon-service-checkbox:checked) .addon-service-icon-wrap {
  background: #e3f2fd;
  border: 1px solid #1a73e8;
}

.addon-service-card-inline:has(.addon-service-checkbox:checked) .addon-service-text {
  border-left: 1px solid #1a73e8;
}

/* AI generated: Other fees (readonly) – darker text for better readability */
.addon-services-other-fieldset .addon-service-card-readonly .addon-service-title {
  color: #2d2d2d;
}
.addon-services-other-fieldset .addon-service-card-readonly .addon-service-price {
  color: #555555;
}

/* Legacy: non-inline card (header + body) */
.addon-service-card-select .addon-service-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
}

.addon-service-card-select .addon-service-icon {
  color: #1a73e8;
  font-size: 18px;
}

.addon-service-card-select .addon-service-body {
  padding: 12px 20px;
}

.addon-service-price {
  font-size: 14px;
  color: #555;
}

/* ==========================================================================
   Password Page Styles - AI generated
   ========================================================================== */

/* AI generated: Password toggle icon styling */
.input-icon-wrapper .password-toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  font-size: 18px;
  transition: color 0.3s ease;
  z-index: 10;
  padding: 5px;
  pointer-events: auto;
}

.input-icon-wrapper .password-toggle i {
  pointer-events: none;
}

.input-icon-wrapper .password-toggle:hover {
  color: #5a9fd4;
}

/* AI generated: Password input with toggle needs extra right padding */
#input-password,
#input-confirm {
  padding-right: 45px;
}

/* AI generated: Form actions for password page */
.form-actions-modern {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 2px solid #e8edf2;
  flex-wrap: wrap;
  gap: 15px;
}

/* ==========================================================================
   Shipping Fee Calculator Page Styles - AI generated
   ========================================================================== */

/* AI generated: Calculator wrapper */
.shipping-calculator-wrapper {
  padding: 20px 0 40px;
  background: #f5f7fa;
  min-height: 60vh;
}

/* AI generated: Calculator header */
.calculator-header {
  margin-bottom: 30px;
  padding: 0 15px;
}

.calculator-header h1 {
  font-size: 28px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.calculator-header h1 i {
  color: #1a73e8;
  font-size: 30px;
}

.calculator-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* AI generated: Calculator section */
.calculator-section {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  overflow: hidden;
}

.calculator-section-header {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  color: #ffffff;
  padding: 20px 30px;
}

.calculator-section-header h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}

.calculator-section-header h2 i {
  font-size: 22px;
}

.calculator-section-body {
  padding: 30px;
}

.label-modern {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.label-modern i {
  color: #1a73e8;
  font-size: 16px;
}

/* AI generated: Calculate button */
.btn-calculate-modern {
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
  margin-top: 8px;
}

.btn-calculate-modern:hover {
  background: linear-gradient(135deg, #0d47a1 0%, #1a73e8 100%);
  box-shadow: 0 6px 16px rgba(26, 115, 232, 0.4);
  transform: translateY(-2px);
}

.btn-calculate-modern:active {
  transform: translateY(0);
}

.btn-calculate-modern i {
  font-size: 18px;
}

/* AI generated: Results section */
.results-section {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 30px;
}

/* AI generated: Calculator tabs */
.calculator-tabs {
  background: #f8f9fa;
  border-bottom: 2px solid #e0e0e0;
  padding: 0 20px;
  margin: 0;
}

.calculator-tabs > li {
  margin-bottom: -2px;
}

.calculator-tabs > li > a {
  padding: 15px 25px;
  color: #666;
  font-weight: 500;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.calculator-tabs > li > a:hover {
  background: transparent;
  color: #1a73e8;
  border-bottom-color: #1a73e8;
}

.calculator-tabs > li.active > a,
.calculator-tabs > li.active > a:hover,
.calculator-tabs > li.active > a:focus {
  background: transparent;
  color: #1a73e8;
  border-bottom-color: #1a73e8;
  font-weight: 600;
}

.calculator-tabs > li > a i {
  font-size: 16px;
}

/* AI generated: Tab content */
.calculator-tab-content {
  padding: 30px;
}

/* AI generated: Calculator table */
.calculator-table {
  width: 100%;
  margin: 0;
  margin-top: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.calculator-table thead {
  background: transparent;
}

.calculator-table thead th {
  padding: 15px;
  font-weight: 600;
  color: #333;
  border: none;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0;
  background: transparent;
}

.calculator-table thead th i {
  margin-right: 6px;
  color: #1a73e8;
}

.calculator-table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s ease;
}

.calculator-table tbody tr:hover {
  background: #f8f9fa;
}

.calculator-table tbody td {
  padding: 20px 15px;
  vertical-align: middle;
}

.quote-title {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 5px 0;
}

.quote-subtitle {
  font-size: 13px;
  color: #666;
}

.quote-value {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}

/* AI generated: Shipping fee highlight */
.shipping-fee-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.fee-label {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.fee-amount {
  font-size: 24px;
  font-weight: 700;
  color: #e74c3c;
}

.pricing-table-wrapper {
  font-size: 13px;
}

/* AI generated: View details button */
.btn-view-details {
  padding: 8px 16px;
  background: #1a73e8;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-view-details:hover {
  background: #0d47a1;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(26, 115, 232, 0.3);
  color: #ffffff;
}

.btn-view-details i {
  font-size: 14px;
}

/* AI generated: Modern modal */
.modal-modern {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.no-description {
  text-align: center;
  padding: 40px 20px;
  color: #999;
}

.no-description i {
  font-size: 48px;
  margin-bottom: 15px;
  display: block;
}

.description-content {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}

.description-content::-webkit-scrollbar {
  width: 8px;
}

.description-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.description-content::-webkit-scrollbar-thumb {
  background: #1a73e8;
  border-radius: 4px;
}

.description-content::-webkit-scrollbar-thumb:hover {
  background: #0d47a1;
}

/* AI generated: No results section */
.no-results-section {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 60px 30px;
  text-align: center;
}

.no-results-content i {
  font-size: 64px;
  color: #ccc;
  margin-bottom: 20px;
  display: block;
}

.no-results-content h4 {
  font-size: 20px;
  color: #666;
  margin: 0 0 10px 0;
}

.no-results-content p {
  font-size: 14px;
  color: #999;
  margin: 0;
}

/* ==========================================================================
   Transaction Page Styles
   ========================================================================== */
/* AI generated: Transaction page wrapper */
.transaction-page-wrapper {
  padding: 20px 0 40px;
  background: #f5f7fa;
  min-height: calc(100vh - 200px);
}

/* AI generated: Transaction page header */
.transaction-page-header {
  margin-bottom: 30px;
  text-align: center;
}

.transaction-page-header h1 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.transaction-page-header h1 i {
  color: #1a73e8;
  font-size: 36px;
}

.transaction-page-header .page-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* AI generated: Balance card */
.balance-card-modern {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 8px 24px rgba(26, 115, 232, 0.3);
  color: #ffffff;
}

.balance-card-content {
  text-align: center;
}

.balance-label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.balance-amount-large {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2;
}

.balance-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.balance-actions .btn-action-modern {
  flex: 1;
  min-width: 140px;
  max-width: 200px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 24px;
  margin: 0;
  line-height: 1.2;
}

.btn-action-modern {
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  backdrop-filter: blur(10px);
  white-space: nowrap;
  box-sizing: border-box;
  vertical-align: middle;
}

.btn-action-modern:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-action-modern i {
  font-size: 16px;
}

/* AI generated: Transaction filter form */
.transaction-filter-form {
  padding: 10px 0;
}

/* AI generated: Transaction filter date input - shorter width to avoid overlap, height 47px */
.transaction-filter-form .input-group.date {
  display: flex;
  width: 100%;
  max-width: 240px;
}

.transaction-filter-form .input-group.date .form-control-modern {
  flex: 1;
  min-width: 0;
  height: 47px;
  box-sizing: border-box;
}

.transaction-filter-form .input-group-btn .btn-calendar {
  height: 47px;
  min-width: 47px;
  box-sizing: border-box;
}

/* AI generated: Spacing between filter date columns to prevent overlap */
.transaction-filter-form .row > [class*="col-"] {
  margin-bottom: 12px;
}

.form-group-modern {
  margin-bottom: 20px;
}

.form-label-modern {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.form-label-modern i {
  color: #1a73e8;
  font-size: 14px;
}

.form-control-modern {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* AI generated */
select.form-control-modern {
  height: auto;
  min-height: 46px;
}

.form-control-modern:focus {
  border-color: #1a73e8;
  box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
  outline: none;
}

.input-group .form-control-modern {
  border-radius: 8px 0 0 8px;
}

.input-group-btn .btn-calendar {
  height: 45px;
  border: 2px solid #e0e0e0;
  border-left: none;
  border-radius: 0 8px 8px 0;
  background: #f8f9fa;
  color: #1a73e8;
  padding: 0 15px;
  transition: all 0.3s ease;
}

.input-group-btn .btn-calendar:hover {
  background: #1a73e8;
  color: #ffffff;
  border-color: #1a73e8;
}

.btn-filter-modern {
  width: 100%;
  padding: 12px 24px;
  background: #1a73e8;
  border: 2px solid #1a73e8;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 45px;
  box-shadow: 0 2px 8px rgba(26, 115, 232, 0.3);
}

.btn-filter-modern:hover {
  background: #0d47a1;
  border-color: #0d47a1;
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.4);
  transform: translateY(-2px);
}

.btn-filter-modern i {
  font-size: 16px;
}

/* AI generated: Transaction table */
.transaction-table-wrapper {
  margin-top: 20px;
}

.table-modern {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

.table-modern thead {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.table-modern thead th {
  padding: 18px 20px;
  font-weight: 700;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  border-bottom: 2px solid #e0e0e0;
  text-align: left;
  position: relative;
  vertical-align: middle;
}

.table-modern thead th.col-topup-id {
  text-align: center;
}

.table-modern thead th.col-amount {
  text-align: right;
  position: relative;
  padding-right: 20px;
}

.table-modern thead th.col-type {
  text-align: center;
}

.table-modern thead th.col-date {
  text-align: center;
}

.table-modern thead th.col-status {
  text-align: center;
}

.table-modern thead th.col-description {
  text-align: left;
}

.table-modern thead th:before {
  font-family: 'FontAwesome';
  color: #1a73e8;
  margin-right: 8px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  text-align: center;
}

.table-modern thead th.col-description:before {
  content: '\f0f6';
}

.table-modern tbody tr {
  transition: all 0.3s ease;
  border-bottom: 1px solid #f0f0f0;
}

.table-modern tbody tr:hover {
  background: #f8f9fa;
}

.table-modern tbody tr:last-child {
  border-bottom: none;
}

.table-modern tbody td {
  padding: 18px 20px;
  font-size: 14px;
  color: #555;
  border: none;
  vertical-align: middle;
}

.transaction-date {
  color: #666;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
}

.transaction-description {
  color: #333;
  line-height: 1.6;
  text-align: left;
}

.transaction-amount {
  font-weight: 700;
  font-size: 16px;
  text-align: right;
  white-space: nowrap;
}

.transaction-amount.amount-positive {
  color: #4caf50;
}

.transaction-amount.amount-negative {
  color: #f44336;
}

.table-modern tfoot {
  background: #f8f9fa;
  border-top: 2px solid #e0e0e0;
}

.table-modern tfoot td {
  padding: 18px 20px;
  font-size: 16px;
  border: none;
}

.total-amount-cell {
  color: #1a73e8;
  font-size: 18px;
}

.transaction-total {
  display: flex;
  align-items: center;
  gap: 10px;
}

.transaction-total .total-label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.transaction-total .total-amount {
  font-size: 20px;
  font-weight: 700;
  color: #1a73e8;
}

/* AI generated: Transaction cards for mobile */
.transaction-cards {
  margin-top: 20px;
}

.transaction-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

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

.transaction-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.transaction-card-date {
  font-size: 13px;
  color: #666;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.transaction-card-date i {
  color: #1a73e8;
}

.transaction-card-amount {
  font-size: 18px;
  font-weight: 700;
}

.transaction-card-amount.amount-positive {
  color: #4caf50;
}

.transaction-card-amount.amount-negative {
  color: #f44336;
}

.transaction-card-body {
  padding-top: 8px;
}

.transaction-card-description {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.transaction-card-description i {
  color: #1a73e8;
  margin-top: 3px;
  flex-shrink: 0;
}

.transaction-total-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px solid #1a73e8;
}

.transaction-total-card .transaction-card-label {
  font-size: 16px;
  color: #333;
}

.transaction-total-card .transaction-card-amount {
  color: #1a73e8;
  font-size: 20px;
}

/* AI generated: Transaction pagination */
.transaction-pagination {
  margin-top: 30px;
  text-align: center;
}

.transaction-pagination .pagination {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.transaction-pagination .pagination > li > a,
.transaction-pagination .pagination > li > span {
  padding: 10px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.transaction-pagination .pagination > li > a:hover {
  background: #1a73e8;
  border-color: #1a73e8;
  color: #ffffff;
}

.transaction-pagination .pagination > .active > a,
.transaction-pagination .pagination > .active > span {
  background: #1a73e8;
  border-color: #1a73e8;
  color: #ffffff;
}

/* AI generated: Empty state */
.transaction-empty {
  text-align: center;
  padding: 60px 20px;
}

.transaction-empty .empty-icon {
  font-size: 80px;
  color: #e0e0e0;
  margin-bottom: 20px;
}

.transaction-empty h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.transaction-empty p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

/* AI generated: Transaction actions */
.transaction-actions {
  margin-top: 30px;
  text-align: center;
}

/* ==========================================================================
   Affiliate Tracking Page Styles - AI generated
   ========================================================================== */

/* AI generated: Affiliate tracking wrapper */
.affiliate-tracking-wrapper {
  padding: 30px 0 50px 0;
  background: #f5f7fa;
  min-height: 60vh;
}

/* AI generated: Affiliate card (single white card design) */
.affiliate-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-width: 100%;
}

/* AI generated: Card header */
.affiliate-card-header {
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid #e8edf2;
}

.affiliate-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.affiliate-title i {
  color: #5a9fd4;
  font-size: 26px;
}

.affiliate-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* AI generated: Card body */
.affiliate-card-body {
  padding: 30px;
}

/* AI generated: Form group modern (reusing from edit.tpl style) */
.affiliate-card-body .form-group-modern {
  margin-bottom: 25px;
}

.affiliate-card-body .form-group-modern:last-child {
  margin-bottom: 0;
}

.affiliate-card-body .label-modern {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #2c3e50;
  margin-bottom: 8px;
}

.affiliate-card-body .label-modern i {
  color: #5a9fd4;
  font-size: 16px;
  width: 16px;
  text-align: center;
}

/* AI generated: Input icon wrapper */
.affiliate-card-body .input-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.affiliate-card-body .input-icon-wrapper > i {
  position: absolute;
  left: 12px;
  color: #95a5a6;
  font-size: 16px;
  z-index: 1;
  pointer-events: none;
}

.affiliate-card-body .input-icon-wrapper .form-control-modern {
  padding-left: 40px;
  padding-right: 50px;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  height: 42px;
  background: #ffffff;
  transition: all 0.3s ease;
}

.affiliate-card-body .input-icon-wrapper .form-control-modern:focus {
  border-color: #5a9fd4;
  box-shadow: 0 0 0 3px rgba(90, 159, 212, 0.1);
  outline: none;
}

.affiliate-card-body .input-icon-wrapper .form-control-modern[readonly] {
  background: #f8fafc;
  cursor: default;
}

.affiliate-card-body .input-icon-wrapper .form-control-modern.copied {
  border-color: #4caf50;
  background: #f1f8f4;
}

/* AI generated: Inline copy button */
.btn-copy-inline {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #95a5a6;
  padding: 6px 8px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.btn-copy-inline:hover {
  background: #f5f7fa;
  color: #5a9fd4;
}

.btn-copy-inline:active,
.btn-copy-inline.clicked {
  transform: translateY(-50%) scale(0.95);
}

.btn-copy-inline.copied {
  color: #4caf50;
}

.btn-copy-inline i {
  font-size: 16px;
}

/* AI generated: QR Code display */
.affiliate-card-body .qrcode-display {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}

.affiliate-card-body .qrcode-wrapper {
  background: #f8fafc;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  display: inline-block;
}

.affiliate-card-body .qrcode-image {
  width: 180px;
  height: 180px;
  display: block;
  border-radius: 4px;
}

/* ==========================================================================
   Topup Record Page Styles
   ========================================================================== */
/* AI generated: Topup record page wrapper */
.topup-record-page-wrapper {
  padding: 20px 0 40px;
  background: #f5f7fa;
  min-height: calc(100vh - 200px);
}

/* AI generated: Topup record page header */
.topup-record-page-header {
  margin-bottom: 30px;
  text-align: center;
}

.topup-record-page-header h1 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.topup-record-page-header h1 i {
  color: #1a73e8;
  font-size: 36px;
}

.topup-record-page-header .page-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* AI generated: Alert modern styles */
.alert-modern {
  border-radius: 8px;
  border: none;
  padding: 15px 20px;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.alert-modern i {
  margin-right: 8px;
}

.alert-success.alert-modern {
  background: #d4edda;
  color: #155724;
  border-left: 4px solid #28a745;
}

.alert-danger.alert-modern {
  background: #f8d7da;
  color: #721c24;
  border-left: 4px solid #dc3545;
}

/* AI generated: Topup record filter form */
.topup-record-filter-form {
  padding: 10px 0;
}

/* AI generated: Topup record filter date input - match transaction filter style */
.topup-record-filter-form .input-group.date {
  display: flex;
  width: 100%;
  max-width: 200px;
}

.topup-record-filter-form .input-group.date .form-control-modern {
  flex: 1;
  min-width: 0;
  height: 47px;
  box-sizing: border-box;
}

.topup-record-filter-form .input-group-btn .btn-calendar {
  height: 47px;
  min-width: 47px;
  box-sizing: border-box;
}

.topup-record-filter-form .row > [class*="col-"] {
  margin-bottom: 12px;
}

/* AI generated: Topup record filter select height - match date input */
.topup-record-filter-form .form-control-modern {
  height: 47px;
  box-sizing: border-box;
}

/* AI generated: Topup record table wrapper */
.topup-record-table-wrapper {
  margin-top: 20px;
}

.topup-record-row {
  cursor: pointer;
  transition: all 0.3s ease;
}

.topup-record-row:hover {
  background: #f8f9fa;
}

.topup-id {
  font-weight: 600;
  color: #1a73e8;
  text-align: center;
}

.topup-amount {
  font-weight: 700;
  color: #4caf50;
  font-size: 16px;
  text-align: left;
}

.topup-type {
  color: #333;
  text-align: center;
}

.topup-date {
  color: #666;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
}

.topup-status-cell {
  text-align: center;
  vertical-align: middle;
}

.topup-note {
  display: block;
  margin-top: 8px;
  color: #666;
  font-style: italic;
  font-size: 12px;
}

.topup-action {
  text-align: center;
}

.btn-view-modern {
  background: #1a73e8;
  border: 2px solid #1a73e8;
  border-radius: 6px;
  color: #ffffff;
  padding: 8px 12px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
}

.btn-view-modern:hover {
  background: #0d47a1;
  border-color: #0d47a1;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
  color: #ffffff;
}

.btn-view-modern i {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* AI generated: Topup record cards for mobile */
.topup-record-cards {
  margin-top: 20px;
}

.topup-record-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  cursor: pointer;
}

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

.topup-record-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.topup-record-card-id {
  font-size: 16px;
  font-weight: 700;
  color: #1a73e8;
  display: flex;
  align-items: center;
  gap: 6px;
}

.topup-record-card-id i {
  color: #1a73e8;
}

.topup-record-card-status {
  display: flex;
  align-items: center;
}

.topup-record-card-body {
  padding-top: 8px;
}

.topup-record-card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 0;
}

.topup-record-card-row:last-child {
  margin-bottom: 0;
}

.topup-record-card-label {
  font-size: 13px;
  color: #666;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
}

.topup-record-card-label i {
  color: #1a73e8;
  font-size: 14px;
}

.topup-record-card-value {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  text-align: right;
  flex: 1;
}

.topup-record-card-value.topup-amount {
  color: #4caf50;
  font-size: 16px;
  font-weight: 700;
}

.topup-record-card-note {
  margin-top: 12px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 6px;
  border-left: 3px solid #1a73e8;
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.topup-record-card-note i {
  color: #1a73e8;
  margin-top: 2px;
  flex-shrink: 0;
}

.topup-record-card-footer {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}

.topup-record-card-footer .btn-view-modern {
  width: 100%;
  justify-content: center;
}

/* AI generated: Topup record pagination */
.topup-record-pagination {
  margin-top: 30px;
  text-align: center;
}

.topup-record-pagination .pagination {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.topup-record-pagination .pagination > li > a,
.topup-record-pagination .pagination > li > span {
  padding: 10px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.topup-record-pagination .pagination > li > a:hover {
  background: #1a73e8;
  border-color: #1a73e8;
  color: #ffffff;
}

.topup-record-pagination .pagination > .active > a,
.topup-record-pagination .pagination > .active > span {
  background: #1a73e8;
  border-color: #1a73e8;
  color: #ffffff;
}

/* AI generated: Empty state */
.topup-record-empty {
  text-align: center;
  padding: 60px 20px;
}

.topup-record-empty .empty-icon {
  font-size: 80px;
  color: #e0e0e0;
  margin-bottom: 20px;
}

.topup-record-empty h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.topup-record-empty p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

/* AI generated: Topup record actions */
.topup-record-actions {
  margin-top: 30px;
  text-align: center;
}

/* AI generated: Modern modal styles */
.modal-modern .modal-dialog {
  margin: 30px auto;
  max-width: 600px;
}

.modal-header-modern {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  padding: 20px 25px;
  border: none;
}

.modal-header-modern .close {
  color: #ffffff;
  opacity: 0.9;
  font-size: 28px;
  font-weight: 300;
  text-shadow: none;
  transition: opacity 0.3s ease;
}

.modal-header-modern .close:hover {
  opacity: 1;
}

.modal-header-modern .modal-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.modal-header-modern .modal-title i {
  font-size: 22px;
}

.modal-body-modern {
  padding: 25px;
  background: #ffffff;
}

.modal-detail-row {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  align-items: flex-start;
}

.modal-detail-row:last-child {
  border-bottom: none;
}

.modal-detail-label {
  flex: 0 0 40%;
  font-weight: 600;
  color: #333;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.modal-detail-label i {
  color: #1a73e8;
  font-size: 16px;
  width: 18px;
  text-align: center;
}

.modal-detail-value {
  flex: 1;
  color: #666;
  font-size: 14px;
  word-break: break-word;
}

.modal-detail-value .topup_status {
  display: inline-block;
}

.modal-detail-value .topup-note {
  display: block;
  margin-top: 8px;
  font-style: italic;
  color: #999;
}

.modal-footer-modern {
  padding: 20px 25px;
  background: #f8f9fa;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 0 8px 8px;
  text-align: right;
}

.btn-close-modern {
  background: #6c757d;
  border: 2px solid #6c757d;
  border-radius: 8px;
  color: #ffffff;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-close-modern:hover {
  background: #5a6268;
  border-color: #5a6268;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
  color: #ffffff;
}

.btn-close-modern i {
  font-size: 14px;
}

/* AI generated: Table column styles for topup record */
.table-modern thead th.col-topup-id:before {
  content: '\f02b';
}

.table-modern thead th.col-amount:before {
  content: '\f0d6';
}

.table-modern thead th.col-type:before {
  content: '\f09d';
}

.table-modern thead th.col-date:before {
  content: '\f073';
}

.table-modern thead th.col-status:before {
  content: '\f02b';
}

/* AI generated: Ensure proper alignment for all columns with icons */
.table-modern thead th.col-topup-id:before,
.table-modern thead th.col-amount:before,
.table-modern thead th.col-type:before,
.table-modern thead th.col-date:before,
.table-modern thead th.col-status:before,
.table-modern thead th.col-action:before {
  margin-right: 8px;
  margin-left: 0;
}

/* AI generated: Ensure consistent padding for all columns */
.table-modern thead th.col-topup-id,
.table-modern thead th.col-amount,
.table-modern thead th.col-type,
.table-modern thead th.col-date,
.table-modern thead th.col-status,
.table-modern thead th.col-action {
  padding-left: 20px;
  padding-right: 20px;
}

/* AI generated: Match data cell padding with header */
.table-modern tbody td.topup-id,
.table-modern tbody td.topup-amount,
.table-modern tbody td.topup-type,
.table-modern tbody td.topup-date,
.table-modern tbody td.topup-status-cell,
.table-modern tbody td.topup-action {
  padding-left: 20px;
  padding-right: 20px;
}

/* ==========================================================================
   Contact Page Styles
   ========================================================================== */
/* AI generated: Modern contact page styles for asiatspt.com theme */

/* AI generated: Hero section */
.information-hero {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  color: #ffffff;
  padding: 50px 0;
  text-align: center;
  margin-bottom: 0;
}

.information-hero h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.information-hero h1 i {
  font-size: 40px;
}

.information-hero p {
  font-size: 18px;
  margin: 0;
  opacity: 0.95;
}

/* AI generated: Main wrapper */
.contact-page-wrapper {
  padding: 40px 0;
  background-color: #f5f7fa;
  min-height: calc(100vh - 200px);
}

/* AI generated: Contact form card */
.contact-form-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  margin-bottom: 30px;
  height: 100%;
}

.contact-form-header {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e8edf2;
}

.contact-form-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-form-header h2 i {
  color: #5a9fd4;
  font-size: 26px;
}

.contact-form-header p {
  color: #7f8c8d;
  font-size: 14px;
  margin: 0;
}

/* AI generated: Form styles */
.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
  font-size: 14px;
}

.contact-form label i {
  color: #5a9fd4;
  font-size: 16px;
}

.contact-form .form-control {
  border: 2px solid #e8edf2;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  transition: all 0.3s ease;
  height: auto;
}

.contact-form .form-control:focus {
  border-color: #5a9fd4;
  box-shadow: 0 0 0 3px rgba(90, 159, 212, 0.1);
  outline: none;
}

.contact-form .form-control.error {
  border-color: #e74c3c;
}

.contact-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

/* AI generated: Error messages */
.error-message {
  margin-top: 8px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.error-message i {
  font-size: 14px;
}

/* AI generated: Captcha wrapper */
.captcha-wrapper {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.captcha-input {
  flex: 1;
}

.captcha-image {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.captcha-image img {
  border: 2px solid #e8edf2;
  border-radius: 8px;
  height: 40px;
  width: auto;
}

.refresh-captcha {
  padding: 8px 12px;
  color: #5a9fd4;
  border: 2px solid #e8edf2;
  border-radius: 8px;
  background: #ffffff;
  transition: all 0.3s ease;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.refresh-captcha:hover {
  background: #f0f7fb;
  border-color: #5a9fd4;
  color: #4a8fc4;
}

.refresh-captcha i {
  font-size: 16px;
}

/* AI generated: Submit button */
.btn-submit {
  background: linear-gradient(135deg, #5a9fd4 0%, #4a8fc4 100%);
  border: none;
  border-radius: 8px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(90, 159, 212, 0.3);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-submit:hover {
  background: linear-gradient(135deg, #4a8fc4 0%, #3a7fb4 100%);
  box-shadow: 0 6px 16px rgba(90, 159, 212, 0.4);
  transform: translateY(-2px);
  color: #ffffff;
}

.btn-submit:active {
  transform: translateY(0);
}

.btn-submit i {
  font-size: 18px;
}

/* AI generated: Contact info card */
.contact-info-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  margin-bottom: 30px;
  height: 100%;
}

.contact-info-header {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e8edf2;
}

.contact-info-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-info-header h2 i {
  color: #5a9fd4;
  font-size: 26px;
}

/* AI generated: Contact info image */
.contact-info-image {
  margin-bottom: 25px;
  border-radius: 8px;
  overflow: hidden;
}

.contact-info-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* AI generated: Contact info items */
.contact-info-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-info-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.info-icon i {
  font-size: 20px;
  color: #5a9fd4;
}

.info-content {
  flex: 1;
}

.info-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 8px 0;
}

.info-content p {
  color: #7f8c8d;
  font-size: 14px;
  margin: 0 0 12px 0;
  line-height: 1.6;
}

.info-content p:last-child {
  margin-bottom: 0;
}

.info-content address {
  color: #7f8c8d;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 12px 0;
  font-style: normal;
}

.info-content a {
  color: #5a9fd4;
  text-decoration: none;
  transition: color 0.3s ease;
}

.info-content a:hover {
  color: #4a8fc4;
  text-decoration: none;
}

/* AI generated: Buttons in info */
.btn-map,
.btn-warehouse {
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid #5a9fd4;
  background: #ffffff;
  color: #5a9fd4;
}

.btn-map:hover,
.btn-warehouse:hover {
  background: #5a9fd4;
  color: #ffffff;
  border-color: #5a9fd4;
}

/* AI generated: Map buttons wrapper */
.map-buttons {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* AI generated: Contact map section */
.contact-map-section {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 2px solid #e8edf2;
}

.map-container {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  background: #f5f7fa;
}

.google-map-embed {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 8px;
  display: block;
}

/* AI generated: Warehouse map container */
.warehouse-map-container {
  margin-top: 20px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  background: #f5f7fa;
}

.warehouse-map-container .google-map-embed {
  height: 250px;
}

/* AI generated: Warehouses section */
.warehouses-section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #e8edf2;
}

.warehouses-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 30px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.warehouses-title i {
  color: #5a9fd4;
  font-size: 32px;
}

/* AI generated: Warehouses grid */
.warehouses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 25px;
}

.warehouse-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.warehouse-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

.warehouse-card-header {
  background: linear-gradient(135deg, #f8fafc 0%, #f0f4f8 100%);
  padding: 20px 25px;
  border-bottom: 2px solid #e8edf2;
}

.warehouse-card-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.warehouse-card-header h3 i {
  color: #5a9fd4;
  font-size: 20px;
}

.warehouse-card-body {
  padding: 25px;
}

.warehouse-info-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.warehouse-info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.warehouse-info-item i {
  color: #5a9fd4;
  font-size: 18px;
  margin-bottom: 5px;
}

.warehouse-info-item strong {
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 5px;
}

.warehouse-info-item p {
  font-size: 14px;
  color: #7f8c8d;
  margin: 0;
  line-height: 1.6;
}

.warehouse-info-item address {
  font-size: 14px;
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0 0 10px 0;
  font-style: normal;
}

.warehouse-info-item a {
  color: #5a9fd4;
  text-decoration: none;
  transition: color 0.3s ease;
}

.warehouse-info-item a:hover {
  color: #4a8fc4;
  text-decoration: none;
}

.warehouse-info-item .btn {
  margin-top: 10px;
  align-self: flex-start;
}

/* ==========================================================================
   Order List Page Styles - AI generated
   ========================================================================== */

/* AI generated: Order list wrapper */
.order-list-wrapper {
  padding: 30px 0 60px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
  min-height: calc(100vh - 200px);
}

/* AI generated: Page header */
.order-list-header {
  margin-bottom: 25px;
}

.order-list-header h1 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.order-list-header h1 i {
  color: #1a73e8;
  font-size: 32px;
}

/* AI generated: Filter section */
.order-filter-section {
  margin-bottom: 25px;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #f8f9fa;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 2px solid #e8edf2;
}

.filter-header:hover {
  background: #f0f2f5;
}

.filter-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-header h3 i {
  color: #1a73e8;
  font-size: 20px;
}

.filter-toggle-icon {
  color: #666;
  transition: transform 0.3s ease;
}

.filter-body {
  padding: 25px;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
}

.filter-body .form-group {
  margin-bottom: 20px;
}

.filter-body .control-label {
  font-weight: 600;
  color: #555;
  font-size: 13px;
  margin-bottom: 8px;
  display: block;
}

.filter-actions {
  margin-top: 0;
}

.btn-group-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-filter {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  border: none;
  color: #ffffff;
}

.btn-filter:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
}

.btn-export {
  background: #ffffff;
  border: 2px solid #e8edf2;
  color: #666;
}

.btn-export:hover {
  background: #f8f9fa;
  border-color: #1a73e8;
  color: #1a73e8;
}

/* AI generated: Order list section */
.order-list-section {
  margin-bottom: 25px;
}

/* AI generated: Modern order table */
.order-table-modern {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0;
  background: #ffffff;
}

.order-table-modern > thead > tr > td,
.order-table-modern > thead > tr > th {
  background-color: #e3f2fd !important; /* AI generated: ensure header background is consistent */
  color: #1a237e;
  font-weight: 600;
  border-bottom: 2px solid #90caf9;
  font-size: 13px;
  padding: 12px 10px;
  vertical-align: middle;
  text-align: center;
}

.order-table-modern > tbody > tr > td {
  border-top: 1px solid #e0e6ee;
  font-size: 13px;
  vertical-align: middle;
  padding: 10px 10px;
}

.order-table-modern > tbody > tr:nth-child(even) > td {
  background-color: #fafbfc;
}

.order-table-modern > tbody > tr:hover > td {
  background-color: #e8f0fe;
}

.order-id-link-table {
  font-weight: 700;
  color: #1a73e8;
  text-decoration: none;
}

.order-id-link-table:hover {
  color: #0d47a1;
  text-decoration: underline;
}

.order-prize-badge-table {
  display: inline-block;
  margin-top: 4px;
  padding: 3px 8px;
  border-radius: 12px;
  background: #ffebee;
  color: #c62828;
  font-size: 11px;
  font-weight: 600;
}

.container-number {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}


/* AI generated: Order tracking detail */
.order-tracking-detail {
  margin-top: 20px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #1a73e8;
}

.tracking-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tracking-date {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

.tracking-status {
  color: #555;
  font-size: 14px;
}

.tracking-updated {
  color: #999;
  font-size: 12px;
}

.btn-action {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.btn-view {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  color: #ffffff;
}

.btn-view:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
  color: #ffffff;
  text-decoration: none;
}

.btn-delete {
  background: #ffffff;
  color: #ff6b6b;
  border: 2px solid #ff6b6b;
}

.btn-delete:hover {
  background: #ff6b6b;
  color: #ffffff;
  text-decoration: none;
}

.btn-do {
  background: #ffffff;
  color: #2196f3;
  border: 2px solid #2196f3;
}

.btn-do:hover {
  background: #2196f3;
  color: #ffffff;
  text-decoration: none;
}

/* AI generated: Pagination wrapper */
.pagination-wrapper {
  margin-top: 30px;
  text-align: center;
}

/* AI generated: Empty state */
.order-empty-section {
  margin-bottom: 25px;
}

.order-empty {
  text-align: center;
  padding: 60px 20px;
}

.order-empty i {
  color: #ccc;
  margin-bottom: 20px;
}

.order-empty h3 {
  font-size: 24px;
  font-weight: 600;
  color: #666;
  margin: 0 0 10px 0;
}

.order-empty p {
  font-size: 16px;
  color: #999;
  margin: 0;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #ffffff;
  color: #1a73e8;
  border: 2px solid #1a73e8;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-back:hover {
  background: #1a73e8;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
  text-decoration: none;
}

/* ==========================================================================
   AI generated: Order Product Form (account/order_product/edit)
   Same wrapper/size as order-list and other account pages
   ========================================================================== */
.order-product-form-wrapper {
  padding: 30px 0 60px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
  min-height: calc(100vh - 200px);
}

/* AI generated: Card same as content-section, full width of #content */
.order-product-form-wrapper #content {
  width: 100%;
}

.order-product-form-card {
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 25px;
  padding: 0;
}

.order-product-form-header {
  padding: 24px 25px;
  margin-bottom: 0;
  background: linear-gradient(135deg, #f8fafc 0%, #f0f4f8 100%);
  border-bottom: 2px solid #e8edf2;
  display: flex; /* AI generated */
  align-items: center; /* AI generated */
  justify-content: space-between; /* AI generated */
}

/* AI generated */
.order-product-form-header-actions .btn {
  min-width: 140px;
}

.order-product-form-header h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  color: #2c3e50;
  display: flex;
  align-items: center;
  gap: 12px;
}

.order-product-form-header h1 i {
  color: #1a73e8;
  font-size: 32px;
}

.order-product-form-body {
  padding: 25px;
}

.order-product-form-modern .edit-fieldset {
  border: none;
  padding: 0;
  margin-bottom: 25px;
}

.order-product-form-modern .edit-fieldset:last-of-type {
  margin-bottom: 0;
}

.order-product-form-modern .edit-legend {
  font-size: 17px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8edf2;
  display: flex;
  align-items: center;
  gap: 10px;
}

.order-product-form-modern .edit-legend i {
  color: #1a73e8;
  font-size: 18px;
}

/* AI generated: Read-only value display */
.order-product-form-modern .value-display {
  padding: 12px 16px;
  font-size: 15px;
  color: #333;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  min-height: 46px;
  display: flex;
  align-items: center;
}

.order-product-form-modern .order_product_status,
.order-product-form-modern .delivery_status {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.order-product-thumb {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  transition: box-shadow 0.3s ease;
}

.order-product-thumb:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.order-product-thumb img {
  max-width: 120px;
  height: auto;
  display: block;
}

.order-product-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  padding-top: 24px;
  border-top: 2px solid #f0f4f8;
}

.btn-update-modern {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  border: none;
  color: #ffffff;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-update-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.4);
  color: #ffffff;
}

.order-product-form-modern .form-group-modern.required .label-modern.required::after,
.order-product-form-modern .form-group-modern.required .label-modern::after {
  content: ' *';
  color: #dc3545;
  font-weight: bold;
}

.order-product-form-modern .form-control-modern {
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.order-product-form-modern .form-group-modern.has-error .form-control-modern {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
}

/* AI generated: Match Select2 single select height with tracking number input on order product form */
.order-product-form-modern .select2-container--default .select2-selection--single {
  height: 48px;
  min-height: 48px;
  padding: 10px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
}

.order-product-form-modern .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 26px;
  padding-left: 0;
}

.order-product-form-modern .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.order-product-form-modern .form-control-modern:focus {
  outline: none;
  border-color: #1a73e8;
  box-shadow: 0 0 0 4px rgba(26, 115, 232, 0.1);
}

.order-product-form-modern .form-group-modern {
  margin-bottom: 20px;
}

/* ==========================================================================
   AI generated: Order Product List - same layout as order list (waybill list)
   Uses order-list-wrapper, order-list-header, order-filter-section, order-list-section
   ========================================================================== */
.order-product-add-section {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.order-product-add-section .btn-add-order-product {
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
}

.order-product-add-section .btn-add-order-product .fa {
  margin-right: 6px;
}

/* AI generated: Add form section same size as order-list-section */
#submit_order_product .content-section.order-list-section.order-product-add-form {
  width: 100%;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
}

/* AI generated: List section same width as panel-body (match #submitOrderProductGroup1 form .panel-body) */
#submit_order_product > .content-section.order-list-section {
  width: 100%;
  box-sizing: border-box;
}

/* AI generated: Empty state inside flex container should span full width */
#submit_order_product .content-section.order-empty-section {
  width: 100%;
  box-sizing: border-box;
}

.order-product-add-form .filter-body {
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.order-product-actions {
  margin-top: 24px;
}

.order-product-actions .btn-back-modern {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.order-product-stickytop {
  position: fixed;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 12px 0;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
}

.order-product-stickytop .btn-back-modern {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* AI generated: Mobile card view for order products */
.order-product-cards {
  margin-top: 20px;
}

.order-product-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.order-product-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.order-product-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid #e0e0e0;
}

.order-product-card-id {
  font-size: 16px;
  font-weight: 700;
  color: #1a237e;
}

.order-product-card-id i {
  color: #1a73e8;
  margin-right: 4px;
}

.order-product-card-status {
  display: flex;
  align-items: center;
}

.order-product-card-body {
  padding: 14px 16px;
}

.order-product-card-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 14px;
}

.order-product-card-row:last-child {
  margin-bottom: 0;
}

.order-product-card-label {
  font-size: 13px;
  color: #666;
  flex-shrink: 0;
  margin-right: 10px;
}

.order-product-card-label i {
  color: #1a73e8;
  margin-right: 4px;
}

.order-product-card-value {
  font-size: 14px;
  color: #333;
  text-align: right;
  word-break: break-word;
}

.order-product-card-footer {
  padding: 12px 16px;
  border-top: 1px solid #e0e0e0;
  background: #fafbfc;
}

.order-product-card-footer .btn {
  border-radius: 8px;
  font-weight: 600;
}

/* ==========================================================================
   Order PO (Purchase Order) - Modern, simplified, responsive
   AI generated
   ========================================================================== */
.order-po-list-wrapper,
.order-po-info-wrapper {
  padding: 30px 0 60px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
  min-height: calc(100vh - 200px);
}

.order-po-header,
.order-po-info-header {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.order-po-header h1,
.order-po-info-header h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  color: #333;
}

.order-po-header h1 i,
.order-po-info-header h1 i {
  margin-right: 10px;
  color: #1a73e8;
}

.order-po-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-po-action {
  border-radius: 8px;
  font-weight: 600;
  padding: 10px 18px;
  transition: all 0.3s ease;
}

.btn-po-action .fa {
  margin-right: 6px;
}

.order-po-table.order-table-modern > thead > tr > td {
  font-size: 12px;
  padding: 10px 8px;
}

.order-po-cell-po,
.order-po-cell-name,
.order-po-cell-ref {
  font-size: 13px;
}

.order-po-tracking-link,
.order-po-order-link {
  color: #1a73e8;
  font-weight: 600;
  text-decoration: none;
}

.order-po-tracking-link:hover,
.order-po-order-link:hover {
  color: #0d47a1;
  text-decoration: underline;
}

.order-po-editable {
  cursor: pointer;
}

.order-po-editable:hover {
  color: #1a73e8;
}

.order-po-actions-cell .btn {
  margin-left: 4px;
}

.order-po-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}

.order-po-buttons .btn-back-modern {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  border: none;
  color: #fff;
  transition: all 0.3s ease;
}

.order-po-buttons .btn-back-modern:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
}

/* Order PO Info page */
.order-po-info-card,
.order-po-currency-card {
  margin-bottom: 25px;
}

.order-po-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px 24px;
}

.order-po-info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.order-po-info-item:last-child {
  border-bottom: none;
}

.order-po-info-label {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.order-po-info-value {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.order-po-currency-row .order-po-info-item {
  border-bottom: none;
}

.order-po-section {
  margin-bottom: 25px;
}

.order-po-section-title {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 2px solid #e3f2fd;
}

.order-po-section-title i {
  margin-right: 8px;
  color: #1a73e8;
}

.order-po-nested-table {
  margin: 0;
  background: #fafbfc;
  font-size: 13px;
}

.order-po-nested-table thead td {
  background: #e8f0fe !important;
  font-weight: 600;
}

.order-po-container-section {
  margin-bottom: 25px;
}

.order-po-container-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
  margin-bottom: 20px;
  padding: 15px;
  background: #e3f2fd;
  border-radius: 8px;
}

.order-po-stat {
  font-size: 14px;
  color: #1a237e;
}

.order-po-stat strong {
  margin-right: 6px;
}

.order-po-total-row {
  font-weight: 600;
  background: #f5f5f5 !important;
}

/* AI generated: Order PO Info page - section body padding and responsive */
.order-po-info-card .section-body,
.order-po-info-card .order-po-info-body,
.order-po-currency-card .section-body,
.order-po-currency-card .order-po-currency-body {
  padding: 20px 25px;
}

.order-po-info-item-full {
  grid-column: 1 / -1;
}

.order-po-section .order-po-section-title {
  padding: 20px 20px 18px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f4f8 100%);
  border-bottom: 1px solid #e9ecef;
  font-size: 18px;
}

.order-po-section .section-body {
  padding: 20px 25px;
}

.order-po-info-table {
  margin-bottom: 0;
  font-size: 14px;
}

.order-po-info-table > thead > tr > td {
  font-weight: 600;
  color: #495057;
  padding: 12px 15px;
  border-color: #dee2e6;
  background: #f8f9fa;
}

.order-po-info-table > tbody > tr > td {
  padding: 12px 15px;
  vertical-align: middle;
}

.order-po-container-stats .order-po-stat .fa {
  margin-right: 6px;
  color: #1a73e8;
  width: 1.2em;
}

@media (max-width: 767px) {
  .order-po-info-wrapper .order-po-info-header h1 {
    font-size: 22px;
  }

  .order-po-info-grid {
    grid-template-columns: 1fr;
    gap: 12px 0;
  }

  .order-po-info-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  .order-po-info-item:last-child {
    border-bottom: none;
  }

  .order-po-info-card .section-body,
  .order-po-info-card .order-po-info-body,
  .order-po-currency-card .section-body,
  .order-po-section .section-body,
  .order-po-section .order-po-section-title {
    font-size: 16px;
    padding: 16px 15px 14px;
  }

  .order-po-container-stats {
    flex-direction: column;
    gap: 10px;
    padding: 12px 15px;
    margin-bottom: 15px;
  }

  .order-po-stat {
    font-size: 13px;
    display: block;
  }

  .order-po-info-table > thead > tr > td,
  .order-po-info-table > tbody > tr > td {
    padding: 8px 10px;
    font-size: 13px;
  }

  .order-po-buttons .btn-back-modern {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   Order Info Page - Modern Design
   AI generated: Modern, responsive styles for order info page
   ========================================================================== */

/* AI generated: Order info wrapper */
.order-info-wrapper {
  padding: 30px 0;
  background: #f8f9fa;
  min-height: calc(100vh - 200px);
}

.order-info-wrapper .container {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.order-info-wrapper .row {
  margin-left: -15px;
  margin-right: -15px;
}

.order-info-wrapper #content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.order-info-wrapper #content > b {
  display: none;
}

/* AI generated: Order info header */
.order-info-header {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e0e0e0;
}

.order-info-header h1 {
  font-size: 28px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.order-info-header h1 i {
  color: #1a73e8;
}

/* AI generated: Content sections with cards */
.content-section {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.content-section:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* AI generated: Section header */
.section-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 18px 25px;
  border-bottom: 1px solid #dee2e6;
}

.section-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-header h3 i {
  color: #1a73e8;
  font-size: 20px;
}

/* AI generated: Section body */
.section-body {
  padding: 25px;
}

/* AI generated: Info group - modern layout */
.info-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}

.info-item:last-child {
  border-bottom: none;
}

.info-item:hover {
  background-color: #f8f9fa;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
  border-radius: 4px;
}

.info-label {
  font-weight: 500;
  color: #6c757d;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 180px;
}

.info-label i {
  color: #1a73e8;
  width: 18px;
  text-align: center;
}

.info-value {
  font-size: 14px;
  color: #2c3e50;
  text-align: right;
  flex: 1;
  word-break: break-word;
}

.highlight-value {
  font-weight: 600;
  color: #1a73e8;
  font-size: 15px;
}

/* AI generated: Pricing group highlight */
.pricing-group .info-item {
  padding: 14px 0;
}

.total-item {
  border-top: 2px solid #1a73e8;
  border-bottom: 2px solid #1a73e8;
  padding: 16px 0 !important;
  margin-top: 10px;
  background: #f8f9ff !important;
}

.total-item .info-label,
.total-item .info-value {
  font-size: 16px;
  font-weight: 700;
}

/* AI generated: Info icon with tooltip */
.info-icon {
  cursor: help;
  margin-left: 5px;
  color: #17a2b8;
}

.info-icon:hover {
  color: #138496;
}

/* AI generated: Address blocks */
.address-block {
  background: #f8f9fa;
  border-radius: 6px;
  padding: 20px;
  height: 100%;
  border-left: 4px solid #1a73e8;
}

.address-title {
  font-weight: 600;
  font-size: 15px;
  color: #2c3e50;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.address-title i {
  color: #1a73e8;
}

.address-content {
  font-size: 14px;
  color: #495057;
  line-height: 1.6;
  white-space: pre-line;
}

/* AI generated: Delivery selector card */
.delivery-selector-card .section-body {
  padding: 30px;
}

.delivery-quote-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.delivery-quote-options label {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: normal;
  margin-bottom: 0;
}

.delivery-quote-options label:hover {
  background: #e9ecef;
  border-color: #1a73e8;
}

.delivery-quote-options input[type="radio"] {
  margin-right: 10px;
}

.delivery-quote-options input[type="radio"]:checked + span,
.delivery-quote-options label:has(input[type="radio"]:checked) {
  background: #e3f2fd;
  border-color: #1a73e8;
  font-weight: 500;
}

.addon-service-options {
  margin-top: 10px;
}

.delivery-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 2px solid #e9ecef;
  flex-wrap: wrap;
  gap: 15px;
}

.total-price-display {
  flex: 1;
}

.total-price-text {
  font-size: 16px;
  font-weight: 600;
  color: #1a73e8;
}

.terms-and-submit {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.terms-and-submit .checkbox-inline {
  margin-bottom: 0;
  font-weight: normal;
}

/* AI generated: Volumetric details section */
.volumetric-details-section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

/* AI generated: Products table enhancements */
.product-name-link {
  color: #1a73e8;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-name-link:hover {
  color: #0d47a1;
  text-decoration: underline;
}

.product-images {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.product-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #dee2e6;
  transition: transform 0.3s ease;
}

.product-thumb:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.product-option,
.product-remark {
  margin-top: 6px;
  color: #6c757d;
}

/* AI generated: Tracking link */
.tracking-link {
  color: #1a73e8;
  text-decoration: none;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s ease;
}

.tracking-link:hover {
  color: #0d47a1;
  text-decoration: underline;
}

.tracking-link i {
  font-size: 14px;
}

/* AI generated: Order images section (order_info) */
.order-info-wrapper .order-images-section .order-images-thumbs {
  margin: 0 -5px;
}

.order-info-wrapper .order-image-item {
  margin-bottom: 15px;
}

.order-info-wrapper .order-image-item .img-thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 6px;
}

.order-info-wrapper .order-image-item .img-thumbnail img {
  width: 100%;
  max-width: 100px;
  height: auto;
  display: block;
}

.order-info-wrapper .order-image-title {
  font-size: 12px;
  color: #6c757d;
  word-break: break-word;
}

/* AI generated: Itemised payment breakdown (order_info 1101-1321) */
.order-info-wrapper .itemised-breakdown .itemised-header {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.order-info-wrapper .itemised-breakdown .itemised-list {
  margin: 5px 0;
  padding: 0 0 0 20px;
}

.order-info-wrapper .itemised-breakdown .itemised-row {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
  color: #333;
}

.order-info-wrapper .itemised-breakdown .itemised-label {
  display: inline-block;
  font-weight: 600;
  color: #333;
  padding: 0;
  background: none;
  text-align: left;
  white-space: normal;
}

.order-info-wrapper .itemised-breakdown .itemised-row.discount .amount {
  color: #c9302c;
}

.order-info-wrapper .itemised-breakdown .itemised-row .detail {
  flex-basis: 100%;
  margin-left: 0;
  margin-top: 2px;
  text-align: left;
  color: #666;
}

.order-info-wrapper .itemised-old {
  text-decoration: line-through;
  margin-right: 6px;
  color: #888;
}

.order-info-wrapper .itemised-new {
  color: #c9302c;
  font-weight: 600;
}

/* AI generated: Total quantity badge */
.total-quantity-badge {
  font-size: 14px;
  color: #6c757d;
  margin-top: 8px;
}

.total-quantity-badge i {
  color: #1a73e8;
  margin-right: 5px;
}

.total-quantity-badge strong {
  color: #2c3e50;
  font-size: 16px;
}

/* AI generated: Order actions */
.order-actions {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 2px solid #e0e0e0;
  text-align: center;
}

.btn-back-modern {
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
  min-width: 150px;
}

.btn-back-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 576px) {
  .container-filter-section .filter-header h3 {
    font-size: 15px;
  }

  .container-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .container-card-warehouse {

    align-self: flex-end;
  }
}


/* ==========================================================================
   Container List Styles - AI generated
   ========================================================================== */

/* AI generated: Container list wrapper */
.container-list-wrapper {
  background: #f8f9fa;
  min-height: 100vh;
  padding: 30px 0;
}

/* AI generated: Container filter section */
.container-filter-section {
  margin-bottom: 25px;
}

.container-filter-section .filter-header {
  background: #ffffff;
  padding: 18px 25px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.container-filter-section .filter-header:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  background: #f8f9fa;
}

.container-filter-section .filter-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.container-filter-section .filter-toggle-icon {
  transition: transform 0.3s ease;
  color: #1a73e8;
  font-size: 18px;
}

.container-filter-section .filter-body {
  background: #ffffff;
  padding: 25px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-top: -8px;
}

.container-filter-section .btn-filter {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  border: none;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.container-filter-section .btn-filter:hover {
  background: linear-gradient(135deg, #0d47a1 0%, #1a73e8 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
}

/* AI generated: Container list section */
.container-list-section {
  background: #ffffff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
}

/* AI generated: Container table */
.container-table-modern {
  margin-bottom: 0;
  border: none;
}

.container-table-modern thead tr {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.container-table-modern thead th {
  border: none;
  padding: 15px 12px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.container-table-modern tbody tr.container-row {
  transition: all 0.2s ease;
  border-bottom: 1px solid #e9ecef;
}

.container-table-modern tbody tr.container-row:hover {
  background: #f8f9fa;
  transform: translateX(3px);
}

.container-table-modern tbody td {
  padding: 15px 12px;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #e9ecef;
}

.container-table-modern .container-number {
  color: #1a73e8;
  font-size: 16px;
  font-weight: 600;
}

.container-table-modern .badge-info {
  background: #1a73e8;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 13px;
}

.container-table-modern .btn-details {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  border: none;
  padding: 8px 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.container-table-modern .btn-details:hover {
  background: linear-gradient(135deg, #0d47a1 0%, #1a73e8 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
}

/* AI generated: Container details */
.container-details-cell {
  padding: 0 !important;
  background: #f8f9fa;
}

.container-details-wrapper {
  padding: 25px;
  background: #ffffff;
  border-left: 4px solid #1a73e8;
  margin: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.container-details-title {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
}

.container-details-table {
  margin-bottom: 0;
  background: #ffffff;
}

.container-details-table thead {
  background: #f8f9fa;
}

.container-details-table thead th {
  padding: 12px 10px;
  font-weight: 600;
  font-size: 13px;
  color: #555;
  border-bottom: 2px solid #e9ecef;
}

.container-details-table tbody td {
  padding: 12px 10px;
  font-size: 13px;
  vertical-align: middle;
}

.container-details-table .tracking-link {
  color: #1a73e8;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.container-details-table .tracking-link:hover {
  color: #0d47a1;
  text-decoration: underline;
}

/* AI generated: Mobile card view */
.container-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.container-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.container-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

.container-card-header {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  color: #ffffff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container-card-number {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.container-card-warehouse .label {
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 12px;
}

.container-card-body {
  padding: 15px;
}

.container-card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e9ecef;
}

.container-card-row:last-child {
  border-bottom: none;
}

.container-card-label {
  font-weight: 600;
  color: #555;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.container-card-value {
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

.container-card-footer {
  padding: 15px;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

/* AI generated: Mobile container details */
.container-details-mobile {
  padding: 15px;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

.container-details-mobile h5 {
  margin: 0 0 15px 0;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
}

.order-item-mobile {
  background: #ffffff;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.order-item-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9ecef;
}

.order-item-header strong {
  color: #1a73e8;
  font-size: 14px;
}

.order-item-details {
  padding: 12px;
}

.order-item-details p {
  margin: 0 0 8px 0;
  font-size: 13px;
  color: #555;
}

.order-item-details p:last-child {
  margin-bottom: 0;
}

.order-item-details strong {
  color: #333;
  font-weight: 600;
}

/* AI generated: Empty state */
.container-empty-section {
  background: #ffffff;
  border-radius: 8px;
  padding: 60px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
}

.container-empty {
  text-align: center;
  color: #999;
}

.container-empty i {
  color: #ddd;
  margin-bottom: 20px;
}

.container-empty h3 {
  color: #666;
  font-size: 22px;
  margin: 15px 0;
  font-weight: 600;
}

.container-empty p {
  color: #999;
  font-size: 15px;
}

/* AI generated: Container actions */
.container-actions {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
}

/* AI generated: Pagination */
.container-list-section .pagination-wrapper {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

/* AI generated: start of testimonial section */

/* ==========================================================================
   Testimonial Page - Modern Card Design
   ========================================================================== */

/* AI generated: Star icon in testimonial page h1 title */
.tm-page-title-icon {
  font-size: 42px !important;
  color: #f39c12;
  margin-right: 12px;
  vertical-align: middle;
  line-height: 1;
}

.tm-page-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
}

.tm-page-title i {
  margin-right: 10px;
  color: #5a9fd4;
}

/* AI generated: Controls bar (sort / limit) */
.tm-controls-bar {
  background: white;
  border-radius: 10px;
  padding: 14px 20px;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.tm-controls-bar label.control-label {
  margin-bottom: 0;
  color: #555;
  font-weight: 500;
  font-size: 14px;
}

.tm-controls-bar .form-control {
  height: 36px;
  border-radius: 6px;
  border: 1px solid #e8edf2;
  font-size: 14px;
  min-width: 130px;
  display: inline-block;
  width: auto;
}

/* AI generated: View toggle buttons */
.tm-view-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.tm-view-toggle .btn {
  padding: 7px 12px;
  border-radius: 6px;
  border: 1px solid #e8edf2;
  background: white;
  color: #555;
  font-size: 14px;
  line-height: 1.4;
}

.tm-view-toggle .btn:hover,
.tm-view-toggle .btn.active {
  background: #5a9fd4;
  border-color: #5a9fd4;
  color: white;
}

/* AI generated: Description section */
.tm-description-section {
  background: white;
  border-radius: 10px;
  padding: 18px 24px;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-left: 4px solid #5a9fd4;
  font-size: 15px;
  color: #34495e;
  line-height: 1.7;
}

/* AI generated: Overall rating block */
.tm-overall-rating-wrap {
  background: white;
  border-radius: 10px;
  padding: 18px 24px;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px;
}

.tm-overall-score-block {
  text-align: center;
}

.tm-overall-score {
  font-size: 40px;
  font-weight: 700;
  color: #1a73e8;
  line-height: 1;
}

.tm-overall-score-max {
  font-size: 18px;
  color: #95a5a6;
  font-weight: 400;
}

.tm-overall-label {
  color: #7f8c8d;
  font-size: 13px;
  margin-top: 4px;
}

/* AI generated: Base review card */
.tm-review-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  margin-bottom: 18px;
  border: 1px solid #f0f2f5;
  -webkit-transition: -webkit-transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.tm-review-card:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.11);
}

.tm-review-card-inner {
  padding: 22px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* AI generated: Avatar */
.tm-avatar-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tm-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e8edf2;
  display: block;
}

.tm-avatar-initials {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a73e8, #5a9fd4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-size: 22px;
}

/* AI generated: Review content area */
.tm-review-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.tm-quote-icon {
  color: #5a9fd4;
  font-size: 18px;
  margin-bottom: 8px;
  opacity: 0.6;
}

.tm-review-text {
  font-size: 15px;
  color: #444;
  line-height: 1.75;
  margin-bottom: 14px;
}

/* AI generated: Review footer (author, date, rating) */
.tm-review-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid #f0f2f5;
}

.tm-author-name {
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
  display: block;
  margin-bottom: 4px;
}

.tm-author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.tm-verified-badge {
  font-size: 13px;
  color: #27ae60;
  font-weight: 500;
}

.tm-verified-badge i {
  margin-right: 3px;
}

.tm-review-date {
  font-size: 13px;
  color: #95a5a6;
}

.tm-review-date i {
  margin-right: 4px;
}

/* AI generated: Star rating display */
.tm-star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tm-star-rating .fa-stack {
  font-size: 0.65em;
  line-height: 1.6em;
}

/* AI generated: Grid layout for list2 */
.tm-list-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.tm-grid-item {
  padding: 0 10px 0 10px;
}

.tm-list-grid .tm-review-card-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

.tm-list-grid .tm-avatar {
  width: 52px;
  height: 52px;
}

.tm-list-grid .tm-avatar-initials {
  width: 52px;
  height: 52px;
  font-size: 20px;
}

.tm-list-grid .tm-avatar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

/* AI generated: Bubble / alternating layout (list4, list5, list6) */
.tm-bubble-card {
  background: white;
  border-radius: 12px;
  padding: 20px 22px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  margin-bottom: 18px;
  border: 1px solid #f0f2f5;
  -webkit-transition: -webkit-transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tm-bubble-card:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.10);
}

.tm-bubble-card.tm-accent-left {
  border-left: 4px solid #5a9fd4;
}

.tm-bubble-card.tm-accent-right {
  border-right: 4px solid #1a73e8;
}

.tm-bubble-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.tm-bubble-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e8edf2;
}

.tm-bubble-author-name {
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
}

.tm-bubble-author-date {
  font-size: 13px;
  color: #95a5a6;
}

.tm-bubble-author-date i {
  margin-right: 3px;
}

.tm-bubble-text {
  font-size: 15px;
  color: #444;
  line-height: 1.75;
  margin-bottom: 12px;
}

.tm-bubble-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #f0f2f5;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

/* AI generated: Comment list layout (list7) */
.tm-comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tm-comment-item {
  background: white;
  border-radius: 10px;
  padding: 18px 22px;
  margin-bottom: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #f0f2f5;
  -webkit-transition: -webkit-transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tm-comment-item:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
}

.tm-comment-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tm-comment-avatar img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e8edf2;
}

.tm-comment-avatar .tm-avatar-initials {
  width: 54px;
  height: 54px;
  font-size: 20px;
}

.tm-comment-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.tm-comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.tm-comment-author {
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
}

.tm-comment-date {
  font-size: 13px;
  color: #95a5a6;
}

.tm-comment-date i {
  margin-right: 4px;
}

.tm-comment-text {
  font-size: 15px;
  color: #444;
  line-height: 1.75;
  margin-bottom: 12px;
}

.tm-comment-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

/* AI generated: Table-style list (list0) */
.tm-table-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f2f5;
  -webkit-transition: -webkit-transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tm-table-card:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.10);
}

.tm-table-card-header {
  background: linear-gradient(135deg, #f8fafc 0%, #edf2f7 100%);
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e8edf2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.tm-table-card-author {
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
}

.tm-table-card-author i {
  margin-right: 6px;
  color: #5a9fd4;
}

.tm-table-card-date {
  font-size: 13px;
  color: #95a5a6;
}

.tm-table-card-date i {
  margin-right: 4px;
}

.tm-table-card-body {
  padding: 16px 20px;
}

.tm-table-card-body p {
  font-size: 15px;
  color: #444;
  line-height: 1.75;
  margin-bottom: 12px;
}

.tm-table-card-body p:last-child {
  margin-bottom: 0;
}

.tm-table-card-footer {
  padding: 10px 20px;
  background: #fafbfc;
  border-top: 1px solid #f0f2f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

/* AI generated: 2-column layout for list0 - equal height cards in same row */
.tm-list-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tm-list-0-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.tm-list-0-col .tm-table-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

/* AI generated: Body stretches to fill remaining height so cards in the same row align */
.tm-list-0-col .tm-table-card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* AI generated: Inline photo inside the body section */
.tm-card-inline-photo {
  max-width: 120px;
  max-height: 120px;
  border-radius: 8px;
  object-fit: cover;
  border: 2px solid #e8edf2;
  display: block;
  margin-top: 12px;
}

/* AI generated: Pagination bar */
.tm-pagination-bar {
  background: transparent;
  border-radius: 10px;
  padding: 14px 20px;
  margin-top: 6px;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.tm-pagination-bar .pagination {
  margin: 0;
}

.tm-pagination-bar .pagination > li > a,
.tm-pagination-bar .pagination > li > span {
  color: #5a9fd4;
  border-color: #e8edf2;
  font-weight: 500;
  font-size: 14px;
  padding: 7px 13px;
}

.tm-pagination-bar .pagination > li > a:hover {
  background-color: #5a9fd4;
  border-color: #5a9fd4;
  color: white;
}

.tm-pagination-bar .pagination > .active > a,
.tm-pagination-bar .pagination > .active > span {
  background-color: #1a73e8;
  border-color: #1a73e8;
}

.tm-results-count {
  font-size: 14px;
  color: #7f8c8d;
}

/* AI generated: Empty state */
.tm-empty-state {
  background: white;
  border-radius: 12px;
  padding: 60px 20px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border: 2px dashed #e8edf2;
}

.tm-empty-state i {
  color: #cbd5e0;
  margin-bottom: 18px;
  font-size: 48px;
}

.tm-empty-state p {
  font-size: 16px;
  color: #7f8c8d;
  margin: 0;
}

/* AI generated: Custom star picker for testimonial rating */
.tm-star-picker {
  /*display: -webkit-inline-box;*/
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  margin-top: 6px;
  padding: 4px 0;
}

.tm-star-item {
  color: #ddd;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  padding: 2px 4px;
  -webkit-transition: color 0.15s ease, -webkit-transform 0.1s ease;
  transition: color 0.15s ease, transform 0.1s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tm-star-item:hover {
  color: #f39c12;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.tm-star-item.tm-star-filled {
  color: #f39c12;
}

.tm-star-item.tm-star-filled:hover {
  color: #e67e22;
}

/* AI generated: Form popup (modal) */
.tm-modal-header {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  color: white;
  border-radius: 6px 6px 0 0;
  padding: 16px 20px;
}

.tm-modal-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: white;
}

.tm-modal-header .close {
  color: white;
  opacity: 0.8;
  font-size: 22px;
  margin-top: 0;
}

.tm-modal-header .close:hover {
  opacity: 1;
}


/* ==========================================================================
   Contact Success Page Styles
   ========================================================================== */
/* AI generated */

.contact-success-hero h1 i {
  color: #a8f0c6;
}

.contact-success-wrapper {
  padding: 50px 0 60px;
  background-color: #f5f7fa;
  min-height: calc(100vh - 280px);
}

.contact-success-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 50px 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.contact-success-icon-wrap {
  margin-bottom: 25px;
}

.contact-success-icon-circle {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, #28a745, #20c997);
  box-shadow: 0 4px 20px rgba(40, 167, 69, 0.35);
  line-height: 90px;
  text-align: center;
  -webkit-animation: successPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation: successPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@-webkit-keyframes successPop {
  0%   { -webkit-transform: scale(0); opacity: 0; }
  70%  { -webkit-transform: scale(1.1); opacity: 1; }
  100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes successPop {
  0%   { transform: scale(0); opacity: 0; }
  70%  { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

.contact-success-icon-circle i {
  font-size: 44px;
  color: #ffffff;
  line-height: 90px;
}

.contact-success-title {
  font-size: 26px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 12px 0;
}

.contact-success-message {
  font-size: 15px;
  color: #7f8c8d;
  margin: 0 0 28px 0;
  line-height: 1.7;
}

/* AI generated: What happens next steps */
.contact-success-next-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 28px 0;
  padding: 20px 16px;
  background: #f8fafc;
  border-radius: 10px;
  border: 1px solid #e8edf2;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.contact-success-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  min-width: 70px;
}

.step-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #d0e8f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.step-icon i {
  font-size: 18px;
  color: #5a9fd4;
}

.step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.step-content strong {
  font-size: 13px;
  font-weight: 700;
  color: #2c3e50;
}

.step-content span {
  font-size: 11px;
  color: #7f8c8d;
  white-space: nowrap;
}

.contact-success-step-arrow {
  color: #c5d0db;
  font-size: 14px;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact-success-divider {
  height: 1px;
  background: #e8edf2;
  margin: 0 0 25px 0;
}

.contact-success-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-success-btn {
  min-width: 145px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.contact-success-btn i {
  margin-right: 6px;
}

.contact-success-btn.btn-primary {
  background: -webkit-linear-gradient(315deg, #0d47a1, #1a73e8);
  background: linear-gradient(135deg, #1a73e8, #0d47a1);
  border-color: #1a73e8;
}

.contact-success-btn.btn-primary:hover,
.contact-success-btn.btn-primary:focus {
  background: -webkit-linear-gradient(315deg, #0a3880, #1565c0);
  background: linear-gradient(135deg, #1565c0, #0a3880);
  border-color: #1565c0;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(26, 115, 232, 0.4);
}

.contact-success-btn.btn-default:hover,
.contact-success-btn.btn-default:focus {
  background-color: #f0f4f8;
  border-color: #c5d0db;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   Account Success Page
   ========================================================================== */
/* AI generated */
.success-page-bg {
  background: #f4f7fb;
  min-height: 60vh;
  padding-bottom: 60px;
}

.success-breadcrumb {
  background: transparent;
  padding: 14px 0 0;
  margin-bottom: 4px;
}

/* AI generated: Main success card */
.success-card {
  background: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 28px rgba(26, 115, 232, 0.10);
  box-shadow: 0 4px 28px rgba(26, 115, 232, 0.10);
  overflow: hidden;
  text-align: center;
  margin: 16px 40px;
}

/* AI generated: Icon section */
.success-icon-section {
  padding: 44px 20px 0;
}

.success-icon-ring {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(26, 115, 232, 0.08);
  padding: 10px;
}

.success-icon-circle {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: -webkit-linear-gradient(315deg, #1565c0, #1a73e8);
  background: linear-gradient(135deg, #1a73e8, #1565c0);
  display: block;
  -webkit-box-shadow: 0 6px 20px rgba(26, 115, 232, 0.35);
  box-shadow: 0 6px 20px rgba(26, 115, 232, 0.35);
}

.success-icon-circle i {
  font-size: 38px;
  color: #ffffff;
  line-height: 80px;
}

@-webkit-keyframes successIconPop {
  0%   { -webkit-transform: scale(0.6); opacity: 0.4; }
  60%  { -webkit-transform: scale(1.12); opacity: 1; }
  80%  { -webkit-transform: scale(0.95); }
  100% { -webkit-transform: scale(1); }
}

@keyframes successIconPop {
  0%   { transform: scale(0.6); opacity: 0.4; }
  60%  { transform: scale(1.12); opacity: 1; }
  80%  { transform: scale(0.95); }
  100% { transform: scale(1); }
}

.success-icon-pop {
  -webkit-animation: successIconPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation: successIconPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* AI generated: Content section */
.success-content {
  padding: 28px 36px 8px;
}

.success-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a2340;
  margin: 0 0 14px;
  letter-spacing: -0.2px;
}

.success-message {
  font-size: 15px;
  color: #5a6a85;
  line-height: 1.75;
}

.success-message a {
  color: #1a73e8;
  font-weight: 600;
  text-decoration: none;
}

.success-message a:hover {
  text-decoration: underline;
}

/* AI generated: Divider */
.success-divider {
  height: 1px;
  background: -webkit-linear-gradient(left, transparent, #dce6f5, transparent);
  background: linear-gradient(to right, transparent, #dce6f5, transparent);
  margin: 24px 36px 0;
}

/* AI generated: Action buttons */
.success-actions {
  padding: 24px 36px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.success-btn-primary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  background: -webkit-linear-gradient(315deg, #1565c0, #1a73e8);
  background: linear-gradient(135deg, #1a73e8, #1565c0);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 14px rgba(26, 115, 232, 0.32);
  box-shadow: 0 4px 14px rgba(26, 115, 232, 0.32);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.success-btn-primary:hover,
.success-btn-primary:focus {
  background: -webkit-linear-gradient(315deg, #0d47a1, #1565c0);
  background: linear-gradient(135deg, #1565c0, #0d47a1);
  color: #ffffff;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 22px rgba(26, 115, 232, 0.42);
  box-shadow: 0 8px 22px rgba(26, 115, 232, 0.42);
}

/* AI generated: Responsive adjustments */
@media (max-width: 767px) {
  .success-content {
    padding: 22px 20px 8px;
  }

  .success-title {
    font-size: 20px;
  }

  .success-message {
    font-size: 14px;
  }

  .success-divider {
    margin: 20px 20px 0;
  }

  .success-actions {
    padding: 20px 20px 32px;
  }

  .success-icon-section {
    padding-top: 34px;
  }
}

@media (max-width: 480px) {
  .success-card {
    border-radius: 12px;
    margin: 10px 0 30px;
  }

  .success-icon-ring {
    width: 86px;
    height: 86px;
    padding: 8px;
  }

  .success-icon-circle {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .success-icon-circle i {
    font-size: 32px;
    line-height: 70px;
  }

  .success-btn-primary {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* FAQ page styles for asiatspt.com */
.faq-page-wrapper {
  padding: 30px 0 40px;
  background-color: #f5f7fa;
}

.faq-hero {
  margin-bottom: 25px;
  padding: 22px 24px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.faq-hero-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 260px;
  flex: 1 1 260px;
  min-width: 0;
}

.faq-title {
  font-size: 26px;
  font-weight: 700;
  color: #1a2340;
  margin: 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-title i {
  margin-right: 10px;
  color: #1a73e8;
}

.faq-subtitle {
  margin: 0;
  font-size: 14px;
  color: #5a6a85;
}

.faq-hero-search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  max-width: 100%;
}

.faq-search-form .input-group {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 999px;
  overflow: hidden;
}

.faq-search-input {
  height: 42px;
  border: 1px solid #dfe5f1;
  border-left: 0;
  border-right: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 14px;
}

.faq-search-input:focus {
  border-color: #dfe5f1;
}

.faq-search-btn {
  height: 42px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  background: #1a73e8;
  border-color: #1a73e8;
}

.faq-search-btn:hover,
.faq-search-btn:focus {
  background: #1557b0;
  border-color: #1557b0;
}

.faq-hero-helper {
  margin-top: 8px;
  font-size: 12px;
  color: #7b8ba5;
}

.faq-hero-helper i {
  margin-right: 6px;
  color: #f6b100;
}

.faq-content-layout {
  margin-top: 10px;
}

.faq-main-col {
  margin-bottom: 20px;
}

.faq-category-card {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 16px;
  border: 1px solid #e1e7f0;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
}

.faq-category-header {
  padding: 16px 20px;
  border-bottom: 1px solid #edf1f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-category-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e8f0fe;
  color: #1a73e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 16px;
}

.faq-category-title-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-category-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a2340;
  margin: 0;
}

.faq-category-count {
  font-size: 12px;
  color: #7b8ba5;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f3f6fb;
}

.faq-item-panel {
  border-radius: 0;
  border: 0;
  border-top: 1px solid #edf1f7;
  margin: 0;
}

.faq-panel-heading {
  padding: 0;
  background: #ffffff;
}

.faq-panel-heading .panel-title {
  font-size: 14px;
  margin: 0;
}

.faq-accordion-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  color: #2c3e50;
  text-decoration: none;
}

.faq-accordion-toggle:hover,
.faq-accordion-toggle:focus {
  text-decoration: none;
  background-color: #f7f9fc;
}

.faq-q-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #d2d9e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 12px;
  color: #1a73e8;
}

.faq-q-text {
  font-size: 14px;
  font-weight: 500;
  color: #2c3e50;
}

.faq-answer-body {
  padding: 12px 20px 16px;
  font-size: 13px;
  color: #4a5568;
  line-height: 1.7;
  background-color: #ffffff;
}

.faq-answer-body p {
  margin-bottom: 8px;
}

.faq-aside-col {
  margin-bottom: 20px;
}

.faq-help-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 22px 20px 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 18px;
  text-align: center;
}

.faq-help-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: -webkit-linear-gradient(315deg, #1565c0, #1a73e8);
  background: linear-gradient(135deg, #1a73e8, #1565c0);
  color: #ffffff;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 4px 12px rgba(26, 115, 232, 0.35);
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.35);
}

.faq-help-icon-wrap i {
  font-size: 20px;
}

.faq-help-title {
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0 6px;
  color: #1a2340;
}

.faq-help-text {
  font-size: 13px;
  color: #5a6a85;
  margin-bottom: 14px;
}

.faq-help-btn {
  border-radius: 999px;
  font-size: 13px;
  padding: 8px 18px;
}

.faq-help-btn i {
  margin-right: 6px;
}

.faq-tips-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 18px 18px 14px;
  border: 1px dashed #c4d0e4;
}

.faq-tips-title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1a2340;
}

.faq-tips-title i {
  margin-right: 6px;
  color: #1a73e8;
}

.faq-tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-tips-list li {
  font-size: 13px;
  color: #4a5568;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-tips-list i {
  margin-right: 6px;
  color: #38a169;
}

.faq-empty-state {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  border: 1px dashed #c4d0e4;
}

.faq-empty-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #e8f0fe;
  color: #1a73e8;
  margin: 0 auto 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
}

.faq-empty-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a2340;
}

.faq-empty-text {
  font-size: 13px;
  color: #5a6a85;
  margin-bottom: 16px;
}

/* ==========================================================================
   Submit Order Page Styles
   ========================================================================== */

/* AI generated: Submit order wrapper - mirrors order-list-wrapper */
.submit-order-wrapper {
  padding: 20px 0 40px;
  background-color: #f4f7fb;
  min-height: 80vh;
}

/* AI generated: Info banner below page heading */
.so-info-banner {
  background: linear-gradient(135deg, #e8f0fe 0%, #dbeafe 100%);
  border-left: 4px solid #1a73e8;
  border-radius: 0 8px 8px 0;
  padding: 12px 16px;
  font-size: 14px;
  color: #1a2340;
  margin-bottom: 20px;
}

.so-info-banner i {
  color: #1a73e8;
  margin-right: 8px;
}

/* AI generated: Section card - mirrors content-section */
.so-section {
  margin-bottom: 20px;
}

/* AI generated: Section title bar inside each card */
.so-section-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a2340;
  padding: 14px 18px;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.so-section-title i {
  color: #1a73e8;
  font-size: 16px;
  width: 20px;
  text-align: center;
}

/* AI generated: Table inside submit order sections */
.so-table {
  font-size: 13px;
  margin-bottom: 0;
}

/* AI generated: Delivery method spacing */
.submit-order-wrapper #delivery_method {
  padding: 0 18px 18px;
}

.submit-order-wrapper #delivery-method-panel-body {
  padding: 14px 0;
}

.so-table thead tr th,
.so-table thead tr td {
  background-color: #f8fafc;
  color: #4a5568;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #e2e8f0 !important;
  padding: 10px 12px;
  white-space: nowrap;
}

.so-table tbody tr td {
  padding: 10px 12px;
  vertical-align: middle;
  border-color: #e2e8f0;
}

.so-table tbody tr:hover {
  background-color: #f8fafc;
}

/* AI generated: Total summary row */
.so-total-row td {
  background-color: #f0f4ff !important;
  font-weight: 600;
  border-top: 2px solid #c4d0e4 !important;
}

/* AI generated: Note row at bottom of table */
.so-note-row {
  background-color: #fffbeb !important;
  color: #92400e;
  font-size: 12px;
  padding: 8px 12px !important;
}

.so-note-row i {
  color: #d97706;
  margin-right: 4px;
}

/* AI generated: Tracking number badge inside table cell */
.so-tracking-badge {
  display: inline-block;
  background-color: #e8f0fe;
  color: #1a73e8;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 4px;
  letter-spacing: 0.03em;
}

.so-tracking-badge i {
  margin-right: 4px;
}

/* AI generated: Bulk row for default values */
.so-bulk-row td {
  background-color: #f8fafc;
}

/* AI generated: Address type option cards - radio group */
.so-address-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 18px 18px;
}

.so-address-option {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 160px;
  flex: 1 1 160px;
  max-width: 240px;
}

.so-radio-card {
  display: block;
  cursor: pointer;
  margin: 0;
  width: 100%;
}

.so-radio-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.so-radio-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 13px;
  font-weight: 500;
  color: #4a5568;
}

.so-radio-card-content i {
  font-size: 18px;
  color: #a0aec0;
  width: 22px;
  text-align: center;
}

.so-radio-card:hover .so-radio-card-content {
  border-color: #1a73e8;
  background-color: #f0f5ff;
  color: #1a2340;
}

.so-radio-card:hover .so-radio-card-content i {
  color: #1a73e8;
}

.so-radio-card input[type="radio"]:checked + .so-radio-card-content {
  border-color: #1a73e8;
  background-color: #e8f0fe;
  color: #1a2340;
  -webkit-box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.12);
  box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.12);
}

.so-radio-card input[type="radio"]:checked + .so-radio-card-content i {
  color: #1a73e8;
}

/* AI generated: Address form container */
.so-address-form {
  padding: 16px 18px 4px;
  border-top: 1px dashed #e2e8f0;
  margin-top: 4px;
}

/* AI generated: Submit order address form layout */
.submit-order-wrapper .so-address-form .control-label {
  float: none;
  width: 100%;
  text-align: left;
  padding-top: 0;
  margin-bottom: 6px;
}

.submit-order-wrapper .so-address-form .col-sm-2,
.submit-order-wrapper .so-address-form .col-sm-10 {
  float: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* AI generated: Agreement checkboxes area */
.so-agrees {
  padding: 0 0 16px;
}

.so-agree-item {
  margin-bottom: 10px;
}

.so-agree-item label {
  font-size: 13px;
  color: #4a5568;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: normal;
}

.so-agree-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* AI generated: Action bar at bottom of submit section */
.so-action-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 4px;
}

.so-submit-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

/* AI generated: Submit button styling */
.btn-so-submit {
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-so-submit:hover {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
}

/* AI generated: Submit section uses content-section padding directly */
.so-submit-section {
  padding: 20px 18px;
}

/* AI generated: Dropdown input for address autocomplete */
.submit-order-wrapper .dropdown-input {
  position: relative;
}

.submit-order-wrapper .dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-top: none;
  border-radius: 0 0 6px 6px;
  max-height: 250px;
  overflow-y: auto;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.submit-order-wrapper .dropdown-content div {
  padding: 10px 14px;
  cursor: pointer;
  font-size: 13px;
  color: #4a5568;
  border-bottom: 1px solid #f4f7fb;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

.submit-order-wrapper .dropdown-content div:last-child {
  border-bottom: none;
}

.submit-order-wrapper .dropdown-content div:hover {
  background-color: #e8f0fe;
  color: #1a2340;
}

/* AI generated: Responsive adjustments for submit order */
@media (max-width: 767px) {
  .so-address-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .so-address-option {
    max-width: 100%;
  }

  .so-radio-card-content {
    padding: 10px 14px;
  }

  .so-action-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .so-submit-btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-so-submit {
    width: 100%;
    text-align: center;
  }

  .so-table {
    font-size: 12px;
  }

  .so-section-title {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .so-address-form {
    padding: 12px 10px 4px;
  }

  .so-info-banner {
    font-size: 13px;
  }
}

/* ==========================================================================
   AI generated: Order Tracking Page Styles
   ========================================================================== */

/* AI generated: Hero section */
.ot-hero {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  color: #ffffff;
  padding: 50px 0 60px;
  text-align: center;
  margin-bottom: -30px;
  position: relative;
}

.ot-hero-content h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.ot-hero-content h1 i {
  font-size: 40px;
}

.ot-hero-subtitle {
  font-size: 15px;
  opacity: 0.85;
  margin: 0 0 28px;
}

.ot-search-bar {
  max-width: 560px;
  margin: 0 auto;
}

.ot-search-bar .input-group {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.ot-search-input {
  height: 50px;
  font-size: 15px;
  border: none;
  padding: 0 18px;
  border-radius: 8px 0 0 8px !important;
  box-shadow: none !important;
}

.ot-search-input:focus {
  outline: none;
}

.btn-ot-search {
  height: 50px;
  width: 60px;
  background: #f39c12;
  border: none;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  border-radius: 0 8px 8px 0;
}

.btn-ot-search:hover,
.btn-ot-search:focus,
.btn-ot-search:active {
  background: #e08c0a !important;
  color: #ffffff;
  border: none;
}

/* AI generated: Page wrapper */
.ot-page-wrapper {
  background: #f5f7fa;
  padding: 50px 0 40px;
  min-height: calc(100vh - 200px);
}

/* AI generated: Tabs card */
.ot-tabs-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 30px;
}

.ot-nav-tabs {
  border-bottom: 2px solid #e8edf2 !important;
  background: #f8fafc;
  padding: 0 20px;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}

.ot-nav-tabs > li {
  margin-bottom: -2px;
  float: none;
}

.ot-nav-tabs > li > a {
  color: #4a5568;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 20px;
  border: 2px solid transparent !important;
  border-radius: 6px 6px 0 0 !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.ot-nav-tabs > li > a:hover {
  background: #edf2f7;
  color: #1a73e8;
  border-color: transparent !important;
}

.ot-nav-tabs > li.active > a,
.ot-nav-tabs > li.active > a:hover,
.ot-nav-tabs > li.active > a:focus {
  background: #ffffff;
  color: #1a73e8;
  border-color: #e8edf2 #e8edf2 #ffffff !important;
  font-weight: 600;
}

.ot-tab-content {
  padding: 28px 30px 30px;
}

/* AI generated: Info row (telephone etc.) */
.ot-info-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: #edf4fd;
  border: 1px solid #c3d9f5;
  border-radius: 6px;
  padding: 10px 16px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #2c3e50;
}

.ot-info-row i {
  color: #1a73e8;
  font-size: 15px;
}

/* AI generated: Section title */
.ot-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e8edf2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.ot-section-title i {
  color: #5a9fd4;
}

/* AI generated: Timeline container */
.ot-timeline {
  position: relative;
  padding-left: 10px;
}

/* AI generated: Single timeline item */
.ot-timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 0;
  position: relative;
}

.ot-timeline-item:last-child .ot-timeline-connector {
  display: none;
}

/* AI generated: Timeline dot column */
.ot-timeline-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ot-timeline-dot i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #cbd5e0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 4px;
}

/* AI generated: Vertical connector line */
.ot-timeline-connector {
  width: 2px;
  background: #e2e8f0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 4px auto 0;
  min-height: 20px;
}

/* AI generated: Timeline body */
.ot-timeline-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 4px 0 24px 16px;
}

.ot-timeline-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 6px;
}

.ot-timeline-date,
.ot-timeline-time {
  font-size: 12px;
  color: #718096;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.ot-timeline-status {
  font-size: 15px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 4px;
  line-height: 1.4;
}

.ot-timeline-location {
  font-size: 13px;
  color: #718096;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.ot-timeline-pod {
  margin-top: 10px;
}

.ot-pod-image {
  max-width: 60%;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* AI generated: Current / latest status highlight */
.ot-timeline-item.ot-current .ot-timeline-dot i {
  background: #1a73e8;
  font-size: 14px;
  width: 32px;
  height: 32px;
  box-shadow: 0 0 0 4px rgba(26, 115, 232, 0.18);
  margin-top: 2px;
}

.ot-timeline-item.ot-current .ot-timeline-connector {
  background: #1a73e8;
  opacity: 0.25;
}

.ot-timeline-item.ot-current .ot-timeline-body {
  background: #edf4fd;
  border: 1px solid #c3d9f5;
  border-radius: 10px;
  padding: 14px 18px 14px 18px;
  margin-bottom: 24px;
}

.ot-timeline-item.ot-current .ot-timeline-status {
  color: #1a73e8;
  font-size: 16px;
}

/* AI generated: Empty state */
.ot-empty-state {
  text-align: center;
  padding: 50px 20px;
  color: #a0aec0;
}

.ot-empty-state i {
  margin-bottom: 16px;
  display: block;
  color: #cbd5e0;
}

.ot-empty-state p {
  font-size: 15px;
  color: #718096;
  margin: 0;
}

/* AI generated: No result card */
.ot-no-result-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 30px;
}

/* AI generated: Responsive */
@media (max-width: 768px) {
  .ot-hero {
    padding: 35px 0 50px;
  }

  .ot-hero-content h1 {
    font-size: 24px;
  }

  .ot-hero-subtitle {
    font-size: 13px;
  }

  .ot-search-input {
    height: 46px;
    font-size: 14px;
  }

  .btn-ot-search {
    height: 46px;
    width: 50px;
    font-size: 16px;
  }

  .ot-tab-content {
    padding: 20px 16px;
  }

  .ot-nav-tabs {
    padding: 0 10px;
  }

  .ot-nav-tabs > li > a {
    padding: 12px 14px;
    font-size: 13px;
  }

  .ot-pod-image {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .ot-hero-content h1 {
    font-size: 20px;
  }

  .ot-timeline-body {
    padding-left: 12px;
  }

  .ot-timeline-item.ot-current .ot-timeline-body {
    padding: 12px 14px;
  }

  .ot-timeline-status {
    font-size: 14px;
  }
}
