body {
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
  zoom: 1;
  -moz-transform: scale(1);
  -moz-transform-origin: 0 0;
}

#logo {
  max-width: 125px;
  position: absolute;
  left: 0px;
}

title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Brush Script MT";
  margin: 0 auto;
}

:focus-visible {
  outline-color: #af0061;
}

header {
  color: #af0061;
}

/* user - start */
#user-container {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 0;
}

.user-icon {
  height: 40px;
  margin-right: 11px;
}

#user {
  line-height: 39px;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

/* user - end */

h2 {
  margin-bottom: 20px;
}

.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.form-container label {
  font-weight: bold;
  margin: 18px 10px;
}

.form-container input[type="text"],
.form-container input[type="date"] {
  padding: 10px;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 5px 10px;
}

/* loader-start */
progress::-webkit-progress-bar,
progress::-webkit-progress-value {
  background-color: transparent;
}

.progress-background {
  right: 0;
  left: 0;
  color: #fff;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 50000;
}

.progress-message {
  position: fixed;
  width: auto;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 20px;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 80px;
}

.progress-message-loader {
  border: 1px solid #fff;
  background-color: #fff;
  height: 10px;
  /* width: 10px; */
  display: inline-block;
  -webkit-animation: 3s linear infinite loader-spin;
  animation: 3s linear infinite loader-spin;
}

.ProgressIndicator {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 243px;
  width: 243px;
  position: fixed;
  top: 50%;
  max-width: 100%;
  min-height: 12rem;
  min-width: 12rem;
}

.ProgressIndicator > progress {
  display: block;
  margin: auto;
  position: absolute;
  border: none;
  -webkit-animation: 3s linear infinite loader-spin;
  animation: 3s linear infinite loader-spin;
  background-image: linear-gradient(to right, #af0061, #581855);
  border-radius: 50%;
  width: 243px;
  height: 243px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: transparent;
}

.ProgressIndicator::after,
.ProgressIndicator::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}

.ProgressIndicator::after {
  background: url("../images/batikLogo.png") center/192px no-repeat #fff;
  height: 230px;
  width: 230px;
  margin-top: calc((243px - 230px) / 2);
  margin-left: calc((243px - 230px) / 2);
}

.ProgressIndicator::before {
  background-repeat: no-repeat;
  background-image: url("../images/aeroplane.png");
  z-index: 1;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-color: transparent;
  -webkit-animation: 3s linear infinite move-in-circle;
  animation: 3s linear infinite move-in-circle;
  offset-path: circle(118px at center);
}

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes move-in-circle {
  0% {
    offset-distance: 0%;
  }

  100% {
    offset-distance: 100%;
  }
}

@keyframes move-in-circle {
  0% {
    offset-distance: 0%;
  }

  100% {
    offset-distance: 100%;
  }
}

/* loader-end */

.container {
  display: flex;
  margin-top: 20px;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.header {
  /* flex: 1; */
  font-weight: bold;
  text-align: center;
  padding: 0;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
}

#FileListContainerHeaders {
  background-color: #f2f2f2;
  margin-top: 4px;
  border: 1px solid #ccc;
  margin-bottom: -1px;
}

#outputContainer {
  /* flex: 1; */
  border: 1px solid #ccc;
  padding: 0;
  width: 20%;
  overflow: auto;
}

#outputContainerHeader {
  /* flex: 1; */
  padding: 0;
  width: 20%;
  border: none;
}

#outputContainer {
  text-align: left;
  padding-left: 0;
  /* padding-top: 50px; */
  /* padding-bottom: 50px; */
  padding-right: 0;
}

#fileExplorer {
  flex: 2;
  border: 1px solid #ccc;
  margin-left: -1px;
  width: calc(80% - 50px);
  padding-left: 20px;
  padding-right: 20px;
}

#fileEditor {
  flex: 2;
  border: 1px solid #ccc;
  margin-left: -1px;
  /* width: calc(80% - 50px); */
  width: 100%;
  padding-left: 25px;
  padding-bottom: 50px;
  padding-right: 25px;
}

#fileExplorerHeader {
  flex: 2;
  margin-left: -1px;
  width: 80%;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#outputContainerHeader,
#fileExplorerHeader {
  border-bottom: none;
}

#file-explorer-header-text {
  flex-grow: 1;
  text-align: center;
}

#outputContainer,
#fileExplorer,
#fileEditor {
  overflow: auto;
}

.directory,
.files,
.files > a {
  /* margin: 10px; */
  /* vertical-align: middle; */
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.folder {
  padding-left: 10px;
}

.folder:nth-child(2n) {
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  background-color: #f0f8ff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.folder-text {
  font-weight: bold;
}

.files {
  padding-left: 10px;
  padding-top: 10px;
}

.files > a {
  overflow-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-word;
  unicode-bidi: isolate;
}

a {
  color: #3498db;
  cursor: pointer;
}

/* message panels - start */
span#infoMessage {
  font-size: 25px;
  background-color: #f0f0f0;
  color: #af0061;
  padding: 10px;
  display: inline-block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  width: 99%;
}

#errorMessage {
  display: block;
  background-color: #ffcccc;
  color: #cc0000;
  border: 1px solid #cc0000;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

#errorMessage-close,
#successMessage-close {
  /* font-size: 27px; */
  cursor: pointer;
  float: right;
  /* margin-top: -13px; */
}

.font-size-40-px #errorMessage-close,
.font-size-40-px #successMessage-close {
  right: 28px;
  top: 61px;
  font-size: 43px;
}

#successMessage {
  display: block;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.font-size-40-px {
  font-size: 40px !important;
}

/* message panels - end */

/* buttons, email and links - start*/

.toggle-button {
  height: 20px;
  width: 17px;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

#infoSubMessageText {
  display: block;
  color: #000;
  font-size: 12px;
  width: 700px;
  margin: 0 auto;
}

#infoMessageExpand.expanded[data-rotation-angle="-180"] {
  transform: rotate(-180deg);
}

/* #infoMessageText.expanded {
    width: calc(100% - 160px);
    display: block;
    text-align: left;
    float: left;
    margin-left: 20px;
}

#infoMessageText.collapsed {
    width: calc(100% - 160px);
    display: block;
    text-align: left;
    float: left;
    margin-left: 20px;

    overflow: hidden;
    height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: -3px;
} */

/* sliders (start) */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.airspace-container .switch {
  float: right;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* sliders (end) */
.pen {
  color: #af0061;
}

a[disabled] {
  pointer-events: none;
  color: #ccc;
}

@keyframes glowing {
  0% {
    text-shadow: 0 0 2px #581855;
    color: #581855;
  }

  25% {
    text-shadow: 0 0 2px #d25500;
    color: #d25500;
  }

  50% {
    text-shadow: 0 0 2px #004cae;
    color: #004cae;
  }

  75% {
    text-shadow: 0 0 2px #ce005e;
    color: #ce005e;
  }

  100% {
    text-shadow: 0 0 2px #581855;
    color: #581855;
  }
}

.glowing {
  animation: glowing 2s infinite;
  color: #581855;
  cursor: pointer;
}

/* Disabled button style */
button:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}

button:disabled:hover {
  background-color: #c0c0c0;
  color: #606060;
  cursor: not-allowed;
}

button {
  padding: 10px 20px;
  background-color: #af0061;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 10px 10px;
}

.email-container {
  top: 150px;
  position: absolute;
  width: 90vw;
  /* align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000; */
  margin: 0 auto;
}

.email {
  display: inline-block;
  height: 50px;
  font-size: 20px;
  /* text-align: center; */
  background-color: #fff;
  width: 100% !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto !important;
  border: 1px solid #000 !important;
  border-radius: 50px !important;
}

input.email {
  text-align: right;
  width: calc(49% - 20px) !important;
  /* height: 130px; */
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

select.email {
  text-align: left;
  width: 49% !important;
  margin-top: 20px !important;
  padding: 10px;
  /* height: 130px; */
}

button#fetch-flight-list {
  top: 250px;
  position: absolute;
  font-size: 20px;
}

.big-button {
  width: 90vw;
  height: 50px;
  border-radius: 80px;
}

button#go-back {
  position: absolute;
  font-size: inherit;
  top: 47px;
  right: 10px;
}

[page-state="cached-flight-list"] #fetch-flight-list {
  position: absolute;
  font-size: inherit;
  top: 43px;
  right: 10px;
}

a.clicked {
  color: #d25500;
}

button.clicked {
  background-color: #d25500;
  color: #fff;
}

a:hover {
  color: #581855;
}

button:hover {
  background-color: #581855;
}

img.download-icon {
  height: 15px;
  margin-bottom: -2px;
}

.flight-btn {
  width: 100px;
}

#saveFile:not([disabled]) {
  background-color: #4caf50;
  /* Green background */
  color: white;
  /* White text */
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s, transform 0.2s;
  /* Smooth transition */
}

#saveFile:not([disabled]):hover {
  background-color: #45a049;
  /* Darker green on hover */
}

#saveFile:not([disabled]):active {
  transform: scale(0.98);
  /* Slightly smaller on click */
}

#saveFile:not([disabled]):focus {
  outline: 2px solid #4caf50;
  /* Green outline on focus */
}

#cancelEdit:not([disabled]) {
  background-color: #f44336;
  /* Red background */
  color: white;
  /* White text */
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s, transform 0.2s;
  /* Smooth transition */
}

#cancelEdit:not([disabled]):hover {
  background-color: #e53935;
  /* Darker red on hover */
}

#cancelEdit:not([disabled]):active {
  transform: scale(0.98);
  /* Slightly smaller on click */
}

#cancelEdit:not([disabled]):focus {
  outline: 2px solid #f44336;
  /* Red outline on focus */
}

#toggleFullScreen {
  background-color: #008cba;
  /* Blue background */
  color: white;
  /* White text */
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s, transform 0.2s;
  /* Smooth transition */
}

#toggleFullScreen:hover {
  background-color: #007bb5;
  /* Darker blue on hover */
}

#toggleFullScreen:active {
  transform: scale(0.98);
  /* Slightly smaller on click */
}

#toggleFullScreen:focus {
  outline: 2px solid #008cba;
  /* Blue outline on focus */
}

/* buttons and links - end*/

section {
  padding: 10px;
}

header {
  background-color: #fff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.38);
}

/* flight list */
#ODFlightListContainer {
  font-family: Arial, sans-serif;
  margin: 20px auto;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  overflow-x: auto;
}

#ODFlightListHeader {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}

#ODFlightListContent {
  display: flex;
  flex-direction: column;
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.flight-list-row {
  display: flex;
  min-width: 600px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: -1px;
  height: 45px;
}

.flight-list-row-cell {
  flex: 1;
  padding: 10px;
  display: flex;
  align-items: center;
  border-right: 1px solid #eee;
  color: #666;
}

.flight-list-row-cell:last-child {
  border-right: none;
}

#ODFlightListContentHeader .flight-list-row-cell:nth-child(1),
#flight-list-table div.flight-list-row-cell {
  max-width: 120px;
}

.flight-list-row-cell.header:nth-child(1) {
  min-width: 119px;
}

.flight-list-row-cell.header:nth-child(5) {
  min-width: 62px;
}

.flight-list-row-cell.header:nth-child(6) {
  min-width: 80px;
}

span.flight-list-row-cell:nth-child(2) {
  min-width: 58px;
}

span.flight-list-row-cell:nth-child(3) {
  min-width: 48px;
}

span.flight-list-row-cell:nth-child(4) {
  min-width: 88px;
}

.flight-list-row-cell a {
  color: #0056b3;
  text-decoration: none;
}

.flight-list-row-cell a:hover {
  text-decoration: underline;
}

#carriers {
  padding: 10px;
  width: calc(20% - 20px);
  border: 1px solid #ccc;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

#carriers option[selected="true"] {
  color: #fff;
  background-color: #af0061;
}

#searchBox {
  padding: 10px;
  width: calc(100% - 20px);
  border: 1px solid #ccc;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.hide {
  display: none !important;
}

/* flight status */
.flight-list-row-cell button {
  font-weight: 900;
}

.not-yet-departed .flight-status {
  color: #000;
}

.in-flight .flight-status {
  color: #007bff;
}

.arrived .flight-status {
  color: #28a745;
}

.forced-return .flight-status {
  color: #dc3545;
}

/* hide scroll bars */
/* For webkit-based browsers */
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* For Firefox */
* {
  scrollbar-width: none;
}

/* file editor - start */
/* #fileEditor .section {
    cursor: pointer;
    margin-bottom: 10px;
    padding: 15px;
    border-left: 5px dashed #007bff;
}

#fileEditor .content {
    margin-bottom: 10px;
    padding: 15px;
    border-width: 0 0 0 5px;
    border-style: dotted;
    border-color: #28a745;
}

#fileEditor legend {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#fileEditor .form-table {
    width: 100%;
    border-collapse: collapse;
}

#fileEditor .form-table td {
    padding: 10px;
    vertical-align: middle;
}

#fileEditor label {
    font-weight: bold;
    margin-right: 10px;
    font-size: 16px;
    display: inline-block;
    width: 20%;
}

#fileEditor input[type="text"] {
    padding: 12px;
    margin: 10px 0;
    width: calc(80% - 24px);
    border: 1px solid #ccc;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    display: inline-block;
}

#fileEditor button:hover {
    background-color: #0056b3;
}

#fileEditor .form-table th {
    background-color: #007bff;
    color: white;
    padding: 10px;
    text-align: left;
}

#fileEditor .form-table td {
    border-bottom: 1px dashed #ccc;
}

#fileEditor .toggle-icon {
    cursor: pointer;
    padding: 5px;
    margin-right: 5px;
    font-weight: bold;
    float: left;
    margin-top: -10px;
    font-size: 30px;
    color: #007bff;
} */

/* #fileEditor {
    font-family: monospace;
    white-space: pre;
    background-color: #f8f8f8;
    color: #333;
    padding: 20px;
    border: 1px solid #ccc;
    overflow: auto;
}

#fileEditor input[type="text"] {
    font-family: monospace;
    border: none;
    background-color: transparent;
    color: #333;
    width: auto;
    display: inline;
}

#fileEditor label {
    font-weight: normal;
    margin-right: 5px;
    font-size: 16px;
    display: inline;
} */
#fileEditor table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-align: right;
}

#fileEditor table th:first-child,
#fileEditor table td:first-child {
  text-align: left;
}

#fileEditor th,
#fileEditor td {
  padding: 8px;
  border: 1px solid #ddd;
}

#fileEditor th {
  background-color: #004e92;
  color: white;
  font-weight: bold;
}

#fileEditor table tr:nth-child(even) {
  background-color: #f2f2f2;
}

#fileEditor table tr:hover {
  background-color: #e8f4ff;
}

/* Responsive design for smaller screens */
@media screen and (max-width: 600px) {
  #fileEditor table {
    font-size: 12px;
  }
}

/* @media screen and (max-width: 852px) {
    .user-icon {
        display: none;
    }
} */

#fileEditor tr#minimum-sector-fuel,
#fileEditor tr#est-takeoff-fuel,
#fileEditor tr#block-fuel-requested {
  font-weight: bold;
}

#fileEditor tr:nth-child(even) {
  background-color: #fafafa;
}

#fileEditor tr:hover {
  background-color: #f0f0f0;
}

#fileEditor input[type="text"] {
  width: 100%;
  padding: 6px;
  margin-top: 4px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: right;
}

#fileEditor input[disabled] {
  font-weight: 700;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  text-align: inherit;
}

/* Align the first four columns to the left */
#waypoints-table th:nth-child(-n + 4),
#waypoints-table td:nth-child(-n + 4) {
  text-align: left;
}

/* Align the rest of the columns to the right */
#waypoints-table th:nth-child(n + 5),
#waypoints-table td:nth-child(n + 5) {
  text-align: right;
}

#waypoints-table .static-rows td > div {
  text-align: center;
}

#waypoints-table .static-rows input {
  display: inline-block;
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

/* toggle fullscreen mode */
.goFullScreen-actions {
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 1;
  height: 50px;
}

.goFullScreen-actions button {
  margin-top: 6.55px;
}

.goFullScreen-hide-left-panel {
  display: none;
}

.goFullScreen-focus {
  position: fixed;
  top: 50px;
  width: 100%;
  height: 100%;
  margin-left: -10px;
}

.goFullScreen-content {
  height: calc(100% - 50px) !important;
  margin-top: -49px;
}

.goFullScreen-editor {
  height: 85% !important;
  position: absolute;
  top: 0;
}

.htmlContentTable {
  border-collapse: collapse;
}

/* file editor - end */

/* weather-table (start) */
.weather-table {
  width: 100%;
  border-collapse: collapse;
}

.weather-table th,
.weather-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.weather-table th {
  background-color: #4caf50;
  color: white;
}

.weather-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.weather-table th.type-header,
.weather-table th.forecast-range-header,
.weather-table th.forecast-general-header,
.weather-table th.forecast-changes-header,
.weather-table td.type,
.weather-table td.forecast-range,
.weather-table td.forecast-general,
.weather-table td.forecast-changes,
.weather-table tbody tr:nth-child(even) {
  display: none;
}

.weather-table th.time-header,
.weather-table td.time {
  width: 87px;
}

.weather-table th.wind-header,
.weather-table td.wind {
  width: 85px;
}

.weather-table th.visibility-header,
.weather-table td.visibility {
  width: 57px;
}

.weather-table th.cloud-cover-header,
.weather-table td.cloud-cover {
  width: 100px;
}

.weather-table th.air-temp-header,
.weather-table td.air-temp,
.weather-table th.dew-point-temp-header,
.weather-table td.dew-point-temp {
  width: 85px;
}

/* .weather-table th.metar-header,
.weather-table td.metar,
.weather-table th.taf-header,
.weather-table td.taf {
    width: 100px;
} */
/* weather-table (end) */

/********************* 
Modal container (start)
*********************/
.eff-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* overflow: auto; */
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal content */
.eff-modal-content {
  background-color: #f0f0f0;
  margin: 9% auto 4% 30%;
  padding: 20px;
  border: 1px solid #888;
  width: 64%;
  height: 70%;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation: animatetop 0.4s;
}

#eff-modal-header {
  font-family: Arial, sans-serif;
}

#eff-modal-body {
  overflow: auto;
  height: 84%;
  background-color: #fefefe;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
#eff-modal-body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Close button */
.eff-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.eff-modal-close:hover,
.eff-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/********************* 
Modal container (end)
*********************/

/* weather details (start) */
.weather-detail {
  justify-content: center;
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.weather-detail:last-child {
  border-bottom: none;
}

.weather-detail .label {
  font-weight: bold;
  width: 150px;
  text-align: left;
  margin-right: 5px;
  color: #333;
}

.weather-detail .value {
  text-align: left;
  color: #333;
  width: calc(100% - 150px - 5px);
}

.weather-detail .label,
.weather-detail .value {
  display: inline-block;
}

/* weather details (end) */

/* airspace (start) */
hr.separator {
  border: none;
  border-top: 1px solid #ccc;
}

.airspace-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 20px;
}

.airspace-block {
  display: flex;
  flex-direction: column;
  min-height: fit-content;
  width: calc(28% - 40px);
  min-width: 345px;
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 5px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 12.5px;
}

.airspace-content {
  flex-grow: 1;
}

.airspace-header {
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  /* margin-top: 20px; */
  /* margin-bottom: 20px; */
  width: 100%;
}

.airspace-header-group {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  cursor: pointer;
}

.airspace-header-group:hover {
  outline: 1px solid #af0061;
}

.airspace-title {
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f2f2f2;
  color: #666;
  border: 1px solid #ccc;
  margin-left: -7px;
  margin-top: -20px;
  margin-right: -7px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
  /* line-height: 34px; */
}

.airspace-sub-title {
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}

.airspace-sub-sub-title {
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}

.airspace-detail {
  margin-bottom: 10px;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  word-break: break-all;
  color: #333;
}

.airspace-detail:last-child {
  margin-bottom: 0;
}

.detail-label {
  text-align: left;
  font-weight: bold;
}

.notAvailable {
  color: red;
}

.detail-group {
  display: flex;
  justify-content: space-between;
}

.detail-group > div {
  flex-basis: 50%;
}

.detail-group > div:first-child {
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-right: 20px;
}

.airspace-toggle-hide {
  display: none;
}

.airspace-toggle-button {
  height: 20px;
  width: 17px;
  float: right;
  margin-top: 7px;
  margin-right: 10px;
  transition: transform 0.3s ease-in-out;
}

.alternate-0 {
  display: none;
}

/* airspace (end) */

/* upper air (start) */
.upper-air-table-titles {
  margin: 15px 0;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
}

.upper-air-table-titles:hover {
  outline: 1px solid #af0061;
}

.upperair-toggle-button {
  height: 20px;
  width: 17px;
  float: right;
  margin-top: 7px;
  margin-right: 10px;
  transition: transform 0.3s ease-in-out;
}

.upper-air-table-titles + table .header-cell:nth-child(1),
.upper-air-table-titles + table .data-cell:nth-child(1) {
  text-align: left;
}

.upper-air-table-titles + table .header-cell:not(:nth-child(1)),
.upper-air-table-titles + table .data-cell:not(:nth-child(1)) {
  text-align: center;
}
/* upper air (end) */

/* dispatcher (start) */
[page-state="dispatcher-dashboard"] #content {
  width: 100%;
  overflow: auto;
  border: 1px solid #ddd;
  scrollbar-width: thin;
}

[page-state="dispatcher-dashboard"] #content::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

[page-state="dispatcher-dashboard"] td button {
  padding: 10px;
  margin: 0 0 0 10px;
}

[page-state="dispatcher-dashboard"] #searchBox {
  margin-bottom: 10px;
}

[page-state="dispatcher-dashboard"] #carriers {
  width: calc(10% - 20px);
}

[page-state="dispatcher-dashboard"] #from-hour,
[page-state="dispatcher-dashboard"] #to-hour {
  padding: 10px;
  width: calc(8% - 20px);
  border: 1px solid #ccc;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

[page-state="dispatcher-dashboard"] #filters {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 10px 10px -1px;
  border-radius: 40px;
  width: calc(100% - 20px);
  transition: all 0.3s ease-in-out;
}

[page-state="dispatcher-dashboard"] [type="date"] {
  padding: 10px;
  width: calc(10% - 20px);
  border: 1px solid #ccc;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

[page-state="dispatcher-dashboard"] #utcTime {
  display: inline-block;
}

[page-state="dispatcher-dashboard"] .note {
  text-align: left;
  font-size: 14px;
  position: fixed;
  top: 0;
  right: 0;
  background: #0a0a0a;
  color: white;
  padding: 12px;
  width: 200px;
}

[page-state="dispatcher-dashboard"] #note-list,
[page-state="dispatcher-dashboard"] #note-close {
  display: none;
}

[page-state="dispatcher-dashboard"] #note-open .laquo,
[page-state="dispatcher-dashboard"] #note-close .times {
  margin: 0 10px 0 0;
}

[page-state="dispatcher-dashboard"] #note-open .laquo {
  color: green;
}

[page-state="dispatcher-dashboard"] #note-close .times {
  color: red;
}

[page-state="dispatcher-dashboard"] #note-open,
[page-state="dispatcher-dashboard"] #note-close {
  cursor: pointer;
  margin-right: 10px;
}

[page-state="dispatcher-dashboard"] #note-open span,
[page-state="dispatcher-dashboard"] #note-close span {
  display: inline-block;
}

/* table */
[page-state="dispatcher-dashboard"] th {
  cursor: pointer;
}
[page-state="dispatcher-dashboard"] table {
  width: 100%;
  border-collapse: collapse;
}
[page-state="dispatcher-dashboard"] th,
[page-state="dispatcher-dashboard"] td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}
[page-state="dispatcher-dashboard"] .carrier-th-td, [page-state="dispatcher-dashboard"] .flight-th-td {
  min-width: 66px;
}
[page-state="dispatcher-dashboard"] .aircraft-id-th-td {
  min-width: 91px;
}
[page-state="dispatcher-dashboard"] .std-th-td, [page-state="dispatcher-dashboard"] .etd-th-td {
  min-width: 160px;
}
[page-state="dispatcher-dashboard"] .origin-th-td, [page-state="dispatcher-dashboard"] .destination-th-td {
  min-width: 115px;
}
[page-state="dispatcher-dashboard"] .captains-th-td, [page-state="dispatcher-dashboard"] .flight-plan-th-td {
  min-width: 160px;
}
[page-state="dispatcher-dashboard"] .eff-th-td, [page-state="dispatcher-dashboard"] .cvr-th-td, [page-state="dispatcher-dashboard"] .fuel-and-weights-th-td, [page-state="dispatcher-dashboard"] .waypoints-th-td {
  min-width: 131px;
}
[page-state="dispatcher-dashboard"] .eff-doc-th-td {
  min-width: 160px;
}

[page-state="dispatcher-dashboard"] th {
  background-color: #f2f2f2;
}
/* dispatcher (end) */

/* table sort - start */
th.sorted-asc::after {
  content: " ▲";
  display: inline-block;
  line-height: 0.8;
  font-size: 11px;
  margin-left: 2px;
  vertical-align: 3px;
}
th.sorted-desc::after {
  content: " ▼";
  display: inline-block;
  line-height: 0.8;
  font-size: 11px;
  margin-left: 2px;
  vertical-align: 3px;
}
.asc-desc-arrow-container {
  display: inline-block;
  text-align: center;
  line-height: 0.8;
  font-size: 11px;
  margin-left: 2px;
  vertical-align: -2px;
}
.asc-desc-arrow-container span {
  display: block;
}
/* table sort - end */

#logout-icon {
  height: 31px;
  width: 31px;
  position: absolute;
  top: -2px;
  left: -13px;
}

#logout {
    background: #be4339;
    color: white;
    padding: 3px 12px 3px 0;
    border-radius: 120px;
    border: 1px solid black;
    position: absolute;
    top: 7px;
    right: 16px;
    width: 70px;
    text-align: right;
}
