.customizableField {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 2rem;
  gap: unset;
}

.customizableFieldTitle {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
  margin-bottom: 3px;
}

.customizableFieldRow.hasDatepicker {
  margin-bottom: 7px;
  width: 82%;
  text-indent: 0px;
  padding: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 5px;
  font-size: 16px;
  color: #7a182f;
  height: 24px;
  border: unset;
  border-bottom: solid 1px black;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  border-radius: unset;
}

select.customizableFieldRow {
  height: 30px;
  border: none;
  float: left;
  cursor: pointer;
  margin-left: 0;
  width: 66%;
}

.arrowSelect {
  position: relative;
  background-color: #ff96a2;
  width: fit-content;
  padding: 6px;
  float: left;
  margin-top: 6px;
  margin-left: -30px;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}

.customizableFieldsContainer {
  width: 47%;
  float: left;
  margin-right: 2.5%;
}

.customizableFieldRow {
  margin-bottom: 7px;
  width: 82%;
  text-indent: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 5px;
  font-size: 16px;
  color: #7a182f;
  height: 24px;
  border-bottom: solid 1px black;
  background-image: url(/files/arrowDown.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

select.customizableFieldRow {
  height: 30px;
  border: none;
  float: left;
  cursor: pointer;
  margin-left: 0;
  width: 66%;
}
