@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;700&display=swap");
body {
  font-family: 'Barlow', sans-serif !important; }
  body img {
    image-rendering: auto; }
  body .page-title {
    text-align: center; }
  body .popup-url {
    color: black; }
    body .popup-url a {
      text-decoration: underline; }

nav {
  background-color: black; }
  nav .nav-button {
    color: white;
    text-decoration: none; }
    nav .nav-button:hover {
      color: white; }

#dashboard-page table td {
  vertical-align: middle; }

#dashboard-page table td.index {
  text-align: center; }

#dashboard-page table td .hide {
  display: none; }

#dashboard-page table td.actions .actions-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

#upload-page .dropzone {
  transition: 0.2s ease-out;
  border: 2px dashed #118ab2;
  position: relative;
  text-align: center;
  min-height: 70vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 20px; }
  #upload-page .dropzone.dz-drag-hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 1.25em; }
  #upload-page .dropzone.dz-max-files-reached {
    min-height: 300px;
    pointer-events: none;
    cursor: auto; }
    #upload-page .dropzone.dz-max-files-reached .dz-preview {
      pointer-events: auto;
      cursor: pointer; }
  #upload-page .dropzone:hover {
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15); }
  #upload-page .dropzone .dz-preview {
    width: 400px;
    max-width: 90%; }
    #upload-page .dropzone .dz-preview .dz-upload {
      background: #06d6a0; }
  #upload-page .dropzone .dz-remove {
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase; }
  #upload-page .dropzone .dz-image {
    background: #118ab2; }
  #upload-page .dropzone .dz-message {
    position: absolute;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
    font-size: 2em; }
  #upload-page .dropzone .dz-image {
    width: 100%;
    height: 150px; }
  #upload-page .dropzone .dz-details {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: white; }
  #upload-page .dropzone .dz-size {
    font-size: 1.5em; }
    #upload-page .dropzone .dz-size span {
      background-color: rgba(255, 255, 255, 0.1); }
  #upload-page .dropzone .dz-filename {
    font-size: 1.2em; }
    #upload-page .dropzone .dz-filename:hover {
      font-size: 1.2em; }
      #upload-page .dropzone .dz-filename:hover span {
        background-color: rgba(255, 255, 255, 0.2); }
  #upload-page .dropzone .dz-error-message {
    width: 100%;
    opacity: 1 !important;
    top: calc(100% + 0.5em);
    left: 0; }
    #upload-page .dropzone .dz-error-message::after {
      left: 50%;
      transform: translateX(-50%); }
  #upload-page .dropzone .dz-progress {
    height: 100%;
    top: 0;
    margin: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #ffd166;
    border-radius: 20px; }
  #upload-page .dropzone .dz-remove {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    margin-top: -0.5em;
    transform: translateY(-100%); }
  #upload-page .dropzone .dz-error-mark svg * {
    fill: #ef476f; }
  #upload-page .dropzone .dz-success-mark svg * {
    fill: #06d6a0; }

#upload-page .airtable-embed {
  display: none;
  margin-top: 4em;
  height: 500px; }

#upload-page .uploadForm {
  display: none; }
  #upload-page .uploadForm .form-row {
    text-align: center; }
  #upload-page .uploadForm .parsley-errors-list {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    margin-bottom: 0em;
    list-style-type: none;
    font-weight: bold;
    padding-top: 0.25em;
    padding-left: 0.75em;
    color: #ef476f; }
  #upload-page .uploadForm .input-group-text {
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      #upload-page .uploadForm .input-group-text {
        font-size: 1em; } }
  #upload-page .uploadForm .form-control {
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      #upload-page .uploadForm .form-control {
        font-size: 1em; } }
  #upload-page .uploadForm .submit-button {
    font-weight: bold;
    padding: 0em 1.5em;
    font-size: 1.25em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      #upload-page .uploadForm .submit-button {
        font-size: 1em; } }
