.body {
  width: 100%;
}

.body .container-fluid {
  padding: 0;
}

.body select {
  background-image: url(../img/arrow.svg);
  background-color: #f9f9f9;
  border: 1px solid #e7e9ec;
  border-radius: 6px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #535353;
}

.multiselect {
  width: 100%;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#property-type-options,
#payor-type-options,
#patient-type-options {
  display: none;
  border: 0.5px #7c7c7c solid;
  background-color: #ffffff;
  max-height: 290px;
  overflow-y: scroll;
  border: 1px solid #e7e9ec;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-top: 10px;
  padding: 20px 0 30px;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

#property-type-options p,
#payor-type-options p,
#patient-type-options p {
  margin-bottom: 0;
}

#property-type-options label,
#payor-type-options label,
#patient-type-options label {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  min-height: 1.2em;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #535353;
  margin: 0;
  padding: 10px 20px;
  cursor: pointer;
}

#property-type-options label:hover,
#payor-type-options label:hover,
#patient-type-options label:hover {
  background: none !important;
}

#property-type-options label:not(:first-of-type) span,
#payor-type-options label:not(:first-of-type) span,
#patient-type-options label:not(:first-of-type) span {
  position: relative;
}

#property-type-options label:not(:first-of-type) span::before,
#payor-type-options label:not(:first-of-type) span::before,
#patient-type-options label:not(:first-of-type) span::before {
  content: "";
  background: #f9f9f9;
  border: 2px solid #e7e9ec;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 4px;
}

#property-type-options label:not(:first-of-type) span::after,
#payor-type-options label:not(:first-of-type) span::after,
#patient-type-options label:not(:first-of-type) span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/checkbox-check.svg) no-repeat center center/contain;
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

#property-type-options label input[type="checkbox"],
#payor-type-options label input[type="checkbox"],
#patient-type-options label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

#property-type-options label input[type="checkbox"]:checked + span::before,
#payor-type-options label input[type="checkbox"]:checked + span::before,
#patient-type-options label input[type="checkbox"]:checked + span::before {
  border-color: #34aa36;
}

#property-type-options label input[type="checkbox"]:checked + span::after,
#payor-type-options label input[type="checkbox"]:checked + span::after,
#patient-type-options label input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

#property-type-options label:hover,
#payor-type-options label:hover,
#patient-type-options label:hover {
  background-color: #1e90ff;
}

.selected {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #323232;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: 0px 10px;
}

#div-selected-list,
#div-payor-selected-list,
#div-patient-selected-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.div-selected {
  padding: 10px;
  background: #edf2ff;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.div-selected:first-child {
  margin-top: 20px;
}

.remove-selected {
  width: 10px;
  height: 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.label-value,
.label-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.label-title {
  margin-top: 20px;
}

.container-fluid {
  margin-top: 40px;
}

@media only screen and (max-width: 601px) {
  .container-fluid {
    margin-top: 40px;
  }
}

.add-help-request {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #041291;
}

.request-description {
  width: 100%;
  height: 100px;
  resize: vertical;
  background: #f9f9f9;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #535353;
}

.dropdown-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
  color: #323232;
}

.location-dropdown {
  width: 100%;
}

.submit {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 40px auto 0;
  border-radius: 8px;
  background: #041291;
  width: 200px;
  height: 48px;
  display: block;
}

.add-help-request-modal .form-group {
  position: relative;
}
