body {
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  margin: 0;
  padding: 2rem;
}

h1 {
  margin-bottom: 1rem;
}

.array-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 280px;
  background-color: #f7f9fc;
  padding: 1rem;
  border-radius: 15px;
}

.array-bar {
  width: 24px;
  margin: 0 1px;
  background-color: #0000;
  border: solid 2px #0099cc;
  transition: height 0.2s;
  border-radius: 0.3rem;
}

.tmp-bar {
  margin-left: 20px;
}

.value-label {
  text-align: center;
  font-size: 16px;
  margin-bottom: 3px;
}

.index-label {
  text-align: center;
  font-size: 16px;
  /* margin-bottom: 3px; */
}

.tmp-value-label {
  text-align: center;
  font-size: 16px;
  margin-left: 20px;
}

.tmp-index-label {
  text-align: center;
  font-size: 16px;
  margin-left: 20px;
}

.bar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-group {
  display: flex;
  text-align: left;  
}

/* -------------------*/
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 100px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 1px 2px -1px,rgba(0, 0, 0, .14) 0 1px 2px 0,rgba(0, 0, 0, .12) 0 1px 9px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 2rem;
  width: 70px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 0.1rem 1rem;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  
  will-change: transform,opacity;
  z-index: 0;
  margin: 0.5rem;
}

.button-17:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

/*
.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}
  */

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 3px 5px 2px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 2px 4px 1px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 2px 0, rgba(60, 64, 67, .15) 0 4px 6px 3px;
}

.button-17:disabled {
  /* box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px; */
  box-shadow: none;
  border: solid 1px #d4dae0;
}

/* ------ */
.input-text {
  width: 100px;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 100px;  
}

.select {
    width: 200px;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 100px;  
}

.my-label {
    width: 200px;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
    display: inline-block;

    box-sizing: border-box;
    border-radius: 100px;  
}

.footnote {
    margin: .2rem 0;
}