html[data-production=false] .content-wrapper {
  background: url(/bundles/damecodecore/img/stripe.png) repeat !important;
}

html.sf-js-enabled .flash-messages {
  display: none;
}

.sidebar-collapse .hide-collapsed {
  display: none;
}

.card-tabs > .card-body {
  padding: 0;
}
.card-tabs .tab-pane .card {
  margin-bottom: 0;
  box-shadow: unset;
}
.card-tabs .tab-pane .card .card-header {
  margin-top: 1rem;
}
.card-tabs .tab-pane .card .card-header, .card-tabs .tab-pane .card .card-body, .card-tabs .tab-pane .card .card-footer {
  border: 0 transparent none !important;
}

.navbar-left ul.flex-column > li.nav-item {
  display: block;
  padding: 0.5rem 1rem;
  max-width: 100%;
}

body .modal-body input[type=submit], body .modal-body button[type=submit] {
  display: none !important;
}
body .modal-body .card-header, body .modal-body .card-footer, body .modal-body .breadcrumb {
  display: none !important;
}
body .modal-body .card {
  box-shadow: unset;
}
body .modal-body .card .card {
  padding: 0 !important;
  border: 0 solid transparent !important;
}

.toast {
  min-width: 20rem !important;
  max-width: 30rem !important;
  width: auto !important;
  padding: 1rem 1rem 1rem 3rem !important;
}
.toast .toast-message {
  font-size: 1.25rem;
  padding: 1rem 2rem !important;
}
.toast .toast-message a {
  text-decoration: underline;
}

.turbo-progress-bar {
  background: #dd4b39 !important;
}

.justify-content-between-right {
  justify-content: space-between !important;
}
.justify-content-between-right > *:only-child {
  margin-left: auto;
}

th.sonata-ba-list-field-order-active a:after {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
th.sonata-ba-list-field-order-active.sonata-ba-list-field-header-order-asc a:after {
  content: "\f160";
}
th.sonata-ba-list-field-order-active.sonata-ba-list-field-header-order-desc a:after {
  content: "\f161";
}

thead th a.asc:after, thead th a.desc:after {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
thead th a.asc:after {
  content: "\f160";
}
thead th a.desc:after {
  content: "\f161";
}

/*# sourceMappingURL=app.output.css.map */
