.button {
    background: #001C30;
    /* #FF4742 */
    border: 1px solid #001C30;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
  }
  
.button:hover,
.button:active {
    background-color: initial;
    background-position: 0 0;
    color: #001C30;
  }
  
.button:active {
    opacity: .5;
  }
#count{
  border-width: 1px; 
  width: 100%; 
  background-color: #E5E7EB; 
  max-width: 100px;
  margin-bottom: 10px;
  }
.select{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; 
  padding-left: 0.75rem;
  padding-right: 0.75rem; 
  margin-top: 0.5rem; 
  border-radius: 0.375rem; 
  width: 30%; 
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); 
  }
.barsCount {
      width: 10%;
  }
.delay {
      width: 10%;
}