 
  /* Applies to all elements with <... class="someclass"> specified. */
  .dateChangeLinkClass:hover { 
    color: red; 
    text-decoration: underline;
    font-style: italic;
}
  .dateChangeLinkClass { 
    color: white; 
    text-decoration: underline;
    font-style: italic;
}

.datePicker { 
    color: black; 
}

.table .very-good {
	--bs-table-bg: #aedaaf;
}

.table .good {
	--bs-table-bg: #caf8d3;
}

.table .normal {
	--bs-table-bg: #fafcd4;
}

.table .bad {
	--bs-table-bg: #f8dede;
}

.timeslots {
  font-size: 0.75rem;
}

body {
  --bs-success-rgb: 223, 240, 216;
  --bs-info-rgb: 217, 237, 247;
  --bs-warning-rgb: 252, 248, 227;
  --bs-danger-rgb: 242, 222, 222;
  --bs-border-radius: 1rem;
  --bs-dark-rgb: 0, 0, 0;
}

.card {
  --bs-border-width: 0px;
  --bs-card-spacer-y: 0rem;
}

.container {
  --bs-gutter-x: 2.5rem;
}

a {
  color: #02233f;
  text-decoration: none;
}

.main-wrapper {
  height: 55vh;  
}
.button-large-text {
  font-size: 786%;
}

#counter:focus {
  box-shadow: inset 0 0px 0 #ddd;
}

.counter-button {
  width: 100%;
}
			
.privacyLinks {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 40px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
}

/* Restricting the logo width to 100px maximum */
.header-logo img {
  max-width: 110px;
  height: auto;
}

/* Centering the site name image in its container */
.site-name {
  width: 100%;
  max-width: 240px;
  height: auto;
}

/* Bottom aligning the login link within its column */
.login-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}


.headerGradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0));
  min-height: 10px;
  margin-bottom: 10px;
}

.headerRoof {
  background-color: #97242f;
  min-height: 3px;
}

.login-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #4285f4; /* Google Blue */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
}

.feedback-link {
  display: flex;
}

.login-name {
  padding-right: 3px;
  white-space: nowrap;          /* Prevents the text from wrapping to the next line */
  overflow: hidden;             /* Hides the overflow text */
  text-overflow: ellipsis;      /* Displays an ellipsis (...) for truncated text */
  max-width: 100%;             /* Limits the width of the text */
}
