.pace-running {
  background: #d9e8e7; }
  .pace-running:before {
    content: 'Loading...';
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    color: #00A5A0;
    font-size: 20px;
    font-weight: bold; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 29px;
  overflow: hidden;
  background: #FFF; }

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
  position: absolute;
  right: 100%;
  margin-right: -7px;
  width: 100%;
  top: 7px;
  height: 14px;
  font-size: 12px;
  background: #00a5a0;
  color: #00a5a0;
  line-height: 60px;
  font-weight: bold;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
  -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
  box-shadow: 120px 0 #fff, 240px 0 #fff; }

.pace .pace-activity {
  position: absolute;
  width: 100%;
  height: 28px;
  z-index: 2001;
  box-shadow: inset 0 0 0 2px #00a5a0, inset 0 0 0 7px #FFF;
  border-radius: 10px; }

.pace.pace-inactive {
  display: none; }

.main-content {
  padding: 20px;
  opacity: 0;
  transition: opacity 0.5s ease-in; }
  .main-content .gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; }
  .main-content .gallery-list-item {
    width: calc(calc(100% - 20px) / 3); }
    .main-content .gallery-list-item img {
      display: block;
      width: 100%;
      height: auto; }
  .main-content .main-text {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
