/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/

.swpm-submit.swpm-profile-submit-button {
    box-sizing: content-box;
}

.show-when-logged-in {
    display: none !important;
}

/* Khi đã đăng nhập thì ẩn Login, hiện Tài khoản */
body.logged-in .show-when-logged-out {
    display: none !important;
}

body.logged-in .show-when-logged-in {
    display: inline-flex !important;
}