.smart-toast-item {

  //Right To Left
  &[right-to-left] {
    >.smart-container {
      direction: rtl;
    }
  }
}