/*
   Theme Name: RSWorks ASA
   Theme URI: https://resumescripter.com
   Description:
   Author:THRIVE
   Author URI:https://www.thriving-creative.com
   abc
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
}

body * {
  font-family: "Poppins";
}

h1 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: bold;
  padding: 1rem 0.5rem 0 0.5rem;
  color: rgb(28, 46, 121);
}
h1 span {
  color: rgb(221, 17, 152);
}

h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  width: 100%;
  color: white;
  margin-bottom: 0px;
}

#wpa-submit {
  background-color: rgb(221, 17, 152) !important;
  color: white;
  border-radius: 5px !important;
}
#wpa-submit:hover {
  background-color: rgb(28, 46, 121);
}

#reg_nav {
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
}
#reg_nav #nav_login {
  border-radius: 10px !important;
  padding: 0.5rem 1rem !important;
  background: rgb(221, 17, 152);
  margin-right: 1rem;
  min-width: 8rem;
  text-align: center;
}
#reg_nav #nav_login:hover {
  background: rgb(28, 46, 121);
}
#reg_nav #nav_login a {
  color: white;
  font-size: 18px;
  text-decoration: none;
}
#reg_nav #nav_signup {
  width: 10%;
  min-width: 8rem;
  margin-right: 1rem;
}
#reg_nav .sc-block-button a, #reg_nav button.sc-button {
  border-radius: 10px !important;
  padding: 0.5rem 1rem !important;
  background: rgb(221, 17, 152);
  color: white;
}
#reg_nav .sc-block-button a:hover, #reg_nav button.sc-button:hover {
  background: rgb(28, 46, 121);
}

#user_email_username {
  border: 1px solid #000 !important;
  border-radius: 5px !important;
}

#step_containers {
  width: 100%;
  height: 100%;
}
#step_containers #step_container1 {
  background-position-x: -15rem;
  background-position-y: 1rem;
  background-repeat: no-repeat;
  background-image: url("/wp-content/plugins/rs_indiv/rsindiv/images/whiteLeft.png");
  width: 100%;
  min-width: 350px;
}
#step_containers #step_container1 #step1 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  background-image: url(/wp-content/plugins/rs_indiv/rsindiv/images/whiteRight.png);
  background-size: 8%;
  background-position-y: bottom;
  background-position-x: 82.5%;
  background-repeat: no-repeat;
}
#step_containers #step_container1 #step1 video {
  width: 60%;
  height: 100%;
}
#step_containers #step_container1 #step_icons {
  width: 100%;
  padding: 4rem 0;
  margin: 0 auto;
}
#step_containers #step_container1 #step_icons #buyButton {
  width: 10%;
  min-width: 12rem;
  margin: 2rem auto;
}
#step_containers #step_container1 #step_icons #buyText {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
#step_containers #step_container1 #step_icons .sc-block-button a, #step_containers #step_container1 #step_icons button.sc-button {
  border-radius: 10px !important;
  padding: 0.5rem 1rem !important;
  background: rgb(255, 152, 0);
  color: white;
}
#step_containers #step_container1 #step_icons .sc-block-button a:hover, #step_containers #step_container1 #step_icons button.sc-button:hover {
  background: rgb(28, 46, 121);
}
#step_containers #step_container2 {
  position: relative;
  background: rgb(28, 46, 121);
  background-image: url(/wp-content/plugins/rs_indiv/rsindiv/images/blueRight.png);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 100%;
  background-size: 20%;
}
#step_containers #step_container2 #step2 {
  background-repeat: no-repeat;
  background-image: url(/wp-content/plugins/rs_indiv/rsindiv/images/blueLeft.png);
  background-size: 8%;
  width: 100%;
  padding: 2.2rem 0;
  margin: 2.2rem 0;
}
#step_containers #step_container2 #step2 h2.sub {
  color: rgb(255, 152, 0);
  margin-top: 0px;
}
#step_containers #step_container2 #step2 #wpaloginform {
  display: none;
}
#step_containers #step_container2 #step2 #step2_instructions {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
#step_containers #step_container2 #step2 #step2_instructions p {
  font-size: 0.8rem;
  font-weight: lighter;
}
#step_containers #step_container2 #step2 #step2_instructions #reg {
  font-size: 0.7rem;
  font-style: italic;
}
#step_containers #step_container2 #step2 div.form {
  padding-bottom: 25%;
}
#step_containers #step_container2 #step2 div.form #login_wrapper {
  width: fit-content;
  margin: 0 auto;
}
#step_containers #step_container2 #step2 div.form #login_wrapper a {
  color: white;
}
#step_containers #step_container2 #step2 label {
  display: block;
  width: 60%;
  margin: 0 auto 0.3rem auto;
  color: rgb(255, 255, 255);
  font-weight: normal;
}
#step_containers #step_container2 #step2 input {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 0.4rem;
  margin-top: 0.3rem;
  display: block;
}
#step_containers #step_container2 #step2 input[type=submit] {
  align-content: center;
  width: 60%;
  margin-top: 1rem;
  margin-left: 20%;
  background-color: rgb(221, 17, 152);
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
#step_containers #step_container2 #step2 .wpa-box.wpa-success, #step_containers #step_container2 #step2 .wpa-box.wpa-alert {
  width: 60%;
}
#step_containers #step_container2 #step2 #wpaloginform p input[type=text] {
  display: block;
  margin: 0 auto;
  width: 60%;
}
#step_containers #step_container2 #blast_text_wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  inline-size: 100%;
}
#step_containers #step_container2 #blast_text_wrapper a:link {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
#step_containers #step_container2 #blast_text_wrapper a:hover {
  color: rgb(221, 17, 152);
}
#step_containers #step_container2 #blast_text_wrapper #resume_link {
  position: relative;
  width: 16vw;
  height: 11vw;
  text-transform: uppercase;
}
#step_containers #step_container2 #blast_text_wrapper #resume_link a {
  display: block;
  position: absolute;
  right: 2.5vw;
  width: 50%;
  z-index: 10;
  font-weight: bolder;
  font-size: 1.5vw;
  line-height: 1.3vw;
  top: 6vw;
  cursor: default;
}
#step_containers #step_container2 #blast_text_wrapper #resume_link span {
  display: block;
  position: absolute;
  z-index: 10;
  color: #1c2e79;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 2.5vw;
  top: 3.5vw;
  right: 3.5vw;
}
#step_containers #step_container2 #blast_text_wrapper #resume_link img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#step_containers #step_container2 #blast_text_wrapper #evolve_link {
  position: relative;
  display: block;
  text-align: left;
  text-transform: uppercase;
  margin-left: 1rem;
  /* margin-bottom: 1rem; */
  font-weight: bolder;
  font-size: 0.75rem;
  line-height: 1rem;
  width: 22vw;
  height: 11vw;
}
#step_containers #step_container2 #blast_text_wrapper #evolve_link a {
  position: absolute;
  bottom: 1.2vw;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  color: white;
}
#step_containers #step_container2 #blast_text_wrapper #evolve_link a::before {
  content: "";
  border: solid rgb(93, 118, 225);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px 6px 6px 6px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#step_containers .slide_step1 {
  width: 50% !important;
  transition: 2s;
}
#step_containers .slide_step2_pre {
  /*    position: relative !important;
      visibility: visible !important;
  */
}
#step_containers #step_container2.slide_step2 {
  height: auto !important;
  padding: 2rem 0;
  transition: 2s;
  width: 50%;
}

body.asa_login #step_containers #step_container2 {
  display: block !important;
  width: 50% !important;
  width: unset;
  height: unset;
  overflow: unset;
}
body.asa_login #step_containers #wpaloginform {
  display: block !important;
}
body.asa_login #step_containers p.retry_link {
  text-align: center;
}
body.asa_login #step_containers p.retry_link a {
  color: white;
}

body.asa_logout #step_containers #step_container2 {
  display: block !important;
  width: 50% !important;
  width: unset;
  height: unset;
  overflow: unset;
}
body.asa_logout #step_containers #step_container2 #step2_instructions a {
  color: white !important;
}

@media only screen and (max-width: 990px) {
  #step_container1 {
    width: 100% !important;
    height: 100%;
  }
  .slide_step1 {
    height: 0 !important;
    overflow: hidden;
    transition: 2s;
  }
  .slide_step2 {
    width: 100% !important;
  }
  #congrats_modal {
    top: 3rem;
    left: 1rem;
  }
  #step_container2 {
    width: 100% !important;
  }
  #step_container2 #blast_text_wrapper #resume_link {
    width: 32vw;
    height: 22vw;
  }
  #step_container2 #blast_text_wrapper #resume_link a {
    right: 1.2vw;
    font-size: 2.2vw;
    line-height: 2.7vw;
    top: 11.5vw;
  }
  #step_container2 #blast_text_wrapper #resume_link span {
    font-size: 1.8vw;
    line-height: 2.5vw;
    top: 9vw;
    right: 7vw;
  }
  #step_container2 #blast_text_wrapper #evolve_link {
    width: 44vw;
    height: unset;
  }
}

/*# sourceMappingURL=indiv.css.map */
