@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600&display=swap");
html {
  font-size: 36px;
}
@media (max-width: 2400px) {
  html {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  html {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 280px) {
  html {
    font-size: 5vw;
  }
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

img {
  user-select: none;
}

h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 1.25rem;
}

input[type=textbox], input[type=text], input[type=password], select {
  padding: 0.25rem 0.35rem;
  border-radius: 0.25rem;
  box-sizing: border-box;
}

select {
  background-color: white;
}

.button {
  user-select: none;
  text-align: center;
}
.button span {
  cursor: pointer;
  background-color: #0095C8;
  color: #F9F9F9;
  font-weight: 600;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  border: 2px solid #111111;
}
.button span.disabled {
  cursor: not-allowed;
  color: #CCCCCC;
  background-color: #888888;
  border-color: #666666;
}
.button span.enabled:hover {
  background-color: #00bbfb;
}

html {
  background-color: #F9F9F9;
}
html #app #header {
  background-color: #111111;
  height: 3rem;
  position: relative;
}
html #app #header #logo {
  cursor: pointer;
}
html #app #header #logo img {
  vertical-align: baseline;
  height: 2rem;
  position: relative;
  top: 0.5rem;
  margin-left: 0.75rem;
}
html #app #header #logo h1 {
  vertical-align: baseline;
  display: inline;
  color: #F9F9F9;
  font-size: 1.1rem;
  font-weight: 600;
  margin-left: 0.6rem;
}
html #app #header #menu {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: stretch;
}
html #app #header #menu .menu-item {
  color: #F9F9F9;
  border-left: solid 1px #F9F9F9;
  cursor: pointer;
  padding: 0 1rem;
}
html #app #header #menu .menu-item span {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
html #app #header #menu .menu-item:hover span {
  text-decoration: underline;
}
html #app #wrapper {
  max-width: 1920px;
  margin: auto;
  padding: 2rem;
}
html #app #wrapper #not-found {
  text-align: center;
}
html #app #wrapper #login .row {
  max-width: 580px;
  width: 100%;
  margin: 0.5rem auto;
}
html #app #wrapper #login .row input[type=textbox], html #app #wrapper #login .row input[type=password] {
  width: 100%;
}
html #app #wrapper #login .row .button {
  margin: 1rem 0;
}
html #app #wrapper #login .row .error {
  color: #c83300;
  font-weight: 600;
  text-align: center;
  margin-top: 1rem;
}
html #app #wrapper #login .row .signup, html #app #wrapper #login .row .forgot {
  text-decoration: underline;
  color: #0095C8;
  text-align: center;
  cursor: pointer;
  display: block;
  margin-top: 0.5rem;
}
html #app #wrapper #login .row .signup:hover, html #app #wrapper #login .row .forgot:hover {
  font-weight: 600;
}
html #app #wrapper #signup .intro {
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
  font-style: italic;
  font-size: 0.75rem;
  max-width: 580px;
}
html #app #wrapper #signup .success p {
  margin-bottom: 0.75rem;
  text-align: center;
}
html #app #wrapper #signup .section {
  border-top: 1px solid #111111;
  margin-top: 1rem;
  padding: 1rem 0;
}
html #app #wrapper #signup .section h3 {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  text-decoration: underline;
  margin: 1rem 0;
}
html #app #wrapper #signup .section .row {
  max-width: 580px;
  width: 100%;
  margin: 0.5rem auto;
}
html #app #wrapper #signup .section .row .req, html #app #wrapper #signup .section .row .opt {
  margin-left: 0.3rem;
  font-style: italic;
  font-size: 0.75rem;
  position: relative;
  bottom: 0.05rem;
}
html #app #wrapper #signup .section .row .req {
  color: #c83300;
}
html #app #wrapper #signup .section .row .opt {
  color: #0095C8;
}
html #app #wrapper #signup .section .row input[type=textbox], html #app #wrapper #signup .section .row input[type=password] {
  width: 100%;
}
html #app #wrapper #signup .section .row .button {
  margin: 1rem 0;
}
html #app #wrapper #signup .section .row .error {
  color: #c83300;
  font-weight: 600;
  text-align: center;
  margin-top: 1rem;
}
html #app #wrapper #search .query {
  width: 100%;
  margin-top: 1rem;
}
html #app #wrapper #search .query::placeholder {
  font-style: italic;
  color: #888888;
}
html #app #wrapper #search .button {
  margin-top: 1rem;
}
html #app #wrapper #search .loading {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
html #app #wrapper #search .error {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #c83300;
}
html #app #wrapper #search .no-results {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
html #app #wrapper #search .filters {
  margin-top: 1rem;
}
html #app #wrapper #search .filters * {
  font-size: 0.85rem;
}
html #app #wrapper #search .filters > * {
  padding: 0 0.5rem;
  border-left: 1px solid #888888;
}
html #app #wrapper #search .filters > *:first-child {
  border: none;
}
@media (max-width: 580px) {
  html #app #wrapper #search .filters * {
    font-size: 1rem;
  }
  html #app #wrapper #search .filters > * {
    display: block;
    border: none;
    margin-top: 0.3rem;
  }
}
html #app #wrapper #search .filters .filter-dropdown .label {
  margin-right: 0.35rem;
}
html #app #wrapper #search .filters .filter-dropdown select {
  padding: 0.1rem 0.2rem;
}
html #app #wrapper #search .results {
  margin-top: 1rem;
}
html #app #wrapper #search .results .result {
  border-top: solid 1px #111111;
  padding: 1.85rem 0;
}
html #app #wrapper #search .results .result .title {
  font-weight: 600;
  font-size: 1.1rem;
  position: relative;
}
html #app #wrapper #search .results .result .title .court {
  position: relative;
  bottom: 0.1rem;
  margin-left: 0.5rem;
  padding: 0.1rem 0.25rem;
  font-weight: 600;
  border-radius: 0.25rem;
  border: solid 1px #111111;
  color: rgba(17, 17, 17, 0.5);
  font-size: 0.8rem;
}
html #app #wrapper #search .results .result .title .court.onlat {
  background-color: #95e4ff;
}
html #app #wrapper #search .results .result .title .court.onfscdrs {
  background-color: #b6e99e;
}
html #app #wrapper #search .results .result .decision-date {
  color: #666666;
  margin-top: 0.25rem;
}
html #app #wrapper #search .results .result .paragraphs {
  margin-top: 0.75rem;
}
html #app #wrapper #search .results .result .paragraphs .paragraph, html #app #wrapper #search .results .result .paragraphs .paragraph-separator {
  padding: 0.5rem 3rem 0.5rem 0.3rem;
}
html #app #wrapper #search .results .result .paragraphs .paragraph {
  transition: background-color 0.2s ease-in-out;
  border-radius: 0.2rem;
  position: relative;
}
html #app #wrapper #search .results .result .paragraphs .paragraph .overlay {
  position: absolute;
  user-select: none;
  opacity: 0;
  padding: 0.25rem;
  border-radius: 0.2rem;
  transition: opacity 0.3s ease-in-out;
}
html #app #wrapper #search .results .result .paragraphs .paragraph .overlay *, html #app #wrapper #search .results .result .paragraphs .paragraph .overlay {
  font-size: 0.65rem;
  font-weight: 600;
}
html #app #wrapper #search .results .result .paragraphs .paragraph:hover {
  background-color: #f1f1f1;
}
html #app #wrapper #search .results .result .paragraphs .paragraph:hover .overlay {
  opacity: 1;
}
html #app #wrapper #search .results .result .paragraphs .paragraph .overlay-top {
  top: 0;
  right: 0;
  cursor: pointer;
}
html #app #wrapper #search .results .result .paragraphs .paragraph .overlay-top .copy-btn {
  margin-top: 0.1rem;
  margin-right: 0.1rem;
  max-width: 2rem;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  padding: 0.2rem 0.1rem;
  border-radius: 0.3rem;
  border: 1px solid rgba(17, 17, 17, 0.5);
  background-color: rgba(0, 149, 200, 0.15);
  color: rgba(17, 17, 17, 0.95);
}
html #app #wrapper #search .results .result .paragraphs .paragraph .overlay-top .copy-btn *, html #app #wrapper #search .results .result .paragraphs .paragraph .overlay-top .copy-btn {
  font-size: 0.5rem;
}
html #app #wrapper #search .results .result .paragraphs .paragraph .overlay-top .copy-btn:hover {
  background-color: rgba(98, 215, 255, 0.5);
  color: #111111;
}
html #app #wrapper #search .results .result .paragraphs .paragraph .overlay-top .copy-btn .clicked {
  display: none;
}
html #app #wrapper #search .results .result .paragraphs .paragraph .overlay-top .copy-btn .not-clicked {
  display: inline;
}
html #app #wrapper #search .results .result .paragraphs .paragraph .overlay-top .copy-btn:focus-within {
  background-color: #b6e99e;
  color: #0d1c06;
  max-width: 8rem;
  padding: 0.25rem;
  white-space: nowrap;
}
html #app #wrapper #search .results .result .paragraphs .paragraph .overlay-top .copy-btn:focus-within *, html #app #wrapper #search .results .result .paragraphs .paragraph .overlay-top .copy-btn:focus-within {
  font-size: 0.7rem;
  font-weight: 600;
  transition: all 0.3s;
}
html #app #wrapper #search .results .result .paragraphs .paragraph .overlay-top .copy-btn:focus-within .clicked {
  display: inline;
}
html #app #wrapper #search .results .result .paragraphs .paragraph .overlay-top .copy-btn:focus-within .not-clicked {
  display: none;
}
html #app #wrapper #search .results .result .paragraphs .paragraph .overlay-bottom {
  bottom: 0;
  right: 0;
  background-color: rgba(120, 214, 75, 0.15);
  color: rgba(73, 152, 35, 0.7);
}
html #app #wrapper #search .results .result .canlii-link {
  display: inline-block;
  margin-top: 0.6rem;
  vertical-align: middle;
  font-size: 0.75rem;
}
html #app #wrapper #search .results .result .copy-citation-wrapper {
  margin-top: 0.6rem;
  margin-right: 0.75rem;
  display: inline-block;
  vertical-align: middle;
}
html #app #wrapper #search .results .result .copy-citation-wrapper .copy-citation {
  display: inline-block;
  cursor: pointer;
  padding: 0.25rem 0.35rem;
  border-radius: 0.3rem;
  border: 1px solid rgba(17, 17, 17, 0.5);
  background-color: rgba(0, 149, 200, 0.15);
  color: rgba(17, 17, 17, 0.95);
  max-width: 7rem;
  overflow-x: hidden;
}
html #app #wrapper #search .results .result .copy-citation-wrapper .copy-citation *, html #app #wrapper #search .results .result .copy-citation-wrapper .copy-citation {
  font-size: 0.75rem;
  transition: all 0.3s;
}
html #app #wrapper #search .results .result .copy-citation-wrapper .copy-citation * {
  width: 100%;
}
html #app #wrapper #search .results .result .copy-citation-wrapper .copy-citation:hover {
  background-color: rgba(98, 215, 255, 0.5);
  color: #111111;
}
html #app #wrapper #search .results .result .copy-citation-wrapper .copy-citation .clicked {
  display: none;
}
html #app #wrapper #search .results .result .copy-citation-wrapper .copy-citation .not-clicked {
  display: inline;
}
html #app #wrapper #search .results .result .copy-citation-wrapper .copy-citation:focus-within {
  max-width: 11rem;
  background-color: #b6e99e;
  color: #0d1c06;
  max-width: 8rem;
  white-space: nowrap;
}
html #app #wrapper #search .results .result .copy-citation-wrapper .copy-citation:focus-within .clicked {
  display: inline;
}
html #app #wrapper #search .results .result .copy-citation-wrapper .copy-citation:focus-within .not-clicked {
  display: none;
}
html #app #wrapper #forgot-password .intro {
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
  font-style: italic;
  font-size: 0.75rem;
  max-width: 580px;
}
html #app #wrapper #forgot-password .success p {
  margin-bottom: 0.75rem;
  text-align: center;
}
html #app #wrapper #forgot-password .row {
  max-width: 580px;
  width: 100%;
  margin: 0.5rem auto;
}
html #app #wrapper #forgot-password .row input[type=textbox], html #app #wrapper #forgot-password .row input[type=password] {
  width: 100%;
}
html #app #wrapper #forgot-password .row .button {
  margin: 1rem 0;
}
html #app #wrapper #forgot-password .row .error {
  color: #c83300;
  font-weight: 600;
  text-align: center;
  margin-top: 1rem;
}
html #app #wrapper #password-reset .row {
  max-width: 580px;
  width: 100%;
  margin: 0.5rem auto;
}
html #app #wrapper #password-reset .row input[type=textbox], html #app #wrapper #password-reset .row input[type=password] {
  width: 100%;
}
html #app #wrapper #password-reset .row .button {
  margin: 1rem 0;
}
html #app #wrapper #password-reset .row .error {
  color: #c83300;
  font-weight: 600;
  text-align: center;
  margin-top: 1rem;
}
html #app #wrapper #admin p.intro {
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
  font-style: italic;
}
html #app #wrapper #admin p.error {
  color: #c83300;
  font-weight: 600;
  text-align: center;
  margin-top: 1rem;
}
html #app #wrapper #admin .section {
  border-top: solid 2px #111111;
  padding: 1.5rem 0;
}
html #app #wrapper #admin .section h3 {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-decoration: underline;
}
html #app #wrapper #admin .loading {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.25rem;
}
html #app #wrapper #admin .users-list {
  margin-top: 1rem;
  margin-bottom: 0.85rem;
  width: 100%;
  border-collapse: collapse;
  border: solid 2px #888888;
  background-color: #fcfcfc;
}
html #app #wrapper #admin .users-list tr {
  border-bottom: solid 1px #111111;
}
html #app #wrapper #admin .users-list tr.inactive {
  background-color: #ececec;
  color: #666666;
}
html #app #wrapper #admin .users-list th, html #app #wrapper #admin .users-list td {
  padding: 0.5rem 0.6rem;
}
html #app #wrapper #admin .users-list th {
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
}
html #app #wrapper #admin .users-list td {
  text-align: left;
}
html #app #wrapper #admin .users-list td.role, html #app #wrapper #admin .users-list td.created, html #app #wrapper #admin .users-list td.actions {
  text-align: center;
}
html #app #wrapper #admin .users-list td.actions span {
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
html #app #wrapper #admin .users-list td.actions span.deactivate {
  color: #c83300;
}
html #app #wrapper #admin .users-list td.actions span.deactivate:hover {
  color: #ff642f;
}
html #app #wrapper #admin .users-list td.actions span.activate {
  color: #53ad27;
}
html #app #wrapper #admin .users-list td.actions span.activate:hover {
  color: #78D64B;
}
html #app #wrapper #admin .users-list td.actions span.change-role {
  color: #0095C8;
}
html #app #wrapper #admin .users-list td.actions span.change-role:hover {
  color: #16c3ff;
}
html #app #wrapper #admin .active-users-toggle, html #app #wrapper #admin .add-user {
  text-align: center;
  margin-top: 0.25rem;
}
html #app #wrapper #admin .active-users-toggle span, html #app #wrapper #admin .add-user span {
  font-size: 0.8rem;
  text-decoration: underline;
  cursor: pointer;
  color: #0095C8;
}
html #app #wrapper #admin .active-users-toggle span:hover, html #app #wrapper #admin .add-user span:hover {
  color: #16c3ff;
}
html #app #wrapper #admin .modal-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.7);
}
html #app #wrapper #admin .modal-wrapper .modal {
  background-color: #F9F9F9;
  width: 75%;
  max-width: 980px;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.5rem;
  padding: 1.5rem;
}
html #app #wrapper #admin .modal-wrapper .modal h3 {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-decoration: underline;
}
html #app #wrapper #admin .new-user .row, html #app #wrapper #admin .change-role .row {
  margin-top: 0.5rem;
}
html #app #wrapper #admin .new-user .error, html #app #wrapper #admin .change-role .error {
  color: #c83300;
  font-weight: 600;
  text-align: center;
  margin-top: 1rem;
}
html #app #wrapper #admin .new-user .button, html #app #wrapper #admin .change-role .button {
  margin-top: 1rem;
}
html #app #wrapper #admin .new-user .cancel, html #app #wrapper #admin .change-role .cancel {
  text-align: center;
  margin-top: 0.75rem;
}
html #app #wrapper #admin .new-user .cancel span, html #app #wrapper #admin .change-role .cancel span {
  text-decoration: underline;
  cursor: pointer;
  color: #c83300;
}
html #app #wrapper #admin .new-user .cancel span:hover, html #app #wrapper #admin .change-role .cancel span:hover {
  color: #ff642f;
}

/*# sourceMappingURL=style.min.css.map */
