html,
body,
* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;
}

html { overflow-y: hidden !important; }

td,
th {
  vertical-align: top !important;
}

#tooltip th,
#tooltip td {
  text-align: left;
}

#tooltip th {
  padding-right: 5px;
}

#courseDetails tr td:nth-child(2) {
  padding-left: 5px;
}

#courseDetails tr td:nth-child(1) {
  width: 180px;
}

.navHighlight {
  background-color: #999;
  border: solid 1px black;
}

/* filter */
.and-or-rule {
  position: relative;
  margin-left: 15px !important;
  padding-left: 0;
}

.and-or-rule:before,
.and-or-rule:after {
  content: '';
  position: absolute;
  left: -15px;
  width: 16px;
  height: calc(50%);
  border-color: #c0c5e2;
  border-style: solid;
}

.and-or-rule:before {
  border-width: 0 0 2px 2px;
}

.and-or-rule:after {
  top: 50%;
  border-width: 0 0 0 2px;
}

.and-or-rule:last-child:after {
  border: none;
}

.and-or-template {
  width: 95%;
  margin-left: 16px !important;
  padding: 8px;
  position: relative;
  border-radius: 3px;
  border: 1px solid #6d77b8;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-top-color: #6d77b8;
  background-color: rgba(255, 255, 255, 0.9);
}

.and-or-template:before,
.and-or-template:after {
  content: '';
  position: absolute;
  left: -17px;
  width: 16px;
  height: calc(50% + 22px);
  border-color: #c0c5e2;
  border-style: solid;
}

.and-or-template:before {
  top: -22px;
  border-width: 0 0 2px 2px;
}

.and-or-template:after {
  top: 50%;
  border-width: 0 0 0 2px;
}

.and-or-first:before,
.and-or-first:after,
.and-or-template:last-child:after {
  border: none;
}

.drawn {
  fill: #00000050
}
.origin {
  fill: #00000050
}

.v-input.v-text-field:has(#searchTerms) .v-field__outline::before {
  border: none;
}