*{
  font-size: 12px;
  -webkit-overflow-scrolling:auto;
}
#items{
  justify-content: flex-end;
}
#loginForm{
  margin-top:150px;
  border:solid 1px #17a2b8
}
#loginForm input.input-pass{
  text-align: center;
  border:none;
  border-color:#17a2b8;
  color:black;
  outline: none;
}

#myTabContent .tab-pane{
  overflow-y: auto;
}
.purple{
  background: #ffc107;
  border-color: #ffc107;
}
.purple:hover{
  background: #ffc107;
  border-color: #ffc107;
}
#bid-wall{
  /* height: 500px; */
  width: 100%;
  /* height:200px; */
  overflow-y: auto;
}
#bid-wall .alert {
  border:none;
}

#desk-panel,#attrForm{
  overflow-y: auto;
}
#checkoutTotalOwn{
  font-size: 50px;
}

#desk-tabs li a.active{
  background: #ffc107;
  color:black;
  font-weight: bolder;
}

#category{
  flex:1;
  flex-direction: row;
  overflow: auto;
  height:200px;
  -webkit-overflow-scrolling: touch;
}
.button-category{
  border-radius: 10px;
  border-right-color: white;
}
#myTabContent{
  height:200px;
  overflow:auto;
  -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}