body {
  font-family: Arial, sans-serif;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 7px;
}

th,
td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

th {
  background-color: #f2f2f2;
}

h1,
h2,
h3 {
  text-align: center;
  color: #1a1c19;
  font-family: "IBM Plex Serif", serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}

.year {
  text-align: center;
  color: #1a1c19;
  font-family: "IBM Plex Serif", serif;
  font-weight: 650;
  font-style: normal;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 22px;
}

.year:hover {
  color: #ff0d00;
  transition: 0.2s;
}

a {
  color: #1a1c19;
}

tr:hover {
  background-color: #ffe7ba;
  transition: 0.25s;
}

.descision {
  background: yellow;
}

.plan {
  background: orange;
}

.links {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.active {
  color: #ff8400;
}

thead {
  position: sticky;
  top: 0;
  background: white;
  z-index: 10;
}

.highlight {
  background-color: yellow;
}

.hidden {
  display: none;
}

/* From Uiverse.io by AbanoubMagdy1 */
.wave-group {
  position: relative;
}

.wave-group .input {
  font-size: 16px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 250px;
  border: none;
  border-bottom: 1px solid #515151;
  background: transparent;
}

.wave-group .input:focus {
  outline: none;
}

.wave-group .label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  display: flex;
}

.wave-group .label-char {
  transition: 0.2s ease all;
  transition-delay: calc(var(--index) * 0.05s);
}

.wave-group .input:focus ~ label .label-char,
.wave-group .input:valid ~ label .label-char {
  transform: translateY(-20px);
  font-size: 14px;
  color: #5264ae;
}

.wave-group .bar {
  position: relative;
  display: block;
  width: 200px;
}

.wave-group .bar:before,
.wave-group .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264ae;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.wave-group .bar:before {
  left: 50%;
}

.wave-group .bar:after {
  right: 50%;
}

.wave-group .input:focus ~ .bar:before,
.wave-group .input:focus ~ .bar:after {
  width: 50%;
}
