.page-dashboard {
  overflow: auto;
  padding: 1.2rem 0 0;
  height: calc(100vh - 0px);
}
.page-dashboard img.dashboard {
  filter: grayscale(1);
  width: 100%;
  opacity: 0.3;
}
.page-dashboard img.commingsoon {
  position: absolute;
  width: 40%;
  margin-left: 25%;
  margin-top: 11%;
  z-index: 10;
}
.page-dashboard #container {
  display: none;
  background: #edf2f9;
  height: calc(100vh - 172px);
  margin: 0 auto;
  width: 100%;
}

.page-dashboard #container .ui-layout-pane {
  padding: 0 !important;
}
.page-dashboard #container .pane {
  display: none;
  background-color: #fff;
}
.page-dashboard .centered-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-dashboard .select-controls {
  position: absolute;
  top: 30px;
  right: 1px;
  display: flex;
}

.page-dashboard .h-60 {
  height: 60%;
}
.page-dashboard .h-100 {
  height: 100%;
}

.page-dashboard .options-box {
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-width: 400px;
}

.page-dashboard .options-box h2 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
}

.page-dashboard .radio-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.page-dashboard .radio-buttons label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

.page-dashboard .radio-buttons input {
  margin-right: 10px;
}

.page-dashboard .input-button-container {
  display: flex;
  align-items: center;
}

.page-dashboard .justify-content-center {
  justify-content: center;
}

.page-dashboard .input-button-container input {
  flex: 1;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.page-dashboard .input-button-container.radio-detail-container {
  margin-left: 1.5rem;
}

.page-dashboard .input-button-container button {
  padding: 10px;
  width: calc(100% / 3);
  background-color: #6b8e23;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.page-dashboard .input-button-container button:disabled {
  background-color: gray;
  color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.page-dashboard .input-button-container button:hover {
  background-color: #556b2f;
}
.page-dashboard .bottom-section {
  margin-top: 20px;
  display: block;
  margin-top: 20px;
}
.page-dashboard .pnr-data {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.page-dashboard .passengers,
.flights {
  margin-top: 20px;
}

.page-dashboard table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.page-dashboard th,
td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.page-dashboard th {
  background-color: #f0f0f0;
}

.custom-missing-info-modal {
  --bs-modal-width: 350px;
}

.app-root .layout.login,
.app-root .layout.notfound {
  /* background-image: url(/assets/images/templates/template_header.jpg); */
  background-image: url(/assets/images/login-page-background.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  background-position: bottom;
}

.app-root .layout.login .options-box,
.app-root .layout.notfound .options-box {
  max-width: 400px;
  text-align: justify;
}

.app-root .layout.notfound .inner-page {
  padding-top: 10%;
  margin-bottom: 50px;

  h1 {
    font-size: 36px;
    text-align: center;
  }

  .title {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    text-align: center;

    .number {
      vertical-align: middle;
      zoom: 1;
      float: left;
      text-align: right;
      font-size: 4em;
      margin-right: 5px;
    }

    .text {
      vertical-align: middle;
      zoom: 1;
      float: left;
      text-align: left;
      font-size: 1.5em;
      line-height: 1.2;
      position: relative;
      top: 12px;
    }
  }
}
.w-100 {
  width: 100% !important;
}
.text-center {
  text-align: center;
}
