@import 'reset.css';
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

@font-face {
  font-family: 'Existence';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/Existence-UnicaseLight.woff2') format('woff2');
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background-color: #01025A;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  overflow: hidden;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100px;
  background-image: linear-gradient(50deg, #8b58ff 10%, #3ed6ff 100%);
  /* clip-path: ellipse(75% 100% at 50% 0); */
  z-index: 2;
  padding-top: 15px;
}
header > * {
  display: flex;
  flex: 1;
}
header .back-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/arrow-back.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 20px;
  margin-top: 15px;
}
header .logo {
  background-image: url('../images/logos/header.png');
  background-repeat: no-repeat;
  background-position: center 45px;
  background-size: contain;
  max-width: 225px;
  min-width: 225px;
  height: 100%;
}
.ask-actions .active {
  filter: invert(65%) sepia(34%) saturate(4449%) hue-rotate(161deg) brightness(101%) contrast(98%);
}
#container {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: calc(100% - 160px);
  top: 85px;
  /* padding: 40px 20px; */
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  gap: 15px;
}
#container.no-nav {
  height: calc(100% - 85px);
}
#container > .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
#container > .title i {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#container > .title i.settings-icon {
  background-image: url('../images/navigation/settings.png?v=1');
}
#container > .title i.htaq-icon {
  background-image: url('../images/settings/question.png?v=1');
}
#container > .title i.faq-icon {
  background-image: url('../images/settings/faq.png?v=1');
}
#container > .title i.support-icon {
  background-image: url('../images/settings/support.png?v=1');
}
#container > .title i.gift-icon {
  background-image: url('../images/gift-icon.png?v=1');
}
#container > .title i.calendar-icon {
  background-image: url('../images/calendar2-icon.png?v=1');
}
#container > .title i.profile-icon {
  background-image: url('../images/navigation/profile.png?v=1');
}
#container > .title i.message-icon {
  background-image: url('../images/navigation/messages.png');
}
#container > .title i.synastry-icon {
  background-image: url('../images/navigation/synastry.png?v=2');
  width: 28px;
  height: 28px;
}
#container > .title i.live-sessions-icon {
  background-image: url('../images/navigation/live-session.png');
}

nav:before {
/*
  content: "";
  position: absolute;
  width: 100%;
  height: 25px;
  top: -25px;
  background-image: linear-gradient(180deg, transparent, #2b273e 75%);
*/
}
nav {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  /* height: 60px; */
  /* background-image: linear-gradient(50deg, #38567b 0%, #404183 55%, #463282 100%); */
  /* border-top-left-radius: 20px; */
  /* border-top-right-radius: 20px; */
  z-index: 2;
  /* box-shadow: 0 -20px 20px rgba(0,0,0,.35); */
  /* padding-bottom: 15px !important; */
}
nav a {
  position: relative;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
nav a.book {
  /* background-image: url('../images/navigation/book.png?v=1'); */
  background-image: url('../images/settings/support.png?v=1');
}
nav a.messages {
  background-image: url('../images/navigation/messages.png?v=1');
}
nav a.home, nav a.senses_list {
  position: relative;
  top: -18px;
  width: 46px;
  height: 46px;
  background-color: #404183;
  border-radius: 50%;
  border: 10px solid #404183;
  border-top-width: 8px;
  background-image: url('../images/navigation/home.png?v=1');
}
nav.astrologer a.home {
  background-image: url('../images/navigation/camera.png?v=1');
}
nav a.settings {
  background-image: url('../images/navigation/settings.png?v=1');
}
nav a.profile {
  background-image: url('../images/navigation/profile.png?v=1');
}
nav a.synastry {
  background-image: url('../images/navigation/synastry.png?v=2');
}
nav a.senses_messages {
  background-image: url('../images/navigation/senses_messages.png?v=2');
}
nav a.senses_list, nav a.senses {
  background-image: url('../images/navigation/senses_list.png');
}
nav a.asktrology {
  background-image: url('../images/navigation/asktrology.png');
}
nav a.live-sessions {
  background-image: url('../images/navigation/live-session.png');
}
nav a.synastry, nav a.asktrology, nav a.senses {
  transform: scale(1.1);
}
nav a.active:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #40b8bd;
  border-radius: 50%;
  bottom: -10px;
  left: calc(50% - 2.5px);
}

form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
form .form-row {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
form .form-row .input-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
form .form-row .radio-container {
  display: flex;
  align-items: center;
  gap: 5px;
}
form .form-row .input-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -3px;
  background-image: linear-gradient(90deg, #41c6c5, #5b84fa 46%, #9a41f5 100%);
}
form .form-row .input-container input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 10px 10px 8px 10px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}
form .form-row input[type="checkbox"],
form .form-row input[type="radio"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-image: url('../images/forms/circle-border.png?v=1');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 10px 0;
}
form .form-row input[type="checkbox"]:checked:after,
form .form-row input[type="radio"]:checked:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: calc(50% - 4px);
  top: calc(50% - 4px);
  background-color: #3ed6ff;
  border-radius: 50%;
}
form .form-row input[type="checkbox"] + label,
form .form-row input[type="radio"] + label {
  font-weight: 300;
  font-size: 14px;
  margin-left: 5px;
  white-space: nowrap;
}

form .form-row input[type="date"],
form .form-row input[type="time"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-webkit-date-and-time-value{ text-align:left; }
form .form-row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding: 10px 10px 8px 10px;
}

form .form-row .textarea-container {
  background: linear-gradient(90deg, #761cf2, #1de4cf);
  border-radius: 10px;
  width: 100%;
  height: 100px;
  padding: 2px;
  margin: 10px 0;
}
form .form-row .textarea-container textarea {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #6d5b9b;
  resize: none;
  padding: 5px 10px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
  color: #fff;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
form .form-row .input-container input::placeholder,
form .form-row .textarea-container textarea::placeholder {
  color: #fff;
}
form .form-row .input-container input::placeholder {
  opacity: .25;
}
form .form-row button {
  display: grid;
  border: none;
  background: linear-gradient(90deg, #3ed6ff 65%, #8b58ff);
  padding: 5px 20px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  color: #311e55;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
form .error,
form .error::placeholder {
  color: red !important;
}

strong {
  font-weight: 700 !important;
}
.page-loader {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
  z-index: 99999;
}
.page-loader .logo {
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
/*
  animation-name: colorize;
  animation-duration: 5s;
  animation-iteration-count: infinite;
*/
  animation: glowFloatZoom 2.2s ease-in-out infinite;
}
@keyframes glowFloatZoom {
  0% {
      transform: translateY(0) scale(1);
      filter: drop-shadow(0 0 2px rgba(255,255,255,0.4));
      opacity: 0.9;
  }
  50% {
      transform: translateY(-10px) scale(0.9);
      filter: drop-shadow(0 0 10px rgba(255,255,255,0.9));
      opacity: 1;
  }
  100% {
      transform: translateY(0) scale(1);
      filter: drop-shadow(0 0 3px rgba(255,255,255,0.4));
      opacity: 0.9;
  }
}
@keyframes colorize {
  0% { filter: grayscale(0); }
  50% { filter: grayscale(1); }
  100% { filter: grayscale(0); }
}

.page-message {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
  z-index: 2;
}
.page-message .message-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 250px;
  max-width: 80%;
  background-image: none;
  padding: 20px;
  border-radius: 24px;
  box-shadow: 0 0 0 1000px rgba(0,0,0,.75);
  z-index: 999;
  background: #F2EDE4;
}
.page-message .message-container .close-btn {
  position: absolute;
  width: 36px;
  height: 36px;
  background-image: url('../images/popup-close.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 8px;
  right: 8px;
}
.page-message .message-container .icon {
  width: 30px;
  height: 30px;
  background-image: url('../images/message-icon.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
      filter: invert(1);
}
.page-message .message-container .message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
  color: #100F08;
  font-family: Host Grotesk;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.page-message .message-container .message i {
  font-style: italic;
}

.agreements-container {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
  z-index: 2;
}
.agreements-container.active {
  display: flex;
}
.agreements-container .content {
  position: relative;
  width: 75%;
  height: 75%;
  background-color: #fff;
  color: #000;
  padding: 40px 20px;
  border-radius: 10px;
}
.agreements-container .content .close-btn {
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url('../images/close-icon.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(1);
  top: 15px;
  right: 15px;
  z-index: 1;
}
.agreements-container .content .body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  overflow-y: auto;
}

.change-profiles {
  display: none;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
  z-index: 2;
}
.change-profiles .profiles {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px);
  background-image: linear-gradient(50deg, #38567b 0%, #404183 55%, #463282 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  gap: 10px;
  margin-bottom: -100%;
  transition: all .5s;
}
.change-profiles .profiles.slide {
  margin-bottom: 0;
}
.change-profiles .profiles .close-btn {
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url('../images/close-icon.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.change-profiles .profiles .title {
  position: relative;
  font-size: 13px;
  text-align: center;
  padding-bottom: 10px;
}
.change-profiles .profiles .title:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #fff;
  top: calc(100% + 0px);
  left: calc(50% - 20px);
  opacity: .8;
}
.change-profiles .profiles .item {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 10px;
}
.change-profiles .profiles .item.active:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #40b8bd;
  border-radius: 50%;
  left: -10px;
  top: calc(50% + 2.5px);
}
.change-profiles .profiles .item + .item {
  border-top: 1px solid rgba(255,255,255,.5);
}
.change-profiles .profiles .item .image {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
}
.change-profiles .profiles .item .image.bordered {
  border: 1px solid #40b8bd;
}
.change-profiles .profiles .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.change-profiles .profiles .item span {
  font-size: 14px;
}
.change-profiles .profiles .item.active span {
  font-weight: 700;
}
.change-profiles .profiles .item .add-icon {
  display: grid;
  place-content: center;
  width: 28px;
  height: 28px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  border: 1px solid #40b8bd;
  color: #40b8bd;
}
.change-profiles .profiles .item button {
  margin-left: auto;
  border: 0;
  background: none;
  color: #fff;
}
.change-profiles .profiles .item button.hide {
  display: none;
}
.change-profiles .profiles .item .remove-account {
  width: 24px;
  height: 24px;
  background-image: url('../images/trash-icon.png?v=1');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  filter: invert(1);
  margin-left: auto;
}
.info-popup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  width: 300px;
  height: 250px;
  left: calc(50% - 150px);
  top: calc(50% - 125px);
  background-image: none;
  border-radius: 24px;
  box-shadow: 0 0 0 1000px rgba(0,0,0,.75);
  z-index: 999;
  background: #F2EDE4;
}
.info-popup.senses {
  width: calc(100% - 50px);
  height: 400px;
  left: 25px;
  top: calc(50% - 200px);
}
.info-popup.senses h2 {
  text-align: center;
  color: #100F08;
  font-family: Host Grotesk;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.info-popup:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  left: 10px;
  opacity: .75;
  background-image: url('../images/logos/asktrology-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: none !important;
}
.info-popup:after {
  content: '';
  position: absolute;
  width: 120px;
  height: 30px;
  bottom: 10px;
  right: 20px;
  opacity: .75;
  background-image: url('../images/logos/logo-motto.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: none !important;
}
.info-popup .close-btn,
.info-popup .hide-btn {
  position: absolute;
  width: 36px;
  height: 36px;
  background-image: url('../images/popup-close.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 15px;
  right: 15px;
}
.info-popup h1 {
   text-align: center;
      font-family: 'freightneo_probook';
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #100F08;
    margin-bottom: 0 !important;
    padding: 0;
}
.info-popup a, .info-popup .btn {
    background: #100F08;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 16px;
    text-align: center;
    font-family: Host Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    text-decoration: none;
}
.info-popup.hidden {
  display: none;
}
.info-popup.vf {
  height: 300px;
}
.info-popup .vf-phone {
  font-family: 'Open Sans', sans-serif;
  outline: none;
  border: 1px solid #bab1d0;
  border-radius: 6px;
  letter-spacing: 1px;
  padding: 7px 12px;
  background-color: transparent;
  color: white;
}
.info-popup .vf-button[disabled] {
  filter: grayscale(1);
}
.info-popup.location select {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  border: 1px solid #bab1d0;
  border-radius: 6px;
  letter-spacing: 1px;
  padding: 7px 12px;
  background-color: transparent;
  color: white;
}


::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */

*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */

[no-data] {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: crimson;
}


/* Astrologer Box New */
.astrologer-box-new {
  position: fixed;
  padding: 3px;
  z-index: 3;
  left: calc(100% - 82px);
  top: 75px;
  border-radius: 50%;
  display: none !important;
}
.astrologer-box-new.welcome {
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, .35);
}
.astrologer-box-new:not(.welcome) .welcome {
  display: none;
}
.astrologer-box-new .welcome {
  position: absolute;
  width: 340px;
  top: 0;
  right: 0;
  text-align: center;
  white-space: pre-wrap;
  font-size: 15px;
  line-height: 24px;
  padding: 0px 80px 20px 20px;
  box-sizing: border-box;
  background-image: linear-gradient(180deg, #4d2f77 20%, #3a4577 80%);
  border-radius: 40px;
  opacity: 0;
  animation: message-burst .5s forwards;
  animation-delay: .4s;
}
.astrologer-box-new .welcome .close-btn {
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url('../images/close-icon.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 25px;
  left: 25px;
  z-index: 1;
}
.astrologer-box-new .welcome .gradient {
  position: relative;
  background: linear-gradient(90deg, #41c6c5, #5b84fa 46%, #9a41f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px 0;
  text-decoration: underline;
}
.astrologer-box-new .welcome .gradient:after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #41c6c5, #5b84fa 46%, #9a41f5);
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 3px;
}
.astrologer-box-new.welcome .links {
  display: none;
}
.astrologer-box-new .links {
  position: absolute;
  display: none;
  align-items: center;
  gap: 10px;
  height: 50px;
  top: calc(50% - 25px);
  right: 4px;
  text-align: center;
  white-space: pre-wrap;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 80px 10px 10px;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, #3ed6ff, #8b58ff);
  border-radius: 40px;
  overflow: hidden;
  opacity: 0;
  animation: message-burst .5s forwards;
  animation-delay: .4s;
}
.astrologer-box-new.active .links {
  width: 220px;
}
.astrologer-box-new .links a {
  background: linear-gradient(180deg, #4d2f77 20%, #3a4577 80%);
  padding: 5px 12px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #3ed6ff;
  white-space: nowrap;
}
.astrologer-box-new .image {
  width: 75px;
  height: 75px;
  position: relative;
  animation: bubble-burst cubic-bezier(1, 1, 0.1, 1.5) .5s;
  transform-origin: center;
  z-index: 1;
}
.astrologer-box-new .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #2b273e;
  border-radius: 50%;
}
.astrologer-box-new .image:not(.no-border):before {
  position: absolute;
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  left: -3px;
  top: -3px;
  background: linear-gradient(90deg, #8b58ff, #3ed6ff);
  z-index: -1;
  border-radius: 50%;
}
@keyframes bubble-burst {
  from { transform: scale(0); }
  to { transform: scale(1); }
}
@keyframes message-burst {
  from { opacity: 0; }
  to { opacity: 1; }
}
.hide-popup {
  display: none;
}

.photo-adjust {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #2B273E;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0;
}
.photo-adjust .header {
  display: flex;
  padding: 10px;
}
.photo-adjust .header .close-btn {
  width: 26px;
  height: 26px;
  background-image: url(../images/senses/close.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
}
.photo-adjust .image-area {
  display: flex;
  justify-content: center;
  place-items: center;
  position: relative;
  overflow: hidden;
  height: 480px;
}
.photo-adjust .image-area .image {
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
.photo-adjust .image-area .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-adjust .image-area .hole {
  width: 240px;
  height: 240px;
  left: calc(50% - 120px);
  top: calc(50% - 120px);
  border: 2px solid #582FC0;
  box-shadow: 0px 0px 0px 1000px rgba(0,0,0,.5);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
}
.photo-adjust .adjust-area {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.photo-adjust .adjust-area .slider {
  display: flex;
  position: relative;
  width: 100%;
  margin: 12px auto 30px auto;
}
.photo-adjust .adjust-area .slider:before {
  position: absolute;
  content: '';
  width: 100%;
  border-radius: 2px;
  height: 4px;
  top: -2px;
  background: linear-gradient(90deg, #3ed6ff, #8b58ff);
  z-index: -1;
}
.photo-adjust .adjust-area .slider div {
  position: relative;
  width: 0;
  height: 0;
}
.photo-adjust .adjust-area .slider div:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  left: -12px;
  top: -12px;
  background-image: linear-gradient(90deg, #3ed6ff, #8b58ff);
  border-radius: 50%;
  border: 2px solid #2b273e;
  box-sizing: border-box;
}
.photo-adjust .adjust-area .zoom,
.photo-adjust .adjust-area .rotate {
  position: relative;
}
.photo-adjust .adjust-area .zoom:after,
.photo-adjust .adjust-area .rotate:after {
  content: attr(text);
  color: #8A58FE;
  font-size: 13px;
  position: absolute;
  right: -10px;
  top: -25px;
}
.photo-adjust .adjust-area .zoom:before {
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  top: -35px;
  left: -10px;
  background-image: url(../images/senses/zoom-out.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.photo-adjust .adjust-area .rotate:before {
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  top: -35px;
  left: -10px;
  background-image: url(../images/senses/arrow-clockwise.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.photo-adjust .adjust-area button {
  border: none;
  background: linear-gradient(90deg, #3ed6ff, #8b58ff);
  padding: 7px 20px;
  border-radius: 25px;
  font-size: 16px;
  padding: 7px 20px;
  font-weight: 600;
  text-decoration: none;
  color: #311e55;
}
.hide {
  display: none !important;
}
.share-element.sharing {
  border-radius: 0 !important;
}
.share-element.sharing:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50px;
  right: 20px;
  bottom: 10px;
  background-image: url(../images/logos/logo-motto.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.share-element.sharing .sharing-hide {
  display: none !important;
}
.footer-navigation {
    background: #fff;
    padding: 12px 44px 12px 24px !important;
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
}
.footer-navigation a{
  background-image: none !important;
  background-color: transparent !important;
  mask: none !important;
  text-decoration: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  text-align: center;
  gap: 6px;
}
.footer-navigation a img{
  width: 24px;
  height: 24px;
}
.footer-navigation:after,
.footer-navigation a.active:after {
 display: none;
}
.footer-navigation a p{
  color: #100F0866;
  font-family: Host Grotesk;
font-weight: 800;
font-size: 10px;
line-height: 12px;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
}
.footer-navigation a.active p{
  color: #100F08;
}
.footer-navigation a .active-icons{display: none;}
.footer-navigation a.active .active-icons{display: block;}
.footer-navigation a.active .default-icons{display: none;}
.senses-profile-nav {
    position: fixed;
    bottom: 80px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 16px 12px;
    border-radius: 12px 12px 0 0;
    height: 48px;
    border-bottom: 1px solid #F2EDE4;
    z-index: 9998;
}
.senses-profile-nav .nav-pills {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.senses-profile-nav .nav-pills li button {
    color: #100F0866;
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.6px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background: transparent;
    padding: 0 8px;
}
.senses-profile-nav .nav-pills li button.active {
  color: #100F08;
  background: transparent;
  font-weight: 700;
}
.footer-navigation nav a.synastry,
.footer-navigation nav a.asktrology,
.footer-navigation nav a.senses {
  transform: none;
}
