/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_tree .
 *= require_self
 */

#login_form {
  margin-top: calc(30vh - 10%);
}

.sidebar {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.sidebar.hidden {
  transform: translateX(-100%);
  opacity: 0;
}

.masked-input {
  -webkit-text-security: disc;
  -moz-text-security: disc;
  text-security: disc;
}

@media (min-width: 1024px) {
  .reports-table th {
    padding: 8px 8px;
  }

  .reports-table td {
    padding: 16px 8px;
  }
}

@media (min-width: 1280px) {
  .reports-table th {
    padding: 16px 32px;
  }

  .reports-table td {
    padding: 32px 32px;
  }
}

@media (max-width: 1024px) {
  .reports-table th {
    padding: 4px 4px;
  }

  .reports-table td {
    padding: 8px 4px;
  }
}

.csp-replace-0 {
  mask-type: alpha;
}

.csp-replace-1 {
  display: block;
}

.csp-replace-2 {
  width: 2.5rem;
  height: 1.5rem;
}

.csp-replace-3 {
  margin-bottom: 48px;
}

.csp-replace-4 {
  opacity: 0;
}

.csp-replace-5 {
  font-size: 75%;
}

.csp-replace-6 {
  display: inline-block;
  vertical-align: text-bottom;
}

.csp-replace-7 {
  min-height: 16px;
}

.csp-replace-8 {
  min-height: 20px;
}

.csp-replace-9 {
  min-height: 24px;
}

.csp-replace-10 {
  min-height: 32px;
}

.csp-replace-11 {
  min-height: 40px;
}

.csp-replace-12 {
  bottom: 30%;
}

.csp-replace-13 {
  bottom: -150%;
}

.csp-replace-14 {
  display: none;
}