
  #slider1 {
    appearance: initial;
    display: inline;
    outline: none;
    border-radius: 10px;
  }
  
  #slider1[type=range] {
    background-image: linear-gradient(to right, #fff, #000);
    width: 40%;
  }

  #flex-input1 { 
    height: 100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #181818;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 7;
  }
  
  
  #flex-input1 span {
    color: #019bde; 
    font-size: 26px;
    margin: 10px;
  
  }
  
  
  
  @media screen and (max-width: 600px) {

    .polling_message1 {
        color: white;
        width: 100%;
      
    }
  
  }

 