.inlinePopover {
  position: fixed;
  background-color: white;
  padding: 15px;
  z-index: 10000;
  width: 260px;
  border-radius: 5px;
}

.vs-toast {
  width: 100%;
  transform: translate(110%, 0);
  transition: transform 0.3s, opacity 0.3s;
  margin-bottom: 10px;
}

.vs-notify-list {
  position: fixed;
  z-index: 10000000;
}

.vs-notify-list.bottom-right {
  right: 10px;
  bottom: 0px;
}
