/* - - - - - S P M  -  V A R I A B L E S - - - - - */
/* $dark: #333333; */
/* - - - - - S P M  -  S T Y L I N G - - - - - */
/* -----
/* SPM Styling - Body
----- */
body.page-with-spm-shortcode {
  --orange: #FF6E14;
  --aside-color: #FFE3D8;
  --aside-color-purple: #CBA4C6;
  background-color: #FFE3D8;
  /* -----
  /* SPM Styling - Generic
  ----- */
  /* -----
  /* SPM Styling - Alert
  ----- */
  /* -----
  /* SPM Styling - Form @step one
  ----- */
  /* -----
  /* SPM Styling - Form @step two
  ----- */
}
body.page-with-spm-shortcode h1 {
  color: var(--orange);
  margin-bottom: 1rem;
}
body.page-with-spm-shortcode .figure {
  -webkit-box-shadow: 30px 30px 60px 0px rgba(163, 16, 73, 0.35);
          box-shadow: 30px 30px 60px 0px rgba(163, 16, 73, 0.35);
  border-radius: 20px !important;
}
body.page-with-spm-shortcode .figure .figure-img {
  border-radius: 20px !important;
  margin-bottom: 0rem;
}
body.page-with-spm-shortcode input[type=range]::-webkit-slider-thumb {
  background-color: var(--orange) !important;
}
body.page-with-spm-shortcode input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--aside-color-purple) !important;
}
body.page-with-spm-shortcode .nav-tabs {
  --bs-nav-tabs-border-color: var(--aside-color-purple);
  --bs-nav-tabs-link-active-border-color: var(--aside-color-purple);
  --bs-nav-tabs-link-hover-border-color: var(--aside-color-purple);
}
body.page-with-spm-shortcode .nav-tabs .nav-link {
  font-size: 1.125rem;
}
body.page-with-spm-shortcode .nav-tabs .nav-link.active {
  background-color: var(--aside-color);
  border-bottom-color: var(--aside-color);
}
body.page-with-spm-shortcode .alert.alert-info {
  font-size: 1.125rem;
  font-weight: normal;
  background-color: transparent;
  border: none;
  padding: 0rem 0rem;
}
body.page-with-spm-shortcode .alert.alert-info a {
  font-size: inherit !important;
  font-weight: bold;
  text-decoration: underline;
}
body.page-with-spm-shortcode .alert.alert-info a:focus, body.page-with-spm-shortcode .alert.alert-info a:hover {
  text-decoration: none;
}
body.page-with-spm-shortcode form#step-1 #spmFigure {
  -webkit-box-shadow: 40px 40px 80px 0px rgba(163, 16, 73, 0.35);
          box-shadow: 40px 40px 80px 0px rgba(163, 16, 73, 0.35);
}
body.page-with-spm-shortcode form#step-1 #spmFigure.rounded {
  border-radius: 20px !important;
}
body.page-with-spm-shortcode form#step-1 #spmFigure .card {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  background-color: transparent;
}
body.page-with-spm-shortcode form#step-1 #spmFigure .card .card-header {
  padding: 2rem 2rem;
  background-color: transparent;
  border: none;
}
body.page-with-spm-shortcode form#step-1 #spmFigure .card .card-header h1 {
  margin-bottom: 0rem;
}
body.page-with-spm-shortcode form#step-1 #spmFigure .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F0C8E1;
  margin: 0rem 2rem 2rem;
}
body.page-with-spm-shortcode form#step-1 #spmFigure .card .card-body .card-title {
  font-size: 3rem;
  margin: 0rem 0rem 0rem;
}
body.page-with-spm-shortcode form#step-1 #spmFigure .card .card-body .card-title::before {
  content: "";
  display: block;
  width: 92px;
  height: 84px;
  background-color: transparent;
  margin: 0rem auto 2rem;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  background-image: url("../img/choose-file@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
body.page-with-spm-shortcode form#step-1 #spmFigure .card .card-body #uploadFileHelpBlock {
  font-size: 1.125rem;
}