/* Login Header */

.widget_login_menu_widget .user-display-name {
    cursor: pointer;
}

.widget_login_menu_widget .user-display-name img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
    object-fit: cover;
}

.widget_login_menu_widget .user-display-name::after {
    display: none;
}

/* Login */

.tfcl_account h4 {
    margin-bottom: 39px;
}

.tfcl_account input,
.tfcl_account textarea {
    border-radius: 8px !important;
    border: 1px solid #EFEFF2;
    background: #FFF;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 17px;
}

.tfcl_account input::placeholder,
.tfcl_account textarea::placeholder {
    color: #83827f7e;
    font-size: 16px;
    font-weight: 500;
}

.tfcl_account .form-group {
    margin-bottom: 23px;
}

.tfcl_account button {
    display: block;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}

.tfcl_account .tfcl_notification {
    text-align: center;
    margin-top: 18px;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}

.tfcl-login-form .or-login {
    position: relative;
    text-align: center;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    color: #696665;
    padding: 33px 0;
}

.tfcl-login-form .or-login span {
    padding: 10px 25px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.tfcl-login-form .tfcl-login-google { 
    border: 1px solid #EDEDED;
    background: #fff;
    padding: 15px 20px;
    border-radius: 14px !important;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    color: #696665;
    margin-top: -3px;
}

.tfcl-login-form .media-login {
    margin-bottom: 0;
} 

.tfcl-login-form .tfcl-login-google:hover {
    background: var(--theme-primary-color);
    color: #fff;
    border-color: var(--theme-primary-color);
}

.tfcl-login-form .or-login::after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #EFEFEF;
}

.tfcl_account .tfcl_notification a {
    color: var(--theme-primary-color);
}

.tfcl_account .tfcl-reset-password {
    display: block;
    text-align: right;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    margin-top: -4px;
}

.client-account {
    padding: 20px;
    background: var(--theme-primary-rgba);
    margin-bottom: 20px;
    border-radius: 10px;
}

.client-account li {
    color: #000;
    font-size: 16px;
}

.client-account li:not(:last-child) {
    margin-bottom: 10px;
}

.client-account li span {
    font-weight: 700;
    color: var(--theme-primary-color);
}