/* ==== State Styles Global ==== */
body {
    background-color: #E2E2E2;
}
form {
    display: flex;
}
.page-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    height: auto;
    padding: 1rem 0 1rem 0;
    z-index: 0;
    overflow: hidden;
}
.frame {
    width: 100%;
    max-width: 350px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 200;
    pointer-events: none;
    top: 2%;
}  
.select-frame {
    margin-top: -10px;
    pointer-events: none;
    z-index: 0;
}
*:focus {
    outline: none;
}
.logo {
    max-width: 47px;
    margin: 0 auto;
}
.logo-link {
    text-align: center;
}
.logo-absolute-wrapper {
    position: relative;
    width: 284px;
    margin: 0 auto;
    text-align: center;
    margin-top: 4rem;
    background: #E2E2E2;
}
.logo-absolute-wrapper-index {
    position: relative;
    width: 284px;
    margin: 0 auto;
    text-align: center;
    margin-top: 1rem;
    background: #E2E2E2;
}
.no-color {
    background: transparent;
}
.logo-absolute {
    max-width: 47px;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    left: 42%;
}
.logo-absolute-index {
    max-width: 47px;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    left: 42%;
    z-index: 4;
}
.logo-absolute-learn {
    max-width: 47px;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    left: 42%;
    z-index: 4;
}
/* ==== Font Styles ==== */
.text-style {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    line-height: 1rem;
    color: black;
    letter-spacing: 0.1em;
}
.home-frame-desktop {
    display: none;
}
.home-frame-tablet {
    display: none;
}
.home-frame-mobile {
    /* top: 8px; */
    width: 100%;
    max-width: 1900px;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    height: 100%;
}
.home-frame-mobile-index {
    /* display: block !important; */
    min-height: 1365px;
        /* top: 8px; */
        width: 100%;
        max-width: 1900px;
        position: absolute;
        z-index: 0;
        pointer-events: none;
        height: 100%;
}
.results-frame {
    height: 100%;
    min-height: 900px;
    width: 100%;
    max-width: 600px;
    position: fixed;
    left: 50%;
    top: 0;
    margin-left: -300px;
    z-index: 0;
    pointer-events: none;
}
.home-text {
    max-width: 275px;
    margin: 0rem auto 18px auto;
}
.fixed-footer {
    position: fixed;
    bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
.footer {
    font-size: 9px !important;
    line-height: 10px !important;
    letter-spacing: 0 !important;
}
.footer span:before {
    content: "\A";
    white-space: pre;
  }
.footer a {
    color: black;
}
.heading {
    font-family: Times;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.375rem;
    line-height: 25px;
    letter-spacing: 0.5em;
}
.heading-home {
    font-family: Times;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.375rem;
    line-height: 32px;
    letter-spacing: 0.5em;
    z-index: 400;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -77px;
}
.heading span {
    font-size: 1.5rem;
    line-height: 28px;
    font-weight: bold;
}
.sub-heading {
    font-family: Times;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 0.625rem;
    line-height: 11px;
    letter-spacing: 0.6em;
    padding-bottom: 44px;
}
.sign-sub-head {
    font-family: Times;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 8px;
    text-align: center;
}
.sign-learn img:hover, .sign-select img:hover {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(245, 183, 111, 0.97); 
    -moz-box-shadow:    0px 0px 30px 0px rgba(245, 183, 111, 0.97); 
    box-shadow:         0px 0px 30px 0px rgba(245, 183, 111, 0.97); 
}
.time-glow img:hover {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(53, 203, 230, 0.97); 
    -moz-box-shadow:    0px 0px 30px 0px rgba(53, 203, 230, 0.97); 
    box-shadow:         0px 0px 30px 0px rgba(53, 203, 230, 0.97); 
}

.normal {
    text-transform: none;
}
.bold {
    font-weight: bold;
    color: #3F4134;
}
.underline {
    text-decoration: underline;
    cursor: pointer;
}
/* ==== Images ==== */
.sun-wrapper {
    position: relative;
    height: 340px;
}
.graph-container {
    position: relative;
    width: 320px;
    z-index: 0;
    margin: 0 auto;
  }
  .middle-graph {
    position: absolute;
    left: 0;
    bottom: 0;
    /* margin: 0px 0 -16px; */
    z-index: 200;
    width: 140%;
    pointer-events: none;
    margin: 0 0 -89px -60px;
  }
  .middle-graph-index {
    position: absolute;
    left: 0;
    bottom: 0;
    /* margin: 0px 0 -35px; */
    z-index: 0;
    width: 140%;
    margin: 0 0 -144px -66px;
    pointer-events: none;
  }
  .middle-graph-learn {
    position: absolute;
    left: 0;
    bottom: 0;
    /* margin: 0px 0 -16px; */
    z-index: 0;
    width: 140%;
    pointer-events: none;
    margin: 0px 0 -197px -70px;
  }
.sun-home {
    width: 152px;
    margin: -90px auto 0 auto;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 2%;
}
.sun-header-learn {
    width: 135px;
    z-index: 2;
    position: relative;
}
.sun-bar {
    width: 284px;
    margin: 0 auto;
}
.sun-bar-home {
    width: 270px;
    margin: -2px auto 0 auto;
    position: absolute;
    left: 0;
    right: 2%;
    background: #E2E2E2;
    z-index: 400;
}
.sun-bar-home-no {
    width: 270px;
    margin: -28px auto 0 auto;
    position: absolute;
    left: 0;
    right: 2%;
    background: #E2E2E2;
    z-index: 400;
}
.sun-bar-index {
    position: relative;
    width: 284px;
    margin: 0 auto;
    z-index: 300;
}
/* ==== z-index ==== */
.z-0 {
    z-index: 0 !important;
}
.z-1 {
    z-index: 1 !important;
}
.z-2 {
    z-index: 2 !important;
}
.z-3 {
    z-index: 3 !important;
}
/* ==== Spacing ==== */
.set-width {
    width: 320px;
}
.p-0 {
    padding: 0 !important
}
.pt-0 {
    padding-top: 0 !important;
}
.p1-1 {
    padding-top: 1rem !important;
}
.pt-2 {
    padding-top: 2rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 1rem !important;
}
.pb-2 {
    padding-bottom: 2rem !important;
}
.pb-3 {
    padding-bottom: 3rem !important;
}
.m-auto {
    margin: 0 auto !important;
}
.mt-2 {
    margin-top: 2rem !important;
}
.mt-3 {
    margin-top: 3rem !important;
}
.learn-mt {
    margin-top: 35px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
/* ==== Learn More Button ==== */
.btn-learn-more {
    font-size: 12px;
    border: none;
    background: transparent;
    z-index: 400;
    text-transform: uppercase;
    line-height: 20px;
    width: 230px;
    margin: 0 auto;
    border: 3px solid #7AA9B5;
    box-sizing: border-box;
    border-radius: 13.4057px;
    color: #000;
    font-family: Times;
    padding: 8px 10px 8px 10px;
    cursor: pointer;
    font-weight: bold;
}
.btn-learn-more .underline:focus {
    outline: -webkit-focus-ring-color auto medium !important;
}
/* ==== Close Details Button ==== */
.close {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    font-weight: 100;
    -webkit-font-smoothing:antialiased;
    max-width: 32px;
    margin: 0 0 0 auto;
    cursor: pointer;
    padding: 10px 16px 8px 0;
}
.close img {
    max-width: 30px;
}
.close-text {
    font-family: Times;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
/* ==== Spotify Button ==== */
.icon {
    width: 20px;
    margin-right: 14px;
}
.btn-spotify {
    display: flex;
    align-items: center;
    max-width: 250px;
    margin: 0 auto;
    border: 3px solid #608E71;
    box-sizing: border-box;
    border-radius: 13.4057px;
    color: #608E71;
    font-family: Times;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 14px;
    padding: 14px 12px 14px 12px;
    background-color: transparent;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    cursor: pointer;
    z-index: 400;
}
#details-trait-only-wrapper .btn-spotify {
    margin-bottom: 0 !important;
}
/* ==== Sign Details ==== */
.sign-details-wrapper {
    padding-bottom: 1rem !important;
}
.sign-details-section {
    width: 100%;
    height: 100%;
    z-index: 3;
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    padding-top: 0px;
    z-index: 601;
}
.sign-details-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}
.sign-details-heading {
    font-family: Times;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
}
.sign-details-inner-section {
    position: relative;
    background-color: #E2E2E2;
    margin-top: 0rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 340px;
    overflow: visible;
}
.details-description {
    padding: 1rem 1rem;
}
.popup-wrapper {
    min-height: 500px;
    margin-top: 30px;
    max-height: 100%;
    overflow: scroll;
    scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.popup-wrapper::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.details-frame {
    position: absolute;
    top: 1%;
    z-index: 200;
    pointer-events: none;
} 
.trait-heading {
    font-family: Times;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
}
.trait-only, 
.theme-song {
    font-family: Times;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
/* .spotify-player {
} */
/* ==== Initals ==== */
.inital-wrapper {
    padding-bottom: 48px;
}
.inital-box {
    border: 2px solid #6D705B;
    box-sizing: border-box;
    border-radius: 14px;
    height: 125px;
    width: 117px;
    margin: 0.6rem;
}
.inital-box[type=text] {
    font-family: Times;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 72px; 
    color: #3F4134;
    background: transparent;
    text-align: center;
    width: 100%;
    max-width: 145px;
}
.inital-submit {
    width: 250px;
    margin: 0 auto;
    border: 3px solid #608E71;
    box-sizing: border-box;
    border-radius: 13.4057px;
    color: #608E71;
    font-family: Times;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 14px;
    padding: 20px 10px 20px 10px;
    background-color: transparent;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    cursor: pointer;
}
/* ==== Rising Sign ==== */
.rising-sign {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 460px;
    margin: 0 auto;
    height: 100%;
    min-height: 875px;
    z-index: 100;
}
.rising-heading {
    font-family: Times;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 1rem;
    text-transform: uppercase;
}
.rising-sub-heading {
    font-family: Times;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    max-width: 250px;
    margin: 0 auto;
}
.sign-graphic {
    text-align: center;
    width: 160px;
    margin: 0 auto;
}
.sign-graphic-wrapper {
    width: 100%;
    max-width: 300px;
    align-items: center;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.x-graphic {
    position: relative;
    align-items: center;
    margin-top: -32px;
}
.rising-sign-graphic {
    width: 100px;
}
.bottom {
    margin-top: -24px;
}
.final-inital {
    font-family: Times;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 69px;
    color: #ffffff;
    width: 200px;
}
.inital-right {
    margin-left: -26px;
    text-align: left;
}
.inital-left {
    margin-right: -26px;
    text-align: right;
}
.border {
    border-bottom: 2px solid rgba(255, 255, 255, 0.426);
    width: 200px;
}
/* ==== Share Icons ==== */
.share-heading {
    font-family: Times;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #ffffff;
}
.share-list {
    list-style: none;
    padding: 0;
    display: flex;
    margin-block-start: 0;
    margin-block-end: 0;
    align-items: center;
}
.share-icon {
    margin: 4px;
    cursor: pointer;
}
.your-playlist {
    font-family: Times;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.6em;
    text-transform: uppercase;
}
.outro {
    font-family: Times;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.playlist {
    width: 235px;
    border: 2px solid #FFFFFF;
    color: #ffffff;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px 24px;
    text-decoration: none;
    margin-bottom: 8px;
}
#capture, #capture-story, #capture-download {
    position: absolute;
    left: -999em;
}
#rising-details-bg {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1rem;
}
#rising-details-bg-download, #rising-details-bg-story {
    background-size:contain;
}
#download-instagram, #download-instagram-story {
    color: white;
    text-decoration: underline;
}
#get-rising-details {
    margin: 0 auto;
    padding: 8px 2.5rem;
}
#see-all-signs {
    margin-top: 8px;
    padding: 10px 36px;
}
#select-wrapper {
    overflow: hidden;
}
.new-footer {
    position: relative;
  /* bottom: 0; */
  top: 90%;
  margin: 0 auto;
  width: 100%;
}
#bottom-graph, #bottom-graph-select{
    pointer-events: none;
    left: 0;
}
.select-graph {
    left: 0% !important;
}

.checkbox {
    --background: #C4C4C4;
    --border: #C4C4C4;
    --border-hover: #BBC1E1;
    --border-active: #3F4134;
    --tick: #fff;
    position: relative;
  }
  .checkbox input,
  .checkbox svg {
    width: 21px;
    height: 21px;
    display: block;
  }
  .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
  }
  .checkbox input:hover {
    --s: 2px;
    --b: var(--border-hover);
  }
  .checkbox input:checked {
    --b: var(--border-active);
  }
  .checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    -webkit-transform: scale(var(--scale, 1)) translateZ(0);
            transform: scale(var(--scale, 1)) translateZ(0);
  }
  .checkbox.path input:checked {
    --s: 2px;
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  .checkbox.path input:checked + svg {
    --a: 16.1 86.12;
    --o: 102.22;
  }
  .checkbox.path svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    -webkit-transition: stroke-dasharray .6s, stroke-dashoffset .6s;
    transition: stroke-dasharray .6s, stroke-dashoffset .6s;
  }
  .checkbox.bounce {
    --stroke: var(--tick);
  }
  .checkbox.bounce input:checked {
    --s: 11px;
  }
  .checkbox.bounce input:checked + svg {
    -webkit-animation: bounce .4s linear forwards .2s;
            animation: bounce .4s linear forwards .2s;
  }
  .checkbox.bounce svg {
    --scale: 0;
  }

  .consent-form{
    width: 300px;
    margin: 0 auto;
  }
  .checkbox{
    display: flex;
  }
  .form-text{
    font-family: Times;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  
  @-webkit-keyframes bounce {
    50% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    75% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  
  @keyframes bounce {
    50% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    75% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
