body,
html,
#app {
  height: 100%;
  margin: 0;
}

* {
  font-family: "Google Sans", "Roboto";
}
:root {
  --md-theme-default-primary: #398ca5;
  --md-theme-default-background: #398ca5;
  --accent-color-dark: #2d6b7d;
  --accent-color-light: #398ca5;
  --accent-color: #2d6b7d;
  --md-theme-default-primary-on-background: white;
  --md-theme-default-text-primary-on-background-variant: silver;
  --md-theme-default-text-primary-on-accent: white;
  --md-theme-default-text-primary-on-background: white;
}
input {
  width: 250px;
}
.md-field.md-theme-default .md-input::-webkit-input-placeholder,
.md-field.md-theme-default .md-textarea::-webkit-input-placeholder {
  color: silver;
}
h1 {
  font-size: 15px;
  margin: 20px 0px;
  font-weight: lighter;
}
h2 {
  font-size: 35px;
  font-weight: lighter;
}
#metadata {
  width: 100%;
  flex: 1;
}
.highlight {
  opacity: 0.4;
}
.full-height {
  height: 100%;
}
.button-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.md-title {
  font-size: 15px !important;
}
.search-input {
  color: white;
}
.md-dialog {
  flex-direction: column !important;
}
.md-dialog-title {
  color: white;
  text-align: center;
  padding-top: 16px !important;
}
.md-dialog-actions {
  justify-content: space-evenly !important;
}
.md-dialog-content {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 180px;
  width: 400px;
  padding-top: 20px !important;
  background: linear-gradient(to left bottom, #5daec7, #3989a1);
  border-radius: 8px;
}
.md-dialog-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.space-below {
  padding-bottom: 10px;
}
.btn {
  font-size: 0.6rem;
}
.md-app {
  height: 100%;
  max-height: 100vh;
  border: 1px solid rgba(#000, 0.12);
}
.md-list-item-content {
  min-height: 0px;
  padding: 0px;
}
.padded {
  padding: 16px;
}
.md-app {
  height: 100%;
}
.md-app-content {
  padding: 0px;
}
.flex-column {
  background-color: #e9eaed !important;
  display: flex;
  flex-direction: column;
  flex-flow: column;
  justify-content: flex-start;
}
.md-card {
  border-radius: 10px;
  width: 500px;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
}
small {
  font-size: 10px;
  padding-left: 5px;
  color: white;
}
.md-app-content {
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
}
.md-app-container {
  overflow: hidden;
  overflow-y: scroll;
}
.fa {
  color: white;
  cursor: pointer;
  font-size: 18px;
}

.md-icon {
  width: 18px;
  min-width: 18px;
  height: 18px;
  font-size: 18px !important;
}
.md-button {
  border-radius: 10px 10px 10px 10px !important;
  text-transform: none !important;
  color: white !important;
}
.md-field label {
  color: white;
}
.md-field.md-theme-default label {
  color: white;
}
.md-radio.md-theme-default.md-checked .md-radio-container::after {
  background-color: white;
}
.md-radio.md-theme-default .md-radio-container {
  border-color: white;
}
.md-radio.md-theme-default.md-checked .md-radio-container {
  border-color: white;
}
.md-button.large {
  font-size: 14px;
}
.md-icon-button.md-dense {
  width: 16px;
  height: 16px;
}
#uploading {
  display: flex;
  justify-content: space-evenly;
  flex-flow: column;
  align-items: space-between;
  border: 5px dashed #f0f0f0;
  margin: 10px;
  min-height: 30vh;
  font-size: 12pt;
  padding: 20px;
  line-height: 1.2em;
  color: gray;
  text-align: center;
}
.md-progress-spinner {
  align-self: center;
}
.md-menu-content {
  max-height: 80vh !important;
}
.md-menu-content-container {
  border-radius: 10px;
}
.author-card-info {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.appLogo {
  margin: 10px;
  margin-left: 40px;
}

@media screen and (max-width: 600px) {
  .appLogo {
    margin: 0px 0px;
  }
}

.md-menu.md-select .md-input {
  border-bottom-color: transparent !important;
  width: 125px;
}

.md-field.md-theme-default.md-focused .md-input,
.md-field.md-theme-default.md-focused .md-textarea,
.md-field.md-theme-default.md-has-value .md-input,
.md-field.md-theme-default.md-has-value .md-textarea {
  -webkit-text-fill-color: white !important;
}
.md-field.md-theme-default {
  text-decoration: none;
}
i.md-icon-font {
  color: white !important;
}
.md-table-head {
  color: white !important;
}
.md-icon.md-theme-default.md-icon-image svg {
  fill: white;
}

.md-field:after,
.md-field:before {
  position: absolute;
  display: none;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  will-change: border, opacity, transform;
  content: "";
}

::-webkit-scrollbar {
  width: 16px;
  border-radius: 12px;
}

::-webkit-scrollbar-track {
  border-radius: 12px;
  box-shadow: inset 0px 0px 6px #1a1a1a;
}

::-webkit-scrollbar-thumb {
  background: #fbfefe;
  box-shadow: inset 0px 0px 6px 1px #ccc;
  border-radius: 12px;
}

::-webkit-scrollbar-thumb:hover {
  background: #e3e3e3;
}
