/* Signup styling starts */
.signup-background {
  background-color: #f1f5f8;
}

.koachify_signup-container {
  /* width: 90%;
  height: 100%; */
  /* display: flex;
  align-items: center; */
  width: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.quotationform-fullheight {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--theme-color) !important;
}

.quotation_signup_container {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 500px) {
  .quotation_signup_container {
    width: 40% !important;
  }
}

.signup-container {
  background-color: #f1f5f8;
  padding-left: 30px;
  padding-right: 30px;
  height: 90%;
}

.signup-child-container {
  background-color: #f1f5f8;
}

.signup-element {
  font-size: 14px;
}
.signup-element label {
  /*font-weight: bold;*/
  color: #6c718b;
  font-size: 14px;
}
.checkbox.checkbox-primary.signup-element.signup-multi-color label {
  padding-left: 10px;
}
.signup-element input {
  font-size: 14px;
  font-weight: normal;
}

.signup-bar {
  /* background-color: white; */
  background-color: var(--color-white);
  text-align: center;
  height: 60px;
}

.signup-bar #header-logo {
  margin-top: 12px;
}

.signup-form-container {
  /* background-color: white; */
  background-color: var(--color-white);
}

.signup-steps-container {
  padding: 20px;
}

.signup-multi-color {
  color: #b2b7c4;
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}

.signup-multi-color a {
  /* color: #4DA1FF; */
  color: var(--theme-color);
}
.signup-multi-color a:visited,
a:hover {
  color: #4da1ff;
  /* color: var(--theme-color); */
  /* text-decoration: underline; */
}

.col-signup-desc {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.signup-description {
  /* background-color: #2d6bc8; */
  background-color: var(--theme-color);
  text-align: center;
  /* color: white; */
  color: var(--color-white);
  font-size: 12px;
  height: 430px;
}

.signup-description-bg {
  background-image: url(images/iPhone.png);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100%;
  background-size: 80% auto;
}

.padding-tr {
  height: 10%;
}

.signup-form-elements-container {
  margin-top: 60px;
}

.container-nomargin {
  margin-top: 0;
}

.signup-steps {
  /*margin-left: 20%;*/
  padding-top: 20px;
  margin: 15px 0 23px 0;
}

.step-icon {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
  padding-top: 2px;
  font-family: Montserrat-Regular;
  margin-left: auto;
  margin-right: auto;
}

.step-icon-selected {
  background-color: limegreen;
  /* color: white; */
  color: var(--color-white);
}

.step-icon-pending {
  background-color: orange;
  /* color: white; */
  color: var(--color-white);
  font-family: FontAwesome;
  content: "\f12a";
}

.step-icon-completed {
  background-color: limegreen;
  /* color: white; */
  color: var(--color-white);
  font-family: FontAwesome;
  content: "\f00c";
}

.step-icon-disabled {
  background-color: #f1f5f8;
  border: 1px;
  border-color: grey;
  border-style: solid;
  padding-top: 0;
}

.step-label {
  font-size: 12px;
  font-weight: bolder;
  text-align: center;
}

.step-hr {
  margin-top: 10px;
  margin-bottom: 0;
}

/* Signup styling ends */

/* Verify styling starts */
.verify-title {
  color: #4b4f60;
  font-size: 20px;
  text-align: center;
  margin-bottom: 14px;
}

.verify-desc {
  font-size: 12px;
  color: #b0b1b7;
  text-align: center;
}

.verify-element input {
  height: 70px;
  width: 40px;
  display: inline;
  margin: 10px;
  /* color: #4DA1FF; */
  color: var(--theme-color);
  font-size: 20px;
}

.verify-actions {
  font-size: 12px;
}

.verify-actions a {
  /* color: #4DA1FF; */
  color: var(--theme-color);
}
.verify-actions a:visited {
  /* color: #4DA1FF; */
  color: var(--theme-color);
}
.verify-actions a:hover {
  /* color: #4DA1FF; */
  color: var(--theme-color);
}
/* Verify styling ends */

/* Choose styling starts */

.choose-save {
  padding-top: 20px;
  background-color: #f1f5f8;
}

.features-input {
  font-size: 12px !important;
  text-align: center;
}

.features-desc {
  font-size: 12px;
}
.features-modal-desc {
  font-size: 14px;
  position: absolute;
  width: 100%;
}
.features-light-color {
  font-size: 12px;
  color: #cbcdd5;
}

.features-dark-color {
  font-size: 12px;
}

.features-icons-set {
  margin-left: 20px;
}

.box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 80px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 5px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.box-selected {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 80px;
  /*background-color: #4DA1FF; */
  background-color: var(--bordercolor-theme);
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: var(--color-white);
  cursor: pointer;
  margin: 5px;
  text-align: center;
  vertical-align: middle;
}

.box-selected:hover {
  box-shadow: 0 2px 15px 2px rgba(40, 40, 40, 0.4) !important;
}

.box-selected img.selected {
  display: block;

  width: 30px;
  height: auto;
  position: absolute;
  left: 35%;
  padding-top: 18px;
}

.box-selected img.normal {
  display: none;
}

.box-selected img.hovered {
  display: none;
}

/* Box hovering and styling */
.box::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  /* color: #4DA1FF;
 border-color: #4DA1FF; */
  color: var(--theme-color) !important;
  border: 1px;
  border-style: solid;
  border-color: var(--theme-color);
}

.box:hover::after {
  opacity: 1;
}

.box img {
  width: 25px;
  height: auto;

  position: absolute;
  left: 38%;
  padding-top: 20px;
}

/* Box image icons toggeling according to actions */
.box img.selected {
  display: none;
  width: 25px;
  height: auto;
}
.box img.hovered {
  display: none;
}
.box:hover img.hovered {
  display: block;
}
.box:hover img.normal {
  display: none;
}

.icon-title {
  /*padding-top: 60px;*/
  padding-top: 58px;
  font-size: 12px;
}

/* Choose styling ends */

.steps-animation {
  opacity: 0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation: contentfadein ease-in 1;
  -moz-animation: contentfadein ease-in 1;
  animation: contentfadein ease-in 1;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 0.4s;
}

.signup-header {
  height: 10%;
  /* padding-left: 5%;
  padding-right: 5%; */
}

.signup-heading {
  color: #101828;
  font-family: "Inter", sans-serif;
  margin-top: 1rem !important;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}

.signup2-heading {
  color: #101828;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}

.signup-supporting {
  color: #475467;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.account-question {
  color: #475467;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.main-text {
  color: #101828;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}

.thankyou-email-text {
  color: #475467;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.user-email {
  color: #475467;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

.need-help-text {
  color: #475467;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

/* Shimmer for VerifyEmail.js */
.custom-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after {
  position: absolute;
  top: 0;
  content: "";
}

.jimu-primary-loading:before {
  left: -19.992px;
}

.jimu-primary-loading:after {
  left: 19.992px;
  -webkit-animation-delay: 0.32s !important;
  animation-delay: 0.32s !important;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after,
.jimu-primary-loading {
  background: #105efb;
  -webkit-animation: loading-keys-app-loading 0.8s infinite ease-in-out;
  animation: loading-keys-app-loading 0.8s infinite ease-in-out;
  width: 13.6px;
  height: 32px;
}

.jimu-primary-loading {
  text-indent: -9999em;
  margin: auto;
  position: absolute;
  right: calc(50% - 6.8px);
  top: calc(50% - 16px);
  -webkit-animation-delay: 0.16s !important;
  animation-delay: 0.16s !important;
}

@-webkit-keyframes loading-keys-app-loading {
  0%,
  80%,
  100% {
    opacity: 0.75;
    box-shadow: 0 0 #076fe5;
    height: 32px;
  }

  40% {
    opacity: 1;
    box-shadow: 0 -8px #076fe5;
    height: 40px;
  }
}

@keyframes loading-keys-app-loading {
  0%,
  80%,
  100% {
    opacity: 0.75;
    box-shadow: 0 0 #076fe5;
    height: 32px;
  }

  40% {
    opacity: 1;
    box-shadow: 0 -8px #076fe5;
    height: 40px;
  }
}

@keyframes contentfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes contentfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes contentfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.signup-form-elements-container .form-control,
.login-element .form-control {
  height: 50px;
}
.login-element .form-control:hover {
  border: var(--bordercolor-theme) !important;
}
.signup-form-elements-container .btn {
  padding: 16px 12px;
}
.login-element .btn {
  padding: 12px 12px;
}
.signup-form-elements-container input[type="checkbox"] {
  position: relative;
  margin: 10px 0px;
  height: 14px;
  width: 14px;
}

.signup-features-container {
  margin-top: 35px !important;
}

.feature-tick {
  width: 8px;
  right: 4px;
  top: 68px;
  position: absolute;
  z-index: 10;
}
