/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "IBM Plex Serif", Sans-serif;
}
body{
    font-family: "Poppins";
    color: #383838;
}
p,
a,
input,
button{
    font-family: "Poppins";
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #D5A465;
    color: #fff;
    text-decoration: none;
}
.auth-main-container .elementor-widget-shortcode{
    height: 100%;
}
.auth-main-container .elementor-widget-shortcode .elementor-shortcode{
    height: 100%;
}
.auth-container{
    height: 100%;
} 
.auth-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 20px;
}
.image-blend-multiply{
    mix-blend-mode: multiply;
}
.auth-subtext {
    color: #6B7280;
}

input[type=date].input-cc,
input[type=time].input-cc,
input[type=email].input-cc,
input[type=number].input-cc,
input[type=password].input-cc,
input[type=search].input-cc,
input[type=tel].input-cc,
input[type=text].input-cc,
input[type=url].input-cc,
textarea.input-cc {
    background-color: #fff;
    border: 1px solid #E6E1D8;
    outline: none;
    border-radius: 14px;
    padding: 18px;
    font-size: 18px;
    width: 100%;
}
select.input-cc{
    background-color: #fff;
    border: 1px solid #E6E1D8;
    outline: none;
    border-radius: 14px;
    padding: 18px;
    font-size: 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('./assets/icons/dropdown.svg');
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 16px 9px;
    padding-right: 50px;
    width: 100%;
}
input[type=checkbox].input-cc{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
input[type=checkbox].input-cc + label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  input[type=checkbox].input-cc + label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #E6E1D8;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }
  input[type=checkbox].input-cc:checked + label::before {
    border-color: #D5A465;
    background-color: #D5A465;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  }
.input-cc:focus{
    border-color: #D5A465 !important;
}
.input-wrapper{
    position: relative;
    margin-bottom: 10px;
}
.eye-icon {
    position: absolute;
    right: 18px;
    top: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eye-icon #loginEyeOff path {
    fill: #D5A465;
}
.eye-icon #loginEyeOn path {
    fill: #D5A465;
    stroke: #D5A465;
}
.eye-icon #loginEyeOn circle{
    stroke: #fff;
}
.forget-wrapper {
    text-align: right;
}
.input-submit-wrapper{
    margin-top: 30px;
}
.forget-password-link {
    color: #D5A465 !important;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}

.auth-btn {
    background: #D5A465;
    color: #fff;
    width: 100%;
    border-radius: 14px;
    font-size: 18px;
    border-color: #D5A465;
    font-weight: 500;
    padding: 12px 20px;
}

.auth-btn:hover {
    color: #D5A465;
    background: #fff;
}

.auth-btn:focus{
    background: #D5A465;
    color: #fff;
}

.divider-text-center {
    display: flex;
    align-items: center;
    line-height: 4;
    color: #6B7280;
    gap: 10px;
    font-size: 18px;
}

.divider-text-center:before,
.divider-text-center:after {
    flex: 1;
    content: '';
    padding: 1px;
    background-color: #E7DED7;
    margin: 5px;
}

.google-login-btn {
    background: #fff;
    color: #383838;
}

.btn-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.take-quiz {
    text-align: center;
    margin-top: 20px;
}

.take-quiz a {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    font-size: 18px;
    color: #D5A465;
    font-weight: 500;
    line-height: 1.3;
}

.auth-footer-text {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #E7DED7;
}
.auth-footer-text p{
    margin: 0;
    text-align: center;
}
.auth-footer-text p span{
    cursor: pointer;
    font-weight: 500;
    color: #D5A465;
}

.signup-suggestion {
    margin-top: 10px;
    font-size: 14px;
    color: #6B7280;
}

.signup-suggestion span {
    color: #D5A465;
    cursor: pointer;
    font-weight: 500;
}

.signup-suggestion span:hover {
    text-decoration: underline;
}
.verify-code-block {
    background-color: #ffffff;
    border: 1px solid #E7DED7;
    border-radius: 8px;
}
.verify-code-block h4 {
    padding: 25px;
    margin: 0;
    border-bottom: 1px solid #E7DED7;
}
#otp_target{
    padding: 25px;
}
.fake-inputs{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.otp-fake-input {
    width: 85px !important;
    height: 85px !important;
    border: 1px solid #E7DED7;
    border-radius: 14px;
    background-color: #FAF9F7;
}
.otp-fake-input.otpdesigner__focus__ {
    border: 3px solid #D5A465 !important;
}
.otp-fake-input .otp-content {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #383838 !important;
    font-family: "Poppins";
}
.paste-action{
    display: none;
}

.resend-code-wrapper p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.resend-code-wrapper p span {
    color: #D5A465;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.resend-code-wrapper p span:hover:not(.disabled) {
    color: #B8860B;
    text-decoration: underline;
}

.resend-code-wrapper p span.disabled {
    color: #9CA3AF;
    cursor: not-allowed;
    text-decoration: none;
}
@media (min-width: 1024px){
    .auth-subtext {
        font-size: 18px;
    }
    .resend-code-wrapper p {
        font-size: 18px;
    }
    .auth-footer-text p{
        font-size: 18px;
    }
}
@media (max-width: 1024px){
    /* #otp_target {
        padding: 18px;
    } */
    .otp-fake-input {
        width: 50px !important;
        height: 50px !important;
    }
    .otp-fake-input .otp-content {
        font-size: 20px !important;
    }
}




/* Dashboard CSS moved to assets/css/dashboard.css and loaded conditionally */


 
 
 
 
 
 
 
 

 

 

 

 

 

/* #loginBlock{
    display: none;
} */
#forgetPasswordBlock{
    display: none;
}
#verifyIdentityBlock{
    display: none;
}
#newPasswordBlock{
    display: none;
}
#signInBlock{
    display: none;
}

/* Toast Notification Styles */
.auth-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    max-width: 400px;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.auth-toast.show {
    transform: translateX(0);
    opacity: 1;
}

.auth-toast-success {
    background-color: #10B981;
    color: white;
    border-left: 4px solid #059669;
}

.auth-toast-error {
    background-color: #EF4444;
    color: white;
    border-left: 4px solid #DC2626;
}

.toast-icon {
    font-size: 16px;
    flex-shrink: 0;
}

.toast-message {
    flex: 1;
    line-height: 1.4;
}

.toast-close {
    background: none;
    border: none;
    color: inherit;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
}

.toast-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Loading state styles */
.auth-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Responsive toast */
@media (max-width: 768px) {
    .auth-toast {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
        transform: translateY(-100%);
    }
    
    .auth-toast.show {
        transform: translateY(0);
    }
}
