.child-profiles-section {
  --background-color: #f2f3f8;
  margin-top: 61px;
}
.child-profiles-section small.required {
  color: red;
}
.child-profiles-section .mySwiper-profiles {
  margin-left: 0;
}
.child-profiles-section .mySwiper-profiles .swiper-slide {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.child-profiles-section .mySwiper-profiles .swiper-slide:last-of-type {
  margin-right: 50px !important;
}
.child-profiles-section .mySwiper-profiles .swiper-button-next,
.child-profiles-section .mySwiper-profiles .swiper-button-prev {
  background-color: white;
  top: 0;
  height: 100%;
  padding: 10px;
  margin: 0;
}
.child-profiles-section .mySwiper-profiles .swiper-button-next.swiper-button-disabled,
.child-profiles-section .mySwiper-profiles .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.child-profiles-section .mySwiper-profiles .swiper-button-prev {
  left: 0;
}
.child-profiles-section .mySwiper-profiles .swiper-button-next {
  right: 0;
}
@media only screen and (max-width: 575.98px) {
  .child-profiles-section .page-width {
    padding: 0;
  }
}
.child-profiles-section button.add-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  margin-left: 1.5rem;
  margin-bottom: 50px;
}
@media only screen and (max-width: 575.98px) {
  .child-profiles-section button.add-mobile {
    display: flex;
    margin-top: -25px;
  }
}
.child-profiles-section button.add-mobile .button-icon {
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
}
.child-profiles-section button.add-mobile .button-icon svg {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.child-profiles-section button.add-mobile .button-icon svg path {
  fill: var(--accent-2-color);
}
.child-profiles-section .tab {
  isolation: isolate;
  display: flex;
  height: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 575.98px) {
  .child-profiles-section .tab {
    padding-left: 20px;
  }
}
.child-profiles-section .tablink {
  color: var(--text-primary-color);
  background-color: #fbfbfd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  min-height: 60px;
  font-size: 16px;
  padding: 0 40px;
  cursor: pointer;
  text-transform: capitalize;
}
.child-profiles-section .tablink.active {
  background-color: var(--background-color);
  text-decoration: underline;
  font-weight: bold;
}
.child-profiles-section .tablink.add {
  margin-left: auto;
  background-color: var(--accent-2-color);
  color: white;
  gap: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 575.98px) {
  .child-profiles-section .tablink.add {
    display: none;
  }
}
.child-profiles-section .tablink .button-icon {
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
}
.child-profiles-section .tablink .button-icon svg {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.child-profiles-section .tablink .button-icon svg path {
  fill: var(--accent-2-color);
}
.child-profiles-section hr {
  border: none;
  height: 2px;
  background: white;
  margin-top: 18px;
  margin-bottom: 27px;
}
.child-profiles-section .tabcontent {
  position: relative;
  display: none;
  margin-top: -5px;
}
.child-profiles-section .tabcontent.active {
  display: block;
}
.child-profiles-section .tabcontent .tabcontent-main {
  display: grid;
  margin-bottom: 25px;
  gap: 30px;
  position: relative;
  grid-template-columns: 1fr;
  background-color: #f2f3f8;
  border-radius: 0 0 5px 5px;
  padding: 35px 32px;
}
@media only screen and (min-width: 992px) {
  .child-profiles-section .tabcontent .tabcontent-main {
    grid-template-columns: 1fr 1fr;
    gap: 100px;
  }
}
.child-profiles-section .tabcontent .tabcontent-main .switch-container {
  margin-bottom: 21px;
}
.child-profiles-section .tabcontent .tabcontent-main .spacer {
  pointer-events: none;
  width: 1px;
  background-color: white;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  position: absolute;
  height: calc(100% - 70px);
}
@media only screen and (max-width: 991.98px) {
  .child-profiles-section .tabcontent .tabcontent-main .spacer {
    display: none;
  }
}
.child-profiles-section .tabcontent .tabcontent-main legend.heading-md {
  margin-bottom: 17px;
}
.child-profiles-section .tabcontent .tabcontent-main .input-grid {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 18px;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .child-profiles-section .tabcontent .tabcontent-main .input-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 34px;
  }
}
.child-profiles-section .tabcontent .tabcontent-main .input-schools {
  width: 100%;
}
.child-profiles-section .tabcontent .tabcontent-main .input-schools .stacked-field {
  margin-bottom: 20px;
}
.child-profiles-section .tabcontent .tabcontent-main .extra-info {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 575.98px) {
  .child-profiles-section .tabcontent .tabcontent-main .extra-info {
    margin-top: 49px;
  }
}
.child-profiles-section .tabcontent .tabcontent-main .extra-info .how-to-measure {
  cursor: pointer;
  display: flex;
  font-weight: bold;
  text-decoration: underline;
  gap: 10px;
}
@media only screen and (max-width: 575.98px) {
  .child-profiles-section .tabcontent .tabcontent-main .extra-info .how-to-measure {
    margin: auto;
  }
}
.child-profiles-section .tabcontent .tabcontent-main .extra-info .book-now-container {
  display: flex;
  gap: 60px;
}
.child-profiles-section .tabcontent .tabcontent-main .extra-info .book-now-container p {
  margin: 1em 0;
}
@media only screen and (max-width: 575.98px) {
  .child-profiles-section .tabcontent .tabcontent-main .extra-info .book-now-container {
    text-align: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.child-profiles-section .tabcontent .tabcontent-main .extra-info .book-now-container .book-now-link {
  flex-shrink: 0;
}
.child-profiles-section .tabcontent .tabcontent-footer {
  background-color: white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.child-profiles-section .tabcontent .tabcontent-footer .school-logo {
  width: 100%;
  height: auto;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: middle center;
     object-position: middle center;
}
.child-profiles-section .tabcontent .tabcontent-footer .action-buttons {
  width: 100%;
  justify-content: center;
  flex-flow: row-reverse wrap;
  gap: 20px 40px;
}
@media only screen and (max-width: 575.98px) {
  .child-profiles-section .tabcontent .tabcontent-footer .action-buttons {
    flex-flow: column nowrap;
  }
}
.child-profiles-section .tabcontent .tabcontent-footer .action-buttons a[data-school-link],
.child-profiles-section .tabcontent .tabcontent-footer .action-buttons a[data-uniform-link] {
  flex: 1;
  max-width: 450px;
  white-space: nowrap;
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 575.98px) {
  .child-profiles-section .tabcontent .tabcontent-footer .action-buttons a[data-school-link],
.child-profiles-section .tabcontent .tabcontent-footer .action-buttons a[data-uniform-link] {
    white-space: initial;
  }
}
.child-profiles-section .tabcontent .tabcontent-footer .seperator {
  width: 90%;
  height: 1px;
  background: #eee;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .child-profiles-section .tabcontent .tabcontent-footer .seperator {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .child-profiles-section .tabcontent .tabcontent-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 22px;
  }
}
.child-profiles-section .tabcontent[data-profile-id] .action-buttons [data-uniform-link] {
  display: flex;
}
.child-profiles-section .tabcontent[data-profile-id] .action-buttons [data-school-link] {
  display: flex;
}
.child-profiles-section .tabcontent .action-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--text-primary-color);
}
.child-profiles-section .tabcontent .action-buttons.save-delete {
  margin-top: 20px;
  flex-flow: row-reverse wrap;
}
.child-profiles-section .tabcontent .action-buttons.save-delete a:not(.delete), .child-profiles-section .tabcontent .action-buttons.save-delete button:not(.delete) {
  flex: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 991.98px) {
  .child-profiles-section .tabcontent .action-buttons {
    flex-direction: column;
  }
  .child-profiles-section .tabcontent .action-buttons.save-delete {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575.98px) {
  .child-profiles-section .tabcontent .action-buttons button,
.child-profiles-section .tabcontent .action-buttons a {
    width: auto;
    text-align: center;
  }
}
.child-profiles-section .tabcontent .action-buttons [data-uniform-link] {
  display: none;
}
.child-profiles-section .tabcontent .action-buttons [data-school-link] {
  display: none;
  text-transform: capitalize;
}
.child-profiles-section .tabcontent .delete {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: underline;
  font-weight: bold;
}
.child-profiles-section .cta {
  margin: 50px auto;
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
}
.child-profiles-section .cta .cta-inner {
  border-radius: 5px;
  overflow: hidden;
  padding: 23px 37px;
  position: relative;
}
.child-profiles-section .cta .cta-inner .overlay {
  background-color: #161615;
  opacity: 0.6;
  inset: 0;
  position: absolute;
}
.child-profiles-section .cta .cta-inner .cta-content {
  max-width: 374px;
  margin: auto;
}
.child-profiles-section .cta .cta-inner .cta-heading, .child-profiles-section .cta .cta-inner .cta-text {
  position: relative;
  color: white;
}
.child-profiles-section .cta .cta-inner .cta-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.child-profiles-section .cta .cta-inner .cta-button {
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 319.98px) {
  .child-profiles-section .cta .cta-inner .cta-button {
    width: auto;
  }
}
.child-profiles-section .cta .cta-inner .cta-text {
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 11px;
}
.child-profiles-section .cta .cta-inner .cta-image {
  position: absolute;
  inset: 0;
}
.child-profiles-section .cta .cta-inner .cta-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.child-profiles-section .no-account-cta-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  background-color: var(--background-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 30px;
}
@media (min-width: 470px) {
  .child-profiles-section .no-account-cta-inner {
    border-radius: 10px;
  }
}
.child-profiles-section .no-account-cta-inner .not-account-message {
  margin: 0 auto 20px;
  max-width: 538px;
  font-size: 18px;
  font-weight: bold;
}
.child-profiles-section .no-account-cta-inner .buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.child-profiles-section .no-account-cta-inner .buttons > * {
  min-width: 200px;
  flex: 1;
}

fieldset {
  padding: 0;
  border: none;
  display: flex;
  flex-flow: column nowrap;
  margin: 0;
}
fieldset .heading-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 17px;
}
fieldset .heading-wrapper legend.heading-md {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0 !important;
}
fieldset .heading-wrapper p {
  font-size: 14px;
  margin: 0;
}

legend {
  width: 100%;
}

.stacked-field {
  position: relative;
}
.stacked-field.hidden {
  display: none;
}
.stacked-field input,
.stacked-field select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding: 8px 17px;
  padding-right: 35px;
  border-radius: 5px;
}
.stacked-field__label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.stacked-field__field {
  min-height: 36px;
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
}
.stacked-field__field:focus-within {
  outline: 2px solid black;
}
.stacked-field__field svg {
  position: absolute;
  right: 16px;
  pointer-events: none;
  height: 9px;
  width: 16px;
}
.stacked-field__field.date {
  flex: 1;
}
.stacked-field__field.date select {
  padding-right: 28px;
  padding-left: 10px;
}
.stacked-field__field.date .dob_day {
  min-width: 65px;
}
.stacked-field__field.date .dob_year,
.stacked-field__field.date .dob_month {
  min-width: 76px;
}
.stacked-field__field.date svg {
  right: 10px;
}
.stacked-field__field.number-unit {
  overflow: hidden;
}
.stacked-field__field.number-unit .unit {
  pointer-events: none;
  position: absolute;
  left: calc(8px + 6ch);
}
.stacked-field__field.number-unit span {
  white-space: nowrap;
}
.stacked-field__field.number-unit .unit-output {
  padding-left: 7px;
}
.stacked-field__field.number-unit .unit-output.active {
  padding-left: 0;
}
.stacked-field__multi {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
}
.stacked-field .school-search {
  position: absolute;
  inset: 1px;
  width: calc(100% - 35px);
  padding-right: 1px;
  z-index: 1;
}
.stacked-field .school-search:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.stacked-field .school-search:placeholder-shown {
  text-overflow: ellipsis;
}
.stacked-field .school-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-color: var(--accent-2-color);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}
.stacked-field .search-results {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  z-index: 1;
  display: none;
  background-color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.stacked-field .search-results.active {
  display: block;
  outline: black solid 2px;
}
.stacked-field .search-results:empty {
  outline: none !important;
}
.stacked-field .search-results .search-result {
  cursor: pointer;
  padding: 8px;
  padding-left: 17px;
}
.stacked-field .search-results .search-result:hover {
  background-color: #f2f3f8;
}

.search-select-container .search-body {
  width: 100%;
  top: 100%;
  background: white;
  border: 1px solid;
  left: 0;
  padding: 8px 15px;
  display: none;
  padding: 5px 5px;
}

.search-select-container .search-body-result {
  cursor: pointer;
}

.search-container {
  display: flex;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 15px;
}

.search-select-container .search-body-result:hover {
  background-color: black;
  color: white;
}

.search-select-container {
  display: flex;
  flex-direction: column;
}

.search-select-container:focus-within {
  outline: 2px black solid;
}

.select-container {
  width: 20px;
  height: 20px;
  position: relative;
}

.select-container .select-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  pointer-events: none;
}

.select-container .select-icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.select-container select {
  opacity: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

.search-select-container input {
  outline: none;
  border: none;
}

/* The switch - the box around the slider */
.switch-container {
  display: flex;
  align-items: center;
  gap: 9px;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.switch-container .switch {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 18px;
}
.switch-container .switch-label {
  font-weight: bold;
}
.switch-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  transition: 0.4s;
}
.switch-container .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 3px;
  background-color: black;
  transition: 0.4s;
}
.switch-container input:checked + .slider {
  background-color: black;
}
.switch-container input:focus + .slider {
  box-shadow: 0 0 0 1px black;
}
.switch-container input:checked + .slider:before {
  transform: translateX(14px);
  background-color: white;
}
.switch-container .slider.round {
  border-radius: 100px;
}
.switch-container .slider.round:before {
  border-radius: 50%;
}

.inner-overlay {
  display: none;
  position: absolute;
  inset: 0;
  background-color: white;
  opacity: 0;
  -webkit-animation: show 400ms ease forwards;
          animation: show 400ms ease forwards;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-weight: bold;
}
.inner-overlay .check-circle-outer, .inner-overlay .spinner-circle-outer, .inner-overlay .cross-circle-outer, .inner-overlay .exclaimation-circle-outer {
  --circle-size: 100px;
  --cross-size: 100px;
  --check-color: var(--accent-1-color);
  --cross-color: var(--accent-2-color);
  display: none;
  margin: 0;
}
.inner-overlay .check-circle-outer.active, .inner-overlay .spinner-circle-outer.active, .inner-overlay .cross-circle-outer.active, .inner-overlay .exclaimation-circle-outer.active {
  display: flex;
}
.inner-overlay .message {
  opacity: 0;
  -webkit-animation: show-message 400ms ease 750ms forwards;
          animation: show-message 400ms ease 750ms forwards;
  font-size: 16px;
  max-width: 80%;
}
.inner-overlay .variant-container {
  display: none;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inner-overlay .variant-container.active {
  display: flex;
}
.inner-overlay .message.error {
  color: var(--accent-2-color);
}
.inner-overlay .message.success {
  color: var(--accent-1-color);
}
.inner-overlay.active {
  display: flex;
}
