.dashboard-build-a-list-wrap {
  background-color: #e0eff6;
}

.build-a-list-criteria {
  padding: 20px 15px;
}

.database-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
}

#accordion h3 {
  padding: 10px 0 10px 10px;
  background-color: #004563 !important;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
  color: white;
}

#sub_group_contact_method {
  margin-top: -24px;
}

#accordion a.button.active {
  font-weight: bold;
  background: #ccc;
}

#accordion a.button.filtered {
  font-weight: bold;
  background: #eec;
}

h3.si_heading {
  background: #c4c801;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  margin-top: 0;
  padding: 8px 0 8px 0;
}

.button.build-list-criteria-btn, .button.is-small {
  /* border-radius:10px;
  border: 1px solid #004563;
  font-size: 14px;
  padding-bottom: 0px;
  padding-top: 0px;
  font-weight: 400;
  cursor: pointer;
     margin-bottom: 5px;
     width: 100%; */
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
}

.draw-icons {
  top: 10px;
  height: auto;
}

.map-icon {
  max-height: 50px;
}

.map-draw-icon {
  font-size: 40px;
  padding-top: 10px;
  margin-left: 10px;
}

.map-zoom-icon {
  height: 40px;
  width: 40px;
  font-size: 25px;
}

#swapToMap, #title_geographical {
  display: none;
}

#dashboardMapExtras i {
  font-size: 40px;
  color: #004563;
  margin-left: 10px;
  margin-top: 10px;
  vertical-align: bottom;
  cursor: pointer;
  transition: all 0.2s ease;
}

#dashboardMapExtras i:hover {
  color: #c4c801;
}

aside {
  margin-top: 20px;
}
