<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#logo {
  width: 5rem;
  height: 5rem;
  color: #0a0b79; }

.logo-wrapper {
  display: flex; }
  .logo-wrapper svg {
    overflow: hidden;
    vertical-align: middle; }
  .logo-wrapper .logo-text {
    margin-left: 0.25em;
    color: #0a0b79;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.5rem; }

.card-group .button {
  height: 3rem; }
  .card-group .button.button-icon {
    min-width: 15em; }

.card-group .card .card-title .material-icons {
  margin-right: 0.5em; }

#user_download_form {
  display: flex;
  flex-direction: column;
  align-items: center; }
  #user_download_form .input-group {
    margin-bottom: 0.5em; }

#input-file {
  display: none; }

#bulk-upload .input-group &gt; * {
  border-color: var(--main-color) !important; }

#bulk-upload .input-group &gt; .input-file-label {
  padding: 0 1em;
  display: flex;
  align-items: center; }

#bulk-upload .input-group &gt; select {
  background-color: #03087022; }

#bulk-upload .input-group &gt; *:first-child {
  border-top-left-radius: 1em !important;
  border-bottom-left-radius: 1em !important;
  border-left: 1px solid var(--main-color) !important; }

#bulk-upload .input-group &gt; *:last-child {
  border-top-right-radius: 1em !important;
  border-bottom-right-radius: 1em !important;
  border-right: 1px solid var(--main-color) !important; }
</pre></body></html>