/* line 1, app/assets/stylesheets/general/styles.scss */
.prueba {
  color: red;
}

/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
/* line 8, app/assets/stylesheets/general/styles.scss */
.loader {
  width: 200px;
  height: 25px;
  display: grid;
}

/* line 13, app/assets/stylesheets/general/styles.scss */
.loader:before,
.loader:after {
  content: "";
  grid-area: 1/1;
  --c:no-repeat linear-gradient(#990000 0 0);
  background: var(--c), var(--c), var(--c);
  animation: l16-1 2.5s infinite linear, l16-2 2.5s infinite linear;
  transform: scale(var(--s, 1)) translate(3px, -3px);
}

/* line 22, app/assets/stylesheets/general/styles.scss */
.loader:after {
  --s:-1;
}

@keyframes l16-1 {
  0%,
3% {
    background-size: 0    4px,4px 0   ,0    4px;
  }
  16.67% {
    background-size: 100% 4px,4px 0   ,0    4px;
  }
  33.33% {
    background-size: 100% 4px,4px 100%,0    4px;
  }
  46%,
54% {
    background-size: 100% 4px,4px 100%,100% 4px;
  }
  66.67% {
    background-size: 0    4px,4px 100%,100% 4px;
  }
  83.33% {
    background-size: 0    4px,4px 0   ,100% 4px;
  }
  96%,
100% {
    background-size: 0    4px,4px 0   ,0    4px;
  }
}

@keyframes l16-2 {
  0%, 49.9% {
    background-position: 0    0,100% 0   ,100% 100%;
  }
  50%, 100% {
    background-position: 100% 0,100% 100%,0    100%;
  }
}
/*
* This is a manifest file that'll be compiled into     application.css, which will include all the files
* listed below.
*
* Any CSS (and SCSS, if configured) file within this     directory, lib/assets/stylesheets, or any plugin's
* vendor/assets/stylesheets directory can be referenced    here using a relative path.
*
* You're free to add application-wide styles to this file    and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence     over styles defined in any other CSS
* files in this directory. Styles in this file should be     added after the last require_* statement.
* It is generally better to create a new file per style    scope.
*

* require_tree .

*/

