@font-face {
  font-family: 'Aileron';
  src: url('/Aileron-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Optional: improves performance by reducing FOIT */
}

@font-face {
  font-family: 'Libertinus';
  src: url('/LibertinusSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Optional: improves performance by reducing FOIT */
}

@font-face {
  font-family: 'Libertinus';
  src: url('/LibertinusSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap; /* Optional: improves performance by reducing FOIT */
}

@font-face {
  font-family: 'Libertinus';
  src: url('/LibertinusSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap; /* Optional: improves performance by reducing FOIT */
}



/* Responsive design using vw, vh, vmin, vmax */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  position: relative;
}



:root {
  --body-height: 5vw; /* yes, vw */
  --table-height: 5vw; /* yes, vw */
  --button-height: 8vmin;
  --input-height: 8vmin;
  --inputsmall-height: 6vmin;
  --item-height: 8vmin;
  --select-height: 8vmin;
  --timer-height: 8vw; /* yes, vw */
  --checklist-height: 10vw; /* yes, vw */
}



a {
  text-decoration: underline;
  text-decoration-color: #08c; /* Red underline */
  text-decoration-thickness: 0.4vmin;
}

a {
  font-family: 'Aileron', system-ui, sans-serif;
  font-weight: normal;
  color: #ddd;
}

a:hover {
  color: #ddd;
}

a:active {
  color: #ddd;
}

a:visited {
  color: #ddd;
}



a.nnn {
  text-decoration: none;
}

a.nnn {
  font-family: 'Aileron', system-ui, sans-serif;
  font-weight: normal;
  color: #fff;
}

a.nnn:hover {
  color: #fff;
}

a.nnn:active {
  color: #fff;
}

a.nnn:visited {
  color: #fff;
}



a.xxx {
  text-decoration: underline;
  text-decoration-color: #999; /* Red underline */
  text-decoration-thickness: 0.4vmin;
}

a.xxx {
  font-family: 'Libertinus', serif;
  font-weight: normal;
  color: #ccc;
}

a.xxx:hover {
  color: #ccc;
}

a.xxx:active {
  color: #ccc;
}

a.xxx:visited {
  color: #ccc;
}



details {
  margin-bottom: 3vmin;
}

summary {
  cursor: pointer;
  width: 30%;
}



.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #999;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.tcontainer {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.tcontainer.left {
  left: 0;
}

.tcontainer.right {
  left: 50%;
}

.tcontainer::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #999;
  border-radius: 16px;
  z-index: 1;
}

.tcontainer.right::after {
  left: -8px;
}

.tcontainer::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #999;
  z-index: 1;
}

.tcontainer.right::before {
  left: 8px;
}

.tcontainer .date {
  position: absolute;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-shadow: 0.2vmin 0.2vmin 0 #333;
  z-index: 10;
}

.tcontainer.left .date {
  text-align: left;
  right: -10vw;
}

.tcontainer.right .date {
  text-align: right;
  left: -10vw;
}

.tcontainer .ticon {
  position: absolute;
  display: inline-block;
  font-weight: bold;
  background: #fff0d0;
  border: 2px solid #999;
  border-radius: 50%;
  text-align: center;
  color: #000;
  z-index: 1;
}

.tcontainer.left .ticon {
  right: 56px;
}

.tcontainer.right .ticon {
  left: 56px;
}

.tcontainer .content {
  background: radial-gradient(
    circle at center,
    #204 0%,
    #307 5%,
    #229 100%
  );
  position: relative;
  border-radius: 0 500px 500px 0;
}

.tcontainer.right .content p, .tcontainer.right .content h2 {
  margin-left: 2vw;
}

.tcontainer .ticon.tfuture {
  background: #666;
  color: #ccc;
}

.tcontainer .content.tfuture {
  background: #666;
}

.tcontainer .content.tfuture h2, .tcontainer .content.tfuture p {
  color: #ccc;
}

.tcontainer.left .content {
  padding: 3vw 9vw 3vw 3vw;
}

.tcontainer.right .content {
  padding: 3vw 3vw 3vw 7vw;
}

.tcontainer .content h2 {
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #fff0d0;
}

.tcontainer .content p {
  margin: 0;
  color: #fff0d0;
}



.menu-input {
  position: fixed;
  top: 1.5vmin;
  left: 1.5vmin; /* Adjust as needed */
  z-index: 1111;
}

.menu-label {
  position: fixed;
  top: 1.5vmin;
  left: 1.5vmin; /* Adjust as needed */
  z-index: 1111;
}

.menu-label span {
  margin-left: -1vmin;
}

#checkbox, .btn span { /* Hide the checkbox input & word "Menu" in the button */
    display: none;
}

/* Menu button - starts */
.btn {
    display: block;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    transition: width .3s ease-in-out;
}
/* Menu button - ends */

/* Sidebar - starts */
.sidebar {
  top: 11.5vmin;
    background-color: #444;
    position: fixed;
    width: 30vw;
    height: 100%;
    z-index: 1111;
    transition: transform .3s ease-in-out;
    transform: translateX(-30vw);
}

.sidebar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-family: 'Aileron', system-ui, sans-serif;
}

.sidebar ul a {
    position: relative;
    text-decoration: none;
    display: block;
    background-color: transparent;
    color: #ccc;
    padding: 1.5vmin 1.5vmin;
}

.sidebar ul a li i {
    margin-right: 1.5vmin;
}

.sidebar ul a:hover, .sidebar ul a.active {
    background-color: #333;
    color: #fff;
}

.sidebar ul a.active {
  border-bottom: 0.4vmin dotted #069;
}

.sidebar ul a:hover::before, .sidebar ul a.active::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #069;
    width: 1vmin;
    height: 100%;
}
/* Sidebar - ends */

/* Effect of showing the sidebar - starts */
#checkbox:checked ~ .sidebar {
    transform: translateX(0);
}

#checkbox:checked + .btn {
    width: 30vw;

}

#checkbox:checked { /* Show again the word "Menu" in the button */
    display: fixed;
}

#checkbox:checked + .btn span { /* Show again the word "Menu" in the button */
    display: inline;
    background-color: #08c;
    font-family: 'Aileron', system-ui, sans-serif;
  padding: 1vmin;
  box-shadow: 0.4vmin 0.4vmin 0.4vmin #000, 0.2vmin 0.2vmin 0.2vmin #000;
    padding-left: 2vmin;
}

.sidebar {
    box-shadow: none;
}

#checkbox:checked ~ .sidebar {
    box-shadow: 0.4vmin 0.4vmin 0.4vmin #000, 0.2vmin 0.2vmin 0.2vmin #000;
}
/* Effect of showing the sidebar - ends */



body {
  display: block;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Libertinus', serif;
}

section {
  display: block;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Libertinus', serif;
}



ul, ol {
  display: block;
  list-style-position: inside; /* Keeps markers inside content flow */
}

ul {
  list-style-type: disc; /* Bullet points for unordered lists */
}

ol {
  list-style-type: decimal; /* Numbers for ordered lists */
}

li {
  display: list-item;
}



.food {
  background-color: NavajoWhite;
  color: #000;
}

.cell {
  background-color: Pink;
  color: #000;
}

.flat {
  background-color: GreenYellow;
  color: #000;
}

.gov {
  background-color: Gainsboro;
  color: #000;
}

.med {
  background-color: Aquamarine;
  color: #000;
}

.xchg {
  background-color: Gold;
  color: #000;
}



button, input, textarea, select, optgroup, option, .autocomplete-item, .right-placeholder {
  font-family: 'Aileron', system-ui, sans-serif;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  border-radius: 0;
}

button, select, optgroup, option {
  cursor: pointer;
}

input, textarea {
  cursor: text;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

#logicsection, #logicsectionnested, #logicsectionnested2, #logicsectionnested2t {
  display: none;
}

.intro, .logic {
  margin-top: 2vmin;
  margin-bottom: 4vmin;
}

h1, h2, h3, p, ul {
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  margin-top: 1.5vmin;
  margin-bottom: 3vmin;
}

.menu-page {
  margin: 0;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  padding-top: 1.5vmin;
  padding-bottom: 1.5vmin;
  margin-bottom: 3vmin;
  border-top: none;
  border-bottom: 0.4vmin dotted #069;
  border-left: none;
  border-right: none;
}

.menu-page::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #069;
    width: 1vmin;
    height: 100%;
}

.menu-page svg {
  vertical-align: top;
}

p:last-of-type {
  margin-top: 1vmin;
  margin-bottom: 6vmin;
}

.float-right-group {
  display: block;
  position: relative;
  float: right;           /* Float the entire figure to the right */
  clear: right;
  width: 30%;            /* Adjust width as needed */
  margin-left: 1.5vw;     /* Space between images and text */
  margin-right: 1.5vw;
  margin-bottom: 1.5vw;   /* Space below the figure */
  text-align: center;    /* Optional: Center-aligns caption */
}

.float-right-group img {
  display: block;
  position: relative;
  width: 100%;           /* Each image fills the figure width */
  height: auto;          /* Maintain aspect ratio */
  margin-bottom: 0.5vw;    /* Space between images */
}

.float-center-group {
  display: block;
  position: relative;
  float: left;           /* Float the entire figure to the right */
  clear: right;
  margin-left: 1.5vw;     /* Space between images and text */
  margin-right: 1.5vw;
  margin-bottom: 1.5vw;   /* Space below the figure */
  text-align: center;    /* Optional: Center-aligns caption */
}

.float-center-group img {
  display: inline-block;
  position: relative;
  width: 30%;           /* Each image fills the figure width */
  height: auto;          /* Maintain aspect ratio */
  margin-bottom: 0.5vw;    /* Space between images */
  vertical-align: top;
}

figcaption {
  font-style: italic;    /* Optional: Style caption */
  font-size: calc(var(--body-height)*0.4);
  font-family: 'Libertinus', serif;
  color: #ccc;
}

button {
  display: inline;
  height: var(--button-height);
  min-height: var(--button-height);
  max-height: var(--button-height);
  line-height: var(--button-height);
  font-size: calc(var(--button-height)*0.6);
}

textarea {
  display: inline;
  line-height: calc(var(--body-height)*0.30);
  font-size: calc(var(--body-height)*0.30);
  min-height: 8vmax;
  max-height: 8vmax;
  height: 8vmax;
  resize: none;
}

.buttons-container {
  clear: right;
  float: left;
}

.buttons-container button, .buttons-container textarea {
  display: block;
  position: relative;
}

input, button {
  white-space: nowrap;    /* Prevent text from wrapping */
  overflow: hidden;       /* Hide overflowing content (both x and y) */
  text-overflow: ellipsis; /* Show "..." when text overflows */
}

.buttons-container {
  display: block;
  position: relative;
  margin-left: 2vw;
  margin-right: 2vw;
}

#responseOutput {
  display: block;
  width: 95vw;
  height: 10vmin;
}

#autocompleteButton {
  display: block;
  width: 35vw;
  margin-top: 2.5vmin;
}

.disabled-like {
  pointer-events: none;  /* Blocks clicks/taps */
  cursor: not-allowed;   /* Shows disabled cursor */
  opacity: 0.5;
  user-select: none;
}

.autocomplete-container {
  display: block;
  position: relative;
  margin-left: 2vw;
  margin-right: 2vw;
  margin-top: 2.5vmin;
  box-sizing: border-box;
  padding: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

#container-duration {
  margin-top: 0.2vmin;
}

input, select, button, textarea {
  border-top: 0.1vw solid #333;
  border-bottom: 0.1vw solid #999;
  border-left: 0.1vw solid #666;
  border-right: 0.1vw solid #666;
}

[id^=autocomplete-results] {
  border-top: none;
  border-bottom: 0.1vw solid #fff;
  border-left: 0.1vw solid #666;
  border-right: 0.1vw solid #666;
}

[id^=autocomplete-input] {
  display: inline;
  width: 100%;
  height: var(--input-height);
  min-height: var(--input-height);
  max-height: var(--input-height);
  line-height: var(--input-height);
  font-size: calc(var(--input-height)*0.6);
  border-radius: 1vmax 1vmax 0 0;
  vertical-align: bottom;
}

#autocomplete-input-at, #autocomplete-input-till {
  width: 69%;
}

div.tillorduration {
  display: inline;
  text-align: center;
  height: var(--input-height);
  max-height: var(--input-height);
  line-height: var(--input-height);
  font-size: calc(var(--input-height)*0.6);
}

[id^=timezones] {
  display: inline;
  float: right;
  width: 30%;
  height: var(--select-height);
  max-height: var(--select-height);
  line-height: var(--select-height);
  font-size: calc(var(--select-height)*0.4);
  border-radius: 1vmax 1vmax 0 0;
  vertical-align: bottom;
  z-index: 10;
}

[id^=autocomplete-results] {
  display: none;
  position: relative;
  width: 100%;
  height: calc(var(--item-height)*5);
  min-height: calc(var(--item-height)*5);
  max-height: calc(var(--item-height)*5);
  border-radius: 0 0 1vmax 1vmax;
  box-shadow: 0 1vwx 2vw rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
}

#autocomplete-results-duration {
}

.autocomplete-item {
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  height: var(--item-height);
  min-height: var(--item-height);
  max-height: var(--item-height);
  line-height: var(--item-height);
  font-size: calc(var(--item-height)*0.6);
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.clock-container, .timer-container, .weather-container, .globe-container, .hashurl-container, .divheader-container {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  padding: 0;
  margin-top: 2vw;
  margin-bottom: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.timer-container, .globe-container {
  margin-top: 0;
}

.clock-container, .timer-container, .weather-container {
  justify-content: space-between;
}

.clock {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centers vertically in the column layout */
  width: 33%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.clock25 {
  width: 25%;
}

.clock header {
  width: 100%;
  text-align: center;
}

.clock canvas {
  width: 100%; /* Canvas will take full width of parent */
  height: auto; /* Adjust height proportionally or set fixed value */
}

.clock header {
  font-weight: bold;
}

.clock canvas, clock {
  pointer-events: none;  /* Blocks all mouse/pointer interactions */
  user-select: none;     /* Prevents text selection */
}



.timer, .weather {
  display: block;
  position: relative;
  text-align: center;
  flex: 1 0 49%;
  width: 49%;
  min-width: 49%;
  max-width: 49%;
  overflow: hidden;
}

.divheader {
  display: block;
  position: relative;
  text-align: center;
  flex: 1 0 50%;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  overflow: hidden;
}

.divheader header, .divheader div {
  font-weight: normal;
  line-height: calc(var(--body-height)*0.8);
  font-size: calc(var(--body-height)*0.5);
}

#name_CountryFrom, #name_CountryTo {
  display: none;
}

#localads-from-vip-country, #localads-to-vip-country {
  display: none;
}



canvas {
  display: block;
  position: relative;
}

.weather canvas {
  width: 100%; /* Canvas will take full width of parent */
  height: auto; /* Adjust height proportionally or set fixed value */
}

.weather canvas {
  pointer-events: none;  /* Blocks all mouse/pointer interactions */
  user-select: none;     /* Prevents text selection */
}

.currency-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  margin-left: 2vw;
  margin-right: 2vw;
  margin-top: 4vmin;
  row-gap: 1vmin; /* Vertical gap between rows */
  overflow-x: hidden;
  overflow-y: hidden;
}

.currency {
  display: block;
  flex: 25%;
  min-width: 20%;
}

.currency input {
  display: block;
  width: 100%;
  height: var(--input-height);
  min-height: var(--input-height);
  max-height: var(--input-height);
  line-height: var(--input-height);
  font-size: calc(var(--input-height)*0.6);
  border-radius: 1vmax;
  vertical-align: bottom;
}

.right-placeholder {
  display: inline;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* Allows clicks to pass through to input */
  user-select: none;
  height: var(--inputsmall-height);
  min-height: var(--inputsmall-height);
  max-height: var(--inputsmall-height);
  line-height: var(--inputsmall-height);
  font-size: calc(var(--inputsmall-height)*0.6);
}

.hash100 {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: top;
}

.timer header, .weather canvas {
  display: block;
  position: relative;
}

.timer header {
  text-align: center;
  height: var(--timer-height);
  min-height: var(--timer-height);
  max-height: var(--timer-height);
  line-height: calc(var(--timer-height)*1.0);
  font-size: calc(var(--timer-height)*0.8);
  font-family: serif;
}

.hashi, .hashb {
  display: none;
  position: relative;
}

.checklistb {
  display: inline-block;
  position: relative;
}

.hashi {
  height: var(--body-height);
  min-height: var(--body-height);
  max-height: var(--body-height);
  min-width: 70%;
  line-height: var(--body-height);
  font-size: calc(var(--body-height)*0.6);
}

.hashb, .checklistb {
  height: var(--body-height);
  min-height: var(--body-height);
  max-height: var(--body-height);
  min-width: 20%;
  line-height: var(--body-height);
  font-size: calc(var(--body-height)*0.6);
}

.globe-container canvas {
  width: 100%;
  height: auto;
}

.globe-container canvas, .tab-container canvas, .tab-container {
  pointer-events: none;  /* Blocks all mouse/pointer interactions */
  user-select: none;     /* Prevents text selection */
}



.checklist-container {
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: 2vw;
  margin-top: 2vw;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

.chklst100 {
  display: block;
  position: relative;
  text-align: center;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: top;
}

.checklist-container ul, tab-content ul {
  display: block;
  position: relative;
  list-style-type: none;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 0;
}

.checklist-container ul li {
  display: block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 100%;
  height: var(--checklist-height);
  line-height: var(--checklist-height);
  font-size: calc(var(--checklist-height)*0.6);
  margin: 0;
  padding: 0;
}

.overlay-checkbox {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: var(--checklist-height);
  height: var(--checklist-height);
  min-height: var(--checklist-height);
  max-height: var(--checklist-height);
  line-height: var(--checklist-height);
  font-size: calc(var(--checklist-height)*0.6);
}

.overlay-header {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--checklist-height);
  height: var(--checklist-height);
  min-height: var(--checklist-height);
  max-height: var(--checklist-height);
  line-height: var(--checklist-height);
  font-size: calc(var(--checklist-height)*0.6);
}

.overlay-textarea {
  display: inline-block;
  position: absolute;
  top: 0;
  left: var(--checklist-height);
  right: var(--checklist-height);
  height: var(--checklist-height);
  min-height: var(--checklist-height);
  max-height: var(--checklist-height);
  line-height: calc(var(--checklist-height)/2.2);
  font-size: calc(var(--checklist-height)/2.2);
}

.overlay-input {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: var(--checklist-height);
  height: var(--checklist-height);
  min-height: var(--checklist-height);
  max-height: var(--checklist-height);
  line-height: var(--checklist-height);
  font-size: calc(var(--checklist-height)*0.6);
}



.tab-header {
  display: flex;
  position: relative;
  align-items: center;
    width: 100%;
    background-color: #f1f1f1;
}

.tab-btn {
  display: block;
  position: relative;
  flex: 1;
}



.countdown {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  background-color: transparent;
}

.countdown1 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 11;
  background-color: transparent;
}

.countdown1a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 30%;
  text-align: center;
  z-index: 12;
  background-color: transparent;
}

.countdown2 {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 11;
  background-color: transparent;
}

.countdown2a {
  display: block;
  position: absolute;
  bottom: 0;
  right: 30%;
  text-align: center;
  z-index: 12;
  background-color: transparent;
}

.countdown1 svg , .countdown2 svg, .countdown1a svg , .countdown2a svg  {
  display: inline;
  vertical-align: bottom;
  width: calc(var(--table-height)*0.4);
  height: calc(var(--table-height)*0.4);
}

.countdown1a span , .countdown2a span  {
  display: inline;
  line-height: calc(var(--table-height)*0.5);
  font-size: calc(var(--table-height)*0.40);
}

#header_Countdown {
  display: none;
}



.tab-div-left {
  border-bottom: 0.1vw solid #999;
  border-right: 0.1vw solid #999;
}

.tab-div-right {
  border-bottom: 0.1vw solid #999;
  border-left: 0.1vw solid #999;
}

.tab-btn.active {
    background-color: #096;
    color: white;
    border-bottom: 0.1vw solid #096;
}

#tab2button {
  display: none;
}

.topo-container, .tab-hcontent {
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  padding: 0;
  margin-top: 1vw;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tab-content {
    display: none;
  position: relative;
    padding: 0;
    margin: 0;
    background-color: #096;
    border: none;
    border-top: 1.1vmin solid #096;
    border-bottom: 1.1vmin solid #096;
    animation: fadeIn 0.5s;
    width: 100%;
    overflow: hidden;
}

.tab-content.active {
    display: block;
}

.tab-content canvas {
    padding: 0;
    margin: 0;
  width: 100vw;
  height: 100vw;
  min-width: 100vw;
  min-height: 100vw;
  max-width: 100vw;
  max-height: 100vw;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.hash100 p {
    background-color: #555;
    color: #ccc;
    margin: 0;
    padding: 0;
  line-height: calc(var(--body-height)*0.40);
  font-size: calc(var(--body-height)*0.40);
  text-align: left;
}

.hash100 > ol, .hash100 > li {
    background-color: #555;
    color: #ccc;
  line-height: calc(var(--body-height)*0.40);
  font-size: calc(var(--body-height)*0.40);
    margin: 0;
    padding: 0;
  text-align: left;
}

li::marker {
  color: #ccc;
}

.hash100 p, .hash100 ol {
  padding: 0.5vw;
  padding-left: 1vw;
  line-height: calc(var(--table-height)*0.40);
  font-size: calc(var(--table-height)*0.40);
}

.hash100 ol li {
  line-height: calc(var(--table-height)*0.40);
  font-size: calc(var(--table-height)*0.40);
}



.media-thumbnail {
  display: flex;
  float: right;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  object-fit: cover;
  /* Hide controls and ensure silent autoplay */
  pointer-events: none;
  user-select: none;
  overflow: hidden;
}

.special-ads-table {
  display: table;
  position: relative;
  table-layout: fixed;
  border-collapse: collapse; /* Default */
  box-sizing: border-box; /* Includes padding/border in width */
  border: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
}

.special-ads-table tr {
  display: table-row;
  width: 100% !important;
}

.special-ads-table tr, .special-ads-table tr td {
  max-height: 20vw;
  min-height: 0;
  border: none !important; /* Nuclear option */
  box-shadow: none !important; /* Prevents any shadow artifacts */
  overflow: hidden !important;       /* Hide overflowing content (both x and y) */
}



.cell-content {
  display: inline;
  position: relative;
  width: auto;
  text-align: left;
  vertical-align: middle;
  /* Critical for all */
  overflow: hidden !important;
  /* Optional but recommended */
  line-height: 1.2em; /* SET IN JAVASCRIPT */
  max-height: 2.4em; /* Fallback */
}

.cell-content {
  /* REQUIRED for Safari */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Modern standard */
  line-clamp: 2;
  text-overflow: ellipsis;
  hyphens: auto;
  overflow-wrap: anywhere;   /* Modern alternative */
}



.special-ads-table tr td {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  min-width: 0;
  max-width: 100%;
  line-height: calc(var(--table-height)*0.60);
  font-size: calc(var(--table-height)*0.60);
}

.special-ads-table tr td:nth-child(1) {
  width: calc(var(--table-height)*0.60*2.0);
  padding-left: 0.5vw;
  text-align: right;
}

.special-ads-table tr td:nth-child(2) {
  width: calc(var(--table-height)*0.60*4.5);
  text-align: left;
}

.special-ads-table tr td:nth-child(3) {
  padding-left: 1vw;
  padding-right: 0;
  text-align: left;
  text-overflow: ellipsis;
}

.special-ads-table tr td:nth-child(4) {
  width: 20vw;
}



.citylike tr, .citylike tr td, .countrylike tr, .countrylike tr td {
  height: 20vw !important;
  max-height: 20vw !important;
  min-height: 20vw !important;
  border: none !important; /* Nuclear option */
  box-shadow: none !important; /* Prevents any shadow artifacts */
  overflow: hidden !important;       /* Hide overflowing content (both x and y) */
}



.countrylike tr td:nth-child(1), .countrylike  tr td:nth-child(1) {
  display: none;
}

.countrylike tr td:nth-child(2), .countrylike  tr td:nth-child(2) {
  display: none;
}

.countrylike tr td:nth-child(3) {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw;
  padding-left: 1vw;
  padding-right: 0;
  text-align: left;
  background-color: rgba(255, 240, 208, 0.7);
}



.citylike tr td:nth-child(1), .citylike  tr td:nth-child(1) {
  display: none;
}

.citylike tr td:nth-child(2), .citylike  tr td:nth-child(2) {
  display: none;
}

.citylike tr td:nth-child(3) {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw;
  padding-left: 1vw;
  padding-right: 0;
  text-align: left;
  background-color: rgba(255, 240, 208, 0.3);
}

.citylike {
  position: absolute;
  width: 100%;
  transform: scale(0.5, 0.5);
  z-index: 1000;
}

.countrylike {
  position: absolute;
  width: 100%;
  transform: scale(0.43, 0.43);
  z-index: 1000;
}



.citylike-positioner {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 100%;
}

.countrylike-positioner-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
}

.countrylike-positioner-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 98%;
}

.citylike-positioner .citylike {
  transform-origin: left top;
}

.countrylike-positioner-left .countrylike {
  transform-origin: left top;
}

.countrylike-positioner-right .countrylike {
  transform-origin: right top;
}



body {
  background-color: #333;
  color: #ccc;
}

h1 {
  color: #fff;
}

h2 {
  color: #eee;
}

h3 {
  color: #ddd;
}

button {
  background-color: #ccc;
  color: #333;
}

button:hover {
  background-color: #eee;
  color: #000;
}

textarea {
  background-color: #eee;
  color: #333;
}

input {
  background-color: #fff;
  color: #000;
}

input:disabled, select:disabled {
  pointer-events: none;  /* Blocks clicks/taps */
  cursor: not-allowed;   /* Shows disabled cursor */
  opacity: 0.5;
  user-select: none;
}

.autocomplete-item {
  background-color: #eee;
  color: #333;
}

.autocomplete-item:hover {
  background-color: #efd;
  color: #000;
}

.autocomplete-item.selected {
  background-color: #333;
  color: #efd;
}

.autocomplete-item.selected:hover {
  background-color: #444;
  color: #efd;
}

.right-placeholder {
  color: #999;
}

.positive {
  background-color: #dff3ff;
  color: #063;
}

.negative {
  background-color: #ffdff3;
  color: #903;
}

.insufficient {
  background-color: #fff0d0;
  color: #630;
}

.citylike {
  background-color: transparent;
}

select {
  background-color: #fff;
  color: #570;
}

header {
  color: #fff;
}

.overlay-header {
  color: #fff;
}

.overlay-textarea {
  background-color: #fff;
  color: #000;
}



body.external-link-active {
  overflow: hidden !important;
  height: 100vh !important;
}



#externalFrame {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
}



/* Reset margins and padding for the container and its contents */
.full-width-header {
  width: 100%;
  background: url('/BGCF.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}


.full-width-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(0, 102, 153, 0.99) 0%,
    rgba(0, 102, 153, 0.99) 25%,
    rgba(0, 102, 153, 0.99) 50%,
    rgba(0, 102, 153, 0.50) 75%,
    rgba(0, 102, 153, 0.01) 90%,
    rgba(0, 102, 153, 0.01) 100%
  );
}


/* Reset margins for the headings inside */
.full-width-header h1,
.full-width-header h2 {
  margin: 0;
  padding: 1.5vmin; /* Adjust as needed */
  /* Add any other heading styles you want */
}

.full-width-header h1 {
  margin-left: 11.5vmin;
  margin-right: 0;
  text-shadow: none;
}

.full-width-header h2 {
  margin-left: 11.5vmin;
  margin-right: 11.5vmin;
  margin-top: 1.5vmin;
  margin-bottom: 1.5vmin;
  padding: 5vmin;
  border-radius: 500px 500px 500px 500px;
  text-align: justify;
  color: #fff0d0;
  background: radial-gradient(
    circle at center,
    #204 0%,
    #307 10%,
    #307 30%,
    #229 100%
  );
}

.full-width-header-icon {
  display: inline-block; /* removes bottom spacing */
  position: relative;
  width: 10vmin;
  height: auto;
  vertical-align: middle;
  border: 0.6vmin solid #3bf; /* Your border color */
  border-radius: 50%;
  box-shadow: 0.4vmin 0.4vmin 0.4vmin #000, 0.2vmin 0.2vmin 0.2vmin #000;
  z-index: 1112;
}



.deu {
  white-space: nowrap; /* Prevents line breaks */
  display: inline-block;
}



body, summary {
  font-size: calc(var(--body-height)*0.5);
}

#checkbox:checked + .btn span {
    font-size: calc(var(--body-height)*0.35);
}

.sidebar ul a, .menu-page {
    font-size: calc(var(--body-height)*0.4);
}

.icon {
  display: inline;
  position: relative;
  vertical-align: bottom;
  height: calc(var(--body-height)*0.5);
  width: auto;
  margin-left: 0.2vmin;
}

.icon2 {
  display: inline;
  position: relative;
  vertical-align: bottom;
  height: calc(var(--body-height)*0.7);
  width: auto;
  margin-left: 0;
}

h1 {
  font-size: calc(var(--body-height)*0.7);
  line-height: calc(var(--body-height)*0.7);
  font-weight: bold;
}

h2 {
  font-size: calc(var(--body-height)*0.5);
  line-height: calc(var(--body-height)*0.5);
  font-weight: normal;
}

.full-width-header h2 {
  font-size: calc(var(--body-height)*0.4);
  line-height: calc(var(--body-height)*0.4);
  font-weight: normal;
}

.full-width-header h1 {
  margin-top: calc(5vmin - var(--body-height)*0.7/2);
}

h3 {
  font-size: calc(var(--body-height)*0.5);
  font-weight: bold;
}

.clock header {
  font-size: calc(var(--body-height)*0.6);
  font-weight: bold;
}



.tcontainer .date {
  top: calc(50% - var(--body-height)*0.175);
  font-size: calc(var(--body-height)*0.3);
  letter-spacing: 0.2vmin;
}

.tcontainer .ticon {
  width: calc(var(--body-height)*0.4*2);
  height: calc(var(--body-height)*0.4*2);
  font-size: calc(var(--body-height)*0.4);
  line-height: calc(var(--body-height)*0.4);
  padding-top: calc(var(--body-height)*0.4/2.5);
  top: calc(50% - var(--body-height)*0.4);
}

.tcontainer .content h2 {
  font-size: calc(var(--body-height)*0.4);
}

.tcontainer .content p {
  font-size: calc(var(--body-height)*0.4);
}



@media (not (pointer: fine)) and (not (hover: hover)) and (orientation: landscape) {



:root {
  --body-height: 5vw; /* yes, vw */
  --button-height: 5vw;
  --input-height: 5vw;
  --inputsmall-height: 4vw;
  --item-height: 5vw;
  --select-height: 5vw;
}



.hash100 p, .hash100 ol {
  line-height: calc(var(--table-height)*0.30);
  font-size: calc(var(--table-height)*0.30);
}

.hash100 ol li {
  line-height: calc(var(--table-height)*0.30);
  font-size: calc(var(--table-height)*0.30);
}



body, summary {
  font-size: calc(var(--body-height)*0.5);
}

#checkbox:checked + .btn span {
    font-size: calc(var(--body-height)*0.35);
}

.sidebar ul a, .menu-page {
    font-size: calc(var(--body-height)*0.4);
}

.icon {
  height: calc(var(--body-height)*0.5);
}

.icon2 {
  height: calc(var(--body-height)*0.7);
}

h1 {
  font-size: calc(var(--body-height)*0.7);
  line-height: calc(var(--body-height)*0.7);
  font-weight: bold;
}

h2 {
  font-size: calc(var(--body-height)*0.5);
  line-height: calc(var(--body-height)*0.5);
  font-weight: normal;
}

.full-width-header h2 {
  font-size: calc(var(--body-height)*0.4);
  line-height: calc(var(--body-height)*0.4);
  font-weight: normal;
}

.full-width-header h1 {
  margin-top: calc(5vmin - var(--body-height)*0.7/2);
}

h3 {
  font-size: calc(var(--body-height)*0.5);
  font-weight: bold;
}

.clock header {
  font-size: calc(var(--body-height)*0.6);
  font-weight: bold;
}



.sidebar {
    width: 30vw;
    transform: translateX(-30vw);
}

#checkbox:checked + .btn {
    width: 30vw;
}



.tcontainer .date {
  top: calc(50% - var(--body-height)*0.175);
  font-size: calc(var(--body-height)*0.3);
  letter-spacing: 0.2vmin;
}

.tcontainer .ticon {
  width: calc(var(--body-height)*0.4*2);
  height: calc(var(--body-height)*0.4*2);
  font-size: calc(var(--body-height)*0.4);
  line-height: calc(var(--body-height)*0.4);
  padding-top: calc(var(--body-height)*0.4/2.5);
  top: calc(50% - var(--body-height)*0.4);
}

.tcontainer .content h2 {
  font-size: calc(var(--body-height)*0.4);
}

.tcontainer .content p {
  font-size: calc(var(--body-height)*0.4);
}



} /* @media (not (pointer: fine)) and (not (hover: hover)) and (orientation: landscape) { */



/* Mobile portrait orientation */
@media (max-width: 767px) and (orientation: portrait) {



:root {
  --body-height: 8vw; /* yes, vw */
  --button-height: 8vmin;
  --input-height: 8vmin;
  --inputsmall-height: 6vmin;
  --item-height: 8vmin;
  --select-height: 8vmin;
}



textarea {
  line-height: calc(var(--body-height)*0.40);
  font-size: calc(var(--body-height)*0.40);
}

.timer header {
  line-height: calc(var(--timer-height)*1.0);
  font-size: calc(var(--timer-height)*0.7);
}

#autocompleteButton {
  width: 50vw;
}

.autocomplete-container {

}

#container-duration {
  margin-top: -6vmin;
}

#autocomplete-input-at, #autocomplete-input-till {
  width: 100%;
}

[id^=timezones] {
  margin-top: 0.5vmax;
  width: 50%;
  border-radius: 0 0 1vmax 1vmax;
}

.hashi {
  min-width: 90%;
}

.hashb, .checklistb {
  min-width: 30%;
}

.hash100 p, .hash100 ol {
  line-height: calc(var(--table-height)*0.55);
  font-size: calc(var(--table-height)*0.55);
}

.hash100 ol li {
  line-height: calc(var(--table-height)*0.55);
  font-size: calc(var(--table-height)*0.55);
}

.divheader header, .divheader div {
  line-height: calc(var(--body-height)*0.75);
  font-size: calc(var(--body-height)*0.45);
}

.countdown1 svg , .countdown2 svg, .countdown1a svg , .countdown2a svg  {
  width: calc(var(--table-height)*0.7);
  height: calc(var(--table-height)*0.7);
}

.countdown1a span , .countdown2a span  {
  line-height: calc(var(--table-height)*0.7);
  font-size: calc(var(--table-height)*0.55);
}



body, summary {
  font-size: calc(var(--body-height)*0.6);
}

#checkbox:checked + .btn span {
    font-size: calc(var(--body-height)*0.4);
}

.sidebar ul a, .menu-page {
    font-size: calc(var(--body-height)*0.5);
}

.icon {
  height: calc(var(--body-height)*0.6);
}

.icon2 {
  height: calc(var(--body-height)*0.8);
}

h1 {
  font-size: calc(var(--body-height)*0.7);
  line-height: calc(var(--body-height)*0.7);
  font-weight: bold;
}

h2 {
  font-size: calc(var(--body-height)*0.6);
  line-height: calc(var(--body-height)*0.6);
  font-weight: normal;
}

.full-width-header h2 {
  font-size: calc(var(--body-height)*0.5);
  line-height: calc(var(--body-height)*0.5);
  font-weight: normal;
  padding: 8vmin;
}

.full-width-header h1 {
  margin-top: calc(5vmin - var(--body-height)*0.7/2);
}

h3 {
  font-size: calc(var(--body-height)*0.6);
  font-weight: bold;
}

.clock header {
  font-size: calc(var(--body-height)*0.6);
  font-weight: bold;
}



.sidebar {
    width: 50vw;
    transform: translateX(-50vw);
}

#checkbox:checked + .btn {
    width: 50vw;
}



.timeline::after {
  left: 90px;
}

.tcontainer {
  width: 100%;
  padding-left: 120px;
  padding-right: 30px;
}

.tcontainer.right {
  left: 0%;
}

.tcontainer.left::after,
.tcontainer.right::after {
  left: 82px;
}

.tcontainer.left::before,
.tcontainer.right::before {
  left: 100px;
  border-color: transparent #999 transparent transparent;
}

.tcontainer.left .date,
.tcontainer.right .date {
  left: 2vmin;
  top: calc(50% - var(--body-height)*0.25);
  font-size: calc(var(--body-height)*0.4);
  letter-spacing: 0;
}

.tcontainer.left .ticon,
.tcontainer.right .ticon {
  right: auto;
  left: 146px;
}

.tcontainer.left .content,
.tcontainer.right .content {
  padding: 3vw 3vw 3vw 20vw;
  border-radius: 500px 0 0 500px;
  margin-right: -4vmin;
}

.tcontainer .ticon {
  width: calc(var(--body-height)*0.5*2);
  height: calc(var(--body-height)*0.5*2);
  font-size: calc(var(--body-height)*0.5);
  line-height: calc(var(--body-height)*0.5);
  padding-top: calc(var(--body-height)*0.5/2.75);
  top: calc(50% - var(--body-height)*0.5);
}

.tcontainer .content h2 {
  font-size: calc(var(--body-height)*0.5);
}

.tcontainer .content p {
  font-size: calc(var(--body-height)*0.5);
}

.tcontainer.right .content p, .tcontainer.right .content h2, .tcontainer.left .content p, .tcontainer.left .content h2 {
  margin-left: 1vw;
}



} /* @media (max-width: 767px) and (orientation: portrait) { */
