<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(25,26): run-time error CSS1039: Token not allowed after unary operator: '-ck-color-base-border'
(26,23): run-time error CSS1039: Token not allowed after unary operator: '-ck-border-radius'
(32,28): run-time error CSS1039: Token not allowed after unary operator: '-ck-color-base-border'
(33,25): run-time error CSS1039: Token not allowed after unary operator: '-ck-border-radius'
 */
/*.dl-horizontal dt {
  white-space: normal;
}

input, select, textarea {
  max-width: 280px;
}*/

div, p {
  word-break: break-all;
}

.required:before {
  content: "*";
  font-weight: bold;
  color: red;
}

.colon:after {
  content: ":";
  font-weight: bold;
}

#ckeditor {
  border: 1px solid var(--ck-color-base-border);
  border-radius: var(--ck-border-radius);
  min-height: 200px;
  background-color:white;
}

#attendees-ckeditor {
    border: 1px solid var(--ck-color-base-border);
    border-radius: var(--ck-border-radius);
    min-height: 200px;
    background-color: white;
}

li.btn-link a {
  color: #212529;
}

li.btn-link.active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
  min-width: 37px;
}

[v-cloak] {
  display: none;
}

.alert {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 99999;
}
</pre></body></html>