#harbourTourModal .uMainModal {
  border-radius: 16px !important;
}

#harbourTourModal .uMainModal_Body {
  font-family: 'arial';
  padding: 30px;
}

#harbourTourModal .img-container img {
  max-width: 80%;
}

#harbourTourModal .header {
  color: #6667AB;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

#harbourTourModal .title {
  color: #212121;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

#harbourTourModal .body {
  color: #666;
  font-size: 14px;
}

#harbourTourModal .body b {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

#harbourTourModal .action-buttons {
  margin-top: 35px;
}

#harbourTourModal .action-buttons button {
  background-color: #e7e8fb;
  border: none;
  border-radius: 20px;
  color: #6667AB;
  font-size: 12px;
  margin-right: 5px;
  padding: 5px 15px;
}

#harbourTourModal .action-buttons button:nth-last-child(1) {
  margin-right: 0;
}

#harbourTourModal .action-buttons button.primary-button {
  background-color: #6667AB;
  color: white;
}

#harbourTourModal .action-buttons button.primary-button.disabled {
  background-color: #6667AB;
  cursor: not-allowed;
  pointer-events: none;
}

.uPopover#harbourTourModal {
  border: thin solid #00000025;
  padding: 10px;
}
