.modal-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


.empty_msg {
  color: white;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  background: #cd4444;
  padding: 10px;
}

.show_modal {
  /* opacity: 1; */
  display: block;
}

.select2-container {
  width: 100% !important;
}

.close_modal {
  float: right;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  z-index: 999;
  position: relative;
  right: 30px;
  top: 15px;
}

.popup_row {
  width: 100%;
  background-color: #ebbdc3;
  border-radius: 45px;
}

.popup_left {
  background: #ebbdc3;
  padding: 50px;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 0px solid #aaa;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
  padding: 10px !important;
}

.popup_left_title,
.pick_one {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
}

.let_our {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

.healing_concerns {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.popup_select select {
  padding: 10px !important;
  width: 100% !important;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

.popup_btn_div {
  text-align: center;
  margin-top: 25px;
}

.popup_btn {
  color: #fff;
  font-weight: bold;
  background: black;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 15px;
}

.popup_btn:hover {
  background: #fff;
  color: black;
  transition: all .3s;
}

.popup_input {
  padding: 10px;
  width: 100%;
  border: none;
}

.popup_input:first-child {
  margin-bottom: 10px;
}

.popup_input::placeholder {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

@media (max-width: 768px) {
  #modal_container { width: 100% !important }
  .popup_left {
    padding: 25px;
    border-radius: 45px !important;
  }

  .popup_img {
    width: 100%;
  }

  .select2-container--default .select2-selection--multiple {
    width: 100%;
  }

  .select2-container {
    width: 100% !important;
  }

  .popup_row {
    flex-direction: column-reverse;
  }

}