/* Juz dropdown */
.multiselect {
  width: 120px;
   margin: 0 auto;
  }

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
  font-size: 24px;
}

.select_juz{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  min-height: 20px;
 }

#checkboxes {
  display: none;
  border: 1px #dadada solid;
  font-size: 20px;
  }

#checkboxes label {
  display: block;
}

#checkboxes label:hover {
  background-color: DarkSlateGray;
}

.send_button {
  width: 100%;
  height: 100%;
  font-size: 24px;
  background-color: hotpink;
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  margin-top : 10px;


