/* ---- sweb.css  (Bootstrap 5 optimized) ---- */

h1, h2, h3{
   font-family: 'Noto Serif', Georgia, "Times New Roman", serif;
   color: #224286;
    line-height: 1.3em;
}
h1{
  font-size:50px;
  text-align: center;
}

@media (min-width: 802px) {
    body.padTop53 {
        padding-top: 100px;
    }
}
.img-responsive-inline{
  height:80px;
  max-width:300px;
}

img[src*="placeholder.jpg"] {
  display: none !important;
}


/* Page baseline */
body {
  background-color: #f8f9fa;
  background-image:none !important;
  /*font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;*/
  font-weight: normal;
}

html {
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

@supports (scrollbar-gutter: stable) {
  html {
    overflow-y: auto;
    scrollbar-gutter: stable;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  color: #1f2937;

}

h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
  color: #224286;
  line-height: 1.3em;
  font-weight: 600;
}

p {
  margin: 0 0 1rem 0;
}

small,
.small {
  font-size: 0.92em;
}

input,
select,
textarea,
button,
.form-control,
.form-select,
.btn {
  font-size: 1rem;
}

.table {
  font-size: 0.98rem;
}

.table th,
.table td {
  padding: 0.6rem 0.75rem;
  vertical-align: middle;
}
.inner{
  background: #fff;
  padding: 2rem;
  border:0;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}
.panel-insidePageContent{
  max-width: 50vw;
    align-items: center;
    margin: 20px auto;
  /*min-height:70vh;*/
  background: #fff;
  padding: 2rem;
  border:0;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}
.panel-insidePageContent .panel-insidePageContent {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

#content > div.inner > form > center > h1{
  color:#e15a88!important;
}

body > nav > div.navbar-header > a > img{ /* ugly thumbnail*/
  display:none;
}
.dropdown-menu{
  font-size:18px;
}
/* Keep sticky, but prevent collapse overlap on mobile */
@media (max-width: 767px) {
  nav.navbar.nav-clients,
  nav.navbar.nav-homepage {
    position: sticky !important;
    top: 50px; /* your offset */
    z-index: 10000 !important;
  }

  /* Push the dropdown panel below the navbar-header area */
  nav.navbar.nav-clients .navbar-collapse,
  nav.navbar.nav-homepage .navbar-collapse {
    margin-top: 50px !important; /* adjust if your header is taller */
    background: #222; /* match navbar-inverse */
  }
}


/* Header social bar (CSS-only icons + GoDaddy removed + mobile safety) */

#GoDaddySSLSeal{
  display: none !important;
}

.social-bar {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 12px;
}

.social-bar a {
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #739b71;
  text-decoration: none;
  transition: background-color 160ms ease, transform 160ms ease;
}

.social-bar a:hover {
  background-color: #1a3266;
  transform: translateY(-1px);
}

/* Hide old image icons (do not affect other images, only these social ones) */
.social-bar a img.fbMediaIcon,
.social-bar a img.socialMediaIcon,
.social-bar a img[src*="/include/images/socialnetworking/"] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Base mask styles for social icon links only */
.social-bar a[href*="facebook"]::before,
.social-bar a[href*="twitter"]::before,
.social-bar a[href*="instagram"]::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

/* Facebook */
.social-bar a[href*="facebook"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M279.14 288l14.22-92.66h-88.91V127.41c0-25.35 12.42-50.06 52.24-50.06H295V6.26S259.36 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.2V288z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M279.14 288l14.22-92.66h-88.91V127.41c0-25.35 12.42-50.06 52.24-50.06H295V6.26S259.36 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.2V288z'/%3E%3C/svg%3E");
}

/* Twitter / X */
.social-bar a[href*="twitter"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M459.4 151.7c.32 4.54.32 9.1.32 13.69 0 139.1-105.9 299.5-299.5 299.5-59.45 0-114.68-17.22-161.14-47.11 8.44.97 16.57 1.29 25.34 1.29 49.06 0 94.21-16.57 130.3-44.83-46.06-.97-84.79-31.19-98.11-72.77 6.5.97 12.99 1.62 19.82 1.62 9.42 0 18.84-1.29 27.61-3.6-48.41-9.75-84.79-52.04-84.79-102.99v-1.29c13.97 7.82 30.21 12.67 47.43 13.32-28.3-18.84-46.78-51.03-46.78-87.39 0-19.51 5.2-37.36 14.29-52.95 51.97 63.7 129.3 105.26 216.37 109.8-1.62-7.82-2.6-15.97-2.6-24.12 0-57.83 46.78-104.93 104.93-104.93 30.21 0 57.5 12.67 76.67 33.14 23.72-4.54 46.44-13.32 66.6-25.34-7.82 24.44-24.44 44.83-46.06 57.83 21.12-2.26 41.5-8.11 60.34-16.24-14.29 20.79-32.16 39.31-52.63 54.25z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M459.4 151.7c.32 4.54.32 9.1.32 13.69 0 139.1-105.9 299.5-299.5 299.5-59.45 0-114.68-17.22-161.14-47.11 8.44.97 16.57 1.29 25.34 1.29 49.06 0 94.21-16.57 130.3-44.83-46.06-.97-84.79-31.19-98.11-72.77 6.5.97 12.99 1.62 19.82 1.62 9.42 0 18.84-1.29 27.61-3.6-48.41-9.75-84.79-52.04-84.79-102.99v-1.29c13.97 7.82 30.21 12.67 47.43 13.32-28.3-18.84-46.78-51.03-46.78-87.39 0-19.51 5.2-37.36 14.29-52.95 51.97 63.7 129.3 105.26 216.37 109.8-1.62-7.82-2.6-15.97-2.6-24.12 0-57.83 46.78-104.93 104.93-104.93 30.21 0 57.5 12.67 76.67 33.14 23.72-4.54 46.44-13.32 66.6-25.34-7.82 24.44-24.44 44.83-46.06 57.83 21.12-2.26 41.5-8.11 60.34-16.24-14.29 20.79-32.16 39.31-52.63 54.25z'/%3E%3C/svg%3E");
}

/* Instagram */
.social-bar a[href*="instagram"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9 114.9-51.3 114.9-114.9S287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7 0-41.1 33.5-74.7 74.7-74.7 41.1 0 74.7 33.5 74.7 74.7 0 41.1-33.6 74.7-74.7 74.7zM370.5 136.9c0 14.9-12.1 27-27 27s-27-12.1-27-27 12.1-27 27-27 27 12.1 27 27zM398.8 80c-1.7-35.2-9.9-66.4-36.2-92.6C336.4-38.9 305.2-47.1 270 -48.8 233.8-50.5 214.2-50.5 178-48.8c-35.2 1.7-66.4 9.9-92.6 36.2C59.2-38.9 51-7.7 49.3 27.5 47.6 63.7 47.6 83.3 49.3 119.5c1.7 35.2 9.9 66.4 36.2 92.6 26.2 26.2 57.4 34.4 92.6 36.2 36.2 1.7 55.8 1.7 92 0 35.2-1.7 66.4-9.9 92.6-36.2 26.2-26.2 34.4-57.4 36.2-92.6 1.7-36.2 1.7-55.8 0-92z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9 114.9-51.3 114.9-114.9S287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7 0-41.1 33.5-74.7 74.7-74.7 41.1 0 74.7 33.5 74.7 74.7 0 41.1-33.6 74.7-74.7 74.7zM370.5 136.9c0 14.9-12.1 27-27 27s-27-12.1-27-27 12.1-27 27-27 27 12.1 27 27zM398.8 80c-1.7-35.2-9.9-66.4-36.2-92.6C336.4-38.9 305.2-47.1 270 -48.8 233.8-50.5 214.2-50.5 178-48.8c-35.2 1.7-66.4 9.9-92.6 36.2C59.2-38.9 51-7.7 49.3 27.5 47.6 63.7 47.6 83.3 49.3 119.5c1.7 35.2 9.9 66.4 36.2 92.6 26.2 26.2 57.4 34.4 92.6 36.2 36.2 1.7 55.8 1.7 92 0 35.2-1.7 66.4-9.9 92.6-36.2 26.2-26.2 34.4-57.4 36.2-92.6 1.7-36.2 1.7-55.8 0-92z'/%3E%3C/svg%3E");
}

/* Contact/phone text */
.social-bar span {
  flex: 0 1 auto;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin-left: 8px;
  font-size: 0.95rem;
  line-height: 1.2;
}

.social-bar span a {
  width: auto !important;
  height: auto !important;
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-left: 6px;
  color: #d52e77;
  transform: none !important;
  font-weight: 600;
}

.social-bar span a::before {
  display: none !important;
}

/* Mobile safety */
@media (max-width: 600px) {
  .social-bar {
    gap: 10px;
    justify-content: center;
  }

  .social-bar span {
    display: none;
  }

  .social-bar a {
    width: 32px;
    height: 32px;
  }
}



/* Centered login form */
.login-form-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fafafa 0%, #eaeaea 100%);
}

.login-form {
  width: 100%;
  max-width: 400px;
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

/* Inputs and selects */
.login-form input,
.login-form select {
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 0.6rem 0.75rem;
}
.input-group-addon{
  background:none;
  border:0;
}
.input-group .form-control{
  padding:24px;
  background: #f2f2f2;
  border: 0;
  box-shadow: none;
}

/* Buttons and Dashboard */
.btn-primary {
  background-color: #e31c79;
  border: none;
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #c01567;
}

.quick-btn span, .dashboard-card h6, #menu ul a {
    font-size: 16px;
    line-height: 1.15;
}
.quick-btn .label {
    font-size: 13px;
    font-weight: 400;
}

.btn {
    padding: 8px 30px;
    margin-bottom: 30px;
      border-radius:50px;
  }

.well {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

/** Family Feature Form **/
  #family-feature-form {
  max-width: 1100px;
  margin: 0 auto;
}

#feature_sheet .row {
  margin-left: 0;
  margin-right: 0;
}

#family-feature-form .form-group {
  margin-bottom: 1.15rem;
}

#family-feature-form label {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-weight: 600;
}

#family-feature-form .form-control {
  height: auto;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 10px;
}

#family-feature-form textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

#family-feature-form .input-group {
  width: 100%;
}

#family-feature-form .input-group-addon {
  width: auto;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

#family-feature-form .input-group .form-control:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#family-feature-form .input-group-addon:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#family-feature-form .well {
  border-radius: 12px;
  padding: 10px 14px;
  margin-bottom: 1rem;
}

#family-feature-form .btn {
  border-radius: 10px;
  padding: 10px 16px;
}

#family-feature-form input[type="radio"] {
  transform: translateY(1px);
  margin-right: 6px;
}

#family-feature-form .row > .col-xs-2 {
  display: none;
}

@media (min-width: 992px) {
  #family-feature-form .row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    align-items: flex-start;
  }

  #family-feature-form .row > [class*="col-"] {
    float: none;
  }

  #family-feature-form .row > .col-md-4,
  #family-feature-form .row > .col-sm-3,
  #family-feature-form .row > .col-sm-6,
  #family-feature-form .row > .col-md-6 {
    width: calc(50% - 12px);
    max-width: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
  }

  #family-feature-form .row > .col-md-8,
  #family-feature-form .row > .col-md-10 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  #childrenSection .panel-insidePageContent {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #family-feature-form .row > [class*="col-"]:only-child {
    width: 100%;
    max-width: 90%;
    flex: 0 0 100%;
  }
}

@media (max-width: 991px) {
  #family-feature-form .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
  }

  #family-feature-form .input-group-addon {
    min-width: 40px;
  }

  #family-feature-form .btn {
    width: 100%;
  }
}
#feature_sheet {
  max-width: 1100px;
  margin: 0 auto;
}

#feature_sheet .panel-insidePageContent {
  max-width: 1100px;
  width: 100%;
}

#family-feature-form .row {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  #family-feature-form .row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    align-items: flex-start;
  }

  #family-feature-form .row > [class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
    flex: 1 1 320px;
    max-width: 100%;
  }

  #family-feature-form .row > .col-sm-3 {
    flex-basis: 220px;
  }

  #family-feature-form .row > .col-sm-6,
  #family-feature-form .row > .col-md-6 {
    flex-basis: 520px;
  }

  #family-feature-form .row > .col-md-8,
  #family-feature-form .row > .col-md-10 {
    flex-basis: 100%;
  }

  #family-feature-form .col-md-offset-1 {
    margin-left: 0;
  }

  #family-feature-form .row > .col-xs-2 {
    display: none;
  }
}

#family-feature-form .form-group {
  margin: 1.15rem;
}

#family-feature-form .input-group {
  width: 100%;
}

#family-feature-form .input-group-addon {
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#family-feature-form .input-group-addon select.form-control {
  width: 100%;
  min-width: 160px;
  border: 0;
  box-shadow: none;
  padding: 0;
  height: 38px;
}

#family-feature-form .input-group-addon i {
  margin: 0;
}

/* Collapse the Feature Form */
.ff-section {
  margin: 0 0 18px 0;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  background: #fff;
}

.ff-section-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  border: 0;
  background: #6a9d6d;;
  cursor: pointer;
  font-weight: 600;
}

.ff-section-header:focus {
  outline: none;
}

.ff-section-title {
  font-size: 1.05rem;
  color: #fff;
  text-transform: capitalize;
  text-align: left;
}

.ff-section-icon {
  color: #fff;
  font-size: 30px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.04);
  line-height: 1;
}

.ff-section-body {
  padding: 0 16px 16px 16px;
  overflow: hidden;
  max-height: 2000px;
  opacity: 1;
  transition: max-height 280ms ease, opacity 220ms ease;
}

.ff-collapsed .ff-section-body {
  max-height: 0;
  opacity: 0;
  padding-bottom: 0;
}
.ff-section-icon {
  transition: transform 220ms ease;
}

.ff-collapsed .ff-section-icon {
  transform: rotate(-90deg);
}


.ff-collapsed .ff-section-icon {
  transform: rotate(-90deg);
}

.ff-statusbar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 12px 14px;
  margin: 0 0 16px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.ff-statusbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ff-status-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ff-status-title {
  font-weight: 600;
  color: #224286;
  line-height: 1.2;
}

.ff-status-text {
  font-size: 0.92rem;
  color: #555;
}

.ff-status-pill {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.05);
  color: #333;
  white-space: nowrap;
}

.ff-pill-saving {
  background: rgba(227, 28, 121, 0.10);
  color: #9b1453;
}

.ff-pill-saved {
  background: rgba(0,0,0,0.05);
  color: #333;
}

.ff-pill-submitted {
  background: rgba(0,128,0,0.12);
  color: #0b5a0b;
}

.ff-progress {
  margin-top: 10px;
}

.ff-progress-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

.ff-progress-label {
  font-size: 0.92rem;
  color: #555;
}

.ff-progress-pct {
  font-size: 0.92rem;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

.ff-progress-track {
  height: 10px;
  width: 100%;
  border-radius: 999px;
  background: rgba(0,0,0,0.07);
  overflow: hidden;
}

.ff-progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: #e31c79;
  transition: width 200ms ease;
}

@media (max-width: 768px) {
  .ff-statusbar {
    border-radius: 10px;
    padding: 10px 12px;
  }

  .ff-statusbar-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .login-form {
    margin: 1rem;
    padding: 1.5rem;
  }
  .panel-insidePageContent {
    max-width: 100%;
    padding: 1rem;
}
  h1{margin-top:80px;}
}

.footer {clear: both; text-align: center;}

.social-bar {
    display: flex;
    align-items: center;  
    gap: 10px;            
}

.social-bar img {
    display: none;      
}

.navbar-fixed-top .navbar-brand {height: unset; padding: 0;}
.navbar-fixed-top {background-color: #f8f8f8; padding: 0 50px;}
.navbar-header {background-color: #f8f8f8;}
.navbar-top-links.navbar-right {margin-right: 5px;}

.nav-clients, .nav-clients, .nav-homepage  {
	position: sticky;
    width: 100%;
    z-index: 9;
	top: 80px;
}
/* MOBILE: force the Bootstrap collapse panel to actually appear */
@media (max-width: 767px) {

  .navbar, .navbar-header{
    background-color:transparent;
    border:none;
  }
  #menu-toggle{
    display:none;
  }
  /* Make sure nothing clips the dropdown */
  nav.navbar.nav-clients,
  nav.navbar.nav-homepage {
    overflow: visible !important;
    z-index: 10000 !important;
  }

  /* Position the expanded menu panel below the navbar */
  nav.navbar.nav-clients .navbar-collapse,
  nav.navbar.nav-homepage .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10001 !important;
    background: #222 !important; /* matches navbar-inverse */
    border-top: 1px solid rgba(255,255,255,0.12) !important;
  }

  /* Bootstrap 3 uses .in to show the collapsed menu */
  nav.navbar.nav-clients .navbar-collapse.collapse {
    display: none !important;
  }
  nav.navbar.nav-clients .navbar-collapse.collapse.in {
    display: block !important;
  }

  nav.navbar.nav-homepage .navbar-collapse.collapse {
    display: none !important;
  }
  nav.navbar.nav-homepage .navbar-collapse.collapse.in {
    display: block !important;
  }
}

/* Hide any extra thumbnails/avatars inside the navbar header area */
nav.navbar .navbar-header img:not(.img-responsive-inline) {
  display: none !important;
}

@media (min-width: 768px) {
    .navbar-collapse {
        background-color: #224286;
    }
    .navbar-nav {
        float: none;
        margin: 10px auto;
        display: inline-flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}