#root {
  max-width: 1200px;
  margin: 0 auto;
}

.unnamed-character-style-3 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  padding-bottom: 10px;
}

table {
  border: 1px solid #ddd;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed !important;
  display: table !important;
}

table thead,
table tbody {
  display: table-header-group !important;
}

table tbody {
  display: table-row-group !important;
}

table tr {
  display: table-row !important;
}

table th,
table td {
  display: table-cell !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

table th.security-wait-time-flights,
table td.security-wait-time-flights {
  width: 20%;
}
td.unnamed-character-style-2{
  white-space: pre-line;
}

table th.security-wait-time-name,
table td.security-wait-time-name {
  width: 18%;
}

table th.security-wait-time-value,
table td.security-wait-time-value {
  width: 17%;
}

table th.security-wait-time-status,
table td.security-wait-time-status {
  width: 15%;
  background-color:unset !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

table th.security-wait-time-status {
background-color:#ffffff !important;
}


table th.security-wait-time-timings,
table td.security-wait-time-timings {
  width: 30%;
}

.security-wait-time-header th {
  background-color: #ffffff ;
  color: #c9001f;
  padding: 15px 10px;
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid #c9001f;
}

.security-wait-time-grid td {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
}

.security-wait-time-grid:hover {
  background-color: #e9e9e9;
}

.unnamed-character-style-4 {
  font-weight: bold;
  color: #666;
}

.status-text {
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;
  min-width: 90px;
}

.status-text.normal {
  background-color: #F0F0F0;
  color: #666666;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.status-text.busy {
  background-color: #C9001F;
  color: #FFFFFF;
  border-radius: 25px;
}

.security-wait-time-status,
.security-wait-time-timings {
  text-align: center;
  padding: 20px 0px;
  font-weight: bold;
}

.security-wait-time-flights {
  width: 15%;
}

.security-wait-time-name {
  width: 20%;
}

.security-wait-time-value {
  width: 15%;
}

.security-wait-time-status {
  width: 20%;
}

.security-wait-time-timings {
  width: 30%;
}

.security-wait-time-header th.security-wait-time-status,
.security-wait-time-header th.security-wait-time-timings {
  text-align: center;
}

.loading-container {
  text-align: center;
  padding: 40px;
}

.error-message {
  background-color: #ffe6e6;
  border: 1px solid #C9001F;
  padding: 12px;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #C9001F;
}

.last-updated {
  color: #666;
  margin-top: 16px;
  text-align: center;
}
