/* Icon */
.uxProfileIconClickable_982374 {
    cursor: pointer;
    font-size: 32px;
}

/* Overlay */
.uxDimBackgroundOverlay_982374 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 9;
}

/* Popup base */
.uxFormBoxWrapper_982374.login {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -60%);
    background: #fff;
    /* padding: 25px; */
    width: 265px;
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s ease;
    z-index: 10;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

.uxDimBackgroundOverlay_982374.active {
    opacity: 1;
    visibility: visible;
}

.uxFormBoxWrapper_982374.login.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

/* Initially hide OTP + Login */
#uxOtpInputFieldWrapper_982374,
#uxLoginSubmitButton_982374 {
    display: none;
}

/* Input field sections */
.uxInputFieldSection_982374 {
    position: relative;
    /* margin-bottom: 18px; */
}

.uxInputFieldSection_982374 input {
    width: 100%;
    padding: 13px 15px;
    border-radius: 10px;
    border: 1.5px solid #ccc;
    outline: none;
    font-size: 15px;
    transition: 0.3s ease;
}

.uxInputFieldSection_982374 input:focus {
    border-color: #7c4dff;
    box-shadow: 0 0 5px rgba(124, 77, 255, 0.4);
}

/* OTP Send Button */
.uxOtpRequestButton_982374 {
    /* position: absolute; */
    bottom: 8px;
    padding: 11px 12px;
    border: none;
    background: #ff577d;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    /* font-size: 13px; */
    transition: 0.3s ease;
    width: 220px;  
}

.uxOtpRequestButton_982374:disabled {
    background: #ff577d;
    cursor: not-allowed;
}

/* Login button */
.uxPrimaryLoginButton_982374 {
    width: 100%;
    padding: 13px;
    background: #ff577d;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

/* HEADER SECTION */
.uxTopHeaderWrapper_982374 {
     border-bottom-right-radius: 122px;
    background: #ff577d;
    /* keep your color */
    padding: 22px 18px 18px 18px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    text-align: center; 
}
.lognandotp {
    padding: 23px;
}
.tittleandsubtittle {
    padding: 22px;

}
h4 {
    font-size: 35px;
}
.countryCodeBox {
height: 51px;
    /* font-synthesis-weight: 33px; */
    padding: 13px 11px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}


/* Background Blocker */
#bgBlocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000055;
    display: none;
}

/* Popup */
#loginBox {
    width: 330px;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
    transition: 0.3s ease;
    display: none;
}

/* Active popup animation */
#loginBox.active {
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Close Button */
.closeBtn {
    position: absolute;
    right: 8px;
    top: 8px;
    border: none;
    background: transparent;
    font-size: 26px;
    cursor: pointer;
}

/* Phone Input Box */
.phoneBox {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.countryCode {
    font-weight: bold;
    margin-right: 8px;
}

/* OTP Button */
.otpBtn, .loginBtn {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    transition: 0.2s;
}

.otpBtn {
    background: #ff4d7b;
    color: #fff;
}

.loginBtn {
    background: #4CAF50;
    color: #fff;
}

.otpInput {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-bottom: 12px;
}

/* Close (Cut) Button */
.uxCloseCutBtn_982374 {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #ffffff;
    color: #ff577d;
    border: none;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
    line-height: 26px;
    text-align: center;
    box-shadow: 0 0 5px #00000033;
    transition: 0.25s ease;
}

.uxCloseCutBtn_982374:hover {
    background: #ff577d;
    color: #fff;
}
