body.modal-open {
  overflow: hidden;
}

#myModal .modal-body,
#thankyouModal .modal-body {
  text-align: center;
}

.logo {
  margin-bottom: 20px;
}

.form-group {
  position: relative;
}

.form-group label {
  color: #fff;
  font-weight: normal;
}

label.error {
  position: absolute;
  top: 100%;
  background: #f00;
  font-size: 12px;
  color: #fff;
  padding: 1px 6px;
  display: inline-block;
  left: 0;
  z-index: 999;
  right: auto;
  width: auto;
}

.autocomplete {
  position: relative;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

button.close {
  position: absolute;
  top: -19px;
  right: -21px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #00b1d2;
  text-shadow: none;
  background: #fff !important;
  opacity: 1;
  font-size: 30px;
  box-shadow: -1px 2px 9px rgb(0 0 0 / 52%);
}

button.close:hover,
button.close:focus {
  color: #fff;
  background: #007d94;
  opacity: 1 !important;
  outline: none !important;
}

.modal .modal-content {
  border: none;
  background: transparent;
}

.modal .modal-body {
  background: #00b1d2;
  text-align: left;
  padding: 20px 30px;
  position: relative;
  border-radius: 8px;
}

.modal .modal-body h2,
.modal .modal-body h3 {
  padding: 0;
  margin: 0 0 10px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 27px;
}

.modal .modal-body h3 {
  font-size: 22px;
}

.modal .modal-body p {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.modal .modal-body ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.modal .modal-body ul li {
  display: inline-block;
  width: 50%;
  color: #fff;
  margin-bottom: 10px;
  padding-right: 10px;
}

.modal .modal-body ul li input {
  display: inline-block;
  vertical-align: -5px;
  margin: 0 2px 0 0;
  width: 20px;
  height: 20px;
  border: none;
}

.modal .modal-body ul li label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.modal .modal-body .form-group .form-control {
  border: solid 1px transparent;
  background: #fff;
  box-shadow: none;
  padding: 2px 16px;
  height: 42px;
}

.modal .modal-body .btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.modal .modal-body .btn-group a,
.modal .modal-body .btn-group input {
  display: inline-block;
  width: 45% !important;
  text-align: center;
  background: #fff !important;
  line-height: 3 !important;
  padding: 0;
  font-size: 14px;
  color: #00b1d2 !important;
  font-weight: 600;
  border-radius: 40px;
  border: solid 2px rgb(0 177 210 / 38%);
}

.modal .modal-body .btn-group a:hover,
.modal .modal-body .btn-group input:hover,
.modal .modal-body .btn-group a:focus,
.modal .modal-body .btn-group input:focus {
  color: #fff;
  background: #007d94;
  text-decoration: none;
}

body .modal form .btn.btn-primary {
  font-size: 14px !important;
  text-transform: uppercase !important;
  padding: 0 30px !important;
  line-height: 2.8 !important;
  border-radius: 40px !important;
  color: #00b1d2 !important;
  background-color: #ffffff !important;
  border-color: #00b1d2 !important;
  font-weight: normal !important;
}

body .modal form .btn.btn-primary:hover,
body .modal form .btn.btn-primary:focus {
  color: #fff !important;
  background-color: #00768c !important;
  border-color: #00768c !important;
}

#thankyouModal.modal .modal-body h1 {
  font-size: 27px;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
}

.tag_complete_main .autocomplete {
  position: absolute !important;
  top: 106%;
  left: 0;
  right: 0;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.22);
  border: none !important;
  background: #d6e7ea !important;
  padding: 0 !important;
}

.modal .modal-body .tag_complete_main .autocomplete li {
  color: #000;
  margin: 0;
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  border-bottom: solid 1px #efefef;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}

.modal .modal-body .tag_complete_main .autocomplete li:last-child {
  border-bottom: none;
}

.modal .modal-body .tag_complete_main .autocomplete li:hover {
  background: #e0f2f5;
  color: #000;
  padding-left: 20px;
}

.tag_complete .tags_container .tag {
  vertical-align: top;
}

.tag_complete .tags_container .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: .5;
  position: relative;
  top: -2px;
}

#joinUsModal,
#welcomeModal {
  display: none !important;
}