html, body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.loyalty-program-header__title {
  color: #005097;
  font-size: 28px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}

.loyalty-program-header__info {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding-top: 14px;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .loyalty-program-header__info {
    text-align: center;
  }
}

.loyalty-program-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 576px) {
  .loyalty-program-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 992px) {
  .loyalty-program-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.form-control:focus, .form-select:focus {
  box-shadow: none;
}

.container-travel-history {
  position: relative;
}

.table-wrapper {
  min-height: 50px;
  max-height: 400px;
  overflow: auto;
}

.table-wrapper table thead {
  position: sticky;
  top: 0;
  left: 0;
}

.table-wrapper table thead th:after,
.table-wrapper table thead th:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-wrapper table thead th:before {
  top: 0;
  border-top: 1px solid rgb(198, 199, 200);
  border-left: 1px solid rgb(198, 199, 200);
}

.table-wrapper table thead th:after {
  bottom: -1px;
  border-right: 1px solid rgb(198, 199, 200);
  border-bottom: 1px solid rgb(198, 199, 200);
}

.profile-box {
  background-color: #fff;
  padding: 26px;
  max-width: 1000px;
  width: 100%;
}

.profile-box h5 {
  font-weight: bold;
  color: #003f7f;
}

.profile-box fieldset {
  padding: 14px;
  border: 4px solid #003f7f;
}

.profile-box legend {
  padding: 0 8px;
  float: none;
  width: auto;
  margin-bottom: 0;
  margin-right: auto;
}

.profile-box legend i {
  color: #003f7f;
  font-size: 38px;
}

.profile-box p {
  color: #515050;
  margin-bottom: 6px;
  font-weight: bold;
}

.profile-box p span.field {
  color: #003f7f;
}

.logout-btn {
  background-color: #0056a6;
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.logout-btn:hover {
  background-color: #003f7f;
}

.icon-box {
  font-size: 40px;
  color: #0056a6;
  margin-bottom: 10px;
}
