.no-close .ui-dialog-titlebar-close {
  display: none;
}
.no-close {
  line-height: 0;
  overflow: hidden;
}

.js-event-modal {
  position: fixed;
  width: 100%!important;
  height: 100%!important;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
}
.event-modal {
  animation-duration: 1000ms;
  animation-delay: 0ms;
  min-width: 200px;
  min-height: 200px;
  max-width: 320px;
  transform: translate(-50%, -50%);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px;
}
.event-modal-wrapper {
  border-radius: 10px;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  padding: 15px;
  min-height: 450px;
  align-items: flex-end;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.event-modal-wrapper .title {
  margin: 0;
  padding: 0;
}
.event-modal-wrapper .title .close {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #007237;
  /* text-shadow: none; */
  background-color: rgba(0,0,0,0.1);
  border-radius: 2px;
}
.event-modal-wrapper .content {
  width: 100%;
}
.event-modal-wrapper .content input, .event-modal-wrapper .content textarea {
  outline: none;
  font-size: 14px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
}
.event-modal-wrapper .content textarea {
  padding: 10px;
  height: 50px;
  line-height: 120%;
}
.event-modal-wrapper .content button {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #007237;
  background-color: #fff;
  border: 1px solid #007237;
  border-radius: 3px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  padding: 0 20px;
}

.select-form {
  max-width: 100%;
  width: 100%;
  background-color: #ddd;
  height: 38px;
  line-height: 38px;
  outline: none;
}

.sentenced, .eventform {
  display: block;
  line-height: 100%;
  color: #ff5d5d;
  font-size: 14px;
  margin-left: 5px;
}
.eventform.success {
  color: #007237!important;
}

.js-event-button-display button, .js-book-button-display button {
  background-color: #007237;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #0c4b2a;
}