.o_loading_indicator {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: $zindex-modal + 1;
  background-color: $o-brand-odoo;
  color: white;
  padding: 4px;

  transition: opacity 0.4s;
  &.o-fade-leave, &.o-fade-enter {
    opacity: 0;
  }
}
