/* Register Css Start */
.stevesweave-modal-login {
    display: none;
    position: fixed;
    overflow: scroll;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.stevesweave-modal-content-login {
    position: absolute;
    /* overflow: hidden; */
/*     top: 66%; */
    left: 50%;
    transform: translate(-50%, 10%);
    background: #fff;
    padding: 20px;
    width: 82%;
    max-width: 509px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.stevesweave-modal-content-login label {
    display: block;
    margin-bottom: 5px;
}

.stevesweave-modal-content-login h2 {
    margin-top: 0;
    text-align: center;
}

.stevesweave-modal-content-login label {
    display: block;
    margin-bottom: 5px;
}

.stevesweave-modal-content-login input {
    width: calc(100% - 20px);
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
}

.stevesweave-modal-content-login button {
    padding: 8px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    background-color: #007BFF;
    color: white;
    width: 100%;
    font-size: 16px;
}

.stevesweave-modal-content-login button:hover {
    background-color: #0056b3;
}

.stevesweave-modal-login .stevesweave-page-form-section {
    width: auto;
    margin: 0 auto;
    padding: unset;
    border: none;
    border-radius: unset;
    box-shadow: none;
}

.stevesweave-page-form-section {
    width: 500px;
    margin: 0 auto;
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

form#stevesweave-register-form .form-group.password-strength-container {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    width: 100%;
    gap: 10px;
    margin-bottom: 15px;
}

.stevesweave-register-form-section h2 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0 !important;
    font-weight: 700;
}

.stevesweave-register-form-section input,
.stevesweave-register-form-section button {
    width: auto;
    margin-bottom: 0px;
    padding: 10px;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
}

.stevesweave-register-form-section button {
    display: inline-block;
    background-color: #5B7E3E;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}

.stevesweave-password-strength span {
    display: inline-block;
    width: 24%;
    height: 5px;
    margin-right: 1%;
    background-color: #ddd;
    border-radius: 3px;
}

.stevesweave-social-buttons button {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    background-color: #ffffff !important;
    border: 2px solid #000000 !important;
    color: #333;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
}

label.custom-checkbox {
    display: flex;
    gap: 10px;
    font-weight: 200 !important;
    font-size: 18px;
}

button#submit-register-form-btn {
    padding: 15px 0px;
}

a.terms_accept_tag {
    color: #5B7E3E;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.password-strength-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stevesweave-password-strength {
    display: flex;
    gap: 10px;
}

.strength-bar {
    width: 50px;
    height: 15px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}


.stevesweave-social-buttons button:hover {
    background-color: #e1e1e1;
}

form#stevesweave-register-form .form-group {
    display: grid;
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
}

form#stevesweave-register-form .form-group label {
    font-weight: 700;
}

span.location-message {
    font-size: 14px;
}

.stevesweave-password-strength {
    display: flex !important;
    justify-content: space-between;
}

.custom-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

p.or-section-seperater {
    text-align: center;
    width: 100%;
}

.register-verification-section {
    text-align: center;
    font-family: Arial, sans-serif;
    margin: 50px auto;
    width: 400px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.register-verification-section h2 {
    color: #333;
    margin-bottom: 10px;
}

.register-verification-section p {
    color: #555;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

#verification-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.code-inputs {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.code-input {
    width: 40px !important;
    height: 50px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    outline: none;
    transition: border 0.3s;
}

.code-input:focus {
    border: 1px solid #007bff;
}

.verify-btn {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.verify-btn:hover {
    background-color: #0056b3;
}

.message {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Password Strength Indicator */
.stevesweave-password-strength span {
    display: inline-block;
    width: 20%;
    height: 10px;
    margin-right: 5px;
    background-color: #e0e0e0;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.stevesweave-password-strength span.active.weak {
    background-color: red;
}

.stevesweave-password-strength span.active.average {
    background-color: orange;
}

.stevesweave-password-strength span.active.strong {
    background-color: yellowgreen;
}

.stevesweave-password-strength span.active.very-strong {
    background-color: green;
}

.error-msg.error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.required-field {
    color: red;
}

/* Forgot Pass */
#forgot-password-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
}

#forgot-password-container h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #333;
}

#forgot-password-container form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
}

#forgot-password-container form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}

#forgot-password-container form button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #5B7E3E;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#forgot-password-container form button:hover {
    background-color: #005b8c;
}

#forgot-password-response {
    margin-top: 15px;
    text-align: center;
    font-size: 0.95rem;
}

/* Account Details Section */
#stevesweave-account-details {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

#stevesweave-account-details h2 {
    text-align: center;
    margin-bottom: 20px;
}

#stevesweave-account-details ul {
    list-style-type: none;
    padding: 0;
}

#stevesweave-account-details ul li {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stevesweave-input-field {
    display: none;
    width: 100%;
    padding: 5px;
}

.stevesweave-edit-btn {
    margin-left: 10px;
    padding: 5px 10px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.stevesweave-edit-btn:hover {
    background-color: #0056b3;
}

/* Buttons Section */
.stevesweave-buttons {
    margin-top: 30px;
    text-align: center;
}

.stevesweave-buttons button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

#stevesweave-update-password {
    background-color: #007BFF;
    color: #fff;
}

#stevesweave-update-password:hover {
    background-color: #0056b3;
}

#stevesweave-delete-account {
    background-color: #dc3545;
    color: #fff;
}

#stevesweave-delete-account:hover {
    background-color: #b02a37;
}

/* Modal Overlay */
.stevesweave-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.stevesweave-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.stevesweave-modal-content h2 {
    margin-top: 0;
    text-align: center;
}

.stevesweave-modal-content label {
    display: block;
    margin-bottom: 5px;
}

.stevesweave-modal-content input {
    width: calc(100% - 20px);
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
}

.stevesweave-modal-content button {
    padding: 8px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    background-color: #007BFF;
    color: white;
    width: 100%;
    font-size: 16px;
}

.stevesweave-modal-content button:hover {
    background-color: #0056b3;
}

/* Close Button */
.stevesweave-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
}



/*  --------------- login page css ---------   */

form#stevesweave-login-form .form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

form#stevesweave-login-form .form-group label {
    font-weight: 700;
}

form#stevesweave-login-form button#submit-login-form-btn {
    font-weight: 700 !important;
    padding: 15px 0;
}

form#stevesweave-login-form .stevesweave-social-buttons {
    border-bottom: 2px solid #979393;
    padding-bottom: 30px;
}



.form-group.text-center a {
    color: #5B7E3E;
    font-weight: 700;
    text-decoration: none;
}

.signup_link_btn {
    color: #5B7E3E;
    font-weight: 700;
    text-decoration: none;
}

.signup_link_btn_container {
    text-align: center;
    padding-top: 25px;
    margin-bottom: 0 !important;
}

.text-center {
    text-align: center !important;
}

.separator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0 40px;
}

.line {
    flex: 1;
    border: none;
    border-top: 1px solid #000000;
    margin: 0 10px;
}

.stevesweave-social-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#stevesweave-account-details h2 {
    margin-bottom: 20px;
    text-align: start !important;
}

.account_details_name_tag_container {
    display: flex;
    flex-direction: column;
}

.account_details_name_tag_container span {
    margin-top: 10px !important;
}

.stevesweave-edit-btn {
    margin-left: 10px;
    padding: 5px 10px;
    border: none;
    color: green !important;
    background-color: #ffffff !important;
    cursor: pointer;
    font-weight: 700 !important;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.stevesweave-buttons {
    margin-top: 30px;
    text-align: start !important;
}

#stevesweave-update-password {
    background-color: #ffffff !important;
    color: #000 !important;
    border: 1px solid !important;
    border-radius: 5px !important;
}

#stevesweave-account-details {
    max-width: 800px !important;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}
#stevesweave-account-details ul li {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #bbb !important;
}