/* .smart-alert */
.smart-alert {

    // ======== Right to Left ========
    &[right-to-left] {
        direction: rtl;
    }
}