.card {
  margin: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
  .card .content {
    padding: 5px 10px; }
  .card .image,
  .card h2,
  .card p {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite; }
  .card .image {
    height: 200px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .card h2 {
    height: 30px; }
  .card p {
    height: 70px; }

.image-loading {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  height: 200px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

@keyframes shine {
  to {
    background-position-x: -200%; } }
.progress {
  position: relative;
  height: 10px;
  width: 1110%;
  border: 10px solid #f4a261;
  border-radius: 15px; }

.progress .color {
  position: absolute;
  background-color: #ffffff;
  width: 0;
  height: 10px;
  border-radius: 15px;
  animation: progres 4s infinite linear; }

@keyframes progres {
  0% {
    width: 0%; }
  25% {
    width: 50%; }
  50% {
    width: 75%; }
  75% {
    width: 85%; }
  100% {
    width: 100%; } }

/*# sourceMappingURL=loading.css.map */
