/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the 'License');
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an 'AS IS' BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.toolbar {
  position: absolute;
  left: 0;
  right: 0;
  padding: 8px;
  background-color: white;
  z-index: 12;
  text-align: left;
}

.neon-animatable {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 112px;
}

.neon-animated-pages > .iron-selected {
  display: flex;
}

.neon-animated-pages > * {
  display: none;
}

.neon-animated-pages {
  overflow: hidden;
}

div.neon-animatable:nth-child(1),
neon-animatable:nth-child(6) {
  background-color: var(--paper-red-500);
}

div.neon-animatable:nth-child(2) {
  background-color: var(--paper-blue-500);
}

div.neon-animatable:nth-child(3) {
  background-color: var(--paper-orange-500);
}

div.neon-animatable:nth-child(4) {
  background-color: var(--paper-green-500);
}

div.neon-animatable:nth-child(5) {
  background-color: var(--paper-purple-500);
}
