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

#qlw-otp-wrapper {
	position: relative;
}

.woocommerce-account .woocommerce,
.woocommerce-account .woocommerce-form-login {
    height: auto !important;
    min-height: unset !important;
}

.qlw-phone-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.qlw-country-select {
    position: absolute;
    left: 0;
    width: 50px;
    height: 40%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
    top: 20%;
}

.qlw-info {
	display: flex;
	justify-content: space-between;
	margin: 10px auto;
}

#qlw-loader {
    display: none; 
    position: absolute;
    inset: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    align-items: center;
    justify-content: center;
}

.qlw-spinner {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 3px solid #ddd;
    border-top: 3px solid #333;
    border-radius: 50%;
    animation: qlw-spin 0.7s linear infinite;
}

@keyframes qlw-spin {
    100% {
        transform: rotate(360deg);
    }
}
/*
.qlw-flag {
    position: absolute;
    left: 10px;
    font-size: 18px;
    pointer-events: none;
    top: 20%;
}*/

/*#qlw-phone {
    padding-left: 45px !important;
}*/

/*#qlw-phone, #qlw-otp, #qlw-email {
    background: #f9fafa;
    border: none;
    border-radius: 4px;
    color: #69727d;
    font-size: 14px;
    padding: var(--forms-fields-padding,16px);
    margin: 10px auto;
}*/
/*
#qlw-send-otp, #qlw-verify-otp, #qlw-complete-registration {
    background: #5bc0de;
    border: none;
    color: var(--forms-buttons-normal-text-color,#fff);
    font-weight: 600;
    font-size: 14px;
}*/