#mobile-login-popup {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(107, 114, 128, 0.75);
}
#mobile-login-popup .popup-content {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    /* padding: 20px; */
    border-radius: 4px;
    width: 100%;
    min-height: 30%;

    display: flex;
    align-items: center;
    justify-content: center;
}
h3.login-with-otp-dukkan{
    display: flex;
    column-gap: 5px;
}
.login-with-otp-dukkan:before{
    content: "\f135";
    display: block;
    color: var(--wd-title-color);
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    transition: color .25s ease;
    font-family: "woodmart-font";
}

a.dukkan-login-close {
    width: 100%;
    display: block;
}
a.dukkan-login-close:before {
    font-size: calc(var(--wd-text-font-size, 14px) / 1.2);
    content: "\f112";
    font-family: "woodmart-font";
    float: inline-end;
}
.input-error {
    border-color: red !important;
    outline: none;
}
.otp-wrapper {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.popup-content-inner-dukkan input.otp-input {
    border: 1px solid #e5e7eb !important;
    border-radius: .25rem;
    font-size: 1.125rem;
    font-weight: 700;
    height: 2.5rem;
    line-height: 1.75rem;
    margin-left: .25rem;
    margin-right: .25rem;
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center;
    width: 100%;
    color: rgb(17 24 39 / 1);
}
.otp-input:focus {
    border: 1px solid #0a2463 !important;
    outline: none !important;
}
.input-error {
    border-color: red !important;
}
.error-message {
    color: red;
    margin-top: 5px;
    font-size: 0.9em;
}
div#recaptcha-container {
    visibility: hidden;
}
.verification-msg{
    margin: 0;
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / 1);
}
#user-entered-phone {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1.75rem;
    margin-top: .5rem;
    text-align: center;
    color: rgb(17 24 39 / 1);
}
[dir="rtl"] button.s-modal-close.dukkan-login-close {
    left: 0px !important;
    right: unset;
}
button.s-modal-close.dukkan-login-close{
position: absolute;
top: 0.75rem;
text-align: right;
right: 0px;
z-index: 10;
width: 2.75rem !important;
cursor: pointer;
border-style: none;
--tw-bg-opacity: 1;
background-color: rgba(255, 255, 255, 1);
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
padding: 0;
min-height: unset !important;
display: block !important;
line-height: 1 !important;
}
.s-login-modal-header-inner {
    display: block;
    margin-bottom: 1.25rem;
    padding: 0;
    text-align: center;
}
.s-login-modal-header-content {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.s-login-modal-header-icon svg {
    fill: #9ca3af;
    flex-shrink: 0;
    height: 1.25rem;
    width: 1.25rem;
}
.s-login-modal-title {
    --tw-text-opacity: 1;
    color: #111827;
    color: rgb(17 24 39 / 1);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: .5rem;
}
.s-login-modal-label {
    --tw-text-opacity: 1;
    color: #374151;
    color: rgb(55 65 81 / 1);
    font-weight: 500;
    margin-bottom: .5rem;
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
}
.popup-content-inner-dukkan {
    width: 100%;
}
input#mobile-number:focus, input#login-email-address:focus, #submit-registration-form .user-details-field:focus {
    border-color: #0a2463;
}
#submit-registration-form .s-login-modal-label{
    margin-bottom: 0.2rem;
}
#submit-registration-form .user-details-field {
    margin-bottom: 10px;
}
input#mobile-number, input#login-email-address, #submit-registration-form .user-details-field
{
    border-color: #e5e7eb;
    border-color: rgb(229, 231, 235, 1);
    border-radius: .375rem;
    border-width: 1px;
    font-size: .875rem;
    height: 2.5rem;
    line-height: 1.25rem;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
}
.btn-dukkan-login:hover {
    opacity: .8;
    background-color: #0a2463;
    border-color: #0a2463;
    color: #d6f0ff;
}
.popup-content-inner-dukkan .s-login-modal-link {
    text-transform: inherit;
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #0a2463;
    margin-top: 1.5rem;
    text-align: center;
    width: 100%;
    -webkit-appearance: button;
    background-color: initial;
    background-image: none;
    padding: 0;
    min-height: unset;
}
.popup-content-inner-dukkan .s-login-modal-link:hover {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none;
}
.popup-content-inner-dukkan button.btn-dukkan-login {
    margin-top: .75rem;
    background-color: #0a2463;
    border-color: #0a2463;
    border-width: 1px;
    color: #d6f0ff;
    align-items: center;
    border-radius: .25rem;
    border-style: solid;
    display: inline-flex;
    flex: 1 1;
    flex-direction: row-reverse;
    font-size: .875rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.25rem;
    padding: .5rem 1.5rem .625rem;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    text-transform: inherit;
}
span.s-login-modal-header-icon {
    --tw-border-opacity: 1;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-color: rgb(229 231 235 / 1);
    border-radius: 9999px;
    display: inline-flex;
    height: 5rem;
    justify-content: center;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    width: 5rem;
}
.s-modal-close svg
{
    width: 1.25rem;
    fill: #f87171;
}

.dukkan-loader {
width: 25px;
height: 25px;
border: 3px solid rgba(0, 0, 0, 0.1);
border-top: 3px solid #0a2463;
border-radius: 50%;
animation: spin .5s linear infinite;
margin: 50px auto;
}
.dukkan-loader-process {
    width: 20px;
    height: 20px;
    border: 2px solid rgb(255 255 255 / 10%);
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    animation: spin .5s linear infinite;
    margin: auto;
}

.popup-content-inner-dukkan button.s-verify-resend-message.s-login-modal-link {
    color: #9ca3af;
    font-size: .875rem;
    line-height: 1.25rem;
}
b.s-verify-timer {
    color: #374151;
    margin-left: .25rem;
    margin-right: .25rem;
}
[dir="rtl"] button.s-login-modal-verify-back {
    right: 0px !important;
    transform: rotate(0deg);;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
button.s-login-modal-verify-back {
    left: auto;
    --tw-bg-opacity: 1;
    transform: rotate(180deg);
    --tw-text-opacity: 1;
    align-items: center;
    background-color: rgb(249 250 251 / 1);
    border-radius: 9999px;
    color: #4b5563;
    display: flex;
    font-size: 1.125rem;
    height: 3rem;
    justify-content: center;
    line-height: 1.75rem;
    position: absolute;
    top: 0;
    width: 3rem;
    padding: 0;
}

button.s-login-modal-verify-back svg {
    height: 18px;
    width: 18px;
}
div#verify-otp-form {
    position: relative;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@media(max-width:768px){
#mobile-login-popup .popup-content {
    width: 100%;
    bottom: 0;
    top: unset;
    transform: translate(-50%, 0%);
    padding: 1rem;
    padding-top: 1.5rem;
}
.s-login-modal-header-inner {
    display: flex !important;
    align-items: center;
    column-gap: 10px;
}
span.s-login-modal-header-icon {
    width: 3rem !important;
    height: 3rem !important;
    margin-bottom: 0 !important;
}

}
@media (min-width: 640px) {
    #mobile-login-popup .popup-content {
        max-width: 380px;
        padding: 1.5rem;
        overflow: visible;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
}