@charset "UTF-8";
/* line 2, app/assets/stylesheets/customer/profile_panel.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 8, app/assets/stylesheets/customer/profile_panel.scss */
:root {
  /* Brand Colors */
  --primary-green: #08af86;
  --primary-green-hover: #06946f;
  --primary-green-light: #e6f8f5;
  /* Chinese Black Colors */
  --chinese-black: #161616;
  --text-333333: #333333;
  /* Navy/Dark Colors */
  --navy-dark: #1b3765;
  --text-dark: #102348;
  --text-medium: #666666;
  --text-light: #999999;
  /* Neutral Colors */
  --border-color: #e0e0e0;
  --bg-light: #f5f5f5;
  --bg-lighter: #fafafa;
  --white: #ffffff;
  /* Shadows */
  --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
  /* Border Radius */
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xlg: 20px;
  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s ease;
}

/* line 46, app/assets/stylesheets/customer/profile_panel.scss */
body {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--bg-lighter);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 57, app/assets/stylesheets/customer/profile_panel.scss */
.sticky-header {
  position: sticky;
  top: 0px;
  background-color: white;
  z-index: 9999;
  border-bottom: 1.03px solid #e5e7eb;
  padding: 15px;
  font-family: Work Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  letter-spacing: 0px;
  /* text-align: center; */
  color: #0a0a0a;
}

/* line 73, app/assets/stylesheets/customer/profile_panel.scss */
.nav-container {
  background-color: var(--nav-bg);
  /* border:0.8px solid var(--nav-border); */
  border: 0.8px solid #e5e7eb;
}

/* line 78, app/assets/stylesheets/customer/profile_panel.scss */
.crumbs {
  color: #717182;
  font-size: 0.92rem;
}

/* line 82, app/assets/stylesheets/customer/profile_panel.scss */
.crumbs a {
  color: #717182;
  text-decoration: none;
}

/* line 86, app/assets/stylesheets/customer/profile_panel.scss */
.breadcrumb-item + .breadcrumb-item::before {
  content: ">" !important;
}

/* line 89, app/assets/stylesheets/customer/profile_panel.scss */
.topbar {
  background: #fff;
  border-bottom: 1px solid var(--stroke);
  top: 0px;
  z-index: 99999;
  position: sticky;
}

/* line 96, app/assets/stylesheets/customer/profile_panel.scss */
.card-container {
  background: #ffffff;
  border: 1.03px solid #e5e7eb;
  box-shadow: 0px 2px 8px 0px #00000014;
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
}

/* line 108, app/assets/stylesheets/customer/profile_panel.scss */
.edit-details-btn {
  padding: 10px 24px;
  background: var(--primary-green);
  color: var(--white);
  border: none;
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition-fast);
  font-family: "Work Sans", sans-serif;
  white-space: nowrap;
}

/* line 122, app/assets/stylesheets/customer/profile_panel.scss */
.edit-details-btn:hover {
  background: var(--primary-green-hover);
  transform: translateY(-1px);
}

/* line 126, app/assets/stylesheets/customer/profile_panel.scss */
.logout-details-btn {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1.03px solid #d1d5dc;
  padding: 10px 24px;
  color: #364153;
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition-fast);
  font-family: "Work Sans", sans-serif;
  white-space: nowrap;
}

/* line 142, app/assets/stylesheets/customer/profile_panel.scss */
.mobile-profile-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #e8f5f1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Work Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

/* line 157, app/assets/stylesheets/customer/profile_panel.scss */
.text-label {
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  color: #6a7282;
}

/* line 167, app/assets/stylesheets/customer/profile_panel.scss */
.text-val {
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #555555;
}

/* line 177, app/assets/stylesheets/customer/profile_panel.scss */
.text-val img {
  filter: brightness(0);
}

/* line 179, app/assets/stylesheets/customer/profile_panel.scss */
.text-val a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

/* line 181, app/assets/stylesheets/customer/profile_panel.scss */
.name-text {
  font-family: Work Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  color: #222;
  letter-spacing: 0px;
  text-align: center;
}

/* Modal custom */
/* line 192, app/assets/stylesheets/customer/profile_panel.scss */
.modal-content {
  border-radius: 12px;
}

/* line 195, app/assets/stylesheets/customer/profile_panel.scss */
.profile-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #eaf6f1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px auto;
}

/* line 205, app/assets/stylesheets/customer/profile_panel.scss */
.field-icon {
  width: 18px;
  height: 18px;
  opacity: 0.6;
  margin-right: 8px;
}

/* line 212, app/assets/stylesheets/customer/profile_panel.scss */
.required-star {
  color: #d31b1b;
  margin-left: 4px;
  font-weight: 600;
}

/* small helpers */
/* line 219, app/assets/stylesheets/customer/profile_panel.scss */
.muted {
  color: var(--muted);
}

/* line 222, app/assets/stylesheets/customer/profile_panel.scss */
.form-note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 6px;
}

@media (min-width: 700px) {
  /* line 229, app/assets/stylesheets/customer/profile_panel.scss */
  .modal-dialog {
    max-width: 520px;
    margin: 1.75rem auto;
  }
}

/* line 234, app/assets/stylesheets/customer/profile_panel.scss */
.custom-lable {
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  letter-spacing: 0px;
  color: #222;
}

/* ================================
      Desktop slide-in profile panel styles
      (Does not apply on small screens)
  ================================ */
@media (min-width: 768px) {
  /* line 249, app/assets/stylesheets/customer/profile_panel.scss */
  .profile-panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 420px;
    max-width: 100%;
    background: #ffffff;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.25);
    z-index: 2000;
    transform: translateX(100%);
    transition: transform 300ms ease;
    overflow-y: auto;
    border-left: 1px solid var(--border-color);
    z-index: 999999;
  }
  /* line 265, app/assets/stylesheets/customer/profile_panel.scss */
  .profile-panel.open {
    transform: translateX(0);
  }
}

@media (max-width: 767.98px) {
  /* line 270, app/assets/stylesheets/customer/profile_panel.scss */
  .profile-panel {
    display: none;
  }
  /* ensure mobile modal is used instead */
}

/* line 275, app/assets/stylesheets/customer/profile_panel.scss */
.profile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}

/* line 284, app/assets/stylesheets/customer/profile_panel.scss */
.profile-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

/* line 289, app/assets/stylesheets/customer/profile_panel.scss */
.avatar-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #e6f2ec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #2b7a5a;
  margin: 0 auto;
}

/* line 301, app/assets/stylesheets/customer/profile_panel.scss */
.edit-action {
  cursor: pointer;
  color: #08af86;
  text-decoration: none;
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  letter-spacing: 0px;
  /* text-align: center; */
}

/* line 313, app/assets/stylesheets/customer/profile_panel.scss */
.field-label {
  font-size: 0.85rem;
  color: #6c757d;
  letter-spacing: 0.2px;
}

/* line 318, app/assets/stylesheets/customer/profile_panel.scss */
.panel-header {
  border-bottom: 1px solid #e9ecef;
  padding: 25px;
}

/* line 322, app/assets/stylesheets/customer/profile_panel.scss */
.panel-body {
  padding: 18px;
}

/* line 325, app/assets/stylesheets/customer/profile_panel.scss */
.btn-logout {
  width: 100%;
  background-color: #08af86;
  border-radius: 10px;
  padding: 10px;
}

/* line 331, app/assets/stylesheets/customer/profile_panel.scss */
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 339, app/assets/stylesheets/customer/profile_panel.scss */
.custom-label-web {
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #6a7282;
}

/* line 348, app/assets/stylesheets/customer/profile_panel.scss */
.custom-label-web-text {
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  letter-spacing: 0px;
  color: #101828;
}

/* line 357, app/assets/stylesheets/customer/profile_panel.scss */
.btn-sm {
  background-color: #08af86;
  border-radius: 8px;
  border: none;
  /* padding:10px; */
}

/* line 363, app/assets/stylesheets/customer/profile_panel.scss */
.cancel-btn-sm {
  background-color: #f3f4f6;
  border-radius: 8px;
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
  color: #101828;
  border: none;
}

/* app/assets/stylesheets/customer/profile_panel.css */
/* ── Mobile Profile — same panel look as desktop, scoped to mobile only ── */
@media (max-width: 767.98px) {
  /* line 381, app/assets/stylesheets/customer/profile_panel.scss */
  .mobile-profile-wrapper {
    display: none;
    /* shown via JS as display:flex */
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100000;
    overflow: hidden;
  }
  /* line 394, app/assets/stylesheets/customer/profile_panel.scss */
  body.mobile-profile-active {
    overflow: hidden;
  }
  /* Scrollable body area between header and footer */
  /* line 399, app/assets/stylesheets/customer/profile_panel.scss */
  .mobile-profile-wrapper .mp-scroll-body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* Edit / Complete profile full-screen wrapper */
  /* line 406, app/assets/stylesheets/customer/profile_panel.scss */
  #mobileEditProfileWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100001;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  /* line 419, app/assets/stylesheets/customer/profile_panel.scss */
  #mobileEditProfileWrapper .panel-body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* Ensure panel-header in mobile context is sticky */
  /* line 426, app/assets/stylesheets/customer/profile_panel.scss */
  .mobile-profile-wrapper .panel-header,
#mobileEditProfileWrapper .panel-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    flex-shrink: 0;
  }
  /* Footer always at bottom */
  /* line 436, app/assets/stylesheets/customer/profile_panel.scss */
  .mobile-profile-wrapper .panel-footer {
    flex-shrink: 0;
  }
}

/* ── Redesigned Desktop Profile Panel ── */
/* Panel layout — desktop only so it doesn't override `display:none` on mobile */
@media (min-width: 768px) {
  /* line 445, app/assets/stylesheets/customer/profile_panel.scss */
  .profile-panel {
    display: flex;
    flex-direction: column;
  }
  /* line 450, app/assets/stylesheets/customer/profile_panel.scss */
  #profileMainView,
#profileEditView {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

/* Close / back buttons */
/* line 459, app/assets/stylesheets/customer/profile_panel.scss */
.panel-close-btn {
  background: none;
  border: none;
  font-size: 22px;
  color: #6b7280;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
}

/* line 467, app/assets/stylesheets/customer/profile_panel.scss */
.panel-close-btn:hover {
  color: #111;
}

/* line 470, app/assets/stylesheets/customer/profile_panel.scss */
.panel-back-btn {
  background: none;
  border: none;
  font-size: 18px;
  color: #0a0a0a;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

/* User row */
/* line 481, app/assets/stylesheets/customer/profile_panel.scss */
.panel-user-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 4px 0 16px;
  border-bottom: 1px solid #f3f4f6;
}

/* line 489, app/assets/stylesheets/customer/profile_panel.scss */
.panel-avatar {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e6f2ec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  font-family: 'Work Sans', sans-serif;
}

/* line 504, app/assets/stylesheets/customer/profile_panel.scss */
.panel-user-details {
  flex: 1;
  min-width: 0;
}

/* line 509, app/assets/stylesheets/customer/profile_panel.scss */
.panel-user-name {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #0a0a0a;
  margin-bottom: 3px;
}

/* line 517, app/assets/stylesheets/customer/profile_panel.scss */
.panel-user-contact {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 2px;
}

/* line 525, app/assets/stylesheets/customer/profile_panel.scss */
.panel-user-contact svg {
  flex-shrink: 0;
}

/* line 526, app/assets/stylesheets/customer/profile_panel.scss */
.panel-user-contact i.bi {
  flex-shrink: 0;
  font-size: 13px;
  color: #555555;
}

/* Progress bar */
/* line 534, app/assets/stylesheets/customer/profile_panel.scss */
.profile-progress-bar,
.mobile-progress-bar {
  height: 4px;
  background: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 6px;
}

/* line 542, app/assets/stylesheets/customer/profile_panel.scss */
.profile-progress-fill,
.mobile-progress-fill {
  height: 100%;
  background: #08af86;
  border-radius: 4px;
}

/* Edit button (top-right of user row) */
/* line 550, app/assets/stylesheets/customer/profile_panel.scss */
.panel-edit-btn {
  flex-shrink: 0;
  align-self: center;
  background: transparent;
  border: 1.5px solid #08af86;
  color: #08af86;
  border-radius: 12px;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 10px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

/* line 563, app/assets/stylesheets/customer/profile_panel.scss */
.panel-edit-btn:hover {
  background: #08af86;
  color: #fff;
}

/* Complete Your Profile banner */
/* line 567, app/assets/stylesheets/customer/profile_panel.scss */
.complete-profile-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #f0fdf8;
  border: 1.5px solid #08af86;
  border-radius: 10px;
  padding: 12px 14px;
  margin-top: 14px;
  cursor: pointer;
  text-align: left;
  color: #08af86;
  -webkit-appearance: none;
  appearance: none;
  transition: background 0.15s;
}

/* line 583, app/assets/stylesheets/customer/profile_panel.scss */
.complete-profile-banner i, .complete-profile-banner .bi {
  color: #08af86 !important;
}

/* line 584, app/assets/stylesheets/customer/profile_panel.scss */
.complete-profile-banner:hover {
  background: #e6f7f1;
}

/* line 586, app/assets/stylesheets/customer/profile_panel.scss */
.complete-profile-title {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #08af86;
}

/* line 592, app/assets/stylesheets/customer/profile_panel.scss */
.complete-profile-subtitle {
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  color: #08af86;
  opacity: 0.85;
  margin-top: 2px;
}

/* Divider */
/* line 601, app/assets/stylesheets/customer/profile_panel.scss */
.panel-divider {
  height: 1px;
  background: #f3f4f6;
  margin: 16px 0;
}

/* Menu items (My Enquiries etc.) */
/* line 608, app/assets/stylesheets/customer/profile_panel.scss */
.panel-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  text-decoration: none;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  border-radius: 8px;
  transition: background 0.12s;
}

/* line 620, app/assets/stylesheets/customer/profile_panel.scss */
.panel-menu-item:hover {
  background: #f9fafb;
  color: #111827;
}

/* line 622, app/assets/stylesheets/customer/profile_panel.scss */
.panel-menu-chevron {
  color: #222222;
  font-size: 16px;
  -webkit-text-stroke: 0.33px #222222;
}

/* Footer with logout */
/* line 629, app/assets/stylesheets/customer/profile_panel.scss */
.panel-footer {
  padding: 16px 18px;
  margin-top: auto;
  border-top: 1px solid #f3f4f6;
}

/* line 634, app/assets/stylesheets/customer/profile_panel.scss */
.btn-logout-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #fff;
  border: 1.5px solid #dc3545;
  color: #dc3545;
  border-radius: 10px;
  padding: 12px;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

@media (hover: hover) {
  /* line 651, app/assets/stylesheets/customer/profile_panel.scss */
  .btn-logout-panel:hover {
    background: #dc3545;
    color: #fff;
  }
  /* line 651, app/assets/stylesheets/customer/profile_panel.scss */
  .btn-logout-panel:hover svg path, .btn-logout-panel:hover svg polyline, .btn-logout-panel:hover svg line {
    stroke: #fff;
  }
}

/* Edit profile form */
/* line 656, app/assets/stylesheets/customer/profile_panel.scss */
.edit-phone-box {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
}

/* line 662, app/assets/stylesheets/customer/profile_panel.scss */
.edit-phone-label {
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  color: #9ca3af;
  font-weight: 400;
  margin-bottom: 3px;
}

/* line 669, app/assets/stylesheets/customer/profile_panel.scss */
.edit-phone-val {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

/* line 675, app/assets/stylesheets/customer/profile_panel.scss */
.edit-field-label {
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #161616;
  margin-bottom: 6px;
}

/* line 683, app/assets/stylesheets/customer/profile_panel.scss */
.edit-required {
  color: #ef4444;
}

/* line 684, app/assets/stylesheets/customer/profile_panel.scss */
.edit-optional {
  font-weight: 400;
  color: #9ca3af;
  font-size: 13px;
}

/* line 686, app/assets/stylesheets/customer/profile_panel.scss */
.edit-input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 12px 14px;
  transition: border-color 0.15s;
}

/* line 695, app/assets/stylesheets/customer/profile_panel.scss */
.edit-input-wrap:focus-within {
  border-color: #08af86;
}

/* line 697, app/assets/stylesheets/customer/profile_panel.scss */
.edit-input-icon {
  flex-shrink: 0;
  font-size: 16px;
  color: #9ca3af;
}

/* line 702, app/assets/stylesheets/customer/profile_panel.scss */
.edit-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  color: #000;
  min-width: 0;
}

/* line 711, app/assets/stylesheets/customer/profile_panel.scss */
.edit-input::placeholder {
  color: #9ca3af;
}

/* line 713, app/assets/stylesheets/customer/profile_panel.scss */
.edit-error {
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  color: #ef4444;
  margin-top: 4px;
}

/* line 719, app/assets/stylesheets/customer/profile_panel.scss */
.edit-alert {
  border-radius: 8px;
  padding: 10px 14px;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  margin-bottom: 12px;
}

/* Contact preference options */
/* line 728, app/assets/stylesheets/customer/profile_panel.scss */
.comms-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

/* line 738, app/assets/stylesheets/customer/profile_panel.scss */
.comms-option.selected {
  border-color: #08af86;
  background: #f0fdf8;
}

/* line 743, app/assets/stylesheets/customer/profile_panel.scss */
.comms-icon-wrap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
}

/* line 752, app/assets/stylesheets/customer/profile_panel.scss */
.comms-icon-wrap img {
  width: 20px;
  height: 20px;
}

/* line 754, app/assets/stylesheets/customer/profile_panel.scss */
.comms-wa-icon {
  background: #e8fdf0;
}

/* line 755, app/assets/stylesheets/customer/profile_panel.scss */
.comms-call-icon {
  background: #e6f7f1;
}

/* line 757, app/assets/stylesheets/customer/profile_panel.scss */
.comms-text {
  flex: 1;
}

/* line 758, app/assets/stylesheets/customer/profile_panel.scss */
.comms-title {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

/* line 764, app/assets/stylesheets/customer/profile_panel.scss */
.comms-desc {
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
  line-height: 1.4;
}

/* line 771, app/assets/stylesheets/customer/profile_panel.scss */
.comms-radio {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  transition: border-color 0.15s, background 0.15s;
}

/* line 783, app/assets/stylesheets/customer/profile_panel.scss */
.comms-radio:checked {
  border-color: #08af86;
  background: #08af86;
  box-shadow: inset 0 0 0 3px #fff;
}

/* line 788, app/assets/stylesheets/customer/profile_panel.scss */
.comms-radio:focus-visible {
  outline: 2px solid #08af86;
  outline-offset: 2px;
}

/* Save / cancel buttons in edit form */
/* line 795, app/assets/stylesheets/customer/profile_panel.scss */
.edit-save-btn {
  display: block;
  width: 100%;
  background: #08af86;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}

/* line 808, app/assets/stylesheets/customer/profile_panel.scss */
.edit-save-btn:hover {
  background: #06946f;
}

/* line 809, app/assets/stylesheets/customer/profile_panel.scss */
.edit-save-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

/* line 811, app/assets/stylesheets/customer/profile_panel.scss */
.edit-cancel-btn {
  display: block;
  width: 100%;
  background: #fff;
  color: #364153;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 14px;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}

/* line 824, app/assets/stylesheets/customer/profile_panel.scss */
.edit-cancel-btn:hover {
  background: #f9fafb;
}

/* Logo in edit/complete profile header */
/* line 828, app/assets/stylesheets/customer/profile_panel.scss */
.edit-logo-wrap {
  display: flex;
  justify-content: center;
  padding: 16px 18px 0;
  flex-shrink: 0;
}

/* Scrollable form area in edit view */
/* line 836, app/assets/stylesheets/customer/profile_panel.scss */
.edit-scroll-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Sticky button footer at bottom of edit view */
/* line 843, app/assets/stylesheets/customer/profile_panel.scss */
.edit-btn-footer {
  flex-shrink: 0;
  padding: 12px 18px 18px;
  border-top: 1px solid #f3f4f6;
  background: #fff;
}

/* Mobile My Enquiries menu item */
/* line 851, app/assets/stylesheets/customer/profile_panel.scss */
.mobile-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
  width: 100%;
}

/* line 865, app/assets/stylesheets/customer/profile_panel.scss */
.mobile-menu-item:hover {
  background: #f9fafb;
  color: #111827;
}
