@charset "UTF-8";
.profile-content__breadcrumb .profile-breadcrumb__spacer {
  background-image: url("/assets/images/profile/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
body {
  background-color: #fafafa;
}
@media screen and (min-width: 700px) and (max-width: 767px) {
  .profile .container {
    overflow-x: hidden;
    padding: 0 18px;
  }
}
.profile p {
  font-size: 15px;
  color: #313131;
}
.profile .text-green {
  color: #09a359;
}
.profile .text-red {
  color: #ff1e45;
}
.profile .profile-panel {
  display: flex;
  flex: 1;
  border-radius: 3px;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.profile .profile-navigation {
  background-color: #fff;
  width: 309px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.profile .profile-content {
  width: calc(100% - 309px);
  float: right;
}
.profile .profile-content__section {
  height: calc(100% - 40px);
  padding: 20px;
  background-color: #fff;
}
.profile .profile-content__alert {
  background-color: rgba(209, 115, 2, 0.05);
  padding: 16px 22px;
  margin-bottom: 20px;
}
.profile .profile-identity {
  padding: 20px;
  background-color: rgba(194, 194, 194, 0.15);
  border-radius: 3px 0 0;
}
.profile .profile-actions {
  background-color: rgba(194, 194, 194, 0.15);
  padding: 5px 20px 20px;
}
.profile-content__alert--synastry {
  display: flex;
}
.profile-content__alert--synastry i {
  background-image: url("/assets/images/synastry/synastry-orange.svg");
  width: 90px;
  height: 64px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.profile-content__alert--synastry div {
  width: calc(100% - 100px);
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.profile-content__alert--synastry .h3 {
  color: #d17302;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 2px;
}
.profile-content__alert--synastry p {
  font-size: 14px;
  line-height: 18px;
  color: #6a6a6a;
  margin-bottom: 0;
}
.profile-identity {
  display: flex;
}
.profile-identity:hover .profile-identity__avatar .button {
  opacity: 1;
}
.profile-identity .profile-identity__avatar {
  flex-basis: 60px;
}
.profile-identity .profile-identity__avatar img {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}
.profile-identity .profile-identity__avatar .button {
  transition: opacity 100ms ease-in-out;
  opacity: 0.2;
  margin-top: 6px;
  position: relative;
  font-size: 12px;
  padding: 2px 8px 2px 18px;
}
.profile-identity .profile-identity__avatar .button::before {
  content: "";
  position: absolute;
  background-image: url("/assets/images/pencil-edit.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  left: 4px;
  top: 5px;
}
.profile-identity .profile-identity__info {
  padding-left: 10px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.profile-identity .profile-identity__name a {
  display: block;
  overflow: hidden;
  font-size: 20px;
  color: #313131;
  font-weight: 900;
  max-width: 199px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 23px;
}
.profile-identity .profile-identity__name a:hover,
.profile-identity .profile-identity__name a:focus,
.profile-identity .profile-identity__name a:active {
  text-decoration: none;
}
.profile-identity .profile-identity__signs {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  color: #313131;
}
.profile-identity .profile-identity__signs [class^=sign] {
  position: relative;
  font-size: 13px;
  padding-left: 21px;
  line-height: 21px;
}
.profile-identity .profile-identity__signs [class^=sign]::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 19px;
  background-size: 17px;
}
.profile-identity .profile-identity__signs strong {
  font-weight: 900;
}
.profile-actions {
  display: flex;
}
.profile-actions .button {
  position: relative;
  flex: 1;
}
.profile-actions .button::before {
  content: "";
  display: block;
  background-image: url("/assets/images/profile/star.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 36px;
}
.profile-menu {
  padding: 15px 0;
  border-top: 1px solid rgba(194, 194, 194, 0.2);
}
.profile-menu ul {
  list-style: none;
}
.profile-menu li {
  position: relative;
  margin: 0;
}
.profile-menu li:hover a {
  text-decoration: none;
  color: #5769ef;
}
.profile-menu li a {
  color: #313131;
  border-left: 7px solid transparent;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 4px 10px 4px 52px;
}
.profile-menu li a:focus,
.profile-menu li a:active,
.profile-menu li a:hover {
  text-decoration: none;
}
.profile-menu .profile-menu--selected svg path[fill] {
  fill: #5769ef;
}
.profile-menu .profile-menu--selected a {
  color: #5769ef;
  border-left: 7px solid #5769ef;
}
.profile-menu .profile-menu--calendar.profile-menu--selected svg path[fill]:nth-child(3) {
  fill: #fff;
}
.profile-menu .profile-menu__summary .profile-menu__icon,
.profile-menu .profile-menu__visitor .profile-menu__icon,
.profile-menu .profile-menu__like .profile-menu__icon,
.profile-menu .profile-menu__people .profile-menu__icon,
.profile-menu .profile-menu__consult .profile-menu__icon,
.profile-menu .profile-menu__lovemap .profile-menu__icon,
.profile-menu .profile-menu__guide2025 .profile-menu__icon {
  top: 0;
  left: 12px;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
}
.profile-menu .profile-menu__summary .badge,
.profile-menu .profile-menu__visitor .badge,
.profile-menu .profile-menu__like .badge,
.profile-menu .profile-menu__people .badge,
.profile-menu .profile-menu__consult .badge,
.profile-menu .profile-menu__lovemap .badge,
.profile-menu .profile-menu__guide2025 .badge {
  position: absolute;
  right: 10px;
}
.profile-menu .profile-menu__guide2025 a span {
  color: #d05727;
  font-weight: bold;
}
.profile-menu .profile-menu__guide2025 a path {
  fill: #d05727;
}
.profile-menu .profile-menu__guide2025.profile-menu--selected a {
  border-color: #d05727;
}
.profile-menu .profile-menu__guide2025.profile-menu--selected svg path[fill] {
  fill: #d05727;
}
.profile-menu .profile-menu__guide2025:hover a span {
  color: #f19b3b;
  font-weight: bold;
}
.profile-menu .profile-menu__guide2025:hover a path {
  fill: #f19b3b;
}
.profile-friend {
  padding: 30px 10px 15px;
  border-top: 1px solid rgba(194, 194, 194, 0.2);
  margin: 0 10px;
}
.profile-friend .profile-friend__title {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.profile-friend .profile-friend__title .h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 17px;
  color: #313131;
  margin-bottom: 0;
}
.profile-friend .profile-friend--online {
  position: relative;
}
.profile-friend .profile-friend--online::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #0cd373;
  width: 8px;
  height: 8px;
  right: 3px;
  border: 1px solid #09a359;
  top: 3px;
}
.profile-friend .profile-friend__list {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.profile-friend .profile-friend__list span {
  font-size: 13px;
  display: block;
  margin-top: 17px;
  text-align: center;
}
.profile-friend .profile-friend__list a {
  width: 62px;
  height: 62px;
  display: block;
  margin: 0 6px 6px 0;
}
.profile-friend .profile-friend__list a:nth-child(4n) {
  margin-right: 0;
}
.profile-friend .profile-friend__list img {
  border-radius: 3px;
}
.profile-content__breadcrumb {
  border-radius: 0 5px 0 0;
  padding: 8px 20px;
  display: inline-block;
  height: 40px;
  background-color: rgba(49, 49, 49, 0.8);
  color: #fff;
}
.profile-content__breadcrumb a {
  font-size: 12px;
  text-transform: uppercase;
  color: #9aa5f5;
}
.profile-content__breadcrumb .fa {
  position: relative;
  top: 1px;
  color: #fff;
  font-size: 20px;
}
.profile-content__breadcrumb .profile-breadcrumb__spacer {
  width: 20px;
  height: 11px;
  display: inline-block;
  background-size: 9px;
}
.profile-content__breadcrumb .profile-breadcrumb__page {
  text-transform: uppercase;
  font-size: 12px;
}
.profile-content__title small, .profile-content__subtitle small {
  display: block;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 400;
  color: #6a6a6a;
  margin-top: 8px;
}
.profile-content__title {
  font-size: 25px;
  color: #343f8f;
  font-weight: 900;
  margin: 0 -20px 10px;
  padding: 0 20px 15px;
  border-bottom: 1px solid #f4f4f4;
}
.profile-content__title--hidden {
  display: none;
}
.profile-content__title small {
  display: block;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  color: #6a6a6a;
  margin-top: 8px;
}
.profile-content__subtitle {
  font-size: 20px;
  margin: 10px 0 20px;
  font-weight: 700;
  color: #313131;
}
.profile-content__subtitle strong {
  font-weight: 900;
}
.profile-content--explore .profile-content__breadcrumb {
  display: none;
}
.profile-content--explore .profile-content__section {
  height: 100%;
}
.profile-moment {
  padding: 20px;
}
.profile-moment__title {
  text-transform: uppercase;
}
.profile-moment__title small {
  font-size: 12px;
  color: #6a6a6a;
  display: block;
}
.profile-moment__title > span {
  margin: 5px 0;
  display: block;
  font-size: 14px;
  line-height: normal;
  text-transform: none;
}
.profile-moment__title > span > a {
  color: #A126C3;
}
.profile-moment .profile-moment__body {
  margin-top: 10px;
}
.profile-user #content {
  padding-top: 15px;
}
.profile-user .container {
  padding: 0 20px;
}
.profile-user__name {
  font-size: 18px;
  display: inline-block;
  margin: 5px 0;
}
.profile-user__name strong {
  max-width: 155px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 25px;
}
.profile-user__name span {
  font-weight: 300;
  position: relative;
  top: -7px;
}
.profile-user__sign-image {
  vertical-align: text-bottom;
  display: inline-block;
  max-width: 20px;
  max-height: 20px;
}
.profile-user__online {
  position: absolute;
  border-radius: 50%;
  background: #0cd373;
  width: 8px;
  height: 8px;
  right: 3px;
  border: 1px solid #09a359;
  top: 3px;
}
.profile-user__header {
  position: relative;
  width: 85px;
  height: 85px;
  margin-right: 10px;
  float: left;
}
.profile-user__button-compatibility, .profile-user__button-edit {
  display: block;
  border-radius: 4px;
  color: #fff;
  background-color: #5769ef;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
.profile-user__button-compatibility:hover, .profile-user__button-edit:hover {
  color: #fff;
  background-color: #4554bf;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.profile-user__button-compatibility:focus, .profile-user__button-edit:focus {
  color: #fff;
  background-color: #343f8f;
  box-shadow: none;
}
.profile-user__button-compatibility div, .profile-user__button-edit div {
  padding: 9px 0 9px 44px;
  text-align: left;
  width: auto;
  display: inline-block;
  position: relative;
}
.profile-user__button-compatibility div::before, .profile-user__button-edit div::before {
  content: "";
  background-image: url("/assets/images/profile-user/icon-sinastry.svg");
  background-position: left center;
  background-repeat: no-repeat;
  height: 30px;
  width: 44px;
  position: absolute;
  left: 0;
}
.profile-user__button-compatibility span, .profile-user__button-edit span {
  display: block;
  font-size: 13px;
  opacity: 0.7;
  font-weight: 400;
}
.profile-user__button-compatibility-loading, .profile-user__button-edit-loading {
  font-size: 0;
  background-image: url("/assets/images/loader/inverted.svg");
  background-color: #343f8f;
  background-repeat: no-repeat;
  background-position: center;
}
.profile-user__button-compatibility-loading div::before, .profile-user__button-edit-loading div::before {
  display: none;
}
.profile-user__button-compatibility-loading span, .profile-user__button-edit-loading span {
  font-size: 0;
}
.profile-user__button-edit {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
}
.profile-user__button-edit div {
  padding: 12px 0 12px 20px;
}
.profile-user__button-edit div::before {
  background-image: url("/assets/images/profile-user/edit.svg");
  height: 14px;
  width: 20px;
}
.profile-user-actions {
  display: grid;
  grid-template-columns: 70px 70px 70px;
  margin: 18px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  align-content: space-between;
  justify-content: space-evenly;
  text-align: center;
}
.profile-user-actions__button {
  color: #5769ef;
  font-size: 12px;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: center 6px;
  padding-top: 24px;
}
.profile-user-actions__button:hover {
  color: #5769ef;
  text-decoration: none;
}
.profile-user-actions__button--send, .profile-user-actions__button--friend, .profile-user-actions__button--add, .profile-user-actions__button--like, .profile-user-actions__button--liked {
  display: none;
}
.profile-user-actions__button--send:hover, .profile-user-actions__button--friend:hover, .profile-user-actions__button--add:hover, .profile-user-actions__button--like:hover, .profile-user-actions__button--liked:hover {
  background-color: #f4f4f4;
}
.profile-user-actions__button--like {
  background-image: url("/assets/images/profile-user/like.svg");
}
.profile-user-actions__button--liked {
  background-image: url("/assets/images/profile-user/liked.svg");
  color: #9d9d9d;
}
.profile-user-actions__button--send {
  background-image: url("/assets/images/profile-user/add-friend.svg");
}
.profile-user-actions__button--friend {
  background-image: url("/assets/images/profile-user/friend.svg");
  color: #9d9d9d;
}
.profile-user-actions__button--add {
  background-image: url("/assets/images/profile-user/add-friend.svg");
}
.profile-user-actions__button--show {
  display: block;
}
.profile-user-actions__button--options {
  background-image: url("/assets/images/profile-user/options.svg");
  margin-top: 15px;
}
.profile-user-actions__button--liked:hover, .profile-user-actions__button--friend:hover {
  color: #9d9d9d;
}
.profile-user__info {
  font-weight: 700;
  font-size: 16px;
  color: #313131;
  line-height: 16px;
  margin: 15px 0;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 25px;
  min-height: 18px;
}
.profile-user__info span {
  font-size: 11px;
  color: #9d9d9d;
  font-weight: 400;
}
.profile-user__info--location {
  background-image: url("/assets/images/profile-user/location.svg");
  margin-right: 2px;
}
.profile-user__info--relationship, .profile-user__info--searching-relationship {
  background-image: url("/assets/images/profile-user/grey-heart.svg");
}
.profile-user__info--work {
  background-image: url("/assets/images/profile-user/work.svg");
}
.profile-user__info--age {
  background-image: url("/assets/images/profile-user/calendar.svg");
}
.profile-user__info--quote {
  background-image: url("/assets/images/profile-user/quote.svg");
  background-position: right 4px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  height: auto;
  color: #6a6a6a;
  line-height: 18px;
}
.profile-user__info--quote.quote-hide {
  height: 55px;
  overflow: hidden;
  position: relative;
}
.profile-user__info--quote.quote-hide #show-about {
  bottom: 1px;
  right: 25px;
  width: 90px;
  display: block;
  font-size: 13px;
  text-align: right;
  position: absolute;
  color: #5769ef;
  text-decoration: none;
  background: linear-gradient(to left, #fff 60px, rgba(255, 255, 255, 0));
}
.profile-user-menu a {
  color: #6a6a6a;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}
.profile-user-menu__hide {
  display: none;
}
.profile-user-menu__report {
  background-image: url("/assets/images/profile-user/report.svg");
}
.profile-user-menu__block {
  background-image: url("/assets/images/profile-user/block.svg");
}
.profile-user .mdl-menu {
  padding: 0;
}
.profile-user .mdl-menu__container {
  right: 10px !important;
}
.profile-user .mdl-menu__item a:hover {
  text-decoration: none;
}
.profile-user .mdl-menu__item:hover {
  background-color: #f4f4f4;
}
.profile-user__facebook, .profile-user__instagram, .profile-user__twitter {
  margin: 8px 20px 20px 0;
}
.profile-user__facebook:hover, .profile-user__instagram:hover, .profile-user__twitter:hover {
  text-decoration: none;
}
.profile-user__see-map {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  padding: 5px 6px;
  position: relative;
  left: 5px;
  top: -5px;
}
.profile-user__see-map:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile-user__see-map--detailed {
    width: 141px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    margin-top: 9px;
    float: inline-start;
  }
}
.profile-famous__background-blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  pointer-events: none;
  position: relative;
}
@media (max-width: 767px) {
  .profile-famous__background-blur > div {
    justify-content: center;
    align-items: center;
  }
}
.profile-famous__sinastry-area {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1rem;
  background-image: url("/assets/images/profile-famous/card-synas-bg-mobile.png");
  border-radius: 7px;
  margin-bottom: 10px;
}
.profile-famous__sinastry-area .profile-famous__sinastry-content,
.profile-famous__sinastry-area .profile-famous__sinastry-info,
.profile-famous__sinastry-area .profile-famous__view-synastry {
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.profile-famous__sinastry-area .profile-famous__sinastry-content {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
  padding: 0 1rem;
  width: 23rem;
}
.profile-famous__sinastry-area .profile-famous__sinastry-content img {
  width: 3.35rem;
  height: 2.71rem;
  flex-grow: 0;
  margin: 0 7.1px 0.9px 0;
  object-fit: contain;
}
.profile-famous__sinastry-area .profile-famous__sinastry-content span {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.18;
  color: #fff;
  text-align: left;
  padding: 0.3rem;
}
.profile-famous__sinastry-area .profile-famous__sinastry-info {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  z-index: 2;
}
.profile-famous__sinastry-area .profile-famous__sinastry-info .profile-famous__user {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  justify-content: center;
  max-width: 100%;
}
.profile-famous__sinastry-area .profile-famous__sinastry-info .profile-famous__user .profile-name {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.5rem;
  width: 95px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  word-wrap: break-word;
  word-break: break-word;
}
.profile-famous__sinastry-area .profile-famous__sinastry-info .profile-famous__user .profile-avatar {
  width: 60px;
  height: 60px;
  border-radius: 90px;
}
.profile-famous__sinastry-area .profile-famous__sinastry-info .profile-famous__user .sign-wrapper {
  display: flex;
  justify-content: center;
}
.profile-famous__sinastry-area .profile-famous__sinastry-info .profile-famous__user .sign-image {
  vertical-align: text-bottom;
  display: inline-block;
  max-width: 20px;
  max-height: 20px;
}
.profile-famous__sinastry-area .profile-famous__sinastry-info .synastry-image {
  height: 9.5rem;
  max-height: 100%;
  object-fit: contain;
  align-self: stretch;
  margin: 0 20px;
  display: block;
}
.profile-famous__sinastry-area .profile-famous__button-compatibility {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  margin-top: 1rem;
  z-index: 3;
  cursor: pointer;
}
.profile-famous__sinastry-area .profile-famous__button-compatibility:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.profile-famous__sinastry-area .profile-famous__button-compatibility span {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .profile-famous__sinastry-area .profile-famous__sinastry-content {
    top: 5%;
    padding: 0;
  }
  .profile-famous__sinastry-area .profile-famous__sinastry-content span {
    font-size: 1.6rem;
  }
}
.profile-famous__view-synastry a {
  padding: 5px 7px;
  width: auto;
  height: 3.5rem;
  text-align: center;
  border-radius: 5px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.3019607843);
  background-image: linear-gradient(to bottom, #b3eb4f, #449521);
  border: none;
  position: relative;
  text-decoration: none;
  font-size: 1.3rem;
  justify-content: center;
  display: flex;
  align-items: center;
}
.profile-famous__view-synastry a:before {
  content: "";
  width: 2.2rem;
  height: 1.7rem;
  background-repeat: no-repeat;
  background-image: url("/assets/images/profile-famous/ic-key.svg");
  background-size: contain;
  margin-top: 0.2rem;
}
.profile-famous__view-synastry a:hover {
  background-image: linear-gradient(to bottom, #449521, #b3eb4f);
}
.profile-famous__view-synastry a:active {
  transform: scale(0.98);
}
.profile-famous__complete-map-button {
  width: 35.7rem;
  height: 5.1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: solid 1px #a126c3;
  margin: 1.4rem auto;
  justify-content: center;
  cursor: pointer;
}
.profile-famous__complete-map-button a {
  color: #a126c3;
  background: none;
  border: none;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: center;
}
.profile-famous__complete-map-button:hover {
  background-color: rgba(161, 38, 195, 0.1);
}
@media (max-width: 767px) {
  .profile-famous__complete-map-button {
    margin: 0.75rem auto 0;
  }
}
.profile-famous-signup {
  width: 100%;
  padding: 15px 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  top: 0px;
  left: 0px;
  opacity: 1;
  z-index: 5;
  height: 100vh;
  position: fixed;
  transition: opacity 0.3s ease-in;
  animation: 0.3s ease-in 0s 1 normal none running jBcSpD;
  background-color: rgba(0, 0, 0, 0.7);
}
.profile-famous-signup__container {
  background-color: #782a9f;
  border-radius: 8px;
}
.profile-famous-signup__heading {
  margin: 0;
  padding-top: 35px;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  max-width: 300px;
}
@media (max-width: 767px) {
  .profile-famous-signup__heading {
    font-size: 16.5px;
  }
}
.profile-famous-signup__close-button {
  position: absolute;
  top: 4px;
  right: 7%;
  background-color: transparent;
  border: none;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  float: right;
  padding: 8px 0 0 8px;
}
.profile-famous-signup__header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.profile-famous-signup #auth-functional {
  display: flex;
  z-index: 11;
}
.profile-famous-signup #auth-functional > div {
  width: 36rem;
  max-width: calc(100vw - 32px);
}
.profile-famous-signup #auth-functional > div > div #auth-login-button > span,
.profile-famous-signup #auth-functional > div > div #auth-forgot-password-button > span,
.profile-famous-signup #auth-functional > div > div a[data-cy=auth-functional-google] > span,
.profile-famous-signup #auth-functional > div > div a[data-cy=auth-functional-facebook] > span,
.profile-famous-signup #auth-functional > div > div a[data-cy=auth-functional-apple] > span {
  font-size: 1.53rem;
}
.profile-famous-signup #auth-functional > div > div #auth-login-button > span {
  font-size: 1.83rem;
}
.profile-famous-signup #auth-functional > div > div #auth-forgot-password-button > span {
  color: #cd6eef;
}
.profile-famous-signup #auth-functional > div div[data-cy=auth-sign-up-container] div[data-cy=auth-personal-data-container] > div[data-cy=checkbox] > span[data-cy=checkbox-label] {
  font-size: 1.33rem;
}
.profile-famous-signup #auth-functional > div div[data-cy=auth-sign-up-container] div[data-cy=checkbox-inform-birth-time-later] > span[data-cy=checkbox-inform-birth-time-later-label] {
  font-size: 1.325rem;
  color: #fff;
  display: initial;
}
.profile-famous-signup #auth-functional > div div[data-cy=auth-sign-up-container] div[data-cy=checkbox-inform-birth-time-later] > span[data-cy=checkbox-inform-birth-time-later-label] > button > svg {
  width: 1.5rem;
  height: 1.5rem;
}
.profile-famous-signup #auth-functional > div div[data-cy=auth-sign-up-container] > div {
  gap: 12px;
  width: auto;
}
.profile-famous-signup #auth-functional > div div[data-cy=auth-sign-up-container] > div #auth-signup {
  height: 4.6rem;
  width: 25.9rem;
}
.profile-famous-signup #auth-functional > div div[data-cy=auth-sign-up-container] > div #auth-signup > span {
  font-size: 1.83rem;
}
.profile-famous-signup #auth-functional > div div[data-cy=auth-sign-up-container] > div > span {
  font-size: 1.53rem;
  color: #fff;
}
.profile-famous-signup #auth-functional > div div[data-cy=auth-sign-up-container] > div > span > a > span {
  color: #cd6eef;
}
.profile-famous-signup #auth-functional > div #birth-city,
.profile-famous-signup #auth-functional > div #birth-date,
.profile-famous-signup #auth-functional > div #birth-time,
.profile-famous-signup #auth-functional > div #auth-email,
.profile-famous-signup #auth-functional > div #input-password,
.profile-famous-signup #auth-functional > div #auth-name,
.profile-famous-signup #auth-functional > div #auth-gender {
  font-size: 1.63rem;
}
.profile-famous-signup #auth-functional > div #birth-city > span,
.profile-famous-signup #auth-functional > div #birth-date > span,
.profile-famous-signup #auth-functional > div #birth-time > span,
.profile-famous-signup #auth-functional > div #auth-email > span,
.profile-famous-signup #auth-functional > div #input-password > span,
.profile-famous-signup #auth-functional > div #auth-name > span,
.profile-famous-signup #auth-functional > div #auth-gender > span {
  font-size: 1.63rem;
}
.profile-famous-signup #auth-functional > div #birth-city > div > input,
.profile-famous-signup #auth-functional > div #birth-date > div > input,
.profile-famous-signup #auth-functional > div #birth-time > div > input,
.profile-famous-signup #auth-functional > div #auth-email > div > input,
.profile-famous-signup #auth-functional > div #input-password > div > input,
.profile-famous-signup #auth-functional > div #auth-name > div > input,
.profile-famous-signup #auth-functional > div #auth-gender > div > input {
  font-size: 1.63rem;
}
@media (max-width: 767px) {
  .profile-famous-signup #auth-functional > div #birth-city > div > input,
  .profile-famous-signup #auth-functional > div #birth-date > div > input,
  .profile-famous-signup #auth-functional > div #birth-time > div > input,
  .profile-famous-signup #auth-functional > div #auth-email > div > input,
  .profile-famous-signup #auth-functional > div #input-password > div > input,
  .profile-famous-signup #auth-functional > div #auth-name > div > input,
  .profile-famous-signup #auth-functional > div #auth-gender > div > input {
    font-size: 1.53rem;
  }
}
@media (max-width: 767px) {
  .profile-famous-signup {
    left: 0;
    right: 0;
    transform: none;
    width: auto;
    padding: 0;
  }
}
.profile-famous-info {
  line-height: normal;
  color: #000;
}
.profile-famous-info__section {
  margin-bottom: 20px;
}
.profile-famous-info__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.profile-famous-info__section .profile-famous-info__personal {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0.4rem;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.profile-famous-info__section .profile-famous-info__personal--know-for, .profile-famous-info__section .profile-famous-info__personal--birthday, .profile-famous-info__section .profile-famous-info__personal--deathday, .profile-famous-info__section .profile-famous-info__personal--people, .profile-famous-info__section .profile-famous-info__personal--location {
  padding-left: 18px;
}
.profile-famous-info__section .profile-famous-info__personal--know-for {
  background-image: url("/assets/images/profile-famous/know-for-icon.svg");
}
.profile-famous-info__section .profile-famous-info__personal--birthday {
  background-image: url("/assets/images/profile-famous/birthday-icon.svg");
}
.profile-famous-info__section .profile-famous-info__personal--deathday {
  background-image: url("/assets/images/profile-famous/deathday-icon.svg");
  background-size: 14px 20px;
}
.profile-famous-info__section .profile-famous-info__personal--people {
  background-image: url("/assets/images/profile-famous/people-icon.svg");
}
.profile-famous-info__section .profile-famous-info__personal--location {
  background-image: url("/assets/images/profile-famous/location-icon.svg");
}
.profile-famous-info__section .profile-famous-info__personal--highlight {
  font-weight: bold;
}
.profile-famous-info__dotted-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 5px;
  gap: 3px;
}
.profile-famous-info__dotted-line .dot {
  width: 50px;
  height: 10px;
  background-color: #42d848;
  border-radius: 2px;
}
.profile-famous-info__dotted-line .dot:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.profile-famous-info__dotted-line .dot:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.profile-famous-info__section .profile-famous-info__birth-accuracy {
  font-size: 1rem;
  color: #000;
  text-align: left;
}
@media (max-width: 767px) {
  .profile-famous-info__section .profile-famous-info__birth-accuracy {
    font-size: 1.3rem;
  }
}
.profile-famous-info__section .profile-famous-info__learn-more {
  font-weight: 700;
  text-decoration: underline;
}
.profile-famous-info__summary {
  margin-top: 20px;
}
.profile-famous-info__summary .profile-famous-info__personal {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  text-align: left;
  color: #000;
}
.profile-famous-info__summary #short-summary {
  line-height: 1.52;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #000;
}
.profile-famous-info__summary #full-summary p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  text-align: left;
  color: #000;
}
.profile-famous-info__summary #read-more {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #a226c0;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 7px;
  text-decoration: underline;
}
.profile-famous-info__share {
  margin-top: 20px;
  text-align: center;
}
.profile-famous-info__share-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-famous-info__share .share-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10.6px 0;
  text-align: center;
}
.profile-famous-info__share .share-icon img {
  width: 28.9px;
  height: 28.9px;
  object-fit: contain;
}
.profile-famous-info__share .share-icon p {
  font-size: 12.2px;
  font-weight: normal;
  line-height: 1.04;
  color: #727272;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .profile-famous-info__share .share-icon p {
    font-size: 16px;
  }
}
.profile-famous-info__title--share {
  color: #727272;
  font-size: 12.2px;
  line-height: 1.04;
  font-weight: bold;
}
@media (max-width: 767px) {
  .profile-famous-info__title--share {
    font-size: 16px;
  }
}
.profile-famous__button-compatibility {
  display: block;
  border-radius: 4px;
  color: #fff;
  background-image: url("/assets/images/profile-famous/sinastry-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.6rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
  margin: 0 0 1.3rem;
}
.profile-famous__button-compatibility:hover {
  background-color: #4554bf;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.profile-famous__button-compatibility:focus {
  background-color: #343f8f;
  box-shadow: none;
}
.profile-famous__button-compatibility div {
  text-align: left;
  width: auto;
  display: inline-block;
  position: relative;
  padding-left: 54px;
}
.profile-famous__button-compatibility div::before {
  content: "";
  background-image: url("/assets/images/profile-user/icon-sinastry.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 4rem 3rem;
  width: 4rem;
  height: 3rem;
  position: absolute;
  left: 0;
}
.profile-famous__button-compatibility span {
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
}
.profile-famous__button-compatibility em {
  color: #dab5ff;
  font-size: 1.3rem;
}
.profile-famous__button-compatibility-about-synastry {
  color: #dab5ff;
  font-size: 1.3rem;
  width: auto;
}
.profile-famous-more {
  display: block;
  text-align: center;
}
.profile-famous-more h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.profile-famous-more .famous-avatar-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(85px, 1fr));
  gap: 20px;
  justify-content: center;
}
.profile-famous-more .famous-avatar {
  text-align: center;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}
.profile-famous-more .famous-avatar a:hover, .profile-famous-more .famous-avatar a:focus {
  text-decoration: none;
}
.profile-famous-more .famous-avatar img {
  width: 85px;
  height: 85px;
  border-radius: 90px;
  background-color: #d9d9d9;
  margin: 0 8px 4px 9px;
}
.profile-famous-more .famous-avatar span {
  display: block;
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  color: #a226c0;
}
.profile-famous-more .see-more-button {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  width: fit-content;
}
.profile-famous-more .see-more-button a:hover, .profile-famous-more .see-more-button a:focus {
  text-decoration: none;
}
.profile-famous-more .see-more-button button {
  padding: 10px 20px;
  height: 42px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background-color: #a126c3;
  border: none;
}
.profile-famous-more .see-more-button button span {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .profile-famous-more {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .profile-famous-more .famous-avatar-container {
    grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
    gap: 5px;
    justify-content: center;
  }
  .profile-famous-more .see-more-button:nth-child(9n) {
    grid-column: span 3;
  }
}
.profile-famous-more .profile-famous-info__share {
  display: flex;
  flex-direction: column-reverse;
}
.profile-famous__sinastry-section {
  border-radius: 4px;
  background-color: rgba(161, 38, 195, 0.66);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url("/assets/images/profile-famous/card-synas-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px 23px;
  margin: 20px 0 20px 0;
}
.profile-famous__sinastry-section .sinastry-title {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  line-height: normal;
}
.profile-famous__sinastry-section .sinastry-description {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
  line-height: normal;
}
.profile-famous__sinastry-section .sinastry-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  border: solid 1px #fff;
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  width: 35.8rem;
  height: 4.1rem;
  flex-direction: row;
}
.profile-famous__sinastry-section .sinastry-button:before {
  content: "";
  background-image: url("/assets/images/profile-famous/ic-heart.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border: solid 0.5px rgba(240, 242, 255, 0.02);
}
.profile-famous__sinastry-section .sinastry-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.profile-famous__sinastry-section .sinastry-button strong {
  font-weight: 900;
}
@media (max-width: 767px) {
  .profile-famous__sinastry-section {
    background-image: url("/assets/images/profile-famous/card-synas-bg-mobile.png");
  }
  .profile-famous__sinastry-section .sinastry-button {
    width: 30rem;
  }
  .profile-famous__sinastry-section .sinastry-button > span {
    font-size: 1.6rem;
    margin: 5px 0 5px 0;
  }
  .profile-famous__sinastry-section .sinastry-description {
    font-size: 1.4rem;
  }
}
.profile-famous__suggestion-container {
  padding: 9px 8px 9px 9px;
  border-radius: 6px;
  border: 1px solid #f5cdff;
  background-color: #fae7ff;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.4;
}
@media (min-width: 320px) {
  .profile-famous__suggestion-container {
    padding: 9px 8px 9px 8px;
  }
}
@media (max-width: 767px) {
  .profile-famous__suggestion-container {
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: normal;
  }
}
.profile-famous__suggestion-informative-link {
  color: #a226c0;
  text-decoration: underline;
  position: relative;
}
.profile-famous__suggestion-informative-link:hover {
  color: #a226c0;
}
.profile-famous__suggestion-informative-link::after {
  content: "";
  display: inline-block;
  background-image: url("/assets/images/profile-famous/link-externo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 13px;
  vertical-align: middle;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .profile-famous__suggestion-informative-link::after {
    width: 12px;
    vertical-align: bottom;
    margin-left: 3px;
    height: 14px;
  }
}
.profile-famous__suggestion-informative-icon {
  color: #a226c0;
  font-size: 15px;
}
.profile-famous__name {
  margin: 0;
}
@media (max-width: 767px) {
  .profile-famous__header {
    margin: 20px 10px 7px 0;
  }
  .profile-famous__name {
    margin-bottom: 3px;
  }
  .profile-famous-page_slide {
    min-height: 180px;
  }
  .profile-famous-page_slide .page_title_wrapper .page_title {
    max-height: fit-content;
  }
}
.profile-famous__astrology-trio--text {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  text-align: left;
}
.profile-famous__astrology-trio--text-decanate-sign {
  font-weight: 700;
}
.profile-famous__astrology-trio--text-light {
  font-weight: 300;
}
.profile-famous__astrology-trio--text-bold {
  font-weight: 700;
}
.profile-famous__astrology-trio--text-black {
  font-weight: 900;
}
.profile-famous__astrology-trio--icon {
  width: 14px;
  margin: 0 2px;
  display: inline-block;
}
.perfil__friends {
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}
.perfil__fotos {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.is-mobile #city-input {
  padding: 15px;
}
.profile-content__new-sinastry, .profile-content__my-sinastries {
  margin: 0;
  font-size: 20px;
  line-height: normal;
  font-weight: 900;
  padding: 20px 40px 15px 20px;
  color: #343f8f;
}
.profile-content__my-sinastries {
  padding: 0;
}
.profile-content__features .features__selector {
  display: flex;
  justify-content: start;
  width: calc(100% - 20px);
  margin: 6px 20px 20px 20px;
}
.profile-content__features .features__selector .selector__option {
  flex: 1;
  display: flex;
  color: #a226c0;
  padding: 7px 5px;
  max-width: 120px;
  text-align: center;
  align-items: center;
  border-radius: 50px;
  flex-direction: row;
  border: 1px solid #a226c0;
  justify-content: space-around;
  transition: 150ms color ease-in, 150ms background-color ease-in;
}
.profile-content__features .features__selector .selector__option::after {
  content: "";
  width: 14px;
  height: 9px;
  display: block;
  background-size: contain;
  border-width: 0 2px 2px 0;
  background-repeat: no-repeat;
  transition: 150ms transform ease-out;
  background-image: url("/assets/images/sinastry/ic-open.svg");
}
.profile-content__features .features__selector .selector__option:nth-child(2) {
  margin: 0 5px;
}
.profile-content__features .features__selector .selector__option:hover, .profile-content__features .features__selector .selector__option:focus, .profile-content__features .features__selector .selector__option:active, .profile-content__features .features__selector .selector__option--active {
  color: #fff;
  text-decoration: none;
  background-color: #a226c0;
}
.profile-content__features .features__selector .selector__option:hover::after, .profile-content__features .features__selector .selector__option:focus::after, .profile-content__features .features__selector .selector__option:active::after, .profile-content__features .features__selector .selector__option--active::after {
  background-image: url("/assets/images/sinastry/ic-open-white.svg");
}
.profile-content__features .features__selector .selector__option--active::after {
  transform: rotate(180deg);
}
.profile-content__features .features__selector .selector__option--icon {
  justify-content: center;
}
.profile-content__features .features__selector .selector__option--icon::after {
  margin: 0;
  width: 10px;
  height: 10px;
  border: none;
  transform: none;
  background-image: url("/assets/images/sinastry/ic-newtab.svg");
}
.profile-content__features .features__selector .selector__option--icon:hover::after, .profile-content__features .features__selector .selector__option--icon:focus::after, .profile-content__features .features__selector .selector__option--icon:active::after {
  background-image: url("/assets/images/sinastry/ic-newtab-white.svg");
}
.profile-content__features .features__selector .selector__option > span {
  margin-right: 4px;
}
.profile-content__features .features__container {
  margin: 6px 20px 20px 20px;
}
.profile-content__features .features__container .container__item {
  display: none;
}
.profile-content__features .features__container .container__item[data-active=true] {
  display: block;
}
.profile-content .synastry-message-not-found > picture > img {
  max-width: 230px;
}
.profile-content .synastry-message-not-found > p {
  color: #888a8a;
  max-width: 38ch;
  font-size: 15px;
  margin-top: 13px;
  font-weight: normal;
  line-height: normal;
}
.profile-content .synastry-message-not-found > p > a {
  color: #a226c0;
  text-decoration: underline;
}
.profile-content .synastry-message-not-found > p.ptbr {
  max-width: 43ch;
}
.feature-form {
  display: flex;
  padding: 12px;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 28px;
  flex-direction: column;
  background-color: #f6f8fb;
  border: solid 1px #e2e3e6;
}
.feature-form__error {
  width: 100%;
  color: red;
  display: none;
  margin: 10px 0;
  font-size: 16px;
  text-align: center;
  line-height: normal;
  font-weight: 700;
}
.feature-form__error[data-visible=true] {
  display: block;
}
.feature-form__step {
  width: 100%;
  display: none;
  align-items: center;
  flex-direction: column;
}
.feature-form__step[data-visible=true] {
  display: flex;
}
.feature-form__step .input__field {
  width: 100%;
}
.feature-form__submit {
  font-size: 13px;
  max-width: 170px;
  padding: 9px 16px;
  margin-bottom: 6px;
  color: #fff;
  border-radius: 17px;
  line-height: normal;
  font-weight: 700;
  background-color: #a226c0;
}
.feature-form__submit:disabled {
  pointer-events: none;
  background-color: #DDDDDD;
}
.feature-form__submit:hover, .feature-form__submit:focus, .feature-form__submit:active {
  background-color: #622277;
}
.feature-form .input {
  width: 100%;
  display: flex;
  margin-bottom: 22px;
  flex-direction: column;
}
.feature-form .input__label {
  color: #6e6e6e;
  font-size: 15px;
  margin-bottom: 6px;
  line-height: normal;
  font-weight: 900;
}
.feature-form .input__field {
  color: #6e6e6e;
  padding: 15px;
  font-size: 15px;
  border-radius: 3px;
  line-height: normal;
  font-weight: 400;
  background-color: #fff;
  border: solid 1px #e2e3e6;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.feature-form .input__field--trailing {
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.feature-form .input__field--error {
  border-radius: 5px;
  border: 1px solid #FF0000;
}
.feature-form .input--select {
  position: relative;
}
.feature-form .input--select::after {
  right: 10px;
  bottom: 19%;
  content: "▼";
  font-size: 1rem;
  position: absolute;
}
.feature-form .input--select select {
  -webkit-appearance: none;
  appearance: none;
}
.feature-form .trailing {
  display: flex;
}
.feature-form .trailing__input {
  flex: 1;
  padding: 0;
  padding: 15px;
  border-radius: 3px 0 0 3px;
  border: solid 1px #e2e3e6;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.feature-form .trailing__button {
  padding: 15px;
  border-radius: 3px;
  color: #fff;
  background-color: #a226c0;
}
.feature-form .trailing__button:hover, .feature-form .trailing__button:focus, .feature-form .trailing__button:active {
  text-decoration: none;
}
.feature-form .trailing__button > span {
  display: none;
}
.feature-form .trailing__button > img {
  max-width: 20px;
}
.feature-form .trailing--select {
  position: relative;
}
.feature-form .trailing--select::after {
  top: 40%;
  right: 10px;
  content: "▼";
  font-size: 1rem;
  position: absolute;
}
.feature-form .city__error, .feature-form .city__success, .feature-form .city__sugestions {
  display: none;
}
.feature-form .city__error[data-visible=true], .feature-form .city__success[data-visible=true], .feature-form .city__sugestions[data-visible=true] {
  display: block;
}
.feature-form .city__error, .feature-form .city__success {
  width: 100%;
  color: #6e6e6e;
  margin: 10px 0;
  text-align: center;
  line-height: normal;
  font-weight: 900;
}
.feature-form .city__sugestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-form .city__sugestions > li {
  margin: 0;
  border-top: none;
  padding: 25px 15px;
  background-color: #fff;
  border-bottom: 1px solid #DDDDDD;
}
.feature-form .city__sugestions > li:hover {
  cursor: pointer;
  background-color: #DDDDDD;
}
.feature-form .city__not-found {
  padding: 15px;
}
.feature-form .date input,
.feature-form .time input {
  text-transform: uppercase;
  background-color: #fff;
}
.feature-form .info {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  flex-direction: column;
}
.feature-form .info .little_info {
  cursor: help;
}
.feature-form .maps {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.feature-form .maps .trailing, .feature-form .maps__sugestions {
  width: 100%;
}
.feature-form .maps__sugestions {
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
}
.feature-form .maps__sugestions[data-visible=true] {
  display: block;
}
.feature-form .maps__sugestions > li {
  margin: 0;
  display: none;
  border-top: none;
  padding: 25px 15px;
  background-color: #fff;
  border-bottom: 1px solid #DDDDDD;
}
.feature-form .maps__sugestions > li[data-visible=true] {
  display: flex;
}
.feature-form .maps__sugestions > li:hover {
  cursor: pointer;
  background-color: #DDDDDD;
}
.feature-form .maps__sugestions > li > span {
  flex: 1;
}
.feature-form .maps__sugestions > li > img {
  max-width: 30px;
}
.feature-form .maps__sugestions > li.maps__empty {
  pointer-events: none;
  text-align: center;
}
.form-maps .input {
  margin-bottom: 0;
}
.form-maps .feature-form__submit {
  margin: 25px 0;
}
@media screen and (min-width: 768px) {
  .profile-content__features .features__selector {
    justify-content: flex-start;
  }
  .profile-content__features .features__selector,
  .profile-content__features .features__container .container__item {
    max-width: 500px;
  }
  .feature-form .trailing__button > span {
    display: initial;
  }
}
.profile-content__breadcrumb .profile-breadcrumb__spacer {
  background-image: url("/assets/images/profile/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .profile-user .page_slide .page_title_wrapper {
    top: -5px;
  }
  .profile-user #content {
    padding-top: 20px;
  }
  .profile-user__name {
    margin: 0;
    font-size: 34px;
  }
  .profile-user__name strong {
    max-width: none;
    line-height: 40px;
  }
  .profile-user-actions {
    grid-template-columns: 70px 70px 70px;
  }
  .profile-user-actions__button {
    font-size: 10px;
    padding-top: 20px;
  }
  .profile-user__see-map {
    top: -4px;
    padding: 5px 10px;
  }
  .profile-user__facebook, .profile-user__instagram, .profile-user__twitter {
    margin: 8px 10px 20px 0;
  }
  .profile-shortcut {
    display: flex;
    border-bottom: 1px solid #fff;
    background-color: rgba(194, 194, 194, 0.15);
    border-top: 1px solid rgba(194, 194, 194, 0.2);
  }
  .profile-shortcut > div {
    width: 103px;
    height: 110px;
    box-shadow: 1px 0 0 0 rgba(194, 194, 194, 0.3);
  }
  .profile-shortcut > div:last-child {
    border: 0;
  }
  .profile-shortcut--english > div {
    width: 50%;
  }
  .profile-shortcut .profile-shortcut__summary,
  .profile-shortcut .profile-shortcut__birth-chart,
  .profile-shortcut .profile-shortcut__extra,
  .profile-shortcut .profile-shortcut__synastry {
    text-align: center;
  }
  .profile-shortcut .profile-shortcut__summary a,
  .profile-shortcut .profile-shortcut__birth-chart a,
  .profile-shortcut .profile-shortcut__extra a,
  .profile-shortcut .profile-shortcut__synastry a {
    display: block;
    padding: 15px 0;
    position: relative;
    color: #6a6a6a;
    transition: color 100ms ease-in-out;
  }
  .profile-shortcut .profile-shortcut__summary a:hover,
  .profile-shortcut .profile-shortcut__summary a:active,
  .profile-shortcut .profile-shortcut__summary a:focus,
  .profile-shortcut .profile-shortcut__birth-chart a:hover,
  .profile-shortcut .profile-shortcut__birth-chart a:active,
  .profile-shortcut .profile-shortcut__birth-chart a:focus,
  .profile-shortcut .profile-shortcut__extra a:hover,
  .profile-shortcut .profile-shortcut__extra a:active,
  .profile-shortcut .profile-shortcut__extra a:focus,
  .profile-shortcut .profile-shortcut__synastry a:hover,
  .profile-shortcut .profile-shortcut__synastry a:active,
  .profile-shortcut .profile-shortcut__synastry a:focus {
    color: #5769ef;
    text-decoration: none;
  }
  .profile-shortcut .profile-shortcut__summary a:hover svg path[fill],
  .profile-shortcut .profile-shortcut__summary a:active svg path[fill],
  .profile-shortcut .profile-shortcut__summary a:focus svg path[fill],
  .profile-shortcut .profile-shortcut__birth-chart a:hover svg path[fill],
  .profile-shortcut .profile-shortcut__birth-chart a:active svg path[fill],
  .profile-shortcut .profile-shortcut__birth-chart a:focus svg path[fill],
  .profile-shortcut .profile-shortcut__extra a:hover svg path[fill],
  .profile-shortcut .profile-shortcut__extra a:active svg path[fill],
  .profile-shortcut .profile-shortcut__extra a:focus svg path[fill],
  .profile-shortcut .profile-shortcut__synastry a:hover svg path[fill],
  .profile-shortcut .profile-shortcut__synastry a:active svg path[fill],
  .profile-shortcut .profile-shortcut__synastry a:focus svg path[fill] {
    fill: #5769ef;
  }
  .profile-shortcut .profile-shortcut__summary span,
  .profile-shortcut .profile-shortcut__birth-chart span,
  .profile-shortcut .profile-shortcut__extra span,
  .profile-shortcut .profile-shortcut__synastry span {
    display: block;
    font-size: 13px;
    margin-top: 8px;
    line-height: 15px;
  }
  .profile-shortcut .profile-shortcut__summary.profile-shortcut--selected,
  .profile-shortcut .profile-shortcut__birth-chart.profile-shortcut--selected,
  .profile-shortcut .profile-shortcut__extra.profile-shortcut--selected,
  .profile-shortcut .profile-shortcut__synastry.profile-shortcut--selected {
    border-bottom: 7px solid #5769ef;
  }
  .profile-shortcut .profile-shortcut__summary.profile-shortcut--selected a,
  .profile-shortcut .profile-shortcut__birth-chart.profile-shortcut--selected a,
  .profile-shortcut .profile-shortcut__extra.profile-shortcut--selected a,
  .profile-shortcut .profile-shortcut__synastry.profile-shortcut--selected a {
    color: #5769ef;
  }
  .profile-shortcut .profile-shortcut__summary.profile-shortcut--selected svg path[fill],
  .profile-shortcut .profile-shortcut__birth-chart.profile-shortcut--selected svg path[fill],
  .profile-shortcut .profile-shortcut__extra.profile-shortcut--selected svg path[fill],
  .profile-shortcut .profile-shortcut__synastry.profile-shortcut--selected svg path[fill] {
    fill: #5769ef;
  }
}
@media screen and (min-width: 1000px) {
  .profile-shortcut > div {
    flex: 1;
  }
}
@media screen and (min-width: 1192px) {
  .profile-user-actions {
    grid-template-columns: 76px 76px 76px;
  }
  .profile-user-actions__button {
    font-size: 12px;
    padding-top: 24px;
  }
}