.sgtf-wrapper {
/*   max-width: 850px; */
  margin: 20px auto;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.sgtf-step {
  display: inline-block;
  padding: 8px 12px;
  margin-right: 5px;
  border-radius: 6px;
  background: #f3f3f3;
  cursor: pointer;
}
.sgtf-step.active {
  background: #19286A;
  color: #fff;
}
.sgtf-group {
  margin-bottom: 15px;
}
.sgtf-group label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.sgtf-group input, .sgtf-group select, .sgtf-group textarea {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.sgtf-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.sgtf-btn {
  border: none;
  border-radius: 5px;
  padding: 8px 18px;
  cursor: pointer;
}
.sgtf-btn.primary { background: #19286A; color: #fff; }
.sgtf-btn.ghost { background: #f1f1f1; }
.sgtf-error { color: red; font-size: 13px; }

.flight-input-field, .cruise-input-field{
  display: none;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
#sgtf-confirmation ul {
    list-style: none;
    padding: 0;
}
#sgtf-confirmation li {
    margin-bottom: 5px;
}