@font-face {
  font-family: 'Inter';
  src: url(/assets/Inter-Italic-VariableFont_opsz,wght-b66dccaace12d64011449907b5f86ef46d15a0fab1b719829772162dbb4ca0d4.ttf) format("ttf");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url(/assets/Inter-VariableFont_opsz,wght-e71707b5462f6af646e7e14399ca630783ef0df560544b17d64d940d6fc418cf.ttf) format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Your custom fonts */
/* line 2, app/assets/stylesheets/stimulus_ui/select_customizations.scss */
.stimulus-ui--es .selected {
  background-color: #f7f8fa;
}

/* line 5, app/assets/stylesheets/action_text_snippets.scss */
.trix-button--snippets {
  position: relative;
}

/* line 8, app/assets/stylesheets/action_text_snippets.scss */
.trix-button--snippets .trix-button-icon {
  font-size: 1.2em;
  line-height: 1;
}

/* line 16, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown--bootstrap.dropdown-menu {
  display: block;
  min-width: 200px;
  max-height: 300px;
  overflow-y: auto;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.875rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

/* line 29, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown--bootstrap.dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  transition: background-color 0.15s ease-in-out;
}

/* line 42, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown--bootstrap.dropdown-menu .dropdown-item:hover, .action-text-snippets-dropdown--bootstrap.dropdown-menu .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 49, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown--bootstrap.dropdown-menu .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 60, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown--tailwind ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 66, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown--tailwind li {
  transition: background-color 0.15s ease-in-out;
}

/* line 69, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown--tailwind li:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 74, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown--tailwind li:last-child {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 82, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown {
  z-index: 1000;
}

/* line 2, app/assets/stylesheets/libs/toast_extras.scss */
#toast-container .toast.toast-success {
  opacity: 1 !important;
}

/* line 4, app/assets/stylesheets/libs/toast_extras.scss */
#toast-container .toast.toast-success .toast-title, #toast-container .toast.toast-success .toast-message {
  color: white;
}
