body {
  font-family: "Poppins", sans-serif;
  background-color: #0a2756;
  color: #ffffff;
  font-weight: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  display: none;
  background-color: #003366;
  border-radius: 10px;
  border: 2px solid #00ffb4;
  width: 80%;
  margin: 20px;
  padding: 20px;
}

.welcome-container {
  display: block;
  background-color: #003366;
  border-radius: 10px;
  border: 2px solid #00ffb4;
  width: 80%;
  margin: 20px;
  padding: 20px;
}

.previousButton {
  display: block;
  background-color: #00ffb4;
}

.period-table {
  border-collapse: collapse;
  width: 80%;
  margin-top: 20px;
}

.period-table,
.period-table th,
.period-table td {
  border: 1px solid #00ffb4;
}

.period-table th,
.period-table td {
  padding: 8px;
  text-align: center;
}

.period-table tr:first-child {
  background-color: #00ffb4; /* Light gray background */
  color: #003366;
  font-weight: bold;
}

.period-table tr > *:nth-child(2) {
  display: none;
}
.period-table tr > *:nth-child(3) {
  display: none;
}

.filtered-table {
  border-collapse: collapse;
  width: 50%;
  margin-top: 20px;
  text-align: center;
  border: 0px solid #ddd;
}

.filtered-table th:first-child,
.filtered-table td:first-child {
  text-align: left;
}

/* Add a class for the checkboxes */
.checkbox-cell {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Style the checkboxes */
.checkbox-cell input[type="checkbox"] {
  width: 80%; /* Adjust the size as needed */
  height: 80%; /* Adjust the size as needed */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Add any additional styling here */

.calculation-table {
  display: none;
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.calculation-table th,
.calculation-table td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.calculation-table th {
  background-color: #050000;
}

.flight-section {
  margin-bottom: 20px;
}

label {
  display: block;
}

.error-message {
  color: red;
  font-size: 0.8rem;
  display: block; /* Ensure it's on a new line */
  margin-top: 5px;
}

.disclaimer {
  display: none;
  background-color: #003366;
  border-radius: 10px;
  border: 2px solid #ff0000;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.nextButton {
  border: 2px solid #00ffb4;
  background-color: #0a2756;
  color: white;
  font-family: "Poppins", sans-serif;
  border-radius: 2px;
  margin-top: 10px;
  width: 100px;
  height: 40px;
}

.previousButton {
  border: 2px solid #00ffb4;
  background-color: #00ffb4;
  color: #0a2756;
  font-family: "Poppins", sans-serif;
  border-radius: 2px;
  margin-top: 10px;
  width: 100px;
  height: 40px;
}

.remove-flight-btn {
  border: 2px solid #00ffb4;
  background-color: #00ffb4;
  color: #0a2756;
  text-align: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  border-radius: 2px;
  margin-left: 10px;
  width: 140px;
  height: 30px;
}

#addFlightBtn {
  display: block;
  border: 2px solid #00ffb4;
  background-color: #0a2756;
  color: white;
  text-align: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  border-radius: 2px;
  margin-bottom: 40px;
  width: 140px;
  height: 30px;
}

#downloadPDFbutton {
  border: 2px solid #00ffb4;
  background-color: #00ffb4;
  color: #0a2756;
  font-family: "Poppins", sans-serif;
  border-radius: 2px;
  margin-top: 10px;
  width: 150px;
  height: 40px;
}

#displayFormatContainer,
#videoFormatContainer,
#audioFormatContainer,
#doohFormatContainer,
#gamingFormatContainer {
  display: none;
}

input[type="date"] {
  margin-left: 10px;
}

#calculatedGuarantee {
  color: #00ffb4;
}

#dynamicMediaCode {
  color: #00ffb4;
}

a,
a:visited,
a:hover,
a:active {
  color: #00ffb4;
}

#downloadRequiredFormatsButton {
  border: 2px solid #00ffb4;
  background-color: #00ffb4;
  color: #0a2756;
  font-family: "Poppins", sans-serif;
  border-radius: 2px;
  margin-top: 20px;
  width: 150px;
  height: 40px;
}

#garmSuitability {
  display: none;
}
#audioCity {
  display: none;
  color: #00ffb4;
}

#videoSpecsLink,
#audioSpecsLink {
  margin-bottom: 20px;
}
#videoBreak {
  margin-top: 20px;
}

#swedenDisclaimer {
  color: #00ffb4;
}

#ICCNextAlert {
  display: none;
  color: #ff0000;
}

.important {
  color: #00ffb4;
  text-decoration: underline;
}

#lagerstrom {
  display: none;
  color: #ff0000;
}

#CPCTargetingRule {
  display: none;
  color: #00ffb4;
}

.budget-group-table {
  width: 80%;
  margin-top: 20px;
  border-collapse: collapse;
  background-color: #003366;
  color: #ffffff;
}

.budget-group-table th,
.budget-group-table td {
  border: 1px solid #00ffb4;
  text-align: center;
  padding: 10px;
}

.budget-group-table th {
  background-color: #00ffb4;
  color: #003366;
}

#formatsDiv label {
  display: flex;
  align-items: center;
  gap: 10px; /* Space between checkbox and text */
}

#formatsDiv {
  display: flex;
  flex-direction: column;
  gap: 1px; /* Space between rows */
}

#formatsDiv h4 {
  margin-bottom: 5px;
}

#budgetInputsDiv {
  display: flex;
  gap: 20px; /* Adjust space between the input groups */
}

#budgetInputsDiv {
  display: flex;
  flex-direction: column; /* Stack everything vertically */
  gap: 5px; /* Add some space between elements */
  align-items: flex-start; /* Align everything to the left */
}

#budgetInputsDiv .input-group {
  display: flex;
  flex-direction: column; /* Stack label and input vertically */
  align-items: flex-start; /* Align label and input to the left */
}

#budgetInputsDiv input {
  margin-bottom: 40px;
}

#budgetInputsDiv .input-container {
  display: flex;
  gap: 20px; /* Add space between the two input groups */
}

#budgetInputsDiv h4 {
  margin-bottom: 5px;
}

#budgetGroupContainer button {
  border: 2px solid #00ffb4;
  background-color: #00ffb4;
  color: #0a2756;
  font-family: "Poppins", sans-serif;
  border-radius: 2px;
  margin-top: 10px;
  margin-right: 3px;
}

#budgetPerFormatButton,
#budgetGroupButton1 {
  border: 2px solid #00ffb4;
  background-color: #00ffb4;
  color: #0a2756;
  font-family: "Poppins", sans-serif;
  border-radius: 2px;
  margin-top: 10px;
}

.highlight {
  color: #ff0000;
}
