@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  padding: 10px;
}

body a {
  color: #336699;
}

.flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start; /* Aligns items horizontally */
  /* justify-content: flex-start; Aligns items vertically to the top */
}

.container {
  width: 100%;
}

.column {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}

.left {
  background-color: #f4f4f4;
  border-right: 1px solid #ddd;
  font-size: 16px;
}

.right {
  background-color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  vertical-align: top;
}

.countdown {
  font-size: 2rem;
  color: #333;
}

.countdown2 {
  font-size: 1rem;
  color: #606060;
}

#MainHeader {
  font-size: 18px;
  height: 50px;
  font-weight: bold;
}

/* #MainHeader a {
    font-weight: bold;
} */

table.fulltable,
table.teststatus {
  border-spacing: 0px;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table.fulltable tr td,
table.teststatus tr td {
  /* border: 1px solid black; */
  border: 1px solid #e0e0e0;
  padding: 5px 5px 5px 5px;
}

table.fulltable th {
  /* border: 1px solid black; */
  border: 1px solid #e0e0e0;
  padding: 5px 5px 5px 5px;
  font-weight: bold;
  background-color: #e0e0e0;
  font-size: 12px;
}

table.fulltable th {
  /* border: 1px solid black; */
  border: 1px solid #e0e0e0;
  padding: 5px 5px 5px 5px;
  font-weight: bold;
  background-color: #e0e0e0;
  font-size: 12px;
}

td.cabbr {
  font-style: italic;
}

.cword {
  font-weight: 500;
}

.wordbox {
  float: left;
  border: 1px solid #e9e9e9;
  padding: 10px 20px 10px 14px;
  border-radius: 12px;
  background-color: #e9e9e9;
}

.card {
  float: left;
  border: 1px solid black;
  padding: 20px;
  margin: 10px 30px 10px 10px;
  width: 220px;
  height: 100px;
}

.card-header {
  font-weight: bold;
}

.card-body {
  vertical-align: middle;
  font-size: 15px;
}

.card-body p.exmp {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  /* font-size: 15px; */
}

#card-container {
  width: 800px;
}

#card-container h3 {
  text-align: center;
}

#card-container h3 i {
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
}

.test-btn {
  float: right;
}

.listaction-btn {
  width: 110px;
  margin: 0px 0px 10px 14px;
}

.btn-primary {
  background-color: #336699;
  border-color: #336699;
}

.btn-testlight {
  color: #f0f0f0;
  background-color: #008000;
  border-color: #008000;
}

.btn-testdark {
  color: #f0f0f0;
  background-color: #005000;
  border-color: #005000;
}

.btn-light {
  color: #606060;
  background-color: #a0a0a0;
  border-color: #a0a0a0;
}

a.btn-light {
  color: #606060;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-round {
  height: 26px;
  padding: 0px 8px 0px 8px;
  border-radius: 10px;
  color: #b0b0b0 !important;
  border-color: #b0b0b0;
}

.btn-showtrex {
  color: #d0d0d0 !important;
  font-size: clamp(1em, 8vw, 2em);
  width: 60%;
  height: 20%;
  display: flex;
  justify-content: center; /* Horizontal alignment */
  /* align-items: center; /*Vertical alignment */
  white-space: nowrap;
  padding-top: 20px;
}

.article p {
  font-size: 1.2em;
}

/* Style for article title (link) */
.article-title {
  font-size: 1em;
  color: #00509e; /* Dark blue */
  text-decoration: none;
}

.article-title:hover {
  color: #007bff; /* Light blue on hover */
}

/* Subtitle style */
.article-subtitle {
  font-size: 1.4em;
  color: gray;
}

/* Style for list of theses */
.theses-list {
  list-style-type: disc;
  margin-left: 20px;
}

/* Thesis style (clickable) */
.thesis {
  font-size: 1.2em;
  color: #00509e; /* Dark blue */
  text-decoration: none;
}

.thesis:hover {
  text-decoration: underline; /* Underline on hover */
}

/* Argument text style (hidden by default) */
.argument {
  display: none;
  font-size: 0.9em;
  margin-left: 20px;
  color: #555;
}

/* Button to toggle between views */
#toggleViewBtn {
  height: 30px;
  background-color: #00509e; /* Darker blue on hover */
  color: white;
  border: none;
  padding: 4px 20px;
  margin: 20px 0px 20px 0px;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
}

#toggleViewBtn:hover {
  background-color: #00008b; /* Dark blue background */
}
