@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* height: 100vh; */
  /* overflow: scroll; */
  margin: 0;
}

div.inlineDiv {
  display: flex;
  margin-bottom: 10px;
  margin: auto;
}

div.inlineDiv select {
  margin-top: 30px;
  margin-right: 15px;
}

table {
  width: 90%;
  min-width: 150px;
  margin: auto;
  border-collapse: collapse;
  border: 5px solid black;
  margin-bottom: 50px;
}

#subtitle {
  padding-left: 20px;
  padding-right: 20px;
}

td {
  text-align: center;
  padding: 8px;
}

td {
  border-right: 4px solid black;
}

tr td:last-child {
  border-right: 2px solid black;
}

td.dateCell {
  /* 
  background-color: lightgray;
 */
  font-weight: bold;
  border-right: 3px solid black;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  padding-left: 10px;
  padding-right: 10px;
}

td.courtCell {
  /* 
  background-color: rgb(49, 107, 176);
  color: white;
 */
 background-color: lightgray;
  border-bottom: 2px solid black;
  border-top: 4px solid black;
}

td.teamCell {
  font-size: small;
  border-bottom: 1px dotted black;
}

td.byeTeam {
  border-left: 4px solid black;
}

h2#subtitle {
  width: 100%;
  text-align: center;
}

.table-container {
  max-height: 45vh;
  align-content: center;
  vertical-align: middle;
  padding: 10px;
  padding-right: 20px;
  overflow-y: auto;
  border: 1px solid #ccc;
  margin: auto;
}

/* Full-width container with background color */
.outer-container {
  background-color: rgb(49, 107, 176);
  width: 100%;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  padding-top: 30px;
}

/* Inner container for image and text */
.inner-container {
  display: flex;
  align-items: center; /* Vertically center the image and text */
  gap: 20px; /* Space between image and text */
  background-color: rgb(49, 107, 176);
  padding: 20px;
}

/* Image styling */
.inner-container img {
  max-height: 150px; /* Adjust as needed */
  width: auto;
}

/* Basic styling for the menu bar */
.menu-bar {
  background-color: rgb(64, 134, 215);
  width: 100%;
  overflow: hidden;
  text-align: left;
  padding-left: 30px;
}

/* Heading styles */
h1,
h2 {
  margin: 0;
  padding: 0;
  color: white;
  text-shadow: 2px 2px #000000;
}

h1 {
  font-size: 2rem; /* Adjust as needed */
}

h2 {
  font-size: 1.5rem; /* Adjust as needed */
}

h2.plainText {
  margin: 0;
  padding: 0;
  color: black;
  text-shadow: none;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

a {
  line-height: 2.5rem;
  color: white;
  padding-bottom: 10px;
}

.home {
  line-height: 2.5rem;
  color: white;
  padding-bottom: 10px;
}

.spaceMarker {
  color: rgb(49, 107, 176);
}

/* .xBtn {
  text-align: center;
  padding: 5px;
} */

/* CSS */
.button-4 {
  appearance: none;
  background-color: #fafbfc;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0,
    rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292e;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 3px 7px;
  height: 30px;
  margin-top: 25px;
  margin-left: 60px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.button-4:hover {
  background-color: #f3f4f6;
  text-decoration: none;
  transition-duration: 0.1s;
}

.button-4:disabled {
  background-color: #fafbfc;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959da5;
  cursor: default;
}

.button-4:active {
  background-color: #edeff2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.button-4:focus {
  outline: 1px transparent;
}

.button-4:before {
  display: none;
}

.button-4:-webkit-details-marker {
  display: none;
}
