body {
  margin: 0;
}

/* General Styles */
#feature-layer-name {
  font-style: italic;
}

#fl-error {
  background: #ffeeee;
  margin: 10px;
  padding: 10px;
  border-radius: 8px;
}

#fs-url,
#play {
  padding: 5px;
  background: white;
}

#fs-url {
  width: 100%;
}

#play {
  width: 15%;
  border-radius: 5px;
  border: none;
}

.symbol-input {
  width: calc(100% - 8px);
  padding: 4px;
  margin-bottom: 16px;
}

/* Pulse Widget Container */
#pulse-widget-container {
  padding: 20px;
  width: 300px;
  overflow-y: scroll;
  max-height: 68vh;
}

#github-container{
  padding: 7px;
  max-width: 210px;
}

/* Esri Styles */
.esri-view-width-greater-than-large .esri-ui-corner .esri-basemap-gallery {
  width: 250px;
}

/* Media Query */
@media only screen and (max-width: 540px) {
  #pulse-widget-container {
    width: calc(100% - 20px);
    padding: 10px;
  }

  #github {
    display: inline-block;
    position: absolute;
    height: 60px;
    width: 10px;
    padding: 54px;
  }

  .symbol-input {
    width: auto;
    min-width: 30px;
    display: block;
  }
}

/* Application Structure */
#applicationDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#viewDiv {
  background: #232227;
  flex: 1 1 auto;
  order: 1;
  width: 100%;
  height: 100%;
}

#titleDiv {
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  padding: 10px;
}

/* Slider Container */
#sliderContainer {
  display: flex;
  flex-flow: row;
  flex: 0 0 80px;
  order: 2;
  padding: 0 12px;
}

#sliderValue {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 300%;
  flex: 0 0 100px;
  order: 1;
}

#sliderInnerContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  order: 2;
  padding: 0 20px;
}

#slider {
  width: 100%;
}

/* Play/Stop Toggle Button */
#playButton {
  flex: 0 0 100px;
  order: 3;
  margin: 20px 0;
}

.toggle-button {
  display: flex;
}

.toggle-button.toggled .toggle-button-icon {
  color: #cc1b1b;
}

.toggle-button .toggle-button-icon {
  color: #1bcc1b;
}

.toggle-button > :nth-child(2) {
  display: none;
}

.toggle-button.toggled > :nth-child(1) {
  display: none;
}

.toggle-button.toggled > :nth-child(2) {
  display: block;
}

/* Stepper */
.stepper-content {
  padding-right: 20px;
}
