<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* -- Validation -- */

.input-error {
    border: 1px solid #c7254e !important;
    margin-bottom: 4px !important;
}

.validation-text {
    color: #c7254e;
    text-align: left;
}

/* -- Validation -- */

/* -- Dropdown Toggle --  */

.dropdown-menu-right {
    right: 0;
    left: auto;
}

/* -- Dropdown Toggle --  */</pre></body></html>