html,
body {
  height: 100%;
}

:root {
  --pink: #fb70a3;
  --gray: #333333;
  --lightgray: #bdb7b5;
  --darkhighprio: #302e70;
  --darklowprio: #585858;
  --darkmidprio: #202020;
  --white: #ffffff;
  --cream: #f2ece8;
  --orange: #fb7836;
  --lightbrown: #f2ece8;
}

.to-animate {
  opacity: 0;
}

@media (max-width: 920px) {
  .to-animate {
    opacity: 1;
  }
}

.header {
  background-color: transparent;
  height: 70px;
}

.header-center {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.center-dummy {
  width: 40%;
}

.header .inner-header {
  padding: 25px 80px;
}

.header a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gray);
}

.header a.highlighted {
  /* color: var(--pink); */
}

.header a.left {
  padding-left: 40px;
}

.header .center-title {
  font-family: "Sen";
  font-style: normal;
  font-weight: 700;
  font-size: 23.25px;
  color: var(--pink);
}

.header-title-left {
  width: 25%;
}

.quiz-text {
  color: #c64d10 !important;
}

.right-option-text {
  padding-left: 9.35px;
}

.right-divider {
  border: 1px solid #bdb7b5;
  height: 18px;
  margin: 0px 12px;
}

.white-divider {
  border: 1px solid #e2e9e4 !important;
}

.search-header-padding-left {
  padding-left: 80px;
}

.search-header-padding-right {
  padding-right: 80px;
}

.inner-addon {
  width: 100%;
  position: relative;
}

/* style icon */
.inner-addon .input-icon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
  left: 0px;
}
.right-addon .glyphicon {
  right: 0px;
}

/* add padding  */
.left-addon input {
  padding-left: 30px;
}
.right-addon input {
  padding-right: 30px;
}

.search-input {
  border-radius: 70px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #bdb7b5;
}

.main-options-container {
  z-index: 3;
}

.right-options-container {
  padding-left: 62px;
}

.menu {
  width: 19.2px;
  height: 13.8px;
}

.center-title-left {
  padding-left: 10.4px;
}

.pink-title {
  color: var(--pink);
}

.finder-btn {
  width: 125px;
  height: 25px;
  background-color: var(--pink);
}

.finder-btn .finder-btn-text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  text-align: right;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
}

@media (max-width: 768px) {
  .header .inner-header {
    padding: 18.4px 0px;
  }

  .header .center-title {
    font-size: 18px;
  }
}

@media (min-width: 820px) {
  .header .inner-header {
    padding: 18.4px 0px;
  }
}

@media (min-width: 1600px) {
  .header .inner-header {
    padding: 25px 0px;
  }
}

@media (min-width: 2000px) {
  .header .inner-header {
    padding: 25px 0px;
  }
}

.toast-title {
  display: none;
}

.toast-progress {
  display: none;
}

.toast-success {
  background-color: var(--pink);
}

.toast-message {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
}

.white-color {
  color: var(--white) !important;
}

.footer {
  background-color: #faf6f5;
  padding-bottom: 50px;
}

.footer-dark {
  background-color: #f8e8e2;
}

.footer-inner {
  max-width: 1110px;
}

.upper-footer {
  height: 50%;
}

.lower-footer {
  height: 50%;
}

.footer-left {
  padding-left: 48px;
}

.footer-links {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 0.2px;
  color: var(--darkhighprio);
}

.copyright-footer {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: var(--darkmidprio) !important;
  text-decoration: none;
}

.footer-brand-title {
  font-family: "Sen";
  font-style: normal;
  font-weight: 700;
  font-size: 23.25px;
  line-height: 31px;
  color: var(--pink);
}

.ig-footer {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--pink) !important;
  text-decoration: none;
}

.ig-icon {
  padding-right: 8.19px;
}

.footer-row1 {
  padding-top: 40px;
}

.footer-row2 {
  padding-top: 35.52px;
}

.footer-mobile-row {
  padding-top: 16px;
}

.footer-last-row {
  padding-top: 32px;
}

@media (max-width: 768px) {
  .footer {
    height: 100%;
  }
}

@media (min-width: 912px) {
  .footer {
    height: 455px;
  }
}

@media (min-width: 920px) {
  .footer {
    height: 219px;
  }
}

@media (max-width: 912px) {
  .finder-btn {
    margin-right: 10px;
  }

  body {
    padding-right: 0px !important;
  }
}

.cursor-pointer {
  cursor: pointer;
}

/* Search Result */
.search-result-container {
  position: absolute;
  top: 75px;
  height: auto;
  left: 0;
  z-index: 10;
}

.search-result-inner-container {
  width: 760px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 5px 50px rgba(48, 49, 51, 0.08),
    5px 0px 24px rgba(48, 49, 51, 0.1);
  border-radius: 10px;
}

.result-container {
  padding: 16px 30px;
}

.search-result-title1 {
  font-family: "Garamond";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: var(--darkmidprio);
}

.sponsored-prod-container {
  height: 149px;
  margin-top: 4px;
  margin-bottom: 24px;
}

.search-result-title2 {
  margin-top: 40px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #bdb7b5;
}

.search-result-item {
  cursor: pointer;
  padding-top: 12px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #0d0b0b;
}

.search-no-results {
  padding-top: 12px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: var(--gray);
}

.search-result-normal {
  font-weight: 400;
}

.search-sponsored-item {
  width: 100px;
  height: 149px;
  cursor: pointer;
  z-index: 11;
}

.search-sponsored-img {
  width: 100%;
  height: 117px;
}

.search-item-selected {
  padding-bottom: 12px;
  background-color: var(--pink);
}

.search-sponsored-title {
  width: 97px;
  height: 28px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 14px;
  color: var(--darkmidprio);
}

/* The loading Class */
.skeleton-box {
  display: block;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: skeleton-loading-animation 1s linear infinite alternate;
}

@keyframes skeleton-loading-animation {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

.rotate {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* modal quiz loading */
.modal-quiz-result {
  padding: 0 !important;
}

.modal-quiz-result-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-quiz-result-content {
  background-color: #f8e8e2;
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-quiz-result-body {
  overflow-y: auto;
}

.quiz-modal-header {
  font-family: "Sen";
  font-style: normal;
  font-weight: 700;
  font-size: 23.25px;
  color: var(--pink);
}

.quiz-modal-text {
  padding-bottom: 30px;
  font-family: "Garamond";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: var(--darkhighprio);
}

.quiz-modal-step2 {
  padding-top: 75px;
}

.step-bg {
  width: 100%;
  height: 100%;
}

.step-bg-container {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.step-loading-img1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.step-loading-img2 {
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: 1;
}
.step-loading-img3 {
  position: absolute;
  bottom: 83%;
  left: 25%;
  z-index: 1;
}
.step-loading-img4 {
  position: absolute;
  bottom: 0;
  left: 45%;
  z-index: 1;
}
.step-loading-img5 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.step-loading-img6 {
  position: absolute;
  bottom: 50%;
  right: 0;
  z-index: 1;
}
.step-loading-img7 {
  position: absolute;
  bottom: 35%;
  right: 15%;
  z-index: 1;
  filter: blur(3px);
}

.retake-quiz-text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--darkmidprio);
}

.create-account-close {
  position: absolute;
  right: 5%;
  top: 8%;
  cursor: pointer;
}

.zero-padding-left {
  padding-left: 0 !important;
}

.create-account-dialog {
  max-width: 920px;
}

.create-account-content {
  background-color: #f2ece8;
  border-radius: 40px;
}

.center-title {
  font-family: "Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--darkhighprio);
}
.center-subtitle {
  font-family: "Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--darkhighprio);
}

.create-accounts-btn-row {
  padding-top: 61px;
  padding-bottom: 61px;
  padding-left: 271px;
  padding-right: 271px;
}

.login-col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sign-in-btn {
  width: 378px;
  height: 52px;
  margin: 0px 16px;
}

.sign-in-btn-color {
  background-color: var(--pink);
}

.create-account-btn-color {
  background-color: transparent;
}

.sign-in-btn-text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--white);
}

.create-account-text {
  color: var(--pink);
}

.ca-popup {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #8a8684;
}

.ca-bold-popup {
  color: var(--pink);
}

@media (max-width: 912px) {
  .create-accounts-btn-row {
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 0;
    padding-right: 0;
  }

  .quiz-modal-text {
    font-family: "Garamond";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }

  .step-loading-img3 {
    bottom: 69%;
    left: 45%;
  }

  .step-loading-img6 {
    bottom: 67%;
    right: 0;
  }

  .step-loading-img2 {
    bottom: 66%;
    left: 0;
  }

  .step-loading-img4 {
    bottom: 0;
    left: 16%;
  }
  .step-loading-img7 {
    bottom: 30%;
    left: 0;
  }

  .step-loading-img8 {
    bottom: 35%;
    right: 0;
    position: absolute;
    z-index: 1;
  }

  .center-title {
    line-height: 20px;
    font-size: 35px;
  }
  .center-subtitle {
    font-size: 20px;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

.hearts {
  padding-top: 75px;
  padding-bottom: 45px;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.img {
  transition: transform 0.2s;
}

.img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

@media (width: 1920px) {
  .create-account-dialog {
    max-width: 920px;
  }

  .hearts {
    padding-top: 45px;
    padding-bottom: 5px;
  }

  .input-row-popup1 {
    padding-top: 40px !important;
  }

  .create-accounts-btn-row {
    padding-top: 31px;
    padding-bottom: 31px;
  }
}
