@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700,400italic&display=swap");

* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

select {
    color: rgb(3 172 199);
    border: 1px solid rgba(3,172,199,.5);
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 5px, 10px;
    background: transparent;
    max-width: fill-available;
    max-width: -webkit-fill-available;
}

select option {
    color: rgba(210,210,210,1);
    background: #2e2e2e;
}
