.auto-save {
  visibility: hidden;
  position: absolute;
  right: 425px;
  margin-top: 0.4rem;
  width: 100px;
  top: 12px;
  z-index: 100;

  & .spinner-border {
    right: 0;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
    color: #007bff !important;
    &.spinner-border-sm {
      width: 15px;
      height: 15px;
      border-width: 0.18em;
      position: relative;
      bottom: 2px;
    }
    & .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border-width: 0;
    }
  }
  & .saveSpan {
    font-size: var(--font-size-normal-S360);
    font-weight: bold;
    color: var(--color-text-secundary-S360);
    margin-left: 4px;
  }
}


@keyframes l13{
  100%{transform: rotate(1turn)}
}

@-webkit-keyframes spinner-border {
  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}
