@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* all steps */
body{
  background-color: #4f00ce;
  font-family: "Open Sans", sans-serif;
  /* background: linear-gradient(180deg, #FFFBF5 -16.15%, #FFF 42.08%, #FFFBF5 119.36%); */
}
.astro_sign_circle {
  border: 1px solid #f2f2f2;
  border-radius: 100%;
  padding: 4px;
}

/* //new page  */
.style_container__nH3jb  {
  width: 90%;
}

.style-font{
  padding: 20px;
  padding-left: 35px;
  font-size: 22px;
  color: #f1f5f7;
}

.box-center {
  padding-top: 0px;
  padding-left: 30px;
}
.box-center-2
{
  padding-top: 0px;
  padding-left: 40px;
}
.box-center-3
{
  padding-top: 0px;padding-left: 27px;
}

button, input {
  background-color: transparent;
  overflow: visible;
}


.box-text
{
  padding-left: 23px;
}
.box-text-2
{
  padding-left: 23px;
}

.box-text-3
{
  padding-left: 23px;
}
.astro_sign {
  height: 130px;
  width: 130px;
  position: relative;
  background-color: #f2f2f2;
  border-radius: 100%;
  display: table;
  margin: 0 auto;
}

.astro_sign .astro_sign_icon {
  height: 50%;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

/*.main_banner {
 
  padding-top: 70px;
  padding-bottom: 50px;
  
}*/

/* all sign style */
.icon_12 {
  margin-top: -78px;
  margin-left: -32px
}

.icon_1 {
  margin-top: -115px;
  margin-left: -18px;
}

.icon_2 {
  margin-top: -78px;
  margin-left: -18px
}

.icon_3 {
  margin-left: -34px
}

.icon_10 {
  margin-left: -40px;
}

.icon_11 {
  margin-left: 10px;
}

.icon_9 {
  margin-left: 10px;
}

.icon_8 {
  margin-top: 90px;
  margin-left: -45px;
}


/* title slider  */



/* gender new styl  */

.style_root__Rm4q- {
  max-width: 430px;
  padding: 15px;
  width: 100%
}

.style_root__Rm4q- .style_wrapper__8yeIV {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px
}


/* //sidebar  */

.slider-container {
  position: relative;
  width: 100%;
}

.slider {
  display: none; /* Hide slider content by default */
}

.open-icon {
  cursor: pointer;
}

.close-icon {
  display: none; /* Hide close icon by default */
  cursor: pointer;
}
.style_pageContainer__VOEbm .style_content__cQ0m0 {
  display: flex;
  flex-direction: column;
}
.style_content__cQ0m0 {
  display: flex;
  flex-direction: column;
}
.style_wrapper__ODUON.style_dark__Vgu3E .style_menu__nYYDY {
  background: #1e3b48;
}


/* new slider */

/* Wrapper */
.style_wrapper__ODUON {
  background-color: transparent;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all .5s ease-in-out;
  width: 100%;
  z-index: 2;
}

.style_wrapper__ODUON.style_show__zcqMn {
  background: rgba(47, 47, 47, .8);
  pointer-events: auto;
  z-index: 9;
}
.style_wrapper__ODUON .style_content__nPn2a {
  color: #2d2d2d;
  padding: 60px 0 0 20px;
}
/* Menu */
.style_menu__nYYDY {
  background: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(300px);
  transition: transform .5s ease-in-out;
  width: 300px;
  z-index: 10;
}

.style_wrapper__ODUON.style_dark__Vgu3E .style_menu__nYYDY {
  background: #1e3b48;
}

/* Open Icon */
.style_wrapper__ODUON .style_open__n9wPp {
  position: absolute;
  z-index: 10;
}

/* Close Icon */
.style_wrapper__ODUON .style_menu__nYYDY .style_close__1sFwq {
  left: 20px;
  position: absolute;
  top: 20px;
}

/* Content */
.style_wrapper__ODUON .style_content__nPn2a {
  color: #2d2d2d;
  padding: 60px 0 0 20px;
}

.style_wrapper__ODUON.style_dark__Vgu3E .style_content__nPn2a {
  color: #fff;
}

/* Content Links */
.style_wrapper__ODUON .style_content__cQ0m0 a {
  color: inherit;
  font-size: 1.0625rem;
  margin-bottom: 30px;
}

/* Dark mode styles */
.style_wrapper__ODUON.style_dark__Vgu3E .style_menu__nYYDY .style_close__1sFwq path,
.style_wrapper__ODUON.style_dark__Vgu3E .style_open__n9wPp path {
  fill: #f2e6c4;
}


.style_wrapper__ODUON {
  position: absolute;
  width: 100%;
  height: 100%;
}

.style_menu__nYYDY {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
  z-index: 10;
}


.slider-container {
    position: relative;
}

.slider-menu {
    position: absolute;
    top: 0;
    right: -300px; /* Initially hide the menu off-screen */
    width: 300px;
    background-color: #f0f0f0;
    transition: right 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.slider-content {
    padding: 20px;
}

.slider-content a {
    display: block;
    margin-bottom: 10px;
    color: #333;
    text-decoration: none;
}

.slider-content div {
    margin-top: 10px;
}

.open-slider {
    cursor: pointer;
}

.close-slider {
    cursor: pointer;
    background-color: #ddd;
    border: none;
    padding: 10px;
    width: 100%;
    text-align: center;
}


.style_wrapper__ODUON.style_show__zcqMn .style_menu__nYYDY {
  transform: translateX(0);
}
.header{
  position: relative;
  padding-top: 10px;
}
/*.style_open__n9wPp {
  position: absolute;
  top: 11px;
  right: 0px;
  z-index: 20;
  cursor: pointer;
}*/
.humburger_menu .menu_icon{
 /* position: absolute;*/
  top: 25px;
  right: -10px;
  z-index: 20;
  cursor: pointer;
  padding: 0px 15px;
    border-radius: 366.946px;
    border: 1.5px solid #fff;
    /* width: 41.208px; */
    height: 32.303px;
    display: flex;
    vertical-align: middle;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
}
.offcanvas{
  background-color: #fff;
}
.offcanvas .btn-close{
  /* background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; */
  opacity: 1;
}
.style_close__1sFwq {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 20;
  cursor: pointer;
}

.style_content__nPn2a {
  padding: 60px 20px 0 20px;
  color: #dfcece;
}

.style_content__cQ0m0 a {
  font-size: 1.0625rem;
  margin-bottom: 30px;
}


.style_wrapper__ODUON.style_dark__Vgu3E .style_menu__nYYDY {
  background: #1e3b48;
}

.style_wrapper__ODUON.style_dark__Vgu3E .style_content__nPn2a {
  color: #fff;
}

/* Wrapper */

.style_open__n9wPp {
  cursor: pointer; /* Change cursor to pointer */
  pointer-events: auto; /* Allow pointer events */
}

/* Menu */
.style_menu__nYYDY {
  padding: 20px;
  text-align: right;
}

/* Content */
.style_content__nPn2a {
  display: none;
}

/* Content Links */
.style_content__cQ0m0 a {
  color: white;
  display: block;
  padding: 10px;
  text-decoration: none;
}

/* Content Links Hover */
.style_content__cQ0m0 a:hover {
  background-color: #555;
}


.style_wrapper__ODUON .style_open__n9wPp {

  pointer-events: auto;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}

.style_wrapper__ODUON.style_dark__Vgu3E .style_menu__nYYDY .style_close__1sFwq path, .style_wrapper__ODUON.style_dark__Vgu3E .style_open__n9wPp path {
  fill: #f2e6c4;
}
/*.header .humburger_menu svg path{
  fill: #f2e6c4;
}
*/
.rmc-multi-picker
{
  margin-top: 20px;
}


/* svg logo  */
.style_button__right-icon__3MH3Y {
  height: 33px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 38px;
}

.style_button__right-icon__3MH3Y_center{
  height: 35px;
  position: absolute;
  right: 69px;
  top: 13px;
  width: 95px;
}



/* progess bar */
button {
  border: none;
  cursor: pointer;
  outline: none;
  touch-action: manipulation;
  transition: all .3s ease;
  -webkit-user-select: none;
  user-select: none;
}
.style_progress__ym3Ja .style_title__rDZ8H {
  text-align: left;
}


.style_progress__ym3Ja .style_icon__hV1Jz {
  fill: #fff;
  height: 13px;
  transition: all .4s ease;
  transition-delay: .2s;
  width: 21px;
}

.style_progress__ym3Ja .style_line__9VJjG {
  background-color: rgb(40 0 133);
  border-radius: 25px;
  flex-grow: 0;
  height: 5px;
  margin: 15px 0 0;
  transition: all .4s ease;
  transition-delay: .2s;

}

.style_progress__ym3Ja .style_line__9VJjG .style_feeling__JPd4P {
  background-color: #fff;
  border-radius: 25px;
  display: block;
  height: 5px;
  transition: width .2s;
}


/* Define the default styles for the select element */
.form-select.born_input_field {
  width: 100%;
}

/* Apply specific styles using media query for smaller screens */
@media screen and (max-width: 1640px) {
  .humburger_menu .menu_icon {top: 22%;}
}
@media screen and (max-width: 768px) {
  .form-select.born_input_field.day {
      width: 107%; /* Adjust as needed */
  }
  .form-select.born_input_field.month {
    width: 107%; /* Adjust as needed */
  }
  .form-select.born_input_field.year {
    width: 107%; /* Adjust as needed */
  }
}

/* Define the style outside of the media query */
/*.style_progress__ym3Ja {
  margin-left: 39%;
}*/


.style_progress__ym3Ja .style_container__2SlEL {
  align-items: center;
  display: flex;
  justify-content: space-between;
}



.style_progress__ym3Ja {
  align-items: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  padding-top: 15px;
  width: 100%;
} 



.style_root__Rm4q- .style_container__hHgVf {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 15px;
  width: 100%
}

.style_root__Rm4q- .style_container__hHgVf .style_images__OlQon {
  align-items: center;
  display: flex
}

.style_root__Rm4q- .style_container__hHgVf .style_images__OlQon .style_avatars__Rk9VB {
  display: flex;
  left: 10px;
  position: relative
}

.style_root__Rm4q- .style_container__hHgVf .style_images__OlQon .style_avatars__Rk9VB .style_ava__iUY90 {
  border: 1.2px solid #2d5668;
  border-radius: 50%;
  height: 28px;
  position: relative;
  width: 28px
}

.style_root__Rm4q- .style_container__hHgVf .style_images__OlQon .style_avatars__Rk9VB .style_ava__iUY90:first-child {
  z-index: 3
}

.style_root__Rm4q- .style_container__hHgVf .style_images__OlQon .style_avatars__Rk9VB .style_ava__iUY90:nth-child(2) {
  left: -10px;
  z-index: 2
}

.style_root__Rm4q- .style_container__hHgVf .style_images__OlQon .style_avatars__Rk9VB .style_ava__iUY90:last-child {
  left: -20px;
  z-index: 1
}

.style_root__Rm4q- .style_container__hHgVf .style_images__OlQon .style_ava_stars__mJdUO {
  position: relative;
  right: 10px;
  top: 2px
}

.style_root__Rm4q- .style_container__hHgVf .style_images__OlQon .style_ava_stars__mJdUO .style_icon__lfwF6 path {
  fill: #f9d05d
}

.style_root__Rm4q- .style_container__hHgVf .style_images__OlQon .style_ava_stars__mJdUO .style_icon__lfwF6 defs filter feDropShadow {
  flood-color: #f9d05d
}

.style_root__Rm4q- .style_container__hHgVf .style_images__OlQon .style_right_palm__4tv3e {
  transform: scaleX(-1)
}

.style_root__Rm4q- .style_container__hHgVf .style_title__VZZ\+4 {
  color: #faf6e8;
  font-family: Open Sans,sans-serif;
  font-size: .9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  text-align: center
}

.style_root__Rm4q- .style_container__hHgVf .style_title__VZZ\+4 b {
  color: #faf6e8;
  font-weight: 700
}

.style_root__Rm4q- .style_border__QUCuT {
  border: 1px solid #2d5668;
  border-radius: 10px;
  margin: 0 auto
}

.style_sign_in__a7f04 {
  position: absolute;
  text-decoration: none
}

.style_sign_in__a7f04 a {
  color: #fff;
  font-weight: 600
}

.style_sign_in__a7f04 a span {
  font-weight: 400
}



.style_titleWithLogo__Kh4vg {
  align-items: center;
  display: flex;
  margin: 5vh 0 2vh
}

.style_titleWithLogo__image__mdh\+d {
  border-radius: 10px;
  height: 40px;
  width: 40px
}

.style_titleWithLogo__title__jj8XC {
  color: #d0b894;
  margin-left: 10px;
  margin-right: 10px;
}



.style_container__nH3jb {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1000px;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-right: 80px;
}
/* .style_birthtime__cohQK{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 430px;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-right: 80px;
} */
.style_birthtime__cohQK {
  /* align-items: center; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: flex-start; */
  /* margin: 0 auto; */
  /*max-width: 470px;*/
  /*min-height: 83vh;*/
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-right: 5px;
}



.style_birth__f\+7Ci {
   /* align-items: center; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: flex-start; */
  /* margin: 0 auto; */
  max-width: 100% ;
  /*min-height: 83vh;*/
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-right: 5px;
}



.style_container__nH3jb .style_items__mUesr {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.style_container__nH3jb .style_items__mUesr .style_item__1OQLv {
  align-items: center;
  background-color: transparent;
  border: 1.5px solid #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  width: 30%;
  height: 75px;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 12px;
}
.style_container__nH3jb .style_items__mUesr .style_item__1OQLv:hover{
  background: #ea9028;
}
 .choose_gender_btn svg {
    height: 50px;
  }
.style_container__nH3jb .style_items__mUesr .style_item__1OQLv:hover .choose_gender_btn svg path{
  fill: #fff;
}

.style_container__nH3jb .style_items__mUesr .style_item__1OQLv .choose_gender_btn svg path{
  fill: #fff;
}
.style_container__nH3jb .style_items__mUesr .style_item__1OQLv:hover .choose_gender_btn h3{
  color: #fff;
}

.selected {
  background: #ea9028 !important;
}

.selected .choose_gender_btn svg path {
  fill: #fff;
}

.selected .choose_gender_btn h3 {
  color: #fff;
}


.style_container__nH3jb .style_items__mUesr .style_item_active__y6c1Q {
  background: transparent;
  border-color: #d0b894
}

.style_container__nH3jb .style_items__mUesr .style_item__title__lW-GP {
  color: #fff;
  font-size: 21px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.style_container__nH3jb .style_items__mUesr .style_item__image__2W\+26 {
  height: 45px;
  width: 45px
}

.style_container__nH3jb .style_title__EKh3e {
  width: 90%
}

.style_container__nH3jb .style_title__EKh3e.style_gap__7F\+\+B {
  margin-top: 30px
}

.style_container__nH3jb .style_intro_text__tndMV {
  font-size: .875rem;
  margin-top: 4vh;
  width: 80%;
  font-weight: 400;
}
.style_title_h1__drby6 .style_birth__title__XtFNk{
  font-size: .875rem;
  margin-top: 5vh;
  width: 100%
}

.style_container__nH3jb .style_text__SCTrB {
  color: #fff;
  margin-top: 0px;
}
.new_bg_style{
  border-radius: 20px;
  border: 2px solid #fff;
  background: #280085;
  backdrop-filter: blur(77px);
  margin-top: 4vh;
  padding: 45px 22px 50px;
  width: 100%;
}
.mb-10{
  margin-bottom: 12px;
}

.style_container__nH3jb .style_sign_in__K1Elz {
  color: #19cebb;
  padding: 13px 0;
  position: static;
  text-decoration: underline
}

.style_container__nH3jb .style_sign_in__K1Elz a {
  color: #19cebb
}

/*# sourceMappingURL=4601.43719a18.chunk.css.map*/



/* birthdat new style */
.style_text__5JYBx {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center
}

.style_container__2SlEL .style_text__5JYBx{
  color: #fff;
}

.rmc-multi-picker,.rmc-picker {
  height: 238px
}

.rmc-multi-picker {
  align-items: center;
  display: flex
}

.rmc-picker-item {
  box-sizing: border-box;
  color: #9b9b9b;
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.rmc-picker,.rmc-picker-item {
  overflow: hidden;
  position: relative;
  width: 100%
}

.rmc-picker {
  display: block;
  flex: 1 1;
  text-align: center
}

.rmc-picker-mask {
  background-image: linear-gradient(180deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6)),linear-gradient(0deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6));
  background-position: top,bottom;
  background-repeat: no-repeat;
  background-size: 100% 204px;
  height: 100%;
  margin: 0 auto;
  pointer-events: none;
  z-index: 3
}

.rmc-picker-content,.rmc-picker-mask {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.rmc-picker-content {
  z-index: 1
}

.rmc-picker-indicator {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  height: 34px;
  left: 0;
  position: absolute;
  top: 102px;
  width: 100%;
  z-index: 3
}

.rmc-picker-mask {
  display: none
}

.rmc-picker-indicator {
  border: 0;
  border-bottom: .5px solid hsla(47,64%,95%,.212);
  border-top: .5px solid hsla(47,64%,95%,.212)
}

.style_root__g1Ew0 {
  width: 100%
}

.style_root__g1Ew0 .style_item__guM1K {
  color: #a39376;
  font-size: 1.25rem;
  height: 34px;
  transition: font-size .2s
}

.style_root__g1Ew0 .style_active__rlTme {
  color: #f2e6c4;
  font-size: 1.5rem
}

.style_root__SOkzn {
  width: 100%
}

.style_root__SOkzn .rmc-picker:first-child {
  flex-basis: 45%
}

.style_root__SOkzn .rmc-picker:nth-child(2) {
  flex-basis: 20%
}

.style_root__SOkzn .rmc-picker:nth-child(3) {
  flex-basis: 35%
}

.style_wrapper__apiQn {
  height: 100%;
  width: 100%;
}


/* .style_birth__iVRK0 {
  align-items: center; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: flex-start; */
  /* margin: 0 auto;
  max-width: 470px;
  min-height: 83vh;
  overflow: hidden;
  position: relative;
  width: 127%;
  padding-right: 5px;
} */
.style_birth__iVRK0 {
  /* align-items: center; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: flex-start; */
  /* margin: 0 auto; */

  overflow: hidden;
  position: relative;
  width: 100%;
  margin-right: 0px;
}
.style_birth__iVRK0 {
  /* align-items: center; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: flex-start; */
  /* margin: 0 auto; */

  overflow: hidden;
  position: relative;
  width: 100%;
  margin-right: 0px;
}


@media screen and (max-width: 768px) {

  .style_birth__iVRK0 {
  
  
   margin-right: 90px;



    
  }

}




.style_birth__iVRK0 .style_skip__lv9rB {
  bottom: calc(10% + 70px);
  position: absolute;
  z-index: 1000
}

@media(max-height: 600px) {
  .style_birth__iVRK0 .style_skip__lv9rB {
      bottom:calc(5% + 70px)
  }
}

.style_birth__title__XtFNk {
  margin-bottom: 1vh;
 
  width: 80%;
  font-size: 22px;
}



.style_form__XIals {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  width: 100%;
}

.style_form__day__WWeRJ {
  margin-top: -16px;
}

.style_form__XIals .style_form__button__Kg5Tl {
  bottom: 10%;
  position: absolute;
  z-index: 2
}

@media(max-height: 600px) {
  .style_form__XIals .style_form__button__Kg5Tl {
      bottom:5%
  }
}

/*# sourceMappingURL=6192.3f0756d2.chunk.css.map*/





/* new style */


.circle {
  display: grid;
  grid-template-areas: "layer";
  place-items: center;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #734a7947;
  --radius: 16vmin;
  width: calc(2 * var(--radius));
  height: calc(2 * var(--radius));
}
.circle_disable {
  display: grid;
  grid-template-areas: "layer";
  place-items: center;
  background: transparent;
  border-radius: 50%;
  --radius: 37vmin;
  width: calc(2 * var(--radius));
  height: calc(2 * var(--radius));
}

.sign_box:hover {
  /* transform: scale(1.1); */
  transition: all .2s ease-in-out;
  background-color: #ea9028;
  border-color: #fff;
  box-shadow: 0px 0.528px 12.681px rgb(77 47 92);
}

.sign_box:hover svg path{
  fill: #fff;
}
.sign_box svg path{
  fill: #fff !important;
}
.sign_box:hover p{color: #fff;}
.sign_box p{color: #fff;}

.selected-sign {
  transition: all .2s ease-in-out;
  background-color: #ea9028 !important;
  border-color: #fff !important;
  box-shadow: 0px 0.528px 12.681px #000;
}

.selected {
  border: 1.5px solid var(--Primary-color, #fff) !important;
  background: var(--Primary-color, #ea9028) !important;
}
.stat {
  grid-area: layer;
  width: 8vmin;
  height: 8vmin;
  border-radius: 50%;

  display: table;
  /* place-items: center; */
  /* vertical-align: middle; */

  background: rgba(255, 255, 255, 0.9);
  background: transparent;
  /*border: 1px solid #FF8F4E;*/
  padding: 0px;
  /* color: #185adb; */
  /* font-weight: bold; */
  /* font-size: 3vmin; */



  --d: calc(var(--i) / var(--total));

  --r-offset: -0.25turn;

  --r-amount: 1turn;

  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));

  --transform: rotate(var(--r)) translate(var(--radius)) rotate(calc(-1 * var(--r)));

  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

/* fonts */

.font15 {
  font-size: 8px;
}

.color-10212b {
  color: #fff;
}
.date-selector .select-wrap::before{
  background: #280085;
  backdrop-filter: blur(43.616966247558594px);
}
.date-selector .select-wrap::after{
  background: #280085;
  /*backdrop-filter: blur(43.616966247558594px);*/
}
.select-wrap .select-options{
  color: #fff!important;
}
.date-selector{
  border-radius: 20px;
  border: 1.133px solid #fff;
}
.highlight{
  background-color: #ea9028 !important;
}
.color-FF8F4E{color: #fff;}
.right_cnt_onebox{
    border-radius: 20px;
    border: 2px solid var(--Primary-color, #fff);
    background: #280085;
    backdrop-filter: blur(77px);
    padding: 45px 18px;
}

.font-16 {
  font-size: 16px;
}
.font-14 {
  font-size: 14px;
}

.font-18 {
  font-size: 18px;
}

.text-justify {
  text-align: justify;
}
.disclamer{
  padding-top: 80px;
  padding-bottom: 0px;
}





/* banner */

.fix_image_icon {
  position: relative;
  height: 30px;
  width: 30px;
  margin: 0 auto;
}

.fix_image_icon img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sign_box {
  background-color: #1b0051;
  border-radius: 50%;
  border: 1px solid #fff;
}

.center_div {
  position: absolute;
  left: 50%;
  right: auto;
  top: 60%;
  transform: translate(-50%, -60%);
  bottom: auto;
}

.center_div_1 {
  position: absolute;
  right: auto;
  top: 60%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.person_img {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 100%;
}

.person_img img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.w-450{width: 1000px;margin: 0 auto;}

.font-24 {
  font-size: 24px;
}

.font-38 {
  font-size: 38px;
}

.font-28 {
  font-size: 20px;
}

/* step 2 gender */

.style_birth__title__XtFNk {

  width: 95%;
}
.style_title_h1__drby6 .style_birthtime__title__rMlTw{
margin-right: 69px;
}


h1, h2, h3, h4, h5, h6, li, ol, p, ul {
  margin: 0;
  padding: 0;
}
.style_birth__text__ki59P {
  width: 100%;
}
.style_button__ATdiY {
  background: linear-gradient(2.59deg,#00eedb -78%,#27baa7 145%);
  border-radius: 50px;
  box-shadow: 0 1px 4px 0 hsla(51,8%,69%,.4);
  max-width: 325px;
  min-height: 55px;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  width: 100%;
}

.style_form__day__WWeRJ {
  margin-top: -16px;
}
.style_form__XIals {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  width: 100%;
}
/* gender */
.choose_gender_btn {
  display: flex;
  align-items: center;
  column-gap: 24px;
  position: relative;
  width: 100%;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  z-index: 1;
}

.choose_gender_btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;

}

.choose_gender_btn:hover {
  opacity: 1;
}

.choose_gender_btn:hover span {
  color: #10212b;
  opacity: 1;
}

.choose_gender_btn .checkmark {
  position: absolute;
  top: 0;
  left: 0;

  /*width: 150px;*/
  background-color: #f2f2f2cd;
  border-radius: 10px;
  border: 1px solid #f2f2f2cd;
  border: 1px solid #f2f2f2cd;
  border-radius: 10px;
  z-index: -1;
}

.choose_gender_btn:hover input~.checkmark {
  border-radius: 10px;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
  border-color: #fff;
  background-color: #ea9028;
}

.choose_gender_btn input:checked~.checkmark {
  border-radius: 10px;

  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
  z-index: 0;
  /* opacity: 1; */
  border-color: #f2f2f2;
  border-width: 2px;
  background-color: #f2f2f2;
  z-index: -1;
}

.choose_gender_btn .checkmark:after {
  content: unset;
  position: absolute;
  display: none;
}

.choose_gender_btn input:checked~.checkmark:after {
  display: block;
}

choose_gender_btn img{width: 45px;}
.choose_gender_btn .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border-color: red;
}

.bck_btn {
  width: 150px;
  height: 60px;
  border: 1px solid #d0d0d0;
  border-radius: 60px;
  line-height: 55px;
  font-weight: bolder;
}

.bck_btn:hover {
  background-color: #10212b;
  color: #fff !important;
  background-color: #fff;
  color: #10212b !important;
  font-weight: bolder;
}

.style_button__ATdiY {
  background: linear-gradient(2.59deg,#00eedb -78%,#27baa7 145%);
  border-radius: 50px;
  box-shadow: 0 1px 4px 0 hsla(51,8%,69%,.4);
  max-width: 325px;
  min-height: 55px;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  width: 100%;
}


/* city */
.style_birth__f\+7Ci {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  max-width: 1000px;

}
.style_birth__title__e9yDR {
  margin-bottom: 1vh;
  width: 100%;
}
.style_title_h1__drby6, .style_title_h2__KYuul {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -.5px;
  line-height: normal;
  text-align: center;
  /*margin-top:5px;*/
  font-size: 18px;
  width: auto;
}

.style_title_h2__KYuul, .main_title_width{
   width: 85%;
}
.step_title{
    font-size: 21px;
    font-weight: 700;
    width: 100%;
}
.style_birth__text__ReUao {
  margin-bottom: 3vh;
  width: 100%;
}
.style_form__TG9rn {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  width: 100%;
}.style_wrap__JK7KD {
  background-color: #1e3b48;
  z-index: 3;
}.style_wrapper__zL8LD {
  height: 55px;
  position: relative;
  width: 100%;
}
.style_form__picker__mxQ0d {
  background: transparent;
  border: 1px solid #27baa7;
  border-radius: 12px;
  box-sizing: border-box;
  color: #fff;
  font-family: Open Sans,sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0 auto;
  padding: 15px 25px;
  width: 100%;
}

.continue_btn {
  width: 285px;
  height: 55px;
  border-radius: 60px;
  line-height: 55px;
  border: 1px solid transparent;
  background-color: #ea9028;
  color: #fff !important;
  font-weight: bolder;
  font-size: 16px;
  font-family: "Philosopher", sans-serif;
  position: relative;
}
.continue_btn_next{
  width: 325px;
  height: 55px;
  background: linear-gradient(2.59deg,#00eedb -78%,#27baa7 145%);
  box-shadow: 0 1px 4px 0 hsla(51,8%,69%,.4);

  border-radius: 60px;
  line-height: 55px;
  border: 1px solid transparent;
  background-color: #fff;
  color: #fff !important;
  font-weight: bolder;
  margin-right: 100px;
  font-size: 24px;
  font-family: "Philosopher", sans-serif;
}

/* slidebar */




.titleBar
{
  
  margin-left: 29%;
  color: #c4b881;

}

@media screen and (max-width: 768px) {
  .titleBar
  {
    
    margin-right: 34%;
    color: #c4b881;
  
  }

}


@media screen and (max-width: 768px) {

  .continue_btn_next{
   
    }
  }
  @media screen and (max-width: 768px) {

    .birth-date_item{
      margin-right: 0px;
    }
  }
  @media screen and (max-width: 768px) {

    .style_birth__f\+7Ci {
      margin-right: 20px;

    }
}

.continue_btn:hover {
  background-color: transparent;
  border-color: #fff;
  color: #f2f2f2 !important;
  font-weight: bolder;
}

.pt-20 {
  padding-top: 0px;
}

.heading_steps {
  padding-bottom: 20px;
}

.born_input_field {
  background-color: transparent;
  border: 1px solid #fff;
  height: 60px;
  width: 80%;
  border-radius: 12px;
  padding: 15px 10px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
option{color: #000;}
.born_input_field:focus{box-shadow: none;outline: none;border-color: #fff;}

.born_input_field.form-select {
  background-image: url(../images/select-box-arrow.png);
  background-size: 10px 10px;
  background-position: center right 10px;
}

#step_4 .born_input_field {
  padding-left: 0px;
}

.born_input_field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e3dfdf;
  font-size: 18px;
  opacity: .7;
}

.born_input_field::-moz-placeholder {
  /* Firefox 19+ */
  color: #e3dfdf;
  font-size: 18px;
  opacity: .7;
}

.born_input_field:-ms-input-placeholder {
  /* IE 10+ */
  color: #e3dfdf;
  font-size: 18px;
  opacity: .7;
}

.born_input_field:-moz-placeholder {
  /* Firefox 18- */
  color: #e3dfdf;
  font-size: 18px;
  opacity: .7;
}

.innerpage_banner {
  padding-bottom: 100px;
}

/* yes no  */
/* gender */
.choose_yesno_btn {
  display: table-cell;
  position: relative;
  height: 70px;
  width: 180px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  /* margin-bottom: 20px; */
  /* border: 1px solid #b2b2b2; */
  border-radius: 10px;
  /* opacity: 0.5; */
  z-index: 1;
}

.choose_yesno_btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;

}

.choose_yesno_btn:hover {
  opacity: 1;
}

.choose_yesno_btn:hover span {
  color: #10212b;
  opacity: 1;
}

.choose_yesno_btn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 180px;

  border-radius: 10px;
  border: 1px solid #fff;
  border: 1px solid #10403B;
  border-radius: 10px;
  /* opacity: 0.5; */
  background-color: #f2f2f2cd;
  z-index: -1;
}

.choose_yesno_btn:hover input~.checkmark {
  /* background-color: #1b0051; */
  border-radius: 10px;

  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
  /* opacity: 1; */
  background-color: #fff;
}

.choose_yesno_btn input:checked~.checkmark {
  border-radius: 10px;

  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
  z-index: 0;
  /* opacity: 1; */

  border-width: 2px;
  background-color: #fff;
  z-index: -1;
}

.choose_yesno_btn .checkmark:after {
  content: unset;
  position: absolute;
  display: none;
}

.choose_yesno_btn input:checked~.checkmark:after {
  display: block;
}

.choose_yesno_btn .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;

}

/* concerns */

.choose_concerns_btn {
  display: table-cell;
  position: relative;
  height: 60px;
  width: 500px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  /* margin-bottom: 20px; */
  /* border: 1px solid #b2b2b2; */
  border-radius: 10px;
  /* opacity: 0.5; */
  z-index: 1;
}

.choose_concerns_btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;

}

.choose_concerns_btn:hover {
  opacity: 1;
}

.choose_concerns_btn:hover span {
  color: #fff;
  opacity: 1;
}

.choose_concerns_btn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  border-radius: 15px;
  border: 1.5px solid #fff;
  background: transparent;
  z-index: -1;
  
}
.choose_concerns_btn span{
  /*font-family: Philosopher, sans-serif;*/
  font-size: 21px;
  color: #fff;
  font-weight: 400;
}

.choose_concerns_btn:hover input~.checkmark {

  background: #ea9028;
  color: #FFF;
}

.choose_concerns_btn input:checked~.checkmark {
  border-radius: 12px;
  background-color: #ea9028;
  /*box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);*/
  z-index: 0;
  opacity: 1;
  border-color: transparent;
  border-width: 2px;
  z-index: -1;
}

.choose_concerns_btn .checkmark:after {
  content: unset;
  position: absolute;
  display: none;
}

.choose_concerns_btn input:checked~.checkmark:after {
  display: block;
}

.choose_concerns_btn .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;

}

.step_8 p {
  text-align: left;
  font-size: 16px;
}

.step_8__thanks {
  font-size: 20px;
  margin: 15px 0;
}

.step_8__list li {
  position: relative;
  text-align: left;
  padding-left: 12px;
}

.step_8__list li:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
}

.step_8__list .top-0:before {
  top: 27% !important;
}

/*.step_8 ul {
  margin-left: 20px;
}
*/
.configProductName {
  font-family: cursive;
}

.m-20 {
  margin-top: 20px;
}

.brandImg {
  width: 145px;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.modal-backdrop.show {
  opacity: .8;
}

.font36 {
  font-size: 36px;
}
.disclaimer_cnt{padding-top: 140px;}

.step_mail__white-box {
    background: #10212b;
    border-radius: 18px;
    border: 1px solid #f2f2f28f;
    margin-bottom: 20px;
    padding: 10px 20px 16px;
    font-size: 18px;
    position: relative;
}

.legend {
    float: revert;
    width: 39%;
    margin-bottom: 5px;
    text-align: left;
    margin-left: 34px;
    font-size: 19px;
    line-height: inherit;
    color: #fff;
    font-family: 'Circe-Light', sans-serif;
    border-bottom: 0px solid #e5e5e5 !important;
    padding-left: 10px;
}
.font-50{
    font-size: 50px;
}
/*.continue_btn-border{
    border: 3px solid #10212b;
    background-color: #fff;
    color: #10212b !important;
}*/

#overlay{   
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner-main {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

.modal-content .modal-title {
    background-color: #000;
    width: 100%;
    text-align: center;
    padding: 30px;
    z-index: 0;
}

.modal-content .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    background-image: url('../images/modal-close.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 35px;
    width: 35px;
    z-index: 1;
}
.logo{
      width: 80px;
}
.date-div {
	margin-top: 0px !important;
}
.gtm-screen-thankyou li:before {
  background-color: #fff;
  top: 6px;
}
.gtm-screen-thankyou h3 {
  color: #fff;
}

.gtm-screen-thankyou ul {
  margin-left: 15px;
  list-style-type: none;
  padding-left: 0rem;
}

.gtm-screen-thankyou p {
  margin-left: 6px;
  font-size: 16px;
}

.gtm-screen-thankyou .text-white{
  color: #fff !important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 0%;
  vertical-align: middle;
  margin-right: -4px;
}
.disclaimer{
    margin-top: 800px;

}
.footer ul li a{
    color: #fff;
    text-transform: capitalize;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    transition: .4s ease-out;
    line-height: normal;
    font-weight: 400;
}
.modal-body p {
  font-family: Arial;
  font-size: 16px;
}
.modal-body {
  color: #000;
}

.email-items {
  width: 80%;
  display: inline-block;
}
.gtm-screen-email .continue_btn {
  width: 700px !important;
}
.footer_menus li {
  padding-left: 20px;
  padding-right: 20px;
}
.select-dropdown select {
  border: 2px solid #fff;
  height: 50px;
  width: 200px;
  border-radius: 10px;
  padding-left: 10px;
  background-color: transparent;
  margin: 10px;
  color: #fff;
  text-align: center;
}
.date-step-box {
  border: 2px solid #fff;
  background: #280085;
  border-radius: 20px;
  backdrop-filter: blur(77px);
  margin-top: 4vh;
  padding: 45px 22px 50px;
  width: 100%;
}
.pb-600 {
  padding-bottom: 0px !important;
}

/* for resposive */
@media screen and (max-width: 1899px) {
  .step_4 .font-28{font-size: 26px;}
  .step_5 .font-28{font-size: 26px;}
  .step_6 .font-28{font-size: 26px;}
  .step_9 .font-28{font-size: 24px;}

}
@media screen and (max-width: 1610px){
  .circle{--radius: 20vmin;}
  .stat{width: 10vmin;height: 10vmin;}
}
@media screen and (max-width: 1410px){
  .circle{--radius: 16vmin;}
  .stat{width: 8vmin;height: 8vmin;}
}
@media screen and (max-width: 1390px){
  .circle{--radius: 23vmin;}
  .stat{width: 11.5vmin;height: 11.5vmin;}
  .style_container__nH3jb .style_items__mUesr .style_item__1OQLv{padding: 15px 0;height: 80px;}
}
@media screen and (max-width: 1290px){
  .circle{--radius: 18vmin;}
  .stat{width: 9vmin;height: 9vmin;}
  .fix_image_icon{height: 27px;
    width: 20px;}
    .font15 {
    font-size: 7px;
}
}
/*@media screen and (max-width: 1399px) {
  .font-28 {
    font-size: 26px;
  }

  .font15 {
    font-size: 10px;
  }

  .person_img{height: 80px;width: 80px;}
  .font-38{font-size: 20px;}
  .fix_image_icon{height: 50px;width: 50px;}
  
  .circle_disable{--radius: 40vmin;}
}*/
@media screen and (max-width: 768px){
  .w-450{width: 390px;margin: 0 auto;}
  .style_container__nH3jb {
    max-width: 430px;
  }
  .style_container__nH3jb .style_items__mUesr .style_item__1OQLv {
    height: 95px;
  }
  .style_birth__f\+7Ci {
    max-width: 430px;
  }  
  .born_input_field {
    width: 100%;
  }
  .email-items {
    width: 100%;
  }
  .gtm-screen-email .continue_btn {
    width: 250px !important;
  }
  .style_container__nH3jb .style_items__mUesr .style_item__1OQLv {
    width: 100%;
  }
  .date-step-box {
    border: none;
    background: none;
    margin-top: 0vh;
    padding: 15px 0px 20px;
  }
  .step_title{
    font-size: 16px;
  }
  .style_text__5JYBx {
    font-size: 13px;
  }
  .continue_btn {
    font-size: 14px;
  }

  .circle{--radius: 37vmin;}
  .w-450 {
  width: 100%;
  margin: 0 auto;
}
  .legend {
        width: 48%;
        font-size: 15px;
        padding-left: 0px;
        text-align: center;
        margin-left: 1px;
    }
    .step_mail__white-box {
        font-size: 18px
    }
  }
    @media screen and (max-width: 768px){

      .box-center {
   
      top: 0;
      left: 0;
      height: 192px;
      width: 48%;
      height: 171px;
      
     
     }



    

  .for_responsive_img{width: 41%;}
  /* .center_div{position: unset;transform: none;text-align: center;} */
  .center_div_1{position: unset;transform: none;text-align: center;}
  .fix_image_icon{height: 30px;width: 30px;}
  .stat{width: 19vmin;height: 19vmin;margin-bottom: 16px;}
  .choose_gender_btn{z-index: 99;}
  .font-28{font-size: 22px;}
  .choose_yesno_btn{z-index: 9;}
  .choose_concerns_btn{z-index: 9;}
/*  .choose_gender_btn,.choose_gender_btn .checkmark{width: 103px;}*/
  .choose_yesno_btn .checkmark,.choose_yesno_btn{width: 140px;}
  /*.choose_concerns_btn .checkmark, .choose_concerns_btn{width: 90px;}*/
  /*.step_7 .choose_concerns_btn .checkmark, .step_7 .choose_concerns_btn{width: 69px;}*/
  .responsive_sign_div{padding-top: 40px;}
  .main_banner{background-size: cover;background-position: center center;padding-bottom: 20px;}
  .font-16{
    font-size: 9px;
  }
  .right_cnt_onebox img{width: 40%;
    margin: 0 auto;
    display: table;}
    .disclaimer_cnt{padding-top: 40px;}
    
}
.grab {cursor: -webkit-grab; cursor: grab;}
.error{
  color: red;
  font-weight: bold;
}
.font-40{
  font-size: 40px;
}
.close-btn{
    background-color: #fff;
    border: none;
    font-size: 50px;
}
.modal-header .close {
    margin-top: -10px;
}
.pb-30{
    padding-bottom: 30px;
}


@media screen and (max-width: 768px) {
  .style_progress__ym3Ja {
      margin-left: 2%; 
      max-width: 100%;/* Apply margin-left: 4% within the media query */
  }
  .humburger_menu .menu_icon {
    right: 4px;
  }
  .style_titleWithLogo__title__jj8XC {
    margin-left: 10px;
    margin-right: 10px;
  }
  .main_title_width {
  width: auto;
}
  .logo {
  width: 70px;
}
 .humburger_menu .menu_icon {
    top: 16%;
  }
  .choose_gender_btn{column-gap: 12px;}
  .style_progress__ym3Ja .style_title__rDZ8H{font-size: 18px;padding: 0px 4px;}
  .continue_btn{width: 258px;}
  .style_container__nH3jb .style_items__mUesr .style_item__title__lW-GP{font-size: 18px;}
}