.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========== GLOW ON BUTTONS ========== */
a:hover,
.elementor-button:hover {
  box-shadow: 0 0 15px #22c55e, 0 0 30px #22c55e;
  transition: box-shadow 0.3s ease;
}

/* ========== CUSTOMER DASHBOARD ========== */
.customer-dashboard > div {
  background: #111;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(34, 197, 94, 0.5);
  max-width: 800px;
  margin: 40px auto;
  color: #fff;
}

/* Headings */
.customer-dashboard h2,
.customer-dashboard h3 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
}

/* Stats lines */
.customer-dashboard div span,
.customer-dashboard div strong {
  color: inherit;
}

/* Table */
.customer-dashboard table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.customer-dashboard table th,
.customer-dashboard table td {
  border-bottom: 1px solid #444;
  padding: 10px;
  text-align: center;
}

/* Table hover */
.customer-dashboard table tr:hover {
  background: rgba(34, 197, 94, 0.1);
}

/* WPUM forms */
.wpum-form input[type="text"],
.wpum-form input[type="email"],
.wpum-form input[type="password"],
.wpum-form textarea,
.wpum-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: none;
  border-radius: 5px;
  background: #111;
  color: #fff;
}
.wpum-form input[type="submit"],
.wpum-form button[type="submit"] {
  background: #22c55e;
  color: #000;
  border-radius: 30px;
  font-size: 16px;
  padding: 12px;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.wpum-form input[type="submit"]:hover,
.wpum-form button[type="submit"]:hover {
  box-shadow: 0 0 15px #22c55e, 0 0 30px #22c55e;
}
.wpum-form label {
  color: #aaa;
}/* End custom CSS */