/* line 1, app/assets/stylesheets/administrate/admin.scss */
img#navigation__toggle {
  height: 30px;
  margin-right: 10px;
}

/* line 6, app/assets/stylesheets/administrate/admin.scss */
.top-navigation {
  display: flex;
  background-color: white;
  height: 75px;
  justify-content: space-around;
  flex-flow: row;
  align-items: center;
}

/* line 14, app/assets/stylesheets/administrate/admin.scss */
.top-navigation .top-navigation-logo {
  flex-basis: 50%;
  font-family: 'Rubik', sans-serif;
  color: #004494;
  font-size: 34px;
}

/* line 20, app/assets/stylesheets/administrate/admin.scss */
.top-navigation .top-navigation-login {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* line 25, app/assets/stylesheets/administrate/admin.scss */
.top-navigation .top-navigation-login .top-navigation-login-email {
  padding: 10px;
}

/* line 29, app/assets/stylesheets/administrate/admin.scss */
.top-navigation .top-navigation-login .top-navigation-login-button {
  padding: 10px;
}

/* line 36, app/assets/stylesheets/administrate/admin.scss */
.drop-button::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 48, app/assets/stylesheets/administrate/admin.scss */
.dropdown {
  position: relative;
  display: inline-block;
}

/* line 51, app/assets/stylesheets/administrate/admin.scss */
.dropdown:hover .dropdown-content {
  display: block;
}

/* line 54, app/assets/stylesheets/administrate/admin.scss */
.dropdown:hover .drop-button {
  background-color: #145ea8;
}

/* line 59, app/assets/stylesheets/administrate/admin.scss */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #1976d2;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
  appearance: none;
  cursor: pointer;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 79, app/assets/stylesheets/administrate/admin.scss */
.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* line 85, app/assets/stylesheets/administrate/admin.scss */
.dropdown-content a:hover {
  color: white;
  background-color: #145ea8;
}

/* line 95, app/assets/stylesheets/administrate/admin.scss */
.app-container {
  display: block;
}

/* line 99, app/assets/stylesheets/administrate/admin.scss */
.navigation__link {
  display: inline-block;
}

@media (min-width: 500px) {
  /* line 104, app/assets/stylesheets/administrate/admin.scss */
  .app-container {
    display: flex;
  }
  /* line 108, app/assets/stylesheets/administrate/admin.scss */
  .navigation__link {
    display: block;
  }
}

/* line 113, app/assets/stylesheets/administrate/admin.scss */
#navigation__toggle {
  display: none;
}

@media screen and (max-width: 600px) {
  /* line 118, app/assets/stylesheets/administrate/admin.scss */
  .navigation {
    display: none;
  }
  /* line 122, app/assets/stylesheets/administrate/admin.scss */
  #navigation__toggle {
    display: block;
    content: url(/menu_closed.png);
  }
}
/* line 7, app/assets/stylesheets/administrate/override.scss */
.app-container .main-content {
  min-width: auto;
}

/* line 11, app/assets/stylesheets/administrate/override.scss */
.app-container .collapsible {
  padding: 20px;
  border-bottom: #f0f0f0 solid 1px;
  display: flex;
  justify-content: space-between;
}

/* line 17, app/assets/stylesheets/administrate/override.scss */
.app-container .document-uploaded {
  height: 2rem;
  width: 2rem;
}

/* line 21, app/assets/stylesheets/administrate/override.scss */
.app-container .attachments-listing > div > .as-field-edit {
  width: 300px;
  border: 1px solid lightgray;
  padding: 10px;
}

/* line 26, app/assets/stylesheets/administrate/override.scss */
.app-container .collapsible-content {
  display: none;
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/administrate/override.scss */
.app-container .document-functions {
  display: flex;
  flex-direction: column;
}

/* line 36, app/assets/stylesheets/administrate/override.scss */
.app-container .field-unit--nested div.nested-fields:nth-last-child(2) hr {
  display: none;
}

/* line 39, app/assets/stylesheets/administrate/override.scss */
.app-container .field-unit--nested div.nested-fields:nth-last-child(3) hr {
  display: none;
}

/* line 42, app/assets/stylesheets/administrate/override.scss */
.app-container .field-unit--nested div.collapsible {
  border-bottom: none;
}

/* line 46, app/assets/stylesheets/administrate/override.scss */
.app-container .attachments-listing hr {
  display: none;
}

@media screen and (max-width: 500px) {
  /* line 52, app/assets/stylesheets/administrate/override.scss */
  .main-content {
    min-width: auto;
  }
  /* line 54, app/assets/stylesheets/administrate/override.scss */
  .main-content .main-content__header {
    flex-direction: column;
    gap: 10px;
  }
  /* line 60, app/assets/stylesheets/administrate/override.scss */
  table {
    border: 0;
  }
  /* line 64, app/assets/stylesheets/administrate/override.scss */
  table caption {
    font-size: 1.3em;
  }
  /* line 68, app/assets/stylesheets/administrate/override.scss */
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 79, app/assets/stylesheets/administrate/override.scss */
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  /* line 85, app/assets/stylesheets/administrate/override.scss */
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  /* line 92, app/assets/stylesheets/administrate/override.scss */
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  /* line 103, app/assets/stylesheets/administrate/override.scss */
  table td:last-child {
    border-bottom: 0;
  }
}
@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
/*
 * 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.
 *


 */
