@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  outline: none;
  border: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
}

input {
  background-color: transparent;
  border-radius: 0;
  background: none;
  border: none;
  outline: none;
}

input {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

* {
  box-sizing: border-box;
}

#marketing-tracking {
  display: none;
}

html {
  font-size: 16px;
  text-align: center;
  font-family: "Varela Round", sans-serif;
  direction: rtl;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  width: 100%;
  direction: ltr;
}

input[type=text], input[type=email], input[type=password], select {
  cursor: pointer;
  height: 45px;
  display: flex;
  justify-content: center;
  font-weight: 400;
  text-align: center;
  align-items: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0.4rem;
  margin: 0.5rem;
  width: 250px;
  justify-content: flex-start;
  text-align: right;
}

input[type=button] {
  cursor: pointer;
  height: 45px;
  display: flex;
  justify-content: center;
  font-weight: 400;
  text-align: center;
  align-items: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0.4rem;
  margin: 0.5rem;
  width: 180px;
}

h1, h2, h3, h4, h5, h6 {
  direction: rtl;
  margin-bottom: 1rem;
  text-align: center;
}

h1 {
  font-size: 1.6rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.5rem;
}

p {
  display: inline-block;
  text-align: right;
  line-height: 1.3;
  font-size: 1.08rem;
  font-weight: 600;
  width: 100%;
}

a, a:link {
  text-decoration: none;
  direction: rtl;
  text-align: right;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  width: 100%;
  padding: 0 0.3rem;
}

.text-white {
  color: white;
}

@media (min-width: 980px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
}
.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 0.85em;
  height: 2em;
}

.loader {
  color: #ffffff;
  text-indent: -9999em;
  position: relative;
  font-size: 8px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  opacity: 0.7;
  top: 7px;
  right: 45%;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
  opacity: 0.7;
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 1em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 2em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 1em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 2em;
  }
}
* {
  box-sizing: border-box;
}

.registration-container, .advantages-container, .profiles-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  width: 100%;
}

.registration-container {
  height: auto;
}
.registration-container__inner {
  height: 100%;
}
.registration-container__stepper {
  width: 100%;
}

.interested-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.progress-bar {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  width: 90%;
  max-width: 400px;
}
.progress-bar__container {
  direction: ltr;
  width: 70%;
  background-color: #ced4da;
  height: 5px;
}
.progress-bar__buffer {
  background-color: #c59623;
  height: 100%;
}

#city-hidden {
  position: absolute;
  visibility: hidden;
  top: 60px;
  background-color: white;
  width: 100%;
  height: auto;
  max-height: 190px;
  overflow-y: scroll;
  border: 1px solid #ced4da;
  border-radius: 3px;
  z-index: 5;
}

#city-hidden li {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: right;
  font-size: 16px;
  height: 48px;
  padding: 0 16px;
  color: #495057;
}

#city-hidden li:hover {
  background-color: #f0f0f0;
}

#city-hidden li.active {
  background-color: #9fa4a8;
}

.step {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.step__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.step__body__text {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.step__body__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.step.active {
  display: flex;
}

.step:nth-child(n+2) .step__footer button {
  width: 200px;
}

.step:nth-child(n+3) .step__body {
  height: 190px;
}
.step:nth-child(n+3) .step__footer button {
  width: 250px;
}

.ml-select .ml-select-wrap {
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 0.4rem;
  overflow: hidden;
  height: 45px;
  width: 250px;
  background: url("../images/dropdown.png") 15px 50% no-repeat transparent;
  background-color: white;
}

.ml-select .ml-select-wrap select, .ml-select .ml-select-wrap input {
  margin: 0;
  border: none;
  height: 100%;
  width: 100%;
}

input {
  margin: 0 !important;
}

.step-back-icon {
  position: absolute;
  left: 0;
  top: -15px;
  direction: ltr;
  width: 10px;
  height: 40px;
  line-height: 1;
  color: #c8c7cd;
  cursor: pointer;
}

.step-back-icon::before {
  content: "‹";
  position: absolute;
  font-size: 70px;
  top: -55%;
}

.form-control {
  position: relative;
}

/*checkbox styles */
.checkbox-wrap {
  cursor: pointer;
  height: 45px;
  display: flex;
  justify-content: center;
  font-weight: 400;
  text-align: center;
  align-items: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0.4rem;
  margin: 0.5rem;
  width: 150px;
  position: relative;
  border-color: #ffffff;
}

.checkbox-wrap input:checked + label:before {
  box-sizing: border-box;
  background: #c59623;
  border-color: #c59623;
}

.checkbox-wrap input + label:before {
  position: absolute;
  right: 5px;
  top: 10px;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: white;
  border: 2px solid #c59623;
  border-radius: 50%;
}

.checkbox-wrap input:checked + label:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkbox-wrap input {
  position: absolute;
  opacity: 0;
}

.checkbox-wrap label {
  cursor: pointer;
}

input.disabled, button.disabled {
  opacity: 0.8;
}

/*end of checkbox styles */
.error-exeption span {
  border-radius: 2px;
  text-align: center;
  background: #fff0f0;
  font-weight: 700;
  padding: 2px 4px;
  display: block;
  color: #d33838;
  font-size: 15px;
}

input[type=password], input[type=email] {
  direction: ltr;
  text-align: left;
}

input[type=email], input[type=password], input[type=text] {
  background-color: #fff;
  border: 1px solid #ffffff;
}

.form-control__error {
  display: flex;
  align-items: center;
  opacity: 0;
  text-align: right;
  padding: 2px 4px;
  color: #d33838;
  font-size: 15px;
  min-height: 26px;
}

.form-control__error span {
  height: 100%;
  line-height: 1.7;
}

.non-valid-control.form-control.not-in-focus .form-control__error,
.non-valid-control.form-control.not-in-focus .form-control__error,
.dirty.non-valid-control.form-control .form-control__error {
  opacity: 1;
}

@media (min-width: 768px) {
  .step__body__buttons {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 950px) {
  .step:nth-child(1) .step__body {
    height: 185px;
  }
  .step:nth-child(n+1) .step__footer button {
    width: 310px;
  }
  .step:nth-child(n+2) .step__body {
    height: 170px;
  }
  .interested-in {
    flex-direction: row;
  }
  input[type=email], input[type=password], input[type=text], select, .ml-select .ml-select-wrap {
    width: 310px;
  }
  .checkbox-wrap {
    width: 100px;
    justify-content: flex-start;
    padding: 0.375rem 2.3rem 0.375rem 0.75rem;
  }
  .checkbox-wrap input {
    width: 80px;
  }
}
html {
  color: #2d2c2a;
  font-size: 13px;
}

main {
  flex-grow: 1;
}

a,
a:link {
  color: #c59623;
}

header {
  background-color: #0a0a0a;
  position: relative;
}

.main-header__inner {
  justify-content: space-between;
}
.main-header__inner .btn-login {
  cursor: pointer;
  height: 45px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  align-items: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0.4rem;
  margin: 0.35rem;
  background-color: none;
  border-color: #fff;
  width: 100px;
  height: 40px;
}

.logo {
  background: url("../images/view3dt/logo.svg") no-repeat center center;
  background-size: contain;
  height: 46px;
  width: 168px;
}

.heading {
  font-weight: 600;
  font-size: 1.85rem;
  margin-bottom: 1rem;
}

.text-orange {
  color: #c59623;
}

.text-off-white {
  color: #e4e2e2;
}

.text {
  font-size: 1.15rem;
  line-height: 1.5;
}

.heading {
  font-size: 1.7rem;
  margin-bottom: 0.8rem;
}

.btn-primary {
  cursor: pointer;
  height: 45px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  align-items: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0.4rem;
  margin: 0.35rem;
  background-color: #c59623;
  border-color: #c59623;
}

.registration-conatiner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 500px;
  width: 100%;
}
.registration-conatiner .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  max-width: 860px;
}
.registration-conatiner__header {
  width: 60%;
  max-width: 400px;
  padding: 0 1rem 0 0;
}
.registration-conatiner__header__image {
  background: url("../images/view3mobile/heart.png") no-repeat center center;
  background-size: contain;
  height: 20px;
  width: 100%;
  margin-bottom: 1rem;
}
.registration-conatiner__header__text {
  font-weight: 600;
  font-size: 2.2rem;
}
.registration-conatiner__registration-form {
  align-self: center;
  background: url("../images/view3dt/button_bg.png") no-repeat center center;
  background-size: cover;
  border-radius: 5px;
  width: 90%;
  max-width: 400px;
  padding: 2rem 1rem;
  color: white;
}

.profiles {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/view3mobile/profile_bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 2rem 0;
}
.profiles__images {
  width: 91%;
  max-width: 868px;
}
.profiles__images__item {
  display: inline-block;
  width: 32%;
  position: relative;
  margin: 2px;
}
.profiles__images__item img {
  width: 100%;
  height: auto;
}
.profiles__images__item img.position-absolute {
  position: absolute;
  top: 0;
  left: 0;
}

.dating-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.dating-container .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 660px;
  padding: 0;
}
.dating-container__text {
  position: absolute;
  z-index: 1;
  top: 20px;
  width: 90%;
  max-width: 360px;
  background-color: #eaeaea;
  padding: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.dating-container__image {
  margin-top: 190px;
  width: 100%;
  max-width: 550px;
  height: 220px;
  background: url("../images/view3dt/img1.jpg") no-repeat center center;
  background-size: cover;
}

.dating-container.reverse {
  margin-top: 60px;
  align-items: center;
  justify-content: center;
}
.dating-container.reverse .container {
  position: relative;
}
.dating-container.reverse .dating-container__image {
  background: url("../images/view3dt/img2.jpg") no-repeat center center;
  background-size: cover;
}
.dating-container.reverse .dating-container__text {
  padding: 2rem 3rem;
}

.VIP-attitude {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: url("../images/view3mobile/vip_bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  color: #ffffff;
  padding: 2rem;
  height: 350px;
}
.VIP-attitude .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 960px;
}
.VIP-attitude__image {
  position: absolute;
  top: 180px;
}
.VIP-attitude__image img {
  width: 200px;
  height: auto;
}
.VIP-attitude__text {
  max-width: 400px;
}

.main-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: url("../images/view3mobile/support_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 2rem 1rem;
}
.main-footer .container {
  flex-direction: row-reverse;
  text-align: right;
  width: 100%;
  max-width: 550px;
}
.main-footer__image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 35%;
}
.main-footer__image img {
  height: 70px;
  width: auto;
}
.main-footer__text {
  padding: 0 1rem;
  line-height: 1.2;
}

.step__body__buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.step__body__buttons__container {
  flex: 0 0 48%;
  position: relative;
}
.step__body__buttons input[type=button] {
  width: 100%;
  border: none;
  font-weight: 600;
  height: 50px;
  font-size: 1.3rem;
  margin: 0;
  color: white;
}
.step__body__buttons input[type=button] + label::before {
  display: block;
  content: "";
  background: url("../images/view3mobile/button_arrows.png") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 13px;
  left: 15px;
}
.step__body__buttons__container:last-child input[type=button] {
  background-color: #c59623;
  padding-left: 3.5rem;
}
.step__body__buttons__container:first-child input[type=button] {
  background-color: #c59623;
  padding-left: 2.5rem;
}

.step__header {
  margin-bottom: 1rem;
}

@media (min-width: 375px) {
  html {
    font-size: 16px;
  }
  .registration-conatiner {
    height: 520px;
  }
  .step__body__buttons__container {
    flex: 0 0 45%;
  }
  .step__body__buttons__container:last-child input[type=button] {
    padding-left: 3rem;
  }
  .step__body__buttons__container:first-child input[type=button] {
    padding-left: 2.8rem;
  }
  .dating-container__image {
    margin-top: 230px;
  }
  .VIP-attitude__image {
    top: 190px;
  }
  .main-footer__image img {
    height: 90px;
    width: auto;
  }
}
@media (min-width: 750px) {
  header {
    background-color: #0a0a0a;
    position: absolute;
  }
  header .logo {
    height: 67px;
    width: 241px;
    top: 13px;
  }
  .registration-conatiner {
    height: 720px;
    width: 100%;
    justify-content: center;
    padding: 6rem 5rem 0;
  }
  .registration-conatiner .container {
    justify-content: flex-start;
  }
  .registration-conatiner__header {
    padding: 0 4.2rem;
  }
  .registration-conatiner__header__image {
    background: url("../images/view3dt/heart.png") no-repeat center center;
    background-size: contain;
    height: 25px;
  }
  .registration-conatiner__header__text {
    margin-bottom: 2rem;
  }
  .registration-conatiner__registration-form {
    align-self: flex-start;
  }
  .dating-container .container {
    margin: 5rem 3rem;
    align-items: flex-start;
  }
  .dating-container__image {
    align-self: flex-end;
    margin-top: 60px;
    height: 400px;
  }
  .dating-container__text {
    align-self: flex-start;
  }
  .dating-container.reverse {
    margin-top: 0px;
  }
  .dating-container.reverse .dating-container__text {
    align-self: flex-end;
    left: 0;
  }
  .dating-container.reverse .dating-container__image {
    align-self: flex-start;
  }
  .dating-container.reverse .container {
    align-items: flex-end;
  }
}
@media (min-width: 950px) {
  html {
    font-size: 18px;
  }
  .text {
    font-size: 1rem;
    line-height: 1.3;
  }
  .heading {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .dating-container .container {
    margin: 5rem 3rem;
    max-width: 860px;
  }
  .dating-container__image {
    max-width: 680px;
  }
  .profiles {
    padding: 5rem 0;
  }
  .profiles__images {
    max-width: 868px;
  }
  .profiles__images img {
    padding: 4px;
  }
  .step:nth-child(1) .step__body {
    height: auto;
  }
  .VIP-attitude {
    align-items: center;
    background: url("../images/view3dt/vip_bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 2rem;
  }
  .VIP-attitude .container {
    flex-direction: row-reverse;
    padding: 0 3rem;
  }
  .VIP-attitude__image {
    position: relative;
    top: 0;
    width: 350px;
    height: 350px;
  }
  .VIP-attitude__image img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 350px;
    z-index: 10;
  }
  .main-footer {
    background: url("../images/view3dt/support_bg.jpg") no-repeat center center;
    background-size: cover;
  }
  .main-footer__image {
    flex: 0 0 25%;
  }
  .main-footer__image img {
    height: 100px;
    width: auto;
  }
}
@media (min-width: 1400px) {
  header .logo {
    height: 67px;
    width: 241px;
    top: 10px;
  }
  .registration-conatiner {
    padding: 6rem 5rem 0;
    height: 730px;
  }
}
@media (min-width: 1800px) {
  .registration-conatiner {
    padding: 7rem 5rem 0;
    height: 790px;
  }
}
img.fade-in {
  animation: fade-in 0.3s ease-in forwards;
  animation-iteration-count: 1;
}

img.appear {
  animation: appear 0.3s ease-in forwards;
  animation-iteration-count: 1;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes fade-in {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
@-webkit-keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ml-registration-photo-preview-content {
  position: relative;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-top: 20px;
}

.photo-preview-thumbnail-wrap {
  position: relative;
  height: 100%;
}

.ml-registration-photo-preview-thumbnail {
  position: relative;
  background-color: #f6f5f5;
  height: 95%;
  width: 140px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9;
}

.rotated {
  position: absolute;
  transform: rotate(-10deg);
  left: -14px;
}

.ml-registration-photo-upload-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #fc542d;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}

.add-icon {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.add-icon::before {
  content: "+";
  position: absolute;
  font-size: 45px;
  color: white;
}

.upload-image-text {
  color: black;
  margin-top: 5px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  width: 80%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

@media (min-width: 320px) {
  .registration-conatiner__header__content {
    width: 60%;
  }
  .modal-content {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    padding: 30px;
  }
  .cropper-container {
    max-height: 400px;
    max-width: 300px;
  }
}
@media (min-width: 801px) {
  .registration-conatiner__header__content {
    width: 100%;
  }
  .modal-content {
    margin: 5% auto;
    max-width: 400px;
    max-height: 600px;
  }
  .cropper-container {
    max-height: 400px;
    max-width: 400px;
  }
  .add-icon {
    align-items: center;
  }
}
.cropper-container {
  max-width: 100%;
}

#cropperImage {
  max-width: 100%;
  height: auto;
}

.close {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 32px;
  cursor: pointer;
  color: black;
}

.close:hover {
  color: red;
}

#croppedImage {
  object-fit: contain;
  width: 100%;
}

#zoomSlider {
  background: #fc542d;
  width: 50%;
  margin-top: 10px;
  border-radius: 16px;
  height: 6px;
}
#zoomSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  overflow: visible;
  cursor: pointer;
  background: #39f;
}
#zoomSlider::-webkit-slider-thumb:hover {
  background: #39f;
}
#zoomSlider:hover {
  background: #fc542d;
}

.upload-photo__error {
  display: flex;
  align-items: center;
  opacity: 0;
  text-align: left;
  padding: 2px 4px;
  color: #d33838;
  font-size: 15px;
  min-height: 26px;
  justify-content: center;
}

#croppedImageWrap {
  display: none;
}

.loading-spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #fc542d;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
  display: block;
  top: 45%;
  right: 45%;
  position: fixed;
}

#genderPair {
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .loading-spinner {
    top: 35%;
    right: 35%;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  .step-button-gender {
    width: 256px !important;
  }
  #genderPair {
    font-size: 1.1rem;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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