/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

:root {
    --font-color: #000;
    --font-color-secondary: #959595;
    --primary: #FF3B78;
    --secondary: #F3F3F4;
    --third: #0D7DFF;
    --danger: #BE0C0C;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Rubik', Arial, sans-serif;
}

body::-webkit-scrollbar {
    display: none;
}

html, body {
    padding: 0px;
    margin: 0px;
    width: 100%;
}


input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

body.pinkapp--index-page {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    text-align: start;
}

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

.lp_main {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    top: 0;
}

#flatbuttonf{
    background-color: black;
}

#swich-Container{
    height:100%;  
    position:absolute;
    margin:0px;
    padding:0px;
    z-index: 2;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -o-transition: all 0.66s ease;
    transition: all 0.66s ease;
    -webkit-transition: all 0.66s ease;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.switch-content-div {
    list-style: none;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: 50% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

.alive {
    visibility: visible;
}


.lp_top-cover-container {
    position: absolute;
    width: 100%;
    height: 280px;
    z-index: 1;
}

.wraperImg {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: auto;
    overflow: hidden;
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    object-fit: cover;
}

.warperImgBoost{
    background-color: #151F23;
}

.lp_top-cover-container img{
    min-height: 100%;
    /* min-width: 100%; */
    object-fit: cover;
    width: inherit;
    height: auto;
    max-width: none;
    max-height: none;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lp_top-cover {
    width: 100%;
    height: 101%;
    clip-path: ellipse(100% 65% at 90% 120%);
    -webkit-clip-path: ellipse(100% 65% at 90% 120%);
    background-color: rgb(255, 255, 255);
    position: absolute;
    bottom: -1px;
    z-index: 1;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


/* animation ///////////*/

.lp_top-coverNew {
    clip-path: ellipse(100% 140% at 30% 100%);
    -webkit-clip-path: ellipse(100% 140% at 30% 100%);

}


.pRubik {
    font-family: 'Rubik', sans-serif;
    text-align: start;
}


.top-back-triger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    font-size: 1rem;
}

.top-back-triger img {
    width: 70px;
}

.top-back-triger div span {
    padding: 0 8px;
    font-size: 18px;
}


.top-back-triger div span text {
    vertical-align: middle;
    text-align: center;
}







.lp_head-box{
    padding: 0px 32px;
    margin-top: 180px;
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.lp_head-box img {
    /*width: 120px;*/
    width: 100%;
    max-width: 350px;
}
.lp_head-box.boost-page-img img{
    width: 60px;
}

.lp_head-box h2 {
    font-size: 28px;
    margin: 0;
    padding-top: 8px;
    font-weight: normal;
}

.lp_head-box h4 {
    position: relative;
    margin: 0;
    color: rgb(104, 104, 104);
    font-size: 14px;
    font-weight: normal;
}

.next-step-title {
    text-align: center;
    /*margin: 94px 0 42px;*/
    /*min-height: 200px;*/
    position: relative;
}

.next-step-title:before {
    content: '';
    padding-top: 81%;
    width: 100%;
    display: block;
}

@media (min-width: 415px) {
    .next-step-title:before {
        padding-top: 336px;
    }
}

.next-step-title .positioned {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.next-step-title h3 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    color: var(--font-color-secondary);
}

.next-step-title img {
    width: 100%;
    max-width: 170px;
    margin-inline: auto;
    margin-bottom: 1.5rem;
}


.form-login_phone-num {
    background-color:white;
    padding-inline: 16px;
    padding-bottom: 24px;
    direction: rtl !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    max-width: 414px;
    margin-inline: auto;
}

.bottomRaper {
    padding: 0 16px;
}

.lp_newUser-auth-box {
    margin-top: 16px;
}

.lp_newUser-auth-box, .phoneDigitBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

._newUser-auth-box-phone {
    flex: 0 1 100%;
    margin-inline-end: 20px;
}

._newUser-auth-box-phone, .-auth-box-phone-Country {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;


}

.OldWayBox {
    display: block;
    padding-inline: 32px;
    padding-block: 20px 10px;
    text-align: center;
    font-size: 16px;
}

#byEmail span{
    color: #467DF5;
    text-decoration: underline;
}

._newUser-auth-box-phone input, .-auth-box-phone-Country select{
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    display:block;
    border:1px solid #D8D9DA;
    position: relative;
    background-color: transparent;
    border-radius: 8px !important;
    height:56px;
    text-align: end;
    color:#33314B;
}

._newUser-auth-box-phone input{
    padding-inline-end: 12px;
    width: 95%;
}

._newUser-auth-box-phone input::placeholder{
    color:#6B6B6B !important;
}


.phone-Country-select-text {
    width: 100%;
}


.-auth-box-phone-Country select {
    padding-inline-start: 12px;
    max-width: 100%;
    min-width: 60px;
}

._newUser-auth-box-phone input::-moz-placeholder {
    color: var(--font-color-secondary);
    font-size: 16px;
}

._newUser-auth-box-phone input:-ms-input-placeholder {
    color: var(--font-color-secondary);
    font-size: 16px;
}

._newUser-auth-box-phone input::-ms-input-placeholder {
    color: var(--font-color-secondary);
    font-size: 16px;
}

._newUser-auth-box-phone input::placeholder {
    color: var(--font-color-secondary);
    font-size: 16px;
}

._newUser-auth-box-phone input:focus, .phone-Country-select-text:focus {
    outline: none;
}


/* BOTTOM BARS ================================= */
.bar-login-page {
    position: relative;
    display: block;
}

.bar-login-page:before, .bar-login-page:after {
    content: '';
    bottom: 0px;
    height: 1px;
    width: 0;
    position: absolute;
    background: var(--font-color);
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.-auth-box-phone-Country > .bar-login-page {
    width: 100%;
}

._newUser-auth-box-phone > .bar-login-page {
    width: 91%;
}


.bar-login-page:before {
    left: 50%;
}

.bar-login-page:after {
    right: 50%;
}

/* active state */
.phone-Country-select-text:focus ~ .bar-login-page:before, .phone-Country-select-text:focus ~ .bar-login-page:after {
    width: 50%;
}

._newUser-auth-box-phone input:focus ~ .bar-login-page:before, ._newUser-auth-box-phone input:focus ~ .bar-login-page:after {
    width: 50%;
}


/* arrow select */
     .phone-Country-select-text {
        -moz-appearance: none;
             appearance: none;
        -webkit-appearance:none;
    }


  
  /* arrow select end */

.form-login_phone-num p {
    text-align: start;
    color: var(--font-color-secondary);
    font-size: 14px;
}


.lp_newUser-auth-box + p {
    /*font-size: 12px;*/
    margin: 10px 0;
}

 /* button */


  .form-login_phone-num button{
    width: 100%;
    height: 56px;
    border-radius: 8px;
    font-weight: 500 !important;

    border: none;
    height: 54px;

    background-color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 0.5rem;
    color: white;
    font-size: 17px;
    font-weight: 600;
    -webkit-transition: ease-in-out;
    -o-transition: ease-in-out;
    transition: ease-in-out;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.form-login_phone-num .whatsapp-button{
    color:#075E54 !important;
    background-color: rgba(7, 94, 84, 0.1) !important;
    border:unset !important;
}

.form-login_phone-num .whatsapp-button:disabled{
    opacity: 0.4;
}

.form-login_phone-num .sms-button{
    color:#467DF5 !important;
    background-color: rgba(70, 125, 245, 0.1) !important;
    border:unset !important;
}

.form-login_phone-num .sms-button:disabled{
    opacity: 0.4;
}

 /* 4 digit form ////////////////////*/
.form-login_phone-num button:disabled {
    background-color: transparent;
    color: var(--primary);
    position: relative;
}

/* 4 digit form ////////////////////*/

.phoneDigitBox {
    padding: 0 16px;
    height: 40px;
    direction: ltr;
}

.phoneDigitBox > div {
    padding: 0 6px;

}

.phoneDigitBox div input {
    text-align: center;
    font-size: 40px;
    height: 60px;
}

.phoneDigitBox + p {
    margin: 0;
    padding: 33px 0 0 0;
    color: var(--font-color);
    font-size: 14px;
    text-align: center;
}

.flat-frame-button2 {
    margin-top: 22px;
}

.bottom-line-try-again p {
    text-align: center;
    margin: 44px 0 10px;
    color: var(--font-color);

}

.bottom-line-try-again p a {
    font-weight: bolder;
    text-decoration: underline;
}

.button-spacer-div {
    margin-top: 32px;
    position: relative;
    text-align: center;
}

#button-warper {
    position: relative;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}


#badCodeAlert, #badNumAlert, #blockedUser, #badCodeAlertCounter, #badPhoneAlert {
    color: rgb(238, 82, 82);
    font-size: 12px;
    /* position: absolute;
    text-align: center;
    width: 100%;
    top:-20px; */
    margin: auto;
    -webkit-transition: ease-in-out;
    -o-transition: ease-in-out;
    transition: ease-in-out;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#blockedUser {
    font-size: 14px;
}


.timerPopupConteiner {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: ease-in-out;
    -o-transition: ease-in-out;
    transition: ease-in-out;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.PopupConteiner_content {
    margin: auto;
}


.foreDigitContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    direction: ltr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem;
}

#partitioned {
    height: 48px;
    width: 100%;
    max-width: 250px;
    padding: 12px 29px 12px 57px;
    background-color: var(--secondary);
    letter-spacing: 28px;
    font-size: 20px;
    border: 0;
    text-align: center;
    margin-inline: auto;
    border-radius: 6px;
    line-height: 24px;
}

#partitioned.otp-input-empty {
    padding: 0;
}


#partitioned:focus {
    outline: none;
}

.font-weight-bold {
    font-weight: bold;
}

.fast-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}

/* #divInner{
  left: 0;
  position: sticky;
}

#divOuter{
  width: 320px;
  overflow: hidden;
  margin: auto;
}
 */
.text-danger {
    color: var(--danger) !important;
}

#resend {
    color: var(--third);
}

.form-login_phone-num.button {
    margin: 10px 0;
}
.error-input{
    border-color:#FF003B !important;
}

.lp_head-box.boost-page-img img{
    width: 60px;
}