.multiselect {
  width: 400px;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 40%;
  /* font-weight: bold; */
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes label {
  display: block;
}

#checkboxes label:hover {
  background-color: #1e90ff;
}

.checkboxMenu {
  display: none;
  border: 1px #dadada solid;
}

.checkboxMenu label {
  display: block;
}

.checkboxMenu label:hover {
  background-color: #1e90ff;
}

.defaultbtn {
  color: black;
  border: 4px solid #008CBA; /* Blue */
  border-radius: 8px;
  font-size: 12px;
}
