@font-face {
  font-family: BakbakOne;
  font-display: swap;
  src: url("../fonts/BakbakOne-Regular.woff2") format("woff2"), url("../fonts/BakbakOne-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: DMSans;
  font-display: swap;
  src: url("../fonts/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: DMSans;
  font-display: swap;
  src: url("../fonts/DMSans-Medium.woff2") format("woff2"), url("../fonts/DMSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: DMSans;
  font-display: swap;
  src: url("../fonts/DMSans-Bold.woff2") format("woff2"), url("../fonts/DMSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: DrukWide;
  font-display: swap;
  src: url("../fonts/DrukWide-Bold.woff2") format("woff2"), url("../fonts/DrukWide-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.thank-you-sharing .popup__close{
  display: none;
}

@media (min-width: 768px){
  .thank-you-sharing .popup__close{
    display: flex;
  }
}
.thank-you-sharing h2{
  margin-top: 24px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 768px){
  .thank-you-sharing h2{
    margin-top: 32px;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -3%;
  }
}
.thank-you-sharing p{
  margin-top: 0.5rem;
  text-align: center;
  font-family: DMSans;
  font-size: 16px;
  line-height: 1.125;
}
@media (min-width: 768px){
  .thank-you-sharing p{
    font-size: 24px;
    line-height: 1;
    letter-spacing: -3%;
  }
}
.thank-you-sharing-image{
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  width: 100%;
  max-width: 291px;
}
@media (min-width: 768px){
  .thank-you-sharing-image{
    margin-top: 0px;
    max-width: 100%;
  }
}
.thank-you-sharing-image img{
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.thank-you-sharing-buttons{
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px){
  .thank-you-sharing-buttons{
    margin-top: 32px;
    gap: 16px;
  }
}
.thank-you-sharing-buttons .btn svg{
  display: block;
  height: 20px;
  width: 20px;
}

.popup.popup__tertiary {
  top: unset;
  bottom: 0px;
  height: fit-content;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-image: radial-gradient(73.00% 15.00% at 72% 92%,rgba(78, 39, 118, 0.2) 5.535%,rgba(66, 37, 111, 0.2) 10.578%,rgba(38, 32, 93, 0) 57.273%,rgba(0, 19, 48, 0) 100%),radial-gradient(504.00% 100.00% at 50% 0%,rgb(87, 40, 122),rgb(65, 37, 110) 18.744%,rgb(23, 29, 85) 48.419%,rgb(0, 21, 59) 60.941%,rgb(0, 19, 48) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color), 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
  .popup.popup__tertiary{
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 32px;
  }
}


.popup-line{
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 4px;
  width: 35px;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .popup-line{
    display: none;
  }
}

.popup-send-invite .popup__close{
  display: flex;
}
.popup-send-invite h2{
  margin-top: 1rem;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -3%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .popup-send-invite h2{
    margin-top: 0px;
    font-size: 32px;
    line-height: 1;
  }
}
.popup-send-invite p{
  margin-top: 18px;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 12px;
  font-size: 18px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(32 38 87 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .popup-send-invite p{
    margin-top: 32px;
    padding: 16px;
    font-size: 20px;
    line-height: 1.2;
  }
}
.popup-send-invite-form{
  margin-top: 24px;
  display: none;
}
@media (min-width: 768px){
  .popup-send-invite-form{
    display: block;
  }
}
.popup-send-invite-form input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.popup-send-invite-form label{
  position: relative;
  display: inline-flex;
  width: 100%;
  cursor: pointer;
  gap: 12px;
  font-family: DMSans;
  font-size: 20px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.popup-send-invite-form label::before{
  height: 24px;
  flex: 0 0 24px;
  border-radius: 6px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(54 59 103 / var(--tw-bg-opacity));
}
.popup-send-invite-form label::after{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 24px;
  width: 24px;
  border-radius: 6px;
  background-image: url("../images/chekbox-checked.svg");
  content: var(--tw-content);
  opacity: 0;
}
.popup-send-invite-form input:checked + label:after{
  opacity: 1;
}
.popup-send-invite-buttons{
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px){
  .popup-send-invite-buttons{
    margin-top: 48px;
    flex-direction: row;
    gap: 24px;
  }
}
.popup-send-invite-buttons .btn{
  flex: 1 0;
}
.popup-send-invite-buttons .btn svg{
  display: block;
  height: 20px;
  width: 20px;
}
.popup-send-invite-buttons .btn-fourth{
  background-image: url("../images/btn-primary-100.png");
}
@media (min-width: 768px){
  .popup-send-invite-buttons .btn-fourth{
    --tw-bg-opacity: 1;
    background-color: rgb(52 67 93 / var(--tw-bg-opacity));
    background-image: none;
  }
}
@media (min-width: 1024px){
  .popup-send-invite-buttons .btn-fourth:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(32 38 87 / var(--tw-bg-opacity));
  }
}
.popup-send-invite-buttons .btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(52 67 93 / var(--tw-bg-opacity));
  background-image: none;
}
@media (min-width: 768px){
  .popup-send-invite-buttons .btn-primary{
    background-image: url("../images/btn-primary-100.png");
  }
}



.confirm-popup{
  border-radius: 14px;
  --tw-bg-opacity: 1;
  background-color: rgba(255 255 255 0);
  background-size: cover;
  background-repeat: no-repeat;
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color), 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  .confirm-popup{
    border-radius: 32px;
    background-color: rgba(255 255 255 0);
    background-image: radial-gradient(73.00% 15.00% at 72% 92%,rgba(78, 39, 118, 0.2) 5.535%,rgba(66, 37, 111, 0.2) 10.578%,rgba(38, 32, 93, 0) 57.273%,rgba(0, 19, 48, 0) 100%),radial-gradient(504.00% 100.00% at 50% 0%,rgb(87, 40, 122),rgb(65, 37, 110) 18.744%,rgb(23, 29, 85) 48.419%,rgb(0, 21, 59) 60.941%,rgb(0, 19, 48) 100%);
    padding: 34px;
    padding-top: 56px;
    padding-bottom: 48px;
  }
}
.confirm-popup p{
  margin-top: 19px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  font-family: DMSans;
  font-size: 18px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .confirm-popup p{
    padding: 0px;
    padding-bottom: 48px;
    font-family: BakbakOne;
    font-size: 32px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.confirm-popup-buttons{
  margin-top: 17px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 174 / var(--tw-border-opacity));
}
@media (min-width: 768px){
  .confirm-popup-buttons{
    margin-top: 0px;
    border-style: none;
  }
}
.confirm-popup-buttons button{
  display: block;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  font-family: DMSans;
  font-size: 18px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .confirm-popup-buttons button{
    border-radius: 8px;
    background-color: rgb(255 255 255 / 0.2);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 768px){
  .confirm-popup-buttons button.confirm-popup-button-red{
    margin-bottom: 24px;
    border-radius: 8px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(238 91 92 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .confirm-popup-buttons button.confirm-popup-button-red:hover{
    opacity: 0.9;
  }
  #how-it-works{
    max-width: 553px;
  }
  #how-it-works2{
    max-width: 553px;
  }
  #mobile-phone-number,
#ender-code,
#just-dressed-you,
#just-dressed-user,
#send-invite,
#thank-you-sharing,
#we-shared-your-look,
#step-form,
#feadback-pupup{
    max-width: 678px;
  }
  #feadback-pupup{
    max-width: 685px;
  }
}

#confirm{
  max-width: 270px;
}

@media (min-width: 768px){
  #confirm{
    max-width: 505px;
  }
}

#logout-popup{
  max-width: 270px;
}

@media (min-width: 768px){
  #logout-popup{
    max-width: 420px;
  }
}

#just-dressed-you .popup__wrap{
  padding-top: 2rem;
}

@media (min-width: 768px){
  #just-dressed-you .popup__wrap{
    padding-top: 0px;
  }
}

.signup-login-popup {
  /* z-index: 0;
  opacity: 1; */
  max-width: 500px;
}


.popup{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
/*  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));*/
  overflow: hidden;
  opacity: 0;
  height: auto !important;
  display: none;
}
.popup.active{
  display: block;
  z-index: 100;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: linear;
}
.popup__wrap2{
  position: relative;
  display: flex;
  max-height: 100vh;
  flex-direction: column;
  overflow-y: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 48px;
  padding-top: 64px;
}
@media (min-width: 768px){
  .popup__wrap2{
    max-height: 98vh;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 38px;
    padding-top: 52px;
  }
}
.popup__close{
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 3;
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
@media (min-width: 768px){
  .popup__close{
    height: 32px;
    width: 32px;
  }
}
.popup.popup__primary2{
  height: 100%;
  background-image: url("../images/bg-mob.png"), radial-gradient(73.00% 15.00% at 72% 92%,rgba(78, 39, 118, 0.2) 5.535%,rgba(66, 37, 111, 0.2) 10.578%,rgba(38, 32, 93, 0) 57.273%,rgba(0, 19, 48, 0) 100%),radial-gradient(504.00% 100.00% at 50% 0%,rgb(87, 40, 122),rgb(65, 37, 110) 18.744%,rgb(23, 29, 85) 48.419%,rgb(0, 21, 59) 60.941%,rgb(0, 19, 48) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color), 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
  .popup.popup__primary2{
    height: auto;
    border-radius: 32px;
    background-image: radial-gradient(73.00% 15.00% at 72% 92%,rgba(78, 39, 118, 0.2) 5.535%,rgba(66, 37, 111, 0.2) 10.578%,rgba(38, 32, 93, 0) 57.273%,rgba(0, 19, 48, 0) 100%),radial-gradient(504.00% 100.00% at 50% 0%,rgb(87, 40, 122),rgb(65, 37, 110) 18.744%,rgb(23, 29, 85) 48.419%,rgb(0, 21, 59) 60.941%,rgb(0, 19, 48) 100%) !important;
  }
}
.popup.popup__secondary{
  background-image: url("../images/popup-bg-mobile.png");
}
@media (min-width: 768px){
  .popup.popup__secondary{
    background-image: radial-gradient(73.00% 15.00% at 72% 92%,rgba(78, 39, 118, 0.2) 5.535%,rgba(66, 37, 111, 0.2) 10.578%,rgba(38, 32, 93, 0) 57.273%,rgba(0, 19, 48, 0) 100%),radial-gradient(504.00% 100.00% at 50% 0%,rgb(87, 40, 122),rgb(65, 37, 110) 18.744%,rgb(23, 29, 85) 48.419%,rgb(0, 21, 59) 60.941%,rgb(0, 19, 48) 100%);
  }
}
.bg-popup-bg-mobile{
  background-image: url("../images/popup-bg-mobile.png");
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.after\:bg-just-dressed-card-bg::after{
  content: var(--tw-content);
  background-image: url("../images/just-dressed-card-bg.png");
}
.after\:bg-just-dressed-card-mod-bg::after{
  content: var(--tw-content);
  background-image: url("../images/just-dressed-card-mod-bg.png");
}

.just-dressed-card{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  width: 100%;
  border-radius: 16px;
  padding: 12px;
  padding-bottom: 16px;
  text-align: center;
}

.just-dressed-card::after{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  height: 339px;
  width: 383px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url("../images/just-dressed-card-bg.png");
  background-size: contain;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .just-dressed-card{
    margin-top: 0px;
  }
}
.just-dressed-card.just-dressed-mod-card{
  margin-top: 45px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.just-dressed-card.just-dressed-mod-card::after{
  height: 230px;
  width: 160px;
  content: var(--tw-content);
  background-image: url("../images/just-dressed-card-mod-bg.png");
}
@media (min-width: 768px){
  .just-dressed-card.just-dressed-mod-card{
    margin-top: 0px;
  }
}
.just-dressed-card.just-dressed-mod-card .just-dressed-card-image{
  margin-top: -10px;
  height: 172px;
  width: 135px;
}
.just-dressed-card.just-dressed-mod-card .avatar-friend{
  margin-left: auto;
  margin-right: auto;
  height: 172px;
  width: 135px;
}
.just-dressed-card h3{
  font-size: 12px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .just-dressed-card h3{
    font-size: 16px;
    line-height: 1;
  }
}
.just-dressed-card p{
  font-family: DMSans;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .just-dressed-card p{
    font-size: 16px;
    line-height: 1.125;
  }
}
.just-dressed-card-image{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 1.5rem;
  height: 253px;
  width: 199px;
}
@media (min-width: 768px){
  .just-dressed-card-image{
    margin-bottom: 1rem;
  }
}
.just-dressed-card-image > img{
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.just-dressed-card-nav{
  position: absolute;
  top: 60%;
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px){
  .just-dressed-card-nav{
    display: flex;
  }
}
.just-dressed-card-badge{
  position: absolute;
  top: 43px;
  right: -33px;
  width: 100%;
  max-width: 90px;
}
.just-dressed-card-badge img{
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.just-dressed-form{
  margin-top: 24px;
}
.just-dressed-form h2{
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -3%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .just-dressed-form h2{
    font-size: 32px;
    line-height: 1;
  }
}
.just-dressed-form p{
  margin-top: 0.25rem;
  text-align: center;
  font-family: DMSans;
  font-size: 18px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .just-dressed-form p{
    margin-top: 0.5rem;
    font-size: 24px;
    line-height: 1.4;
  }
}
.just-dressed-form-emotions{
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
@media (min-width: 768px){
  .just-dressed-form-emotions{
    margin-top: 0.5rem;
  }
}
.just-dressed-form-emotion{
  height: 50px;
  flex: 0 0 50px;
}
.just-dressed-form-emotion input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.just-dressed-form-emotion label{
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (min-width: 1024px){
  .just-dressed-form-emotion label{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: linear;
  }
  .just-dressed-form-emotion label:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(20 39 72 / var(--tw-bg-opacity));
  }
}
.just-dressed-form-emotion label img{
  display: block;
  height: 36px;
  width: 36px;
}
.just-dressed-form-emotion input:checked + label{
  --tw-bg-opacity: 1;
  background-color: rgb(73 39 114 / var(--tw-bg-opacity));
}
.just-dressed-form .btn{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: flex;
  background-size: cover;
}
@media (min-width: 768px){
  .just-dressed-form .btn{
    margin-top: 48px;
    width: 100%;
  }
}

.svg_rotation {
  animation: rotate 2s linear infinite;
  transform-origin: center;
}

@media (max-width: 768px) {
      .custom-desktop {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8); /* Optional: Add a background color for better visibility */
        z-index: 9999;
        padding: 10px; /* Optional: Add some padding if needed */
        display: flex;
        justify-content: center;
        gap: 8px;
      }
    }

    @keyframes rotate {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }
    .iti__country-name {
      color: black;
    }
    .my-div {
        display: none;
    }

    .hover-grow:hover {
        transform: scale(1.02); /* Increase size by 105% */
    }

    /* Отображаем элемент только на экранах шире 1024px */
    @media (min-width: 1024px) {
        #main_image {
          margin-top: auto;
        }
        .my-div {
            display: block; /* или display: flex; в зависимости от вашей верстки */
        }
    }

    .svg_rotation {
      animation: rotate 2s linear infinite;
      transform-origin: center;
    }
    #textInput::placeholder {
        color: #ABABAB;
    }
        .pulse {
      animation: pulse-animation 1.5s infinite;
    }
    .desktop_bottom {
        margin-bottom: 0px;
    }
    
    @keyframes pulse-animation {
      0% {
        box-shadow: 0 0 0 0px rgba(207, 144, 183, .8);
      }
      100% {
        box-shadow: 0 0 0 15px rgba(245, 183, 0, 0);
      }
    }
    .totop {
      padding-top: 16px;
      padding-bottom: 16px;
    }
    .tobottom {
      margin-bottom: 0px;
    }
    .feedbackFormClass {
      display: none;
    }
    .is_mobile {
        display: none;
    }
    .is_desktop {
      display: flex;
    }
     @media (max-width: 768px) {
      .is_desktop {
        display: none;
      }
      .feedbackFormClass {
        display:flex;
      }
      .is_mobile {
        display: flex;
      }
      .hover-grow:hover {
          transform: scale(1.0); /* Increase size by 105% */
      }
      .totop {
        padding-top: 12px;
        padding-bottom: 12px;
      }
      .tobottom {
        margin-bottom: 18px;
      }
      .desktop_bottom {
        margin-bottom: 68px;
      }
     
    }
.hober_trans:hover {
  opacity: 1;
}
.hober_trans:hover {
  opacity: 0.75;
}
.-top-\[20px\]{
  top: -20px;
}
.-top-\[30px\]{
  top: -30px;
}
.-top-\[40px\]{
  top: -40px;
}
.-top-\[35px\]{
  top: -35px;
}
.left-\[15px\]{
  left: 15px;
}
.bottom-\[90px\]{
  bottom: 90px;
}
.mt-\[9px\]{
  margin-top: 9px;
}
.mb-\[8px\]{
  margin-bottom: 8px;
}
.w-\[225px\]{
  width: 225px;
}
.w-\[123px\]{
  width: 123px;
}
.max-w-\[682px\]{
  max-width: 682px;
}
.gap-\[24px\]{
  gap: 24px;
}
.p-\[8px\]{
  padding: 8px;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.w-full{
  width: 100%;
}
.signup-login-tabs {
  display: flex;
  align-items: center;
  border-radius: 24px;
  background: #603D83;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-top: 24px;
}

.signup-login-popup .popup__wrap2 {
  padding: 8px 10px 72px;
  align-items: center;
}

.signup-login-form .inputs-wrap {
  min-height: 120px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.input{
  width: 100%;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 201 201 / var(--tw-border-opacity));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(32 38 87 / var(--tw-text-opacity));
}
.pb-\[24px\]{
  padding-bottom: 24px;
}
.h-\[14px\]{
  height: 14px;
}
.btn-primary_old{
  background-color: rgba(32, 38, 87, 0.2);
  background-image: url("../images/btn-primary-100.png");
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}
@media (min-width: 1024px){
  .btn-primary_old{
    font-size: 20px;
  }
}
.btn_old{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

 .btn {
  gap: 16px;
}
.content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
 .btn-primary.btn-primary-white {
  background: white;
  color: #121212;
}