:root {
  --active-brightness: 0.85;
  --border-radius: 5px;
  --box-shadow: 2px 2px 10px;
  --color-accent: $bbnavy;
  --color-bg: #fff;
  --color-bg-secondary: #e9e9e9;
  --color-link:  $brightblue;
  --color-secondary: $brightblue;
  --color-secondary-accent: $darknavy;
  --color-shadow: #f4f4f4;
  --color-table: $brightblue;
  --color-text: #000;
  --color-text-secondary: #999;
  --color-scrollbar: #cacae8;
  --hover-brightness: 1.2;
  --justify-important: center;
  --justify-normal: left;
  --line-height: 1.5;
  --width-card: 285px;
  --width-card-medium: 460px;
  --width-card-wide: 800px;
  --width-content: 1080px; }

.eso-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .eso-menu ul li {
    display: inline-block; }
    .eso-menu ul li a {
      display: block;
      padding: 1rem;
      font-family: 'Montserrat', Helvetica, Arial, sans-serif !important; }
    .eso-menu ul li.build-cohort {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto; }
    .eso-menu ul li.current {
      font-weight: bolder; }

#build-cohort-container, #edit-cohort-form, #eso-messaging-form {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
  height: 0;
  padding: 0 1rem;
  border: 1px solid #e5e5e5;
  overflow: hidden; }
  #build-cohort-container.active, #edit-cohort-form.active, #eso-messaging-form.active {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    padding: 1rem 1rem; }
  #build-cohort-container fieldset, #edit-cohort-form fieldset, #eso-messaging-form fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem; }
  #build-cohort-container fieldset.cohort-name, #edit-cohort-form fieldset.cohort-name, #eso-messaging-form fieldset.cohort-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #build-cohort-container .cohort-name label, #build-cohort-container .cohort-description label, #build-cohort-container fieldset.cohort-options label, #build-cohort-container .cohort-ecosystems label, #edit-cohort-form .cohort-name label, #edit-cohort-form .cohort-description label, #edit-cohort-form fieldset.cohort-options label, #edit-cohort-form .cohort-ecosystems label, #eso-messaging-form .cohort-name label, #eso-messaging-form .cohort-description label, #eso-messaging-form fieldset.cohort-options label, #eso-messaging-form .cohort-ecosystems label {
    padding-right: 1rem; }
  #build-cohort-container .cohort-name label:first-child, #build-cohort-container .cohort-description label:first-child, #build-cohort-container fieldset.cohort-options label:first-child, #build-cohort-container .cohort-ecosystems label:first-child, #edit-cohort-form .cohort-name label:first-child, #edit-cohort-form .cohort-description label:first-child, #edit-cohort-form fieldset.cohort-options label:first-child, #edit-cohort-form .cohort-ecosystems label:first-child, #eso-messaging-form .cohort-name label:first-child, #eso-messaging-form .cohort-description label:first-child, #eso-messaging-form fieldset.cohort-options label:first-child, #eso-messaging-form .cohort-ecosystems label:first-child {
    min-width: 120px; }
  #build-cohort-container fieldset.cohort-options input + label, #edit-cohort-form fieldset.cohort-options input + label, #eso-messaging-form fieldset.cohort-options input + label {
    padding-left: 1rem; }
  #build-cohort-container input[name=cohort_name], #edit-cohort-form input[name=cohort_name], #eso-messaging-form input[name=cohort_name] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  #build-cohort-container textarea[name=cohort_content], #edit-cohort-form textarea[name=cohort_content], #eso-messaging-form textarea[name=cohort_content] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 4rem; }
  #build-cohort-container fieldset.cohort-options, #edit-cohort-form fieldset.cohort-options, #eso-messaging-form fieldset.cohort-options {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #build-cohort-container .cohort-ecosystems > span.select2-container, #edit-cohort-form .cohort-ecosystems > span.select2-container, #eso-messaging-form .cohort-ecosystems > span.select2-container {
    outline: none;
    background: rgba(0, 0, 0, 0.05);
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 12px;
    color: rgba(0, 0, 0, 0.6);
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  #build-cohort-container .select2-container--default .select2-selection--multiple, #build-cohort-container .select2-container--default .select2-selection--multiple .select2-selection__rendered, #build-cohort-container .select2-container--default.select2-container--focus .select2-selection--multiple, #edit-cohort-form .select2-container--default .select2-selection--multiple, #edit-cohort-form .select2-container--default .select2-selection--multiple .select2-selection__rendered, #edit-cohort-form .select2-container--default.select2-container--focus .select2-selection--multiple, #eso-messaging-form .select2-container--default .select2-selection--multiple, #eso-messaging-form .select2-container--default .select2-selection--multiple .select2-selection__rendered, #eso-messaging-form .select2-container--default.select2-container--focus .select2-selection--multiple {
    background: transparent;
    border: 0 none; }
  #build-cohort-container .select2-selection__choice.select2-selection__choice.select2-selection__choice, #build-cohort-container .select2-container--default .select2-search--inline .select2-search__field, #edit-cohort-form .select2-selection__choice.select2-selection__choice.select2-selection__choice, #edit-cohort-form .select2-container--default .select2-search--inline .select2-search__field, #eso-messaging-form .select2-selection__choice.select2-selection__choice.select2-selection__choice, #eso-messaging-form .select2-container--default .select2-search--inline .select2-search__field {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 0.875rem;
    font-weight: normal; }

.select2-dropdown {
  border: 0 none !important;
  background: #f8f8f8 !important;
  padding: 0.5rem;
  margin-top: 0.5rem; }

.select2-container--open .select2-dropdown {
  margin-top: 0.5rem; }

#cohort-result {
  padding: 0 1rem; }

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga"; }

.spinner {
  display: none;
  width: 20px;
  height: 20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin-left: 10px;
  vertical-align: middle; }

#technical {
  display: none;
  border: 1px solid var(--color-bg-secondary);
  border-radius: var(--border-radius);
  -webkit-box-shadow: var(--box-shadow) var(--color-shadow);
  box-shadow: var(--box-shadow) var(--color-shadow);
  max-width: var(--width-card-wide);
  min-width: var(--width-card);
  padding: 1.5rem;
  text-align: var(--justify-normal);
  background: #fafaff;
  margin-bottom: 1.5rem;
  position: fixed;
  bottom: 1rem;
  right: 0.5rem; }

#techToggle {
  position: fixed;
  bottom: 0.25rem;
  right: 0.5rem;
  -webkit-transition: opacity 0.2s, letter-spacing 0.2s;
  -o-transition: opacity 0.2s, letter-spacing 0.2s;
  transition: opacity 0.2s, letter-spacing 0.2s;
  opacity: 1; }
  #techToggle:hover {
    opacity: 0.7;
    letter-spacing: 0.01em; }

a {
  -webkit-transition: letter-spacing 0.2s;
  -o-transition: letter-spacing 0.2s;
  transition: letter-spacing 0.2s; }
  a:hover {
    letter-spacing: 0.01em; }

form p:first-child {
  margin-top: 0; }

form input[type="file"] {
  background: #fafafa; }

.eso-embed-code, .eso-signups, .cohort-embed-code {
  overflow: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  padding: 1rem 1rem;
  border: 1px solid #e5e5e5;
  border-radius: var(--border-radius);
  -webkit-box-shadow: var(--box-shadow) var(--color-shadow);
  box-shadow: var(--box-shadow) var(--color-shadow); }

#eso-messaging-form {
  overflow: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  padding: 1rem 1rem;
  -webkit-box-shadow: var(--box-shadow) var(--color-shadow);
  box-shadow: var(--box-shadow) var(--color-shadow); }
  #eso-messaging-form h3 {
    margin-top: 0.5rem; }
  #eso-messaging-form fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #eso-messaging-form fieldset label {
      padding-right: 1rem; }
    #eso-messaging-form fieldset label:first-child {
      min-width: 170px; }
    #eso-messaging-form fieldset label[for=eso_welcome_message] {
      -ms-flex-item-align: baseline;
      align-self: baseline; }
  #eso-messaging-form select[name=eso_update_frequency] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  #eso-messaging-form .merge-field-instructions {
    display: block;
    background: #f8f8f8;
    border-radius: var(--border-radius);
    padding: 0.5rem;
    margin: 1.5rem 0; }
    #eso-messaging-form .merge-field-instructions p {
      margin: 0;
      padding-right: 1rem;
      font-size: 0.875rem;
      font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
      min-width: 170px;
      line-height: 1;
      font-weight: bold;
      color: #555; }
    #eso-messaging-form .merge-field-instructions pre {
      background: #fff;
      padding: 1rem;
      border-radius: var(--border-radius);
      margin: 0.5rem 0;
      overflow-x: auto;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      #eso-messaging-form .merge-field-instructions pre code {
        font-size: 13px;
        white-space: normal;
        word-wrap: break-word; }

section.uploads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media (min-width: 640px) {
    section.uploads {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  section.uploads form {
    width: 100%;
    padding: 1rem; }
    section.uploads form input[type=file] {
      max-width: 240px; }
    @media (min-width: 640px) {
      section.uploads form {
        max-width: 70%;
        padding: 1.5rem; }
        section.uploads form input[type=file] {
          max-width: var(--width-card-wide); } }
  section.uploads aside {
    border: 1px solid var(--color-bg-secondary);
    border-radius: var(--border-radius);
    -webkit-box-shadow: var(--box-shadow) var(--color-shadow);
    box-shadow: var(--box-shadow) var(--color-shadow);
    display: block;
    padding: 1rem;
    margin: 0.5rem 0 0 0;
    text-align: var(--justify-normal);
    width: 100%; }
    @media (min-width: 640px) {
      section.uploads aside {
        padding: 1.5rem;
        max-width: 30%;
        margin: 0 0 0 1rem; } }
    section.uploads aside ol {
      list-style: none;
      margin: 0;
      padding: 0; }
    section.uploads aside h3 {
      margin: 0 0 0.5rem; }

.cohort-data .cohort-group {
  margin-top: 1rem;
  max-width: 1440px;
  border: 1px solid var(--color-bg-secondary);
  border-radius: var(--border-radius);
  -webkit-box-shadow: var(--box-shadow) var(--color-shadow);
  box-shadow: var(--box-shadow) var(--color-shadow); }
  .cohort-data .cohort-group header {
    background: #fafafa;
    color: var(--color-text);
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    border-bottom: 1px solid var(--color-bg-secondary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.5rem; }
    .cohort-data .cohort-group header h2 {
      margin: 0;
      padding: 0.5rem 0;
      color: inherit;
      text-transform: none;
      font-size: 1rem;
      font-weight: bold;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .cohort-data .cohort-group .ecosystem-list.ecosystem-list.ecosystem-list {
    padding: 0.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem; }
    .cohort-data .cohort-group .ecosystem-list.ecosystem-list.ecosystem-list li {
      font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
      list-style: none;
      margin-bottom: 0;
      line-height: 1.5;
      width: 100%;
      font-size: 1rem; }
      @media (min-width: 1024px) {
        .cohort-data .cohort-group .ecosystem-list.ecosystem-list.ecosystem-list li {
          width: calc(25% - 1rem); } }
      .cohort-data .cohort-group .ecosystem-list.ecosystem-list.ecosystem-list li a:hover {
        text-decoration: underline; }

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.7); }

.modal-content {
  background-color: #fff;
  margin: 0 auto;
  width: auto;
  max-width: 1024px;
  overflow: auto;
  border: 1px solid var(--color-bg-secondary);
  border-radius: var(--border-radius);
  -webkit-box-shadow: var(--box-shadow) var(--color-shadow);
  box-shadow: var(--box-shadow) var(--color-shadow);
  padding: 0 1.5rem 1.5rem;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  @media (min-width: 640px) {
    .modal-content {
      margin: 2rem auto; } }
  .modal-content section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1rem; }
    .modal-content section > * {
      width: 100%; }
    .modal-content section div {
      margin-bottom: 2rem; }
    .modal-content section table {
      display: block;
      overflow-x: scroll;
      width: 100%; }
      @media (min-width: 640px) {
        .modal-content section table {
          display: table;
          overflow-x: initial; } }
      .modal-content section table th,
      .modal-content section table td {
        text-align: left; }
    .modal-content section h2 {
      font-size: 1.75rem;
      font-weight: 400; }
  .modal-content > h2 {
    font-weight: 300;
    font-size: 2.5rem;
    margin: 0 -1.5rem 0;
    padding: 0.5rem 1.5rem;
    background: #1e73be;
    color: #fff;
    line-height: 1; }

.close {
  color: #fff;
  float: right;
  font-size: 48px;
  font-weight: bold;
  cursor: pointer;
  top: 1px;
  right: 12px;
  position: absolute;
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .close:hover {
    opacity: 0.7;
    text-decoration: none;
    cursor: pointer; }
  .close:focus {
    opacity: 0.5;
    text-decoration: none;
    cursor: pointer; }

body.modal-open {
  overflow: hidden; }

button {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.eso-user-management {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem; }
  @media (min-width: 768px) {
    .eso-user-management {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .eso-user-management .dash-card {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 1rem;
    border-radius: var(--border-radius);
    -webkit-box-shadow: var(--box-shadow) var(--color-shadow);
    box-shadow: var(--box-shadow) var(--color-shadow); }
    @media (min-width: 768px) {
      .eso-user-management .dash-card {
        Width: 50%; } }
    .eso-user-management .dash-card ul {
      list-style: none;
      padding-left: 0; }
    .eso-user-management .dash-card textarea {
      width: 100%; }

#invite-eso-users-form input[type=submit] {
  float: none; }

.copy-rss {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative; }
  .copy-rss .dashicons-rss {
    font-size: 14px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    line-height: 13px; }
  .copy-rss::after {
    content: 'Copied!';
    position: absolute;
    top: -10px;
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #1e73be;
    color: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: var(--border-radius);
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .copy-rss.active::after {
    visibility: visible;
    top: -20px;
    opacity: 1; }

.eso-signups .notification-status.notification-status.notification-status.notification-status {
  color: #555;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 0.875rem; }

.eso-signups .batch-actions {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.eso-signups .batch-actions select {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.eso-signups table {
  margin: 20px 0; }

#processing-status {
  margin: 20px 0; }

#processing-status .success {
  color: green; }

#processing-status .error {
  color: red; }

.eso-signups .spinner {
  display: none; }

.eso-signups .spinner.active {
  display: inline-block; }

.eso-signups .batch-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
  .eso-signups .batch-actions select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.eso-rss-reader-embed {
  margin-top: 1rem; }
  .eso-rss-reader-embed h2 {
    margin-top: 0; }

.cohort-embed-code {
  margin-bottom: 2em; }
  .cohort-embed-code p code, .cohort-embed-code li code {
    font-family: monospace;
    opacity: 0.6;
    font-size: 0.9em; }
  .cohort-embed-code .embed-options {
    display: inline-block; }
    .cohort-embed-code .embed-options label {
      margin-right: 0.125rem; }

.copy-embed-code {
  margin-left: 1em;
  padding: 0.5em 1em;
  background: #2271b1;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer; }

.copy-embed-code:hover {
  background: #135e96; }

.preview-section {
  margin-top: 1em;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 4px; }
