.padding-top-sm {
  padding-top: 1rem !important;
}

.line-spacing-sm {
  line-height: 3.5rem !important;
}
.line-spacing-md {
  line-height: 4.5rem !important;
}

.overlay-title {
  left: 3rem;
  top: 1.5rem;
}

.overlay-container-position {
  top: 20rem;
}

.gray-line-position {
  bottom: 1rem;
}

.card-width {
  width: 100% !important;
}

.program-details-lists > li {
  list-style-type: square !important;
}

.border-thin {
  border-width: thin !important;
}

.border-hide {
  border-width: 0px !important;
}

.border-color-secondary {
  border-color: var(--fds-color--secondary) !important;
}

/* When zip code is not entered it is inactive. It becomes active when there is a zip */
.disabled {
  background: #cecdcd;
}

.enabled {
  background: #c43822;
}

.vertical-line {
  border-left: 2px solid #fff;
  height: 100%;
}

.troop-button {
  width: 26rem;
  height: 6rem;
  font-size: 1.75rem;
  border-radius: 0.8rem;
}

.step-1-inputs {
  padding-bottom: 3.5rem !important;
  padding-top: 3.5rem !important;
}

.step-1-input-font {
  font-size: 2.5rem !important;
}

#step-1-button {
  --radius: 5rem;
  --height: 6rem;
  display: flex !important;
  justify-content: center !important;
  white-space: nowrap !important;
  background: var(--fds-color--primary) !important;
  color: var(--fds-color--white) !important;
  height: var(--height);
  border-radius: var(--radius);
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  font-stretch: extra-expanded !important;
}

.pop-up {
  position: absolute;
  background-color: var(--fds-color--white);
  box-shadow: var(--fmc-elevation__box-shadow--layer2);
  border: 1px solid var(--fds-color--gray2);
  height: auto;
  width: 37rem;
  box-sizing: border-box;
  left: 3rem;
  bottom: 26rem;
  border-radius: 0.5rem;
  z-index: 10;
}

.pop-up::after {
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 25.5rem;
  left: 15.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border-top: 0;
  border-left: 0;
  border-right: 1px solid var(--fds-color--gray2);
  border-bottom: 1px solid var(--fds-color--gray2);
  content: "";
  transform: rotate(45deg);
  background-color: var(--fds-color--white);
  z-index: 10;
}

.fitted-line {
  border-bottom: 2px solid #1700f4;
  width: fit-content;
}

.elevation-demo {
  box-shadow: var(--fmc-elevation__box-shadow--layer1);
}
@media (min-width: 600px) {
  .card-width {
    width: 70% !important;
  }

  .pop-up::after {
    top: 28.25rem;
  }
}

@media (min-width: 1024px) {
  .card-width {
    width: 35% !important;
  }

  .file-upload-width {
    width: 80% !important;
  }

  .x-button-position {
    padding-right: 3rem;
  }

  .align-items-start {
    align-items: flex-start !important;
  }

  .image-padding {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .custom-horizontal-divider {
    border-bottom: 1px solid var(--fds-color--gray2);
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .custom-horizontal-divider-top {
    border-top: 2px solid var(--fds-color--white);
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #step-1-button {
    margin-top: 0.5rem;
    align-items: center !important;
    width: -webkit-fill-available !important;
  }

  .pop-up {
    height: auto;
    width: 40rem;
    left: 3rem;
    bottom: 37rem;
  }

  .pop-up::after {
    top: 28.25rem;
    left: 19rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
