/* search panel home */

.search-panel-guides {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  max-width: 360px;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
  margin: 0 auto;
  width: auto;
}

.search-panel-guides h2 {
  text-align: center;
  font-size: 20px;
  color: var(--primary);
  margin: 0 0 10px 0;
}

.search-panel-guides .search-options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.search-panel-guides .dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  top: 18px;
  right: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--primary);
}

.search-panel-guides select {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  font-family: Work Sans,Gotham,Helvetica Neue,Helvetica,Arial,sans-serif;
  appearance: none;
  height: 40px;
  position: relative;
  padding: 5px 20px 5px 8px;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid var(--mid-grey);
  color: var(--primary);
  background: #fff;
  text-overflow: ellipsis;
  text-align: center;
  text-align-last: center;
}

.search-panel-guides .dropdown {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  flex: 1 1 calc(50% - 10px);
  margin-bottom: 10px;
}

.search-panel-guides .dropdown.col2 {
  flex: 1 1 120%;
}

.search-panel-guides button,
.search-panel-guides .button {
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px;
  margin: 0 5px;
  flex: 1 1 100%;
}

.search-panel-guides.search-button {
  flex: 0 1 auto;
}

.search-panel-guides .search-button:before {
  content: "\f002";
  font-family: rgd-icons;
  margin-right: 5px;
  font-weight: normal;
  font-size: 16px;
}
