.cfwc-workshop-label{
  display: block;
}

/* Dropdown Button */
.dropworkshop {
  background-color: #ffffff;
  color: black;
  padding: 4px 16px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #808080d6;
  border-radius: 3px;
  min-height: 30px;
  white-space: nowrap;
  overflow: hidden;
}

.dropworkshop div{
  margin: 0 !important;
}

.dropworkshop span{
  position: absolute;
  right: 1px;
  height: 57%;
  width: 25px;
  background-color: #fff;
  top: 6px;
}

.dropworkshop span:after{
  content: " ";
  border-bottom: 1px solid;
  border-right: 1px solid;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 5px;
  transform: rotate(45deg);
}

/* The search field */
#cfwc-workshop {
  box-sizing: border-box;
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 15px 13px 15px;
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 2px 0 3px 0;
  width: 100% !important;
  border-radius: 5px;
  outline: none;
}

#cfwc-workshop::placeholder{
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
}

/* The search field when it gets focus/clicked on */
#cfwc-workshop:focus {border: 1.5px solid #429dec;}

/* The container <div> - needed to position the dropdown content */
.dropdown-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 367px;
  min-width: 192px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  border: 1px solid #ddd;
  z-index: 94;
  top: 32px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.choices{
  display: grid;
  padding: 0;
  margin: 0;
  max-height: 148px;
  overflow-x: visible;
  overflow-y: scroll;
  white-space: nowrap;
}

.choices p{
  padding: 7px 6px 7px;
  margin: 0;
  cursor: pointer;
}

.choices p:hover{
  background-color: #0073aa;
  color: #fff
}

#workshopDropdown{
  padding: 3px;
  width: 100%;
  box-shadow: 1px 3px 7px 1px #9797974f
}


.grouped-yes{
  height: 0;
  opacity: 0;
  margin: 0 auto 0em auto;
  width: 80%;
  padding: 0 0 0 8px;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}

.workshop-selection-error{
  display: none;
}
