/* line 4, app/assets/stylesheets/home.scss */
.admin-dashboard {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
  width: 100%;
  gap: 2rem;
}

/* line 10, app/assets/stylesheets/home.scss */
.admin-dash-panel {
  border: 1px solid #e6e6e6;
  border-radius: .5em;
  background-color: #fff;
  padding: 1rem 1rem .5rem 3.5rem;
  width: 30em;
  margin: auto;
}

/* line 20, app/assets/stylesheets/home.scss */
.admin-dash-panel-heading {
  display: flex;
  align-items: center;
  margin: 0 0 0 -4.5rem;
}

/* line 25, app/assets/stylesheets/home.scss */
.admin-dash-panel-heading .icon-circle {
  margin-right: .5rem;
}

/* line 29, app/assets/stylesheets/home.scss */
.admin-dash-panel-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 34, app/assets/stylesheets/home.scss */
.admin-dash-panel-actions > * {
  margin-bottom: 1em;
}

/* line 38, app/assets/stylesheets/home.scss */
.admin-dash-panel-actions > *:not(:last-child) {
  margin-right: 1em;
}

/* line 42, app/assets/stylesheets/home.scss */
.admin-dash-panel-actions .select-custom {
  flex-basis: 40%;
}

/* line 46, app/assets/stylesheets/home.scss */
.admin-dash-panel-actions .button {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

/* line 52, app/assets/stylesheets/home.scss */
.icon-circle {
  color: #4a7d3c;
  width: 2.25em;
  height: 2.25em;
  border-radius: 50%;
  position: relative;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* line 65, app/assets/stylesheets/home.scss */
.icon-circle > * {
  position: static;
}

/* line 69, app/assets/stylesheets/home.scss */
.icon-circle-green {
  background-color: #4a7d3c;
  color: #fff;
}
/* line 6, app/assets/stylesheets/rss_feeds.scss */
.news-story-actions label {
  display: inline;
  font-weight: normal;
}

/* line 10, app/assets/stylesheets/rss_feeds.scss */
.news-story-actions button {
  padding: .29em 1em;
}

/* line 16, app/assets/stylesheets/rss_feeds.scss */
.industry-news-stories .entry-title {
  font-size: 1.1em;
}

/* line 19, app/assets/stylesheets/rss_feeds.scss */
.industry-news-stories article {
  padding: 1rem 0;
}

/* line 22, app/assets/stylesheets/rss_feeds.scss */
.industry-news-stories .display-article-link {
  text-decoration: underline;
}

/* line 29, app/assets/stylesheets/rss_feeds.scss */
.inline-dot-separated .public-license {
  color: green;
}

/* line 33, app/assets/stylesheets/rss_feeds.scss */
.inline-dot-separated .private-license {
  color: red;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS 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/SCSS
 * 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.
 *


 */

 /* Nav */

 .nav-primary {
   grid-column: 1/4;
 }
 .nav-primary ul {
   justify-content: center;
 }


/* Breadcrumbs */
.breadcrumbs li:not(:first-child)::before {
  /* content: url('data:image/svg+xml;charset=utf-8,<svg width="7" height="11" xmlns="http://www.w3.org/2000/svg"><path d="M1.734 10.61c.157 0 .29-.055.399-.165L6.68 5.898a.51.51 0 0 0 .187-.398.51.51 0 0 0-.187-.398L2.133.555A.542.542 0 0 0 1.734.39a.542.542 0 0 0-.398.164L.82 1.07a.586.586 0 0 0-.175.399.504.504 0 0 0 .152.398L4.43 5.5.797 9.133a.504.504 0 0 0-.152.398c.007.157.066.29.175.399l.516.515c.11.11.242.164.398.164Z" fill="#D3D2D4"/></svg>'); */
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.734 10.61c.157 0 .29-.055.399-.165L6.68 5.898a.51.51 0 0 0 .187-.398.51.51 0 0 0-.187-.398L2.133.555A.542.542 0 0 0 1.734.39a.542.542 0 0 0-.398.164L.82 1.07a.586.586 0 0 0-.175.399.504.504 0 0 0 .152.398L4.43 5.5.797 9.133a.504.504 0 0 0-.152.398c.007.157.066.29.175.399l.516.515c.11.11.242.164.398.164Z' fill='%23D3D2D4' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 7px;
  height: 11px;
}


/* Go Back */
.admin-go-back {
  padding-top: 1.8em;
}
 

/* Fix select2 inconsistences between versions */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: none;
  margin-right: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  overflow: auto;
  white-space: unset;
}
.select2-container .select2-search--inline {
  float: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999 !important;
}
