/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@keyframes slideOutLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes slideInTop {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

.nq-trigger-login-button {
    width: 100%;
    padding: 20px 36px;
    margin: 12px 0px;
    font-size: 14px;
    background-color: #65b161 !important;
    color: #fff;
    border: 0px;
    border-radius: 8.5px;
    position: relative;
}

.nq-trigger-login-button:hover {
    background-color: #518e4e !important;
}

.nq-trigger-login-button img {
    position: absolute;
    left: 24px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    width: 32px;
}

.nq-signup-dialog-container {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: #00000047;
    z-index: 999;
}

.nq-signup-dialog-container .nq-close-button {
    margin-bottom: 12px;
    padding: 8px;
    cursor: pointer;
    justify-self: flex-end;
    display: flex;
}

.nq-signup-dialog-container .nq-close-button:hover {
    background: #00000047;
}

.nq-signup-dialog-container .nq-close-button img {
    width: 14px;
    height: 14px;
}

.nq-bottom-sheet {
    width: 100%;
    height: 100%;
    margin-left: auto;
    background-color: #fff;
    animation-name: slideInTop;
    animation-duration: 0.25s;
}

.nq-leftnav {
    width: 350px;
    height: 100%;
    margin-left: auto;
    background-color: #fff;
    animation-name: slideOutLeft;
    animation-duration: 0.25s;
}

.nq-signup-form {
    padding: 12px 24px;
    height: 100%;
    position: relative;
}

.nq-form-container .nq-inline-form-label {
    display: block;
    font-size: 16px;
}

.nq-inline-form-fields {
    display: flex;
    align-items: center;
}

.nq-otp-message {
    font-size: 14px;
    font-weight: 500;
}

.nq-otp-message.error,
.nq-otp-send-message.error {
    color: #d10000;
}

.nq-otp-message.warning,
.nq-otp-send-message.warning {
    color: orange;
}

.nq-otp-message.success,
.nq-otp-send-message.success {
    color: green;
}

.nq-inline-form-fields select {
    max-width: 64px;
    font-size: 12px;
    padding: 12px 0px;
    margin-bottom: 10px;
}

.nq-inline-form-fields>.iti {
    width: 100%;
}

.nq-inline-form-fields input {
    padding: 18px;
    font-size: 14px;
    width: 100%;
}

.nq-cod-phone-verify-container {
    margin-bottom: 24px;
}

.nq-signup-dialog-container .nq-signup-form input,
.nq-signup-dialog-container .nq-signup-form button {
    margin-bottom: 12px;
    width: 100%;
}

.nq-inline-form-fields .button.nq-verify-number-action {
    margin: 0px 0px 0px 5px;
    height: 100%;
    padding: 16px 32px;
    font-size: 14px;
    min-width: 35px;
    background: #eee;
    color: #000;
}

.nq-inline-form-fields .button.nq-verify-number-action:hover {
    background-color: #bebebe;
}

.nq-verify-number-action {
    margin-left: 10px;
}

.nq-verified-number {
    margin-left: 10px;
    font-size: 12px;
    color: green;
}

.nq-verified-number img {
    width: 24px;
    height: 24px;
    max-width: unset;
    max-height: unset;
    margin-right: 5px;
    display: inline;
}

.nq-resent-otp-caontainer {
    position: relative;
    top: -12px;
    font-size: 12px;
    left: 2px;
}

.nq-signup-form-footer-desclaimer {
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 12px 24px;
}

/* my account page whatsapp number change styles starts here */

.nq-auth-verify-container {
    background-color: #fbfbfb;
    padding: 8px 16px;
    border-radius: 4px;
    margin-bottom: 24px;

}

.nq-auth-verify-container legend {

    background-color: #fbfbfb;
    padding: 8px 12px;
    border-radius: 4px;

}

.nq-auth-verify-container input {
    padding: 12px 24px;
    font-size: 14px;
}

/* my account page whatsapp number change styles ends here */