/**
* Theme Name: SocialV Child
* Description: This is a child theme of SocialV, generated by iQonic Design.
* Author: <a href="https://iqonic.design/">Iqonic Design</a>
* Template: socialv
* Version: 2.0.16
*/

/* --- CSS cho liên kết Quên Mật khẩu --- */
.custom-forgot-password-wrapper {
    /* Tạo khoảng cách với ô mật khẩu ở trên và dưới */
    margin-top: -15px;
    margin-bottom: 20px;
    
    /* Đẩy liên kết sang lề phải */
    text-align: right; 
    width: 100%;
}

.custom-forgot-password-link {
    font-size: 14px; /* Kích thước chữ */
    color: #0d6efd; /* Màu xanh dương tiêu chuẩn, bạn có thể đổi màu này */
    text-decoration: none; /* Bỏ gạch chân */
    transition: all 0.3s ease; /* Hiệu ứng chuyển màu mượt mà */
}

.custom-forgot-password-link:hover {
    color: #0a58ca; /* Màu xanh đậm hơn khi di chuột vào */
    text-decoration: underline; /* Thêm gạch chân khi di chuột */
}

/* --- CSS TỔNG HỢP CHO TRANG "CHANGE USERNAME" --- */


/* Áp dụng cho toàn bộ form */
body.settings.change-username form.standard-form {
    display: flex;
    flex-direction: column;
	padding: 2em 2em 0;

}

#buddypress .comment-reply-link, #buddypress .generic-button a, #buddypress .standard-form button, #buddypress a.button, #buddypress input[type=button], #buddypress input[type=reset], #buddypress input[type=submit], #buddypress ul.button-nav li a, a.bp-title-button {
    font-size: var(--font-size-normal);
    font-family: var(--highlight-font-family);
    letter-spacing: var(--letter-spacing-one);
    font-weight: var(--font-weight-semi-bold);
    line-height: var(--font-line-height-body);
    border-radius: var(--border-radius);
    padding: .813em 2em;
    border: .063em solid transparent;

    text-transform: uppercase;
    width: auto;
}