form div.mb-3 {
  position: relative;
  margin: 30px 10px;
}
.balloon {
  display: inline-block;
  width: 215px;
  padding: 10px 0 10px 15px;
  font-family: "Open Sans", sans;
  font-weight: 400;
  color: #efefef;
  background: #efefef;
  border: 0;
  border-radius: 3px;
  outline: 0;
  transition: all .3s ease-in-out;
}
.balloon::-webkit-input-placeholder {
  color: #efefef;
  text-indent: 0;
  font-weight: 300;
}
input[type="text"].balloon,
input[type="email"].balloon,
input[type="phone"].balloon,
input[type="tel"].balloon,
input[type="password"].balloon,
input[type="number"].balloon,
select.balloon,
textarea.balloon {
  text-indent: 10%
}
input[type="date"].balloon,
input[type="datetime-local"].balloon {
  text-indent: 9%
}
.balloon + label {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 8px;
  padding: 5px 15px;
  height: 0;
  color: #032429;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(19, 74, 70, 0);
  transition: all .3s ease-in-out;
  border-radius: 3px;
  background: rgba(122, 184, 147, 0);
}
.balloon + label:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid rgba(122, 184, 147, 0);
  transition: all .3s ease-in-out;
}

.balloon:focus,
.balloon:active {
  color: #377D6A;
  background: #fff;
  border: 1px solid;
}
.balloon:focus::-webkit-input-placeholder,
.balloon:active::-webkit-input-placeholder {
  color: #aaa;
}
input[type="text"].balloon:focus,
input[type="text"].balloon:active,
input[type="email"].balloon:focus,
input[type="email"].balloon:active,
input[type="phone"].balloon:focus,
input[type="phone"].balloon:active,
input[type="tel"].balloon:focus,
input[type="tel"].balloon:active,
input[type="password"].balloon:focus,
input[type="password"].balloon:active,
input[type="number"].balloon:focus,
input[type="number"].balloon:active,
input[type="date"].balloon:focus,
input[type="date"].balloon:active,
input[type="datetime-local"].balloon:focus,
input[type="datetime-local"].balloon:active,
select.balloon:focus,
select.balloon:active,
textarea.balloon:focus,
textarea.balloon:active {
  text-indent: 0;
}
.balloon:focus + label,
.balloon:active + label {
  color: #fff;
  text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);
  background: #7ab893;
  transform: translateY(-40px);
  padding-bottom: 20px;
}
.balloon:focus + label:after,
.balloon:active + label:after {
  border-top: 4px solid #7ab893;
}
input[type=date].balloon:required:invalid::-webkit-datetime-edit {
    color: transparent;
}
input[type=date].balloon:focus::-webkit-datetime-edit {
    color: #377D6A !important;
}
.balloon.is-invalid {
  border-color: #dc3545 !important;
  border: 1px solid;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}
.select2 + label {
  top: 2% !important;
}
.select2-balloon {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4) !important;
  background: #7ab893 !important;
  transform: translateY(-30px) !important;
  padding-bottom: 20px !important;
}
.select2-container--default .select2-selection--multiple {
  background-color: transparent;
}
.select2-balloon-opacity {
  opacity: 0;
  transform: translateY(0) !important;
}
.select2-container--open {
  position: absolute;
}
.select2-mb {
  position: relative;
}
.select2-mb .select2-container--default {
  padding: 0;
}
table thead th:nth-child(9),
table tr th:nth-child(10),
table tr th:nth-child(11){
  max-width:4.5em
}