/* =====================================================
   FONT IMPORTS
   Poppins, Font Awesome 4.7, Glyphicons loaded via @import.
   NOTE: The AchieveForms iframe needs fonts loaded into its
   own document. Without the keepInjected JS, FA icons (prev/
   next/cancel buttons) will fall back to the browser default.
   ===================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
  font-family: "Glyphicons Halflings";

  src:
    url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/fonts/glyphicons-halflings-regular.woff2")
      format("woff2"),
    url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/fonts/glyphicons-halflings-regular.woff")
      format("woff");

  font-weight: normal;

  font-style: normal;
}

/* =====================================================
   FOOTER
   ===================================================== */
/* ===================================================
     AFC FOOTER
     =================================================== */
  #footer { background: #0D2845 !important; background-color: #0D2845 !important; width: 100% !important; font-family: 'Poppins', Arial, sans-serif !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; margin: 0 auto !important; }
  #footer *, #footer *::before, #footer *::after { -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
  .afc-footer-inner { max-width: 1170px !important; margin: 0 auto !important; padding: 40px 24px 36px !important; }
  .afc-footer-top { display: -webkit-flex !important; display: flex !important; -webkit-align-items: center !important; align-items: center !important; -webkit-justify-content: space-between !important; justify-content: space-between !important; gap: 40px !important; padding-bottom: 32px !important; }
  .afc-footer-logo-link { display: -webkit-inline-flex !important; display: inline-flex !important; -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; outline: none !important; text-decoration: none !important; }
  .afc-footer-logo-link:focus-visible { outline: 2px solid #7CC8C4 !important; outline-offset: 4px !important; border-radius: 4px !important; }
  .afc-footer-logo { width: 50px !important; height: auto !important; object-fit: contain !important; display: block !important; max-width: 100% !important; }
  .afc-footer-nav { display: -webkit-flex !important; display: flex !important; -webkit-flex-wrap: wrap !important; flex-wrap: wrap !important; -webkit-align-items: center !important; align-items: center !important; -webkit-justify-content: flex-end !important; justify-content: flex-end !important; gap: 1px !important; margin-right: -10px !important; list-style: none !important; }
  .afc-footer-link { font-family: 'Poppins', Arial, sans-serif !important; font-size: 15px !important; font-weight: 400 !important; line-height: 1.5 !important; color: #ffffff !important; text-decoration: none !important; white-space: nowrap !important; padding: 5px 10px !important; border-bottom: 2px solid transparent !important; outline: none !important; display: inline-block !important; -webkit-transition: background .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease !important; transition: background .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease !important; }
  .afc-footer-link:hover { background: rgba(255,255,255,0.10) !important; color: #D7F0F0 !important; border-bottom-color: rgba(215,240,240,0.55) !important; text-decoration: none !important; }
  .afc-footer-link:focus-visible { outline: 2px solid #7CC8C4 !important; outline-offset: 4px !important; border-radius: 6px !important; background: rgba(255,255,255,0.10) !important; color: #D7F0F0 !important; }
  .afc-footer-link:active { opacity: .70 !important; background: rgba(255,255,255,0.07) !important; }
  .afc-footer-divider { border-top: 1px solid rgba(255,255,255,.45) !important; width: 100% !important; height: 0 !important; display: block !important; }
  .afc-footer-bottom { display: -webkit-flex !important; display: flex !important; -webkit-align-items: center !important; align-items: center !important; -webkit-justify-content: space-between !important; justify-content: space-between !important; gap: 20px !important; padding-top: 24px !important; }
  .afc-footer-copy { font-family: 'Poppins', Arial, sans-serif !important; font-size: 14px !important; font-weight: 400 !important; line-height: 1.5 !important; color: rgba(255,255,255,.65) !important; margin: 0 !important; }
  .afc-footer-address { font-family: 'Poppins', Arial, sans-serif !important; font-size: 14px !important; font-weight: 400 !important; line-height: 1.5 !important; color: #ffffff !important; text-align: right !important; margin: 0 !important; }
  @media (max-width: 1024px) {
    .afc-footer-inner { padding: 36px 32px 32px !important; }
    .afc-footer-top { -webkit-flex-direction: column !important; flex-direction: column !important; -webkit-align-items: flex-start !important; align-items: flex-start !important; gap: 24px !important; padding-bottom: 28px !important; }
    .afc-footer-nav { -webkit-justify-content: flex-start !important; justify-content: flex-start !important; gap: 4px 12px !important; margin-right: 0 !important; margin-left: -10px !important; }
    .afc-footer-link { font-size: 14px !important; }
  }
  @media (max-width: 767px) {
    .afc-footer-inner { padding: 32px 24px 32px !important; }
    .afc-footer-top { -webkit-flex-direction: column !important; flex-direction: column !important; -webkit-align-items: flex-start !important; align-items: flex-start !important; gap: 28px !important; padding-bottom: 28px !important; }
    .afc-footer-logo { width: 64px !important; }
    .afc-footer-nav { -webkit-flex-direction: column !important; flex-direction: column !important; -webkit-align-items: flex-start !important; align-items: flex-start !important; gap: 4px !important; margin-right: 0 !important; margin-left: -10px !important; }
    .afc-footer-link { font-size: 15px !important; white-space: normal !important; text-align: left !important; }
    .afc-footer-bottom { -webkit-flex-direction: column !important; flex-direction: column !important; -webkit-align-items: flex-start !important; align-items: flex-start !important; gap: 12px !important; padding-top: 24px !important; }
    .afc-footer-copy { font-size: 14px !important; text-align: left !important; }
    .afc-footer-address { font-size: 15px !important; font-weight: 500 !important; text-align: left !important; }
  }
  @media (max-width: 380px) {
    .afc-footer-inner { padding: 28px 16px 28px !important; }
    .afc-footer-link { font-size: 14px !important; }
    .afc-footer-copy, .afc-footer-address { font-size: 13px !important; }
  }
/*======================================================
HOMEPAGE BUTTONS
===================================================== */
.afc-home-wrapper .btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    padding: 12px 28px !important;
    border-radius: 10px !important;
    background: #007276 !important;
    color: #ffffff !important;
    border: 2px solid #007276 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    width: fit-content !important;
    white-space: nowrap !important;
    transition: background 0.18s, box-shadow 0.18s, transform 0.1s !important;
    outline: none !important;
}

.afc-home-wrapper .btn-primary:hover {
    background: #005a5d !important;
    border-color: #005a5d !important;
    color: #ffffff !important;
}

/* =====================================================
   SERVICES PAGE — Outer layout
   Page background, content container width.
   body:has(.service-groups) = tabbed category view
   body:has(.all-services)   = alphabetical A-Z list
   ===================================================== */
body:has(.service-groups) #main-content,
  body:has(.all-services) #main-content { background: #F4F6F7 !important; padding: 0 !important; margin: 0 !important; }
  body:has(.service-groups) #self-content.container,
  body:has(.service-groups) #self-content,
  body:has(.all-services) #self-content.container,
  body:has(.all-services) #self-content { max-width: 1240px !important; margin: 0 auto !important; padding: 20px !important; background: transparent !important; box-sizing: border-box !important; }

  /* FEEDBACK POPUP */
  #self-precontent>div { text-align: left !important; position: fixed !important; bottom: 24px !important; left: 24px !important; z-index: 9999 !important; width: 380px !important; max-width: calc(100vw - 48px) !important; }
  #self-precontent>div>div { background-color: #FFFFFF !important; padding: 0 !important; border: none !important; border-radius: 16px !important; box-shadow: 0 4px 6px rgba(0,0,0,0.04), 0 12px 32px rgba(0,0,0,0.12) !important; font-family: 'Poppins', Arial, sans-serif !important; font-size: 14px !important; color: #111827 !important; position: relative !important; overflow: hidden !important; text-align: left !important; transition: box-shadow 0.2s !important; }
  #self-precontent>div>div>span { position: absolute !important; top: 12px !important; right: 12px !important; cursor: pointer !important; color: #9CA3AF !important; font-size: 12px !important; width: 24px !important; height: 24px !important; display: flex !important; align-items: center !important; justify-content: center !important; border-radius: 50% !important; line-height: 1 !important; z-index: 2 !important; transition: background 0.15s, color 0.15s !important; }
  #self-precontent>div>div>span:hover { background: #F3F4F6 !important; color: #374151 !important; }
  #self-precontent>div>div>div { background: linear-gradient(135deg, #007276 0%, #005F62 100%) !important; color: #FFFFFF !important; padding: 20px 20px 16px 24px !important; border-radius: 0 !important; text-align: center !important; margin: 0 !important; }
  #self-precontent>div>div>div>span { font-family: 'Poppins', Arial, sans-serif !important; font-weight: 700 !important; font-size: 17px !important; color: #FFFFFF !important; line-height: 1.3 !important; display: block !important; padding-right: 20px !important; }
  #self-precontent>div>div>p { font-family: 'Poppins', Arial, sans-serif !important; font-size: 13px !important; line-height: 1.65 !important; color: #4B5563 !important; margin: 0 !important; text-align: center !important; padding: 16px 20px 0 24px !important; }
  #self-precontent>div>div>br { display: none !important; }
  #self-precontent>div>div>a { display: inline-block !important; margin: 20px 25% !important; padding: 10px 20px !important; background-color: #007276 !important; color: #FFFFFF !important; font-family: 'Poppins', Arial, sans-serif !important; font-size: 13px !important; font-weight: 600 !important; line-height: 1.4 !important; text-decoration: none !important; border-radius: 8px !important; border: none !important; cursor: pointer !important; transition: background-color 0.2s ease, box-shadow 0.2s ease !important; letter-spacing: 0.01em !important; }
  #self-precontent>div>div>a:hover { background-color: #005F62 !important; box-shadow: 0 4px 12px rgba(0,114,118,0.30) !important; color: #FFFFFF !important; }
  #self-precontent>div>div>a:focus { outline: 2px solid #007276 !important; outline-offset: 2px !important; background-color: #005F62 !important; }
  #self-precontent>div>div>a:active { background-color: #004A4D !important; box-shadow: none !important; }
  @media (max-width: 768px) { #self-precontent>div { left: 50% !important; bottom: 16px !important; transform: translateX(-50%) !important; width: calc(100vw - 32px) !important; max-width: 420px !important; } }
  @media (max-width: 480px) {
    #self-precontent>div { left: 50% !important; bottom: 0 !important; transform: translateX(-50%) !important; width: 100vw !important; max-width: 100vw !important; }
    #self-precontent>div>div { border-radius: 16px 16px 0 0 !important; }
    #self-precontent>div>div>div { padding: 18px 16px 14px 20px !important; }
    #self-precontent>div>div>p { padding: 14px 16px 0 20px !important; }
    #self-precontent>div>div>a { margin: 14px 16px 18px 20px !important; width: calc(100% - 36px) !important; text-align: center !important; }
  }

/* =====================================================
   SERVICES PAGE — Component styles
   Search bar, category tab cards, service list cards,
   hover states, alphabet headers, responsive breakpoints.
   ===================================================== */
html, body { 
    font-family: 'Poppins', Arial, sans-serif !important; 
    background: #F4F6F7 !important; 
    color: #111 !important; 
    margin: 0 !important; 
    padding: 0 !important; 
}

*, *::before, *::after { 
    box-sizing: border-box !important; 
}
#app-content, #app-content.container-fluid { padding: 20px !important; background: transparent !important; max-width: 1240px !important; margin: 0 auto !important; }
h1.title { font-family: 'Poppins', Arial, sans-serif !important; font-size: 44px !important; font-weight: 700 !important; color: #111 !important; margin: 0 0 28px !important; padding: 0 !important; line-height: 1.1 !important; border: none !important; background: none !important; }
.row.all-services { margin: 0px !important; }
.grouped-services { padding: 10px !important; }
.form-link-color { color: #111111 !important; }
span.form-link-color:hover { color: #01646A !important; outline: none !important; white-space: normal !important; }
h3.serviceColumnLetter { margin-top: 10px !important; color: #01646A !important; }
form.search-form, form[class*="search"] { width: 100% !important; display: block !important; margin-bottom: 32px !important; }
form.search-form .input-group, form[class*="search"] .input-group, .search-row { position: relative !important; display: flex !important; gap: 12px !important; flex-wrap: nowrap !important; flex-direction: row !important; align-items: stretch !important; background: transparent !important; padding: 0 !important; float: none !important; }
form.search-form .input-group::before, form.search-form .input-group::after, .search-row::before, .search-row::after { display: none !important; }
.search-row .search, form.search-form .input-group .search, form[class*="search"] .input-group .search, .search-row > div:not(.input-group-btn) { flex: 1 1 auto !important; min-width: 0 !important; width: 100% !important; display: block !important; float: none !important; }
.input-group-btn { flex-shrink: 0 !important; display: block !important; float: none !important; white-space: nowrap !important; width: auto !important; }
.search-row input[type="text"], .search-row input[type="search"], form.search-form input[type="text"], form.search-form input[type="search"], form[class*="search"] input[type="text"], form[class*="search"] input[type="search"], .input-group input[type="text"], .input-group input[type="search"] { display: block !important; flex: 1 1 auto !important; min-width: 0 !important; width: 100% !important; height: 52px !important; font-size: 15px !important; color: #111 !important; background: #fff !important; border: 1.5px solid #D0D5D5 !important; border-radius: 12px !important; padding: 0 20px !important; outline: none !important; -webkit-appearance: none !important; appearance: none !important; box-shadow: none !important; transition: border-color .2s, box-shadow .2s !important; float: none !important; }
input[type="text"]::placeholder, input[type="search"]::placeholder { color: #9B9B9B !important; }
input[type="text"]:focus, input[type="search"]:focus { border-color: #01646A !important; box-shadow: 0 0 0 3px rgba(1,100,106,.10) !important; outline: none !important; }
.search-row button, .search-row input[type="submit"], .search-row .btn, form.search-form button, form.search-form input[type="submit"], form.search-form .btn, form[class*="search"] button, form[class*="search"] .btn, .input-group-btn button, .input-group-btn .btn { flex-shrink: 0 !important; float: none !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; width: auto !important; height: 52px !important; padding: 0 30px !important; font-size: 15px !important; font-weight: 600 !important; color: #fff !important; background: #01646A !important; background-color: #01646A !important; border: none !important; border-radius: 12px !important; cursor: pointer !important; white-space: nowrap !important; transition: background .2s !important; outline: none !important; text-shadow: none !important; }
form.search-form button:hover, form[class*="search"] button:hover, .input-group-btn button:hover, .input-group-btn .btn:hover { background: #004d50 !important; background-color: #004d50 !important; }
form.search-form button:focus, .input-group-btn button:focus { outline: 2px solid #7CC8C4 !important; outline-offset: 2px !important; }
.service-groups > ul.menu { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: stretch !important; gap: 10px !important; list-style: none !important; margin: 0 0 36px !important; padding: 0px !important; width: 100% !important; }
.service-groups > ul.menu::before, .service-groups > ul.menu::after { display: none !important; }
.service-groups > ul.menu > li.leaf { flex: 1 1 0 !important; min-width: 0 !important; display: block !important; width: auto !important; vertical-align: unset !important; padding: 0px !important; margin: 0 !important; list-style: none !important; }
.service-groups > ul.menu > li.leaf > .mobile_forms { display: none !important; }
a.fsservice-pretty-link { display: flex !important; flex-direction: column !important; justify-content: center !important; width: 100% !important; height: auto !important; min-height: 110px !important; padding: 22px 26px !important; background: #fff !important; border: 1.5px solid #D0D5D5 !important; border-radius: 20px !important; color: #111 !important; text-decoration: none !important; cursor: pointer !important; box-sizing: border-box !important; overflow: hidden !important; transition: background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease !important; }
a.fsservice-pretty-link:focus { outline: 2px solid #7CC8C4 !important; outline-offset: 2px !important; }
a.fsservice-pretty-link h2, a.fsservice-pretty-link h3, a.fsservice-pretty-link strong, a.fsservice-pretty-link b { font-size: 16px !important; font-weight: 700 !important; color: inherit !important; margin: 0 0 5px !important; padding: 0 !important; border: none !important; background: none !important; line-height: 1.3 !important; display: block !important; }
a.fsservice-pretty-link > div, a.fsservice-pretty-link span, a.fsservice-pretty-link p { font-size: 12px !important; font-weight: 400 !important; color: inherit !important; opacity: .7 !important; margin: 0 !important; padding: 0 !important; display: block !important; line-height: 1.4 !important; }
.service-groups a.fsservice-pretty-link, .service-groups a.fsservice-pretty-link:visited { background: #fff !important; background-color: #fff !important; border-color: #D0D5D5 !important; color: #111 !important; text-decoration: none !important; padding-left: 20px !important; }
.service-groups a.fsservice-pretty-link:hover { background: #fff !important; background-color: #fff !important; border-color: #01646A !important; color: #111111 !important; text-decoration: none !important; padding-left: 20px !important; }
.service-groups a.fsservice-pretty-link.active, .service-groups a.fsservice-pretty-link.active:visited, .service-groups a.fsservice-pretty-link.active:hover { background: #fff !important; background-color: #fff !important; border: 2px solid #01646A !important; border-color: #01646A !important; color: #111111 !important; text-decoration: none !important; padding-left: 20px !important; }
.all-services { margin-bottom: 10px !important; clear: both !important; }
.all-services::before, .all-services::after { content: "" !important; display: table !important; clear: both !important; }
.all-services > .col-sm-4, .all-services > [class*="col-"] { padding-left: 10px !important; padding-right: 10px !important; }
.all-services > .col-sm-4 > .row, .all-services > [class*="col-"] > .row { background: #fff !important; border-radius: 16px !important; padding: 20px 18px !important; margin: 0 0 10px !important; float: none !important; overflow: hidden !important; display: block !important; border: 2px solid transparent !important; transition: border-color .2s !important; }
.all-services > .col-sm-4 > .row:last-child, .all-services > [class*="col-"] > .row:last-child { margin-bottom: 0 !important; }
.all-services > .col-sm-4 > .row:hover, .all-services > [class*="col-"] > .row:hover { border-color: #01646A !important; }
.all-services > .col-sm-4 > .row > h2, .all-services > .col-sm-4 > .row > h3, .all-services > .col-sm-4 > .row > h4, .all-services > [class*="col-"] > .row > h2, .all-services > [class*="col-"] > .row > h3, .all-services > [class*="col-"] > .row > h4 { font-size: 28px !important; font-weight: 700 !important; color: #01646A !important; margin: 0 0 12px !important; padding: 0 0 10px !important; border-bottom: 1.5px solid #EEF2F2 !important; border-top: none !important; border-left: none !important; border-right: none !important; display: block !important; line-height: 1 !important; background: none !important; box-shadow: none !important; }
.all-services ul { list-style: none !important; margin: 0 !important; padding: 0 !important; display: block !important; }
.all-services ul li { display: block !important; width: 100% !important; float: none !important; vertical-align: unset !important; margin: 0 !important; padding: 0 !important; background: transparent !important; border: none !important; border-bottom: 1px solid #F2F4F4 !important; list-style: none !important; }
.all-services ul li:last-child { border-bottom: none !important; }
.all-services ul li a { display: block !important; font-size: 14px !important; font-weight: 500 !important; color: #444 !important; text-decoration: none !important; padding: 10px !important; line-height: 1.45 !important; background: transparent !important; transition: color .15s ease, padding-left .15s ease !important; white-space: normal !important; overflow: visible !important; }
.all-services ul li a:hover { color: #01646A !important; text-decoration: none !important; }
.leaf a.fsservice-pretty-link { place-content: center !important; }
/* Static */
.service-groups a.fsservice-pretty-link,
.service-groups a.fsservice-pretty-link:visited {
  background: #fff !important;
  border: 1.5px solid #D0D5D5 !important;
  color: #111 !important;
}

/* Hover — light, transient signal */
.service-groups a.fsservice-pretty-link:hover {
  background: #F3F8F8 !important;
  border-color: #01646A !important;
  box-shadow: 0 2px 6px rgba(1, 100, 106, 0.10) !important;
}

/* Active/selected — heavier, persistent signal, not colour-only */
.service-groups a.fsservice-pretty-link.active,
.service-groups a.fsservice-pretty-link[aria-current="page"] {
  background: #EAF4F3 !important;
  border: 2px solid #01646A !important;
  box-shadow: inset 0 0 0 1px #01646A !important;
}

.service-groups a.fsservice-pretty-link.active::after,
.service-groups a.fsservice-pretty-link[aria-current="page"]::after {
  content: "Currently viewing";
  font-size: 11px;
  font-weight: 600;
  color: #01646A;
  margin-top: 6px;
  display: block;
}

/* Keyboard focus only, not mouse click */
.service-groups a.fsservice-pretty-link:focus-visible {
  outline: 2px solid #7CC8C4 !important;
  outline-offset: 2px !important;
}
a { color: #01646A !important; text-decoration: none !important; transition: color .2s !important; }
a:hover { color: #004d50 !important; text-decoration: underline !important; }
.alert { border-radius: 12px !important; border: none !important; font-size: 14px !important; }
.alert-info { background: #e5f3f3 !important; color: #01646A !important; }
.alert-danger { background: #fff0f0 !important; color: #c0392b !important; }
.alert-success { background: #e8f5ea !important; color: #2e7d32 !important; }
@media (max-width: 1024px) { #app-content, #app-content.container-fluid { padding: 40px 0px !important; } a.fsservice-pretty-link { min-height: 90px !important; padding: 18px 20px !important; } a.fsservice-pretty-link h2 { font-size: 14px !important; } }
@media (max-width: 900px) { .service-groups > ul.menu { gap: 8px !important; } a.fsservice-pretty-link { padding: 14px 16px !important; min-height: 80px !important; border-radius: 14px !important; } a.fsservice-pretty-link h2 { font-size: 13px !important; } .all-services > .col-sm-4, .all-services > [class*="col-"] { padding-left: 6px !important; padding-right: 6px !important; } }
@media (max-width: 767px) {
  #app-content, #app-content.container-fluid { padding: 30px 0px !important; }
  h1 { font-size: 28px !important; margin-bottom: 16px !important; }
  .desktop_forms { max-width: 100% !important; width: 100% !important; }
  form.search-form, form[class*="search"] { margin-bottom: 20px !important; }
  form.search-form .input-group, form[class*="search"] .input-group, .search-row { flex-wrap: nowrap !important; flex-direction: row !important; gap: 8px !important; align-items: stretch !important; }
  .search-row .search, form.search-form .input-group .search, form[class*="search"] .input-group .search, .search-row > div:not(.input-group-btn) { flex: 1 1 auto !important; min-width: 0 !important; width: auto !important; }
  .search-row input[type="text"], .search-row input[type="search"], form.search-form input[type="text"], form.search-form input[type="search"], form[class*="search"] input[type="text"], form[class*="search"] input[type="search"], .input-group input[type="text"], .input-group input[type="search"] { width: 100% !important; height: 46px !important; font-size: 14px !important; border-radius: 10px !important; }
  .search-row button, .search-row input[type="submit"], .search-row .btn, form.search-form button, form.search-form input[type="submit"], form.search-form .btn, form[class*="search"] button, form[class*="search"] .btn, .input-group-btn button, .input-group-btn .btn { flex-shrink: 0 !important; width: auto !important; min-width: 90px !important; height: 46px !important; border-radius: 10px !important; padding: 0 18px !important; font-size: 14px !important; }
  .input-group-btn { flex-shrink: 0 !important; width: auto !important; }
  .service-groups > ul.menu { flex-direction: column !important; gap: 8px !important; margin-bottom: 24px !important; }
  .service-groups > ul.menu > li.leaf { flex: none !important; width: 100% !important; }
  a.fsservice-pretty-link { min-height: 70px !important; border-radius: 14px !important; padding: 16px 20px !important; flex-direction: column !important; align-items: flex-start !important; justify-content: center !important; gap: 4px !important; border: 1.5px solid #D0D5D5 !important; box-shadow: 0 1px 4px rgba(0,0,0,.06) !important; }
  a.fsservice-pretty-link h2 { font-size: 15px !important; font-weight: 700 !important; margin-bottom: 2px !important; }
  a.fsservice-pretty-link > div, a.fsservice-pretty-link span { font-size: 12px !important; opacity: .65 !important; }
  .row.all-services { margin-left: 0 !important; margin-right: 0 !important; }
  .all-services > [class*="col-"] { width: 100% !important; max-width: 100% !important; float: none !important; display: block !important; padding-left: 0 !important; padding-right: 0 !important; margin-bottom: 0 !important; clear: both !important; }
  .all-services > .col-sm-4, .all-services > .col-sm-6, .all-services > .col-sm-12, .all-services > .col-xs-4, .all-services > .col-xs-6, .all-services > .col-xs-12, .all-services > .span4, .all-services > .span6 { width: 100% !important; max-width: 100% !important; float: none !important; display: block !important; padding-left: 0 !important; padding-right: 0 !important; clear: both !important; }
  .all-services > .col-sm-4 > .row, .all-services > [class*="col-"] > .row { border-radius: 12px !important; padding: 16px 14px !important; margin-left: 0 !important; margin-right: 0 !important; }
  .all-services > .col-sm-4 > .row > h2, .all-services > [class*="col-"] > .row > h2 { font-size: 22px !important; }
  .all-services ul li a { font-size: 13px !important; }
}
@media (max-width: 480px) { #app-content, #app-content.container-fluid { padding: 16px 5px !important; } h1 { font-size: 24px !important; margin-bottom: 12px !important; } a.fsservice-pretty-link { min-height: 56px !important; padding: 12px 14px !important; } a.fsservice-pretty-link h2 { font-size: 14px !important; } }
span.fas.fa-times.btn-clear, .search .fa-times { font-size: 0 !important; color: transparent !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 24px !important; height: 24px !important; }
span.fas.fa-times.btn-clear::before, .search .fa-times::before { content: '' !important; display: block !important; width: 16px !important; height: 16px !important; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E") !important; background-repeat: no-repeat !important; background-position: center !important; background-size: contain !important; }

/* =====================================================
   FORMS PAGE — Outer layout
   Page background and iframe container sizing.
   ===================================================== */
body:has(iframe#fillform-frame-1), body:has(iframe[id*="fillform"]), body:has(iframe[id*="achieve"]), body:has(iframe.achieveforms-iframe) { background: #F5F7FA !important; }
  body:has(iframe#fillform-frame-1) #main-content, body:has(iframe[id*="fillform"]) #main-content, body:has(iframe.achieveforms-iframe) #main-content { background: #F5F7FA !important; padding: 0 !important; }
  body:has(iframe#fillform-frame-1) #self-content, body:has(iframe[id*="fillform"]) #self-content, body:has(iframe.achieveforms-iframe) #self-content { max-width: 1200px !important; margin: 0 auto !important; padding: 0 24px !important; background: transparent !important; box-sizing: border-box !important; }
  iframe#fillform-frame-1, iframe[id*="fillform"], iframe.achieveforms-iframe { width: 100% !important; border: none !important; display: block !important; }

/* =====================================================
   GLOBAL — Extra interaction rules
   ===================================================== */

/* Focus resets applied globally */
a:focus { outline: none !important; }
.all-services ul li a:focus { outline: none !important; }
input[type=checkbox]:checked + label.btn,
input[type=radio]:checked + label.btn { background-color: #005F62 !important; background: #005F62 !important; }

/* =====================================================
   FORMS (AchieveForms iframe) — Inner styles
   Originally injected into the iframe via JS keepInjected().
   The ._AF prefix (html class on the iframe root) has been
   removed so these selectors apply globally. They are
   scoped by .achieveforms-container where possible.

   WARNING: Without the keepInjected JS, AchieveForms SPA
   re-renders will wipe styles injected into the iframe.
   These rules will only work reliably if you also keep the
   <script> block in the CMS, or use a CSS injection tool.
   ===================================================== */
/* ══════════════════════════════════════════════════════════
   BASE FONT
   ══════════════════════════════════════════════════════════ */
/* Apply Poppins to elements EXCEPT Font Awesome icons */
html, body, #page-container, #page, .achieveforms-container, 
.achieveforms-container *:not(.fa):not([class*="fa-"]) {
    font-family: 'Poppins', Arial, sans-serif !important;
    box-sizing: border-box !important;
}

/*
  CRITICAL: The wildcard above sets font-family: Poppins !important on
  EVERY element — including icon-font elements that need their own
  font families to render correctly. Restore each icon font below.
*/

/* Glyphicons (Bootstrap icons) */
.glyphicon,
[class^="glyphicon-"],
[class*=" glyphicon-"] {
  font-family: 'Glyphicons Halflings' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  speak: none !important;
}

/* Font Awesome (used on nav buttons: Previous, Next, Cancel etc.) */


/* ══════════════════════════════════════════════════════════
   PAGE BACKGROUND
   ══════════════════════════════════════════════════════════ */
body {
  background: #F5F7FA !important;
  margin: 0 !important;
  padding: 0 !important;
}
#page-container {
  background: transparent !important;
  padding: 20px 16px !important;
}
#page {
  background: transparent !important;
  margin: 0 !important;
}
#page.render{
padding: 0px !important;
}

/* ══════════════════════════════════════════════════════════
   FORM CARD
   section.achieveforms-container
   ══════════════════════════════════════════════════════════ */
.achieveforms-container {
  background: #FFFFFF !important;
  border-radius: 18px !important;
/*box-shadow: 0 10px 40px rgba(0,0,0,0.06) !important;
  border: 1px solid #EEF0F3 !important;*/
  padding: 20px !important;
  margin: 0 !important;
  float: none !important;
}

/* ══════════════════════════════════════════════════════════
   FORM TITLE  h1.formName > span._formName
   ══════════════════════════════════════════════════════════ */
.achieveforms-container h1.formName {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #111827 !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  line-height: 1.2 !important;
  font-family: 'Poppins', Arial, sans-serif !important;
  display: block !important;
}
.achieveforms-container h1.formName .glyphicon,
.achieveforms-container h1.formName [class^="glyphicon"],
.achieveforms-container h1.formName [class*=" glyphicon"] {
  display: inline-block !important;
  margin-right: 8px !important;
  font-size: 28px !important;
  vertical-align: middle !important;
  color: #111827 !important;
}
.achieveforms-container h1.formName ._formName {
  font-size: 32px !important;
  font-weight: 500 !important;
  color: #111827 !important;
  font-family: 'Poppins', Arial, sans-serif !important;
  display: inline !important;
}
.achieveforms-container .formNameIcon,
.achieveforms-container .form-icon {
  display: inline-block !important;
}

/* ══════════════════════════════════════════════════════════
   TABS
   ══════════════════════════════════════════════════════════ */
.achieveforms-container .sectionsHead {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.achieveforms-container ul.nav.nav-tabs {
  border-bottom: 1px solid #E5E7EB !important;
  margin-bottom: 28px !important;
  background: transparent !important;
  padding: 0 0 0 4px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  list-style: none !important;
  gap: 4px !important;
  align-items: flex-end !important;
}
.achieveforms-container li.sectionNameWrapper {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.achieveforms-container button.sectionNameTab {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #6B7280 !important;
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  border-radius: 8px 8px 0 0 !important;
  padding: 8px 16px !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  display: block !important;
  box-shadow: none !important;
  outline: none !important;
  transition: color 0.15s, background 0.15s !important;
  line-height: 1.4 !important;
}
.achieveforms-container button.sectionNameTab:hover {
  color: #007276 !important;
  background: #F0FAFA !important;
}
.achieveforms-container li.sectionNameWrapper.active button.sectionNameTab {
  color: #007276 !important;
  font-weight: 600 !important;
  background: #EAF6F6 !important;
  background-image: none !important;
  border: none !important;
  border-radius: 8px 8px 0 0 !important;
  box-shadow: none !important;
  position: relative !important;
}

.achieveforms-container input[type=checkbox]:checked + label.btn,
.achieveforms-container input[type=radio]:checked + label.btn {
  background-color: #005F62 !important;
  background: #005F62 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: #005F62 !important;
}

.achieveforms-container li.sectionNameWrapper.active button.sectionNameTab::after {
  content: '' !important;
  position: absolute !important;
  bottom: -1px !important;
  left: 0 !important;
  right: 0 !important;
  height: 2px !important;
  background: #007276 !important;
  border-radius: 2px 2px 0 0 !important;
}
.achieveforms-container button.sectionNameTab .fa-exclamation-circle {
  color: #DC2626 !important;
  margin-left: 4px !important;
  font-size: 11px !important;
}
.achieveforms-container .sections-toggle-wrapper {
  background: transparent !important;
  border-bottom: 1px solid #E5E7EB !important;
  padding: 10px 0 !important;
}
.achieveforms-container .active-section-name {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #007276 !important;
}
.achieveforms-container .navbar-toggle.sections-toggle {
  background: transparent !important;
  border: 1px solid #D1D5DB !important;
  border-radius: 6px !important;
  color: #007276 !important;
  margin-top: -10px !important;
}
.achieveforms-container .sectionsHead .sections-toggle-wrapper .navbar-toggle {
display: none !important;
}

/* ══════════════════════════════════════════════════════════
   BOOTSTRAP GRID — always-on two-column layout
   ══════════════════════════════════════════════════════════ */
.row::before,
.row::after {
  content: '' !important;
  display: table !important;
}
.row::after {
  clear: both !important;
}


/* ══════════════════════════════════════════════════════════
   FIELD ROW
   ══════════════════════════════════════════════════════════ */
.achieveforms-container .field {
  margin-bottom: 24px !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
}
.achieveforms-container .field.fs-hidden {
  display: none !important;
}
.achieveforms-container .fieldContent {
  position: relative !important;
}

/* ══════════════════════════════════════════════════════════
   LABELS
   ══════════════════════════════════════════════════════════ */
.achieveforms-container label.fieldName {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #111827 !important;
  /*padding-top: 28px !important;*/
  line-height: 1.4 !important;
}
.achieveforms-container label.fieldName ._fieldName {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #111827 !important;
}
.achieveforms-container .mandatory {
  color: #DC2626 !important;
  font-weight: 600 !important;
}

/* ══════════════════════════════════════════════════════════
   HELP TEXT
   ══════════════════════════════════════════════════════════ */
.achieveforms-container div.help-text {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 12px !important;
  color: #222222 !important;
  margin-bottom: 4px !important;
  line-height: 1.4 !important;
}
.achieveforms-container div.help-text span {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 12px !important;
  color: #222222 !important;
}

/* ══════════════════════════════════════════════════════════
   INPUT COLUMN WIDTH
   ══════════════════════════════════════════════════════════ 
.achieveforms-container input.fieldInput.col-sm-7,
.achieveforms-container textarea.fieldInput.col-sm-7,
.achieveforms-container select.fieldInput.col-sm-7,
.achieveforms-container fieldset.fieldInput.col-sm-7,
.achieveforms-container .select2-container.col-sm-7 {
  width: 63.6666% !important;
}*/
.achieveforms-container .prefix-suffix-mode.col-sm-7 {
  width: 63.66667% !important;
}
.achieveforms-container .col-sm-offset-4.col-sm-7 {
  width: 63.66667% !important;
  margin-left: 33.33333% !important;
}

/* ══════════════════════════════════════════════════════════
   ALL INPUTS
   ══════════════════════════════════════════════════════════ */
.achieveforms-container input.fieldInput,
.achieveforms-container select.fieldInput,
.achieveforms-container textarea.fieldInput {
  font-family: 'Poppins', Arial, sans-serif !important;
  border: 1.5px solid #D1D5DB !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  background-color: #FFFFFF !important;
  background-image: none !important;
  color: #111827 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  height: 48px !important;
  display: block !important;
  outline: none !important;
}
.achieveforms-container input.fieldInput:focus,
.achieveforms-container select.fieldInput:focus,
.achieveforms-container textarea.fieldInput:focus {
  border: 2px solid #007276 !important;
  box-shadow: 0 0 0 3px rgba(0,114,118,0.15) !important;
  -webkit-box-shadow: 0 0 0 3px rgba(0,114,118,0.15) !important;
  outline: none !important;
  background-color: #FFFFFF !important;
}
.achieveforms-container textarea.fieldInput {
  min-height: 100px !important;
  resize: none !important;
  padding-top: 12px !important;
  line-height: 1.5 !important;
}
.achieveforms-container select.fieldInput {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 16px !important;
  padding-right: 40px !important;
  cursor: pointer !important;
}
.achieveforms-container select.fieldInput option {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 14px !important;
  color: #111827 !important;
  background: #FFFFFF !important;
  padding: 10px 14px !important;
}
.achieveforms-container select.fieldInput option:checked,
.achieveforms-container select.fieldInput option:hover {
  background: #EAF6F6 !important;
  color: #007276 !important;
}
.achieveforms-container input[type="date"].fieldInput,
.achieveforms-container input[type="time"].fieldInput,
.achieveforms-container input[type="datetime-local"].fieldInput {
  cursor: pointer !important;
}
.achieveforms-container input[type="number"].fieldInput {
  --moz-appearance: auto !important;
  padding-right: 4px !important;
}
.achieveforms-container input[type="number"].fieldInput::-webkit-inner-spin-button,
.achieveforms-container input[type="number"].fieldInput::-webkit-outer-spin-button {
  -webkit-appearance: auto !important;
  opacity: 1 !important;
  cursor: pointer !important;
}
.achieveforms-container input[type="password"].fieldInput {
  letter-spacing: 2px !important;
}

/* ══════════════════════════════════════════════════════════
   FIELDSET
   ══════════════════════════════════════════════════════════ */
.achieveforms-container fieldset.fieldInput {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  min-height: unset !important;
  background: none !important;
  box-shadow: none !important;
  padding-bottom: 1em !important;
}

/* ══════════════════════════════════════════════════════════
   CHECKBOX & RADIO
   ══════════════════════════════════════════════════════════ */
.achieveforms-container fieldset.checkbox.vertical,
.achieveforms-container fieldset.radio.vertical {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 4px 0 !important;
}
.achieveforms-container .checkbox-wrapper, .achieveforms-container .radio-wrapper {
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  row-gap: 10px;
  margin-top: 10px !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
}
.achieveforms-container input.check2 {
  accent-color: #007276 !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  margin: 0 4px 0 0 !important;
  vertical-align: middle !important;
  appearance: auto !important;
  -webkit-appearance: auto !important;
  transform: scale(1.3) !important;
  transform-origin: center !important;
}
.achieveforms-container input.radio2 {
  accent-color: #007276 !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  margin: 0 4px 0 0 !important;
  vertical-align: middle !important;
  appearance: auto !important;
  -webkit-appearance: auto !important;
  transform: scale(1.3) !important;
  transform-origin: center !important;
}
.achieveforms-container label.checkbox-label,
.achieveforms-container label.radio-label {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #111827 !important;
  cursor: pointer !important;
  margin: 2px !important;
  line-height: 1.4 !important;
}

input[type=checkbox] + label:before,
input[type=radio] + label:before {
  border-color: #007276 !important;
}
input[type=checkbox]:checked + label:before {
  color: #007276 !important;
  border-color: #007276 !important;
}
input[type=radio]:checked + label:before {
  color: #007276 !important;
  background-color: #007276 !important;
  border-color: #007276 !important;
}
fieldset.valid input[type=checkbox] + label:before,
fieldset.valid input[type=radio] + label:before {
  border-color: #007276 !important;
}
.achieveforms-container .field fieldset.fieldInput.valid input[type=checkbox] + label.btn,
.achieveforms-container .field fieldset.fieldInput.valid input[type=radio] + label.btn {
  border-color: #007276 !important;
}
.achieveforms-container .field fieldset.fieldInput.valid input[type=checkbox] + label.btn:hover,
.achieveforms-container .field fieldset.fieldInput.valid input[type=radio] + label.btn:hover {
  color: #ffffff !important;
  background-color: #007276 !important;
}

/* ══════════════════════════════════════════════════════════
   CHECKBOX BUTTONS (horizontal toggle buttons)
   ══════════════════════════════════════════════════════════ */
.achieveforms-container fieldset.checkbox.horizontal {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 4px 0 !important;
}
.achieveforms-container fieldset.checkbox.horizontal .checkbox-wrapper {
  gap: 0 !important;
  position: relative !important;
}
.achieveforms-container fieldset.checkbox.horizontal input.check2 {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  pointer-events: none !important;
}
.achieveforms-container label.checkbox-label.btn {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border: 1.5px solid #D1D5DB !important;
  background: #FFFFFF !important;
  background-image: none !important;
  color: #374151 !important;
  padding: 8px 20px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1.4 !important;
  transition: background 0.15s, border-color 0.15s, color 0.15s !important;
  margin: 0 !important;
}
.achieveforms-container label.checkbox-label.btn:hover {
  border-color: #007276 !important;
  color: #007276 !important;
}
.achieveforms-container fieldset.checkbox.horizontal input.check2:checked + label.checkbox-label.btn {
  background: #007276 !important;
  background-image: none !important;
  color: #FFFFFF !important;
  border-color: #007276 !important;
}

/* ══════════════════════════════════════════════════════════
   SELECT2
   ══════════════════════════════════════════════════════════ */
.achieveforms-container .select2-container .select2-choice {
  border: 1.5px solid #D1D5DB !important;
  border-radius: 10px !important;
  height: 48px !important;
  line-height: 46px !important;
  background: #FFFFFF !important;
  background-image: none !important;
  box-shadow: none !important;
  padding: 0 40px 0 16px !important;
  color: #6B7280 !important;
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 14px !important;
  display: flex !important;
  align-items: center !important;
}
.achieveforms-container .select2-container.select2-dropdown-open .select2-choice {
  border-color: #007276 !important;
  box-shadow: 0 0 0 3px rgba(0,114,118,0.15) !important;
}
.achieveforms-container .select2-container .select2-chosen {
  color: #111827 !important;
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 46px !important;
}
.achieveforms-container .select2-container .select2-choice .select2-arrow {
  background: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 16px !important;
  border-left: none !important;
  width: 36px !important;
  border-radius: 0 10px 10px 0 !important;
}
.achieveforms-container .select2-container .select2-choice .select2-arrow b {
  display: none !important;
}
.achieveforms-container .select2-container-multi .select2-choices {
  border: 1.5px solid #D1D5DB !important;
  border-radius: 10px !important;
  padding: 6px 10px !important;
  background: #FFFFFF !important;
  background-image: none !important;
  min-height: 48px !important;
  box-shadow: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 4px !important;
  cursor: text !important;
}
.achieveforms-container .select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid #007276 !important;
  box-shadow: 0 0 0 3px rgba(0,114,118,0.15) !important;
  outline: none !important;
}
.achieveforms-container .select2-choices .select2-search-choice {
  background: #EAF6F6 !important;
  background-image: none !important;
  color: #007276 !important;
  border: 1px solid #B2DFDF !important;
  border-radius: 6px !important;
  padding: 4px 28px 4px 10px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin: 2px 4px 2px 0 !important;
  line-height: 1.5 !important;
  box-shadow: none !important;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
}
.achieveforms-container .select2-choices .select2-search-choice-close {
  position: absolute !important;
  top: 50% !important;
  right: 8px !important;
  left: auto !important;
  transform: translateY(-50%) !important;
  color: #007276 !important;
  opacity: 0.7 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  display: block !important;
  text-decoration: none !important;
}
.achieveforms-container .select2-choices .select2-search-choice-close:hover {
  opacity: 1 !important;
  color: #005F62 !important;
}
.achieveforms-container .select2-choices .select2-search-field input.select2-input {
  height: auto !important;
  min-height: unset !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 4px 0 !important;
  font-size: 14px !important;
  font-family: 'Poppins', Arial, sans-serif !important;
  background: transparent !important;
  outline: none !important;
  width: auto !important;
  display: inline !important;
}
.select2-drop {
  border: 1px solid #E5E7EB !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.10) !important;
  overflow: hidden !important;
  z-index: 99999 !important;
  margin-top: 4px !important;
  background: #FFFFFF !important;
}
.select2-drop .select2-search {
  display: none !important;
}
.select2-results {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  max-height: 220px !important;
  overflow-y: auto !important;
}
.select2-results li.select2-result-selectable {
  border-bottom: 1px solid #F3F4F6 !important;
  background: transparent !important;
}
.select2-results li.select2-result-selectable:last-child {
  border-bottom: none !important;
}
.select2-results li.select2-result-selectable .select2-result-label {
  padding: 12px 16px !important;
  font-size: 14px !important;
  color: #111827 !important;
  font-family: 'Poppins', Arial, sans-serif !important;
  cursor: pointer !important;
  display: block !important;
  background: transparent !important;
}
.select2-results li.select2-highlighted {
  background: #F3F4F6 !important;
}
.select2-results li.select2-highlighted .select2-result-label {
  background: transparent !important;
  color: #111827 !important;
}
.select2-results li.select2-result-selectable.select2-selected {
  background: transparent !important;
}
.select2-results li.select2-result-selectable.select2-selected .select2-result-label {
  color: #007276 !important;
  font-weight: 600 !important;
  background: transparent !important;
}
.achieveforms-container select.fieldInput[style*="display: none"],
.achieveforms-container select.fieldInput[style*="display:none"],
.achieveforms-container select.select2-hidden-accessible {
  display: none !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.select2-results li.select2-no-results {
  padding: 10px 14px !important;
  color: #9CA3AF !important;
  font-size: 13px !important;
  font-family: 'Poppins', Arial, sans-serif !important;
}

/* ══════════════════════════════════════════════════════════
   ALERTS
   ══════════════════════════════════════════════════════════ */
.achieveforms-container .alert {
  border-radius: 8px !important;
  font-size: 14px !important;
  padding: 14px 18px !important;
  font-family: 'Poppins', Arial, sans-serif !important;
}
.achieveforms-container .alert-info    { background: #EAF2FF !important; border: none !important; border-left: 4px solid #2563EB !important; color: #1D4ED8 !important; }
.achieveforms-container .alert-warning { background: #FFF7ED !important; border: none !important; border-left: 4px solid #F59E0B !important; color: #92400E !important; }
.achieveforms-container .alert-danger  { background: #FEF2F2 !important; border: none !important; border-left: 4px solid #DC2626 !important; color: #991B1B !important; }
.achieveforms-container .alert-success { background: #ECFDF5 !important; border: none !important; border-left: 4px solid #16A34A !important; color: #166534 !important; }
.achieveforms-container .form-error-wrapper {
  display: none !important;
}
.achieveforms-container .form-error-wrapper:not(:empty) {
  display: block !important;
  background: #FEF2F2 !important;
  border: 1px solid #FECACA !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  margin-bottom: 16px !important;
  margin-top: 0 !important;
  font-size: 14px !important;
  color: #991B1B !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.achieveforms-container .form-error-wrapper .glyphicon,
.achieveforms-container .alert .glyphicon {
  display: inline-block !important;
}

/* ══════════════════════════════════════════════════════════
   BUTTONS
   ══════════════════════════════════════════════════════════ */
.popup-button {
    background-color: #007276 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-size: 1em !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    font-weight: 600 !important;
    display: inline-block !important;
    transition: background-color .3s, transform .3s !important;
}

.popup-button:hover {
    color: #fff !important;
    background-color: #005a5d !important;
    transform: translateY(-2px) !important;
}

/* Base AchieveForms Button Styles */
.achieveforms-container .btn.btn-af {
    font-family: 'Poppins', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    padding: 10px 24px !important;
    cursor: pointer !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background-image: none !important;
    transition: background 0.2s, box-shadow 0.2s !important;
    align-items: center !important;
    gap: 8px !important;
    vertical-align: middle !important;
}

/* Next Button */
.achieveforms-container button.nextbutton,
.achieveforms-container .btn.btn-af.nextbutton {
    background: #007276 !important;
    background-color: #007276 !important;
    background-image: none !important;
    color: #FFFFFF !important;
    border: none !important;
}
.achieveforms-container button.nextbutton:hover,
.achieveforms-container .btn.btn-af.nextbutton:hover {
    background: #005F62 !important;
    background-color: #005F62 !important;
    background-image: none !important;
    color: #FFFFFF !important;
    box-shadow: 0 4px 12px rgba(0,114,118,0.3) !important;
}

/* Cancel Button */
.achieveforms-container button.cancelbutton,
.achieveforms-container .btn.btn-af.cancelbutton {
    background: #FEE2E2 !important;
    background-color: #FEE2E2 !important;
    background-image: none !important;
    color: #DC2626 !important;
    border: 1.5px solid transparent !important;
    outline: none !important;
}

.achieveforms-container button.cancelbutton:hover,
.achieveforms-container .btn.btn-af.cancelbutton:hover,
.achieveforms-container button.cancelbutton:focus,
.achieveforms-container .btn.btn-af.cancelbutton:focus {
    background: #FECACA !important;
    background-color: #FECACA !important;
    background-image: none !important;
    color: #DC2626 !important;
    border: 1.5px solid #DC2626 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Previous Button */
.achieveforms-container button.previousbutton,
.achieveforms-container .btn.btn-af.previousbutton {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    background-image: none !important;
    color: #374151 !important;
    border: 1.5px solid #D1D5DB !important;
}
.achieveforms-container button.previousbutton:hover,
.achieveforms-container .btn.btn-af.previousbutton:hover {
    background: #F9FAFB !important;
    background-color: #F9FAFB !important;
    border-color: #9CA3AF !important;
}

/* 1. Hide Cancel button ONLY on Subforms (Standard & Repeatable) */
.achieveforms-container .btn.cancelbutton.repeat-subform-btn,
.render-subform .btn.cancelbutton,
.render-subform-modal .btn.cancelbutton {
    display: none !important;
}

/* 2. Hide Submit button ONLY on standard subforms (Regular & Modal) */
.achieveforms-container .render-subform button.submitbutton,
.achieveforms-container .render-subform .btn.submitbutton,
.achieveforms-container .render-subform-modal button.submitbutton,
.achieveforms-container .render-subform-modal .btn.submitbutton {
    display: none !important;
}

/* 3. Show & style Submit button ONLY on repeat subforms */
.achieveforms-container .btn.btn-af.submitbutton.repeat-subform-btn {
    display: inline-flex !important;
    background: #007276 !important;
    background-color: #007276 !important;
    background-image: none !important;
    color: #FFFFFF !important;
    border: none !important;
}

/* 4. Hover state for repeat subform Submit button */
.achieveforms-container .btn.btn-af.submitbutton.repeat-subform-btn:hover,
.achieveforms-container button.submitbutton:hover {
    background: #005F62 !important;
    background-color: #005F62 !important;
    box-shadow: 0 4px 12px rgba(0,114,118,0.3) !important;
    color: #FFFFFF !important;
}

/* Generic Bootstrap Base Overrides */
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 2px !important;
}

/* Button Bar Wrapper */
.achieveforms-container .fillinButtons-wrapper {
    margin-top: 28px !important;
    padding-top: 20px !important;
    border-top: 1px solid #F3F4F6 !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
}
.achieveforms-container nav.fillinButtons {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.achieveforms-container .fillinButtonsLeft,
.achieveforms-container .fillinButtonsRight {
    float: none !important;
}

/* Save Button */
.fillinButtonsRight .savebutton {
    background: transparent !important;
    color: #007276 !important;
    border: 1px solid #007276 !important;
}
.fillinButtonsRight .savebutton:hover {
    background: #007276 !important;
    color: #ffffff !important;
}
/* ══════════════════════════════════════════════════════════
   NUMBER FIELD — prefix/suffix input group
   ══════════════════════════════════════════════════════════ */
.achieveforms-container .prefix-suffix-mode {
  padding: 0 !important;
  display: block !important;
}
.achieveforms-container .input-group {
  display: table !important;
  border-collapse: separate !important;
  width: 100% !important;
  table-layout: auto !important;
}
.achieveforms-container .input-group-addon {
  display: table-cell !important;
  width: 1% !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  padding: 0 14px !important;
  background: #F9FAFB !important;
  background-image: none !important;
  border: 1.5px solid #D1D5DB !important;
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #6B7280 !important;
  box-sizing: border-box !important;
}
.achieveforms-container .prefix-wrapper.input-group-addon {
  border-right: none !important;
  border-radius: 10px 0 0 10px !important;
}
.achieveforms-container .postfix-wrapper.input-group-addon {
  border-left: none !important;
  border-radius: 0 10px 10px 0 !important;
}
.achieveforms-container input.fieldInput.hasPrefix {
  border-radius: 0 !important;
  border-left: none !important;
}
.achieveforms-container input.fieldInput.hasPostfix {
  border-radius: 0 !important;
  border-right: none !important;
}
.achieveforms-container input.fieldInput.hasPrefix.hasPostfix {
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
}
.achieveforms-container .input-group > input.form-control.fieldInput {
  display: table-cell !important;
  width: 100% !important;
  float: none !important;
}
.achieveforms-container input[type="number"].fieldInput::-webkit-inner-spin-button,
.achieveforms-container input[type="number"].fieldInput::-webkit-outer-spin-button {
  -webkit-appearance: auto !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

.achieveforms-container .input-group:has(input[type="number"]) .prefix-wrapper.input-group-addon,
.achieveforms-container .input-group:has(input[type="number"]) .postfix-wrapper.input-group-addon {
  display: none !important;
}
.achieveforms-container .input-group:has(input[type="number"]) input.fieldInput {
  border-radius: 10px !important;
  border: 1.5px solid #D1D5DB !important;
  display: block !important;
  width: 100% !important;
}

/* ══════════════════════════════════════════════════════════
   RANGE FIELD — NoUiSlider
   ══════════════════════════════════════════════════════════ */
.achieveforms-container .noUi-target {
  height: 6px !important;
  background: #E5E7EB !important;
  border: none !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  margin: 14px 0 !important;
  align-self: center !important;
}
.achieveforms-container .noUi-connects {
  border-radius: 3px !important;
  overflow: hidden !important;
}
.achieveforms-container .noUi-connect {
  background: #007276 !important;
}
.achieveforms-container .noUi-handle {
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  background: #007276 !important;
  background-image: none !important;
  border: 2.5px solid #FFFFFF !important;
  box-shadow: 0 0 0 2px #007276, 0 2px 6px rgba(0,114,118,0.3) !important;
  -webkit-box-shadow: 0 0 0 2px #007276, 0 2px 6px rgba(0,114,118,0.3) !important;
  top: -8px !important;
  right: -11px !important;
  cursor: pointer !important;
}
.achieveforms-container .noUi-handle::before,
.achieveforms-container .noUi-handle::after {
  display: none !important;
}
.achieveforms-container .postfix.range-postfix {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #007276 !important;
  text-align: center !important;
  border: none !important;
  background: none !important;
  cursor: text !important;
}
.achieveforms-container .range-prefix-wrapper.input-group-addon {
  display: table-cell !important;
  width: 1% !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}
.achieveforms-container .prefix.range-prefix {
  display: inline-block !important;
  background: #007276 !important;
  padding: 10px !important;
  color: #FFFFFF !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  font-family: 'Poppins', Arial, sans-serif !important;
  white-space: nowrap !important;
  line-height: 1.4 !important;
}
.achieveforms-container .input-group .noUi-target {
  display: table-cell !important;
  width: 100% !important;
  float: none !important;
  vertical-align: middle !important;
  padding: 0 !important;
  background: #FFFFFF !important;
  border-top: 1.5px solid #D1D5DB !important;
  border-bottom: 1.5px solid #D1D5DB !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 10px 0 0 10px !important;
  box-sizing: border-box !important;
}
.achieveforms-container .input-group .range-postfix-wrapper {
  display: table-cell !important;
  width: 1% !important;
  white-space: nowrap !important;
  float: none !important;
  vertical-align: middle !important;
  text-align: center !important;
  padding: 0 14px !important;
  min-width: 52px !important;
  background: #FFFFFF !important;
  border-top: 1.5px solid #D1D5DB !important;
  border-bottom: 1.5px solid #D1D5DB !important;
  border-right: 1.5px solid #D1D5DB !important;
  border-left: none !important;
  border-radius: 0 10px 10px 0 !important;
  box-sizing: border-box !important;
}

.achieveforms-container .all-sections .field .fieldContent .fieldInput.hasPostfix.hasCurrencyPrefix,
.achieveforms-container .all-sections .field .fieldContent .fieldInput.hasPrefix.hasPostfix,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.hasPostfix.hasCurrencyPrefix,
.achieveforms-container .all-sections .field .fieldContent .prefix-suffix-mode.hasPrefix.hasPostfix {
  border-radius: 6px !important;
}

/* ══════════════════════════════════════════════════════════
   DATE FIELDS
   ══════════════════════════════════════════════════════════ */
.achieveforms-container .input-group.date,
.achieveforms-container .input-group.time,
.achieveforms-container .input-group.datetime {
  display: table !important;
  border-collapse: separate !important;
  width: 100% !important;
  table-layout: auto !important;
}
.achieveforms-container .input-group.date input.fieldInput,
.achieveforms-container .input-group.time input.fieldInput,
.achieveforms-container .input-group.datetime input.fieldInput {
  display: table-cell !important;
  width: 100% !important;
  float: none !important;
  border-right: none !important;
  border-radius: 10px 0 0 10px !important;
}
.achieveforms-container .input-group.date .input-group-addon,
.achieveforms-container .input-group.time .input-group-addon,
.achieveforms-container .input-group.datetime .input-group-addon {
  display: table-cell !important;
  width: 1% !important;
  background: #FFFFFF !important;
  border: 1.5px solid #D1D5DB !important;
  border-left: none !important;
  border-radius: 0 10px 10px 0 !important;
  padding: 0 14px !important;
  vertical-align: middle !important;
  text-align: center !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}
.achieveforms-container input.fieldInput.date,
.achieveforms-container input.fieldInput.datetime {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 18px 18px !important;
  padding-right: 44px !important;
  margin: 0px !important;
}
.achieveforms-container input.fieldInput.time {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 18px 18px !important;
  padding-right: 44px !important;
}
.achieveforms-container .input-group.date input.fieldInput,
.achieveforms-container .input-group.time input.fieldInput,
.achieveforms-container .input-group.datetime input.fieldInput {
  background-image: none !important;
  padding-right: 16px !important;
}
.achieveforms-container .input-group.date:focus-within input.fieldInput,
.achieveforms-container .input-group.time:focus-within input.fieldInput,
.achieveforms-container .input-group.datetime:focus-within input.fieldInput {
  border-color: #007276 !important;
  box-shadow: none !important;
  outline: none !important;
}
.achieveforms-container .input-group.date:focus-within .input-group-addon,
.achieveforms-container .input-group.time:focus-within .input-group-addon,
.achieveforms-container .input-group.datetime:focus-within .input-group-addon {
  border-color: #007276 !important;
}
.achieveforms-container fieldset.fieldInput.dateInput {
  display: flex !important;
  flex-direction: row !important;
  gap: 8px !important;
  align-items: center !important;
  height: auto !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  width: 63.66667% !important;
}
.achieveforms-container .separatedDateFieldLabel {
  display: none !important;
}
.achieveforms-container fieldset.dateInput {
  display: flex !important;
  flex-direction: row !important;
  gap: 8px !important;
  align-items: center !important;
  height: auto !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}
.achieveforms-container input.displayAsSeparated.subField {
  font-family: 'Poppins', Arial, sans-serif !important;
  height: 48px !important;
  border: 1.5px solid #D1D5DB !important;
  border-radius: 10px !important;
  padding: 0 12px !important;
  font-size: 14px !important;
  color: #111827 !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
  text-align: center !important;
  float: none !important;
  margin-right: 0 !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}
.achieveforms-container input.displayAsSeparated.subField.day   { flex: 0.2 !important; }
.achieveforms-container input.displayAsSeparated.subField.month { flex: 0.2 !important; }
.achieveforms-container input.displayAsSeparated.subField.year  { flex: 0.2 !important; }
.achieveforms-container input.displayAsSeparated.subField:focus {
  border-color: #007276 !important;
  box-shadow: 0 0 0 3px rgba(0, 114, 118, 0.15) !important;
}

.achieveforms-container .bootstrap-datetimepicker-widget {
  font-family: 'Poppins', Arial, sans-serif !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10) !important;
  padding: 12px !important;
  background: #FFFFFF !important;
  z-index: 99999 !important;
  overflow: hidden !important;
}
.achieveforms-container .bootstrap-datetimepicker-widget table th {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #374151 !important;
  padding: 5px !important;
  border-radius: 6px !important;
}
.achieveforms-container .bootstrap-datetimepicker-widget table td {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 13px !important;
  color: #374151 !important;
  padding: 3px !important;
}
.achieveforms-container .bootstrap-datetimepicker-widget table td.day {
  border-radius: 6px !important;
  cursor: pointer !important;
  width: 30px !important;
  height: 30px !important;
}
.achieveforms-container .bootstrap-datetimepicker-widget table td.day:hover {
  background: #EAF6F6 !important;
  color: #007276 !important;
}
.achieveforms-container .bootstrap-datetimepicker-widget table td.active,
.achieveforms-container .bootstrap-datetimepicker-widget table td.active:hover {
  background: #007276 !important;
  background-image: none !important;
  color: #FFFFFF !important;
  border-radius: 6px !important;
  text-shadow: none !important;
}
.achieveforms-container .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #007276 !important;
}
.achieveforms-container .bootstrap-datetimepicker-widget table th.prev:hover,
.achieveforms-container .bootstrap-datetimepicker-widget table th.next:hover {
  background: #F3F4F6 !important;
  border-radius: 6px !important;
}
.achieveforms-container .bootstrap-datetimepicker-widget .timepicker-hour,
.achieveforms-container .bootstrap-datetimepicker-widget .timepicker-minute {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #111827 !important;
  font-family: 'Poppins', Arial, sans-serif !important;
}
.achieveforms-container .bootstrap-datetimepicker-widget a[data-action] { color: #007276 !important; }
.achieveforms-container .bootstrap-datetimepicker-widget table td span.active {
  background: #007276 !important;
  background-image: none !important;
  text-shadow: none !important;
}

/* ══════════════════════════════════════════════════════════
   MAP FIELD — Leaflet.js
   ══════════════════════════════════════════════════════════ */
.achieveforms-container .map-holder,
.achieveforms-container .leaflet-container {
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid #E5E7EB !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06) !important;
}
.achieveforms-container .geocoder-control-input {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 13px !important;
  border: 1.5px solid #D1D5DB !important;
  border-radius: 8px !important;
  padding: 7px 12px !important;
  background: #FFFFFF !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  height: auto !important;
  outline: none !important;
}
.achieveforms-container .geocoder-control-input:focus { border-color: #007276 !important; }
.achieveforms-container .leaflet-bar a { background: #FFFFFF !important; color: #374151 !important; border-color: #E5E7EB !important; }
.achieveforms-container .leaflet-bar a:hover { background: #F9FAFB !important; color: #007276 !important; }

/* ══════════════════════════════════════════════════════════
   SPECIAL FIELDS — Lookup / Action Button / Upload
   ══════════════════════════════════════════════════════════ */
.achieveforms-container .fieldInput-wrapper {
  width: 60% !important;
  padding: 0 !important;
}
.achieveforms-container button.field-btn,
.achieveforms-container button.btn-default.field-btn {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  background: #FFFFFF !important;
  background-image: none !important;
  border: 1.5px solid #007276 !important;
  color: #007276 !important;
  border-radius: 8px !important;
  padding: 10px 22px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  height: auto !important;
  line-height: 1.4 !important;
}
.achieveforms-container button.field-btn:hover { background: #EAF6F6 !important; background-image: none !important; }
.achieveforms-container button.field-btn:focus { outline: 2px solid #007276 !important; outline-offset: 2px !important; background: #EAF6F6 !important; }

.achieveforms-container .resumable-drop {
  border: 2px dashed #D1D5DB !important;
  border-radius: 10px !important;
  padding: 18px 16px !important;
  background: #FAFAFA !important;
  transition: border-color 0.2s, background 0.2s !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  position: relative !important;
}
.achieveforms-container .resumable-drop:hover { border-color: #007276 !important; background: #F0FAFA !important; }
.achieveforms-container .upload-button.btn-af,
.achieveforms-container .btn.btn-sm.btn-af.upload-button {
  background: #007276 !important;
  background-image: none !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 7px 14px !important;
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: background 0.15s, box-shadow 0.15s !important;
  line-height: 1.4 !important;
}
.achieveforms-container .upload-button.btn-af:hover { background: #005F62 !important; background-image: none !important; }
.achieveforms-container .progress-container { background: #E5E7EB !important; border-radius: 4px !important; height: 6px !important; overflow: hidden !important; }
.achieveforms-container .progress-bar { background: #007276 !important; height: 100% !important; border-radius: 4px !important; }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .achieveforms-container { padding: 24px !important; }
  .achieveforms-container h1.formName { font-size: 26px !important; }
}
@media (max-width: 600px) {
  #page-container { padding: 0px !important; }
  .achieveforms-container { padding: 16px !important; border-radius: 12px !important; }
  .achieveforms-container h1.formName { font-size: 22px !important; }
  .achieveforms-container ul.nav.nav-tabs {
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    margin-top: 10px !important;
  }
  .achieveforms-container input.fieldInput.col-sm-7,
  .achieveforms-container textarea.fieldInput.col-sm-7,
  .achieveforms-container select.fieldInput.col-sm-7,
  .achieveforms-container fieldset.fieldInput.col-sm-7,
  .achieveforms-container .select2-container.col-sm-7 {width: 100% !important; overflow: auto !important;}
  .achieveforms-container .prefix-suffix-mode.col-sm-7 { width: 100% !important;}
  .achieveforms-container ul.nav.nav-tabs::-webkit-scrollbar { display: none !important; }
  .achieveforms-container nav.fillinButtons { flex-direction: column-reverse !important; }
  .achieveforms-container .btn.btn-af { width: 100% !important; justify-content: center !important; margin-top: 10px !important; }
  .achieveforms-container .fillinButtonsLeft,
  .achieveforms-container .fillinButtonsRight { width: 100% !important; }
  .achieveforms-container [class*="col-sm-"] {float: none !important;max-width: 100% !important;}
  .achieveforms-container .col-xs-12 { width: 100% !important; float: none !important; }
  .achieveforms-container label.fieldName { padding-top: 0 !important; margin-bottom: 4px !important; }
}

/* =====================================================
   LOGIN FORM
   Targets #localAccountForm (Azure AD B2C login page).
   ===================================================== */
#localAccountForm, #localAccountForm * { font-family: 'Poppins', Arial, sans-serif !important; box-sizing: border-box !important; }
  .login-form .heading h1 { font-family: 'Poppins', Arial, sans-serif !important; font-size: 28px !important; font-weight: 700 !important; color: #111827 !important; margin: 0 0 8px !important; padding: 0 !important; line-height: 1.25 !important; letter-spacing: -0.3px !important; }
  #localAccountForm .intro h2 { font-family: 'Poppins', Arial, sans-serif !important; font-size: 14px !important; font-weight: 400 !important; color: #6B7280 !important; margin: 0 0 24px !important; padding: 0 !important; line-height: 1.5 !important; }
  #localAccountForm, #attributeVerification, #localAccountForm input, #attributeVerification input, #localAccountForm label, #attributeVerification label { font-family: 'Poppins', Arial, sans-serif !important; text-align: left !important; }
  #localAccountForm input, #attributeVerification input { background-color: #ffffff !important; color: #111827 !important; border: 1px solid #D1D5DB !important; border-radius: 8px !important; }
  #localAccountForm input:focus, #attributeVerification input:focus { border-color: #007276 !important; box-shadow: 0 0 0 2px rgba(0,114,118,0.15) !important; outline: none !important; }
  .btn:hover, #passwordtoggler, #newPasswordtoggler, #reenterPasswordtoggler { border: 1px solid #D1D5DB !important; border-radius: 6px !important; outline: 2px solid #007276; }
  #next { background-color: #007276 !important; color: #ffffff !important; border-color: #007276 !important; margin: 2px !important; }
  #next:hover, #next:focus { background-color: #005F62 !important; border-color: #005F62 !important; }
  .login-form#api.heading>h1, .heading h1 { font-family: 'Poppins', Arial, sans-serif !important; }
  @media (max-width: 768px) {
    #localAccountForm input[type="text"], #localAccountForm input[type="password"], #localAccountForm input[type="email"] { font-size: 16px !important; height: 48px !important; }
    #localAccountForm input#password+div { margin-top: -48px !important; height: 48px !important; }
    .login-form .heading h1 { font-size: 24px !important; }
    #localAccountForm .intro h2 { font-size: 13px !important; margin-bottom: 20px !important; }
    #localAccountForm .entry-item { margin-bottom: 14px !important; }
  }
  @media (max-width: 480px) { .login-form .heading h1 { font-size: 22px !important; } #localAccountForm .buttons { margin-top: 16px !important; } }
  #localAccountForm #passwordtoggler .fa, #localAccountForm #passwordtoggler i.fa { font-size: 0 !important; color: transparent !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 20px !important; height: 20px !important; }
  #localAccountForm #passwordtoggler .fa-eye::before, #localAccountForm #passwordtoggler i.fa-eye::before { content: '' !important; display: block !important; width: 18px !important; height: 18px !important; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23007276' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") !important; background-repeat: no-repeat !important; background-position: center !important; background-size: contain !important; }
  #localAccountForm #passwordtoggler .fa-eye-slash::before, #localAccountForm #passwordtoggler i.fa-eye-slash::before { content: '' !important; display: block !important; width: 18px !important; height: 18px !important; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23007276' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.94 17.94A10.07 10.07 0 0112 20c-7 0-11-8-11-8a18.45 18.45 0 015.06-5.94M9.9 4.24A9.12 9.12 0 0112 4c7 0 11 8 11 8a18.5 18.5 0 01-2.16 3.19m-6.72-1.07a3 3 0 11-4.24-4.24'/%3E%3Cline x1='1' y1='1' x2='23' y2='23'/%3E%3C/svg%3E") !important; background-repeat: no-repeat !important; background-position: center !important; background-size: contain !important; }

/* =====================================================
   SIGN-UP FORM
   Targets #api / .login-form (Azure AD B2C sign-up page).
   ===================================================== */
#api, #api *, .login-form, .login-form * { font-family: 'Poppins', Arial, sans-serif !important; }
  #api .heading h1, .login-form .heading h1 { font-family: 'Poppins', Arial, sans-serif !important; }
  #api .intro p, #api .intro ul, #api .intro li, #api .intro b { font-family: 'Poppins', Arial, sans-serif !important; }
  #api label, #attributeVerification label { font-family: 'Poppins', Arial, sans-serif !important; }
  #api input.textInput, #attributeVerification input.textInput { font-family: 'Poppins', Arial, sans-serif !important; }
  #api input.textInput::placeholder { font-family: 'Poppins', Arial, sans-serif !important; }
  #api input.textInput::-webkit-input-placeholder { font-family: 'Poppins', Arial, sans-serif !important; }
  #api input.textInput::-moz-placeholder { font-family: 'Poppins', Arial, sans-serif !important; }
  #api input.textInput:-ms-input-placeholder { font-family: 'Poppins', Arial, sans-serif !important; }
  #api .btn, #attributeVerification .btn, #api button { font-family: 'Poppins', Arial, sans-serif !important; }
  #api .error, #api .error p { font-family: 'Poppins', Arial, sans-serif !important; }
  #api .helpLink { font-family: 'Poppins', Arial, sans-serif !important; }

/* =====================================================
   FILTERED SERVICES LIST
   Applied when a category tab is active.
   display is intentionally omitted — JS toggles inline
   display:none to show/hide; this CSS only styles layout.
   ===================================================== */
/* display is intentionally omitted — JS controls show/hide by toggling inline display:none */
  .row.filtered-services { margin-left: -8px !important; margin-right: -8px !important; }
  .row.filtered-services::before, .row.filtered-services::after { display: none !important; content: none !important; }
  /* children confirmed as col-sm-6; use [class*="col-"] to cover any variant */
  .row.filtered-services > [class*="col-"] { padding-left: 8px !important; padding-right: 8px !important; margin-bottom: 16px !important; box-sizing: border-box !important; }
  .row.filtered-services > [class*="col-"] > .row { display: block !important; overflow: hidden !important; background: #ffffff !important; border-radius: 16px !important; border: 1.5px solid #D0D5D5 !important; padding: 20px 18px !important; margin: 0 0 10px !important; box-sizing: border-box !important; transition: border-color 0.2s ease !important; }
  .row.filtered-services > [class*="col-"] > .row:hover { border-color: #01646A !important; }
  .row.filtered-services > [class*="col-"] > .row::before { display: table !important; content: '' !important; }
  .row.filtered-services > [class*="col-"] > .row::after { display: table !important; content: '' !important; clear: both !important; }
  .row.filtered-services > [class*="col-"] > .row > [class*="col-sm-2"], .row.filtered-services > [class*="col-"] > .row > [class*="col-md-1"] { padding-left: 0 !important; padding-right: 10px !important; }
  .row.filtered-services .serviceColumnLetter { font-family: 'Poppins', Arial, sans-serif !important; font-size: 22px !important; font-weight: 700 !important; color: #01646A !important; margin: 0 !important; padding: 0 !important; line-height: 1.2 !important; display: block !important; background: none !important; box-shadow: none !important; border: none !important; letter-spacing: 0 !important; }
  .row.filtered-services > [class*="col-"] > .row > [class*="col-sm-10"], .row.filtered-services > [class*="col-"] > .row > [class*="col-md-10"] { padding-left: 4px !important; padding-right: 0 !important; }
  .row.filtered-services ul.services, .row.filtered-services ul.services.list-unstyled { list-style: none !important; margin: 0 !important; padding: 0 !important; display: block !important; }
  .row.filtered-services ul.services > li { display: block !important; width: 100% !important; float: none !important; margin: 0 !important; padding: 0 !important; background: transparent !important; border: none !important; border-bottom: 1px solid #F2F4F4 !important; list-style: none !important; box-sizing: border-box !important; }
  .row.filtered-services ul.services > li:last-child { border-bottom: none !important; }
  .row.filtered-services ul.services > li > a, .row.filtered-services ul.services > li > a.form-name { display: block !important; font-family: 'Poppins', Arial, sans-serif !important; font-size: 14px !important; font-weight: 500 !important; color: #111827 !important; text-decoration: none !important; padding: 0 4px !important; margin-bottom: 10px !important; line-height: 1.45 !important; background: transparent !important; border: none !important; transition: color 0.15s ease !important; white-space: normal !important; word-break: break-word !important; box-sizing: border-box !important; }
  .row.filtered-services ul.services > li > a:hover, .row.filtered-services ul.services > li > a.form-name:hover { color: #01646A !important; text-decoration: none !important; background: transparent !important; }
  .row.filtered-services ul.services > li > a > span, .row.filtered-services ul.services > li > a.form-name > span { font-family: 'Poppins', Arial, sans-serif !important; font-size: inherit !important; font-weight: inherit !important; color: inherit !important; display: inline !important; background: none !important; }
  @media (max-width: 599px) { .row.filtered-services { margin-left: 0 !important; margin-right: 0 !important; } .row.filtered-services > [class*="col-"] { width: 100% !important; max-width: 100% !important; float: none !important; padding-left: 0 !important; padding-right: 0 !important; margin-bottom: 12px !important; } .row.filtered-services > [class*="col-"] > .row { border-radius: 12px !important; padding: 14px 12px !important; } .row.filtered-services .serviceColumnLetter { font-size: 19px !important; } .row.filtered-services ul.services > li > a { font-size: 13px !important; } }

/* =====================================================
   FORM CANCEL POPUP (ui-pnotify)
   Shown when a user clicks "Cancel" inside a form.
   ===================================================== */
.ui-pnotify.ui-pnotify-in { position: fixed !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; width: 100% !important; height: 100% !important; display: flex !important; align-items: center !important; justify-content: center !important; background: rgba(13,40,69,0.5) !important; z-index: 99999 !important; padding: 16px !important; box-sizing: border-box !important; }
  .ui-pnotify.ui-pnotify-in .ui-pnotify-container { background: #ffffff !important; border: none !important; border-radius: 12px !important; box-shadow: 0 20px 60px rgba(13,40,69,0.2) !important; padding: 32px 28px 24px !important; width: 100% !important; max-width: 460px !important; height: auto !important; min-height: unset !important; box-sizing: border-box !important; }
  .ui-pnotify.ui-pnotify-in .alert-warning { background: #ffffff !important; border-color: transparent !important; color: #0D2845 !important; }
  .ui-pnotify-text { font-family: 'Poppins', Arial, sans-serif !important; font-size: 15px !important; font-weight: 500 !important; color: #0D2845 !important; text-align: center !important; margin-bottom: 24px !important; line-height: 1.6 !important; }
  .ui-pnotify-action-bar { display: flex !important; flex-wrap: wrap !important; justify-content: flex-end !important; gap: 8px !important; }
  .ui-pnotify-action-button { font-family: 'Poppins', Arial, sans-serif !important; font-size: 13px !important; font-weight: 500 !important; border-radius: 6px !important; padding: 9px 18px !important; cursor: pointer !important; transition: all 0.2s !important; white-space: nowrap !important; line-height: 1.4 !important; }
  .ui-pnotify-action-button.btn-danger { background: transparent !important; color: #DC2626 !important; border: 1px solid #DC2626 !important; }
  .ui-pnotify-action-button.btn-danger:hover { background: #DC2626 !important; color: #ffffff !important; }
  .ui-pnotify-action-button.btn-success { background: #007276 !important; color: #ffffff !important; border: 1px solid #007276 !important; }
  .ui-pnotify-action-button.btn-success:hover { background: #005a5d !important; border-color: #005a5d !important; }
  .ui-pnotify-action-button.btn-default { background: #F3F4F6 !important; color: #6B7280 !important; border: 1px solid #E5E7EB !important; }
  .ui-pnotify-action-button.btn-default:hover { background: #E5E7EB !important; }
  @media (max-width: 1024px) and (min-width: 768px) { .ui-pnotify.ui-pnotify-in .ui-pnotify-container { max-width: 440px !important; padding: 28px 24px 22px !important; } }
  @media (max-width: 767px) and (min-width: 600px) { .ui-pnotify.ui-pnotify-in .ui-pnotify-container { max-width: 420px !important; padding: 24px 20px 20px !important; } .ui-pnotify-text { font-size: 14px !important; } .ui-pnotify-action-button { font-size: 13px !important; padding: 8px 16px !important; } }
  @media (max-width: 599px) and (min-width: 480px) { .ui-pnotify.ui-pnotify-in { padding: 12px !important; } .ui-pnotify.ui-pnotify-in .ui-pnotify-container { padding: 22px 18px 18px !important; border-radius: 10px !important; } .ui-pnotify-text { font-size: 14px !important; margin-bottom: 20px !important; } .ui-pnotify-action-bar { justify-content: center !important; } .ui-pnotify-action-button { font-size: 12px !important; padding: 8px 14px !important; } }
  @media (max-width: 479px) { .ui-pnotify.ui-pnotify-in { padding: 12px !important; align-items: flex-end !important; } .ui-pnotify.ui-pnotify-in .ui-pnotify-container { padding: 20px 16px 16px !important; border-radius: 12px 12px 0 0 !important; max-width: 100% !important; } .ui-pnotify-text { font-size: 14px !important; margin-bottom: 18px !important; } .ui-pnotify-action-bar { flex-direction: column !important; justify-content: stretch !important; gap: 8px !important; } .ui-pnotify-action-button { width: 100% !important; font-size: 13px !important; padding: 10px 16px !important; text-align: center !important; } }
  @media (max-width: 375px) { .ui-pnotify.ui-pnotify-in .ui-pnotify-container { padding: 18px 14px 14px !important; } .ui-pnotify-text { font-size: 13px !important; } .ui-pnotify-action-button { font-size: 12px !important; padding: 9px 14px !important; } }

/* =====================================================
ANONYMOUS LOGIN SCREEN
   ===================================================== */
#anonymousLoginScreen .btn-custom
{
    background-color: #007276 !important;
    color: #fff !important;
    margin-top: 15px !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-size: 1em !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    font-weight: 600 !important;
    display: inline-block !important;
    transition: background-color .3s, transform .3s !important;
}
#anonymousLoginScreen .btn-custom:focus,
#anonymousLoginScreen .btn-custom:hover {
    color: #fff !important;
    background-color: #005a5d !important;
    transform: translateY(-2px) !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #01646a;
    padding: 8px 20px !important;
    text-decoration: none !important;
    font-size: 1em !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    font-weight: 600 !important;
    display: inline-block !important;
    transition: background-color .3s, transform .3s !important;
}
a#btn-register:hover, a#btn-register:focus {
    color: #fff !important;
    background-color: #005a5d !important;
    transform: translateY(-2px) !important;
    text-decoration: none;
    border: none !important;
}

/* SPACERS OFF*/
[data-type="spacer"] {
    display: none !important;
}