input {
  background: transparent;
}
.gradient-background {
  background: url('/static/assets/images/goodapp/background.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.app-header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
}
.left-sidebar {
  border: 0 !important;
}
.instanceIcon {
  background: #fafafa;
  overflow: hidden;
  min-width: 42px;
  min-height: 42px;
}
.report_detail .container-fluid.page-body-wrapper {
  background: #202a3c;
}
div.grid-stack-item-content {
  background: #2a3447;
}
.form-control:focus {
  border-color: #fafafa;
}
form button.btn.btn-secondary.formio-button-remove-row:before {
  color: #fafafa;
}
.choices[data-type*=select-one] .choices__input,
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  background-color: #2a3447 !important;
  color: #fff;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #364767 !important;
}
.choices__input::placeholder {
  color: #a6a6a6;
}

.grid-stack-item-edited {
  background: repeating-linear-gradient(45deg, #2a3447, #2a3447 10px, #344057 10px, #344057 20px) !important;
}

.card {
  --bs-card-box-shadow: none;
}