@charset "UTF-8";
/*

 */
/*-------------------
      Site Colors
--------------------*/
/*-------------------
       Links
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*--- Colored Border ---*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* Differentiating Neutrals */
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*!
 * # Fomantic-UI - Reset
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Reset
*******************************/
/* Border-Box */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin&display=swap");
/* line 18, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 24, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* iPad Input Shadows */
/* line 30, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* mobile firefox too! */
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 47, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 61, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 67, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 74, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 85, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 115, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 122, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 158, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 172, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 175, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 184, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 194, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 216, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 226, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 235, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 244, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 254, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 263, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 272, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 296, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 302, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 322, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 330, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 348, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 362, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 368, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 383, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_reset.scss */
[hidden] {
  display: none;
}

/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Site
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Page
*******************************/
/* line 17, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
html,
body {
  height: 100%;
}

/* line 21, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
html {
  font-size: 14px;
}

/* line 24, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-width: 320px;
  background: #FFFFFF;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
}

/*******************************
             Headers
*******************************/
/* line 41, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
h1,
h2,
h3,
h4,
h5 {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.28571429em;
  margin: calc(2rem - 0.1428571428571429em) 0 1rem;
  font-weight: bold;
  padding: 0;
}

/* line 52, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
h1 {
  min-height: 1rem;
  font-size: 1.8rem;
}

/* line 56, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
h2 {
  font-size: 1.6rem;
}

/* line 59, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
h3 {
  font-size: 1.28571429rem;
}

/* line 62, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
h4 {
  font-size: 1.07142857rem;
}

/* line 65, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
h5 {
  font-size: 1rem;
}

/* line 68, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}

/* line 75, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
  margin-bottom: 0;
}

/*******************************
             Text
*******************************/
/* line 88, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
p {
  margin: 0 0 1em;
  line-height: 1.4285em;
}

/* line 92, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
p:first-child {
  margin-top: 0;
}

/* line 95, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
p:last-child {
  margin-bottom: 0;
}

/*-------------------
        Links
--------------------*/
/* line 103, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
a {
  color: #03a9f4;
  text-decoration: none;
}

/* line 107, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
a:hover {
  color: #1e70bf;
  text-decoration: none;
}

/*******************************
         Scrollbars
*******************************/
/*******************************
          Highlighting
*******************************/
/* Site */
/* line 125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
::-webkit-selection {
  background-color: #CCE2FF;
  color: rgba(0, 0, 0, 0.87);
}

/* line 129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
::-moz-selection {
  background-color: #CCE2FF;
  color: rgba(0, 0, 0, 0.87);
}

/* line 133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
::selection {
  background-color: #CCE2FF;
  color: rgba(0, 0, 0, 0.87);
}

/* Form */
/* line 139, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
textarea::-webkit-selection,
input::-webkit-selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: rgba(0, 0, 0, 0.87);
}

/* line 144, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
textarea::-moz-selection,
input::-moz-selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: rgba(0, 0, 0, 0.87);
}

/* line 149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
textarea::selection,
input::selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: rgba(0, 0, 0, 0.87);
}

/* Force Simple Scrollbars */
/* line 156, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
body ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
}

/* line 161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
body ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

/* line 165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
body ::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 172, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
body ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.15);
}

/* line 175, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
body ::-webkit-scrollbar-thumb:hover {
  background: rgba(128, 135, 139, 0.8);
}

/* Inverted UI */
/* line 180, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
body .ui.inverted:not(.dimmer)::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

/* line 183, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
}

/* line 186, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.15);
}

/* line 189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/globals/_site.scss */
body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.35);
}

/*******************************
        Global Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Button
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Button
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.button {
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  background: #E0E1E2 none;
  color: rgba(0, 0, 0, 0.6);
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  margin: 0 0.25em 0 0;
  padding: 0.78571429em 1.5em 0.78571429em;
  text-transform: none;
  text-shadow: none;
  font-weight: bold;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  will-change: auto;
  -webkit-tap-highlight-color: transparent;
}

/*******************************
            States
*******************************/
/*--------------
      Hover
---------------*/
/* line 60, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.button:hover {
  background-color: #CACBCD;
  background-image: none;
  -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  color: rgba(0, 0, 0, 0.8);
}

/* line 67, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.button:hover .icon {
  opacity: 0.85;
}

/*--------------
      Focus
---------------*/
/* line 75, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.button:focus {
  background-color: #CACBCD;
  color: rgba(0, 0, 0, 0.8);
  background-image: none;
  -webkit-box-shadow: '';
  box-shadow: '';
}

/* line 82, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.button:focus .icon {
  opacity: 0.85;
}

/*--------------
      Down
---------------*/
/* line 90, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.button:active,
.ui.active.button:active {
  background-color: #BABBBC;
  background-image: '';
  color: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 0 0 1px transparent inset, none;
  box-shadow: 0 0 0 1px transparent inset, none;
}

/*--------------
     Active
---------------*/
/* line 103, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.active.button {
  background-color: #C0C1C2;
  background-image: none;
  -webkit-box-shadow: 0 0 0 1px transparent inset;
  box-shadow: 0 0 0 1px transparent inset;
  color: rgba(0, 0, 0, 0.95);
}

/* line 110, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.active.button:hover {
  background-color: #C0C1C2;
  background-image: none;
  color: rgba(0, 0, 0, 0.95);
}

/* line 115, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.active.button:active {
  background-color: #C0C1C2;
  background-image: none;
}

/*--------------
    Loading
---------------*/
/* Specificity hack */
/* line 126, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.loading.loading.loading.loading.loading.loading.button {
  position: relative;
  cursor: default;
  text-shadow: none !important;
  color: transparent;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0s linear, opacity 0.1s ease;
  transition: all 0s linear, opacity 0.1s ease;
}

/* line 136, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.loading.button:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0 0 -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.15);
}

/* line 147, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.loading.button:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0 0 -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  -webkit-animation: loader 0.6s infinite linear;
  animation: loader 0.6s infinite linear;
  border: 0.2em solid currentColor;
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
}

/* line 163, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.labeled.icon.loading.button .icon {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 168, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.loading.button:not(.inverted):before {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 171, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.loading.button:not(.inverted):after {
  border-color: #767676;
}

/*-------------------
        Disabled
  --------------------*/
/* line 179, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons .disabled.button:not(.basic),
.ui.disabled.button,
.ui.button:disabled,
.ui.disabled.button:hover,
.ui.disabled.active.button {
  cursor: default;
  opacity: 0.45 !important;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none !important;
}

/* Basic Group With Disabled */
/* line 193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.buttons .ui.disabled.button {
  border-color: rgba(34, 36, 38, 0.5);
}

/*******************************
             Types
*******************************/
/*-------------------
         Animated
  --------------------*/
/* line 207, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.animated.button {
  position: relative;
  overflow: hidden;
  padding-right: 0 !important;
  vertical-align: middle;
  z-index: 1;
}

/* line 214, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.animated.button .content {
  will-change: transform, opacity;
}

/* line 217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.animated.button .visible.content {
  position: relative;
  margin-right: 1.5em;
}

/* line 221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.animated.button .hidden.content {
  position: absolute;
  width: 100%;
}

/* Horizontal */
/* line 227, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.animated.button .visible.content,
.ui.animated.button .hidden.content {
  -webkit-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
}

/* line 232, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.animated.button .visible.content {
  left: auto;
  right: 0;
}

/* line 236, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.animated.button .hidden.content {
  top: 50%;
  left: auto;
  right: -100%;
  margin-top: -0.5em;
}

/* line 242, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.animated.button:focus .visible.content,
.ui.animated.button:hover .visible.content {
  left: auto;
  right: 200%;
}

/* line 247, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.animated.button:focus .hidden.content,
.ui.animated.button:hover .hidden.content {
  left: auto;
  right: 0;
}

/* Vertical */
/* line 254, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.vertical.animated.button .visible.content,
.ui.vertical.animated.button .hidden.content {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* line 261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.vertical.animated.button .visible.content {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  right: auto;
}

/* line 266, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.vertical.animated.button .hidden.content {
  top: -50%;
  left: 0;
  right: auto;
}

/* line 271, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.vertical.animated.button:focus .visible.content,
.ui.vertical.animated.button:hover .visible.content {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  right: auto;
}

/* line 277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.vertical.animated.button:focus .hidden.content,
.ui.vertical.animated.button:hover .hidden.content {
  top: 50%;
  right: auto;
}

/* Fade */
/* line 284, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.fade.animated.button .visible.content,
.ui.fade.animated.button .hidden.content {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* line 291, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.fade.animated.button .visible.content {
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 298, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.fade.animated.button .hidden.content {
  opacity: 0;
  left: 0;
  right: auto;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/* line 305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.fade.animated.button:focus .visible.content,
.ui.fade.animated.button:hover .visible.content {
  left: auto;
  right: auto;
  opacity: 0;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

/* line 313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.fade.animated.button:focus .hidden.content,
.ui.fade.animated.button:hover .hidden.content {
  left: 0;
  right: auto;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*-------------------
         Inverted
  --------------------*/
/* line 326, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.button {
  -webkit-box-shadow: 0 0 0 2px #FFFFFF inset;
  box-shadow: 0 0 0 2px #FFFFFF inset;
  background: transparent none;
  color: #FFFFFF;
  text-shadow: none !important;
}

/* Group */
/* line 335, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.buttons .button {
  margin: 0 0 0 -2px;
}

/* line 338, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.buttons .button:first-child {
  margin-left: 0;
}

/* line 341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.vertical.buttons .button {
  margin: 0 0 -2px 0;
}

/* line 344, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.vertical.buttons .button:first-child {
  margin-top: 0;
}

/* States */
/* Hover */
/* line 351, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.button:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0 2px #FFFFFF inset;
  box-shadow: 0 0 0 2px #FFFFFF inset;
  color: rgba(0, 0, 0, 0.8);
}

/* Active / Focus */
/* line 359, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.button:focus,
.ui.inverted.button.active {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0 2px #FFFFFF inset;
  box-shadow: 0 0 0 2px #FFFFFF inset;
  color: rgba(0, 0, 0, 0.8);
}

/* Active Focus */
/* line 368, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.button.active:focus {
  background: #DCDDDE;
  -webkit-box-shadow: 0 0 0 2px #DCDDDE inset;
  box-shadow: 0 0 0 2px #DCDDDE inset;
  color: rgba(0, 0, 0, 0.8);
}

/*-------------------
      Labeled Button
  --------------------*/
/* line 379, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.labeled.button:not(.icon) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: none;
  padding: 0 !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.labeled.button > .button {
  margin: 0;
}

/* line 396, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.labeled.button > .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 -1px !important;
  font-size: 1em;
  padding: '';
  border-color: rgba(34, 36, 38, 0.15);
}

/* Tag */
/* line 410, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.labeled.button > .tag.label:before {
  width: 1.85em;
  height: 1.85em;
}

/* Right */
/* line 416, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.labeled.button:not([class*="left labeled"]) > .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 420, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.labeled.button:not([class*="left labeled"]) > .label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Left Side */
/* line 426, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="left labeled"].button > .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 430, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="left labeled"].button > .label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*-------------------
         Social
  --------------------*/
/* Facebook */
/* line 441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.facebook.button {
  background-color: #3B5998;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.facebook.button:hover {
  background-color: #304d8a;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 454, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.facebook.button:active {
  background-color: #2d4373;
  color: #FFFFFF;
  text-shadow: none;
}

/* Twitter */
/* line 461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.twitter.button {
  background-color: #1DA1F2;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.twitter.button:hover {
  background-color: #0298f3;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 474, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.twitter.button:active {
  background-color: #0c85d0;
  color: #FFFFFF;
  text-shadow: none;
}

/* Google Plus */
/* line 481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.google.plus.button {
  background-color: #DD4B39;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.google.plus.button:hover {
  background-color: #e0321c;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 494, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.google.plus.button:active {
  background-color: #c23321;
  color: #FFFFFF;
  text-shadow: none;
}

/* Linked In */
/* line 501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.linkedin.button {
  background-color: #0077B5;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 506, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.linkedin.button:hover {
  background-color: #00669c;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 511, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.linkedin.button:active {
  background-color: #005582;
  color: #FFFFFF;
  text-shadow: none;
}

/* YouTube */
/* line 518, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.youtube.button {
  background-color: #FF0000;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 526, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.youtube.button:hover {
  background-color: #e60000;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 531, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.youtube.button:active {
  background-color: #cc0000;
  color: #FFFFFF;
  text-shadow: none;
}

/* Instagram */
/* line 538, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.instagram.button {
  background-color: #49769C;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 546, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.instagram.button:hover {
  background-color: #3d698e;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 551, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.instagram.button:active {
  background-color: #395c79;
  color: #FFFFFF;
  text-shadow: none;
}

/* Pinterest */
/* line 558, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.pinterest.button {
  background-color: #BD081C;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 566, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.pinterest.button:hover {
  background-color: #ac0013;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 571, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.pinterest.button:active {
  background-color: #8c0615;
  color: #FFFFFF;
  text-shadow: none;
}

/* VK */
/* line 578, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.vk.button {
  background-color: #45668E;
  color: #FFFFFF;
  background-image: none;
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.vk.button:hover {
  background-color: #395980;
  color: #FFFFFF;
}

/* line 589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.vk.button:active {
  background-color: #344d6c;
  color: #FFFFFF;
}

/* WhatsApp */
/* line 595, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.whatsapp.button {
  background-color: #25D366;
  color: #FFFFFF;
  background-image: none;
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 602, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.whatsapp.button:hover {
  background-color: #19c55a;
  color: #FFFFFF;
}

/* line 606, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.whatsapp.button:active {
  background-color: #1da851;
  color: #FFFFFF;
}

/* Telegram */
/* line 612, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.telegram.button {
  background-color: #0088CC;
  color: #FFFFFF;
  background-image: none;
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 619, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.telegram.button:hover {
  background-color: #0077b3;
  color: #FFFFFF;
}

/* line 623, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.telegram.button:active {
  background-color: #006699;
  color: #FFFFFF;
}

/*--------------
     Icon
---------------*/
/* line 632, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.button > .icon:not(.button) {
  height: auto;
  opacity: 0.8;
  margin: 0 0.42857143em 0 -0.21428571em;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  vertical-align: '';
  color: '';
}

/* line 641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.button:not(.icon) > .icon:not(.button):not(.dropdown),
.ui.button:not(.icon) > .icons:not(.button):not(.dropdown) {
  margin: 0 0.42857143em 0 -0.21428571em;
}

/* line 645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.button:not(.icon) > .right.icon:not(.button):not(.dropdown) {
  margin: 0 -0.21428571em 0 0.42857143em;
}

/*******************************
           Variations
*******************************/
/*-------------------
         Floated
  --------------------*/
/* line 659, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="left floated"].buttons,
.ui[class*="left floated"].button {
  float: left;
  margin-left: 0;
  margin-right: 0.25em;
}

/* line 665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="right floated"].buttons,
.ui[class*="right floated"].button {
  float: right;
  margin-right: 0;
  margin-left: 0.25em;
}

/*-------------------
         Compact
  --------------------*/
/* line 676, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.compact.buttons .button,
.ui.compact.button {
  padding: 0.58928571em 1.125em 0.58928571em;
}

/* line 680, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.compact.icon.buttons .button,
.ui.compact.icon.button {
  padding: 0.58928571em 0.58928571em 0.58928571em;
}

/* line 684, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.compact.labeled.icon.buttons .button,
.ui.compact.labeled.icon.button {
  padding: 0.58928571em 3.69642857em 0.58928571em;
}

/* line 688, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.compact.labeled.icon.buttons .button > .icon,
.ui.compact.labeled.icon.button > .icon {
  padding: 0.58928571em 0 0.58928571em 0;
}

/*-------------------
        Sizes
--------------------*/
/* line 697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons .button,
.ui.buttons .or,
.ui.button {
  font-size: 1rem;
}

/* line 702, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.mini.buttons .dropdown,
.ui.mini.buttons .dropdown .menu > .item,
.ui.mini.buttons .button,
.ui.mini.buttons .or,
.ui.ui.ui.ui.mini.button,
.button.x-mini {
  font-size: 0.78571429rem;
}

/* line 709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tiny.buttons .dropdown,
.ui.tiny.buttons .dropdown .menu > .item,
.ui.tiny.buttons .button,
.ui.tiny.buttons .or,
.ui.ui.ui.ui.tiny.button {
  font-size: 0.85714286rem;
}

/* line 716, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.small.buttons .dropdown,
.ui.small.buttons .dropdown .menu > .item,
.ui.small.buttons .button,
.ui.small.buttons .or,
.ui.ui.ui.ui.small.button {
  font-size: 0.92857143rem;
}

/* line 723, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.large.buttons .dropdown,
.ui.large.buttons .dropdown .menu > .item,
.ui.large.buttons .button,
.ui.large.buttons .or,
.ui.ui.ui.ui.large.button {
  font-size: 1.14285714rem;
}

/* line 730, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.big.buttons .dropdown,
.ui.big.buttons .dropdown .menu > .item,
.ui.big.buttons .button,
.ui.big.buttons .or,
.ui.ui.ui.ui.big.button {
  font-size: 1.28571429rem;
}

/* line 737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.huge.buttons .dropdown,
.ui.huge.buttons .dropdown .menu > .item,
.ui.huge.buttons .button,
.ui.huge.buttons .or,
.ui.ui.ui.ui.huge.button {
  font-size: 1.42857143rem;
}

/* line 744, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.massive.buttons .dropdown,
.ui.massive.buttons .dropdown .menu > .item,
.ui.massive.buttons .button,
.ui.massive.buttons .or,
.ui.ui.ui.ui.massive.button {
  font-size: 1.71428571rem;
}

/*--------------
    Icon Only
---------------*/
/* line 756, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.icon.buttons .button,
.ui.icon.button {
  padding: 0.78571429em 0.78571429em 0.78571429em;
}

/* line 760, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.icon.buttons .button > .icon,
.ui.icon.button > .icon {
  opacity: 0.9;
  margin: 0 !important;
  vertical-align: top;
}

/*-------------------
          Basic
  --------------------*/
/* line 771, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.buttons .button,
.ui.basic.button {
  background: transparent none;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  border-radius: 0.28571429rem;
  text-transform: none;
  text-shadow: none !important;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
}

/* line 782, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.buttons {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
}

/* line 788, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.buttons .button {
  border-radius: 0;
}

/* line 791, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.buttons .button:hover,
.ui.basic.button:hover {
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 798, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.buttons .button:focus,
.ui.basic.button:focus {
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.buttons .button:active,
.ui.basic.button:active {
  background: #F8F8F8;
  color: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 812, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.buttons .active.button,
.ui.basic.active.button {
  background: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: '';
  box-shadow: '';
  color: rgba(0, 0, 0, 0.95);
}

/* line 819, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.buttons .active.button:hover,
.ui.basic.active.button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Vertical */
/* line 825, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.buttons .button:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset inset;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset inset;
}

/* line 829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.buttons .button:active {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset inset;
}

/* line 833, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.buttons .active.button {
  -webkit-box-shadow: '';
  box-shadow: '';
}

/* Standard Basic Inverted */
/* line 839, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.inverted.buttons .button,
.ui.basic.inverted.button {
  background-color: transparent;
  color: #F9FAFB;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
}

/* line 846, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.inverted.buttons .button:hover,
.ui.basic.inverted.button:hover {
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 0 2px #FFFFFF inset;
  box-shadow: 0 0 0 2px #FFFFFF inset;
}

/* line 852, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.inverted.buttons .button:focus,
.ui.basic.inverted.button:focus {
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 0 2px #FFFFFF inset;
  box-shadow: 0 0 0 2px #FFFFFF inset;
}

/* line 858, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.inverted.buttons .button:active,
.ui.basic.inverted.button:active {
  background-color: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
}

/* line 865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.inverted.buttons .active.button,
.ui.basic.inverted.active.button {
  background-color: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  text-shadow: none;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7) inset;
}

/* line 873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.inverted.buttons .active.button:hover,
.ui.basic.inverted.active.button:hover {
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 0 0 2px #FFFFFF inset;
  box-shadow: 0 0 0 2px #FFFFFF inset;
}

/* Basic Group */
/* line 881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.buttons .button {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 886, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.vertical.buttons .button {
  border-left: none;
  border-left-width: 0;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

/* line 891, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.vertical.buttons .button:first-child {
  border-top-width: 0;
}

/*-------------------
         Tertiary
  --------------------*/
/* Overline Mixin */
/* line 901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.button {
  -webkit-transition: color 0.1s ease !important;
  transition: color 0.1s ease !important;
  border-radius: 0;
  margin: 0.28571429em 0.25em 0.28571429em 0 !important;
  padding: 0.5em !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.6);
  background: none;
}

/* line 912, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.button:hover {
  -webkit-box-shadow: inset 0 -0.2em 0 #666666;
  box-shadow: inset 0 -0.2em 0 #666666;
  color: #333333;
  background: none;
}

/* line 918, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.button:focus {
  -webkit-box-shadow: inset 0 -0.2em 0 #666666;
  box-shadow: inset 0 -0.2em 0 #666666;
  color: #333333;
  background: none;
}

/* line 924, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.button:active {
  -webkit-box-shadow: inset 0 -0.2em 0 #999999;
  box-shadow: inset 0 -0.2em 0 #999999;
  border-radius: 0.28571429rem 0.28571429rem 0 0;
  color: #666666;
  background: none;
}

/*--------------
    Labeled Icon
  ---------------*/
/* line 936, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.labeled.icon.buttons .button,
.ui.labeled.icon.button {
  position: relative;
  padding-left: 4.07142857em !important;
  padding-right: 1.5em !important;
}

/* Left Labeled */
/* line 944, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.labeled.icon.buttons > .button > .icon,
.ui.labeled.icon.button > .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  line-height: 1;
  border-radius: 0;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  text-align: center;
  -webkit-animation: none;
  animation: none;
  padding: 0.78571429em 0 0.78571429em 0;
  margin: 0;
  width: 2.57142857em;
  background-color: rgba(0, 0, 0, 0.05);
  color: '';
  -webkit-box-shadow: -1px 0 0 0 transparent inset;
  box-shadow: -1px 0 0 0 transparent inset;
}

/* Right Labeled */
/* line 967, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="right labeled"].icon.button {
  padding-right: 4.07142857em !important;
  padding-left: 1.5em !important;
}

/* line 971, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="right labeled"].icon.button > .icon {
  left: auto;
  right: 0;
  border-radius: 0;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  -webkit-box-shadow: 1px 0 0 0 transparent inset;
  box-shadow: 1px 0 0 0 transparent inset;
}

/* line 980, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.labeled.icon.buttons > .button > .icon:before,
.ui.labeled.icon.button > .icon:before,
.ui.labeled.icon.buttons > .button > .icon:after,
.ui.labeled.icon.button > .icon:after {
  display: block;
  position: relative;
  width: 100%;
  top: 0;
  text-align: center;
}

/* line 990, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.labeled.icon.buttons .button > .icon {
  border-radius: 0;
}

/* line 993, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.labeled.icon.buttons .button:first-child > .icon {
  border-top-left-radius: 0.28571429rem;
  border-bottom-left-radius: 0.28571429rem;
}

/* line 997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.labeled.icon.buttons .button:last-child > .icon {
  border-top-right-radius: 0.28571429rem;
  border-bottom-right-radius: 0.28571429rem;
}

/* line 1001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.vertical.labeled.icon.buttons .button:first-child > .icon {
  border-radius: 0;
  border-top-left-radius: 0.28571429rem;
}

/* line 1005, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.vertical.labeled.icon.buttons .button:last-child > .icon {
  border-radius: 0;
  border-bottom-left-radius: 0.28571429rem;
}

/* Loading Icon in Labeled Button */
/* line 1011, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.labeled.icon.button > .loading.icon:before {
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

/*--------------
       Toggle
  ---------------*/
/* Toggle (Modifies active state to give affordances) */
/* line 1022, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.toggle.buttons .active.button,
.ui.buttons .button.toggle.active,
.ui.button.toggle.active {
  background-color: #21BA45;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #FFFFFF;
}

/* line 1031, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.button.toggle.active:hover {
  background-color: #16ab39;
  text-shadow: none;
  color: #FFFFFF;
}

/*--------------
      Circular
  ---------------*/
/* line 1041, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.circular.button {
  border-radius: 10em;
}

/* line 1044, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.circular.button > .icon {
  width: 1em;
  vertical-align: baseline;
}

/*-------------------
        Or Buttons
  --------------------*/
/* line 1053, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons .or {
  position: relative;
  width: 0.3em;
  height: 2.57142857em;
  z-index: 3;
}

/* line 1059, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons .or:before {
  position: absolute;
  text-align: center;
  border-radius: 500rem;
  content: 'or';
  top: 50%;
  left: 50%;
  background-color: #FFFFFF;
  text-shadow: none;
  margin-top: -0.89285714em;
  margin-left: -0.89285714em;
  width: 1.78571429em;
  height: 1.78571429em;
  line-height: 1.78571429em;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
  font-weight: bold;
  -webkit-box-shadow: 0 0 0 1px transparent inset;
  box-shadow: 0 0 0 1px transparent inset;
}

/* line 1079, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons .or[data-text]:before {
  content: attr(data-text);
}

/* Fluid Or */
/* line 1084, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.fluid.buttons .or {
  width: 0 !important;
}

/* line 1087, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.fluid.buttons .or:after {
  display: none;
}

/*-------------------
         Attached
  --------------------*/
/* Singular */
/* line 1097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.attached.button {
  position: relative;
  display: block;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15);
}

/* Top / Bottom */
/* line 1107, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.attached.top.button {
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* line 1110, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.attached.bottom.button {
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

/* Left / Right */
/* line 1115, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.left.attached.button {
  display: inline-block;
  border-left: none;
  text-align: right;
  padding-right: 0.75em;
  border-radius: 0.28571429rem 0 0 0.28571429rem;
}

/* line 1122, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.right.attached.button {
  display: inline-block;
  text-align: left;
  padding-left: 0.75em;
  border-radius: 0 0.28571429rem 0.28571429rem 0;
}

/* Plural */
/* line 1130, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.attached.buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  width: auto !important;
  z-index: auto;
  margin-left: -1px;
  margin-right: -1px;
}

/* line 1141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.attached.buttons .button {
  margin: 0;
}

/* line 1144, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.attached.buttons .button:first-child {
  border-radius: 0;
}

/* line 1147, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.attached.buttons .button:last-child {
  border-radius: 0;
}

/* Top / Bottom */
/* line 1152, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="top attached"].buttons {
  margin-bottom: -1px;
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* line 1156, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="top attached"].buttons .button:first-child {
  border-radius: 0.28571429rem 0 0 0;
}

/* line 1159, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="top attached"].buttons .button:last-child {
  border-radius: 0 0.28571429rem 0 0;
}

/* line 1162, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="bottom attached"].buttons {
  margin-top: -1px;
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

/* line 1166, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="bottom attached"].buttons .button:first-child {
  border-radius: 0 0 0 0.28571429rem;
}

/* line 1169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="bottom attached"].buttons .button:last-child {
  border-radius: 0 0 0.28571429rem 0;
}

/* Left / Right */
/* line 1174, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="left attached"].buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0;
  margin-left: -1px;
  border-radius: 0 0.28571429rem 0.28571429rem 0;
}

/* line 1182, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="left attached"].buttons .button:first-child {
  margin-left: -1px;
  border-radius: 0 0.28571429rem 0 0;
}

/* line 1186, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="left attached"].buttons .button:last-child {
  margin-left: -1px;
  border-radius: 0 0 0.28571429rem 0;
}

/* line 1190, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="right attached"].buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0;
  margin-right: -1px;
  border-radius: 0.28571429rem 0 0 0.28571429rem;
}

/* line 1198, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="right attached"].buttons .button:first-child {
  margin-left: -1px;
  border-radius: 0.28571429rem 0 0 0;
}

/* line 1202, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui[class*="right attached"].buttons .button:last-child {
  margin-left: -1px;
  border-radius: 0 0 0 0.28571429rem;
}

/*-------------------
          Fluid
  --------------------*/
/* line 1211, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.fluid.buttons,
.ui.fluid.button {
  width: 100%;
}

/* line 1215, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.fluid.button {
  display: block;
}

/* line 1218, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.two.buttons {
  width: 100%;
}

/* line 1221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.two.buttons > .button {
  width: 50%;
}

/* line 1224, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.three.buttons {
  width: 100%;
}

/* line 1227, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.three.buttons > .button {
  width: 33.333%;
}

/* line 1230, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.four.buttons {
  width: 100%;
}

/* line 1233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.four.buttons > .button {
  width: 25%;
}

/* line 1236, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.five.buttons {
  width: 100%;
}

/* line 1239, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.five.buttons > .button {
  width: 20%;
}

/* line 1242, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.six.buttons {
  width: 100%;
}

/* line 1245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.six.buttons > .button {
  width: 16.666%;
}

/* line 1248, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.seven.buttons {
  width: 100%;
}

/* line 1251, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.seven.buttons > .button {
  width: 14.285%;
}

/* line 1254, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.eight.buttons {
  width: 100%;
}

/* line 1257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.eight.buttons > .button {
  width: 12.5%;
}

/* line 1260, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.nine.buttons {
  width: 100%;
}

/* line 1263, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.nine.buttons > .button {
  width: 11.11%;
}

/* line 1266, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.ten.buttons {
  width: 100%;
}

/* line 1269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.ten.buttons > .button {
  width: 10%;
}

/* line 1272, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.eleven.buttons {
  width: 100%;
}

/* line 1275, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.eleven.buttons > .button {
  width: 9.09%;
}

/* line 1278, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.twelve.buttons {
  width: 100%;
}

/* line 1281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.twelve.buttons > .button {
  width: 8.3333%;
}

/* Fluid Vertical Buttons */
/* line 1286, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.fluid.vertical.buttons,
.ui.fluid.vertical.buttons > .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 1296, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.two.vertical.buttons > .button {
  height: 50%;
}

/* line 1299, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.three.vertical.buttons > .button {
  height: 33.333%;
}

/* line 1302, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.four.vertical.buttons > .button {
  height: 25%;
}

/* line 1305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.five.vertical.buttons > .button {
  height: 20%;
}

/* line 1308, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.six.vertical.buttons > .button {
  height: 16.666%;
}

/* line 1311, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.seven.vertical.buttons > .button {
  height: 14.285%;
}

/* line 1314, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.eight.vertical.buttons > .button {
  height: 12.5%;
}

/* line 1317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.nine.vertical.buttons > .button {
  height: 11.11%;
}

/* line 1320, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.ten.vertical.buttons > .button {
  height: 10%;
}

/* line 1323, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.eleven.vertical.buttons > .button {
  height: 9.09%;
}

/* line 1326, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.twelve.vertical.buttons > .button {
  height: 8.3333%;
}

/*-------------------
       Colors
--------------------*/
/* line 1334, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.primary.buttons .button,
.ui.primary.button {
  background-color: #2196f3;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

/* line 1341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.primary.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 1345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.primary.buttons .button:hover,
.ui.primary.button:hover {
  background-color: #1678c2;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 1351, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.primary.buttons .button:focus,
.ui.primary.button:focus {
  background-color: #0d71bb;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 1357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.primary.buttons .button:active,
.ui.primary.button:active {
  background-color: #1a69a4;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 1363, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.primary.buttons .active.button,
.ui.primary.buttons .active.button:active,
.ui.primary.active.button,
.ui.primary.button .active.button:active {
  background-color: #1279c6;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */
/* line 1373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.primary.buttons .button,
.ui.basic.primary.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #2196f3 inset;
  box-shadow: 0 0 0 1px #2196f3 inset;
  color: #2196f3;
}

/* line 1380, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.primary.buttons .button:hover,
.ui.basic.primary.button:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #1678c2 inset;
  box-shadow: 0 0 0 1px #1678c2 inset;
  color: #1678c2;
}

/* line 1387, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.primary.buttons .button:focus,
.ui.basic.primary.button:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #0d71bb inset;
  box-shadow: 0 0 0 1px #0d71bb inset;
  color: #1678c2;
}

/* line 1394, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.primary.buttons .active.button,
.ui.basic.primary.active.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #1279c6 inset;
  box-shadow: 0 0 0 1px #1279c6 inset;
  color: #1a69a4;
}

/* line 1401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.primary.buttons .button:active,
.ui.basic.primary.button:active {
  -webkit-box-shadow: 0 0 0 1px #1a69a4 inset;
  box-shadow: 0 0 0 1px #1a69a4 inset;
  color: #1a69a4;
}

/* line 1407, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */
/* line 1412, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.primary.buttons .button,
.ui.inverted.primary.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #54C8FF inset;
  box-shadow: 0 0 0 2px #54C8FF inset;
  color: #54C8FF;
}

/* line 1419, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.primary.buttons .button:hover,
.ui.inverted.primary.button:hover,
.ui.inverted.primary.buttons .button:focus,
.ui.inverted.primary.button:focus,
.ui.inverted.primary.buttons .button.active,
.ui.inverted.primary.button.active,
.ui.inverted.primary.buttons .button:active,
.ui.inverted.primary.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
}

/* line 1431, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.primary.buttons .button:hover,
.ui.inverted.primary.button:hover {
  background-color: #21b8ff;
}

/* line 1435, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.primary.buttons .button:focus,
.ui.inverted.primary.button:focus {
  background-color: #2bbbff;
}

/* line 1439, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.primary.buttons .active.button,
.ui.inverted.primary.active.button {
  background-color: #3ac0ff;
}

/* line 1443, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.primary.buttons .button:active,
.ui.inverted.primary.button:active {
  background-color: #21b8ff;
}

/* Inverted Basic */
/* line 1449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.primary.basic.buttons .button,
.ui.inverted.primary.buttons .basic.button,
.ui.inverted.primary.basic.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  color: #FFFFFF;
}

/* line 1457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.primary.basic.buttons .button:hover,
.ui.inverted.primary.buttons .basic.button:hover,
.ui.inverted.primary.basic.button:hover {
  -webkit-box-shadow: 0 0 0 2px #21b8ff inset;
  box-shadow: 0 0 0 2px #21b8ff inset;
  color: #54C8FF;
}

/* line 1464, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.primary.basic.buttons .button:focus,
.ui.inverted.primary.basic.buttons .button:focus,
.ui.inverted.primary.basic.button:focus {
  -webkit-box-shadow: 0 0 0 2px #2bbbff inset;
  box-shadow: 0 0 0 2px #2bbbff inset;
  color: #54C8FF;
}

/* line 1471, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.primary.basic.buttons .active.button,
.ui.inverted.primary.buttons .basic.active.button,
.ui.inverted.primary.basic.active.button {
  -webkit-box-shadow: 0 0 0 2px #3ac0ff inset;
  box-shadow: 0 0 0 2px #3ac0ff inset;
  color: #54C8FF;
}

/* line 1478, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.primary.basic.buttons .button:active,
.ui.inverted.primary.buttons .basic.button:active,
.ui.inverted.primary.basic.button:active {
  -webkit-box-shadow: 0 0 0 2px #21b8ff inset;
  box-shadow: 0 0 0 2px #21b8ff inset;
  color: #54C8FF;
}

/* Tertiary */
/* line 1487, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.primary.buttons .button,
.ui.tertiary.primary.buttons .tertiary.button,
.ui.tertiary.primary.button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2196f3;
}

/* line 1495, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.primary.buttons .button:hover,
.ui.tertiary.primary.buttons button:hover,
.ui.tertiary.primary.button:hover {
  -webkit-box-shadow: inset 0 -0.2em 0 #2b75ac;
  box-shadow: inset 0 -0.2em 0 #2b75ac;
  color: #2b75ac;
}

/* line 1502, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.primary.buttons .button:focus,
.ui.tertiary.primary.buttons .tertiary.button:focus,
.ui.tertiary.primary.button:focus {
  -webkit-box-shadow: inset 0 -0.2em 0 #216ea7;
  box-shadow: inset 0 -0.2em 0 #216ea7;
  color: #216ea7;
}

/* line 1509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.primary.buttons .active.button,
.ui.tertiary.primary.buttons .tertiary.active.button,
.ui.tertiary.primary.active.button,
.ui.tertiary.primary.buttons .button:active,
.ui.tertiary.primary.buttons .tertiary.button:active,
.ui.tertiary.primary.button:active {
  -webkit-box-shadow: inset 0 -0.2em 0 #007bd8;
  box-shadow: inset 0 -0.2em 0 #007bd8;
  color: #1279c6;
}

/* line 1519, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.secondary.buttons .button,
.ui.secondary.button {
  background-color: #1A1A1D;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

/* line 1526, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.secondary.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 1530, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.secondary.buttons .button:hover,
.ui.secondary.button:hover {
  background-color: #27292a;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 1536, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.secondary.buttons .button:focus,
.ui.secondary.button:focus {
  background-color: #2e3032;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 1542, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.secondary.buttons .button:active,
.ui.secondary.button:active {
  background-color: #343637;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 1548, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.secondary.buttons .active.button,
.ui.secondary.buttons .active.button:active,
.ui.secondary.active.button,
.ui.secondary.button .active.button:active {
  background-color: #27292a;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */
/* line 1558, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.secondary.buttons .button,
.ui.basic.secondary.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #1A1A1D inset;
  box-shadow: 0 0 0 1px #1A1A1D inset;
  color: #1A1A1D;
}

/* line 1565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.secondary.buttons .button:hover,
.ui.basic.secondary.button:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #27292a inset;
  box-shadow: 0 0 0 1px #27292a inset;
  color: #27292a;
}

/* line 1572, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.secondary.buttons .button:focus,
.ui.basic.secondary.button:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #2e3032 inset;
  box-shadow: 0 0 0 1px #2e3032 inset;
  color: #27292a;
}

/* line 1579, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.secondary.buttons .active.button,
.ui.basic.secondary.active.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #27292a inset;
  box-shadow: 0 0 0 1px #27292a inset;
  color: #343637;
}

/* line 1586, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.secondary.buttons .button:active,
.ui.basic.secondary.button:active {
  -webkit-box-shadow: 0 0 0 1px #343637 inset;
  box-shadow: 0 0 0 1px #343637 inset;
  color: #343637;
}

/* line 1592, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.vertical) > .basic.secondary.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */
/* line 1597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.secondary.buttons .button,
.ui.inverted.secondary.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #545454 inset;
  box-shadow: 0 0 0 2px #545454 inset;
  color: #545454;
}

/* line 1604, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.secondary.buttons .button:hover,
.ui.inverted.secondary.button:hover,
.ui.inverted.secondary.buttons .button:focus,
.ui.inverted.secondary.button:focus,
.ui.inverted.secondary.buttons .button.active,
.ui.inverted.secondary.button.active,
.ui.inverted.secondary.buttons .button:active,
.ui.inverted.secondary.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
}

/* line 1616, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.secondary.buttons .button:hover,
.ui.inverted.secondary.button:hover {
  background-color: #6e6e6e;
}

/* line 1620, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.secondary.buttons .button:focus,
.ui.inverted.secondary.button:focus {
  background-color: #686868;
}

/* line 1624, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.secondary.buttons .active.button,
.ui.inverted.secondary.active.button {
  background-color: #616161;
}

/* line 1628, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.secondary.buttons .button:active,
.ui.inverted.secondary.button:active {
  background-color: #6e6e6e;
}

/* Inverted Basic */
/* line 1634, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.secondary.basic.buttons .button,
.ui.inverted.secondary.buttons .basic.button,
.ui.inverted.secondary.basic.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  color: #FFFFFF;
}

/* line 1642, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.secondary.basic.buttons .button:hover,
.ui.inverted.secondary.buttons .basic.button:hover,
.ui.inverted.secondary.basic.button:hover {
  -webkit-box-shadow: 0 0 0 2px #6e6e6e inset;
  box-shadow: 0 0 0 2px #6e6e6e inset;
  color: #545454;
}

/* line 1649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.secondary.basic.buttons .button:focus,
.ui.inverted.secondary.basic.buttons .button:focus,
.ui.inverted.secondary.basic.button:focus {
  -webkit-box-shadow: 0 0 0 2px #686868 inset;
  box-shadow: 0 0 0 2px #686868 inset;
  color: #545454;
}

/* line 1656, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.secondary.basic.buttons .active.button,
.ui.inverted.secondary.buttons .basic.active.button,
.ui.inverted.secondary.basic.active.button {
  -webkit-box-shadow: 0 0 0 2px #616161 inset;
  box-shadow: 0 0 0 2px #616161 inset;
  color: #545454;
}

/* line 1663, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.secondary.basic.buttons .button:active,
.ui.inverted.secondary.buttons .basic.button:active,
.ui.inverted.secondary.basic.button:active {
  -webkit-box-shadow: 0 0 0 2px #6e6e6e inset;
  box-shadow: 0 0 0 2px #6e6e6e inset;
  color: #545454;
}

/* Tertiary */
/* line 1672, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.secondary.buttons .button,
.ui.tertiary.secondary.buttons .tertiary.button,
.ui.tertiary.secondary.button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1A1A1D;
}

/* line 1680, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.secondary.buttons .button:hover,
.ui.tertiary.secondary.buttons button:hover,
.ui.tertiary.secondary.button:hover {
  -webkit-box-shadow: inset 0 -0.2em 0 #292929;
  box-shadow: inset 0 -0.2em 0 #292929;
  color: #292929;
}

/* line 1687, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.secondary.buttons .button:focus,
.ui.tertiary.secondary.buttons .tertiary.button:focus,
.ui.tertiary.secondary.button:focus {
  -webkit-box-shadow: inset 0 -0.2em 0 #303030;
  box-shadow: inset 0 -0.2em 0 #303030;
  color: #303030;
}

/* line 1694, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.secondary.buttons .active.button,
.ui.tertiary.secondary.buttons .tertiary.active.button,
.ui.tertiary.secondary.active.button,
.ui.tertiary.secondary.buttons .button:active,
.ui.tertiary.secondary.buttons .tertiary.button:active,
.ui.tertiary.secondary.button:active {
  -webkit-box-shadow: inset 0 -0.2em 0 #1f2933;
  box-shadow: inset 0 -0.2em 0 #1f2933;
  color: #27292a;
}

/* line 1704, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.red.buttons .button,
.ui.red.button {
  background-color: #d32f2f;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

/* line 1711, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.red.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 1715, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.red.buttons .button:hover,
.ui.red.button:hover {
  background-color: #d01919;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 1721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.red.buttons .button:focus,
.ui.red.button:focus {
  background-color: #ca1010;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 1727, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.red.buttons .button:active,
.ui.red.button:active {
  background-color: #b21e1e;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 1733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.red.buttons .active.button,
.ui.red.buttons .active.button:active,
.ui.red.active.button,
.ui.red.button .active.button:active {
  background-color: #d41515;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */
/* line 1743, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.red.buttons .button,
.ui.basic.red.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #d32f2f inset;
  box-shadow: 0 0 0 1px #d32f2f inset;
  color: #d32f2f;
}

/* line 1750, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.red.buttons .button:hover,
.ui.basic.red.button:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #d01919 inset;
  box-shadow: 0 0 0 1px #d01919 inset;
  color: #d01919;
}

/* line 1757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.red.buttons .button:focus,
.ui.basic.red.button:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #ca1010 inset;
  box-shadow: 0 0 0 1px #ca1010 inset;
  color: #d01919;
}

/* line 1764, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.red.buttons .active.button,
.ui.basic.red.active.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #d41515 inset;
  box-shadow: 0 0 0 1px #d41515 inset;
  color: #b21e1e;
}

/* line 1771, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.red.buttons .button:active,
.ui.basic.red.button:active {
  -webkit-box-shadow: 0 0 0 1px #b21e1e inset;
  box-shadow: 0 0 0 1px #b21e1e inset;
  color: #b21e1e;
}

/* line 1777, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.vertical) > .basic.red.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */
/* line 1782, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.red.buttons .button,
.ui.inverted.red.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #FF695E inset;
  box-shadow: 0 0 0 2px #FF695E inset;
  color: #FF695E;
}

/* line 1789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.red.buttons .button:hover,
.ui.inverted.red.button:hover,
.ui.inverted.red.buttons .button:focus,
.ui.inverted.red.button:focus,
.ui.inverted.red.buttons .button.active,
.ui.inverted.red.button.active,
.ui.inverted.red.buttons .button:active,
.ui.inverted.red.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
}

/* line 1801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.red.buttons .button:hover,
.ui.inverted.red.button:hover {
  background-color: #ff392b;
}

/* line 1805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.red.buttons .button:focus,
.ui.inverted.red.button:focus {
  background-color: #ff4335;
}

/* line 1809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.red.buttons .active.button,
.ui.inverted.red.active.button {
  background-color: #ff5144;
}

/* line 1813, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.red.buttons .button:active,
.ui.inverted.red.button:active {
  background-color: #ff392b;
}

/* Inverted Basic */
/* line 1819, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.red.basic.buttons .button,
.ui.inverted.red.buttons .basic.button,
.ui.inverted.red.basic.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  color: #FFFFFF;
}

/* line 1827, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.red.basic.buttons .button:hover,
.ui.inverted.red.buttons .basic.button:hover,
.ui.inverted.red.basic.button:hover {
  -webkit-box-shadow: 0 0 0 2px #ff392b inset;
  box-shadow: 0 0 0 2px #ff392b inset;
  color: #FF695E;
}

/* line 1834, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.red.basic.buttons .button:focus,
.ui.inverted.red.basic.buttons .button:focus,
.ui.inverted.red.basic.button:focus {
  -webkit-box-shadow: 0 0 0 2px #ff4335 inset;
  box-shadow: 0 0 0 2px #ff4335 inset;
  color: #FF695E;
}

/* line 1841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.red.basic.buttons .active.button,
.ui.inverted.red.buttons .basic.active.button,
.ui.inverted.red.basic.active.button {
  -webkit-box-shadow: 0 0 0 2px #ff5144 inset;
  box-shadow: 0 0 0 2px #ff5144 inset;
  color: #FF695E;
}

/* line 1848, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.red.basic.buttons .button:active,
.ui.inverted.red.buttons .basic.button:active,
.ui.inverted.red.basic.button:active {
  -webkit-box-shadow: 0 0 0 2px #ff392b inset;
  box-shadow: 0 0 0 2px #ff392b inset;
  color: #FF695E;
}

/* Tertiary */
/* line 1857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.red.buttons .button,
.ui.tertiary.red.buttons .tertiary.button,
.ui.tertiary.red.button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #d32f2f;
}

/* line 1865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.red.buttons .button:hover,
.ui.tertiary.red.buttons button:hover,
.ui.tertiary.red.button:hover {
  -webkit-box-shadow: inset 0 -0.2em 0 #b93131;
  box-shadow: inset 0 -0.2em 0 #b93131;
  color: #b93131;
}

/* line 1872, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.red.buttons .button:focus,
.ui.tertiary.red.buttons .tertiary.button:focus,
.ui.tertiary.red.button:focus {
  -webkit-box-shadow: inset 0 -0.2em 0 #b52626;
  box-shadow: inset 0 -0.2em 0 #b52626;
  color: #b52626;
}

/* line 1879, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.red.buttons .active.button,
.ui.tertiary.red.buttons .tertiary.active.button,
.ui.tertiary.red.active.button,
.ui.tertiary.red.buttons .button:active,
.ui.tertiary.red.buttons .tertiary.button:active,
.ui.tertiary.red.button:active {
  -webkit-box-shadow: inset 0 -0.2em 0 #ea0000;
  box-shadow: inset 0 -0.2em 0 #ea0000;
  color: #d41515;
}

/* line 1889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.orange.buttons .button,
.ui.orange.button {
  background-color: #f57c00;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

/* line 1896, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.orange.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 1900, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.orange.buttons .button:hover,
.ui.orange.button:hover {
  background-color: #f26202;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 1906, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.orange.buttons .button:focus,
.ui.orange.button:focus {
  background-color: #e55b00;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 1912, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.orange.buttons .button:active,
.ui.orange.button:active {
  background-color: #cf590c;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 1918, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.orange.buttons .active.button,
.ui.orange.buttons .active.button:active,
.ui.orange.active.button,
.ui.orange.button .active.button:active {
  background-color: #f56100;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */
/* line 1928, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.orange.buttons .button,
.ui.basic.orange.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #f57c00 inset;
  box-shadow: 0 0 0 1px #f57c00 inset;
  color: #f57c00;
}

/* line 1935, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.orange.buttons .button:hover,
.ui.basic.orange.button:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #f26202 inset;
  box-shadow: 0 0 0 1px #f26202 inset;
  color: #f26202;
}

/* line 1942, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.orange.buttons .button:focus,
.ui.basic.orange.button:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #e55b00 inset;
  box-shadow: 0 0 0 1px #e55b00 inset;
  color: #f26202;
}

/* line 1949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.orange.buttons .active.button,
.ui.basic.orange.active.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #f56100 inset;
  box-shadow: 0 0 0 1px #f56100 inset;
  color: #cf590c;
}

/* line 1956, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.orange.buttons .button:active,
.ui.basic.orange.button:active {
  -webkit-box-shadow: 0 0 0 1px #cf590c inset;
  box-shadow: 0 0 0 1px #cf590c inset;
  color: #cf590c;
}

/* line 1962, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.vertical) > .basic.orange.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */
/* line 1967, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.orange.buttons .button,
.ui.inverted.orange.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #FF851B inset;
  box-shadow: 0 0 0 2px #FF851B inset;
  color: #FF851B;
}

/* line 1974, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.orange.buttons .button:hover,
.ui.inverted.orange.button:hover,
.ui.inverted.orange.buttons .button:focus,
.ui.inverted.orange.button:focus,
.ui.inverted.orange.buttons .button.active,
.ui.inverted.orange.button.active,
.ui.inverted.orange.buttons .button:active,
.ui.inverted.orange.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
}

/* line 1986, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.orange.buttons .button:hover,
.ui.inverted.orange.button:hover {
  background-color: #e76b00;
}

/* line 1990, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.orange.buttons .button:focus,
.ui.inverted.orange.button:focus {
  background-color: #f17000;
}

/* line 1994, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.orange.buttons .active.button,
.ui.inverted.orange.active.button {
  background-color: #ff7701;
}

/* line 1998, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.orange.buttons .button:active,
.ui.inverted.orange.button:active {
  background-color: #e76b00;
}

/* Inverted Basic */
/* line 2004, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.orange.basic.buttons .button,
.ui.inverted.orange.buttons .basic.button,
.ui.inverted.orange.basic.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  color: #FFFFFF;
}

/* line 2012, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.orange.basic.buttons .button:hover,
.ui.inverted.orange.buttons .basic.button:hover,
.ui.inverted.orange.basic.button:hover {
  -webkit-box-shadow: 0 0 0 2px #e76b00 inset;
  box-shadow: 0 0 0 2px #e76b00 inset;
  color: #FF851B;
}

/* line 2019, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.orange.basic.buttons .button:focus,
.ui.inverted.orange.basic.buttons .button:focus,
.ui.inverted.orange.basic.button:focus {
  -webkit-box-shadow: 0 0 0 2px #f17000 inset;
  box-shadow: 0 0 0 2px #f17000 inset;
  color: #FF851B;
}

/* line 2026, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.orange.basic.buttons .active.button,
.ui.inverted.orange.buttons .basic.active.button,
.ui.inverted.orange.basic.active.button {
  -webkit-box-shadow: 0 0 0 2px #ff7701 inset;
  box-shadow: 0 0 0 2px #ff7701 inset;
  color: #FF851B;
}

/* line 2033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.orange.basic.buttons .button:active,
.ui.inverted.orange.buttons .basic.button:active,
.ui.inverted.orange.basic.button:active {
  -webkit-box-shadow: 0 0 0 2px #e76b00 inset;
  box-shadow: 0 0 0 2px #e76b00 inset;
  color: #FF851B;
}

/* Tertiary */
/* line 2042, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.orange.buttons .button,
.ui.tertiary.orange.buttons .tertiary.button,
.ui.tertiary.orange.button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f57c00;
}

/* line 2050, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.orange.buttons .button:hover,
.ui.tertiary.orange.buttons button:hover,
.ui.tertiary.orange.button:hover {
  -webkit-box-shadow: inset 0 -0.2em 0 #da671b;
  box-shadow: inset 0 -0.2em 0 #da671b;
  color: #da671b;
}

/* line 2057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.orange.buttons .button:focus,
.ui.tertiary.orange.buttons .tertiary.button:focus,
.ui.tertiary.orange.button:focus {
  -webkit-box-shadow: inset 0 -0.2em 0 #ce6017;
  box-shadow: inset 0 -0.2em 0 #ce6017;
  color: #ce6017;
}

/* line 2064, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.orange.buttons .active.button,
.ui.tertiary.orange.buttons .tertiary.active.button,
.ui.tertiary.orange.active.button,
.ui.tertiary.orange.buttons .button:active,
.ui.tertiary.orange.buttons .tertiary.button:active,
.ui.tertiary.orange.button:active {
  -webkit-box-shadow: inset 0 -0.2em 0 #f56100;
  box-shadow: inset 0 -0.2em 0 #f56100;
  color: #f56100;
}

/* line 2074, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.yellow.buttons .button,
.ui.yellow.button {
  background-color: #FBBD08;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

/* line 2081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.yellow.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 2085, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.yellow.buttons .button:hover,
.ui.yellow.button:hover {
  background-color: #eaae00;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 2091, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.yellow.buttons .button:focus,
.ui.yellow.button:focus {
  background-color: #daa300;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 2097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.yellow.buttons .button:active,
.ui.yellow.button:active {
  background-color: #cd9903;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 2103, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.yellow.buttons .active.button,
.ui.yellow.buttons .active.button:active,
.ui.yellow.active.button,
.ui.yellow.button .active.button:active {
  background-color: #eaae00;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */
/* line 2113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.yellow.buttons .button,
.ui.basic.yellow.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #FBBD08 inset;
  box-shadow: 0 0 0 1px #FBBD08 inset;
  color: #FBBD08;
}

/* line 2120, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.yellow.buttons .button:hover,
.ui.basic.yellow.button:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #eaae00 inset;
  box-shadow: 0 0 0 1px #eaae00 inset;
  color: #eaae00;
}

/* line 2127, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.yellow.buttons .button:focus,
.ui.basic.yellow.button:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #daa300 inset;
  box-shadow: 0 0 0 1px #daa300 inset;
  color: #eaae00;
}

/* line 2134, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.yellow.buttons .active.button,
.ui.basic.yellow.active.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #eaae00 inset;
  box-shadow: 0 0 0 1px #eaae00 inset;
  color: #cd9903;
}

/* line 2141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.yellow.buttons .button:active,
.ui.basic.yellow.button:active {
  -webkit-box-shadow: 0 0 0 1px #cd9903 inset;
  box-shadow: 0 0 0 1px #cd9903 inset;
  color: #cd9903;
}

/* line 2147, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.vertical) > .basic.yellow.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */
/* line 2152, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.yellow.buttons .button,
.ui.inverted.yellow.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #FFE21F inset;
  box-shadow: 0 0 0 2px #FFE21F inset;
  color: #FFE21F;
}

/* line 2159, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.yellow.buttons .button:hover,
.ui.inverted.yellow.button:hover,
.ui.inverted.yellow.buttons .button:focus,
.ui.inverted.yellow.button:focus,
.ui.inverted.yellow.buttons .button.active,
.ui.inverted.yellow.button.active,
.ui.inverted.yellow.buttons .button:active,
.ui.inverted.yellow.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.6);
}

/* line 2171, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.yellow.buttons .button:hover,
.ui.inverted.yellow.button:hover {
  background-color: #ebcd00;
}

/* line 2175, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.yellow.buttons .button:focus,
.ui.inverted.yellow.button:focus {
  background-color: #f5d500;
}

/* line 2179, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.yellow.buttons .active.button,
.ui.inverted.yellow.active.button {
  background-color: #ffdf05;
}

/* line 2183, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.yellow.buttons .button:active,
.ui.inverted.yellow.button:active {
  background-color: #ebcd00;
}

/* Inverted Basic */
/* line 2189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.yellow.basic.buttons .button,
.ui.inverted.yellow.buttons .basic.button,
.ui.inverted.yellow.basic.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  color: #FFFFFF;
}

/* line 2197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.yellow.basic.buttons .button:hover,
.ui.inverted.yellow.buttons .basic.button:hover,
.ui.inverted.yellow.basic.button:hover {
  -webkit-box-shadow: 0 0 0 2px #ebcd00 inset;
  box-shadow: 0 0 0 2px #ebcd00 inset;
  color: #FFE21F;
}

/* line 2204, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.yellow.basic.buttons .button:focus,
.ui.inverted.yellow.basic.buttons .button:focus,
.ui.inverted.yellow.basic.button:focus {
  -webkit-box-shadow: 0 0 0 2px #f5d500 inset;
  box-shadow: 0 0 0 2px #f5d500 inset;
  color: #FFE21F;
}

/* line 2211, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.yellow.basic.buttons .active.button,
.ui.inverted.yellow.buttons .basic.active.button,
.ui.inverted.yellow.basic.active.button {
  -webkit-box-shadow: 0 0 0 2px #ffdf05 inset;
  box-shadow: 0 0 0 2px #ffdf05 inset;
  color: #FFE21F;
}

/* line 2218, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.yellow.basic.buttons .button:active,
.ui.inverted.yellow.buttons .basic.button:active,
.ui.inverted.yellow.basic.button:active {
  -webkit-box-shadow: 0 0 0 2px #ebcd00 inset;
  box-shadow: 0 0 0 2px #ebcd00 inset;
  color: #FFE21F;
}

/* Tertiary */
/* line 2227, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.yellow.buttons .button,
.ui.tertiary.yellow.buttons .tertiary.button,
.ui.tertiary.yellow.button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FBBD08;
}

/* line 2235, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.yellow.buttons .button:hover,
.ui.tertiary.yellow.buttons button:hover,
.ui.tertiary.yellow.button:hover {
  -webkit-box-shadow: inset 0 -0.2em 0 #d2a217;
  box-shadow: inset 0 -0.2em 0 #d2a217;
  color: #d2a217;
}

/* line 2242, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.yellow.buttons .button:focus,
.ui.tertiary.yellow.buttons .tertiary.button:focus,
.ui.tertiary.yellow.button:focus {
  -webkit-box-shadow: inset 0 -0.2em 0 #c49816;
  box-shadow: inset 0 -0.2em 0 #c49816;
  color: #c49816;
}

/* line 2249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.yellow.buttons .active.button,
.ui.tertiary.yellow.buttons .tertiary.active.button,
.ui.tertiary.yellow.active.button,
.ui.tertiary.yellow.buttons .button:active,
.ui.tertiary.yellow.buttons .tertiary.button:active,
.ui.tertiary.yellow.button:active {
  -webkit-box-shadow: inset 0 -0.2em 0 #eaae00;
  box-shadow: inset 0 -0.2em 0 #eaae00;
  color: #eaae00;
}

/* line 2259, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.olive.buttons .button,
.ui.olive.button {
  background-color: #B5CC18;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

/* line 2266, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.olive.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 2270, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.olive.buttons .button:hover,
.ui.olive.button:hover {
  background-color: #a7bd0d;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 2276, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.olive.buttons .button:focus,
.ui.olive.button:focus {
  background-color: #a0b605;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 2282, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.olive.buttons .button:active,
.ui.olive.button:active {
  background-color: #8d9e13;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 2288, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.olive.buttons .active.button,
.ui.olive.buttons .active.button:active,
.ui.olive.active.button,
.ui.olive.button .active.button:active {
  background-color: #aac109;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */
/* line 2298, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.olive.buttons .button,
.ui.basic.olive.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #B5CC18 inset;
  box-shadow: 0 0 0 1px #B5CC18 inset;
  color: #B5CC18;
}

/* line 2305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.olive.buttons .button:hover,
.ui.basic.olive.button:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #a7bd0d inset;
  box-shadow: 0 0 0 1px #a7bd0d inset;
  color: #a7bd0d;
}

/* line 2312, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.olive.buttons .button:focus,
.ui.basic.olive.button:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #a0b605 inset;
  box-shadow: 0 0 0 1px #a0b605 inset;
  color: #a7bd0d;
}

/* line 2319, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.olive.buttons .active.button,
.ui.basic.olive.active.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #aac109 inset;
  box-shadow: 0 0 0 1px #aac109 inset;
  color: #8d9e13;
}

/* line 2326, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.olive.buttons .button:active,
.ui.basic.olive.button:active {
  -webkit-box-shadow: 0 0 0 1px #8d9e13 inset;
  box-shadow: 0 0 0 1px #8d9e13 inset;
  color: #8d9e13;
}

/* line 2332, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.vertical) > .basic.olive.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */
/* line 2337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.olive.buttons .button,
.ui.inverted.olive.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #D9E778 inset;
  box-shadow: 0 0 0 2px #D9E778 inset;
  color: #D9E778;
}

/* line 2344, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.olive.buttons .button:hover,
.ui.inverted.olive.button:hover,
.ui.inverted.olive.buttons .button:focus,
.ui.inverted.olive.button:focus,
.ui.inverted.olive.buttons .button.active,
.ui.inverted.olive.button.active,
.ui.inverted.olive.buttons .button:active,
.ui.inverted.olive.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.6);
}

/* line 2356, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.olive.buttons .button:hover,
.ui.inverted.olive.button:hover {
  background-color: #d2e745;
}

/* line 2360, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.olive.buttons .button:focus,
.ui.inverted.olive.button:focus {
  background-color: #daef47;
}

/* line 2364, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.olive.buttons .active.button,
.ui.inverted.olive.active.button {
  background-color: #daed59;
}

/* line 2368, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.olive.buttons .button:active,
.ui.inverted.olive.button:active {
  background-color: #cddf4d;
}

/* Inverted Basic */
/* line 2374, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.olive.basic.buttons .button,
.ui.inverted.olive.buttons .basic.button,
.ui.inverted.olive.basic.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  color: #FFFFFF;
}

/* line 2382, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.olive.basic.buttons .button:hover,
.ui.inverted.olive.buttons .basic.button:hover,
.ui.inverted.olive.basic.button:hover {
  -webkit-box-shadow: 0 0 0 2px #d2e745 inset;
  box-shadow: 0 0 0 2px #d2e745 inset;
  color: #D9E778;
}

/* line 2389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.olive.basic.buttons .button:focus,
.ui.inverted.olive.basic.buttons .button:focus,
.ui.inverted.olive.basic.button:focus {
  -webkit-box-shadow: 0 0 0 2px #daef47 inset;
  box-shadow: 0 0 0 2px #daef47 inset;
  color: #D9E778;
}

/* line 2396, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.olive.basic.buttons .active.button,
.ui.inverted.olive.buttons .basic.active.button,
.ui.inverted.olive.basic.active.button {
  -webkit-box-shadow: 0 0 0 2px #daed59 inset;
  box-shadow: 0 0 0 2px #daed59 inset;
  color: #D9E778;
}

/* line 2403, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.olive.basic.buttons .button:active,
.ui.inverted.olive.buttons .basic.button:active,
.ui.inverted.olive.basic.button:active {
  -webkit-box-shadow: 0 0 0 2px #cddf4d inset;
  box-shadow: 0 0 0 2px #cddf4d inset;
  color: #D9E778;
}

/* Tertiary */
/* line 2412, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.olive.buttons .button,
.ui.tertiary.olive.buttons .tertiary.button,
.ui.tertiary.olive.button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #B5CC18;
}

/* line 2420, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.olive.buttons .button:hover,
.ui.tertiary.olive.buttons button:hover,
.ui.tertiary.olive.button:hover {
  -webkit-box-shadow: inset 0 -0.2em 0 #98a922;
  box-shadow: inset 0 -0.2em 0 #98a922;
  color: #98a922;
}

/* line 2427, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.olive.buttons .button:focus,
.ui.tertiary.olive.buttons .tertiary.button:focus,
.ui.tertiary.olive.button:focus {
  -webkit-box-shadow: inset 0 -0.2em 0 #92a418;
  box-shadow: inset 0 -0.2em 0 #92a418;
  color: #92a418;
}

/* line 2434, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.olive.buttons .active.button,
.ui.tertiary.olive.buttons .tertiary.active.button,
.ui.tertiary.olive.active.button,
.ui.tertiary.olive.buttons .button:active,
.ui.tertiary.olive.buttons .tertiary.button:active,
.ui.tertiary.olive.button:active {
  -webkit-box-shadow: inset 0 -0.2em 0 #b1cb00;
  box-shadow: inset 0 -0.2em 0 #b1cb00;
  color: #aac109;
}

/* line 2444, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.green.buttons .button,
.ui.green.button {
  background-color: #21BA45;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

/* line 2451, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.green.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 2455, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.green.buttons .button:hover,
.ui.green.button:hover {
  background-color: #16ab39;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 2461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.green.buttons .button:focus,
.ui.green.button:focus {
  background-color: #0ea432;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 2467, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.green.buttons .button:active,
.ui.green.button:active {
  background-color: #198f35;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 2473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.green.buttons .active.button,
.ui.green.buttons .active.button:active,
.ui.green.active.button,
.ui.green.button .active.button:active {
  background-color: #13ae38;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */
/* line 2483, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.green.buttons .button,
.ui.basic.green.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #21BA45 inset;
  box-shadow: 0 0 0 1px #21BA45 inset;
  color: #21BA45;
}

/* line 2490, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.green.buttons .button:hover,
.ui.basic.green.button:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #16ab39 inset;
  box-shadow: 0 0 0 1px #16ab39 inset;
  color: #16ab39;
}

/* line 2497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.green.buttons .button:focus,
.ui.basic.green.button:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #0ea432 inset;
  box-shadow: 0 0 0 1px #0ea432 inset;
  color: #16ab39;
}

/* line 2504, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.green.buttons .active.button,
.ui.basic.green.active.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #13ae38 inset;
  box-shadow: 0 0 0 1px #13ae38 inset;
  color: #198f35;
}

/* line 2511, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.green.buttons .button:active,
.ui.basic.green.button:active {
  -webkit-box-shadow: 0 0 0 1px #198f35 inset;
  box-shadow: 0 0 0 1px #198f35 inset;
  color: #198f35;
}

/* line 2517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.vertical) > .basic.green.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */
/* line 2522, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.green.buttons .button,
.ui.inverted.green.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #2ECC40 inset;
  box-shadow: 0 0 0 2px #2ECC40 inset;
  color: #2ECC40;
}

/* line 2529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.green.buttons .button:hover,
.ui.inverted.green.button:hover,
.ui.inverted.green.buttons .button:focus,
.ui.inverted.green.button:focus,
.ui.inverted.green.buttons .button.active,
.ui.inverted.green.button.active,
.ui.inverted.green.buttons .button:active,
.ui.inverted.green.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
}

/* line 2541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.green.buttons .button:hover,
.ui.inverted.green.button:hover {
  background-color: #1ea92e;
}

/* line 2545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.green.buttons .button:focus,
.ui.inverted.green.button:focus {
  background-color: #19b82b;
}

/* line 2549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.green.buttons .active.button,
.ui.inverted.green.active.button {
  background-color: #1fc231;
}

/* line 2553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.green.buttons .button:active,
.ui.inverted.green.button:active {
  background-color: #25a233;
}

/* Inverted Basic */
/* line 2559, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.green.basic.buttons .button,
.ui.inverted.green.buttons .basic.button,
.ui.inverted.green.basic.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  color: #FFFFFF;
}

/* line 2567, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.green.basic.buttons .button:hover,
.ui.inverted.green.buttons .basic.button:hover,
.ui.inverted.green.basic.button:hover {
  -webkit-box-shadow: 0 0 0 2px #1ea92e inset;
  box-shadow: 0 0 0 2px #1ea92e inset;
  color: #2ECC40;
}

/* line 2574, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.green.basic.buttons .button:focus,
.ui.inverted.green.basic.buttons .button:focus,
.ui.inverted.green.basic.button:focus {
  -webkit-box-shadow: 0 0 0 2px #19b82b inset;
  box-shadow: 0 0 0 2px #19b82b inset;
  color: #2ECC40;
}

/* line 2581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.green.basic.buttons .active.button,
.ui.inverted.green.buttons .basic.active.button,
.ui.inverted.green.basic.active.button {
  -webkit-box-shadow: 0 0 0 2px #1fc231 inset;
  box-shadow: 0 0 0 2px #1fc231 inset;
  color: #2ECC40;
}

/* line 2588, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.green.basic.buttons .button:active,
.ui.inverted.green.buttons .basic.button:active,
.ui.inverted.green.basic.button:active {
  -webkit-box-shadow: 0 0 0 2px #25a233 inset;
  box-shadow: 0 0 0 2px #25a233 inset;
  color: #2ECC40;
}

/* Tertiary */
/* line 2597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.green.buttons .button,
.ui.tertiary.green.buttons .tertiary.button,
.ui.tertiary.green.button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #21BA45;
}

/* line 2605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.green.buttons .button:hover,
.ui.tertiary.green.buttons button:hover,
.ui.tertiary.green.button:hover {
  -webkit-box-shadow: inset 0 -0.2em 0 #2a9844;
  box-shadow: inset 0 -0.2em 0 #2a9844;
  color: #2a9844;
}

/* line 2612, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.green.buttons .button:focus,
.ui.tertiary.green.buttons .tertiary.button:focus,
.ui.tertiary.green.button:focus {
  -webkit-box-shadow: inset 0 -0.2em 0 #20923b;
  box-shadow: inset 0 -0.2em 0 #20923b;
  color: #20923b;
}

/* line 2619, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.green.buttons .active.button,
.ui.tertiary.green.buttons .tertiary.active.button,
.ui.tertiary.green.active.button,
.ui.tertiary.green.buttons .button:active,
.ui.tertiary.green.buttons .tertiary.button:active,
.ui.tertiary.green.button:active {
  -webkit-box-shadow: inset 0 -0.2em 0 #00c22e;
  box-shadow: inset 0 -0.2em 0 #00c22e;
  color: #13ae38;
}

/* line 2629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.teal.buttons .button,
.ui.teal.button {
  background-color: #00796b;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

/* line 2636, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.teal.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 2640, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.teal.buttons .button:hover,
.ui.teal.button:hover {
  background-color: #009c95;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 2646, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.teal.buttons .button:focus,
.ui.teal.button:focus {
  background-color: #008c86;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 2652, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.teal.buttons .button:active,
.ui.teal.button:active {
  background-color: #00827c;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 2658, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.teal.buttons .active.button,
.ui.teal.buttons .active.button:active,
.ui.teal.active.button,
.ui.teal.button .active.button:active {
  background-color: #009c95;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */
/* line 2668, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.teal.buttons .button,
.ui.basic.teal.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #00796b inset;
  box-shadow: 0 0 0 1px #00796b inset;
  color: #00796b;
}

/* line 2675, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.teal.buttons .button:hover,
.ui.basic.teal.button:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #009c95 inset;
  box-shadow: 0 0 0 1px #009c95 inset;
  color: #009c95;
}

/* line 2682, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.teal.buttons .button:focus,
.ui.basic.teal.button:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #008c86 inset;
  box-shadow: 0 0 0 1px #008c86 inset;
  color: #009c95;
}

/* line 2689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.teal.buttons .active.button,
.ui.basic.teal.active.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #009c95 inset;
  box-shadow: 0 0 0 1px #009c95 inset;
  color: #00827c;
}

/* line 2696, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.teal.buttons .button:active,
.ui.basic.teal.button:active {
  -webkit-box-shadow: 0 0 0 1px #00827c inset;
  box-shadow: 0 0 0 1px #00827c inset;
  color: #00827c;
}

/* line 2702, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.vertical) > .basic.teal.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */
/* line 2707, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.teal.buttons .button,
.ui.inverted.teal.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #6DFFFF inset;
  box-shadow: 0 0 0 2px #6DFFFF inset;
  color: #6DFFFF;
}

/* line 2714, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.teal.buttons .button:hover,
.ui.inverted.teal.button:hover,
.ui.inverted.teal.buttons .button:focus,
.ui.inverted.teal.button:focus,
.ui.inverted.teal.buttons .button.active,
.ui.inverted.teal.button.active,
.ui.inverted.teal.buttons .button:active,
.ui.inverted.teal.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.6);
}

/* line 2726, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.teal.buttons .button:hover,
.ui.inverted.teal.button:hover {
  background-color: #3affff;
}

/* line 2730, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.teal.buttons .button:focus,
.ui.inverted.teal.button:focus {
  background-color: #44ffff;
}

/* line 2734, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.teal.buttons .active.button,
.ui.inverted.teal.active.button {
  background-color: #54ffff;
}

/* line 2738, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.teal.buttons .button:active,
.ui.inverted.teal.button:active {
  background-color: #3affff;
}

/* Inverted Basic */
/* line 2744, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.teal.basic.buttons .button,
.ui.inverted.teal.buttons .basic.button,
.ui.inverted.teal.basic.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  color: #FFFFFF;
}

/* line 2752, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.teal.basic.buttons .button:hover,
.ui.inverted.teal.buttons .basic.button:hover,
.ui.inverted.teal.basic.button:hover {
  -webkit-box-shadow: 0 0 0 2px #3affff inset;
  box-shadow: 0 0 0 2px #3affff inset;
  color: #6DFFFF;
}

/* line 2759, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.teal.basic.buttons .button:focus,
.ui.inverted.teal.basic.buttons .button:focus,
.ui.inverted.teal.basic.button:focus {
  -webkit-box-shadow: 0 0 0 2px #44ffff inset;
  box-shadow: 0 0 0 2px #44ffff inset;
  color: #6DFFFF;
}

/* line 2766, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.teal.basic.buttons .active.button,
.ui.inverted.teal.buttons .basic.active.button,
.ui.inverted.teal.basic.active.button {
  -webkit-box-shadow: 0 0 0 2px #54ffff inset;
  box-shadow: 0 0 0 2px #54ffff inset;
  color: #6DFFFF;
}

/* line 2773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.teal.basic.buttons .button:active,
.ui.inverted.teal.buttons .basic.button:active,
.ui.inverted.teal.basic.button:active {
  -webkit-box-shadow: 0 0 0 2px #3affff inset;
  box-shadow: 0 0 0 2px #3affff inset;
  color: #6DFFFF;
}

/* Tertiary */
/* line 2782, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.teal.buttons .button,
.ui.tertiary.teal.buttons .tertiary.button,
.ui.tertiary.teal.button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00796b;
}

/* line 2790, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.teal.buttons .button:hover,
.ui.tertiary.teal.buttons button:hover,
.ui.tertiary.teal.button:hover {
  -webkit-box-shadow: inset 0 -0.2em 0 #108c86;
  box-shadow: inset 0 -0.2em 0 #108c86;
  color: #108c86;
}

/* line 2797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.teal.buttons .button:focus,
.ui.tertiary.teal.buttons .tertiary.button:focus,
.ui.tertiary.teal.button:focus {
  -webkit-box-shadow: inset 0 -0.2em 0 #0e7e79;
  box-shadow: inset 0 -0.2em 0 #0e7e79;
  color: #0e7e79;
}

/* line 2804, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.teal.buttons .active.button,
.ui.tertiary.teal.buttons .tertiary.active.button,
.ui.tertiary.teal.active.button,
.ui.tertiary.teal.buttons .button:active,
.ui.tertiary.teal.buttons .tertiary.button:active,
.ui.tertiary.teal.button:active {
  -webkit-box-shadow: inset 0 -0.2em 0 #009c95;
  box-shadow: inset 0 -0.2em 0 #009c95;
  color: #009c95;
}

/* line 2814, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.blue.buttons .button,
.ui.blue.button {
  background-color: #2196f3;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

/* line 2821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.blue.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 2825, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.blue.buttons .button:hover,
.ui.blue.button:hover {
  background-color: #1678c2;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 2831, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.blue.buttons .button:focus,
.ui.blue.button:focus {
  background-color: #0d71bb;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 2837, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.blue.buttons .button:active,
.ui.blue.button:active {
  background-color: #1a69a4;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 2843, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.blue.buttons .active.button,
.ui.blue.buttons .active.button:active,
.ui.blue.active.button,
.ui.blue.button .active.button:active {
  background-color: #1279c6;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */
/* line 2853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.blue.buttons .button,
.ui.basic.blue.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #2196f3 inset;
  box-shadow: 0 0 0 1px #2196f3 inset;
  color: #2196f3;
}

/* line 2860, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.blue.buttons .button:hover,
.ui.basic.blue.button:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #1678c2 inset;
  box-shadow: 0 0 0 1px #1678c2 inset;
  color: #1678c2;
}

/* line 2867, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.blue.buttons .button:focus,
.ui.basic.blue.button:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #0d71bb inset;
  box-shadow: 0 0 0 1px #0d71bb inset;
  color: #1678c2;
}

/* line 2874, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.blue.buttons .active.button,
.ui.basic.blue.active.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #1279c6 inset;
  box-shadow: 0 0 0 1px #1279c6 inset;
  color: #1a69a4;
}

/* line 2881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.blue.buttons .button:active,
.ui.basic.blue.button:active {
  -webkit-box-shadow: 0 0 0 1px #1a69a4 inset;
  box-shadow: 0 0 0 1px #1a69a4 inset;
  color: #1a69a4;
}

/* line 2887, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.vertical) > .basic.blue.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */
/* line 2892, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.blue.buttons .button,
.ui.inverted.blue.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #54C8FF inset;
  box-shadow: 0 0 0 2px #54C8FF inset;
  color: #54C8FF;
}

/* line 2899, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.blue.buttons .button:hover,
.ui.inverted.blue.button:hover,
.ui.inverted.blue.buttons .button:focus,
.ui.inverted.blue.button:focus,
.ui.inverted.blue.buttons .button.active,
.ui.inverted.blue.button.active,
.ui.inverted.blue.buttons .button:active,
.ui.inverted.blue.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
}

/* line 2911, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.blue.buttons .button:hover,
.ui.inverted.blue.button:hover {
  background-color: #21b8ff;
}

/* line 2915, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.blue.buttons .button:focus,
.ui.inverted.blue.button:focus {
  background-color: #2bbbff;
}

/* line 2919, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.blue.buttons .active.button,
.ui.inverted.blue.active.button {
  background-color: #3ac0ff;
}

/* line 2923, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.blue.buttons .button:active,
.ui.inverted.blue.button:active {
  background-color: #21b8ff;
}

/* Inverted Basic */
/* line 2929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.blue.basic.buttons .button,
.ui.inverted.blue.buttons .basic.button,
.ui.inverted.blue.basic.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  color: #FFFFFF;
}

/* line 2937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.blue.basic.buttons .button:hover,
.ui.inverted.blue.buttons .basic.button:hover,
.ui.inverted.blue.basic.button:hover {
  -webkit-box-shadow: 0 0 0 2px #21b8ff inset;
  box-shadow: 0 0 0 2px #21b8ff inset;
  color: #54C8FF;
}

/* line 2944, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.blue.basic.buttons .button:focus,
.ui.inverted.blue.basic.buttons .button:focus,
.ui.inverted.blue.basic.button:focus {
  -webkit-box-shadow: 0 0 0 2px #2bbbff inset;
  box-shadow: 0 0 0 2px #2bbbff inset;
  color: #54C8FF;
}

/* line 2951, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.blue.basic.buttons .active.button,
.ui.inverted.blue.buttons .basic.active.button,
.ui.inverted.blue.basic.active.button {
  -webkit-box-shadow: 0 0 0 2px #3ac0ff inset;
  box-shadow: 0 0 0 2px #3ac0ff inset;
  color: #54C8FF;
}

/* line 2958, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.blue.basic.buttons .button:active,
.ui.inverted.blue.buttons .basic.button:active,
.ui.inverted.blue.basic.button:active {
  -webkit-box-shadow: 0 0 0 2px #21b8ff inset;
  box-shadow: 0 0 0 2px #21b8ff inset;
  color: #54C8FF;
}

/* Tertiary */
/* line 2967, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.blue.buttons .button,
.ui.tertiary.blue.buttons .tertiary.button,
.ui.tertiary.blue.button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2196f3;
}

/* line 2975, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.blue.buttons .button:hover,
.ui.tertiary.blue.buttons button:hover,
.ui.tertiary.blue.button:hover {
  -webkit-box-shadow: inset 0 -0.2em 0 #2b75ac;
  box-shadow: inset 0 -0.2em 0 #2b75ac;
  color: #2b75ac;
}

/* line 2982, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.blue.buttons .button:focus,
.ui.tertiary.blue.buttons .tertiary.button:focus,
.ui.tertiary.blue.button:focus {
  -webkit-box-shadow: inset 0 -0.2em 0 #216ea7;
  box-shadow: inset 0 -0.2em 0 #216ea7;
  color: #216ea7;
}

/* line 2989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.blue.buttons .active.button,
.ui.tertiary.blue.buttons .tertiary.active.button,
.ui.tertiary.blue.active.button,
.ui.tertiary.blue.buttons .button:active,
.ui.tertiary.blue.buttons .tertiary.button:active,
.ui.tertiary.blue.button:active {
  -webkit-box-shadow: inset 0 -0.2em 0 #007bd8;
  box-shadow: inset 0 -0.2em 0 #007bd8;
  color: #1279c6;
}

/* line 2999, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.violet.buttons .button,
.ui.violet.button {
  background-color: #6435C9;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

/* line 3006, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.violet.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 3010, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.violet.buttons .button:hover,
.ui.violet.button:hover {
  background-color: #5829bb;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3016, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.violet.buttons .button:focus,
.ui.violet.button:focus {
  background-color: #4f20b5;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3022, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.violet.buttons .button:active,
.ui.violet.button:active {
  background-color: #502aa1;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3028, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.violet.buttons .active.button,
.ui.violet.buttons .active.button:active,
.ui.violet.active.button,
.ui.violet.button .active.button:active {
  background-color: #5626bf;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */
/* line 3038, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.violet.buttons .button,
.ui.basic.violet.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #6435C9 inset;
  box-shadow: 0 0 0 1px #6435C9 inset;
  color: #6435C9;
}

/* line 3045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.violet.buttons .button:hover,
.ui.basic.violet.button:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #5829bb inset;
  box-shadow: 0 0 0 1px #5829bb inset;
  color: #5829bb;
}

/* line 3052, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.violet.buttons .button:focus,
.ui.basic.violet.button:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #4f20b5 inset;
  box-shadow: 0 0 0 1px #4f20b5 inset;
  color: #5829bb;
}

/* line 3059, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.violet.buttons .active.button,
.ui.basic.violet.active.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #5626bf inset;
  box-shadow: 0 0 0 1px #5626bf inset;
  color: #502aa1;
}

/* line 3066, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.violet.buttons .button:active,
.ui.basic.violet.button:active {
  -webkit-box-shadow: 0 0 0 1px #502aa1 inset;
  box-shadow: 0 0 0 1px #502aa1 inset;
  color: #502aa1;
}

/* line 3072, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.vertical) > .basic.violet.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */
/* line 3077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.violet.buttons .button,
.ui.inverted.violet.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #A291FB inset;
  box-shadow: 0 0 0 2px #A291FB inset;
  color: #A291FB;
}

/* line 3084, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.violet.buttons .button:hover,
.ui.inverted.violet.button:hover,
.ui.inverted.violet.buttons .button:focus,
.ui.inverted.violet.button:focus,
.ui.inverted.violet.buttons .button.active,
.ui.inverted.violet.button.active,
.ui.inverted.violet.buttons .button:active,
.ui.inverted.violet.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
}

/* line 3096, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.violet.buttons .button:hover,
.ui.inverted.violet.button:hover {
  background-color: #745aff;
}

/* line 3100, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.violet.buttons .button:focus,
.ui.inverted.violet.button:focus {
  background-color: #7d64ff;
}

/* line 3104, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.violet.buttons .active.button,
.ui.inverted.violet.active.button {
  background-color: #8a73ff;
}

/* line 3108, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.violet.buttons .button:active,
.ui.inverted.violet.button:active {
  background-color: #7860f9;
}

/* Inverted Basic */
/* line 3114, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.violet.basic.buttons .button,
.ui.inverted.violet.buttons .basic.button,
.ui.inverted.violet.basic.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  color: #FFFFFF;
}

/* line 3122, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.violet.basic.buttons .button:hover,
.ui.inverted.violet.buttons .basic.button:hover,
.ui.inverted.violet.basic.button:hover {
  -webkit-box-shadow: 0 0 0 2px #745aff inset;
  box-shadow: 0 0 0 2px #745aff inset;
  color: #A291FB;
}

/* line 3129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.violet.basic.buttons .button:focus,
.ui.inverted.violet.basic.buttons .button:focus,
.ui.inverted.violet.basic.button:focus {
  -webkit-box-shadow: 0 0 0 2px #7d64ff inset;
  box-shadow: 0 0 0 2px #7d64ff inset;
  color: #A291FB;
}

/* line 3136, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.violet.basic.buttons .active.button,
.ui.inverted.violet.buttons .basic.active.button,
.ui.inverted.violet.basic.active.button {
  -webkit-box-shadow: 0 0 0 2px #8a73ff inset;
  box-shadow: 0 0 0 2px #8a73ff inset;
  color: #A291FB;
}

/* line 3143, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.violet.basic.buttons .button:active,
.ui.inverted.violet.buttons .basic.button:active,
.ui.inverted.violet.basic.button:active {
  -webkit-box-shadow: 0 0 0 2px #7860f9 inset;
  box-shadow: 0 0 0 2px #7860f9 inset;
  color: #A291FB;
}

/* Tertiary */
/* line 3152, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.violet.buttons .button,
.ui.tertiary.violet.buttons .tertiary.button,
.ui.tertiary.violet.button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #6435C9;
}

/* line 3160, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.violet.buttons .button:hover,
.ui.tertiary.violet.buttons button:hover,
.ui.tertiary.violet.button:hover {
  -webkit-box-shadow: inset 0 -0.2em 0 #6040a5;
  box-shadow: inset 0 -0.2em 0 #6040a5;
  color: #6040a5;
}

/* line 3167, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.violet.buttons .button:focus,
.ui.tertiary.violet.buttons .tertiary.button:focus,
.ui.tertiary.violet.button:focus {
  -webkit-box-shadow: inset 0 -0.2em 0 #5735a0;
  box-shadow: inset 0 -0.2em 0 #5735a0;
  color: #5735a0;
}

/* line 3174, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.violet.buttons .active.button,
.ui.tertiary.violet.buttons .tertiary.active.button,
.ui.tertiary.violet.active.button,
.ui.tertiary.violet.buttons .button:active,
.ui.tertiary.violet.buttons .tertiary.button:active,
.ui.tertiary.violet.button:active {
  -webkit-box-shadow: inset 0 -0.2em 0 #4e0fd6;
  box-shadow: inset 0 -0.2em 0 #4e0fd6;
  color: #5626bf;
}

/* line 3184, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.purple.buttons .button,
.ui.purple.button {
  background-color: #A333C8;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

/* line 3191, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.purple.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 3195, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.purple.buttons .button:hover,
.ui.purple.button:hover {
  background-color: #9627ba;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.purple.buttons .button:focus,
.ui.purple.button:focus {
  background-color: #8f1eb4;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3207, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.purple.buttons .button:active,
.ui.purple.button:active {
  background-color: #82299f;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.purple.buttons .active.button,
.ui.purple.buttons .active.button:active,
.ui.purple.active.button,
.ui.purple.button .active.button:active {
  background-color: #9724be;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */
/* line 3223, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.purple.buttons .button,
.ui.basic.purple.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #A333C8 inset;
  box-shadow: 0 0 0 1px #A333C8 inset;
  color: #A333C8;
}

/* line 3230, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.purple.buttons .button:hover,
.ui.basic.purple.button:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #9627ba inset;
  box-shadow: 0 0 0 1px #9627ba inset;
  color: #9627ba;
}

/* line 3237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.purple.buttons .button:focus,
.ui.basic.purple.button:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #8f1eb4 inset;
  box-shadow: 0 0 0 1px #8f1eb4 inset;
  color: #9627ba;
}

/* line 3244, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.purple.buttons .active.button,
.ui.basic.purple.active.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #9724be inset;
  box-shadow: 0 0 0 1px #9724be inset;
  color: #82299f;
}

/* line 3251, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.purple.buttons .button:active,
.ui.basic.purple.button:active {
  -webkit-box-shadow: 0 0 0 1px #82299f inset;
  box-shadow: 0 0 0 1px #82299f inset;
  color: #82299f;
}

/* line 3257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.vertical) > .basic.purple.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */
/* line 3262, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.purple.buttons .button,
.ui.inverted.purple.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #DC73FF inset;
  box-shadow: 0 0 0 2px #DC73FF inset;
  color: #DC73FF;
}

/* line 3269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.purple.buttons .button:hover,
.ui.inverted.purple.button:hover,
.ui.inverted.purple.buttons .button:focus,
.ui.inverted.purple.button:focus,
.ui.inverted.purple.buttons .button.active,
.ui.inverted.purple.button.active,
.ui.inverted.purple.buttons .button:active,
.ui.inverted.purple.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
}

/* line 3281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.purple.buttons .button:hover,
.ui.inverted.purple.button:hover {
  background-color: #cf40ff;
}

/* line 3285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.purple.buttons .button:focus,
.ui.inverted.purple.button:focus {
  background-color: #d24aff;
}

/* line 3289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.purple.buttons .active.button,
.ui.inverted.purple.active.button {
  background-color: #d65aff;
}

/* line 3293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.purple.buttons .button:active,
.ui.inverted.purple.button:active {
  background-color: #cf40ff;
}

/* Inverted Basic */
/* line 3299, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.purple.basic.buttons .button,
.ui.inverted.purple.buttons .basic.button,
.ui.inverted.purple.basic.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  color: #FFFFFF;
}

/* line 3307, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.purple.basic.buttons .button:hover,
.ui.inverted.purple.buttons .basic.button:hover,
.ui.inverted.purple.basic.button:hover {
  -webkit-box-shadow: 0 0 0 2px #cf40ff inset;
  box-shadow: 0 0 0 2px #cf40ff inset;
  color: #DC73FF;
}

/* line 3314, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.purple.basic.buttons .button:focus,
.ui.inverted.purple.basic.buttons .button:focus,
.ui.inverted.purple.basic.button:focus {
  -webkit-box-shadow: 0 0 0 2px #d24aff inset;
  box-shadow: 0 0 0 2px #d24aff inset;
  color: #DC73FF;
}

/* line 3321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.purple.basic.buttons .active.button,
.ui.inverted.purple.buttons .basic.active.button,
.ui.inverted.purple.basic.active.button {
  -webkit-box-shadow: 0 0 0 2px #d65aff inset;
  box-shadow: 0 0 0 2px #d65aff inset;
  color: #DC73FF;
}

/* line 3328, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.purple.basic.buttons .button:active,
.ui.inverted.purple.buttons .basic.button:active,
.ui.inverted.purple.basic.button:active {
  -webkit-box-shadow: 0 0 0 2px #cf40ff inset;
  box-shadow: 0 0 0 2px #cf40ff inset;
  color: #DC73FF;
}

/* Tertiary */
/* line 3337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.purple.buttons .button,
.ui.tertiary.purple.buttons .tertiary.button,
.ui.tertiary.purple.button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #A333C8;
}

/* line 3345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.purple.buttons .button:hover,
.ui.tertiary.purple.buttons button:hover,
.ui.tertiary.purple.button:hover {
  -webkit-box-shadow: inset 0 -0.2em 0 #8a3ea4;
  box-shadow: inset 0 -0.2em 0 #8a3ea4;
  color: #8a3ea4;
}

/* line 3352, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.purple.buttons .button:focus,
.ui.tertiary.purple.buttons .tertiary.button:focus,
.ui.tertiary.purple.button:focus {
  -webkit-box-shadow: inset 0 -0.2em 0 #84339f;
  box-shadow: inset 0 -0.2em 0 #84339f;
  color: #84339f;
}

/* line 3359, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.purple.buttons .active.button,
.ui.tertiary.purple.buttons .tertiary.active.button,
.ui.tertiary.purple.active.button,
.ui.tertiary.purple.buttons .button:active,
.ui.tertiary.purple.buttons .tertiary.button:active,
.ui.tertiary.purple.button:active {
  -webkit-box-shadow: inset 0 -0.2em 0 #a30dd4;
  box-shadow: inset 0 -0.2em 0 #a30dd4;
  color: #9724be;
}

/* line 3369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.pink.buttons .button,
.ui.pink.button {
  background-color: #E03997;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

/* line 3376, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.pink.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 3380, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.pink.buttons .button:hover,
.ui.pink.button:hover {
  background-color: #e61a8d;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3386, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.pink.buttons .button:focus,
.ui.pink.button:focus {
  background-color: #e10f85;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3392, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.pink.buttons .button:active,
.ui.pink.button:active {
  background-color: #c71f7e;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3398, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.pink.buttons .active.button,
.ui.pink.buttons .active.button:active,
.ui.pink.active.button,
.ui.pink.button .active.button:active {
  background-color: #ea158d;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */
/* line 3408, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.pink.buttons .button,
.ui.basic.pink.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #E03997 inset;
  box-shadow: 0 0 0 1px #E03997 inset;
  color: #E03997;
}

/* line 3415, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.pink.buttons .button:hover,
.ui.basic.pink.button:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #e61a8d inset;
  box-shadow: 0 0 0 1px #e61a8d inset;
  color: #e61a8d;
}

/* line 3422, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.pink.buttons .button:focus,
.ui.basic.pink.button:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #e10f85 inset;
  box-shadow: 0 0 0 1px #e10f85 inset;
  color: #e61a8d;
}

/* line 3429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.pink.buttons .active.button,
.ui.basic.pink.active.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #ea158d inset;
  box-shadow: 0 0 0 1px #ea158d inset;
  color: #c71f7e;
}

/* line 3436, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.pink.buttons .button:active,
.ui.basic.pink.button:active {
  -webkit-box-shadow: 0 0 0 1px #c71f7e inset;
  box-shadow: 0 0 0 1px #c71f7e inset;
  color: #c71f7e;
}

/* line 3442, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.vertical) > .basic.pink.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */
/* line 3447, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.pink.buttons .button,
.ui.inverted.pink.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #FF8EDF inset;
  box-shadow: 0 0 0 2px #FF8EDF inset;
  color: #FF8EDF;
}

/* line 3454, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.pink.buttons .button:hover,
.ui.inverted.pink.button:hover,
.ui.inverted.pink.buttons .button:focus,
.ui.inverted.pink.button:focus,
.ui.inverted.pink.buttons .button.active,
.ui.inverted.pink.button.active,
.ui.inverted.pink.buttons .button:active,
.ui.inverted.pink.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
}

/* line 3466, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.pink.buttons .button:hover,
.ui.inverted.pink.button:hover {
  background-color: #ff5bd1;
}

/* line 3470, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.pink.buttons .button:focus,
.ui.inverted.pink.button:focus {
  background-color: #ff65d3;
}

/* line 3474, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.pink.buttons .active.button,
.ui.inverted.pink.active.button {
  background-color: #ff74d8;
}

/* line 3478, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.pink.buttons .button:active,
.ui.inverted.pink.button:active {
  background-color: #ff5bd1;
}

/* Inverted Basic */
/* line 3484, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.pink.basic.buttons .button,
.ui.inverted.pink.buttons .basic.button,
.ui.inverted.pink.basic.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  color: #FFFFFF;
}

/* line 3492, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.pink.basic.buttons .button:hover,
.ui.inverted.pink.buttons .basic.button:hover,
.ui.inverted.pink.basic.button:hover {
  -webkit-box-shadow: 0 0 0 2px #ff5bd1 inset;
  box-shadow: 0 0 0 2px #ff5bd1 inset;
  color: #FF8EDF;
}

/* line 3499, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.pink.basic.buttons .button:focus,
.ui.inverted.pink.basic.buttons .button:focus,
.ui.inverted.pink.basic.button:focus {
  -webkit-box-shadow: 0 0 0 2px #ff65d3 inset;
  box-shadow: 0 0 0 2px #ff65d3 inset;
  color: #FF8EDF;
}

/* line 3506, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.pink.basic.buttons .active.button,
.ui.inverted.pink.buttons .basic.active.button,
.ui.inverted.pink.basic.active.button {
  -webkit-box-shadow: 0 0 0 2px #ff74d8 inset;
  box-shadow: 0 0 0 2px #ff74d8 inset;
  color: #FF8EDF;
}

/* line 3513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.pink.basic.buttons .button:active,
.ui.inverted.pink.buttons .basic.button:active,
.ui.inverted.pink.basic.button:active {
  -webkit-box-shadow: 0 0 0 2px #ff5bd1 inset;
  box-shadow: 0 0 0 2px #ff5bd1 inset;
  color: #FF8EDF;
}

/* Tertiary */
/* line 3522, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.pink.buttons .button,
.ui.tertiary.pink.buttons .tertiary.button,
.ui.tertiary.pink.button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #E03997;
}

/* line 3530, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.pink.buttons .button:hover,
.ui.tertiary.pink.buttons button:hover,
.ui.tertiary.pink.button:hover {
  -webkit-box-shadow: inset 0 -0.2em 0 #cc3389;
  box-shadow: inset 0 -0.2em 0 #cc3389;
  color: #cc3389;
}

/* line 3537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.pink.buttons .button:focus,
.ui.tertiary.pink.buttons .tertiary.button:focus,
.ui.tertiary.pink.button:focus {
  -webkit-box-shadow: inset 0 -0.2em 0 #c92782;
  box-shadow: inset 0 -0.2em 0 #c92782;
  color: #c92782;
}

/* line 3544, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.pink.buttons .active.button,
.ui.tertiary.pink.buttons .tertiary.active.button,
.ui.tertiary.pink.active.button,
.ui.tertiary.pink.buttons .button:active,
.ui.tertiary.pink.buttons .tertiary.button:active,
.ui.tertiary.pink.button:active {
  -webkit-box-shadow: inset 0 -0.2em 0 #ff0090;
  box-shadow: inset 0 -0.2em 0 #ff0090;
  color: #ea158d;
}

/* line 3554, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.brown.buttons .button,
.ui.brown.button {
  background-color: #A5673F;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

/* line 3561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.brown.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 3565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.brown.buttons .button:hover,
.ui.brown.button:hover {
  background-color: #975b33;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3571, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.brown.buttons .button:focus,
.ui.brown.button:focus {
  background-color: #90532b;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.brown.buttons .button:active,
.ui.brown.button:active {
  background-color: #805031;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3583, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.brown.buttons .active.button,
.ui.brown.buttons .active.button:active,
.ui.brown.active.button,
.ui.brown.button .active.button:active {
  background-color: #995a31;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */
/* line 3593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.brown.buttons .button,
.ui.basic.brown.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #A5673F inset;
  box-shadow: 0 0 0 1px #A5673F inset;
  color: #A5673F;
}

/* line 3600, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.brown.buttons .button:hover,
.ui.basic.brown.button:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #975b33 inset;
  box-shadow: 0 0 0 1px #975b33 inset;
  color: #975b33;
}

/* line 3607, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.brown.buttons .button:focus,
.ui.basic.brown.button:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #90532b inset;
  box-shadow: 0 0 0 1px #90532b inset;
  color: #975b33;
}

/* line 3614, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.brown.buttons .active.button,
.ui.basic.brown.active.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #995a31 inset;
  box-shadow: 0 0 0 1px #995a31 inset;
  color: #805031;
}

/* line 3621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.brown.buttons .button:active,
.ui.basic.brown.button:active {
  -webkit-box-shadow: 0 0 0 1px #805031 inset;
  box-shadow: 0 0 0 1px #805031 inset;
  color: #805031;
}

/* line 3627, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.vertical) > .basic.brown.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */
/* line 3632, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.brown.buttons .button,
.ui.inverted.brown.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #D67C1C inset;
  box-shadow: 0 0 0 2px #D67C1C inset;
  color: #D67C1C;
}

/* line 3639, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.brown.buttons .button:hover,
.ui.inverted.brown.button:hover,
.ui.inverted.brown.buttons .button:focus,
.ui.inverted.brown.button:focus,
.ui.inverted.brown.buttons .button.active,
.ui.inverted.brown.button.active,
.ui.inverted.brown.buttons .button:active,
.ui.inverted.brown.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
}

/* line 3651, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.brown.buttons .button:hover,
.ui.inverted.brown.button:hover {
  background-color: #b0620f;
}

/* line 3655, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.brown.buttons .button:focus,
.ui.inverted.brown.button:focus {
  background-color: #c16808;
}

/* line 3659, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.brown.buttons .active.button,
.ui.inverted.brown.active.button {
  background-color: #cc6f0d;
}

/* line 3663, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.brown.buttons .button:active,
.ui.inverted.brown.button:active {
  background-color: #a96216;
}

/* Inverted Basic */
/* line 3669, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.brown.basic.buttons .button,
.ui.inverted.brown.buttons .basic.button,
.ui.inverted.brown.basic.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  color: #FFFFFF;
}

/* line 3677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.brown.basic.buttons .button:hover,
.ui.inverted.brown.buttons .basic.button:hover,
.ui.inverted.brown.basic.button:hover {
  -webkit-box-shadow: 0 0 0 2px #b0620f inset;
  box-shadow: 0 0 0 2px #b0620f inset;
  color: #D67C1C;
}

/* line 3684, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.brown.basic.buttons .button:focus,
.ui.inverted.brown.basic.buttons .button:focus,
.ui.inverted.brown.basic.button:focus {
  -webkit-box-shadow: 0 0 0 2px #c16808 inset;
  box-shadow: 0 0 0 2px #c16808 inset;
  color: #D67C1C;
}

/* line 3691, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.brown.basic.buttons .active.button,
.ui.inverted.brown.buttons .basic.active.button,
.ui.inverted.brown.basic.active.button {
  -webkit-box-shadow: 0 0 0 2px #cc6f0d inset;
  box-shadow: 0 0 0 2px #cc6f0d inset;
  color: #D67C1C;
}

/* line 3698, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.brown.basic.buttons .button:active,
.ui.inverted.brown.buttons .basic.button:active,
.ui.inverted.brown.basic.button:active {
  -webkit-box-shadow: 0 0 0 2px #a96216 inset;
  box-shadow: 0 0 0 2px #a96216 inset;
  color: #D67C1C;
}

/* Tertiary */
/* line 3707, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.brown.buttons .button,
.ui.tertiary.brown.buttons .tertiary.button,
.ui.tertiary.brown.button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #A5673F;
}

/* line 3715, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.brown.buttons .button:hover,
.ui.tertiary.brown.buttons button:hover,
.ui.tertiary.brown.button:hover {
  -webkit-box-shadow: inset 0 -0.2em 0 #835f48;
  box-shadow: inset 0 -0.2em 0 #835f48;
  color: #835f48;
}

/* line 3722, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.brown.buttons .button:focus,
.ui.tertiary.brown.buttons .tertiary.button:focus,
.ui.tertiary.brown.button:focus {
  -webkit-box-shadow: inset 0 -0.2em 0 #7d573e;
  box-shadow: inset 0 -0.2em 0 #7d573e;
  color: #7d573e;
}

/* line 3729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.brown.buttons .active.button,
.ui.tertiary.brown.buttons .tertiary.active.button,
.ui.tertiary.brown.active.button,
.ui.tertiary.brown.buttons .button:active,
.ui.tertiary.brown.buttons .tertiary.button:active,
.ui.tertiary.brown.button:active {
  -webkit-box-shadow: inset 0 -0.2em 0 #ae561d;
  box-shadow: inset 0 -0.2em 0 #ae561d;
  color: #995a31;
}

/* line 3739, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.grey.buttons .button,
.ui.grey.button {
  background-color: #767676;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

/* line 3746, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.grey.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 3750, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.grey.buttons .button:hover,
.ui.grey.button:hover {
  background-color: #838383;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3756, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.grey.buttons .button:focus,
.ui.grey.button:focus {
  background-color: #8a8a8a;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3762, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.grey.buttons .button:active,
.ui.grey.button:active {
  background-color: #909090;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3768, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.grey.buttons .active.button,
.ui.grey.buttons .active.button:active,
.ui.grey.active.button,
.ui.grey.button .active.button:active {
  background-color: #696969;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */
/* line 3778, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.grey.buttons .button,
.ui.basic.grey.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #767676 inset;
  box-shadow: 0 0 0 1px #767676 inset;
  color: #767676;
}

/* line 3785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.grey.buttons .button:hover,
.ui.basic.grey.button:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #838383 inset;
  box-shadow: 0 0 0 1px #838383 inset;
  color: #838383;
}

/* line 3792, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.grey.buttons .button:focus,
.ui.basic.grey.button:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #8a8a8a inset;
  box-shadow: 0 0 0 1px #8a8a8a inset;
  color: #838383;
}

/* line 3799, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.grey.buttons .active.button,
.ui.basic.grey.active.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #696969 inset;
  box-shadow: 0 0 0 1px #696969 inset;
  color: #909090;
}

/* line 3806, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.grey.buttons .button:active,
.ui.basic.grey.button:active {
  -webkit-box-shadow: 0 0 0 1px #909090 inset;
  box-shadow: 0 0 0 1px #909090 inset;
  color: #909090;
}

/* line 3812, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.vertical) > .basic.grey.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */
/* line 3817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.grey.buttons .button,
.ui.inverted.grey.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #D4D4D5 inset;
  box-shadow: 0 0 0 2px #D4D4D5 inset;
  color: #FFFFFF;
}

/* line 3824, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.grey.buttons .button:hover,
.ui.inverted.grey.button:hover,
.ui.inverted.grey.buttons .button:focus,
.ui.inverted.grey.button:focus,
.ui.inverted.grey.buttons .button.active,
.ui.inverted.grey.button.active,
.ui.inverted.grey.buttons .button:active,
.ui.inverted.grey.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.6);
}

/* line 3836, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.grey.buttons .button:hover,
.ui.inverted.grey.button:hover {
  background-color: #c2c4c5;
}

/* line 3840, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.grey.buttons .button:focus,
.ui.inverted.grey.button:focus {
  background-color: #c7c9cb;
}

/* line 3844, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.grey.buttons .active.button,
.ui.inverted.grey.active.button {
  background-color: #cfd0d2;
}

/* line 3848, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.grey.buttons .button:active,
.ui.inverted.grey.button:active {
  background-color: #c2c4c5;
}

/* Inverted Basic */
/* line 3854, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.grey.basic.buttons .button,
.ui.inverted.grey.buttons .basic.button,
.ui.inverted.grey.basic.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  color: #FFFFFF;
}

/* line 3862, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.grey.basic.buttons .button:hover,
.ui.inverted.grey.buttons .basic.button:hover,
.ui.inverted.grey.basic.button:hover {
  -webkit-box-shadow: 0 0 0 2px #c2c4c5 inset;
  box-shadow: 0 0 0 2px #c2c4c5 inset;
  color: #FFFFFF;
}

/* line 3869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.grey.basic.buttons .button:focus,
.ui.inverted.grey.basic.buttons .button:focus,
.ui.inverted.grey.basic.button:focus {
  -webkit-box-shadow: 0 0 0 2px #c7c9cb inset;
  box-shadow: 0 0 0 2px #c7c9cb inset;
  color: #DCDDDE;
}

/* line 3876, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.grey.basic.buttons .active.button,
.ui.inverted.grey.buttons .basic.active.button,
.ui.inverted.grey.basic.active.button {
  -webkit-box-shadow: 0 0 0 2px #cfd0d2 inset;
  box-shadow: 0 0 0 2px #cfd0d2 inset;
  color: #FFFFFF;
}

/* line 3883, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.grey.basic.buttons .button:active,
.ui.inverted.grey.buttons .basic.button:active,
.ui.inverted.grey.basic.button:active {
  -webkit-box-shadow: 0 0 0 2px #c2c4c5 inset;
  box-shadow: 0 0 0 2px #c2c4c5 inset;
  color: #FFFFFF;
}

/* Tertiary */
/* line 3892, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.grey.buttons .button,
.ui.tertiary.grey.buttons .tertiary.button,
.ui.tertiary.grey.button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #767676;
}

/* line 3900, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.grey.buttons .button:hover,
.ui.tertiary.grey.buttons button:hover,
.ui.tertiary.grey.button:hover {
  -webkit-box-shadow: inset 0 -0.2em 0 #838383;
  box-shadow: inset 0 -0.2em 0 #838383;
  color: #838383;
}

/* line 3907, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.grey.buttons .button:focus,
.ui.tertiary.grey.buttons .tertiary.button:focus,
.ui.tertiary.grey.button:focus {
  -webkit-box-shadow: inset 0 -0.2em 0 #8a8a8a;
  box-shadow: inset 0 -0.2em 0 #8a8a8a;
  color: #8a8a8a;
}

/* line 3914, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.grey.buttons .active.button,
.ui.tertiary.grey.buttons .tertiary.active.button,
.ui.tertiary.grey.active.button,
.ui.tertiary.grey.buttons .button:active,
.ui.tertiary.grey.buttons .tertiary.button:active,
.ui.tertiary.grey.button:active {
  -webkit-box-shadow: inset 0 -0.2em 0 #7e5454;
  box-shadow: inset 0 -0.2em 0 #7e5454;
  color: #696969;
}

/* line 3924, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.black.buttons .button,
.ui.black.button {
  background-color: #1A1A1D;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

/* line 3931, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.black.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 3935, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.black.buttons .button:hover,
.ui.black.button:hover {
  background-color: #27292a;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.black.buttons .button:focus,
.ui.black.button:focus {
  background-color: #2f3032;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3947, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.black.buttons .button:active,
.ui.black.button:active {
  background-color: #343637;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 3953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.black.buttons .active.button,
.ui.black.buttons .active.button:active,
.ui.black.active.button,
.ui.black.button .active.button:active {
  background-color: #0f0f10;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */
/* line 3963, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.black.buttons .button,
.ui.basic.black.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #1A1A1D inset;
  box-shadow: 0 0 0 1px #1A1A1D inset;
  color: #1A1A1D;
}

/* line 3970, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.black.buttons .button:hover,
.ui.basic.black.button:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #27292a inset;
  box-shadow: 0 0 0 1px #27292a inset;
  color: #27292a;
}

/* line 3977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.black.buttons .button:focus,
.ui.basic.black.button:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #2f3032 inset;
  box-shadow: 0 0 0 1px #2f3032 inset;
  color: #27292a;
}

/* line 3984, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.black.buttons .active.button,
.ui.basic.black.active.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #0f0f10 inset;
  box-shadow: 0 0 0 1px #0f0f10 inset;
  color: #343637;
}

/* line 3991, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.black.buttons .button:active,
.ui.basic.black.button:active {
  -webkit-box-shadow: 0 0 0 1px #343637 inset;
  box-shadow: 0 0 0 1px #343637 inset;
  color: #343637;
}

/* line 3997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.vertical) > .basic.black.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */
/* line 4002, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.black.buttons .button,
.ui.inverted.black.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #D4D4D5 inset;
  box-shadow: 0 0 0 2px #D4D4D5 inset;
  color: #FFFFFF;
}

/* line 4009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.black.buttons .button:hover,
.ui.inverted.black.button:hover,
.ui.inverted.black.buttons .button:focus,
.ui.inverted.black.button:focus,
.ui.inverted.black.buttons .button.active,
.ui.inverted.black.button.active,
.ui.inverted.black.buttons .button:active,
.ui.inverted.black.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
}

/* line 4021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.black.buttons .button:hover,
.ui.inverted.black.button:hover {
  background-color: #000000;
}

/* line 4025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.black.buttons .button:focus,
.ui.inverted.black.button:focus {
  background-color: #000000;
}

/* line 4029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.black.buttons .active.button,
.ui.inverted.black.active.button {
  background-color: #000000;
}

/* line 4033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.black.buttons .button:active,
.ui.inverted.black.button:active {
  background-color: #000000;
}

/* Inverted Basic */
/* line 4039, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.black.basic.buttons .button,
.ui.inverted.black.buttons .basic.button,
.ui.inverted.black.basic.button {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  color: #FFFFFF;
}

/* line 4047, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.black.basic.buttons .button:hover,
.ui.inverted.black.buttons .basic.button:hover,
.ui.inverted.black.basic.button:hover {
  -webkit-box-shadow: 0 0 0 2px #000000 inset;
  box-shadow: 0 0 0 2px #000000 inset;
  color: #FFFFFF;
}

/* line 4054, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.black.basic.buttons .button:focus,
.ui.inverted.black.basic.buttons .button:focus,
.ui.inverted.black.basic.button:focus {
  -webkit-box-shadow: 0 0 0 2px #000000 inset;
  box-shadow: 0 0 0 2px #000000 inset;
  color: #545454;
}

/* line 4061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.black.basic.buttons .active.button,
.ui.inverted.black.buttons .basic.active.button,
.ui.inverted.black.basic.active.button {
  -webkit-box-shadow: 0 0 0 2px #000000 inset;
  box-shadow: 0 0 0 2px #000000 inset;
  color: #FFFFFF;
}

/* line 4068, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.inverted.black.basic.buttons .button:active,
.ui.inverted.black.buttons .basic.button:active,
.ui.inverted.black.basic.button:active {
  -webkit-box-shadow: 0 0 0 2px #000000 inset;
  box-shadow: 0 0 0 2px #000000 inset;
  color: #FFFFFF;
}

/* Tertiary */
/* line 4077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.black.buttons .button,
.ui.tertiary.black.buttons .tertiary.button,
.ui.tertiary.black.button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1A1A1D;
}

/* line 4085, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.black.buttons .button:hover,
.ui.tertiary.black.buttons button:hover,
.ui.tertiary.black.button:hover {
  -webkit-box-shadow: inset 0 -0.2em 0 #8b8f93;
  box-shadow: inset 0 -0.2em 0 #8b8f93;
  color: #8b8f93;
}

/* line 4092, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.black.buttons .button:focus,
.ui.tertiary.black.buttons .tertiary.button:focus,
.ui.tertiary.black.button:focus {
  -webkit-box-shadow: inset 0 -0.2em 0 #93969a;
  box-shadow: inset 0 -0.2em 0 #93969a;
  color: #93969a;
}

/* line 4099, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.tertiary.black.buttons .active.button,
.ui.tertiary.black.buttons .tertiary.active.button,
.ui.tertiary.black.active.button,
.ui.tertiary.black.buttons .button:active,
.ui.tertiary.black.buttons .tertiary.button:active,
.ui.tertiary.black.button:active {
  -webkit-box-shadow: inset 0 -0.2em 0 #404245;
  box-shadow: inset 0 -0.2em 0 #404245;
  color: #0f0f10;
}

/*---------------
    Positive
----------------*/
/* Standard */
/* line 4116, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.positive.buttons .button,
.ui.positive.button {
  background-color: #21BA45;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

/* line 4123, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.positive.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 4127, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.positive.buttons .button:hover,
.ui.positive.button:hover {
  background-color: #16ab39;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 4133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.positive.buttons .button:focus,
.ui.positive.button:focus {
  background-color: #0ea432;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 4139, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.positive.buttons .button:active,
.ui.positive.button:active {
  background-color: #198f35;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 4145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.positive.buttons .active.button,
.ui.positive.buttons .active.button:active,
.ui.positive.active.button,
.ui.positive.button .active.button:active {
  background-color: #13ae38;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */
/* line 4155, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.positive.buttons .button,
.ui.basic.positive.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #21BA45 inset;
  box-shadow: 0 0 0 1px #21BA45 inset;
  color: #21BA45;
}

/* line 4162, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.positive.buttons .button:hover,
.ui.basic.positive.button:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #16ab39 inset;
  box-shadow: 0 0 0 1px #16ab39 inset;
  color: #16ab39;
}

/* line 4169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.positive.buttons .button:focus,
.ui.basic.positive.button:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #0ea432 inset;
  box-shadow: 0 0 0 1px #0ea432 inset;
  color: #16ab39;
}

/* line 4176, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.positive.buttons .active.button,
.ui.basic.positive.active.button {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #13ae38 inset;
  box-shadow: 0 0 0 1px #13ae38 inset;
  color: #198f35;
}

/* line 4183, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.positive.buttons .button:active,
.ui.basic.positive.button:active {
  -webkit-box-shadow: 0 0 0 1px #198f35 inset;
  box-shadow: 0 0 0 1px #198f35 inset;
  color: #198f35;
}

/* line 4189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.vertical) > .basic.positive.button:not(:first-child) {
  margin-left: -1px;
}

/*---------------
     Negative
----------------*/
/* Standard */
/* line 4199, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.negative.buttons .button, .ui.buttons.alert-error .button,
.ui.negative.button,
.ui.button.alert-error {
  background-color: #d32f2f;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

/* line 4206, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.negative.button, .ui.button.alert-error {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 4210, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.negative.buttons .button:hover, .ui.buttons.alert-error .button:hover,
.ui.negative.button:hover,
.ui.button.alert-error:hover {
  background-color: #d01919;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 4216, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.negative.buttons .button:focus, .ui.buttons.alert-error .button:focus,
.ui.negative.button:focus,
.ui.button.alert-error:focus {
  background-color: #ca1010;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 4222, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.negative.buttons .button:active, .ui.buttons.alert-error .button:active,
.ui.negative.button:active,
.ui.button.alert-error:active {
  background-color: #b21e1e;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 4228, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.negative.buttons .active.button, .ui.buttons.alert-error .active.button,
.ui.negative.buttons .active.button:active,
.ui.buttons.alert-error .active.button:active,
.ui.negative.active.button,
.ui.active.button.alert-error,
.ui.negative.button .active.button:active,
.ui.button.alert-error .active.button:active {
  background-color: #d41515;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */
/* line 4238, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.negative.buttons .button, .ui.basic.buttons.alert-error .button,
.ui.basic.negative.button,
.ui.basic.button.alert-error {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #d32f2f inset;
  box-shadow: 0 0 0 1px #d32f2f inset;
  color: #d32f2f;
}

/* line 4245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.negative.buttons .button:hover, .ui.basic.buttons.alert-error .button:hover,
.ui.basic.negative.button:hover,
.ui.basic.button.alert-error:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #d01919 inset;
  box-shadow: 0 0 0 1px #d01919 inset;
  color: #d01919;
}

/* line 4252, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.negative.buttons .button:focus, .ui.basic.buttons.alert-error .button:focus,
.ui.basic.negative.button:focus,
.ui.basic.button.alert-error:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #ca1010 inset;
  box-shadow: 0 0 0 1px #ca1010 inset;
  color: #d01919;
}

/* line 4259, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.negative.buttons .active.button, .ui.basic.buttons.alert-error .active.button,
.ui.basic.negative.active.button,
.ui.basic.active.button.alert-error {
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #d41515 inset;
  box-shadow: 0 0 0 1px #d41515 inset;
  color: #b21e1e;
}

/* line 4266, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.basic.negative.buttons .button:active, .ui.basic.buttons.alert-error .button:active,
.ui.basic.negative.button:active,
.ui.basic.button.alert-error:active {
  -webkit-box-shadow: 0 0 0 1px #b21e1e inset;
  box-shadow: 0 0 0 1px #b21e1e inset;
  color: #b21e1e;
}

/* line 4272, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.vertical) > .basic.negative.button:not(:first-child), .ui.buttons:not(.vertical) > .basic.button.alert-error:not(:first-child) {
  margin-left: -1px;
}

/*******************************
              Groups
  *******************************/
/* line 4281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  vertical-align: baseline;
  margin: 0 0.25em 0 0;
}

/* line 4293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.basic):not(.inverted) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Clearfix */
/* line 4299, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Standard Group */
/* line 4308, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons .button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 0;
  margin: 0 0 0 0;
}

/* line 4315, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons:not(.basic):not(.inverted) > .button:not(.basic):not(.inverted) {
  -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

/* line 4319, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons .button:first-child {
  border-left: none;
  margin-left: 0;
  border-top-left-radius: 0.28571429rem;
  border-bottom-left-radius: 0.28571429rem;
}

/* line 4325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.buttons .button:last-child {
  border-top-right-radius: 0.28571429rem;
  border-bottom-right-radius: 0.28571429rem;
}

/* Vertical  Style */
/* line 4331, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.vertical.buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 4340, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.vertical.buttons .button {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

/* line 4349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.vertical.buttons .button:first-child {
  border-top-left-radius: 0.28571429rem;
  border-top-right-radius: 0.28571429rem;
}

/* line 4353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.vertical.buttons .button:last-child {
  margin-bottom: 0;
  border-bottom-left-radius: 0.28571429rem;
  border-bottom-right-radius: 0.28571429rem;
}

/* line 4358, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss */
.ui.vertical.buttons .button:only-child {
  border-radius: 0.28571429rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Container
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Container
*******************************/
/* All Sizes */
/* line 18, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
.ui.container {
  display: block;
  max-width: 100%;
}

/* Mobile */
@media only screen and (max-width: 767.98px) {
  /* line 25, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
  .ui.ui.ui.container:not(.fluid) {
    width: auto;
    margin-left: 1em;
    margin-right: 1em;
  }

  /* line 30, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
  .ui.ui.ui.grid.container {
    width: auto;
  }

  /* line 33, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
  .ui.ui.ui.relaxed.grid.container {
    width: auto;
  }

  /* line 36, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
  .ui.ui.ui.very.relaxed.grid.container {
    width: auto;
  }
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /* line 43, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
  .ui.ui.ui.container:not(.fluid) {
    width: 723px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 48, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
  .ui.ui.ui.grid.container {
    width: calc(723px + 2rem);
  }

  /* line 51, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
  .ui.ui.ui.relaxed.grid.container {
    width: calc(723px + 3rem);
  }

  /* line 54, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
  .ui.ui.ui.very.relaxed.grid.container {
    width: calc(723px + 5rem);
  }
}
/* Small Monitor */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  /* line 61, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
  .ui.ui.ui.container:not(.fluid) {
    width: 933px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 66, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
  .ui.ui.ui.grid.container {
    width: calc(933px + 2rem);
  }

  /* line 69, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
  .ui.ui.ui.relaxed.grid.container {
    width: calc(933px + 3rem);
  }

  /* line 72, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
  .ui.ui.ui.very.relaxed.grid.container {
    width: calc(933px + 5rem);
  }
}
/* Large Monitor */
@media only screen and (min-width: 1200px) {
  /* line 79, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
  .ui.ui.ui.container:not(.fluid) {
    width: 1127px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 84, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
  .ui.ui.ui.grid.container {
    width: calc(1127px + 2rem);
  }

  /* line 87, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
  .ui.ui.ui.relaxed.grid.container {
    width: calc(1127px + 3rem);
  }

  /* line 90, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
  .ui.ui.ui.very.relaxed.grid.container {
    width: calc(1127px + 5rem);
  }
}
/*******************************
             Types
*******************************/
/* Text Container */
/* line 102, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
.ui.text.container {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  max-width: 700px;
  line-height: 1.5;
  font-size: 1.14285714rem;
}

/* Fluid */
/* line 110, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
.ui.fluid.container {
  width: 100%;
}

/*******************************
           Variations
*******************************/
/* line 119, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
.ui[class*="left aligned"].container {
  text-align: left;
}

/* line 122, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
.ui[class*="center aligned"].container {
  text-align: center;
}

/* line 125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
.ui[class*="right aligned"].container {
  text-align: right;
}

/* line 128, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_container.scss */
.ui.justified.container {
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Divider
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Divider
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.divider {
  margin: 1rem 0;
  line-height: 1;
  height: 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.85);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*--------------
      Basic
---------------*/
/* line 35, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.divider:not(.vertical):not(.horizontal) {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*--------------
    Coupling
---------------*/
/* Allow divider between each column row */
/* line 46, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.grid > .column + .divider,
.ui.grid > .row > .column + .divider {
  left: auto;
}

/*--------------
     Horizontal
  ---------------*/
/* line 55, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.horizontal.divider {
  display: table;
  white-space: nowrap;
  height: auto;
  margin: '';
  line-height: 1;
  text-align: center;
}

/* line 63, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.horizontal.divider:before,
.ui.horizontal.divider:after {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
}

/* line 72, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.horizontal.divider:before {
  background-position: right 1em top 50%;
}

/* line 75, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.horizontal.divider:after {
  background-position: left 1em top 50%;
}

/*--------------
      Vertical
  ---------------*/
/* line 83, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.vertical.divider {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  width: auto;
  height: 50%;
  line-height: 0;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 97, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.vertical.divider:before,
.ui.vertical.divider:after {
  position: absolute;
  left: 50%;
  content: '';
  z-index: 3;
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 0;
  height: calc(100% - 1rem);
}

/* line 108, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.vertical.divider:before {
  top: -100%;
}

/* line 111, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.vertical.divider:after {
  top: auto;
  bottom: 0;
}

/* Inside grid */
@media only screen and (max-width: 767.98px) {
  /* line 118, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
  .ui.stackable.grid .ui.vertical.divider,
  .ui.grid .stackable.row .ui.vertical.divider {
    display: table;
    white-space: nowrap;
    height: auto;
    margin: '';
    overflow: hidden;
    line-height: 1;
    text-align: center;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }

  /* line 133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
  .ui.stackable.grid .ui.vertical.divider:before,
  .ui.grid .stackable.row .ui.vertical.divider:before,
  .ui.stackable.grid .ui.vertical.divider:after,
  .ui.grid .stackable.row .ui.vertical.divider:after {
    left: 0;
    border-left: none;
    border-right: none;
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
  }

  /* line 147, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
  .ui.stackable.grid .ui.vertical.divider:before,
  .ui.grid .stackable.row .ui.vertical.divider:before {
    background-position: right 1em top 50%;
  }

  /* line 151, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
  .ui.stackable.grid .ui.vertical.divider:after,
  .ui.grid .stackable.row .ui.vertical.divider:after {
    background-position: left 1em top 50%;
  }
}
/*--------------
        Icon
  ---------------*/
/* line 161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.divider > .icon {
  margin: 0;
  font-size: 1rem;
  height: 1em;
  vertical-align: middle;
}

/*--------------
       Header
  ---------------*/
/* line 172, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.horizontal.divider[class*="left aligned"]:before {
  display: none;
}

/* line 175, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.horizontal.divider[class*="left aligned"]:after {
  width: 100%;
}

/* line 178, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.horizontal.divider[class*="right aligned"]:before {
  width: 100%;
}

/* line 181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.horizontal.divider[class*="right aligned"]:after {
  display: none;
}

/*******************************
          Variations
*******************************/
/*--------------
      Hidden
  ---------------*/
/* line 195, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.hidden.divider {
  border-color: transparent !important;
}

/* line 198, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.hidden.divider:before,
.ui.hidden.divider:after {
  display: none;
}

/*--------------
    Inverted
---------------*/
/* line 207, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.divider.inverted,
.ui.vertical.inverted.divider,
.ui.horizontal.inverted.divider {
  color: #FFFFFF;
}

/* line 212, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.divider.inverted,
.ui.divider.inverted:after,
.ui.divider.inverted:before {
  border-top-color: rgba(34, 36, 38, 0.15) !important;
  border-left-color: rgba(34, 36, 38, 0.15) !important;
  border-bottom-color: rgba(255, 255, 255, 0.15) !important;
  border-right-color: rgba(255, 255, 255, 0.15) !important;
}

/*--------------
    Fitted
---------------*/
/* line 225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.fitted.divider {
  margin: 0;
}

/*--------------
      Clearing
  ---------------*/
/* line 233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.clearing.divider {
  clear: both;
}

/*--------------
      Section
  ---------------*/
/* line 241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.section.divider {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/*--------------
     Sizes
---------------*/
/* line 250, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.divider {
  font-size: 1rem;
}

/* line 253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.mini.divider {
  font-size: 0.78571429rem;
}

/* line 256, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.tiny.divider {
  font-size: 0.85714286rem;
}

/* line 259, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.small.divider {
  font-size: 0.92857143rem;
}

/* line 262, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.large.divider {
  font-size: 1.14285714rem;
}

/* line 265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.big.divider {
  font-size: 1.28571429rem;
}

/* line 268, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.huge.divider {
  font-size: 1.42857143rem;
}

/* line 271, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.massive.divider {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/
/* line 280, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
.ui.horizontal.divider:before,
.ui.horizontal.divider:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC");
}

@media only screen and (max-width: 767px) {
  /* line 285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_divider.scss */
  .ui.stackable.grid .ui.vertical.divider:before,
  .ui.grid .stackable.row .ui.vertical.divider:before,
  .ui.stackable.grid .ui.vertical.divider:after,
  .ui.grid .stackable.row .ui.vertical.divider:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC");
  }
}
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Flag
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Flag
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag:not(.icon) {
  display: inline-block;
  width: 16px;
  height: 11px;
  line-height: 11px;
  vertical-align: baseline;
  margin: 0 0.5em 0 0;
  text-decoration: inherit;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Sprite */
/* line 31, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag:not(.icon):before {
  display: inline-block;
  content: '';
  background: url(/assets/semantic-ui/flags-94d5c7f1661301c4a6dc491d72dd559a0620cd917a826f0df1b023bb96ea9ddd.png) no-repeat -108px -1976px;
  width: 16px;
  height: 11px;
}

/* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */
/*******************************
         Theme Overrides
*******************************/
/*rtl:begin:ignore*/
/* line 47, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ad:before,
i.flag.andorra:before {
  background-position: 0 0;
}

/* line 51, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ae:before,
i.flag.united.arab.emirates:before,
i.flag.uae:before {
  background-position: 0 -26px;
}

/* line 56, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.af:before,
i.flag.afghanistan:before {
  background-position: 0 -52px;
}

/* line 60, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ag:before,
i.flag.antigua:before {
  background-position: 0 -78px;
}

/* line 64, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ai:before,
i.flag.anguilla:before {
  background-position: 0 -104px;
}

/* line 68, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.al:before,
i.flag.albania:before {
  background-position: 0 -130px;
}

/* line 72, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.am:before,
i.flag.armenia:before {
  background-position: 0 -156px;
}

/* line 76, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.an:before,
i.flag.netherlands.antilles:before {
  background-position: 0 -182px;
}

/* line 80, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ao:before,
i.flag.angola:before {
  background-position: 0 -208px;
}

/* line 84, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ar:before,
i.flag.argentina:before {
  background-position: 0 -234px;
}

/* line 88, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.as:before,
i.flag.american.samoa:before {
  background-position: 0 -260px;
}

/* line 92, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.at:before,
i.flag.austria:before {
  background-position: 0 -286px;
}

/* line 96, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.au:before,
i.flag.australia:before {
  background-position: 0 -312px;
}

/* line 100, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.aw:before,
i.flag.aruba:before {
  background-position: 0 -338px;
}

/* line 104, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ax:before,
i.flag.aland.islands:before {
  background-position: 0 -364px;
}

/* line 108, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.az:before,
i.flag.azerbaijan:before {
  background-position: 0 -390px;
}

/* line 112, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ba:before,
i.flag.bosnia:before {
  background-position: 0 -416px;
}

/* line 116, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.bb:before,
i.flag.barbados:before {
  background-position: 0 -442px;
}

/* line 120, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.bd:before,
i.flag.bangladesh:before {
  background-position: 0 -468px;
}

/* line 124, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.be:before,
i.flag.belgium:before {
  background-position: 0 -494px;
}

/* line 128, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.bf:before,
i.flag.burkina.faso:before {
  background-position: 0 -520px;
}

/* line 132, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.bg:before,
i.flag.bulgaria:before {
  background-position: 0 -546px;
}

/* line 136, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.bh:before,
i.flag.bahrain:before {
  background-position: 0 -572px;
}

/* line 140, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.bi:before,
i.flag.burundi:before {
  background-position: 0 -598px;
}

/* line 144, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.bj:before,
i.flag.benin:before {
  background-position: 0 -624px;
}

/* line 148, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.bm:before,
i.flag.bermuda:before {
  background-position: 0 -650px;
}

/* line 152, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.bn:before,
i.flag.brunei:before {
  background-position: 0 -676px;
}

/* line 156, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.bo:before,
i.flag.bolivia:before {
  background-position: 0 -702px;
}

/* line 160, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.br:before,
i.flag.brazil:before {
  background-position: 0 -728px;
}

/* line 164, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.bs:before,
i.flag.bahamas:before {
  background-position: 0 -754px;
}

/* line 168, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.bt:before,
i.flag.bhutan:before {
  background-position: 0 -780px;
}

/* line 172, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.bv:before,
i.flag.bouvet.island:before {
  background-position: 0 -806px;
}

/* line 176, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.bw:before,
i.flag.botswana:before {
  background-position: 0 -832px;
}

/* line 180, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.by:before,
i.flag.belarus:before {
  background-position: 0 -858px;
}

/* line 184, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.bz:before,
i.flag.belize:before {
  background-position: 0 -884px;
}

/* line 188, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ca:before,
i.flag.canada:before {
  background-position: 0 -910px;
}

/* line 192, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.cc:before,
i.flag.cocos.islands:before {
  background-position: 0 -962px;
}

/* line 196, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.cd:before,
i.flag.congo:before {
  background-position: 0 -988px;
}

/* line 200, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.cf:before,
i.flag.central.african.republic:before {
  background-position: 0 -1014px;
}

/* line 204, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.cg:before,
i.flag.congo.brazzaville:before {
  background-position: 0 -1040px;
}

/* line 208, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ch:before,
i.flag.switzerland:before {
  background-position: 0 -1066px;
}

/* line 212, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ci:before,
i.flag.cote.divoire:before {
  background-position: 0 -1092px;
}

/* line 216, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ck:before,
i.flag.cook.islands:before {
  background-position: 0 -1118px;
}

/* line 220, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.cl:before,
i.flag.chile:before {
  background-position: 0 -1144px;
}

/* line 224, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.cm:before,
i.flag.cameroon:before {
  background-position: 0 -1170px;
}

/* line 228, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.cn:before,
i.flag.china:before {
  background-position: 0 -1196px;
}

/* line 232, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.co:before,
i.flag.colombia:before {
  background-position: 0 -1222px;
}

/* line 236, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.cr:before,
i.flag.costa.rica:before {
  background-position: 0 -1248px;
}

/* line 240, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.cs:before,
i.flag.serbia:before {
  background-position: 0 -1274px;
}

/* line 244, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.cu:before,
i.flag.cuba:before {
  background-position: 0 -1300px;
}

/* line 248, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.cv:before,
i.flag.cape.verde:before {
  background-position: 0 -1326px;
}

/* line 252, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.cx:before,
i.flag.christmas.island:before {
  background-position: 0 -1352px;
}

/* line 256, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.cy:before,
i.flag.cyprus:before {
  background-position: 0 -1378px;
}

/* line 260, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.cz:before,
i.flag.czech.republic:before {
  background-position: 0 -1404px;
}

/* line 264, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.de:before,
i.flag.germany:before {
  background-position: 0 -1430px;
}

/* line 268, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.dj:before,
i.flag.djibouti:before {
  background-position: 0 -1456px;
}

/* line 272, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.dk:before,
i.flag.denmark:before {
  background-position: 0 -1482px;
}

/* line 276, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.dm:before,
i.flag.dominica:before {
  background-position: 0 -1508px;
}

/* line 280, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.do:before,
i.flag.dominican.republic:before {
  background-position: 0 -1534px;
}

/* line 284, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.dz:before,
i.flag.algeria:before {
  background-position: 0 -1560px;
}

/* line 288, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ec:before,
i.flag.ecuador:before {
  background-position: 0 -1586px;
}

/* line 292, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ee:before,
i.flag.estonia:before {
  background-position: 0 -1612px;
}

/* line 296, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.eg:before,
i.flag.egypt:before {
  background-position: 0 -1638px;
}

/* line 300, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.eh:before,
i.flag.western.sahara:before {
  background-position: 0 -1664px;
}

/* line 304, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gb.eng:before,
i.flag.england:before {
  background-position: 0 -1690px;
}

/* line 308, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.er:before,
i.flag.eritrea:before {
  background-position: 0 -1716px;
}

/* line 312, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.es:before,
i.flag.spain:before {
  background-position: 0 -1742px;
}

/* line 316, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.et:before,
i.flag.ethiopia:before {
  background-position: 0 -1768px;
}

/* line 320, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.eu:before,
i.flag.european.union:before {
  background-position: 0 -1794px;
}

/* line 324, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.fi:before,
i.flag.finland:before {
  background-position: 0 -1846px;
}

/* line 328, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.fj:before,
i.flag.fiji:before {
  background-position: 0 -1872px;
}

/* line 332, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.fk:before,
i.flag.falkland.islands:before {
  background-position: 0 -1898px;
}

/* line 336, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.fm:before,
i.flag.micronesia:before {
  background-position: 0 -1924px;
}

/* line 340, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.fo:before,
i.flag.faroe.islands:before {
  background-position: 0 -1950px;
}

/* line 344, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.fr:before,
i.flag.france:before {
  background-position: 0 -1976px;
}

/* line 348, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ga:before,
i.flag.gabon:before {
  background-position: -36px 0;
}

/* line 352, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gb:before,
i.flag.uk:before,
i.flag.united.kingdom:before {
  background-position: -36px -26px;
}

/* line 357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gd:before,
i.flag.grenada:before {
  background-position: -36px -52px;
}

/* line 361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ge:before,
i.flag.georgia:before {
  background-position: -36px -78px;
}

/* line 365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gf:before,
i.flag.french.guiana:before {
  background-position: -36px -104px;
}

/* line 369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gh:before,
i.flag.ghana:before {
  background-position: -36px -130px;
}

/* line 373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gi:before,
i.flag.gibraltar:before {
  background-position: -36px -156px;
}

/* line 377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gl:before,
i.flag.greenland:before {
  background-position: -36px -182px;
}

/* line 381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gm:before,
i.flag.gambia:before {
  background-position: -36px -208px;
}

/* line 385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gn:before,
i.flag.guinea:before {
  background-position: -36px -234px;
}

/* line 389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gp:before,
i.flag.guadeloupe:before {
  background-position: -36px -260px;
}

/* line 393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gq:before,
i.flag.equatorial.guinea:before {
  background-position: -36px -286px;
}

/* line 397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gr:before,
i.flag.greece:before {
  background-position: -36px -312px;
}

/* line 401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gs:before,
i.flag.sandwich.islands:before {
  background-position: -36px -338px;
}

/* line 405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gt:before,
i.flag.guatemala:before {
  background-position: -36px -364px;
}

/* line 409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gu:before,
i.flag.guam:before {
  background-position: -36px -390px;
}

/* line 413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gw:before,
i.flag.guinea-bissau:before {
  background-position: -36px -416px;
}

/* line 417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gy:before,
i.flag.guyana:before {
  background-position: -36px -442px;
}

/* line 421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.hk:before,
i.flag.hong.kong:before {
  background-position: -36px -468px;
}

/* line 425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.hm:before,
i.flag.heard.island:before {
  background-position: -36px -494px;
}

/* line 429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.hn:before,
i.flag.honduras:before {
  background-position: -36px -520px;
}

/* line 433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.hr:before,
i.flag.croatia:before {
  background-position: -36px -546px;
}

/* line 437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ht:before,
i.flag.haiti:before {
  background-position: -36px -572px;
}

/* line 441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.hu:before,
i.flag.hungary:before {
  background-position: -36px -598px;
}

/* line 445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.id:before,
i.flag.indonesia:before {
  background-position: -36px -624px;
}

/* line 449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ie:before,
i.flag.ireland:before {
  background-position: -36px -650px;
}

/* line 453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.il:before,
i.flag.israel:before {
  background-position: -36px -676px;
}

/* line 457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.in:before,
i.flag.india:before {
  background-position: -36px -702px;
}

/* line 461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.io:before,
i.flag.indian.ocean.territory:before {
  background-position: -36px -728px;
}

/* line 465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.iq:before,
i.flag.iraq:before {
  background-position: -36px -754px;
}

/* line 469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ir:before,
i.flag.iran:before {
  background-position: -36px -780px;
}

/* line 473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.is:before,
i.flag.iceland:before {
  background-position: -36px -806px;
}

/* line 477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.it:before,
i.flag.italy:before {
  background-position: -36px -832px;
}

/* line 481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.jm:before,
i.flag.jamaica:before {
  background-position: -36px -858px;
}

/* line 485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.jo:before,
i.flag.jordan:before {
  background-position: -36px -884px;
}

/* line 489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.jp:before,
i.flag.japan:before {
  background-position: -36px -910px;
}

/* line 493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ke:before,
i.flag.kenya:before {
  background-position: -36px -936px;
}

/* line 497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.kg:before,
i.flag.kyrgyzstan:before {
  background-position: -36px -962px;
}

/* line 501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.kh:before,
i.flag.cambodia:before {
  background-position: -36px -988px;
}

/* line 505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ki:before,
i.flag.kiribati:before {
  background-position: -36px -1014px;
}

/* line 509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.km:before,
i.flag.comoros:before {
  background-position: -36px -1040px;
}

/* line 513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.kn:before,
i.flag.saint.kitts.and.nevis:before {
  background-position: -36px -1066px;
}

/* line 517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.kp:before,
i.flag.north.korea:before {
  background-position: -36px -1092px;
}

/* line 521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.kr:before,
i.flag.south.korea:before {
  background-position: -36px -1118px;
}

/* line 525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.kw:before,
i.flag.kuwait:before {
  background-position: -36px -1144px;
}

/* line 529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ky:before,
i.flag.cayman.islands:before {
  background-position: -36px -1170px;
}

/* line 533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.kz:before,
i.flag.kazakhstan:before {
  background-position: -36px -1196px;
}

/* line 537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.la:before,
i.flag.laos:before {
  background-position: -36px -1222px;
}

/* line 541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.lb:before,
i.flag.lebanon:before {
  background-position: -36px -1248px;
}

/* line 545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.lc:before,
i.flag.saint.lucia:before {
  background-position: -36px -1274px;
}

/* line 549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.li:before,
i.flag.liechtenstein:before {
  background-position: -36px -1300px;
}

/* line 553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.lk:before,
i.flag.sri.lanka:before {
  background-position: -36px -1326px;
}

/* line 557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.lr:before,
i.flag.liberia:before {
  background-position: -36px -1352px;
}

/* line 561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ls:before,
i.flag.lesotho:before {
  background-position: -36px -1378px;
}

/* line 565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.lt:before,
i.flag.lithuania:before {
  background-position: -36px -1404px;
}

/* line 569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.lu:before,
i.flag.luxembourg:before {
  background-position: -36px -1430px;
}

/* line 573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.lv:before,
i.flag.latvia:before {
  background-position: -36px -1456px;
}

/* line 577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ly:before,
i.flag.libya:before {
  background-position: -36px -1482px;
}

/* line 581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ma:before,
i.flag.morocco:before {
  background-position: -36px -1508px;
}

/* line 585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.mc:before,
i.flag.monaco:before {
  background-position: -36px -1534px;
}

/* line 589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.md:before,
i.flag.moldova:before {
  background-position: -36px -1560px;
}

/* line 593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.me:before,
i.flag.montenegro:before {
  background-position: -36px -1586px;
}

/* line 597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.mg:before,
i.flag.madagascar:before {
  background-position: -36px -1613px;
}

/* line 601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.mh:before,
i.flag.marshall.islands:before {
  background-position: -36px -1639px;
}

/* line 605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.mk:before,
i.flag.macedonia:before {
  background-position: -36px -1665px;
}

/* line 609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ml:before,
i.flag.mali:before {
  background-position: -36px -1691px;
}

/* line 613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.mm:before,
i.flag.myanmar:before,
i.flag.burma:before {
  background-position: -36px -1717px;
}

/* line 618, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.mn:before,
i.flag.mongolia:before {
  background-position: -36px -1743px;
}

/* line 622, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.mo:before,
i.flag.macau:before {
  background-position: -36px -1769px;
}

/* line 626, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.mp:before,
i.flag.northern.mariana.islands:before {
  background-position: -36px -1795px;
}

/* line 630, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.mq:before,
i.flag.martinique:before {
  background-position: -36px -1821px;
}

/* line 634, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.mr:before,
i.flag.mauritania:before {
  background-position: -36px -1847px;
}

/* line 638, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ms:before,
i.flag.montserrat:before {
  background-position: -36px -1873px;
}

/* line 642, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.mt:before,
i.flag.malta:before {
  background-position: -36px -1899px;
}

/* line 646, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.mu:before,
i.flag.mauritius:before {
  background-position: -36px -1925px;
}

/* line 650, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.mv:before,
i.flag.maldives:before {
  background-position: -36px -1951px;
}

/* line 654, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.mw:before,
i.flag.malawi:before {
  background-position: -36px -1977px;
}

/* line 658, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.mx:before,
i.flag.mexico:before {
  background-position: -72px 0;
}

/* line 662, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.my:before,
i.flag.malaysia:before {
  background-position: -72px -26px;
}

/* line 666, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.mz:before,
i.flag.mozambique:before {
  background-position: -72px -52px;
}

/* line 670, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.na:before,
i.flag.namibia:before {
  background-position: -72px -78px;
}

/* line 674, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.nc:before,
i.flag.new.caledonia:before {
  background-position: -72px -104px;
}

/* line 678, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ne:before,
i.flag.niger:before {
  background-position: -72px -130px;
}

/* line 682, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.nf:before,
i.flag.norfolk.island:before {
  background-position: -72px -156px;
}

/* line 686, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ng:before,
i.flag.nigeria:before {
  background-position: -72px -182px;
}

/* line 690, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ni:before,
i.flag.nicaragua:before {
  background-position: -72px -208px;
}

/* line 694, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.nl:before,
i.flag.netherlands:before {
  background-position: -72px -234px;
}

/* line 698, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.no:before,
i.flag.norway:before {
  background-position: -72px -260px;
}

/* line 702, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.np:before,
i.flag.nepal:before {
  background-position: -72px -286px;
}

/* line 706, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.nr:before,
i.flag.nauru:before {
  background-position: -72px -312px;
}

/* line 710, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.nu:before,
i.flag.niue:before {
  background-position: -72px -338px;
}

/* line 714, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.nz:before,
i.flag.new.zealand:before {
  background-position: -72px -364px;
}

/* line 718, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.om:before,
i.flag.oman:before {
  background-position: -72px -390px;
}

/* line 722, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.pa:before,
i.flag.panama:before {
  background-position: -72px -416px;
}

/* line 726, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.pe:before,
i.flag.peru:before {
  background-position: -72px -442px;
}

/* line 730, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.pf:before,
i.flag.french.polynesia:before {
  background-position: -72px -468px;
}

/* line 734, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.pg:before,
i.flag.new.guinea:before {
  background-position: -72px -494px;
}

/* line 738, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ph:before,
i.flag.philippines:before {
  background-position: -72px -520px;
}

/* line 742, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.pk:before,
i.flag.pakistan:before {
  background-position: -72px -546px;
}

/* line 746, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.pl:before,
i.flag.poland:before {
  background-position: -72px -572px;
}

/* line 750, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.pm:before,
i.flag.saint.pierre:before {
  background-position: -72px -598px;
}

/* line 754, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.pn:before,
i.flag.pitcairn.islands:before {
  background-position: -72px -624px;
}

/* line 758, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.pr:before,
i.flag.puerto.rico:before {
  background-position: -72px -650px;
}

/* line 762, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ps:before,
i.flag.palestine:before {
  background-position: -72px -676px;
}

/* line 766, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.pt:before,
i.flag.portugal:before {
  background-position: -72px -702px;
}

/* line 770, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.pw:before,
i.flag.palau:before {
  background-position: -72px -728px;
}

/* line 774, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.py:before,
i.flag.paraguay:before {
  background-position: -72px -754px;
}

/* line 778, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.qa:before,
i.flag.qatar:before {
  background-position: -72px -780px;
}

/* line 782, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.re:before,
i.flag.reunion:before {
  background-position: -72px -806px;
}

/* line 786, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ro:before,
i.flag.romania:before {
  background-position: -72px -832px;
}

/* line 790, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.rs:before,
i.flag.serbia:before {
  background-position: -72px -858px;
}

/* line 794, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ru:before,
i.flag.russia:before {
  background-position: -72px -884px;
}

/* line 798, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.rw:before,
i.flag.rwanda:before {
  background-position: -72px -910px;
}

/* line 802, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.sa:before,
i.flag.saudi.arabia:before {
  background-position: -72px -936px;
}

/* line 806, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.sb:before,
i.flag.solomon.islands:before {
  background-position: -72px -962px;
}

/* line 810, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.sc:before,
i.flag.seychelles:before {
  background-position: -72px -988px;
}

/* line 814, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gb.sct:before,
i.flag.scotland:before {
  background-position: -72px -1014px;
}

/* line 818, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.sd:before,
i.flag.sudan:before {
  background-position: -72px -1040px;
}

/* line 822, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.se:before,
i.flag.sweden:before {
  background-position: -72px -1066px;
}

/* line 826, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.sg:before,
i.flag.singapore:before {
  background-position: -72px -1092px;
}

/* line 830, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.sh:before,
i.flag.saint.helena:before {
  background-position: -72px -1118px;
}

/* line 834, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.si:before,
i.flag.slovenia:before {
  background-position: -72px -1144px;
}

/* line 838, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.sj:before,
i.flag.svalbard:before,
i.flag.jan.mayen:before {
  background-position: -72px -1170px;
}

/* line 843, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.sk:before,
i.flag.slovakia:before {
  background-position: -72px -1196px;
}

/* line 847, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.sl:before,
i.flag.sierra.leone:before {
  background-position: -72px -1222px;
}

/* line 851, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.sm:before,
i.flag.san.marino:before {
  background-position: -72px -1248px;
}

/* line 855, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.sn:before,
i.flag.senegal:before {
  background-position: -72px -1274px;
}

/* line 859, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.so:before,
i.flag.somalia:before {
  background-position: -72px -1300px;
}

/* line 863, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.sr:before,
i.flag.suriname:before {
  background-position: -72px -1326px;
}

/* line 867, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.st:before,
i.flag.sao.tome:before {
  background-position: -72px -1352px;
}

/* line 871, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.sv:before,
i.flag.el.salvador:before {
  background-position: -72px -1378px;
}

/* line 875, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.sy:before,
i.flag.syria:before {
  background-position: -72px -1404px;
}

/* line 879, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.sz:before,
i.flag.swaziland:before {
  background-position: -72px -1430px;
}

/* line 883, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.tc:before,
i.flag.caicos.islands:before {
  background-position: -72px -1456px;
}

/* line 887, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.td:before,
i.flag.chad:before {
  background-position: -72px -1482px;
}

/* line 891, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.tf:before,
i.flag.french.territories:before {
  background-position: -72px -1508px;
}

/* line 895, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.tg:before,
i.flag.togo:before {
  background-position: -72px -1534px;
}

/* line 899, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.th:before,
i.flag.thailand:before {
  background-position: -72px -1560px;
}

/* line 903, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.tj:before,
i.flag.tajikistan:before {
  background-position: -72px -1586px;
}

/* line 907, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.tk:before,
i.flag.tokelau:before {
  background-position: -72px -1612px;
}

/* line 911, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.tl:before,
i.flag.timorleste:before {
  background-position: -72px -1638px;
}

/* line 915, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.tm:before,
i.flag.turkmenistan:before {
  background-position: -72px -1664px;
}

/* line 919, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.tn:before,
i.flag.tunisia:before {
  background-position: -72px -1690px;
}

/* line 923, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.to:before,
i.flag.tonga:before {
  background-position: -72px -1716px;
}

/* line 927, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.tr:before,
i.flag.turkey:before {
  background-position: -72px -1742px;
}

/* line 931, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.tt:before,
i.flag.trinidad:before {
  background-position: -72px -1768px;
}

/* line 935, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.tv:before,
i.flag.tuvalu:before {
  background-position: -72px -1794px;
}

/* line 939, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.tw:before,
i.flag.taiwan:before {
  background-position: -72px -1820px;
}

/* line 943, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.tz:before,
i.flag.tanzania:before {
  background-position: -72px -1846px;
}

/* line 947, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ua:before,
i.flag.ukraine:before {
  background-position: -72px -1872px;
}

/* line 951, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ug:before,
i.flag.uganda:before {
  background-position: -72px -1898px;
}

/* line 955, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.um:before,
i.flag.us.minor.islands:before {
  background-position: -72px -1924px;
}

/* line 959, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.us:before,
i.flag.america:before,
i.flag.united.states:before {
  background-position: -72px -1950px;
}

/* line 964, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.uy:before,
i.flag.uruguay:before {
  background-position: -72px -1976px;
}

/* line 968, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.uz:before,
i.flag.uzbekistan:before {
  background-position: -108px 0;
}

/* line 972, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.va:before,
i.flag.vatican.city:before {
  background-position: -108px -26px;
}

/* line 976, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.vc:before,
i.flag.saint.vincent:before {
  background-position: -108px -52px;
}

/* line 980, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ve:before,
i.flag.venezuela:before {
  background-position: -108px -78px;
}

/* line 984, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.vg:before,
i.flag.british.virgin.islands:before {
  background-position: -108px -104px;
}

/* line 988, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.vi:before,
i.flag.us.virgin.islands:before {
  background-position: -108px -130px;
}

/* line 992, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.vn:before,
i.flag.vietnam:before {
  background-position: -108px -156px;
}

/* line 996, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.vu:before,
i.flag.vanuatu:before {
  background-position: -108px -182px;
}

/* line 1000, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.gb.wls:before,
i.flag.wales:before {
  background-position: -108px -208px;
}

/* line 1004, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.wf:before,
i.flag.wallis.and.futuna:before {
  background-position: -108px -234px;
}

/* line 1008, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ws:before,
i.flag.samoa:before {
  background-position: -108px -260px;
}

/* line 1012, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.ye:before,
i.flag.yemen:before {
  background-position: -108px -286px;
}

/* line 1016, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.yt:before,
i.flag.mayotte:before {
  background-position: -108px -312px;
}

/* line 1020, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.za:before,
i.flag.south.africa:before {
  background-position: -108px -338px;
}

/* line 1024, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.zm:before,
i.flag.zambia:before {
  background-position: -108px -364px;
}

/* line 1028, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_flag.scss */
i.flag.zw:before,
i.flag.zimbabwe:before {
  background-position: -108px -390px;
}

/*rtl:end:ignore*/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic UI - Emoji
 * https://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md
 *
 */
/*******************************
             Emoji
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji] {
  display: inline-block;
  opacity: 1;
  speak: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: normal;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}

/*******************************
             States
*******************************/
/* line 33, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji].disabled {
  opacity: 0.45;
}

/*******************************
           Variations
*******************************/
/* line 42, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji].loading {
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

/*-------------------
         Link
--------------------*/
/* line 51, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji].link {
  cursor: pointer;
}

/*
* Tweemoji v12.0 by @twitter - https://twemoji.twitter.com/ - @twitter
* License - CC-BY 4.0 - https://creativecommons.org/licenses/by/4.0/
*/
/*******************************
             Emojis
*******************************/
/* line 64, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji].small,
em[data-emoji] {
  width: 24px;
  height: 24px;
  background-size: 1.5em 1.5em;
}

/* line 70, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji].medium {
  width: 48px;
  height: 48px;
  background-size: 3em 3em;
}

/* line 75, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji].large {
  width: 96px;
  height: 96px;
  background-size: 6em 6em;
}

/* line 80, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji].big {
  width: 120px;
  height: 120px;
  background-size: 7.5em 7.5em;
}

/* line 85, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="interrobang"],
em[data-emoji=":interrobang:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2049.svg");
}

/* line 89, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tm"],
em[data-emoji=":tm:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2122.svg");
}

/* line 93, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="information_source"],
em[data-emoji=":information_source:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2139.svg");
}

/* line 97, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="left_right_arrow"],
em[data-emoji=":left_right_arrow:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2194.svg");
}

/* line 101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_up_down"],
em[data-emoji=":arrow_up_down:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2195.svg");
}

/* line 105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_upper_left"],
em[data-emoji=":arrow_upper_left:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2196.svg");
}

/* line 109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_upper_right"],
em[data-emoji=":arrow_upper_right:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2197.svg");
}

/* line 113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_lower_right"],
em[data-emoji=":arrow_lower_right:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2198.svg");
}

/* line 117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_lower_left"],
em[data-emoji=":arrow_lower_left:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2199.svg");
}

/* line 121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="keyboard"],
em[data-emoji=":keyboard:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2328.svg");
}

/* line 125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sunny"],
em[data-emoji=":sunny:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2600.svg");
}

/* line 129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cloud"],
em[data-emoji=":cloud:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2601.svg");
}

/* line 133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="umbrella2"],
em[data-emoji=":umbrella2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2602.svg");
}

/* line 137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="snowman2"],
em[data-emoji=":snowman2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2603.svg");
}

/* line 141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="comet"],
em[data-emoji=":comet:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2604.svg");
}

/* line 145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ballot_box_with_check"],
em[data-emoji=":ballot_box_with_check:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2611.svg");
}

/* line 149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="umbrella"],
em[data-emoji=":umbrella:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2614.svg");
}

/* line 153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="coffee"],
em[data-emoji=":coffee:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2615.svg");
}

/* line 157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="shamrock"],
em[data-emoji=":shamrock:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2618.svg");
}

/* line 161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="skull_crossbones"],
em[data-emoji=":skull_crossbones:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2620.svg");
}

/* line 165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="radioactive"],
em[data-emoji=":radioactive:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2622.svg");
}

/* line 169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="biohazard"],
em[data-emoji=":biohazard:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2623.svg");
}

/* line 173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="orthodox_cross"],
em[data-emoji=":orthodox_cross:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2626.svg");
}

/* line 177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wheel_of_dharma"],
em[data-emoji=":wheel_of_dharma:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2638.svg");
}

/* line 181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="frowning2"],
em[data-emoji=":frowning2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2639.svg");
}

/* line 185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="female_sign"],
em[data-emoji=":female_sign:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2640.svg");
}

/* line 189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="male_sign"],
em[data-emoji=":male_sign:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2642.svg");
}

/* line 193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="aries"],
em[data-emoji=":aries:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2648.svg");
}

/* line 197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="taurus"],
em[data-emoji=":taurus:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2649.svg");
}

/* line 201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sagittarius"],
em[data-emoji=":sagittarius:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2650.svg");
}

/* line 205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="capricorn"],
em[data-emoji=":capricorn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2651.svg");
}

/* line 209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="aquarius"],
em[data-emoji=":aquarius:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2652.svg");
}

/* line 213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pisces"],
em[data-emoji=":pisces:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2653.svg");
}

/* line 217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="spades"],
em[data-emoji=":spades:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2660.svg");
}

/* line 221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clubs"],
em[data-emoji=":clubs:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2663.svg");
}

/* line 225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hearts"],
em[data-emoji=":hearts:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2665.svg");
}

/* line 229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="diamonds"],
em[data-emoji=":diamonds:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2666.svg");
}

/* line 233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hotsprings"],
em[data-emoji=":hotsprings:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2668.svg");
}

/* line 237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hammer_pick"],
em[data-emoji=":hammer_pick:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2692.svg");
}

/* line 241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="anchor"],
em[data-emoji=":anchor:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2693.svg");
}

/* line 245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="crossed_swords"],
em[data-emoji=":crossed_swords:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2694.svg");
}

/* line 249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="medical_symbol"],
em[data-emoji=":medical_symbol:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2695.svg");
}

/* line 253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="scales"],
em[data-emoji=":scales:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2696.svg");
}

/* line 257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="alembic"],
em[data-emoji=":alembic:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2697.svg");
}

/* line 261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="gear"],
em[data-emoji=":gear:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2699.svg");
}

/* line 265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="scissors"],
em[data-emoji=":scissors:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2702.svg");
}

/* line 269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="white_check_mark"],
em[data-emoji=":white_check_mark:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2705.svg");
}

/* line 273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="airplane"],
em[data-emoji=":airplane:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2708.svg");
}

/* line 277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="envelope"],
em[data-emoji=":envelope:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2709.svg");
}

/* line 281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="black_nib"],
em[data-emoji=":black_nib:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2712.svg");
}

/* line 285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="heavy_check_mark"],
em[data-emoji=":heavy_check_mark:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2714.svg");
}

/* line 289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="heavy_multiplication_x"],
em[data-emoji=":heavy_multiplication_x:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2716.svg");
}

/* line 293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="star_of_david"],
em[data-emoji=":star_of_david:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2721.svg");
}

/* line 297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sparkles"],
em[data-emoji=":sparkles:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2728.svg");
}

/* line 301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="eight_spoked_asterisk"],
em[data-emoji=":eight_spoked_asterisk:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2733.svg");
}

/* line 305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="eight_pointed_black_star"],
em[data-emoji=":eight_pointed_black_star:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2734.svg");
}

/* line 309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="snowflake"],
em[data-emoji=":snowflake:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2744.svg");
}

/* line 313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sparkle"],
em[data-emoji=":sparkle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2747.svg");
}

/* line 317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="question"],
em[data-emoji=":question:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2753.svg");
}

/* line 321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="grey_question"],
em[data-emoji=":grey_question:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2754.svg");
}

/* line 325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="grey_exclamation"],
em[data-emoji=":grey_exclamation:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2755.svg");
}

/* line 329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="exclamation"],
em[data-emoji=":exclamation:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2757.svg");
}

/* line 333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="heart_exclamation"],
em[data-emoji=":heart_exclamation:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2763.svg");
}

/* line 337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="heart"],
em[data-emoji=":heart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2764.svg");
}

/* line 341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="heavy_plus_sign"],
em[data-emoji=":heavy_plus_sign:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2795.svg");
}

/* line 345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="heavy_minus_sign"],
em[data-emoji=":heavy_minus_sign:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2796.svg");
}

/* line 349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="heavy_division_sign"],
em[data-emoji=":heavy_division_sign:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2797.svg");
}

/* line 353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_heading_up"],
em[data-emoji=":arrow_heading_up:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2934.svg");
}

/* line 357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_heading_down"],
em[data-emoji=":arrow_heading_down:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2935.svg");
}

/* line 361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wavy_dash"],
em[data-emoji=":wavy_dash:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/3030.svg");
}

/* line 365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="congratulations"],
em[data-emoji=":congratulations:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/3297.svg");
}

/* line 369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="secret"],
em[data-emoji=":secret:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/3299.svg");
}

/* line 373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="orange_heart"],
em[data-emoji=":orange_heart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e1.svg");
}

/* line 377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="yellow_heart"],
em[data-emoji=":yellow_heart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f49b.svg");
}

/* line 381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="green_heart"],
em[data-emoji=":green_heart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f49a.svg");
}

/* line 385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blue_heart"],
em[data-emoji=":blue_heart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f499.svg");
}

/* line 389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="purple_heart"],
em[data-emoji=":purple_heart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f49c.svg");
}

/* line 393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="black_heart"],
em[data-emoji=":black_heart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5a4.svg");
}

/* line 397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="brown_heart"],
em[data-emoji=":brown_heart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f90e.svg");
}

/* line 401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="white_heart"],
em[data-emoji=":white_heart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f90d.svg");
}

/* line 405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="broken_heart"],
em[data-emoji=":broken_heart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f494.svg");
}

/* line 409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="two_hearts"],
em[data-emoji=":two_hearts:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f495.svg");
}

/* line 413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="revolving_hearts"],
em[data-emoji=":revolving_hearts:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f49e.svg");
}

/* line 417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="heartbeat"],
em[data-emoji=":heartbeat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f493.svg");
}

/* line 421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="heartpulse"],
em[data-emoji=":heartpulse:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f497.svg");
}

/* line 425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sparkling_heart"],
em[data-emoji=":sparkling_heart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f496.svg");
}

/* line 429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cupid"],
em[data-emoji=":cupid:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f498.svg");
}

/* line 433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="gift_heart"],
em[data-emoji=":gift_heart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f49d.svg");
}

/* line 437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="heart_decoration"],
em[data-emoji=":heart_decoration:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f49f.svg");
}

/* line 441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="peace"],
em[data-emoji=":peace:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/262e.svg");
}

/* line 445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cross"],
em[data-emoji=":cross:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/271d.svg");
}

/* line 449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="star_and_crescent"],
em[data-emoji=":star_and_crescent:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/262a.svg");
}

/* line 453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="om_symbol"],
em[data-emoji=":om_symbol:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f549.svg");
}

/* line 457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="six_pointed_star"],
em[data-emoji=":six_pointed_star:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f52f.svg");
}

/* line 461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="menorah"],
em[data-emoji=":menorah:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f54e.svg");
}

/* line 465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="yin_yang"],
em[data-emoji=":yin_yang:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/262f.svg");
}

/* line 469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="place_of_worship"],
em[data-emoji=":place_of_worship:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6d0.svg");
}

/* line 473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ophiuchus"],
em[data-emoji=":ophiuchus:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26ce.svg");
}

/* line 477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="gemini"],
em[data-emoji=":gemini:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/264a.svg");
}

/* line 481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cancer"],
em[data-emoji=":cancer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/264b.svg");
}

/* line 485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="leo"],
em[data-emoji=":leo:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/264c.svg");
}

/* line 489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="virgo"],
em[data-emoji=":virgo:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/264d.svg");
}

/* line 493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="libra"],
em[data-emoji=":libra:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/264e.svg");
}

/* line 497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="scorpius"],
em[data-emoji=":scorpius:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/264f.svg");
}

/* line 501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="id"],
em[data-emoji=":id:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f194.svg");
}

/* line 505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="atom"],
em[data-emoji=":atom:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/269b.svg");
}

/* line 509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="accept"],
em[data-emoji=":accept:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f251.svg");
}

/* line 513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mobile_phone_off"],
em[data-emoji=":mobile_phone_off:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f4.svg");
}

/* line 517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="vibration_mode"],
em[data-emoji=":vibration_mode:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f3.svg");
}

/* line 521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="u6709"],
em[data-emoji=":u6709:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f236.svg");
}

/* line 525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="u7121"],
em[data-emoji=":u7121:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f21a.svg");
}

/* line 529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="u7533"],
em[data-emoji=":u7533:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f238.svg");
}

/* line 533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="u55b6"],
em[data-emoji=":u55b6:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f23a.svg");
}

/* line 537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="u6708"],
em[data-emoji=":u6708:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f237.svg");
}

/* line 541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="vs"],
em[data-emoji=":vs:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f19a.svg");
}

/* line 545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="white_flower"],
em[data-emoji=":white_flower:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ae.svg");
}

/* line 549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ideograph_advantage"],
em[data-emoji=":ideograph_advantage:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f250.svg");
}

/* line 553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="u5408"],
em[data-emoji=":u5408:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f234.svg");
}

/* line 557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="u6e80"],
em[data-emoji=":u6e80:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f235.svg");
}

/* line 561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="u5272"],
em[data-emoji=":u5272:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f239.svg");
}

/* line 565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="u7981"],
em[data-emoji=":u7981:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f232.svg");
}

/* line 569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="a"],
em[data-emoji=":a:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f170.svg");
}

/* line 573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="b"],
em[data-emoji=":b:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f171.svg");
}

/* line 577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ab"],
em[data-emoji=":ab:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f18e.svg");
}

/* line 581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cl"],
em[data-emoji=":cl:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f191.svg");
}

/* line 585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="o2"],
em[data-emoji=":o2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f17e.svg");
}

/* line 589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sos"],
em[data-emoji=":sos:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f198.svg");
}

/* line 593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="x"],
em[data-emoji=":x:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/274c.svg");
}

/* line 597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="o"],
em[data-emoji=":o:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2b55.svg");
}

/* line 601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="octagonal_sign"],
em[data-emoji=":octagonal_sign:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6d1.svg");
}

/* line 605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="no_entry"],
em[data-emoji=":no_entry:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26d4.svg");
}

/* line 609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="name_badge"],
em[data-emoji=":name_badge:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4db.svg");
}

/* line 613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="no_entry_sign"],
em[data-emoji=":no_entry_sign:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6ab.svg");
}

/* line 617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="100"],
em[data-emoji=":100:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4af.svg");
}

/* line 621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="anger"],
em[data-emoji=":anger:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a2.svg");
}

/* line 625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="no_pedestrians"],
em[data-emoji=":no_pedestrians:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b7.svg");
}

/* line 629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="do_not_litter"],
em[data-emoji=":do_not_litter:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6af.svg");
}

/* line 633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="no_bicycles"],
em[data-emoji=":no_bicycles:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b3.svg");
}

/* line 637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="non-potable_water"],
em[data-emoji=":non-potable_water:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b1.svg");
}

/* line 641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="underage"],
em[data-emoji=":underage:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f51e.svg");
}

/* line 645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="no_mobile_phones"],
em[data-emoji=":no_mobile_phones:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f5.svg");
}

/* line 649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="no_smoking"],
em[data-emoji=":no_smoking:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6ad.svg");
}

/* line 653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bangbang"],
em[data-emoji=":bangbang:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/203c.svg");
}

/* line 657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="low_brightness"],
em[data-emoji=":low_brightness:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f505.svg");
}

/* line 661, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="high_brightness"],
em[data-emoji=":high_brightness:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f506.svg");
}

/* line 665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="part_alternation_mark"],
em[data-emoji=":part_alternation_mark:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/303d.svg");
}

/* line 669, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="warning"],
em[data-emoji=":warning:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26a0.svg");
}

/* line 673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="children_crossing"],
em[data-emoji=":children_crossing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b8.svg");
}

/* line 677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="trident"],
em[data-emoji=":trident:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f531.svg");
}

/* line 681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fleur-de-lis"],
em[data-emoji=":fleur-de-lis:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/269c.svg");
}

/* line 685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="beginner"],
em[data-emoji=":beginner:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f530.svg");
}

/* line 689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="recycle"],
em[data-emoji=":recycle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/267b.svg");
}

/* line 693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="u6307"],
em[data-emoji=":u6307:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f22f.svg");
}

/* line 697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="chart"],
em[data-emoji=":chart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b9.svg");
}

/* line 701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="negative_squared_cross_mark"],
em[data-emoji=":negative_squared_cross_mark:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/274e.svg");
}

/* line 705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="globe_with_meridians"],
em[data-emoji=":globe_with_meridians:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f310.svg");
}

/* line 709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="diamond_shape_with_a_dot_inside"],
em[data-emoji=":diamond_shape_with_a_dot_inside:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a0.svg");
}

/* line 713, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="m"],
em[data-emoji=":m:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/24c2.svg");
}

/* line 717, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cyclone"],
em[data-emoji=":cyclone:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f300.svg");
}

/* line 721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="zzz"],
em[data-emoji=":zzz:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a4.svg");
}

/* line 725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="atm"],
em[data-emoji=":atm:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e7.svg");
}

/* line 729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wc"],
em[data-emoji=":wc:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6be.svg");
}

/* line 733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wheelchair"],
em[data-emoji=":wheelchair:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/267f.svg");
}

/* line 737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="parking"],
em[data-emoji=":parking:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f17f.svg");
}

/* line 741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="u7a7a"],
em[data-emoji=":u7a7a:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f233.svg");
}

/* line 745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sa"],
em[data-emoji=":sa:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f202.svg");
}

/* line 749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="passport_control"],
em[data-emoji=":passport_control:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c2.svg");
}

/* line 753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="customs"],
em[data-emoji=":customs:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c3.svg");
}

/* line 757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="baggage_claim"],
em[data-emoji=":baggage_claim:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c4.svg");
}

/* line 761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="left_luggage"],
em[data-emoji=":left_luggage:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c5.svg");
}

/* line 765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mens"],
em[data-emoji=":mens:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b9.svg");
}

/* line 769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="womens"],
em[data-emoji=":womens:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6ba.svg");
}

/* line 773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="baby_symbol"],
em[data-emoji=":baby_symbol:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6bc.svg");
}

/* line 777, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="restroom"],
em[data-emoji=":restroom:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6bb.svg");
}

/* line 781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="put_litter_in_its_place"],
em[data-emoji=":put_litter_in_its_place:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6ae.svg");
}

/* line 785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cinema"],
em[data-emoji=":cinema:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a6.svg");
}

/* line 789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="signal_strength"],
em[data-emoji=":signal_strength:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f6.svg");
}

/* line 793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="koko"],
em[data-emoji=":koko:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f201.svg");
}

/* line 797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="symbols"],
em[data-emoji=":symbols:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f523.svg");
}

/* line 801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="abc"],
em[data-emoji=":abc:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f524.svg");
}

/* line 805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="abcd"],
em[data-emoji=":abcd:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f521.svg");
}

/* line 809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="capital_abcd"],
em[data-emoji=":capital_abcd:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f520.svg");
}

/* line 813, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ng"],
em[data-emoji=":ng:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f196.svg");
}

/* line 817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ok"],
em[data-emoji=":ok:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f197.svg");
}

/* line 821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="up"],
em[data-emoji=":up:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f199.svg");
}

/* line 825, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cool"],
em[data-emoji=":cool:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f192.svg");
}

/* line 829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="new"],
em[data-emoji=":new:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f195.svg");
}

/* line 833, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="free"],
em[data-emoji=":free:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f193.svg");
}

/* line 837, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="zero"],
em[data-emoji=":zero:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/30-20e3.svg");
}

/* line 841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="one"],
em[data-emoji=":one:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/31-20e3.svg");
}

/* line 845, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="two"],
em[data-emoji=":two:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/32-20e3.svg");
}

/* line 849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="three"],
em[data-emoji=":three:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/33-20e3.svg");
}

/* line 853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="four"],
em[data-emoji=":four:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/34-20e3.svg");
}

/* line 857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="five"],
em[data-emoji=":five:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/35-20e3.svg");
}

/* line 861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="six"],
em[data-emoji=":six:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/36-20e3.svg");
}

/* line 865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="seven"],
em[data-emoji=":seven:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/37-20e3.svg");
}

/* line 869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="eight"],
em[data-emoji=":eight:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/38-20e3.svg");
}

/* line 873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="nine"],
em[data-emoji=":nine:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/39-20e3.svg");
}

/* line 877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="keycap_ten"],
em[data-emoji=":keycap_ten:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f51f.svg");
}

/* line 881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="1234"],
em[data-emoji=":1234:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f522.svg");
}

/* line 885, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hash"],
em[data-emoji=":hash:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23-20e3.svg");
}

/* line 889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="asterisk"],
em[data-emoji=":asterisk:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2a-20e3.svg");
}

/* line 893, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="eject"],
em[data-emoji=":eject:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23cf.svg");
}

/* line 897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_forward"],
em[data-emoji=":arrow_forward:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/25b6.svg");
}

/* line 901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pause_button"],
em[data-emoji=":pause_button:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23f8.svg");
}

/* line 905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="play_pause"],
em[data-emoji=":play_pause:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23ef.svg");
}

/* line 909, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="stop_button"],
em[data-emoji=":stop_button:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23f9.svg");
}

/* line 913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="record_button"],
em[data-emoji=":record_button:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23fa.svg");
}

/* line 917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="track_next"],
em[data-emoji=":track_next:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23ed.svg");
}

/* line 921, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="track_previous"],
em[data-emoji=":track_previous:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23ee.svg");
}

/* line 925, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fast_forward"],
em[data-emoji=":fast_forward:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23e9.svg");
}

/* line 929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rewind"],
em[data-emoji=":rewind:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23ea.svg");
}

/* line 933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_double_up"],
em[data-emoji=":arrow_double_up:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23eb.svg");
}

/* line 937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_double_down"],
em[data-emoji=":arrow_double_down:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23ec.svg");
}

/* line 941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_backward"],
em[data-emoji=":arrow_backward:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/25c0.svg");
}

/* line 945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_up_small"],
em[data-emoji=":arrow_up_small:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f53c.svg");
}

/* line 949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_down_small"],
em[data-emoji=":arrow_down_small:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f53d.svg");
}

/* line 953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_right"],
em[data-emoji=":arrow_right:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/27a1.svg");
}

/* line 957, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_left"],
em[data-emoji=":arrow_left:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2b05.svg");
}

/* line 961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_up"],
em[data-emoji=":arrow_up:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2b06.svg");
}

/* line 965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_down"],
em[data-emoji=":arrow_down:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2b07.svg");
}

/* line 969, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrow_right_hook"],
em[data-emoji=":arrow_right_hook:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/21aa.svg");
}

/* line 973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="leftwards_arrow_with_hook"],
em[data-emoji=":leftwards_arrow_with_hook:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/21a9.svg");
}

/* line 977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="twisted_rightwards_arrows"],
em[data-emoji=":twisted_rightwards_arrows:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f500.svg");
}

/* line 981, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="repeat"],
em[data-emoji=":repeat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f501.svg");
}

/* line 985, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="repeat_one"],
em[data-emoji=":repeat_one:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f502.svg");
}

/* line 989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrows_counterclockwise"],
em[data-emoji=":arrows_counterclockwise:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f504.svg");
}

/* line 993, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="arrows_clockwise"],
em[data-emoji=":arrows_clockwise:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f503.svg");
}

/* line 997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="musical_note"],
em[data-emoji=":musical_note:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b5.svg");
}

/* line 1001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="notes"],
em[data-emoji=":notes:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b6.svg");
}

/* line 1005, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="infinity"],
em[data-emoji=":infinity:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/267e.svg");
}

/* line 1009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="heavy_dollar_sign"],
em[data-emoji=":heavy_dollar_sign:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b2.svg");
}

/* line 1013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="currency_exchange"],
em[data-emoji=":currency_exchange:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b1.svg");
}

/* line 1017, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="copyright"],
em[data-emoji=":copyright:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/a9.svg");
}

/* line 1021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="registered"],
em[data-emoji=":registered:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/ae.svg");
}

/* line 1025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="curly_loop"],
em[data-emoji=":curly_loop:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/27b0.svg");
}

/* line 1029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="loop"],
em[data-emoji=":loop:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/27bf.svg");
}

/* line 1033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="end"],
em[data-emoji=":end:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f51a.svg");
}

/* line 1037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="back"],
em[data-emoji=":back:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f519.svg");
}

/* line 1041, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="on"],
em[data-emoji=":on:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f51b.svg");
}

/* line 1045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="top"],
em[data-emoji=":top:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f51d.svg");
}

/* line 1049, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="soon"],
em[data-emoji=":soon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f51c.svg");
}

/* line 1053, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="radio_button"],
em[data-emoji=":radio_button:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f518.svg");
}

/* line 1057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="white_circle"],
em[data-emoji=":white_circle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26aa.svg");
}

/* line 1061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="black_circle"],
em[data-emoji=":black_circle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26ab.svg");
}

/* line 1065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="red_circle"],
em[data-emoji=":red_circle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f534.svg");
}

/* line 1069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blue_circle"],
em[data-emoji=":blue_circle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f535.svg");
}

/* line 1073, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="brown_circle"],
em[data-emoji=":brown_circle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e4.svg");
}

/* line 1077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="purple_circle"],
em[data-emoji=":purple_circle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e3.svg");
}

/* line 1081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="green_circle"],
em[data-emoji=":green_circle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e2.svg");
}

/* line 1085, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="yellow_circle"],
em[data-emoji=":yellow_circle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e1.svg");
}

/* line 1089, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="orange_circle"],
em[data-emoji=":orange_circle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e0.svg");
}

/* line 1093, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="small_red_triangle"],
em[data-emoji=":small_red_triangle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f53a.svg");
}

/* line 1097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="small_red_triangle_down"],
em[data-emoji=":small_red_triangle_down:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f53b.svg");
}

/* line 1101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="small_orange_diamond"],
em[data-emoji=":small_orange_diamond:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f538.svg");
}

/* line 1105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="small_blue_diamond"],
em[data-emoji=":small_blue_diamond:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f539.svg");
}

/* line 1109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="large_orange_diamond"],
em[data-emoji=":large_orange_diamond:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f536.svg");
}

/* line 1113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="large_blue_diamond"],
em[data-emoji=":large_blue_diamond:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f537.svg");
}

/* line 1117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="white_square_button"],
em[data-emoji=":white_square_button:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f533.svg");
}

/* line 1121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="black_square_button"],
em[data-emoji=":black_square_button:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f532.svg");
}

/* line 1125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="black_small_square"],
em[data-emoji=":black_small_square:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/25aa.svg");
}

/* line 1129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="white_small_square"],
em[data-emoji=":white_small_square:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/25ab.svg");
}

/* line 1133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="black_medium_small_square"],
em[data-emoji=":black_medium_small_square:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/25fe.svg");
}

/* line 1137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="white_medium_small_square"],
em[data-emoji=":white_medium_small_square:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/25fd.svg");
}

/* line 1141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="black_medium_square"],
em[data-emoji=":black_medium_square:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/25fc.svg");
}

/* line 1145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="white_medium_square"],
em[data-emoji=":white_medium_square:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/25fb.svg");
}

/* line 1149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="black_large_square"],
em[data-emoji=":black_large_square:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2b1b.svg");
}

/* line 1153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="white_large_square"],
em[data-emoji=":white_large_square:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2b1c.svg");
}

/* line 1157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="orange_square"],
em[data-emoji=":orange_square:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e7.svg");
}

/* line 1161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blue_square"],
em[data-emoji=":blue_square:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e6.svg");
}

/* line 1165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="red_square"],
em[data-emoji=":red_square:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e5.svg");
}

/* line 1169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="brown_square"],
em[data-emoji=":brown_square:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7eb.svg");
}

/* line 1173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="purple_square"],
em[data-emoji=":purple_square:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7ea.svg");
}

/* line 1177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="green_square"],
em[data-emoji=":green_square:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e9.svg");
}

/* line 1181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="yellow_square"],
em[data-emoji=":yellow_square:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e8.svg");
}

/* line 1185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="speaker"],
em[data-emoji=":speaker:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f508.svg");
}

/* line 1189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mute"],
em[data-emoji=":mute:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f507.svg");
}

/* line 1193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sound"],
em[data-emoji=":sound:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f509.svg");
}

/* line 1197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="loud_sound"],
em[data-emoji=":loud_sound:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f50a.svg");
}

/* line 1201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bell"],
em[data-emoji=":bell:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f514.svg");
}

/* line 1205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="no_bell"],
em[data-emoji=":no_bell:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f515.svg");
}

/* line 1209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mega"],
em[data-emoji=":mega:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e3.svg");
}

/* line 1213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="loudspeaker"],
em[data-emoji=":loudspeaker:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e2.svg");
}

/* line 1217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="speech_left"],
em[data-emoji=":speech_left:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5e8.svg");
}

/* line 1221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="eye_in_speech_bubble"],
em[data-emoji=":eye_in_speech_bubble:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f441-200d-1f5e8.svg");
}

/* line 1225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="speech_balloon"],
em[data-emoji=":speech_balloon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ac.svg");
}

/* line 1229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thought_balloon"],
em[data-emoji=":thought_balloon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ad.svg");
}

/* line 1233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="anger_right"],
em[data-emoji=":anger_right:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5ef.svg");
}

/* line 1237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="black_joker"],
em[data-emoji=":black_joker:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f0cf.svg");
}

/* line 1241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flower_playing_cards"],
em[data-emoji=":flower_playing_cards:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b4.svg");
}

/* line 1245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mahjong"],
em[data-emoji=":mahjong:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f004.svg");
}

/* line 1249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock1"],
em[data-emoji=":clock1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f550.svg");
}

/* line 1253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock2"],
em[data-emoji=":clock2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f551.svg");
}

/* line 1257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock3"],
em[data-emoji=":clock3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f552.svg");
}

/* line 1261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock4"],
em[data-emoji=":clock4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f553.svg");
}

/* line 1265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock5"],
em[data-emoji=":clock5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f554.svg");
}

/* line 1269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock6"],
em[data-emoji=":clock6:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f555.svg");
}

/* line 1273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock7"],
em[data-emoji=":clock7:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f556.svg");
}

/* line 1277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock8"],
em[data-emoji=":clock8:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f557.svg");
}

/* line 1281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock9"],
em[data-emoji=":clock9:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f558.svg");
}

/* line 1285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock10"],
em[data-emoji=":clock10:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f559.svg");
}

/* line 1289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock11"],
em[data-emoji=":clock11:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f55a.svg");
}

/* line 1293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock12"],
em[data-emoji=":clock12:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f55b.svg");
}

/* line 1297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock130"],
em[data-emoji=":clock130:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f55c.svg");
}

/* line 1301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock230"],
em[data-emoji=":clock230:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f55d.svg");
}

/* line 1305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock330"],
em[data-emoji=":clock330:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f55e.svg");
}

/* line 1309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock430"],
em[data-emoji=":clock430:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f55f.svg");
}

/* line 1313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock530"],
em[data-emoji=":clock530:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f560.svg");
}

/* line 1317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock630"],
em[data-emoji=":clock630:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f561.svg");
}

/* line 1321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock730"],
em[data-emoji=":clock730:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f562.svg");
}

/* line 1325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock830"],
em[data-emoji=":clock830:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f563.svg");
}

/* line 1329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock930"],
em[data-emoji=":clock930:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f564.svg");
}

/* line 1333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock1030"],
em[data-emoji=":clock1030:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f565.svg");
}

/* line 1337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock1130"],
em[data-emoji=":clock1130:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f566.svg");
}

/* line 1341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock1230"],
em[data-emoji=":clock1230:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f567.svg");
}

/* line 1345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="digit_zero"],
em[data-emoji=":digit_zero:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/30-20e3.svg");
}

/* line 1349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="digit_one"],
em[data-emoji=":digit_one:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/31-20e3.svg");
}

/* line 1353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="digit_two"],
em[data-emoji=":digit_two:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/32-20e3.svg");
}

/* line 1357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="digit_three"],
em[data-emoji=":digit_three:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/33-20e3.svg");
}

/* line 1361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="digit_four"],
em[data-emoji=":digit_four:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/34-20e3.svg");
}

/* line 1365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="digit_five"],
em[data-emoji=":digit_five:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/35-20e3.svg");
}

/* line 1369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="digit_six"],
em[data-emoji=":digit_six:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/36-20e3.svg");
}

/* line 1373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="digit_seven"],
em[data-emoji=":digit_seven:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/37-20e3.svg");
}

/* line 1377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="digit_eight"],
em[data-emoji=":digit_eight:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/38-20e3.svg");
}

/* line 1381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="digit_nine"],
em[data-emoji=":digit_nine:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/39-20e3.svg");
}

/* line 1385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pound_symbol"],
em[data-emoji=":pound_symbol:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23-20e3.svg");
}

/* line 1389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="asterisk_symbol"],
em[data-emoji=":asterisk_symbol:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2a-20e3.svg");
}

/* line 1393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="soccer"],
em[data-emoji=":soccer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26bd.svg");
}

/* line 1397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="basketball"],
em[data-emoji=":basketball:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c0.svg");
}

/* line 1401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="football"],
em[data-emoji=":football:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c8.svg");
}

/* line 1405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="baseball"],
em[data-emoji=":baseball:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26be.svg");
}

/* line 1409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="softball"],
em[data-emoji=":softball:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f94e.svg");
}

/* line 1413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tennis"],
em[data-emoji=":tennis:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3be.svg");
}

/* line 1417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="volleyball"],
em[data-emoji=":volleyball:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d0.svg");
}

/* line 1421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rugby_football"],
em[data-emoji=":rugby_football:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c9.svg");
}

/* line 1425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flying_disc"],
em[data-emoji=":flying_disc:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f94f.svg");
}

/* line 1429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="8ball"],
em[data-emoji=":8ball:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b1.svg");
}

/* line 1433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ping_pong"],
em[data-emoji=":ping_pong:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d3.svg");
}

/* line 1437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="badminton"],
em[data-emoji=":badminton:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f8.svg");
}

/* line 1441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hockey"],
em[data-emoji=":hockey:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d2.svg");
}

/* line 1445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="field_hockey"],
em[data-emoji=":field_hockey:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d1.svg");
}

/* line 1449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="lacrosse"],
em[data-emoji=":lacrosse:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f94d.svg");
}

/* line 1453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cricket_game"],
em[data-emoji=":cricket_game:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cf.svg");
}

/* line 1457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="goal"],
em[data-emoji=":goal:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f945.svg");
}

/* line 1461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="golf"],
em[data-emoji=":golf:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f3.svg");
}

/* line 1465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bow_and_arrow"],
em[data-emoji=":bow_and_arrow:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f9.svg");
}

/* line 1469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fishing_pole_and_fish"],
em[data-emoji=":fishing_pole_and_fish:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a3.svg");
}

/* line 1473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="boxing_glove"],
em[data-emoji=":boxing_glove:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f94a.svg");
}

/* line 1477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="martial_arts_uniform"],
em[data-emoji=":martial_arts_uniform:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f94b.svg");
}

/* line 1481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="running_shirt_with_sash"],
em[data-emoji=":running_shirt_with_sash:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3bd.svg");
}

/* line 1485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="skateboard"],
em[data-emoji=":skateboard:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6f9.svg");
}

/* line 1489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sled"],
em[data-emoji=":sled:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6f7.svg");
}

/* line 1493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="parachute"],
em[data-emoji=":parachute:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa82.svg");
}

/* line 1497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ice_skate"],
em[data-emoji=":ice_skate:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f8.svg");
}

/* line 1501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="curling_stone"],
em[data-emoji=":curling_stone:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f94c.svg");
}

/* line 1505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ski"],
em[data-emoji=":ski:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3bf.svg");
}

/* line 1509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="skier"],
em[data-emoji=":skier:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f7.svg");
}

/* line 1513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="snowboarder"],
em[data-emoji=":snowboarder:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c2.svg");
}

/* line 1517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="snowboarder_tone1"],
em[data-emoji=":snowboarder_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c2-1f3fb.svg");
}

/* line 1521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="snowboarder_tone2"],
em[data-emoji=":snowboarder_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c2-1f3fc.svg");
}

/* line 1525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="snowboarder_tone3"],
em[data-emoji=":snowboarder_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c2-1f3fd.svg");
}

/* line 1529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="snowboarder_tone4"],
em[data-emoji=":snowboarder_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c2-1f3fe.svg");
}

/* line 1533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="snowboarder_tone5"],
em[data-emoji=":snowboarder_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c2-1f3ff.svg");
}

/* line 1537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_lifting_weights"],
em[data-emoji=":person_lifting_weights:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb.svg");
}

/* line 1541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_lifting_weights_tone1"],
em[data-emoji=":person_lifting_weights_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fb.svg");
}

/* line 1545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_lifting_weights_tone2"],
em[data-emoji=":person_lifting_weights_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fc.svg");
}

/* line 1549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_lifting_weights_tone3"],
em[data-emoji=":person_lifting_weights_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fd.svg");
}

/* line 1553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_lifting_weights_tone4"],
em[data-emoji=":person_lifting_weights_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fe.svg");
}

/* line 1557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_lifting_weights_tone5"],
em[data-emoji=":person_lifting_weights_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3ff.svg");
}

/* line 1561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_lifting_weights"],
em[data-emoji=":woman_lifting_weights:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-fe0f-200d-2640-fe0f.svg");
}

/* line 1565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_lifting_weights_tone1"],
em[data-emoji=":woman_lifting_weights_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fb-200d-2640-fe0f.svg");
}

/* line 1569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_lifting_weights_tone2"],
em[data-emoji=":woman_lifting_weights_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fc-200d-2640-fe0f.svg");
}

/* line 1573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_lifting_weights_tone3"],
em[data-emoji=":woman_lifting_weights_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fd-200d-2640-fe0f.svg");
}

/* line 1577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_lifting_weights_tone4"],
em[data-emoji=":woman_lifting_weights_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fe-200d-2640-fe0f.svg");
}

/* line 1581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_lifting_weights_tone5"],
em[data-emoji=":woman_lifting_weights_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3ff-200d-2640-fe0f.svg");
}

/* line 1585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_lifting_weights"],
em[data-emoji=":man_lifting_weights:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-fe0f-200d-2642-fe0f.svg");
}

/* line 1589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_lifting_weights_tone1"],
em[data-emoji=":man_lifting_weights_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fb-200d-2642-fe0f.svg");
}

/* line 1593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_lifting_weights_tone2"],
em[data-emoji=":man_lifting_weights_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fc-200d-2642-fe0f.svg");
}

/* line 1597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_lifting_weights_tone3"],
em[data-emoji=":man_lifting_weights_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fd-200d-2642-fe0f.svg");
}

/* line 1601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_lifting_weights_tone4"],
em[data-emoji=":man_lifting_weights_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fe-200d-2642-fe0f.svg");
}

/* line 1605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_lifting_weights_tone5"],
em[data-emoji=":man_lifting_weights_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3ff-200d-2642-fe0f.svg");
}

/* line 1609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_wrestling"],
em[data-emoji=":people_wrestling:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93c.svg");
}

/* line 1613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="women_wrestling"],
em[data-emoji=":women_wrestling:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93c-200d-2640-fe0f.svg");
}

/* line 1617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="men_wrestling"],
em[data-emoji=":men_wrestling:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93c-200d-2642-fe0f.svg");
}

/* line 1621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_doing_cartwheel"],
em[data-emoji=":person_doing_cartwheel:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938.svg");
}

/* line 1625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_doing_cartwheel_tone1"],
em[data-emoji=":person_doing_cartwheel_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fb.svg");
}

/* line 1629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_doing_cartwheel_tone2"],
em[data-emoji=":person_doing_cartwheel_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fc.svg");
}

/* line 1633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_doing_cartwheel_tone3"],
em[data-emoji=":person_doing_cartwheel_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fd.svg");
}

/* line 1637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_doing_cartwheel_tone4"],
em[data-emoji=":person_doing_cartwheel_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fe.svg");
}

/* line 1641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_doing_cartwheel_tone5"],
em[data-emoji=":person_doing_cartwheel_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3ff.svg");
}

/* line 1645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_cartwheeling"],
em[data-emoji=":woman_cartwheeling:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-200d-2640-fe0f.svg");
}

/* line 1649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_cartwheeling_tone1"],
em[data-emoji=":woman_cartwheeling_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fb-200d-2640-fe0f.svg");
}

/* line 1653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_cartwheeling_tone2"],
em[data-emoji=":woman_cartwheeling_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fc-200d-2640-fe0f.svg");
}

/* line 1657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_cartwheeling_tone3"],
em[data-emoji=":woman_cartwheeling_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fd-200d-2640-fe0f.svg");
}

/* line 1661, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_cartwheeling_tone4"],
em[data-emoji=":woman_cartwheeling_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fe-200d-2640-fe0f.svg");
}

/* line 1665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_cartwheeling_tone5"],
em[data-emoji=":woman_cartwheeling_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3ff-200d-2640-fe0f.svg");
}

/* line 1669, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_cartwheeling"],
em[data-emoji=":man_cartwheeling:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-200d-2642-fe0f.svg");
}

/* line 1673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_cartwheeling_tone1"],
em[data-emoji=":man_cartwheeling_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fb-200d-2642-fe0f.svg");
}

/* line 1677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_cartwheeling_tone2"],
em[data-emoji=":man_cartwheeling_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fc-200d-2642-fe0f.svg");
}

/* line 1681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_cartwheeling_tone3"],
em[data-emoji=":man_cartwheeling_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fd-200d-2642-fe0f.svg");
}

/* line 1685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_cartwheeling_tone4"],
em[data-emoji=":man_cartwheeling_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fe-200d-2642-fe0f.svg");
}

/* line 1689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_cartwheeling_tone5"],
em[data-emoji=":man_cartwheeling_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3ff-200d-2642-fe0f.svg");
}

/* line 1693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_bouncing_ball"],
em[data-emoji=":person_bouncing_ball:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9.svg");
}

/* line 1697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_bouncing_ball_tone1"],
em[data-emoji=":person_bouncing_ball_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fb.svg");
}

/* line 1701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_bouncing_ball_tone2"],
em[data-emoji=":person_bouncing_ball_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fc.svg");
}

/* line 1705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_bouncing_ball_tone3"],
em[data-emoji=":person_bouncing_ball_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fd.svg");
}

/* line 1709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_bouncing_ball_tone4"],
em[data-emoji=":person_bouncing_ball_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fe.svg");
}

/* line 1713, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_bouncing_ball_tone5"],
em[data-emoji=":person_bouncing_ball_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3ff.svg");
}

/* line 1717, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bouncing_ball"],
em[data-emoji=":woman_bouncing_ball:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-fe0f-200d-2640-fe0f.svg");
}

/* line 1721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bouncing_ball_tone1"],
em[data-emoji=":woman_bouncing_ball_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fb-200d-2640-fe0f.svg");
}

/* line 1725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bouncing_ball_tone2"],
em[data-emoji=":woman_bouncing_ball_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fc-200d-2640-fe0f.svg");
}

/* line 1729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bouncing_ball_tone3"],
em[data-emoji=":woman_bouncing_ball_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fd-200d-2640-fe0f.svg");
}

/* line 1733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bouncing_ball_tone4"],
em[data-emoji=":woman_bouncing_ball_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fe-200d-2640-fe0f.svg");
}

/* line 1737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bouncing_ball_tone5"],
em[data-emoji=":woman_bouncing_ball_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3ff-200d-2640-fe0f.svg");
}

/* line 1741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bouncing_ball"],
em[data-emoji=":man_bouncing_ball:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-fe0f-200d-2642-fe0f.svg");
}

/* line 1745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bouncing_ball_tone1"],
em[data-emoji=":man_bouncing_ball_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fb-200d-2642-fe0f.svg");
}

/* line 1749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bouncing_ball_tone2"],
em[data-emoji=":man_bouncing_ball_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fc-200d-2642-fe0f.svg");
}

/* line 1753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bouncing_ball_tone3"],
em[data-emoji=":man_bouncing_ball_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fd-200d-2642-fe0f.svg");
}

/* line 1757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bouncing_ball_tone4"],
em[data-emoji=":man_bouncing_ball_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fe-200d-2642-fe0f.svg");
}

/* line 1761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bouncing_ball_tone5"],
em[data-emoji=":man_bouncing_ball_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3ff-200d-2642-fe0f.svg");
}

/* line 1765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_fencing"],
em[data-emoji=":person_fencing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93a.svg");
}

/* line 1769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_playing_handball"],
em[data-emoji=":person_playing_handball:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e.svg");
}

/* line 1773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_playing_handball_tone1"],
em[data-emoji=":person_playing_handball_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fb.svg");
}

/* line 1777, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_playing_handball_tone2"],
em[data-emoji=":person_playing_handball_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fc.svg");
}

/* line 1781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_playing_handball_tone3"],
em[data-emoji=":person_playing_handball_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fd.svg");
}

/* line 1785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_playing_handball_tone4"],
em[data-emoji=":person_playing_handball_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fe.svg");
}

/* line 1789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_playing_handball_tone5"],
em[data-emoji=":person_playing_handball_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3ff.svg");
}

/* line 1793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_playing_handball"],
em[data-emoji=":woman_playing_handball:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-200d-2640-fe0f.svg");
}

/* line 1797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_playing_handball_tone1"],
em[data-emoji=":woman_playing_handball_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fb-200d-2640-fe0f.svg");
}

/* line 1801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_playing_handball_tone2"],
em[data-emoji=":woman_playing_handball_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fc-200d-2640-fe0f.svg");
}

/* line 1805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_playing_handball_tone3"],
em[data-emoji=":woman_playing_handball_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fd-200d-2640-fe0f.svg");
}

/* line 1809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_playing_handball_tone4"],
em[data-emoji=":woman_playing_handball_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fe-200d-2640-fe0f.svg");
}

/* line 1813, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_playing_handball_tone5"],
em[data-emoji=":woman_playing_handball_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3ff-200d-2640-fe0f.svg");
}

/* line 1817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_playing_handball"],
em[data-emoji=":man_playing_handball:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-200d-2642-fe0f.svg");
}

/* line 1821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_playing_handball_tone1"],
em[data-emoji=":man_playing_handball_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fb-200d-2642-fe0f.svg");
}

/* line 1825, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_playing_handball_tone2"],
em[data-emoji=":man_playing_handball_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fc-200d-2642-fe0f.svg");
}

/* line 1829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_playing_handball_tone3"],
em[data-emoji=":man_playing_handball_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fd-200d-2642-fe0f.svg");
}

/* line 1833, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_playing_handball_tone4"],
em[data-emoji=":man_playing_handball_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fe-200d-2642-fe0f.svg");
}

/* line 1837, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_playing_handball_tone5"],
em[data-emoji=":man_playing_handball_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3ff-200d-2642-fe0f.svg");
}

/* line 1841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_golfing"],
em[data-emoji=":person_golfing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc.svg");
}

/* line 1845, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_golfing_tone1"],
em[data-emoji=":person_golfing_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fb.svg");
}

/* line 1849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_golfing_tone2"],
em[data-emoji=":person_golfing_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fc.svg");
}

/* line 1853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_golfing_tone3"],
em[data-emoji=":person_golfing_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fd.svg");
}

/* line 1857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_golfing_tone4"],
em[data-emoji=":person_golfing_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fe.svg");
}

/* line 1861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_golfing_tone5"],
em[data-emoji=":person_golfing_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3ff.svg");
}

/* line 1865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_golfing"],
em[data-emoji=":woman_golfing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-fe0f-200d-2640-fe0f.svg");
}

/* line 1869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_golfing_tone1"],
em[data-emoji=":woman_golfing_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fb-200d-2640-fe0f.svg");
}

/* line 1873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_golfing_tone2"],
em[data-emoji=":woman_golfing_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fc-200d-2640-fe0f.svg");
}

/* line 1877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_golfing_tone3"],
em[data-emoji=":woman_golfing_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fd-200d-2640-fe0f.svg");
}

/* line 1881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_golfing_tone4"],
em[data-emoji=":woman_golfing_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fe-200d-2640-fe0f.svg");
}

/* line 1885, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_golfing_tone5"],
em[data-emoji=":woman_golfing_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3ff-200d-2640-fe0f.svg");
}

/* line 1889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_golfing"],
em[data-emoji=":man_golfing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-fe0f-200d-2642-fe0f.svg");
}

/* line 1893, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_golfing_tone1"],
em[data-emoji=":man_golfing_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fb-200d-2642-fe0f.svg");
}

/* line 1897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_golfing_tone2"],
em[data-emoji=":man_golfing_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fc-200d-2642-fe0f.svg");
}

/* line 1901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_golfing_tone3"],
em[data-emoji=":man_golfing_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fd-200d-2642-fe0f.svg");
}

/* line 1905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_golfing_tone4"],
em[data-emoji=":man_golfing_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fe-200d-2642-fe0f.svg");
}

/* line 1909, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_golfing_tone5"],
em[data-emoji=":man_golfing_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3ff-200d-2642-fe0f.svg");
}

/* line 1913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="horse_racing"],
em[data-emoji=":horse_racing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c7.svg");
}

/* line 1917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="horse_racing_tone1"],
em[data-emoji=":horse_racing_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c7-1f3fb.svg");
}

/* line 1921, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="horse_racing_tone2"],
em[data-emoji=":horse_racing_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c7-1f3fc.svg");
}

/* line 1925, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="horse_racing_tone3"],
em[data-emoji=":horse_racing_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c7-1f3fd.svg");
}

/* line 1929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="horse_racing_tone4"],
em[data-emoji=":horse_racing_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c7-1f3fe.svg");
}

/* line 1933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="horse_racing_tone5"],
em[data-emoji=":horse_racing_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c7-1f3ff.svg");
}

/* line 1937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_in_lotus_position"],
em[data-emoji=":person_in_lotus_position:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8.svg");
}

/* line 1941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_in_lotus_position_tone1"],
em[data-emoji=":person_in_lotus_position_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fb.svg");
}

/* line 1945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_in_lotus_position_tone2"],
em[data-emoji=":person_in_lotus_position_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fc.svg");
}

/* line 1949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_in_lotus_position_tone3"],
em[data-emoji=":person_in_lotus_position_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fd.svg");
}

/* line 1953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_in_lotus_position_tone4"],
em[data-emoji=":person_in_lotus_position_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fe.svg");
}

/* line 1957, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_in_lotus_position_tone5"],
em[data-emoji=":person_in_lotus_position_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3ff.svg");
}

/* line 1961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_lotus_position"],
em[data-emoji=":woman_in_lotus_position:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-200d-2640-fe0f.svg");
}

/* line 1965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_lotus_position_tone1"],
em[data-emoji=":woman_in_lotus_position_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fb-200d-2640-fe0f.svg");
}

/* line 1969, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_lotus_position_tone2"],
em[data-emoji=":woman_in_lotus_position_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fc-200d-2640-fe0f.svg");
}

/* line 1973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_lotus_position_tone3"],
em[data-emoji=":woman_in_lotus_position_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fd-200d-2640-fe0f.svg");
}

/* line 1977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_lotus_position_tone4"],
em[data-emoji=":woman_in_lotus_position_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fe-200d-2640-fe0f.svg");
}

/* line 1981, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_lotus_position_tone5"],
em[data-emoji=":woman_in_lotus_position_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3ff-200d-2640-fe0f.svg");
}

/* line 1985, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_lotus_position"],
em[data-emoji=":man_in_lotus_position:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-200d-2642-fe0f.svg");
}

/* line 1989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_lotus_position_tone1"],
em[data-emoji=":man_in_lotus_position_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fb-200d-2642-fe0f.svg");
}

/* line 1993, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_lotus_position_tone2"],
em[data-emoji=":man_in_lotus_position_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fc-200d-2642-fe0f.svg");
}

/* line 1997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_lotus_position_tone3"],
em[data-emoji=":man_in_lotus_position_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fd-200d-2642-fe0f.svg");
}

/* line 2001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_lotus_position_tone4"],
em[data-emoji=":man_in_lotus_position_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fe-200d-2642-fe0f.svg");
}

/* line 2005, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_lotus_position_tone5"],
em[data-emoji=":man_in_lotus_position_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3ff-200d-2642-fe0f.svg");
}

/* line 2009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_surfing"],
em[data-emoji=":person_surfing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4.svg");
}

/* line 2013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_surfing_tone1"],
em[data-emoji=":person_surfing_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fb.svg");
}

/* line 2017, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_surfing_tone2"],
em[data-emoji=":person_surfing_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fc.svg");
}

/* line 2021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_surfing_tone3"],
em[data-emoji=":person_surfing_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fd.svg");
}

/* line 2025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_surfing_tone4"],
em[data-emoji=":person_surfing_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fe.svg");
}

/* line 2029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_surfing_tone5"],
em[data-emoji=":person_surfing_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3ff.svg");
}

/* line 2033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_surfing"],
em[data-emoji=":woman_surfing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-200d-2640-fe0f.svg");
}

/* line 2037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_surfing_tone1"],
em[data-emoji=":woman_surfing_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fb-200d-2640-fe0f.svg");
}

/* line 2041, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_surfing_tone2"],
em[data-emoji=":woman_surfing_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fc-200d-2640-fe0f.svg");
}

/* line 2045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_surfing_tone3"],
em[data-emoji=":woman_surfing_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fd-200d-2640-fe0f.svg");
}

/* line 2049, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_surfing_tone4"],
em[data-emoji=":woman_surfing_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fe-200d-2640-fe0f.svg");
}

/* line 2053, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_surfing_tone5"],
em[data-emoji=":woman_surfing_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3ff-200d-2640-fe0f.svg");
}

/* line 2057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_surfing"],
em[data-emoji=":man_surfing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-200d-2642-fe0f.svg");
}

/* line 2061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_surfing_tone1"],
em[data-emoji=":man_surfing_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fb-200d-2642-fe0f.svg");
}

/* line 2065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_surfing_tone2"],
em[data-emoji=":man_surfing_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fc-200d-2642-fe0f.svg");
}

/* line 2069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_surfing_tone3"],
em[data-emoji=":man_surfing_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fd-200d-2642-fe0f.svg");
}

/* line 2073, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_surfing_tone4"],
em[data-emoji=":man_surfing_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fe-200d-2642-fe0f.svg");
}

/* line 2077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_surfing_tone5"],
em[data-emoji=":man_surfing_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3ff-200d-2642-fe0f.svg");
}

/* line 2081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_swimming"],
em[data-emoji=":person_swimming:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca.svg");
}

/* line 2085, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_swimming_tone1"],
em[data-emoji=":person_swimming_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fb.svg");
}

/* line 2089, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_swimming_tone2"],
em[data-emoji=":person_swimming_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fc.svg");
}

/* line 2093, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_swimming_tone3"],
em[data-emoji=":person_swimming_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fd.svg");
}

/* line 2097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_swimming_tone4"],
em[data-emoji=":person_swimming_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fe.svg");
}

/* line 2101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_swimming_tone5"],
em[data-emoji=":person_swimming_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3ff.svg");
}

/* line 2105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_swimming"],
em[data-emoji=":woman_swimming:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-200d-2640-fe0f.svg");
}

/* line 2109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_swimming_tone1"],
em[data-emoji=":woman_swimming_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fb-200d-2640-fe0f.svg");
}

/* line 2113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_swimming_tone2"],
em[data-emoji=":woman_swimming_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fc-200d-2640-fe0f.svg");
}

/* line 2117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_swimming_tone3"],
em[data-emoji=":woman_swimming_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fd-200d-2640-fe0f.svg");
}

/* line 2121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_swimming_tone4"],
em[data-emoji=":woman_swimming_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fe-200d-2640-fe0f.svg");
}

/* line 2125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_swimming_tone5"],
em[data-emoji=":woman_swimming_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3ff-200d-2640-fe0f.svg");
}

/* line 2129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_swimming"],
em[data-emoji=":man_swimming:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-200d-2642-fe0f.svg");
}

/* line 2133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_swimming_tone1"],
em[data-emoji=":man_swimming_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fb-200d-2642-fe0f.svg");
}

/* line 2137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_swimming_tone2"],
em[data-emoji=":man_swimming_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fc-200d-2642-fe0f.svg");
}

/* line 2141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_swimming_tone3"],
em[data-emoji=":man_swimming_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fd-200d-2642-fe0f.svg");
}

/* line 2145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_swimming_tone4"],
em[data-emoji=":man_swimming_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fe-200d-2642-fe0f.svg");
}

/* line 2149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_swimming_tone5"],
em[data-emoji=":man_swimming_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3ff-200d-2642-fe0f.svg");
}

/* line 2153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_playing_water_polo"],
em[data-emoji=":person_playing_water_polo:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d.svg");
}

/* line 2157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_playing_water_polo_tone1"],
em[data-emoji=":person_playing_water_polo_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fb.svg");
}

/* line 2161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_playing_water_polo_tone2"],
em[data-emoji=":person_playing_water_polo_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fc.svg");
}

/* line 2165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_playing_water_polo_tone3"],
em[data-emoji=":person_playing_water_polo_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fd.svg");
}

/* line 2169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_playing_water_polo_tone4"],
em[data-emoji=":person_playing_water_polo_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fe.svg");
}

/* line 2173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_playing_water_polo_tone5"],
em[data-emoji=":person_playing_water_polo_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3ff.svg");
}

/* line 2177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_playing_water_polo"],
em[data-emoji=":woman_playing_water_polo:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-200d-2640-fe0f.svg");
}

/* line 2181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_playing_water_polo_tone1"],
em[data-emoji=":woman_playing_water_polo_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fb-200d-2640-fe0f.svg");
}

/* line 2185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_playing_water_polo_tone2"],
em[data-emoji=":woman_playing_water_polo_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fc-200d-2640-fe0f.svg");
}

/* line 2189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_playing_water_polo_tone3"],
em[data-emoji=":woman_playing_water_polo_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fd-200d-2640-fe0f.svg");
}

/* line 2193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_playing_water_polo_tone4"],
em[data-emoji=":woman_playing_water_polo_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fe-200d-2640-fe0f.svg");
}

/* line 2197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_playing_water_polo_tone5"],
em[data-emoji=":woman_playing_water_polo_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3ff-200d-2640-fe0f.svg");
}

/* line 2201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_playing_water_polo"],
em[data-emoji=":man_playing_water_polo:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-200d-2642-fe0f.svg");
}

/* line 2205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_playing_water_polo_tone1"],
em[data-emoji=":man_playing_water_polo_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fb-200d-2642-fe0f.svg");
}

/* line 2209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_playing_water_polo_tone2"],
em[data-emoji=":man_playing_water_polo_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fc-200d-2642-fe0f.svg");
}

/* line 2213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_playing_water_polo_tone3"],
em[data-emoji=":man_playing_water_polo_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fd-200d-2642-fe0f.svg");
}

/* line 2217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_playing_water_polo_tone4"],
em[data-emoji=":man_playing_water_polo_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fe-200d-2642-fe0f.svg");
}

/* line 2221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_playing_water_polo_tone5"],
em[data-emoji=":man_playing_water_polo_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3ff-200d-2642-fe0f.svg");
}

/* line 2225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_rowing_boat"],
em[data-emoji=":person_rowing_boat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3.svg");
}

/* line 2229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_rowing_boat_tone1"],
em[data-emoji=":person_rowing_boat_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fb.svg");
}

/* line 2233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_rowing_boat_tone2"],
em[data-emoji=":person_rowing_boat_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fc.svg");
}

/* line 2237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_rowing_boat_tone3"],
em[data-emoji=":person_rowing_boat_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fd.svg");
}

/* line 2241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_rowing_boat_tone4"],
em[data-emoji=":person_rowing_boat_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fe.svg");
}

/* line 2245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_rowing_boat_tone5"],
em[data-emoji=":person_rowing_boat_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3ff.svg");
}

/* line 2249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_rowing_boat"],
em[data-emoji=":woman_rowing_boat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-200d-2640-fe0f.svg");
}

/* line 2253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_rowing_boat_tone1"],
em[data-emoji=":woman_rowing_boat_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fb-200d-2640-fe0f.svg");
}

/* line 2257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_rowing_boat_tone2"],
em[data-emoji=":woman_rowing_boat_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fc-200d-2640-fe0f.svg");
}

/* line 2261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_rowing_boat_tone3"],
em[data-emoji=":woman_rowing_boat_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fd-200d-2640-fe0f.svg");
}

/* line 2265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_rowing_boat_tone4"],
em[data-emoji=":woman_rowing_boat_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fe-200d-2640-fe0f.svg");
}

/* line 2269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_rowing_boat_tone5"],
em[data-emoji=":woman_rowing_boat_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3ff-200d-2640-fe0f.svg");
}

/* line 2273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_rowing_boat"],
em[data-emoji=":man_rowing_boat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-200d-2642-fe0f.svg");
}

/* line 2277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_rowing_boat_tone1"],
em[data-emoji=":man_rowing_boat_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fb-200d-2642-fe0f.svg");
}

/* line 2281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_rowing_boat_tone2"],
em[data-emoji=":man_rowing_boat_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fc-200d-2642-fe0f.svg");
}

/* line 2285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_rowing_boat_tone3"],
em[data-emoji=":man_rowing_boat_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fd-200d-2642-fe0f.svg");
}

/* line 2289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_rowing_boat_tone4"],
em[data-emoji=":man_rowing_boat_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fe-200d-2642-fe0f.svg");
}

/* line 2293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_rowing_boat_tone5"],
em[data-emoji=":man_rowing_boat_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3ff-200d-2642-fe0f.svg");
}

/* line 2297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_climbing"],
em[data-emoji=":person_climbing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7.svg");
}

/* line 2301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_climbing_tone1"],
em[data-emoji=":person_climbing_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fb.svg");
}

/* line 2305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_climbing_tone2"],
em[data-emoji=":person_climbing_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fc.svg");
}

/* line 2309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_climbing_tone3"],
em[data-emoji=":person_climbing_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fd.svg");
}

/* line 2313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_climbing_tone4"],
em[data-emoji=":person_climbing_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fe.svg");
}

/* line 2317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_climbing_tone5"],
em[data-emoji=":person_climbing_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3ff.svg");
}

/* line 2321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_climbing"],
em[data-emoji=":woman_climbing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-200d-2640-fe0f.svg");
}

/* line 2325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_climbing_tone1"],
em[data-emoji=":woman_climbing_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fb-200d-2640-fe0f.svg");
}

/* line 2329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_climbing_tone2"],
em[data-emoji=":woman_climbing_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fc-200d-2640-fe0f.svg");
}

/* line 2333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_climbing_tone3"],
em[data-emoji=":woman_climbing_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fd-200d-2640-fe0f.svg");
}

/* line 2337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_climbing_tone4"],
em[data-emoji=":woman_climbing_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fe-200d-2640-fe0f.svg");
}

/* line 2341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_climbing_tone5"],
em[data-emoji=":woman_climbing_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3ff-200d-2640-fe0f.svg");
}

/* line 2345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_climbing"],
em[data-emoji=":man_climbing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-200d-2642-fe0f.svg");
}

/* line 2349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_climbing_tone1"],
em[data-emoji=":man_climbing_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fb-200d-2642-fe0f.svg");
}

/* line 2353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_climbing_tone2"],
em[data-emoji=":man_climbing_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fc-200d-2642-fe0f.svg");
}

/* line 2357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_climbing_tone3"],
em[data-emoji=":man_climbing_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fd-200d-2642-fe0f.svg");
}

/* line 2361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_climbing_tone4"],
em[data-emoji=":man_climbing_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fe-200d-2642-fe0f.svg");
}

/* line 2365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_climbing_tone5"],
em[data-emoji=":man_climbing_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3ff-200d-2642-fe0f.svg");
}

/* line 2369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_mountain_biking"],
em[data-emoji=":person_mountain_biking:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5.svg");
}

/* line 2373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_mountain_biking_tone1"],
em[data-emoji=":person_mountain_biking_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fb.svg");
}

/* line 2377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_mountain_biking_tone2"],
em[data-emoji=":person_mountain_biking_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fc.svg");
}

/* line 2381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_mountain_biking_tone3"],
em[data-emoji=":person_mountain_biking_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fd.svg");
}

/* line 2385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_mountain_biking_tone4"],
em[data-emoji=":person_mountain_biking_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fe.svg");
}

/* line 2389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_mountain_biking_tone5"],
em[data-emoji=":person_mountain_biking_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3ff.svg");
}

/* line 2393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mountain_biking"],
em[data-emoji=":woman_mountain_biking:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-200d-2640-fe0f.svg");
}

/* line 2397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mountain_biking_tone1"],
em[data-emoji=":woman_mountain_biking_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fb-200d-2640-fe0f.svg");
}

/* line 2401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mountain_biking_tone2"],
em[data-emoji=":woman_mountain_biking_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fc-200d-2640-fe0f.svg");
}

/* line 2405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mountain_biking_tone3"],
em[data-emoji=":woman_mountain_biking_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fd-200d-2640-fe0f.svg");
}

/* line 2409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mountain_biking_tone4"],
em[data-emoji=":woman_mountain_biking_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fe-200d-2640-fe0f.svg");
}

/* line 2413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mountain_biking_tone5"],
em[data-emoji=":woman_mountain_biking_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3ff-200d-2640-fe0f.svg");
}

/* line 2417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mountain_biking"],
em[data-emoji=":man_mountain_biking:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-200d-2642-fe0f.svg");
}

/* line 2421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mountain_biking_tone1"],
em[data-emoji=":man_mountain_biking_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fb-200d-2642-fe0f.svg");
}

/* line 2425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mountain_biking_tone2"],
em[data-emoji=":man_mountain_biking_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fc-200d-2642-fe0f.svg");
}

/* line 2429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mountain_biking_tone3"],
em[data-emoji=":man_mountain_biking_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fd-200d-2642-fe0f.svg");
}

/* line 2433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mountain_biking_tone4"],
em[data-emoji=":man_mountain_biking_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fe-200d-2642-fe0f.svg");
}

/* line 2437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mountain_biking_tone5"],
em[data-emoji=":man_mountain_biking_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3ff-200d-2642-fe0f.svg");
}

/* line 2441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_biking"],
em[data-emoji=":person_biking:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4.svg");
}

/* line 2445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_biking_tone1"],
em[data-emoji=":person_biking_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fb.svg");
}

/* line 2449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_biking_tone2"],
em[data-emoji=":person_biking_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fc.svg");
}

/* line 2453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_biking_tone3"],
em[data-emoji=":person_biking_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fd.svg");
}

/* line 2457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_biking_tone4"],
em[data-emoji=":person_biking_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fe.svg");
}

/* line 2461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_biking_tone5"],
em[data-emoji=":person_biking_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3ff.svg");
}

/* line 2465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_biking"],
em[data-emoji=":woman_biking:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-200d-2640-fe0f.svg");
}

/* line 2469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_biking_tone1"],
em[data-emoji=":woman_biking_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fb-200d-2640-fe0f.svg");
}

/* line 2473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_biking_tone2"],
em[data-emoji=":woman_biking_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fc-200d-2640-fe0f.svg");
}

/* line 2477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_biking_tone3"],
em[data-emoji=":woman_biking_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fd-200d-2640-fe0f.svg");
}

/* line 2481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_biking_tone4"],
em[data-emoji=":woman_biking_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fe-200d-2640-fe0f.svg");
}

/* line 2485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_biking_tone5"],
em[data-emoji=":woman_biking_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3ff-200d-2640-fe0f.svg");
}

/* line 2489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_biking"],
em[data-emoji=":man_biking:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-200d-2642-fe0f.svg");
}

/* line 2493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_biking_tone1"],
em[data-emoji=":man_biking_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fb-200d-2642-fe0f.svg");
}

/* line 2497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_biking_tone2"],
em[data-emoji=":man_biking_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fc-200d-2642-fe0f.svg");
}

/* line 2501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_biking_tone3"],
em[data-emoji=":man_biking_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fd-200d-2642-fe0f.svg");
}

/* line 2505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_biking_tone4"],
em[data-emoji=":man_biking_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fe-200d-2642-fe0f.svg");
}

/* line 2509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_biking_tone5"],
em[data-emoji=":man_biking_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3ff-200d-2642-fe0f.svg");
}

/* line 2513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="trophy"],
em[data-emoji=":trophy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c6.svg");
}

/* line 2517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="first_place"],
em[data-emoji=":first_place:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f947.svg");
}

/* line 2521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="second_place"],
em[data-emoji=":second_place:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f948.svg");
}

/* line 2525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="third_place"],
em[data-emoji=":third_place:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f949.svg");
}

/* line 2529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="medal"],
em[data-emoji=":medal:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c5.svg");
}

/* line 2533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="military_medal"],
em[data-emoji=":military_medal:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f396.svg");
}

/* line 2537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rosette"],
em[data-emoji=":rosette:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f5.svg");
}

/* line 2541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="reminder_ribbon"],
em[data-emoji=":reminder_ribbon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f397.svg");
}

/* line 2545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ticket"],
em[data-emoji=":ticket:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ab.svg");
}

/* line 2549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tickets"],
em[data-emoji=":tickets:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f39f.svg");
}

/* line 2553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="circus_tent"],
em[data-emoji=":circus_tent:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3aa.svg");
}

/* line 2557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_juggling"],
em[data-emoji=":person_juggling:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939.svg");
}

/* line 2561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_juggling_tone1"],
em[data-emoji=":person_juggling_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fb.svg");
}

/* line 2565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_juggling_tone2"],
em[data-emoji=":person_juggling_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fc.svg");
}

/* line 2569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_juggling_tone3"],
em[data-emoji=":person_juggling_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fd.svg");
}

/* line 2573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_juggling_tone4"],
em[data-emoji=":person_juggling_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fe.svg");
}

/* line 2577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_juggling_tone5"],
em[data-emoji=":person_juggling_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3ff.svg");
}

/* line 2581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_juggling"],
em[data-emoji=":woman_juggling:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-200d-2640-fe0f.svg");
}

/* line 2585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_juggling_tone1"],
em[data-emoji=":woman_juggling_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fb-200d-2640-fe0f.svg");
}

/* line 2589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_juggling_tone2"],
em[data-emoji=":woman_juggling_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fc-200d-2640-fe0f.svg");
}

/* line 2593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_juggling_tone3"],
em[data-emoji=":woman_juggling_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fd-200d-2640-fe0f.svg");
}

/* line 2597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_juggling_tone4"],
em[data-emoji=":woman_juggling_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fe-200d-2640-fe0f.svg");
}

/* line 2601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_juggling_tone5"],
em[data-emoji=":woman_juggling_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3ff-200d-2640-fe0f.svg");
}

/* line 2605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_juggling"],
em[data-emoji=":man_juggling:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-200d-2642-fe0f.svg");
}

/* line 2609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_juggling_tone1"],
em[data-emoji=":man_juggling_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fb-200d-2642-fe0f.svg");
}

/* line 2613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_juggling_tone2"],
em[data-emoji=":man_juggling_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fc-200d-2642-fe0f.svg");
}

/* line 2617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_juggling_tone3"],
em[data-emoji=":man_juggling_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fd-200d-2642-fe0f.svg");
}

/* line 2621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_juggling_tone4"],
em[data-emoji=":man_juggling_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fe-200d-2642-fe0f.svg");
}

/* line 2625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_juggling_tone5"],
em[data-emoji=":man_juggling_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3ff-200d-2642-fe0f.svg");
}

/* line 2629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="performing_arts"],
em[data-emoji=":performing_arts:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ad.svg");
}

/* line 2633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="art"],
em[data-emoji=":art:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a8.svg");
}

/* line 2637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clapper"],
em[data-emoji=":clapper:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ac.svg");
}

/* line 2641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="microphone"],
em[data-emoji=":microphone:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a4.svg");
}

/* line 2645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="headphones"],
em[data-emoji=":headphones:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a7.svg");
}

/* line 2649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="musical_score"],
em[data-emoji=":musical_score:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3bc.svg");
}

/* line 2653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="musical_keyboard"],
em[data-emoji=":musical_keyboard:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b9.svg");
}

/* line 2657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="drum"],
em[data-emoji=":drum:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f941.svg");
}

/* line 2661, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="saxophone"],
em[data-emoji=":saxophone:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b7.svg");
}

/* line 2665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="trumpet"],
em[data-emoji=":trumpet:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ba.svg");
}

/* line 2669, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="banjo"],
em[data-emoji=":banjo:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa95.svg");
}

/* line 2673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="guitar"],
em[data-emoji=":guitar:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b8.svg");
}

/* line 2677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="violin"],
em[data-emoji=":violin:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3bb.svg");
}

/* line 2681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="game_die"],
em[data-emoji=":game_die:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b2.svg");
}

/* line 2685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="chess_pawn"],
em[data-emoji=":chess_pawn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/265f.svg");
}

/* line 2689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dart"],
em[data-emoji=":dart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3af.svg");
}

/* line 2693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="kite"],
em[data-emoji=":kite:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa81.svg");
}

/* line 2697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="yo_yo"],
em[data-emoji=":yo_yo:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa80.svg");
}

/* line 2701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bowling"],
em[data-emoji=":bowling:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b3.svg");
}

/* line 2705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="video_game"],
em[data-emoji=":video_game:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ae.svg");
}

/* line 2709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="slot_machine"],
em[data-emoji=":slot_machine:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b0.svg");
}

/* line 2713, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="jigsaw"],
em[data-emoji=":jigsaw:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e9.svg");
}

/* line 2717, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="watch"],
em[data-emoji=":watch:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/231a.svg");
}

/* line 2721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="iphone"],
em[data-emoji=":iphone:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f1.svg");
}

/* line 2725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="calling"],
em[data-emoji=":calling:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f2.svg");
}

/* line 2729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="computer"],
em[data-emoji=":computer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4bb.svg");
}

/* line 2733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="desktop"],
em[data-emoji=":desktop:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5a5.svg");
}

/* line 2737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="printer"],
em[data-emoji=":printer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5a8.svg");
}

/* line 2741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mouse_three_button"],
em[data-emoji=":mouse_three_button:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5b1.svg");
}

/* line 2745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="trackball"],
em[data-emoji=":trackball:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5b2.svg");
}

/* line 2749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="joystick"],
em[data-emoji=":joystick:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f579.svg");
}

/* line 2753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="compression"],
em[data-emoji=":compression:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5dc.svg");
}

/* line 2757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="minidisc"],
em[data-emoji=":minidisc:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4bd.svg");
}

/* line 2761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="floppy_disk"],
em[data-emoji=":floppy_disk:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4be.svg");
}

/* line 2765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cd"],
em[data-emoji=":cd:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4bf.svg");
}

/* line 2769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dvd"],
em[data-emoji=":dvd:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c0.svg");
}

/* line 2773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="vhs"],
em[data-emoji=":vhs:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4fc.svg");
}

/* line 2777, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="camera"],
em[data-emoji=":camera:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f7.svg");
}

/* line 2781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="camera_with_flash"],
em[data-emoji=":camera_with_flash:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f8.svg");
}

/* line 2785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="video_camera"],
em[data-emoji=":video_camera:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f9.svg");
}

/* line 2789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="movie_camera"],
em[data-emoji=":movie_camera:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a5.svg");
}

/* line 2793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="projector"],
em[data-emoji=":projector:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4fd.svg");
}

/* line 2797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="film_frames"],
em[data-emoji=":film_frames:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f39e.svg");
}

/* line 2801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="telephone_receiver"],
em[data-emoji=":telephone_receiver:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4de.svg");
}

/* line 2805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="telephone"],
em[data-emoji=":telephone:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/260e.svg");
}

/* line 2809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pager"],
em[data-emoji=":pager:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4df.svg");
}

/* line 2813, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fax"],
em[data-emoji=":fax:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e0.svg");
}

/* line 2817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tv"],
em[data-emoji=":tv:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4fa.svg");
}

/* line 2821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="radio"],
em[data-emoji=":radio:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4fb.svg");
}

/* line 2825, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="microphone2"],
em[data-emoji=":microphone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f399.svg");
}

/* line 2829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="level_slider"],
em[data-emoji=":level_slider:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f39a.svg");
}

/* line 2833, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="control_knobs"],
em[data-emoji=":control_knobs:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f39b.svg");
}

/* line 2837, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="compass"],
em[data-emoji=":compass:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ed.svg");
}

/* line 2841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="stopwatch"],
em[data-emoji=":stopwatch:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23f1.svg");
}

/* line 2845, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="timer"],
em[data-emoji=":timer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23f2.svg");
}

/* line 2849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="alarm_clock"],
em[data-emoji=":alarm_clock:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23f0.svg");
}

/* line 2853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clock"],
em[data-emoji=":clock:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f570.svg");
}

/* line 2857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hourglass"],
em[data-emoji=":hourglass:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/231b.svg");
}

/* line 2861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hourglass_flowing_sand"],
em[data-emoji=":hourglass_flowing_sand:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23f3.svg");
}

/* line 2865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="satellite"],
em[data-emoji=":satellite:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e1.svg");
}

/* line 2869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="battery"],
em[data-emoji=":battery:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f50b.svg");
}

/* line 2873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="electric_plug"],
em[data-emoji=":electric_plug:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f50c.svg");
}

/* line 2877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bulb"],
em[data-emoji=":bulb:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a1.svg");
}

/* line 2881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flashlight"],
em[data-emoji=":flashlight:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f526.svg");
}

/* line 2885, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="candle"],
em[data-emoji=":candle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f56f.svg");
}

/* line 2889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fire_extinguisher"],
em[data-emoji=":fire_extinguisher:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ef.svg");
}

/* line 2893, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="oil"],
em[data-emoji=":oil:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6e2.svg");
}

/* line 2897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="money_with_wings"],
em[data-emoji=":money_with_wings:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b8.svg");
}

/* line 2901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dollar"],
em[data-emoji=":dollar:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b5.svg");
}

/* line 2905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="yen"],
em[data-emoji=":yen:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b4.svg");
}

/* line 2909, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="euro"],
em[data-emoji=":euro:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b6.svg");
}

/* line 2913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pound"],
em[data-emoji=":pound:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b7.svg");
}

/* line 2917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="moneybag"],
em[data-emoji=":moneybag:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b0.svg");
}

/* line 2921, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="credit_card"],
em[data-emoji=":credit_card:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b3.svg");
}

/* line 2925, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="gem"],
em[data-emoji=":gem:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f48e.svg");
}

/* line 2929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="toolbox"],
em[data-emoji=":toolbox:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f0.svg");
}

/* line 2933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wrench"],
em[data-emoji=":wrench:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f527.svg");
}

/* line 2937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hammer"],
em[data-emoji=":hammer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f528.svg");
}

/* line 2941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tools"],
em[data-emoji=":tools:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6e0.svg");
}

/* line 2945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pick"],
em[data-emoji=":pick:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26cf.svg");
}

/* line 2949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="nut_and_bolt"],
em[data-emoji=":nut_and_bolt:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f529.svg");
}

/* line 2953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bricks"],
em[data-emoji=":bricks:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f1.svg");
}

/* line 2957, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="chains"],
em[data-emoji=":chains:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26d3.svg");
}

/* line 2961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="magnet"],
em[data-emoji=":magnet:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f2.svg");
}

/* line 2965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="gun"],
em[data-emoji=":gun:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f52b.svg");
}

/* line 2969, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bomb"],
em[data-emoji=":bomb:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a3.svg");
}

/* line 2973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="firecracker"],
em[data-emoji=":firecracker:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e8.svg");
}

/* line 2977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="axe"],
em[data-emoji=":axe:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa93.svg");
}

/* line 2981, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="razor"],
em[data-emoji=":razor:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa92.svg");
}

/* line 2985, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="knife"],
em[data-emoji=":knife:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f52a.svg");
}

/* line 2989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dagger"],
em[data-emoji=":dagger:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5e1.svg");
}

/* line 2993, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="shield"],
em[data-emoji=":shield:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6e1.svg");
}

/* line 2997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="smoking"],
em[data-emoji=":smoking:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6ac.svg");
}

/* line 3001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="coffin"],
em[data-emoji=":coffin:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26b0.svg");
}

/* line 3005, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="urn"],
em[data-emoji=":urn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26b1.svg");
}

/* line 3009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="amphora"],
em[data-emoji=":amphora:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3fa.svg");
}

/* line 3013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="diya_lamp"],
em[data-emoji=":diya_lamp:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa94.svg");
}

/* line 3017, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="crystal_ball"],
em[data-emoji=":crystal_ball:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f52e.svg");
}

/* line 3021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="prayer_beads"],
em[data-emoji=":prayer_beads:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ff.svg");
}

/* line 3025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="nazar_amulet"],
em[data-emoji=":nazar_amulet:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ff.svg");
}

/* line 3029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="barber"],
em[data-emoji=":barber:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f488.svg");
}

/* line 3033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="telescope"],
em[data-emoji=":telescope:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f52d.svg");
}

/* line 3037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="microscope"],
em[data-emoji=":microscope:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f52c.svg");
}

/* line 3041, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hole"],
em[data-emoji=":hole:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f573.svg");
}

/* line 3045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="probing_cane"],
em[data-emoji=":probing_cane:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9af.svg");
}

/* line 3049, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="stethoscope"],
em[data-emoji=":stethoscope:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa7a.svg");
}

/* line 3053, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="adhesive_bandage"],
em[data-emoji=":adhesive_bandage:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa79.svg");
}

/* line 3057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pill"],
em[data-emoji=":pill:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f48a.svg");
}

/* line 3061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="syringe"],
em[data-emoji=":syringe:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f489.svg");
}

/* line 3065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="drop_of_blood"],
em[data-emoji=":drop_of_blood:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa78.svg");
}

/* line 3069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dna"],
em[data-emoji=":dna:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ec.svg");
}

/* line 3073, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="microbe"],
em[data-emoji=":microbe:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9a0.svg");
}

/* line 3077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="petri_dish"],
em[data-emoji=":petri_dish:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9eb.svg");
}

/* line 3081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="test_tube"],
em[data-emoji=":test_tube:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ea.svg");
}

/* line 3085, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thermometer"],
em[data-emoji=":thermometer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f321.svg");
}

/* line 3089, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="chair"],
em[data-emoji=":chair:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa91.svg");
}

/* line 3093, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="broom"],
em[data-emoji=":broom:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f9.svg");
}

/* line 3097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="basket"],
em[data-emoji=":basket:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9fa.svg");
}

/* line 3101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="roll_of_paper"],
em[data-emoji=":roll_of_paper:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9fb.svg");
}

/* line 3105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="toilet"],
em[data-emoji=":toilet:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6bd.svg");
}

/* line 3109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="potable_water"],
em[data-emoji=":potable_water:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b0.svg");
}

/* line 3113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="shower"],
em[data-emoji=":shower:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6bf.svg");
}

/* line 3117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bathtub"],
em[data-emoji=":bathtub:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c1.svg");
}

/* line 3121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bath"],
em[data-emoji=":bath:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c0.svg");
}

/* line 3125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bath_tone1"],
em[data-emoji=":bath_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c0-1f3fb.svg");
}

/* line 3129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bath_tone2"],
em[data-emoji=":bath_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c0-1f3fc.svg");
}

/* line 3133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bath_tone3"],
em[data-emoji=":bath_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c0-1f3fd.svg");
}

/* line 3137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bath_tone4"],
em[data-emoji=":bath_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c0-1f3fe.svg");
}

/* line 3141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bath_tone5"],
em[data-emoji=":bath_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c0-1f3ff.svg");
}

/* line 3145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="soap"],
em[data-emoji=":soap:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9fc.svg");
}

/* line 3149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sponge"],
em[data-emoji=":sponge:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9fd.svg");
}

/* line 3153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="squeeze_bottle"],
em[data-emoji=":squeeze_bottle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f4.svg");
}

/* line 3157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bellhop"],
em[data-emoji=":bellhop:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6ce.svg");
}

/* line 3161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="key"],
em[data-emoji=":key:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f511.svg");
}

/* line 3165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="key2"],
em[data-emoji=":key2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5dd.svg");
}

/* line 3169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="door"],
em[data-emoji=":door:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6aa.svg");
}

/* line 3173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="couch"],
em[data-emoji=":couch:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cb.svg");
}

/* line 3177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bed"],
em[data-emoji=":bed:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cf.svg");
}

/* line 3181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sleeping_accommodation"],
em[data-emoji=":sleeping_accommodation:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cc.svg");
}

/* line 3185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_in_bed_tone1"],
em[data-emoji=":person_in_bed_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cc-1f3fb.svg");
}

/* line 3189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_in_bed_tone2"],
em[data-emoji=":person_in_bed_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cc-1f3fc.svg");
}

/* line 3193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_in_bed_tone3"],
em[data-emoji=":person_in_bed_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cc-1f3fd.svg");
}

/* line 3197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_in_bed_tone4"],
em[data-emoji=":person_in_bed_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cc-1f3fe.svg");
}

/* line 3201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_in_bed_tone5"],
em[data-emoji=":person_in_bed_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cc-1f3ff.svg");
}

/* line 3205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="teddy_bear"],
em[data-emoji=":teddy_bear:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f8.svg");
}

/* line 3209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="frame_photo"],
em[data-emoji=":frame_photo:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5bc.svg");
}

/* line 3213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="shopping_bags"],
em[data-emoji=":shopping_bags:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cd.svg");
}

/* line 3217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="shopping_cart"],
em[data-emoji=":shopping_cart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6d2.svg");
}

/* line 3221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="gift"],
em[data-emoji=":gift:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f381.svg");
}

/* line 3225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="balloon"],
em[data-emoji=":balloon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f388.svg");
}

/* line 3229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flags"],
em[data-emoji=":flags:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f38f.svg");
}

/* line 3233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ribbon"],
em[data-emoji=":ribbon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f380.svg");
}

/* line 3237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="confetti_ball"],
em[data-emoji=":confetti_ball:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f38a.svg");
}

/* line 3241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tada"],
em[data-emoji=":tada:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f389.svg");
}

/* line 3245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dolls"],
em[data-emoji=":dolls:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f38e.svg");
}

/* line 3249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="izakaya_lantern"],
em[data-emoji=":izakaya_lantern:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ee.svg");
}

/* line 3253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wind_chime"],
em[data-emoji=":wind_chime:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f390.svg");
}

/* line 3257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="red_envelope"],
em[data-emoji=":red_envelope:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e7.svg");
}

/* line 3261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="envelope_with_arrow"],
em[data-emoji=":envelope_with_arrow:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e9.svg");
}

/* line 3265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="incoming_envelope"],
em[data-emoji=":incoming_envelope:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e8.svg");
}

/* line 3269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="e-mail"],
em[data-emoji=":e-mail:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e7.svg");
}

/* line 3273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="love_letter"],
em[data-emoji=":love_letter:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f48c.svg");
}

/* line 3277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="inbox_tray"],
em[data-emoji=":inbox_tray:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e5.svg");
}

/* line 3281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="outbox_tray"],
em[data-emoji=":outbox_tray:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e4.svg");
}

/* line 3285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="package"],
em[data-emoji=":package:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e6.svg");
}

/* line 3289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="label"],
em[data-emoji=":label:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f7.svg");
}

/* line 3293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mailbox_closed"],
em[data-emoji=":mailbox_closed:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ea.svg");
}

/* line 3297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mailbox"],
em[data-emoji=":mailbox:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4eb.svg");
}

/* line 3301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mailbox_with_mail"],
em[data-emoji=":mailbox_with_mail:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ec.svg");
}

/* line 3305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mailbox_with_no_mail"],
em[data-emoji=":mailbox_with_no_mail:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ed.svg");
}

/* line 3309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="postbox"],
em[data-emoji=":postbox:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ee.svg");
}

/* line 3313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="postal_horn"],
em[data-emoji=":postal_horn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ef.svg");
}

/* line 3317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="scroll"],
em[data-emoji=":scroll:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4dc.svg");
}

/* line 3321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="page_with_curl"],
em[data-emoji=":page_with_curl:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c3.svg");
}

/* line 3325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="page_facing_up"],
em[data-emoji=":page_facing_up:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c4.svg");
}

/* line 3329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bookmark_tabs"],
em[data-emoji=":bookmark_tabs:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d1.svg");
}

/* line 3333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="receipt"],
em[data-emoji=":receipt:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9fe.svg");
}

/* line 3337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bar_chart"],
em[data-emoji=":bar_chart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ca.svg");
}

/* line 3341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="chart_with_upwards_trend"],
em[data-emoji=":chart_with_upwards_trend:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c8.svg");
}

/* line 3345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="chart_with_downwards_trend"],
em[data-emoji=":chart_with_downwards_trend:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c9.svg");
}

/* line 3349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="notepad_spiral"],
em[data-emoji=":notepad_spiral:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5d2.svg");
}

/* line 3353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="calendar_spiral"],
em[data-emoji=":calendar_spiral:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5d3.svg");
}

/* line 3357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="calendar"],
em[data-emoji=":calendar:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c6.svg");
}

/* line 3361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="date"],
em[data-emoji=":date:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c5.svg");
}

/* line 3365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wastebasket"],
em[data-emoji=":wastebasket:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5d1.svg");
}

/* line 3369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="card_index"],
em[data-emoji=":card_index:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c7.svg");
}

/* line 3373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="card_box"],
em[data-emoji=":card_box:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5c3.svg");
}

/* line 3377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ballot_box"],
em[data-emoji=":ballot_box:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5f3.svg");
}

/* line 3381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="file_cabinet"],
em[data-emoji=":file_cabinet:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5c4.svg");
}

/* line 3385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clipboard"],
em[data-emoji=":clipboard:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4cb.svg");
}

/* line 3389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="file_folder"],
em[data-emoji=":file_folder:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c1.svg");
}

/* line 3393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="open_file_folder"],
em[data-emoji=":open_file_folder:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c2.svg");
}

/* line 3397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dividers"],
em[data-emoji=":dividers:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5c2.svg");
}

/* line 3401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="newspaper2"],
em[data-emoji=":newspaper2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5de.svg");
}

/* line 3405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="newspaper"],
em[data-emoji=":newspaper:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f0.svg");
}

/* line 3409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="notebook"],
em[data-emoji=":notebook:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d3.svg");
}

/* line 3413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="notebook_with_decorative_cover"],
em[data-emoji=":notebook_with_decorative_cover:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d4.svg");
}

/* line 3417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ledger"],
em[data-emoji=":ledger:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d2.svg");
}

/* line 3421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="closed_book"],
em[data-emoji=":closed_book:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d5.svg");
}

/* line 3425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="green_book"],
em[data-emoji=":green_book:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d7.svg");
}

/* line 3429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blue_book"],
em[data-emoji=":blue_book:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d8.svg");
}

/* line 3433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="orange_book"],
em[data-emoji=":orange_book:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d9.svg");
}

/* line 3437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="books"],
em[data-emoji=":books:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4da.svg");
}

/* line 3441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="book"],
em[data-emoji=":book:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d6.svg");
}

/* line 3445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bookmark"],
em[data-emoji=":bookmark:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f516.svg");
}

/* line 3449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="safety_pin"],
em[data-emoji=":safety_pin:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f7.svg");
}

/* line 3453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="link"],
em[data-emoji=":link:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f517.svg");
}

/* line 3457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="paperclip"],
em[data-emoji=":paperclip:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ce.svg");
}

/* line 3461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="paperclips"],
em[data-emoji=":paperclips:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f587.svg");
}

/* line 3465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="triangular_ruler"],
em[data-emoji=":triangular_ruler:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d0.svg");
}

/* line 3469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="straight_ruler"],
em[data-emoji=":straight_ruler:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4cf.svg");
}

/* line 3473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="abacus"],
em[data-emoji=":abacus:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ee.svg");
}

/* line 3477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pushpin"],
em[data-emoji=":pushpin:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4cc.svg");
}

/* line 3481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="round_pushpin"],
em[data-emoji=":round_pushpin:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4cd.svg");
}

/* line 3485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pen_ballpoint"],
em[data-emoji=":pen_ballpoint:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f58a.svg");
}

/* line 3489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pen_fountain"],
em[data-emoji=":pen_fountain:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f58b.svg");
}

/* line 3493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="paintbrush"],
em[data-emoji=":paintbrush:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f58c.svg");
}

/* line 3497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="crayon"],
em[data-emoji=":crayon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f58d.svg");
}

/* line 3501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pencil"],
em[data-emoji=":pencil:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4dd.svg");
}

/* line 3505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pencil2"],
em[data-emoji=":pencil2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270f.svg");
}

/* line 3509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mag"],
em[data-emoji=":mag:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f50d.svg");
}

/* line 3513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mag_right"],
em[data-emoji=":mag_right:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f50e.svg");
}

/* line 3517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="lock_with_ink_pen"],
em[data-emoji=":lock_with_ink_pen:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f50f.svg");
}

/* line 3521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="closed_lock_with_key"],
em[data-emoji=":closed_lock_with_key:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f510.svg");
}

/* line 3525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="lock"],
em[data-emoji=":lock:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f512.svg");
}

/* line 3529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="unlock"],
em[data-emoji=":unlock:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f513.svg");
}

/* line 3533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dog"],
em[data-emoji=":dog:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f436.svg");
}

/* line 3537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cat"],
em[data-emoji=":cat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f431.svg");
}

/* line 3541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mouse"],
em[data-emoji=":mouse:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f42d.svg");
}

/* line 3545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hamster"],
em[data-emoji=":hamster:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f439.svg");
}

/* line 3549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rabbit"],
em[data-emoji=":rabbit:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f430.svg");
}

/* line 3553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fox"],
em[data-emoji=":fox:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f98a.svg");
}

/* line 3557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bear"],
em[data-emoji=":bear:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f43b.svg");
}

/* line 3561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="panda_face"],
em[data-emoji=":panda_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f43c.svg");
}

/* line 3565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="koala"],
em[data-emoji=":koala:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f428.svg");
}

/* line 3569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tiger"],
em[data-emoji=":tiger:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f42f.svg");
}

/* line 3573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="lion_face"],
em[data-emoji=":lion_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f981.svg");
}

/* line 3577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cow"],
em[data-emoji=":cow:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f42e.svg");
}

/* line 3581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pig"],
em[data-emoji=":pig:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f437.svg");
}

/* line 3585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pig_nose"],
em[data-emoji=":pig_nose:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f43d.svg");
}

/* line 3589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="frog"],
em[data-emoji=":frog:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f438.svg");
}

/* line 3593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="monkey_face"],
em[data-emoji=":monkey_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f435.svg");
}

/* line 3597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="see_no_evil"],
em[data-emoji=":see_no_evil:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f648.svg");
}

/* line 3601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hear_no_evil"],
em[data-emoji=":hear_no_evil:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f649.svg");
}

/* line 3605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="speak_no_evil"],
em[data-emoji=":speak_no_evil:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64a.svg");
}

/* line 3609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="monkey"],
em[data-emoji=":monkey:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f412.svg");
}

/* line 3613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="chicken"],
em[data-emoji=":chicken:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f414.svg");
}

/* line 3617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="penguin"],
em[data-emoji=":penguin:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f427.svg");
}

/* line 3621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bird"],
em[data-emoji=":bird:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f426.svg");
}

/* line 3625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="baby_chick"],
em[data-emoji=":baby_chick:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f424.svg");
}

/* line 3629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hatching_chick"],
em[data-emoji=":hatching_chick:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f423.svg");
}

/* line 3633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hatched_chick"],
em[data-emoji=":hatched_chick:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f425.svg");
}

/* line 3637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="duck"],
em[data-emoji=":duck:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f986.svg");
}

/* line 3641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="eagle"],
em[data-emoji=":eagle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f985.svg");
}

/* line 3645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="owl"],
em[data-emoji=":owl:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f989.svg");
}

/* line 3649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bat"],
em[data-emoji=":bat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f987.svg");
}

/* line 3653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wolf"],
em[data-emoji=":wolf:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f43a.svg");
}

/* line 3657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="boar"],
em[data-emoji=":boar:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f417.svg");
}

/* line 3661, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="horse"],
em[data-emoji=":horse:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f434.svg");
}

/* line 3665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="unicorn"],
em[data-emoji=":unicorn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f984.svg");
}

/* line 3669, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bee"],
em[data-emoji=":bee:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f41d.svg");
}

/* line 3673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bug"],
em[data-emoji=":bug:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f41b.svg");
}

/* line 3677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="butterfly"],
em[data-emoji=":butterfly:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f98b.svg");
}

/* line 3681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="snail"],
em[data-emoji=":snail:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f40c.svg");
}

/* line 3685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="shell"],
em[data-emoji=":shell:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f41a.svg");
}

/* line 3689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="beetle"],
em[data-emoji=":beetle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f41e.svg");
}

/* line 3693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ant"],
em[data-emoji=":ant:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f41c.svg");
}

/* line 3697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mosquito"],
em[data-emoji=":mosquito:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f99f.svg");
}

/* line 3701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cricket"],
em[data-emoji=":cricket:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f997.svg");
}

/* line 3705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="spider"],
em[data-emoji=":spider:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f577.svg");
}

/* line 3709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="spider_web"],
em[data-emoji=":spider_web:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f578.svg");
}

/* line 3713, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="scorpion"],
em[data-emoji=":scorpion:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f982.svg");
}

/* line 3717, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="turtle"],
em[data-emoji=":turtle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f422.svg");
}

/* line 3721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="snake"],
em[data-emoji=":snake:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f40d.svg");
}

/* line 3725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="lizard"],
em[data-emoji=":lizard:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f98e.svg");
}

/* line 3729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="t_rex"],
em[data-emoji=":t_rex:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f996.svg");
}

/* line 3733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sauropod"],
em[data-emoji=":sauropod:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f995.svg");
}

/* line 3737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="octopus"],
em[data-emoji=":octopus:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f419.svg");
}

/* line 3741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="squid"],
em[data-emoji=":squid:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f991.svg");
}

/* line 3745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="shrimp"],
em[data-emoji=":shrimp:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f990.svg");
}

/* line 3749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="lobster"],
em[data-emoji=":lobster:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f99e.svg");
}

/* line 3753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="oyster"],
em[data-emoji=":oyster:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9aa.svg");
}

/* line 3757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="crab"],
em[data-emoji=":crab:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f980.svg");
}

/* line 3761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blowfish"],
em[data-emoji=":blowfish:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f421.svg");
}

/* line 3765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tropical_fish"],
em[data-emoji=":tropical_fish:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f420.svg");
}

/* line 3769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fish"],
em[data-emoji=":fish:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f41f.svg");
}

/* line 3773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dolphin"],
em[data-emoji=":dolphin:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f42c.svg");
}

/* line 3777, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="whale"],
em[data-emoji=":whale:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f433.svg");
}

/* line 3781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="whale2"],
em[data-emoji=":whale2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f40b.svg");
}

/* line 3785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="shark"],
em[data-emoji=":shark:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f988.svg");
}

/* line 3789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="crocodile"],
em[data-emoji=":crocodile:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f40a.svg");
}

/* line 3793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tiger2"],
em[data-emoji=":tiger2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f405.svg");
}

/* line 3797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="leopard"],
em[data-emoji=":leopard:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f406.svg");
}

/* line 3801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="zebra"],
em[data-emoji=":zebra:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f993.svg");
}

/* line 3805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="gorilla"],
em[data-emoji=":gorilla:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f98d.svg");
}

/* line 3809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="orangutan"],
em[data-emoji=":orangutan:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9a7.svg");
}

/* line 3813, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="elephant"],
em[data-emoji=":elephant:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f418.svg");
}

/* line 3817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hippopotamus"],
em[data-emoji=":hippopotamus:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f99b.svg");
}

/* line 3821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rhino"],
em[data-emoji=":rhino:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f98f.svg");
}

/* line 3825, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dromedary_camel"],
em[data-emoji=":dromedary_camel:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f42a.svg");
}

/* line 3829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="camel"],
em[data-emoji=":camel:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f42b.svg");
}

/* line 3833, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="giraffe"],
em[data-emoji=":giraffe:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f992.svg");
}

/* line 3837, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="kangaroo"],
em[data-emoji=":kangaroo:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f998.svg");
}

/* line 3841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="water_buffalo"],
em[data-emoji=":water_buffalo:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f403.svg");
}

/* line 3845, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ox"],
em[data-emoji=":ox:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f402.svg");
}

/* line 3849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cow2"],
em[data-emoji=":cow2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f404.svg");
}

/* line 3853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="racehorse"],
em[data-emoji=":racehorse:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f40e.svg");
}

/* line 3857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pig2"],
em[data-emoji=":pig2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f416.svg");
}

/* line 3861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ram"],
em[data-emoji=":ram:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f40f.svg");
}

/* line 3865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="llama"],
em[data-emoji=":llama:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f999.svg");
}

/* line 3869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sheep"],
em[data-emoji=":sheep:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f411.svg");
}

/* line 3873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="goat"],
em[data-emoji=":goat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f410.svg");
}

/* line 3877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deer"],
em[data-emoji=":deer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f98c.svg");
}

/* line 3881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dog2"],
em[data-emoji=":dog2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f415.svg");
}

/* line 3885, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="guide_dog"],
em[data-emoji=":guide_dog:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ae.svg");
}

/* line 3889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="service_dog"],
em[data-emoji=":service_dog:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f415-200d-1f9ba.svg");
}

/* line 3893, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="poodle"],
em[data-emoji=":poodle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f429.svg");
}

/* line 3897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cat2"],
em[data-emoji=":cat2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f408.svg");
}

/* line 3901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rooster"],
em[data-emoji=":rooster:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f413.svg");
}

/* line 3905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="turkey"],
em[data-emoji=":turkey:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f983.svg");
}

/* line 3909, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="peacock"],
em[data-emoji=":peacock:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f99a.svg");
}

/* line 3913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="parrot"],
em[data-emoji=":parrot:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f99c.svg");
}

/* line 3917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="swan"],
em[data-emoji=":swan:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9a2.svg");
}

/* line 3921, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flamingo"],
em[data-emoji=":flamingo:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9a9.svg");
}

/* line 3925, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dove"],
em[data-emoji=":dove:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f54a.svg");
}

/* line 3929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rabbit2"],
em[data-emoji=":rabbit2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f407.svg");
}

/* line 3933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sloth"],
em[data-emoji=":sloth:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9a5.svg");
}

/* line 3937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="otter"],
em[data-emoji=":otter:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9a6.svg");
}

/* line 3941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="skunk"],
em[data-emoji=":skunk:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9a8.svg");
}

/* line 3945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raccoon"],
em[data-emoji=":raccoon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f99d.svg");
}

/* line 3949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="badger"],
em[data-emoji=":badger:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9a1.svg");
}

/* line 3953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mouse2"],
em[data-emoji=":mouse2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f401.svg");
}

/* line 3957, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rat"],
em[data-emoji=":rat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f400.svg");
}

/* line 3961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="chipmunk"],
em[data-emoji=":chipmunk:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f43f.svg");
}

/* line 3965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hedgehog"],
em[data-emoji=":hedgehog:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f994.svg");
}

/* line 3969, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="feet"],
em[data-emoji=":feet:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f43e.svg");
}

/* line 3973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dragon"],
em[data-emoji=":dragon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f409.svg");
}

/* line 3977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dragon_face"],
em[data-emoji=":dragon_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f432.svg");
}

/* line 3981, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cactus"],
em[data-emoji=":cactus:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f335.svg");
}

/* line 3985, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="christmas_tree"],
em[data-emoji=":christmas_tree:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f384.svg");
}

/* line 3989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="evergreen_tree"],
em[data-emoji=":evergreen_tree:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f332.svg");
}

/* line 3993, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deciduous_tree"],
em[data-emoji=":deciduous_tree:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f333.svg");
}

/* line 3997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="palm_tree"],
em[data-emoji=":palm_tree:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f334.svg");
}

/* line 4001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="seedling"],
em[data-emoji=":seedling:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f331.svg");
}

/* line 4005, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="herb"],
em[data-emoji=":herb:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f33f.svg");
}

/* line 4009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="four_leaf_clover"],
em[data-emoji=":four_leaf_clover:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f340.svg");
}

/* line 4013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bamboo"],
em[data-emoji=":bamboo:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f38d.svg");
}

/* line 4017, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tanabata_tree"],
em[data-emoji=":tanabata_tree:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f38b.svg");
}

/* line 4021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="leaves"],
em[data-emoji=":leaves:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f343.svg");
}

/* line 4025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fallen_leaf"],
em[data-emoji=":fallen_leaf:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f342.svg");
}

/* line 4029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="maple_leaf"],
em[data-emoji=":maple_leaf:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f341.svg");
}

/* line 4033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mushroom"],
em[data-emoji=":mushroom:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f344.svg");
}

/* line 4037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ear_of_rice"],
em[data-emoji=":ear_of_rice:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f33e.svg");
}

/* line 4041, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bouquet"],
em[data-emoji=":bouquet:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f490.svg");
}

/* line 4045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tulip"],
em[data-emoji=":tulip:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f337.svg");
}

/* line 4049, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rose"],
em[data-emoji=":rose:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f339.svg");
}

/* line 4053, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wilted_rose"],
em[data-emoji=":wilted_rose:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f940.svg");
}

/* line 4057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hibiscus"],
em[data-emoji=":hibiscus:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f33a.svg");
}

/* line 4061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cherry_blossom"],
em[data-emoji=":cherry_blossom:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f338.svg");
}

/* line 4065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blossom"],
em[data-emoji=":blossom:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f33c.svg");
}

/* line 4069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sunflower"],
em[data-emoji=":sunflower:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f33b.svg");
}

/* line 4073, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sun_with_face"],
em[data-emoji=":sun_with_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f31e.svg");
}

/* line 4077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="full_moon_with_face"],
em[data-emoji=":full_moon_with_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f31d.svg");
}

/* line 4081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="first_quarter_moon_with_face"],
em[data-emoji=":first_quarter_moon_with_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f31b.svg");
}

/* line 4085, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="last_quarter_moon_with_face"],
em[data-emoji=":last_quarter_moon_with_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f31c.svg");
}

/* line 4089, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="new_moon_with_face"],
em[data-emoji=":new_moon_with_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f31a.svg");
}

/* line 4093, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="full_moon"],
em[data-emoji=":full_moon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f315.svg");
}

/* line 4097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="waning_gibbous_moon"],
em[data-emoji=":waning_gibbous_moon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f316.svg");
}

/* line 4101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="last_quarter_moon"],
em[data-emoji=":last_quarter_moon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f317.svg");
}

/* line 4105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="waning_crescent_moon"],
em[data-emoji=":waning_crescent_moon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f318.svg");
}

/* line 4109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="new_moon"],
em[data-emoji=":new_moon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f311.svg");
}

/* line 4113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="waxing_crescent_moon"],
em[data-emoji=":waxing_crescent_moon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f312.svg");
}

/* line 4117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="first_quarter_moon"],
em[data-emoji=":first_quarter_moon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f313.svg");
}

/* line 4121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="waxing_gibbous_moon"],
em[data-emoji=":waxing_gibbous_moon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f314.svg");
}

/* line 4125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="crescent_moon"],
em[data-emoji=":crescent_moon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f319.svg");
}

/* line 4129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="earth_americas"],
em[data-emoji=":earth_americas:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f30e.svg");
}

/* line 4133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="earth_africa"],
em[data-emoji=":earth_africa:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f30d.svg");
}

/* line 4137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="earth_asia"],
em[data-emoji=":earth_asia:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f30f.svg");
}

/* line 4141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ringed_planet"],
em[data-emoji=":ringed_planet:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa90.svg");
}

/* line 4145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dizzy"],
em[data-emoji=":dizzy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ab.svg");
}

/* line 4149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="star"],
em[data-emoji=":star:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2b50.svg");
}

/* line 4153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="star2"],
em[data-emoji=":star2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f31f.svg");
}

/* line 4157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="zap"],
em[data-emoji=":zap:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26a1.svg");
}

/* line 4161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="boom"],
em[data-emoji=":boom:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a5.svg");
}

/* line 4165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fire"],
em[data-emoji=":fire:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f525.svg");
}

/* line 4169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cloud_tornado"],
em[data-emoji=":cloud_tornado:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f32a.svg");
}

/* line 4173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rainbow"],
em[data-emoji=":rainbow:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f308.svg");
}

/* line 4177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="white_sun_small_cloud"],
em[data-emoji=":white_sun_small_cloud:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f324.svg");
}

/* line 4181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="partly_sunny"],
em[data-emoji=":partly_sunny:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26c5.svg");
}

/* line 4185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="white_sun_cloud"],
em[data-emoji=":white_sun_cloud:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f325.svg");
}

/* line 4189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="white_sun_rain_cloud"],
em[data-emoji=":white_sun_rain_cloud:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f326.svg");
}

/* line 4193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cloud_rain"],
em[data-emoji=":cloud_rain:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f327.svg");
}

/* line 4197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thunder_cloud_rain"],
em[data-emoji=":thunder_cloud_rain:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26c8.svg");
}

/* line 4201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cloud_lightning"],
em[data-emoji=":cloud_lightning:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f329.svg");
}

/* line 4205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cloud_snow"],
em[data-emoji=":cloud_snow:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f328.svg");
}

/* line 4209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="snowman"],
em[data-emoji=":snowman:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26c4.svg");
}

/* line 4213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wind_blowing_face"],
em[data-emoji=":wind_blowing_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f32c.svg");
}

/* line 4217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dash"],
em[data-emoji=":dash:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a8.svg");
}

/* line 4221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="droplet"],
em[data-emoji=":droplet:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a7.svg");
}

/* line 4225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sweat_drops"],
em[data-emoji=":sweat_drops:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a6.svg");
}

/* line 4229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ocean"],
em[data-emoji=":ocean:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f30a.svg");
}

/* line 4233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fog"],
em[data-emoji=":fog:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f32b.svg");
}

/* line 4237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="green_apple"],
em[data-emoji=":green_apple:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f34f.svg");
}

/* line 4241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="apple"],
em[data-emoji=":apple:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f34e.svg");
}

/* line 4245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pear"],
em[data-emoji=":pear:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f350.svg");
}

/* line 4249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tangerine"],
em[data-emoji=":tangerine:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f34a.svg");
}

/* line 4253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="lemon"],
em[data-emoji=":lemon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f34b.svg");
}

/* line 4257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="banana"],
em[data-emoji=":banana:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f34c.svg");
}

/* line 4261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="watermelon"],
em[data-emoji=":watermelon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f349.svg");
}

/* line 4265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="grapes"],
em[data-emoji=":grapes:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f347.svg");
}

/* line 4269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="strawberry"],
em[data-emoji=":strawberry:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f353.svg");
}

/* line 4273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="melon"],
em[data-emoji=":melon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f348.svg");
}

/* line 4277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cherries"],
em[data-emoji=":cherries:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f352.svg");
}

/* line 4281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="peach"],
em[data-emoji=":peach:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f351.svg");
}

/* line 4285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mango"],
em[data-emoji=":mango:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f96d.svg");
}

/* line 4289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pineapple"],
em[data-emoji=":pineapple:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f34d.svg");
}

/* line 4293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="coconut"],
em[data-emoji=":coconut:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f965.svg");
}

/* line 4297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="kiwi"],
em[data-emoji=":kiwi:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f95d.svg");
}

/* line 4301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tomato"],
em[data-emoji=":tomato:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f345.svg");
}

/* line 4305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="eggplant"],
em[data-emoji=":eggplant:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f346.svg");
}

/* line 4309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="avocado"],
em[data-emoji=":avocado:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f951.svg");
}

/* line 4313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="broccoli"],
em[data-emoji=":broccoli:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f966.svg");
}

/* line 4317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="leafy_green"],
em[data-emoji=":leafy_green:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f96c.svg");
}

/* line 4321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cucumber"],
em[data-emoji=":cucumber:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f952.svg");
}

/* line 4325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hot_pepper"],
em[data-emoji=":hot_pepper:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f336.svg");
}

/* line 4329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="corn"],
em[data-emoji=":corn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f33d.svg");
}

/* line 4333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="carrot"],
em[data-emoji=":carrot:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f955.svg");
}

/* line 4337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="onion"],
em[data-emoji=":onion:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c5.svg");
}

/* line 4341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="garlic"],
em[data-emoji=":garlic:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c4.svg");
}

/* line 4345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="potato"],
em[data-emoji=":potato:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f954.svg");
}

/* line 4349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sweet_potato"],
em[data-emoji=":sweet_potato:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f360.svg");
}

/* line 4353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="croissant"],
em[data-emoji=":croissant:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f950.svg");
}

/* line 4357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bagel"],
em[data-emoji=":bagel:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f96f.svg");
}

/* line 4361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bread"],
em[data-emoji=":bread:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f35e.svg");
}

/* line 4365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="french_bread"],
em[data-emoji=":french_bread:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f956.svg");
}

/* line 4369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pretzel"],
em[data-emoji=":pretzel:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f968.svg");
}

/* line 4373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cheese"],
em[data-emoji=":cheese:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c0.svg");
}

/* line 4377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="egg"],
em[data-emoji=":egg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f95a.svg");
}

/* line 4381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cooking"],
em[data-emoji=":cooking:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f373.svg");
}

/* line 4385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pancakes"],
em[data-emoji=":pancakes:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f95e.svg");
}

/* line 4389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="waffle"],
em[data-emoji=":waffle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c7.svg");
}

/* line 4393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bacon"],
em[data-emoji=":bacon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f953.svg");
}

/* line 4397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cut_of_meat"],
em[data-emoji=":cut_of_meat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f969.svg");
}

/* line 4401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="poultry_leg"],
em[data-emoji=":poultry_leg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f357.svg");
}

/* line 4405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="meat_on_bone"],
em[data-emoji=":meat_on_bone:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f356.svg");
}

/* line 4409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hotdog"],
em[data-emoji=":hotdog:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f32d.svg");
}

/* line 4413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hamburger"],
em[data-emoji=":hamburger:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f354.svg");
}

/* line 4417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fries"],
em[data-emoji=":fries:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f35f.svg");
}

/* line 4421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pizza"],
em[data-emoji=":pizza:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f355.svg");
}

/* line 4425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sandwich"],
em[data-emoji=":sandwich:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f96a.svg");
}

/* line 4429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="falafel"],
em[data-emoji=":falafel:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c6.svg");
}

/* line 4433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="stuffed_flatbread"],
em[data-emoji=":stuffed_flatbread:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f959.svg");
}

/* line 4437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="taco"],
em[data-emoji=":taco:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f32e.svg");
}

/* line 4441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="burrito"],
em[data-emoji=":burrito:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f32f.svg");
}

/* line 4445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="salad"],
em[data-emoji=":salad:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f957.svg");
}

/* line 4449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="shallow_pan_of_food"],
em[data-emoji=":shallow_pan_of_food:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f958.svg");
}

/* line 4453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="canned_food"],
em[data-emoji=":canned_food:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f96b.svg");
}

/* line 4457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="spaghetti"],
em[data-emoji=":spaghetti:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f35d.svg");
}

/* line 4461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ramen"],
em[data-emoji=":ramen:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f35c.svg");
}

/* line 4465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="stew"],
em[data-emoji=":stew:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f372.svg");
}

/* line 4469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="curry"],
em[data-emoji=":curry:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f35b.svg");
}

/* line 4473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sushi"],
em[data-emoji=":sushi:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f363.svg");
}

/* line 4477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bento"],
em[data-emoji=":bento:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f371.svg");
}

/* line 4481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dumpling"],
em[data-emoji=":dumpling:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f95f.svg");
}

/* line 4485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fried_shrimp"],
em[data-emoji=":fried_shrimp:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f364.svg");
}

/* line 4489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rice_ball"],
em[data-emoji=":rice_ball:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f359.svg");
}

/* line 4493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rice"],
em[data-emoji=":rice:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f35a.svg");
}

/* line 4497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rice_cracker"],
em[data-emoji=":rice_cracker:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f358.svg");
}

/* line 4501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fish_cake"],
em[data-emoji=":fish_cake:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f365.svg");
}

/* line 4505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fortune_cookie"],
em[data-emoji=":fortune_cookie:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f960.svg");
}

/* line 4509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="moon_cake"],
em[data-emoji=":moon_cake:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f96e.svg");
}

/* line 4513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="oden"],
em[data-emoji=":oden:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f362.svg");
}

/* line 4517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dango"],
em[data-emoji=":dango:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f361.svg");
}

/* line 4521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="shaved_ice"],
em[data-emoji=":shaved_ice:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f367.svg");
}

/* line 4525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ice_cream"],
em[data-emoji=":ice_cream:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f368.svg");
}

/* line 4529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="icecream"],
em[data-emoji=":icecream:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f366.svg");
}

/* line 4533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pie"],
em[data-emoji=":pie:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f967.svg");
}

/* line 4537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cupcake"],
em[data-emoji=":cupcake:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c1.svg");
}

/* line 4541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cake"],
em[data-emoji=":cake:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f370.svg");
}

/* line 4545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="birthday"],
em[data-emoji=":birthday:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f382.svg");
}

/* line 4549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="custard"],
em[data-emoji=":custard:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f36e.svg");
}

/* line 4553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="lollipop"],
em[data-emoji=":lollipop:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f36d.svg");
}

/* line 4557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="candy"],
em[data-emoji=":candy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f36c.svg");
}

/* line 4561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="chocolate_bar"],
em[data-emoji=":chocolate_bar:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f36b.svg");
}

/* line 4565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="popcorn"],
em[data-emoji=":popcorn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f37f.svg");
}

/* line 4569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="doughnut"],
em[data-emoji=":doughnut:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f369.svg");
}

/* line 4573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cookie"],
em[data-emoji=":cookie:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f36a.svg");
}

/* line 4577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="chestnut"],
em[data-emoji=":chestnut:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f330.svg");
}

/* line 4581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="peanuts"],
em[data-emoji=":peanuts:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f95c.svg");
}

/* line 4585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="honey_pot"],
em[data-emoji=":honey_pot:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f36f.svg");
}

/* line 4589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="butter"],
em[data-emoji=":butter:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c8.svg");
}

/* line 4593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="milk"],
em[data-emoji=":milk:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f95b.svg");
}

/* line 4597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="baby_bottle"],
em[data-emoji=":baby_bottle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f37c.svg");
}

/* line 4601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tea"],
em[data-emoji=":tea:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f375.svg");
}

/* line 4605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mate"],
em[data-emoji=":mate:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c9.svg");
}

/* line 4609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cup_with_straw"],
em[data-emoji=":cup_with_straw:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f964.svg");
}

/* line 4613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="beverage_box"],
em[data-emoji=":beverage_box:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c3.svg");
}

/* line 4617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ice_cube"],
em[data-emoji=":ice_cube:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ca.svg");
}

/* line 4621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sake"],
em[data-emoji=":sake:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f376.svg");
}

/* line 4625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="beer"],
em[data-emoji=":beer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f37a.svg");
}

/* line 4629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="beers"],
em[data-emoji=":beers:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f37b.svg");
}

/* line 4633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="champagne_glass"],
em[data-emoji=":champagne_glass:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f942.svg");
}

/* line 4637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wine_glass"],
em[data-emoji=":wine_glass:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f377.svg");
}

/* line 4641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tumbler_glass"],
em[data-emoji=":tumbler_glass:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f943.svg");
}

/* line 4645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cocktail"],
em[data-emoji=":cocktail:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f378.svg");
}

/* line 4649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tropical_drink"],
em[data-emoji=":tropical_drink:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f379.svg");
}

/* line 4653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="champagne"],
em[data-emoji=":champagne:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f37e.svg");
}

/* line 4657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="spoon"],
em[data-emoji=":spoon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f944.svg");
}

/* line 4661, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fork_and_knife"],
em[data-emoji=":fork_and_knife:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f374.svg");
}

/* line 4665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fork_knife_plate"],
em[data-emoji=":fork_knife_plate:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f37d.svg");
}

/* line 4669, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bowl_with_spoon"],
em[data-emoji=":bowl_with_spoon:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f963.svg");
}

/* line 4673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="takeout_box"],
em[data-emoji=":takeout_box:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f961.svg");
}

/* line 4677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="chopsticks"],
em[data-emoji=":chopsticks:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f962.svg");
}

/* line 4681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="salt"],
em[data-emoji=":salt:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c2.svg");
}

/* line 4685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blush"],
em[data-emoji=":blush:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f60a.svg");
}

/* line 4689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="innocent"],
em[data-emoji=":innocent:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f607.svg");
}

/* line 4693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="slight_smile"],
em[data-emoji=":slight_smile:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f642.svg");
}

/* line 4697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="upside_down"],
em[data-emoji=":upside_down:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f643.svg");
}

/* line 4701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wink"],
em[data-emoji=":wink:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f609.svg");
}

/* line 4705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="grinning"],
em[data-emoji=":grinning:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f600.svg");
}

/* line 4709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="smiley"],
em[data-emoji=":smiley:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f603.svg");
}

/* line 4713, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="smile"],
em[data-emoji=":smile:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f604.svg");
}

/* line 4717, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="grin"],
em[data-emoji=":grin:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f601.svg");
}

/* line 4721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="laughing"],
em[data-emoji=":laughing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f606.svg");
}

/* line 4725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sweat_smile"],
em[data-emoji=":sweat_smile:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f605.svg");
}

/* line 4729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="joy"],
em[data-emoji=":joy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f602.svg");
}

/* line 4733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rofl"],
em[data-emoji=":rofl:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f923.svg");
}

/* line 4737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="relaxed"],
em[data-emoji=":relaxed:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/263a.svg");
}

/* line 4741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="relieved"],
em[data-emoji=":relieved:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f60c.svg");
}

/* line 4745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="heart_eyes"],
em[data-emoji=":heart_eyes:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f60d.svg");
}

/* line 4749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="smiling_face_with_3_hearts"],
em[data-emoji=":smiling_face_with_3_hearts:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f970.svg");
}

/* line 4753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="kissing_heart"],
em[data-emoji=":kissing_heart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f618.svg");
}

/* line 4757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="kissing"],
em[data-emoji=":kissing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f617.svg");
}

/* line 4761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="kissing_smiling_eyes"],
em[data-emoji=":kissing_smiling_eyes:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f619.svg");
}

/* line 4765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="kissing_closed_eyes"],
em[data-emoji=":kissing_closed_eyes:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f61a.svg");
}

/* line 4769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="yum"],
em[data-emoji=":yum:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f60b.svg");
}

/* line 4773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="stuck_out_tongue"],
em[data-emoji=":stuck_out_tongue:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f61b.svg");
}

/* line 4777, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="stuck_out_tongue_closed_eyes"],
em[data-emoji=":stuck_out_tongue_closed_eyes:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f61d.svg");
}

/* line 4781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="stuck_out_tongue_winking_eye"],
em[data-emoji=":stuck_out_tongue_winking_eye:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f61c.svg");
}

/* line 4785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="zany_face"],
em[data-emoji=":zany_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f92a.svg");
}

/* line 4789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="face_with_raised_eyebrow"],
em[data-emoji=":face_with_raised_eyebrow:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f928.svg");
}

/* line 4793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="face_with_monocle"],
em[data-emoji=":face_with_monocle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d0.svg");
}

/* line 4797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="nerd"],
em[data-emoji=":nerd:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f913.svg");
}

/* line 4801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sunglasses"],
em[data-emoji=":sunglasses:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f60e.svg");
}

/* line 4805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="star_struck"],
em[data-emoji=":star_struck:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f929.svg");
}

/* line 4809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="partying_face"],
em[data-emoji=":partying_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f973.svg");
}

/* line 4813, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="smirk"],
em[data-emoji=":smirk:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f60f.svg");
}

/* line 4817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="unamused"],
em[data-emoji=":unamused:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f612.svg");
}

/* line 4821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="disappointed"],
em[data-emoji=":disappointed:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f61e.svg");
}

/* line 4825, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pensive"],
em[data-emoji=":pensive:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f614.svg");
}

/* line 4829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="worried"],
em[data-emoji=":worried:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f61f.svg");
}

/* line 4833, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="confused"],
em[data-emoji=":confused:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f615.svg");
}

/* line 4837, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="slight_frown"],
em[data-emoji=":slight_frown:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f641.svg");
}

/* line 4841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="persevere"],
em[data-emoji=":persevere:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f623.svg");
}

/* line 4845, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="confounded"],
em[data-emoji=":confounded:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f616.svg");
}

/* line 4849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tired_face"],
em[data-emoji=":tired_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f62b.svg");
}

/* line 4853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="weary"],
em[data-emoji=":weary:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f629.svg");
}

/* line 4857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="yawning_face"],
em[data-emoji=":yawning_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f971.svg");
}

/* line 4861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pleading_face"],
em[data-emoji=":pleading_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f97a.svg");
}

/* line 4865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cry"],
em[data-emoji=":cry:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f622.svg");
}

/* line 4869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sob"],
em[data-emoji=":sob:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f62d.svg");
}

/* line 4873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="triumph"],
em[data-emoji=":triumph:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f624.svg");
}

/* line 4877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="angry"],
em[data-emoji=":angry:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f620.svg");
}

/* line 4881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rage"],
em[data-emoji=":rage:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f621.svg");
}

/* line 4885, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="face_with_symbols_over_mouth"],
em[data-emoji=":face_with_symbols_over_mouth:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f92c.svg");
}

/* line 4889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="exploding_head"],
em[data-emoji=":exploding_head:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f92f.svg");
}

/* line 4893, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flushed"],
em[data-emoji=":flushed:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f633.svg");
}

/* line 4897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hot_face"],
em[data-emoji=":hot_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f975.svg");
}

/* line 4901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cold_face"],
em[data-emoji=":cold_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f976.svg");
}

/* line 4905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="scream"],
em[data-emoji=":scream:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f631.svg");
}

/* line 4909, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fearful"],
em[data-emoji=":fearful:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f628.svg");
}

/* line 4913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cold_sweat"],
em[data-emoji=":cold_sweat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f630.svg");
}

/* line 4917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="disappointed_relieved"],
em[data-emoji=":disappointed_relieved:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f625.svg");
}

/* line 4921, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sweat"],
em[data-emoji=":sweat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f613.svg");
}

/* line 4925, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hugging"],
em[data-emoji=":hugging:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f917.svg");
}

/* line 4929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thinking"],
em[data-emoji=":thinking:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f914.svg");
}

/* line 4933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="face_with_hand_over_mouth"],
em[data-emoji=":face_with_hand_over_mouth:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f92d.svg");
}

/* line 4937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="shushing_face"],
em[data-emoji=":shushing_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f92b.svg");
}

/* line 4941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="lying_face"],
em[data-emoji=":lying_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f925.svg");
}

/* line 4945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="no_mouth"],
em[data-emoji=":no_mouth:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f636.svg");
}

/* line 4949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="neutral_face"],
em[data-emoji=":neutral_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f610.svg");
}

/* line 4953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="expressionless"],
em[data-emoji=":expressionless:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f611.svg");
}

/* line 4957, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="grimacing"],
em[data-emoji=":grimacing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f62c.svg");
}

/* line 4961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rolling_eyes"],
em[data-emoji=":rolling_eyes:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f644.svg");
}

/* line 4965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hushed"],
em[data-emoji=":hushed:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f62f.svg");
}

/* line 4969, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="frowning"],
em[data-emoji=":frowning:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f626.svg");
}

/* line 4973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="anguished"],
em[data-emoji=":anguished:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f627.svg");
}

/* line 4977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="open_mouth"],
em[data-emoji=":open_mouth:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f62e.svg");
}

/* line 4981, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="astonished"],
em[data-emoji=":astonished:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f632.svg");
}

/* line 4985, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sleeping"],
em[data-emoji=":sleeping:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f634.svg");
}

/* line 4989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="drooling_face"],
em[data-emoji=":drooling_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f924.svg");
}

/* line 4993, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sleepy"],
em[data-emoji=":sleepy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f62a.svg");
}

/* line 4997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dizzy_face"],
em[data-emoji=":dizzy_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f635.svg");
}

/* line 5001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="zipper_mouth"],
em[data-emoji=":zipper_mouth:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f910.svg");
}

/* line 5005, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woozy_face"],
em[data-emoji=":woozy_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f974.svg");
}

/* line 5009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="nauseated_face"],
em[data-emoji=":nauseated_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f922.svg");
}

/* line 5013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="face_vomiting"],
em[data-emoji=":face_vomiting:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f92e.svg");
}

/* line 5017, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sneezing_face"],
em[data-emoji=":sneezing_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f927.svg");
}

/* line 5021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mask"],
em[data-emoji=":mask:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f637.svg");
}

/* line 5025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thermometer_face"],
em[data-emoji=":thermometer_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f912.svg");
}

/* line 5029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="head_bandage"],
em[data-emoji=":head_bandage:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f915.svg");
}

/* line 5033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="money_mouth"],
em[data-emoji=":money_mouth:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f911.svg");
}

/* line 5037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cowboy"],
em[data-emoji=":cowboy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f920.svg");
}

/* line 5041, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="smiling_imp"],
em[data-emoji=":smiling_imp:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f608.svg");
}

/* line 5045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="imp"],
em[data-emoji=":imp:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47f.svg");
}

/* line 5049, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="japanese_ogre"],
em[data-emoji=":japanese_ogre:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f479.svg");
}

/* line 5053, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="japanese_goblin"],
em[data-emoji=":japanese_goblin:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47a.svg");
}

/* line 5057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clown"],
em[data-emoji=":clown:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f921.svg");
}

/* line 5061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="poop"],
em[data-emoji=":poop:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a9.svg");
}

/* line 5065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ghost"],
em[data-emoji=":ghost:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47b.svg");
}

/* line 5069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="skull"],
em[data-emoji=":skull:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f480.svg");
}

/* line 5073, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="alien"],
em[data-emoji=":alien:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47d.svg");
}

/* line 5077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="space_invader"],
em[data-emoji=":space_invader:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47e.svg");
}

/* line 5081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="robot"],
em[data-emoji=":robot:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f916.svg");
}

/* line 5085, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="jack_o_lantern"],
em[data-emoji=":jack_o_lantern:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f383.svg");
}

/* line 5089, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="smiley_cat"],
em[data-emoji=":smiley_cat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f63a.svg");
}

/* line 5093, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="smile_cat"],
em[data-emoji=":smile_cat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f638.svg");
}

/* line 5097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="joy_cat"],
em[data-emoji=":joy_cat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f639.svg");
}

/* line 5101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="heart_eyes_cat"],
em[data-emoji=":heart_eyes_cat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f63b.svg");
}

/* line 5105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="smirk_cat"],
em[data-emoji=":smirk_cat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f63c.svg");
}

/* line 5109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="kissing_cat"],
em[data-emoji=":kissing_cat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f63d.svg");
}

/* line 5113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="scream_cat"],
em[data-emoji=":scream_cat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f640.svg");
}

/* line 5117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="crying_cat_face"],
em[data-emoji=":crying_cat_face:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f63f.svg");
}

/* line 5121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pouting_cat"],
em[data-emoji=":pouting_cat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f63e.svg");
}

/* line 5125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="handshake"],
em[data-emoji=":handshake:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91d.svg");
}

/* line 5129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="palms_up_together"],
em[data-emoji=":palms_up_together:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f932.svg");
}

/* line 5133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="palms_up_together_tone1"],
em[data-emoji=":palms_up_together_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f932-1f3fb.svg");
}

/* line 5137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="palms_up_together_tone2"],
em[data-emoji=":palms_up_together_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f932-1f3fc.svg");
}

/* line 5141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="palms_up_together_tone3"],
em[data-emoji=":palms_up_together_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f932-1f3fd.svg");
}

/* line 5145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="palms_up_together_tone4"],
em[data-emoji=":palms_up_together_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f932-1f3fe.svg");
}

/* line 5149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="palms_up_together_tone5"],
em[data-emoji=":palms_up_together_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f932-1f3ff.svg");
}

/* line 5153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="open_hands"],
em[data-emoji=":open_hands:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f450.svg");
}

/* line 5157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="open_hands_tone1"],
em[data-emoji=":open_hands_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f450-1f3fb.svg");
}

/* line 5161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="open_hands_tone2"],
em[data-emoji=":open_hands_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f450-1f3fc.svg");
}

/* line 5165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="open_hands_tone3"],
em[data-emoji=":open_hands_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f450-1f3fd.svg");
}

/* line 5169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="open_hands_tone4"],
em[data-emoji=":open_hands_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f450-1f3fe.svg");
}

/* line 5173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="open_hands_tone5"],
em[data-emoji=":open_hands_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f450-1f3ff.svg");
}

/* line 5177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_hands"],
em[data-emoji=":raised_hands:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64c.svg");
}

/* line 5181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_hands_tone1"],
em[data-emoji=":raised_hands_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64c-1f3fb.svg");
}

/* line 5185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_hands_tone2"],
em[data-emoji=":raised_hands_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64c-1f3fc.svg");
}

/* line 5189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_hands_tone3"],
em[data-emoji=":raised_hands_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64c-1f3fd.svg");
}

/* line 5193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_hands_tone4"],
em[data-emoji=":raised_hands_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64c-1f3fe.svg");
}

/* line 5197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_hands_tone5"],
em[data-emoji=":raised_hands_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64c-1f3ff.svg");
}

/* line 5201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clap"],
em[data-emoji=":clap:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44f.svg");
}

/* line 5205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clap_tone1"],
em[data-emoji=":clap_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44f-1f3fb.svg");
}

/* line 5209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clap_tone2"],
em[data-emoji=":clap_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44f-1f3fc.svg");
}

/* line 5213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clap_tone3"],
em[data-emoji=":clap_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44f-1f3fd.svg");
}

/* line 5217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clap_tone4"],
em[data-emoji=":clap_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44f-1f3fe.svg");
}

/* line 5221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="clap_tone5"],
em[data-emoji=":clap_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44f-1f3ff.svg");
}

/* line 5225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thumbsup"],
em[data-emoji=":thumbsup:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44d.svg");
}

/* line 5229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thumbsup_tone1"],
em[data-emoji=":thumbsup_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44d-1f3fb.svg");
}

/* line 5233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thumbsup_tone2"],
em[data-emoji=":thumbsup_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44d-1f3fc.svg");
}

/* line 5237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thumbsup_tone3"],
em[data-emoji=":thumbsup_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44d-1f3fd.svg");
}

/* line 5241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thumbsup_tone4"],
em[data-emoji=":thumbsup_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44d-1f3fe.svg");
}

/* line 5245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thumbsup_tone5"],
em[data-emoji=":thumbsup_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44d-1f3ff.svg");
}

/* line 5249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thumbsdown"],
em[data-emoji=":thumbsdown:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44e.svg");
}

/* line 5253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thumbsdown_tone1"],
em[data-emoji=":thumbsdown_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44e-1f3fb.svg");
}

/* line 5257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thumbsdown_tone2"],
em[data-emoji=":thumbsdown_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44e-1f3fc.svg");
}

/* line 5261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thumbsdown_tone3"],
em[data-emoji=":thumbsdown_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44e-1f3fd.svg");
}

/* line 5265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thumbsdown_tone4"],
em[data-emoji=":thumbsdown_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44e-1f3fe.svg");
}

/* line 5269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thumbsdown_tone5"],
em[data-emoji=":thumbsdown_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44e-1f3ff.svg");
}

/* line 5273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="punch"],
em[data-emoji=":punch:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44a.svg");
}

/* line 5277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="punch_tone1"],
em[data-emoji=":punch_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44a-1f3fb.svg");
}

/* line 5281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="punch_tone2"],
em[data-emoji=":punch_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44a-1f3fc.svg");
}

/* line 5285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="punch_tone3"],
em[data-emoji=":punch_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44a-1f3fd.svg");
}

/* line 5289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="punch_tone4"],
em[data-emoji=":punch_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44a-1f3fe.svg");
}

/* line 5293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="punch_tone5"],
em[data-emoji=":punch_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44a-1f3ff.svg");
}

/* line 5297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fist"],
em[data-emoji=":fist:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270a.svg");
}

/* line 5301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fist_tone1"],
em[data-emoji=":fist_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270a-1f3fb.svg");
}

/* line 5305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fist_tone2"],
em[data-emoji=":fist_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270a-1f3fc.svg");
}

/* line 5309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fist_tone3"],
em[data-emoji=":fist_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270a-1f3fd.svg");
}

/* line 5313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fist_tone4"],
em[data-emoji=":fist_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270a-1f3fe.svg");
}

/* line 5317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fist_tone5"],
em[data-emoji=":fist_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270a-1f3ff.svg");
}

/* line 5321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="left_facing_fist"],
em[data-emoji=":left_facing_fist:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91b.svg");
}

/* line 5325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="left_facing_fist_tone1"],
em[data-emoji=":left_facing_fist_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91b-1f3fb.svg");
}

/* line 5329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="left_facing_fist_tone2"],
em[data-emoji=":left_facing_fist_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91b-1f3fc.svg");
}

/* line 5333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="left_facing_fist_tone3"],
em[data-emoji=":left_facing_fist_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91b-1f3fd.svg");
}

/* line 5337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="left_facing_fist_tone4"],
em[data-emoji=":left_facing_fist_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91b-1f3fe.svg");
}

/* line 5341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="left_facing_fist_tone5"],
em[data-emoji=":left_facing_fist_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91b-1f3ff.svg");
}

/* line 5345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="right_facing_fist"],
em[data-emoji=":right_facing_fist:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91c.svg");
}

/* line 5349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="right_facing_fist_tone1"],
em[data-emoji=":right_facing_fist_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91c-1f3fb.svg");
}

/* line 5353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="right_facing_fist_tone2"],
em[data-emoji=":right_facing_fist_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91c-1f3fc.svg");
}

/* line 5357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="right_facing_fist_tone3"],
em[data-emoji=":right_facing_fist_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91c-1f3fd.svg");
}

/* line 5361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="right_facing_fist_tone4"],
em[data-emoji=":right_facing_fist_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91c-1f3fe.svg");
}

/* line 5365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="right_facing_fist_tone5"],
em[data-emoji=":right_facing_fist_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91c-1f3ff.svg");
}

/* line 5369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fingers_crossed"],
em[data-emoji=":fingers_crossed:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91e.svg");
}

/* line 5373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fingers_crossed_tone1"],
em[data-emoji=":fingers_crossed_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91e-1f3fb.svg");
}

/* line 5377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fingers_crossed_tone2"],
em[data-emoji=":fingers_crossed_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91e-1f3fc.svg");
}

/* line 5381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fingers_crossed_tone3"],
em[data-emoji=":fingers_crossed_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91e-1f3fd.svg");
}

/* line 5385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fingers_crossed_tone4"],
em[data-emoji=":fingers_crossed_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91e-1f3fe.svg");
}

/* line 5389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fingers_crossed_tone5"],
em[data-emoji=":fingers_crossed_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91e-1f3ff.svg");
}

/* line 5393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="v"],
em[data-emoji=":v:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270c.svg");
}

/* line 5397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="v_tone1"],
em[data-emoji=":v_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270c-1f3fb.svg");
}

/* line 5401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="v_tone2"],
em[data-emoji=":v_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270c-1f3fc.svg");
}

/* line 5405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="v_tone3"],
em[data-emoji=":v_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270c-1f3fd.svg");
}

/* line 5409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="v_tone4"],
em[data-emoji=":v_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270c-1f3fe.svg");
}

/* line 5413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="v_tone5"],
em[data-emoji=":v_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270c-1f3ff.svg");
}

/* line 5417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="love_you_gesture"],
em[data-emoji=":love_you_gesture:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91f.svg");
}

/* line 5421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="love_you_gesture_tone1"],
em[data-emoji=":love_you_gesture_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91f-1f3fb.svg");
}

/* line 5425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="love_you_gesture_tone2"],
em[data-emoji=":love_you_gesture_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91f-1f3fc.svg");
}

/* line 5429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="love_you_gesture_tone3"],
em[data-emoji=":love_you_gesture_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91f-1f3fd.svg");
}

/* line 5433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="love_you_gesture_tone4"],
em[data-emoji=":love_you_gesture_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91f-1f3fe.svg");
}

/* line 5437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="love_you_gesture_tone5"],
em[data-emoji=":love_you_gesture_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91f-1f3ff.svg");
}

/* line 5441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="metal"],
em[data-emoji=":metal:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f918.svg");
}

/* line 5445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="metal_tone1"],
em[data-emoji=":metal_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f918-1f3fb.svg");
}

/* line 5449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="metal_tone2"],
em[data-emoji=":metal_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f918-1f3fc.svg");
}

/* line 5453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="metal_tone3"],
em[data-emoji=":metal_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f918-1f3fd.svg");
}

/* line 5457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="metal_tone4"],
em[data-emoji=":metal_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f918-1f3fe.svg");
}

/* line 5461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="metal_tone5"],
em[data-emoji=":metal_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f918-1f3ff.svg");
}

/* line 5465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ok_hand"],
em[data-emoji=":ok_hand:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44c.svg");
}

/* line 5469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ok_hand_tone1"],
em[data-emoji=":ok_hand_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44c-1f3fb.svg");
}

/* line 5473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ok_hand_tone2"],
em[data-emoji=":ok_hand_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44c-1f3fc.svg");
}

/* line 5477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ok_hand_tone3"],
em[data-emoji=":ok_hand_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44c-1f3fd.svg");
}

/* line 5481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ok_hand_tone4"],
em[data-emoji=":ok_hand_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44c-1f3fe.svg");
}

/* line 5485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ok_hand_tone5"],
em[data-emoji=":ok_hand_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44c-1f3ff.svg");
}

/* line 5489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pinching_hand"],
em[data-emoji=":pinching_hand:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f90f.svg");
}

/* line 5493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pinching_hand_tone1"],
em[data-emoji=":pinching_hand_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f90f-1f3fb.svg");
}

/* line 5497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pinching_hand_tone2"],
em[data-emoji=":pinching_hand_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f90f-1f3fc.svg");
}

/* line 5501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pinching_hand_tone3"],
em[data-emoji=":pinching_hand_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f90f-1f3fd.svg");
}

/* line 5505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pinching_hand_tone4"],
em[data-emoji=":pinching_hand_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f90f-1f3fe.svg");
}

/* line 5509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pinching_hand_tone5"],
em[data-emoji=":pinching_hand_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f90f-1f3ff.svg");
}

/* line 5513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_left"],
em[data-emoji=":point_left:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f448.svg");
}

/* line 5517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_left_tone1"],
em[data-emoji=":point_left_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f448-1f3fb.svg");
}

/* line 5521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_left_tone2"],
em[data-emoji=":point_left_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f448-1f3fc.svg");
}

/* line 5525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_left_tone3"],
em[data-emoji=":point_left_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f448-1f3fd.svg");
}

/* line 5529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_left_tone4"],
em[data-emoji=":point_left_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f448-1f3fe.svg");
}

/* line 5533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_left_tone5"],
em[data-emoji=":point_left_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f448-1f3ff.svg");
}

/* line 5537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_right"],
em[data-emoji=":point_right:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f449.svg");
}

/* line 5541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_right_tone1"],
em[data-emoji=":point_right_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f449-1f3fb.svg");
}

/* line 5545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_right_tone2"],
em[data-emoji=":point_right_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f449-1f3fc.svg");
}

/* line 5549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_right_tone3"],
em[data-emoji=":point_right_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f449-1f3fd.svg");
}

/* line 5553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_right_tone4"],
em[data-emoji=":point_right_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f449-1f3fe.svg");
}

/* line 5557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_right_tone5"],
em[data-emoji=":point_right_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f449-1f3ff.svg");
}

/* line 5561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_up_2"],
em[data-emoji=":point_up_2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f446.svg");
}

/* line 5565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_up_2_tone1"],
em[data-emoji=":point_up_2_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f446-1f3fb.svg");
}

/* line 5569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_up_2_tone2"],
em[data-emoji=":point_up_2_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f446-1f3fc.svg");
}

/* line 5573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_up_2_tone3"],
em[data-emoji=":point_up_2_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f446-1f3fd.svg");
}

/* line 5577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_up_2_tone4"],
em[data-emoji=":point_up_2_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f446-1f3fe.svg");
}

/* line 5581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_up_2_tone5"],
em[data-emoji=":point_up_2_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f446-1f3ff.svg");
}

/* line 5585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_down"],
em[data-emoji=":point_down:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f447.svg");
}

/* line 5589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_down_tone1"],
em[data-emoji=":point_down_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f447-1f3fb.svg");
}

/* line 5593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_down_tone2"],
em[data-emoji=":point_down_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f447-1f3fc.svg");
}

/* line 5597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_down_tone3"],
em[data-emoji=":point_down_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f447-1f3fd.svg");
}

/* line 5601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_down_tone4"],
em[data-emoji=":point_down_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f447-1f3fe.svg");
}

/* line 5605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_down_tone5"],
em[data-emoji=":point_down_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f447-1f3ff.svg");
}

/* line 5609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_up"],
em[data-emoji=":point_up:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/261d.svg");
}

/* line 5613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_up_tone1"],
em[data-emoji=":point_up_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/261d-1f3fb.svg");
}

/* line 5617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_up_tone2"],
em[data-emoji=":point_up_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/261d-1f3fc.svg");
}

/* line 5621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_up_tone3"],
em[data-emoji=":point_up_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/261d-1f3fd.svg");
}

/* line 5625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_up_tone4"],
em[data-emoji=":point_up_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/261d-1f3fe.svg");
}

/* line 5629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="point_up_tone5"],
em[data-emoji=":point_up_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/261d-1f3ff.svg");
}

/* line 5633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_hand"],
em[data-emoji=":raised_hand:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270b.svg");
}

/* line 5637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_hand_tone1"],
em[data-emoji=":raised_hand_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270b-1f3fb.svg");
}

/* line 5641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_hand_tone2"],
em[data-emoji=":raised_hand_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270b-1f3fc.svg");
}

/* line 5645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_hand_tone3"],
em[data-emoji=":raised_hand_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270b-1f3fd.svg");
}

/* line 5649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_hand_tone4"],
em[data-emoji=":raised_hand_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270b-1f3fe.svg");
}

/* line 5653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_hand_tone5"],
em[data-emoji=":raised_hand_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270b-1f3ff.svg");
}

/* line 5657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_back_of_hand"],
em[data-emoji=":raised_back_of_hand:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91a.svg");
}

/* line 5661, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_back_of_hand_tone1"],
em[data-emoji=":raised_back_of_hand_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91a-1f3fb.svg");
}

/* line 5665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_back_of_hand_tone2"],
em[data-emoji=":raised_back_of_hand_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91a-1f3fc.svg");
}

/* line 5669, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_back_of_hand_tone3"],
em[data-emoji=":raised_back_of_hand_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91a-1f3fd.svg");
}

/* line 5673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_back_of_hand_tone4"],
em[data-emoji=":raised_back_of_hand_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91a-1f3fe.svg");
}

/* line 5677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="raised_back_of_hand_tone5"],
em[data-emoji=":raised_back_of_hand_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91a-1f3ff.svg");
}

/* line 5681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hand_splayed"],
em[data-emoji=":hand_splayed:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f590.svg");
}

/* line 5685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hand_splayed_tone1"],
em[data-emoji=":hand_splayed_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f590-1f3fb.svg");
}

/* line 5689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hand_splayed_tone2"],
em[data-emoji=":hand_splayed_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f590-1f3fc.svg");
}

/* line 5693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hand_splayed_tone3"],
em[data-emoji=":hand_splayed_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f590-1f3fd.svg");
}

/* line 5697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hand_splayed_tone4"],
em[data-emoji=":hand_splayed_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f590-1f3fe.svg");
}

/* line 5701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hand_splayed_tone5"],
em[data-emoji=":hand_splayed_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f590-1f3ff.svg");
}

/* line 5705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="vulcan"],
em[data-emoji=":vulcan:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f596.svg");
}

/* line 5709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="vulcan_tone1"],
em[data-emoji=":vulcan_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f596-1f3fb.svg");
}

/* line 5713, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="vulcan_tone2"],
em[data-emoji=":vulcan_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f596-1f3fc.svg");
}

/* line 5717, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="vulcan_tone3"],
em[data-emoji=":vulcan_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f596-1f3fd.svg");
}

/* line 5721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="vulcan_tone4"],
em[data-emoji=":vulcan_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f596-1f3fe.svg");
}

/* line 5725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="vulcan_tone5"],
em[data-emoji=":vulcan_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f596-1f3ff.svg");
}

/* line 5729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wave"],
em[data-emoji=":wave:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44b.svg");
}

/* line 5733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wave_tone1"],
em[data-emoji=":wave_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44b-1f3fb.svg");
}

/* line 5737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wave_tone2"],
em[data-emoji=":wave_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44b-1f3fc.svg");
}

/* line 5741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wave_tone3"],
em[data-emoji=":wave_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44b-1f3fd.svg");
}

/* line 5745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wave_tone4"],
em[data-emoji=":wave_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44b-1f3fe.svg");
}

/* line 5749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wave_tone5"],
em[data-emoji=":wave_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44b-1f3ff.svg");
}

/* line 5753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="call_me"],
em[data-emoji=":call_me:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f919.svg");
}

/* line 5757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="call_me_tone1"],
em[data-emoji=":call_me_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f919-1f3fb.svg");
}

/* line 5761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="call_me_tone2"],
em[data-emoji=":call_me_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f919-1f3fc.svg");
}

/* line 5765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="call_me_tone3"],
em[data-emoji=":call_me_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f919-1f3fd.svg");
}

/* line 5769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="call_me_tone4"],
em[data-emoji=":call_me_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f919-1f3fe.svg");
}

/* line 5773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="call_me_tone5"],
em[data-emoji=":call_me_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f919-1f3ff.svg");
}

/* line 5777, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="muscle"],
em[data-emoji=":muscle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4aa.svg");
}

/* line 5781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="muscle_tone1"],
em[data-emoji=":muscle_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4aa-1f3fb.svg");
}

/* line 5785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="muscle_tone2"],
em[data-emoji=":muscle_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4aa-1f3fc.svg");
}

/* line 5789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="muscle_tone3"],
em[data-emoji=":muscle_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4aa-1f3fd.svg");
}

/* line 5793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="muscle_tone4"],
em[data-emoji=":muscle_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4aa-1f3fe.svg");
}

/* line 5797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="muscle_tone5"],
em[data-emoji=":muscle_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4aa-1f3ff.svg");
}

/* line 5801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mechanical_arm"],
em[data-emoji=":mechanical_arm:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9be.svg");
}

/* line 5805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="middle_finger"],
em[data-emoji=":middle_finger:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f595.svg");
}

/* line 5809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="middle_finger_tone1"],
em[data-emoji=":middle_finger_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f595-1f3fb.svg");
}

/* line 5813, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="middle_finger_tone2"],
em[data-emoji=":middle_finger_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f595-1f3fc.svg");
}

/* line 5817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="middle_finger_tone3"],
em[data-emoji=":middle_finger_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f595-1f3fd.svg");
}

/* line 5821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="middle_finger_tone4"],
em[data-emoji=":middle_finger_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f595-1f3fe.svg");
}

/* line 5825, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="middle_finger_tone5"],
em[data-emoji=":middle_finger_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f595-1f3ff.svg");
}

/* line 5829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="writing_hand"],
em[data-emoji=":writing_hand:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270d.svg");
}

/* line 5833, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="writing_hand_tone1"],
em[data-emoji=":writing_hand_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270d-1f3fb.svg");
}

/* line 5837, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="writing_hand_tone2"],
em[data-emoji=":writing_hand_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270d-1f3fc.svg");
}

/* line 5841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="writing_hand_tone3"],
em[data-emoji=":writing_hand_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270d-1f3fd.svg");
}

/* line 5845, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="writing_hand_tone4"],
em[data-emoji=":writing_hand_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270d-1f3fe.svg");
}

/* line 5849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="writing_hand_tone5"],
em[data-emoji=":writing_hand_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270d-1f3ff.svg");
}

/* line 5853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pray"],
em[data-emoji=":pray:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64f.svg");
}

/* line 5857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pray_tone1"],
em[data-emoji=":pray_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64f-1f3fb.svg");
}

/* line 5861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pray_tone2"],
em[data-emoji=":pray_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64f-1f3fc.svg");
}

/* line 5865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pray_tone3"],
em[data-emoji=":pray_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64f-1f3fd.svg");
}

/* line 5869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pray_tone4"],
em[data-emoji=":pray_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64f-1f3fe.svg");
}

/* line 5873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pray_tone5"],
em[data-emoji=":pray_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64f-1f3ff.svg");
}

/* line 5877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="foot"],
em[data-emoji=":foot:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b6.svg");
}

/* line 5881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="foot_tone1"],
em[data-emoji=":foot_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b6-1f3fb.svg");
}

/* line 5885, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="foot_tone2"],
em[data-emoji=":foot_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b6-1f3fc.svg");
}

/* line 5889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="foot_tone3"],
em[data-emoji=":foot_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b6-1f3fd.svg");
}

/* line 5893, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="foot_tone4"],
em[data-emoji=":foot_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b6-1f3fe.svg");
}

/* line 5897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="foot_tone5"],
em[data-emoji=":foot_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b6-1f3ff.svg");
}

/* line 5901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="leg"],
em[data-emoji=":leg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b5.svg");
}

/* line 5905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="leg_tone1"],
em[data-emoji=":leg_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b5-1f3fb.svg");
}

/* line 5909, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="leg_tone2"],
em[data-emoji=":leg_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b5-1f3fc.svg");
}

/* line 5913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="leg_tone3"],
em[data-emoji=":leg_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b5-1f3fd.svg");
}

/* line 5917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="leg_tone4"],
em[data-emoji=":leg_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b5-1f3fe.svg");
}

/* line 5921, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="leg_tone5"],
em[data-emoji=":leg_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b5-1f3ff.svg");
}

/* line 5925, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mechanical_leg"],
em[data-emoji=":mechanical_leg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bf.svg");
}

/* line 5929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="lipstick"],
em[data-emoji=":lipstick:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f484.svg");
}

/* line 5933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="kiss"],
em[data-emoji=":kiss:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f48b.svg");
}

/* line 5937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="lips"],
em[data-emoji=":lips:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f444.svg");
}

/* line 5941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tongue"],
em[data-emoji=":tongue:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f445.svg");
}

/* line 5945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tooth"],
em[data-emoji=":tooth:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b7.svg");
}

/* line 5949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bone"],
em[data-emoji=":bone:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b4.svg");
}

/* line 5953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ear"],
em[data-emoji=":ear:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f442.svg");
}

/* line 5957, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ear_tone1"],
em[data-emoji=":ear_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f442-1f3fb.svg");
}

/* line 5961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ear_tone2"],
em[data-emoji=":ear_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f442-1f3fc.svg");
}

/* line 5965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ear_tone3"],
em[data-emoji=":ear_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f442-1f3fd.svg");
}

/* line 5969, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ear_tone4"],
em[data-emoji=":ear_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f442-1f3fe.svg");
}

/* line 5973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ear_tone5"],
em[data-emoji=":ear_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f442-1f3ff.svg");
}

/* line 5977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ear_with_hearing_aid"],
em[data-emoji=":ear_with_hearing_aid:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bb.svg");
}

/* line 5981, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ear_with_hearing_aid_tone1"],
em[data-emoji=":ear_with_hearing_aid_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bb-1f3fb.svg");
}

/* line 5985, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ear_with_hearing_aid_tone2"],
em[data-emoji=":ear_with_hearing_aid_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bb-1f3fc.svg");
}

/* line 5989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ear_with_hearing_aid_tone3"],
em[data-emoji=":ear_with_hearing_aid_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bb-1f3fd.svg");
}

/* line 5993, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ear_with_hearing_aid_tone4"],
em[data-emoji=":ear_with_hearing_aid_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bb-1f3fe.svg");
}

/* line 5997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ear_with_hearing_aid_tone5"],
em[data-emoji=":ear_with_hearing_aid_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bb-1f3ff.svg");
}

/* line 6001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="nose"],
em[data-emoji=":nose:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f443.svg");
}

/* line 6005, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="nose_tone1"],
em[data-emoji=":nose_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f443-1f3fb.svg");
}

/* line 6009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="nose_tone2"],
em[data-emoji=":nose_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f443-1f3fc.svg");
}

/* line 6013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="nose_tone3"],
em[data-emoji=":nose_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f443-1f3fd.svg");
}

/* line 6017, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="nose_tone4"],
em[data-emoji=":nose_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f443-1f3fe.svg");
}

/* line 6021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="nose_tone5"],
em[data-emoji=":nose_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f443-1f3ff.svg");
}

/* line 6025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="footprints"],
em[data-emoji=":footprints:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f463.svg");
}

/* line 6029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="eye"],
em[data-emoji=":eye:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f441.svg");
}

/* line 6033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="eyes"],
em[data-emoji=":eyes:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f440.svg");
}

/* line 6037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="brain"],
em[data-emoji=":brain:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e0.svg");
}

/* line 6041, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="speaking_head"],
em[data-emoji=":speaking_head:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5e3.svg");
}

/* line 6045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bust_in_silhouette"],
em[data-emoji=":bust_in_silhouette:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f464.svg");
}

/* line 6049, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="busts_in_silhouette"],
em[data-emoji=":busts_in_silhouette:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f465.svg");
}

/* line 6053, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="baby"],
em[data-emoji=":baby:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f476.svg");
}

/* line 6057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="baby_tone1"],
em[data-emoji=":baby_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f476-1f3fb.svg");
}

/* line 6061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="baby_tone2"],
em[data-emoji=":baby_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f476-1f3fc.svg");
}

/* line 6065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="baby_tone3"],
em[data-emoji=":baby_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f476-1f3fd.svg");
}

/* line 6069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="baby_tone4"],
em[data-emoji=":baby_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f476-1f3fe.svg");
}

/* line 6073, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="baby_tone5"],
em[data-emoji=":baby_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f476-1f3ff.svg");
}

/* line 6077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="girl"],
em[data-emoji=":girl:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f467.svg");
}

/* line 6081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="girl_tone1"],
em[data-emoji=":girl_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f467-1f3fb.svg");
}

/* line 6085, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="girl_tone2"],
em[data-emoji=":girl_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f467-1f3fc.svg");
}

/* line 6089, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="girl_tone3"],
em[data-emoji=":girl_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f467-1f3fd.svg");
}

/* line 6093, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="girl_tone4"],
em[data-emoji=":girl_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f467-1f3fe.svg");
}

/* line 6097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="girl_tone5"],
em[data-emoji=":girl_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f467-1f3ff.svg");
}

/* line 6101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="child"],
em[data-emoji=":child:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d2.svg");
}

/* line 6105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="child_tone1"],
em[data-emoji=":child_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d2-1f3fb.svg");
}

/* line 6109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="child_tone2"],
em[data-emoji=":child_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d2-1f3fc.svg");
}

/* line 6113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="child_tone3"],
em[data-emoji=":child_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d2-1f3fd.svg");
}

/* line 6117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="child_tone4"],
em[data-emoji=":child_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d2-1f3fe.svg");
}

/* line 6121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="child_tone5"],
em[data-emoji=":child_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d2-1f3ff.svg");
}

/* line 6125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="boy"],
em[data-emoji=":boy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f466.svg");
}

/* line 6129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="boy_tone1"],
em[data-emoji=":boy_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f466-1f3fb.svg");
}

/* line 6133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="boy_tone2"],
em[data-emoji=":boy_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f466-1f3fc.svg");
}

/* line 6137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="boy_tone3"],
em[data-emoji=":boy_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f466-1f3fd.svg");
}

/* line 6141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="boy_tone4"],
em[data-emoji=":boy_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f466-1f3fe.svg");
}

/* line 6145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="boy_tone5"],
em[data-emoji=":boy_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f466-1f3ff.svg");
}

/* line 6149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman"],
em[data-emoji=":woman:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469.svg");
}

/* line 6153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_tone1"],
em[data-emoji=":woman_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb.svg");
}

/* line 6157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_tone2"],
em[data-emoji=":woman_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc.svg");
}

/* line 6161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_tone3"],
em[data-emoji=":woman_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd.svg");
}

/* line 6165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_tone4"],
em[data-emoji=":woman_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe.svg");
}

/* line 6169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_tone5"],
em[data-emoji=":woman_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff.svg");
}

/* line 6173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="adult"],
em[data-emoji=":adult:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1.svg");
}

/* line 6177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="adult_tone1"],
em[data-emoji=":adult_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fb.svg");
}

/* line 6181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="adult_tone2"],
em[data-emoji=":adult_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fc.svg");
}

/* line 6185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="adult_tone3"],
em[data-emoji=":adult_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fd.svg");
}

/* line 6189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="adult_tone4"],
em[data-emoji=":adult_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fe.svg");
}

/* line 6193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="adult_tone5"],
em[data-emoji=":adult_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff.svg");
}

/* line 6197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man"],
em[data-emoji=":man:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468.svg");
}

/* line 6201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_tone1"],
em[data-emoji=":man_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb.svg");
}

/* line 6205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_tone2"],
em[data-emoji=":man_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc.svg");
}

/* line 6209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_tone3"],
em[data-emoji=":man_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd.svg");
}

/* line 6213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_tone4"],
em[data-emoji=":man_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe.svg");
}

/* line 6217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_tone5"],
em[data-emoji=":man_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff.svg");
}

/* line 6221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_curly_haired"],
em[data-emoji=":woman_curly_haired:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9b1.svg");
}

/* line 6225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_curly_haired_tone1"],
em[data-emoji=":woman_curly_haired_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9b1.svg");
}

/* line 6229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_curly_haired_tone2"],
em[data-emoji=":woman_curly_haired_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9b1.svg");
}

/* line 6233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_curly_haired_tone3"],
em[data-emoji=":woman_curly_haired_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9b1.svg");
}

/* line 6237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_curly_haired_tone4"],
em[data-emoji=":woman_curly_haired_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9b1.svg");
}

/* line 6241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_curly_haired_tone5"],
em[data-emoji=":woman_curly_haired_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9b1.svg");
}

/* line 6245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_curly_haired"],
em[data-emoji=":man_curly_haired:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9b1.svg");
}

/* line 6249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_curly_haired_tone1"],
em[data-emoji=":man_curly_haired_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9b1.svg");
}

/* line 6253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_curly_haired_tone2"],
em[data-emoji=":man_curly_haired_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9b1.svg");
}

/* line 6257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_curly_haired_tone3"],
em[data-emoji=":man_curly_haired_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9b1.svg");
}

/* line 6261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_curly_haired_tone4"],
em[data-emoji=":man_curly_haired_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9b1.svg");
}

/* line 6265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_curly_haired_tone5"],
em[data-emoji=":man_curly_haired_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9b1.svg");
}

/* line 6269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_red_haired"],
em[data-emoji=":woman_red_haired:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9b0.svg");
}

/* line 6273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_red_haired_tone1"],
em[data-emoji=":woman_red_haired_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9b0.svg");
}

/* line 6277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_red_haired_tone2"],
em[data-emoji=":woman_red_haired_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9b0.svg");
}

/* line 6281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_red_haired_tone3"],
em[data-emoji=":woman_red_haired_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9b0.svg");
}

/* line 6285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_red_haired_tone4"],
em[data-emoji=":woman_red_haired_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9b0.svg");
}

/* line 6289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_red_haired_tone5"],
em[data-emoji=":woman_red_haired_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9b0.svg");
}

/* line 6293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_red_haired"],
em[data-emoji=":man_red_haired:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9b0.svg");
}

/* line 6297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_red_haired_tone1"],
em[data-emoji=":man_red_haired_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9b0.svg");
}

/* line 6301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_red_haired_tone2"],
em[data-emoji=":man_red_haired_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9b0.svg");
}

/* line 6305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_red_haired_tone3"],
em[data-emoji=":man_red_haired_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9b0.svg");
}

/* line 6309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_red_haired_tone4"],
em[data-emoji=":man_red_haired_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9b0.svg");
}

/* line 6313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_red_haired_tone5"],
em[data-emoji=":man_red_haired_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9b0.svg");
}

/* line 6317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond-haired_woman"],
em[data-emoji=":blond-haired_woman:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-200d-2640-fe0f.svg");
}

/* line 6321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond-haired_woman_tone1"],
em[data-emoji=":blond-haired_woman_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fb-200d-2640-fe0f.svg");
}

/* line 6325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond-haired_woman_tone2"],
em[data-emoji=":blond-haired_woman_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fc-200d-2640-fe0f.svg");
}

/* line 6329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond-haired_woman_tone3"],
em[data-emoji=":blond-haired_woman_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fd-200d-2640-fe0f.svg");
}

/* line 6333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond-haired_woman_tone4"],
em[data-emoji=":blond-haired_woman_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fe-200d-2640-fe0f.svg");
}

/* line 6337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond-haired_woman_tone5"],
em[data-emoji=":blond-haired_woman_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3ff-200d-2640-fe0f.svg");
}

/* line 6341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond_haired_person"],
em[data-emoji=":blond_haired_person:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471.svg");
}

/* line 6345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond_haired_person_tone1"],
em[data-emoji=":blond_haired_person_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fb.svg");
}

/* line 6349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond_haired_person_tone2"],
em[data-emoji=":blond_haired_person_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fc.svg");
}

/* line 6353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond_haired_person_tone3"],
em[data-emoji=":blond_haired_person_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fd.svg");
}

/* line 6357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond_haired_person_tone4"],
em[data-emoji=":blond_haired_person_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fe.svg");
}

/* line 6361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond_haired_person_tone5"],
em[data-emoji=":blond_haired_person_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3ff.svg");
}

/* line 6365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond-haired_man"],
em[data-emoji=":blond-haired_man:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-200d-2642-fe0f.svg");
}

/* line 6369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond-haired_man_tone1"],
em[data-emoji=":blond-haired_man_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fb-200d-2642-fe0f.svg");
}

/* line 6373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond-haired_man_tone2"],
em[data-emoji=":blond-haired_man_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fc-200d-2642-fe0f.svg");
}

/* line 6377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond-haired_man_tone3"],
em[data-emoji=":blond-haired_man_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fd-200d-2642-fe0f.svg");
}

/* line 6381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond-haired_man_tone4"],
em[data-emoji=":blond-haired_man_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fe-200d-2642-fe0f.svg");
}

/* line 6385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blond-haired_man_tone5"],
em[data-emoji=":blond-haired_man_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3ff-200d-2642-fe0f.svg");
}

/* line 6389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_white_haired"],
em[data-emoji=":woman_white_haired:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9b3.svg");
}

/* line 6393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_white_haired_tone1"],
em[data-emoji=":woman_white_haired_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9b3.svg");
}

/* line 6397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_white_haired_tone2"],
em[data-emoji=":woman_white_haired_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9b3.svg");
}

/* line 6401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_white_haired_tone3"],
em[data-emoji=":woman_white_haired_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9b3.svg");
}

/* line 6405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_white_haired_tone4"],
em[data-emoji=":woman_white_haired_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9b3.svg");
}

/* line 6409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_white_haired_tone5"],
em[data-emoji=":woman_white_haired_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9b3.svg");
}

/* line 6413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_white_haired"],
em[data-emoji=":man_white_haired:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9b3.svg");
}

/* line 6417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_white_haired_tone1"],
em[data-emoji=":man_white_haired_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9b3.svg");
}

/* line 6421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_white_haired_tone2"],
em[data-emoji=":man_white_haired_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9b3.svg");
}

/* line 6425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_white_haired_tone3"],
em[data-emoji=":man_white_haired_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9b3.svg");
}

/* line 6429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_white_haired_tone4"],
em[data-emoji=":man_white_haired_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9b3.svg");
}

/* line 6433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_white_haired_tone5"],
em[data-emoji=":man_white_haired_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9b3.svg");
}

/* line 6437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bald"],
em[data-emoji=":woman_bald:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9b2.svg");
}

/* line 6441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bald_tone1"],
em[data-emoji=":woman_bald_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9b2.svg");
}

/* line 6445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bald_tone2"],
em[data-emoji=":woman_bald_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9b2.svg");
}

/* line 6449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bald_tone3"],
em[data-emoji=":woman_bald_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9b2.svg");
}

/* line 6453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bald_tone4"],
em[data-emoji=":woman_bald_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9b2.svg");
}

/* line 6457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bald_tone5"],
em[data-emoji=":woman_bald_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9b2.svg");
}

/* line 6461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bald"],
em[data-emoji=":man_bald:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9b2.svg");
}

/* line 6465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bald_tone1"],
em[data-emoji=":man_bald_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9b2.svg");
}

/* line 6469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bald_tone2"],
em[data-emoji=":man_bald_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9b2.svg");
}

/* line 6473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bald_tone3"],
em[data-emoji=":man_bald_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9b2.svg");
}

/* line 6477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bald_tone4"],
em[data-emoji=":man_bald_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9b2.svg");
}

/* line 6481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bald_tone5"],
em[data-emoji=":man_bald_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9b2.svg");
}

/* line 6485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bearded_person"],
em[data-emoji=":bearded_person:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d4.svg");
}

/* line 6489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bearded_person_tone1"],
em[data-emoji=":bearded_person_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d4-1f3fb.svg");
}

/* line 6493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bearded_person_tone2"],
em[data-emoji=":bearded_person_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d4-1f3fc.svg");
}

/* line 6497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bearded_person_tone3"],
em[data-emoji=":bearded_person_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d4-1f3fd.svg");
}

/* line 6501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bearded_person_tone4"],
em[data-emoji=":bearded_person_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d4-1f3fe.svg");
}

/* line 6505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bearded_person_tone5"],
em[data-emoji=":bearded_person_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d4-1f3ff.svg");
}

/* line 6509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_woman"],
em[data-emoji=":older_woman:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f475.svg");
}

/* line 6513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_woman_tone1"],
em[data-emoji=":older_woman_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f475-1f3fb.svg");
}

/* line 6517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_woman_tone2"],
em[data-emoji=":older_woman_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f475-1f3fc.svg");
}

/* line 6521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_woman_tone3"],
em[data-emoji=":older_woman_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f475-1f3fd.svg");
}

/* line 6525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_woman_tone4"],
em[data-emoji=":older_woman_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f475-1f3fe.svg");
}

/* line 6529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_woman_tone5"],
em[data-emoji=":older_woman_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f475-1f3ff.svg");
}

/* line 6533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_adult"],
em[data-emoji=":older_adult:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d3.svg");
}

/* line 6537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_adult_tone1"],
em[data-emoji=":older_adult_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d3-1f3fb.svg");
}

/* line 6541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_adult_tone2"],
em[data-emoji=":older_adult_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d3-1f3fc.svg");
}

/* line 6545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_adult_tone3"],
em[data-emoji=":older_adult_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d3-1f3fd.svg");
}

/* line 6549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_adult_tone4"],
em[data-emoji=":older_adult_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d3-1f3fe.svg");
}

/* line 6553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_adult_tone5"],
em[data-emoji=":older_adult_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d3-1f3ff.svg");
}

/* line 6557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_man"],
em[data-emoji=":older_man:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f474.svg");
}

/* line 6561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_man_tone1"],
em[data-emoji=":older_man_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f474-1f3fb.svg");
}

/* line 6565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_man_tone2"],
em[data-emoji=":older_man_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f474-1f3fc.svg");
}

/* line 6569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_man_tone3"],
em[data-emoji=":older_man_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f474-1f3fd.svg");
}

/* line 6573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_man_tone4"],
em[data-emoji=":older_man_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f474-1f3fe.svg");
}

/* line 6577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="older_man_tone5"],
em[data-emoji=":older_man_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f474-1f3ff.svg");
}

/* line 6581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_with_chinese_cap"],
em[data-emoji=":man_with_chinese_cap:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f472.svg");
}

/* line 6585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_with_chinese_cap_tone1"],
em[data-emoji=":man_with_chinese_cap_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f472-1f3fb.svg");
}

/* line 6589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_with_chinese_cap_tone2"],
em[data-emoji=":man_with_chinese_cap_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f472-1f3fc.svg");
}

/* line 6593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_with_chinese_cap_tone3"],
em[data-emoji=":man_with_chinese_cap_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f472-1f3fd.svg");
}

/* line 6597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_with_chinese_cap_tone4"],
em[data-emoji=":man_with_chinese_cap_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f472-1f3fe.svg");
}

/* line 6601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_with_chinese_cap_tone5"],
em[data-emoji=":man_with_chinese_cap_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f472-1f3ff.svg");
}

/* line 6605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_wearing_turban"],
em[data-emoji=":person_wearing_turban:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473.svg");
}

/* line 6609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_wearing_turban_tone1"],
em[data-emoji=":person_wearing_turban_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fb.svg");
}

/* line 6613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_wearing_turban_tone2"],
em[data-emoji=":person_wearing_turban_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fc.svg");
}

/* line 6617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_wearing_turban_tone3"],
em[data-emoji=":person_wearing_turban_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fd.svg");
}

/* line 6621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_wearing_turban_tone4"],
em[data-emoji=":person_wearing_turban_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fe.svg");
}

/* line 6625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_wearing_turban_tone5"],
em[data-emoji=":person_wearing_turban_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3ff.svg");
}

/* line 6629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_wearing_turban"],
em[data-emoji=":woman_wearing_turban:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-200d-2640-fe0f.svg");
}

/* line 6633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_wearing_turban_tone1"],
em[data-emoji=":woman_wearing_turban_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fb-200d-2640-fe0f.svg");
}

/* line 6637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_wearing_turban_tone2"],
em[data-emoji=":woman_wearing_turban_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fc-200d-2640-fe0f.svg");
}

/* line 6641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_wearing_turban_tone3"],
em[data-emoji=":woman_wearing_turban_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fd-200d-2640-fe0f.svg");
}

/* line 6645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_wearing_turban_tone4"],
em[data-emoji=":woman_wearing_turban_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fe-200d-2640-fe0f.svg");
}

/* line 6649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_wearing_turban_tone5"],
em[data-emoji=":woman_wearing_turban_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3ff-200d-2640-fe0f.svg");
}

/* line 6653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_wearing_turban"],
em[data-emoji=":man_wearing_turban:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-200d-2642-fe0f.svg");
}

/* line 6657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_wearing_turban_tone1"],
em[data-emoji=":man_wearing_turban_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fb-200d-2642-fe0f.svg");
}

/* line 6661, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_wearing_turban_tone2"],
em[data-emoji=":man_wearing_turban_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fc-200d-2642-fe0f.svg");
}

/* line 6665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_wearing_turban_tone3"],
em[data-emoji=":man_wearing_turban_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fd-200d-2642-fe0f.svg");
}

/* line 6669, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_wearing_turban_tone4"],
em[data-emoji=":man_wearing_turban_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fe-200d-2642-fe0f.svg");
}

/* line 6673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_wearing_turban_tone5"],
em[data-emoji=":man_wearing_turban_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3ff-200d-2642-fe0f.svg");
}

/* line 6677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_with_headscarf"],
em[data-emoji=":woman_with_headscarf:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d5.svg");
}

/* line 6681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_with_headscarf_tone1"],
em[data-emoji=":woman_with_headscarf_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d5-1f3fb.svg");
}

/* line 6685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_with_headscarf_tone2"],
em[data-emoji=":woman_with_headscarf_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d5-1f3fc.svg");
}

/* line 6689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_with_headscarf_tone3"],
em[data-emoji=":woman_with_headscarf_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d5-1f3fd.svg");
}

/* line 6693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_with_headscarf_tone4"],
em[data-emoji=":woman_with_headscarf_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d5-1f3fe.svg");
}

/* line 6697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_with_headscarf_tone5"],
em[data-emoji=":woman_with_headscarf_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d5-1f3ff.svg");
}

/* line 6701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="police_officer"],
em[data-emoji=":police_officer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e.svg");
}

/* line 6705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="police_officer_tone1"],
em[data-emoji=":police_officer_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fb.svg");
}

/* line 6709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="police_officer_tone2"],
em[data-emoji=":police_officer_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fc.svg");
}

/* line 6713, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="police_officer_tone3"],
em[data-emoji=":police_officer_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fd.svg");
}

/* line 6717, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="police_officer_tone4"],
em[data-emoji=":police_officer_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fe.svg");
}

/* line 6721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="police_officer_tone5"],
em[data-emoji=":police_officer_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3ff.svg");
}

/* line 6725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_police_officer"],
em[data-emoji=":woman_police_officer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-200d-2640-fe0f.svg");
}

/* line 6729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_police_officer_tone1"],
em[data-emoji=":woman_police_officer_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fb-200d-2640-fe0f.svg");
}

/* line 6733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_police_officer_tone2"],
em[data-emoji=":woman_police_officer_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fc-200d-2640-fe0f.svg");
}

/* line 6737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_police_officer_tone3"],
em[data-emoji=":woman_police_officer_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fd-200d-2640-fe0f.svg");
}

/* line 6741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_police_officer_tone4"],
em[data-emoji=":woman_police_officer_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fe-200d-2640-fe0f.svg");
}

/* line 6745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_police_officer_tone5"],
em[data-emoji=":woman_police_officer_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3ff-200d-2640-fe0f.svg");
}

/* line 6749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_police_officer"],
em[data-emoji=":man_police_officer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-200d-2642-fe0f.svg");
}

/* line 6753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_police_officer_tone1"],
em[data-emoji=":man_police_officer_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fb-200d-2642-fe0f.svg");
}

/* line 6757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_police_officer_tone2"],
em[data-emoji=":man_police_officer_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fc-200d-2642-fe0f.svg");
}

/* line 6761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_police_officer_tone3"],
em[data-emoji=":man_police_officer_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fd-200d-2642-fe0f.svg");
}

/* line 6765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_police_officer_tone4"],
em[data-emoji=":man_police_officer_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fe-200d-2642-fe0f.svg");
}

/* line 6769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_police_officer_tone5"],
em[data-emoji=":man_police_officer_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3ff-200d-2642-fe0f.svg");
}

/* line 6773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="construction_worker"],
em[data-emoji=":construction_worker:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477.svg");
}

/* line 6777, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="construction_worker_tone1"],
em[data-emoji=":construction_worker_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fb.svg");
}

/* line 6781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="construction_worker_tone2"],
em[data-emoji=":construction_worker_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fc.svg");
}

/* line 6785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="construction_worker_tone3"],
em[data-emoji=":construction_worker_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fd.svg");
}

/* line 6789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="construction_worker_tone4"],
em[data-emoji=":construction_worker_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fe.svg");
}

/* line 6793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="construction_worker_tone5"],
em[data-emoji=":construction_worker_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3ff.svg");
}

/* line 6797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_construction_worker"],
em[data-emoji=":woman_construction_worker:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-200d-2640-fe0f.svg");
}

/* line 6801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_construction_worker_tone1"],
em[data-emoji=":woman_construction_worker_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fb-200d-2640-fe0f.svg");
}

/* line 6805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_construction_worker_tone2"],
em[data-emoji=":woman_construction_worker_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fc-200d-2640-fe0f.svg");
}

/* line 6809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_construction_worker_tone3"],
em[data-emoji=":woman_construction_worker_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fd-200d-2640-fe0f.svg");
}

/* line 6813, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_construction_worker_tone4"],
em[data-emoji=":woman_construction_worker_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fe-200d-2640-fe0f.svg");
}

/* line 6817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_construction_worker_tone5"],
em[data-emoji=":woman_construction_worker_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3ff-200d-2640-fe0f.svg");
}

/* line 6821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_construction_worker"],
em[data-emoji=":man_construction_worker:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-200d-2642-fe0f.svg");
}

/* line 6825, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_construction_worker_tone1"],
em[data-emoji=":man_construction_worker_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fb-200d-2642-fe0f.svg");
}

/* line 6829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_construction_worker_tone2"],
em[data-emoji=":man_construction_worker_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fc-200d-2642-fe0f.svg");
}

/* line 6833, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_construction_worker_tone3"],
em[data-emoji=":man_construction_worker_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fd-200d-2642-fe0f.svg");
}

/* line 6837, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_construction_worker_tone4"],
em[data-emoji=":man_construction_worker_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fe-200d-2642-fe0f.svg");
}

/* line 6841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_construction_worker_tone5"],
em[data-emoji=":man_construction_worker_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3ff-200d-2642-fe0f.svg");
}

/* line 6845, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="guard"],
em[data-emoji=":guard:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482.svg");
}

/* line 6849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="guard_tone1"],
em[data-emoji=":guard_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fb.svg");
}

/* line 6853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="guard_tone2"],
em[data-emoji=":guard_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fc.svg");
}

/* line 6857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="guard_tone3"],
em[data-emoji=":guard_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fd.svg");
}

/* line 6861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="guard_tone4"],
em[data-emoji=":guard_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fe.svg");
}

/* line 6865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="guard_tone5"],
em[data-emoji=":guard_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3ff.svg");
}

/* line 6869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_guard"],
em[data-emoji=":woman_guard:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-200d-2640-fe0f.svg");
}

/* line 6873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_guard_tone1"],
em[data-emoji=":woman_guard_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fb-200d-2640-fe0f.svg");
}

/* line 6877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_guard_tone2"],
em[data-emoji=":woman_guard_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fc-200d-2640-fe0f.svg");
}

/* line 6881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_guard_tone3"],
em[data-emoji=":woman_guard_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fd-200d-2640-fe0f.svg");
}

/* line 6885, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_guard_tone4"],
em[data-emoji=":woman_guard_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fe-200d-2640-fe0f.svg");
}

/* line 6889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_guard_tone5"],
em[data-emoji=":woman_guard_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3ff-200d-2640-fe0f.svg");
}

/* line 6893, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_guard"],
em[data-emoji=":man_guard:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-200d-2642-fe0f.svg");
}

/* line 6897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_guard_tone1"],
em[data-emoji=":man_guard_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fb-200d-2642-fe0f.svg");
}

/* line 6901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_guard_tone2"],
em[data-emoji=":man_guard_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fc-200d-2642-fe0f.svg");
}

/* line 6905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_guard_tone3"],
em[data-emoji=":man_guard_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fd-200d-2642-fe0f.svg");
}

/* line 6909, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_guard_tone4"],
em[data-emoji=":man_guard_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fe-200d-2642-fe0f.svg");
}

/* line 6913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_guard_tone5"],
em[data-emoji=":man_guard_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3ff-200d-2642-fe0f.svg");
}

/* line 6917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="detective"],
em[data-emoji=":detective:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575.svg");
}

/* line 6921, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="detective_tone1"],
em[data-emoji=":detective_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fb.svg");
}

/* line 6925, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="detective_tone2"],
em[data-emoji=":detective_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fc.svg");
}

/* line 6929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="detective_tone3"],
em[data-emoji=":detective_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fd.svg");
}

/* line 6933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="detective_tone4"],
em[data-emoji=":detective_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fe.svg");
}

/* line 6937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="detective_tone5"],
em[data-emoji=":detective_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3ff.svg");
}

/* line 6941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_detective"],
em[data-emoji=":woman_detective:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-fe0f-200d-2640-fe0f.svg");
}

/* line 6945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_detective_tone1"],
em[data-emoji=":woman_detective_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fb-200d-2640-fe0f.svg");
}

/* line 6949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_detective_tone2"],
em[data-emoji=":woman_detective_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fc-200d-2640-fe0f.svg");
}

/* line 6953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_detective_tone3"],
em[data-emoji=":woman_detective_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fd-200d-2640-fe0f.svg");
}

/* line 6957, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_detective_tone4"],
em[data-emoji=":woman_detective_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fe-200d-2640-fe0f.svg");
}

/* line 6961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_detective_tone5"],
em[data-emoji=":woman_detective_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3ff-200d-2640-fe0f.svg");
}

/* line 6965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_detective"],
em[data-emoji=":man_detective:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-fe0f-200d-2642-fe0f.svg");
}

/* line 6969, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_detective_tone1"],
em[data-emoji=":man_detective_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fb-200d-2642-fe0f.svg");
}

/* line 6973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_detective_tone2"],
em[data-emoji=":man_detective_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fc-200d-2642-fe0f.svg");
}

/* line 6977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_detective_tone3"],
em[data-emoji=":man_detective_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fd-200d-2642-fe0f.svg");
}

/* line 6981, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_detective_tone4"],
em[data-emoji=":man_detective_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fe-200d-2642-fe0f.svg");
}

/* line 6985, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_detective_tone5"],
em[data-emoji=":man_detective_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3ff-200d-2642-fe0f.svg");
}

/* line 6989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_health_worker"],
em[data-emoji=":woman_health_worker:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2695-fe0f.svg");
}

/* line 6993, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_health_worker_tone1"],
em[data-emoji=":woman_health_worker_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-2695-fe0f.svg");
}

/* line 6997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_health_worker_tone2"],
em[data-emoji=":woman_health_worker_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-2695-fe0f.svg");
}

/* line 7001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_health_worker_tone3"],
em[data-emoji=":woman_health_worker_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-2695-fe0f.svg");
}

/* line 7005, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_health_worker_tone4"],
em[data-emoji=":woman_health_worker_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-2695-fe0f.svg");
}

/* line 7009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_health_worker_tone5"],
em[data-emoji=":woman_health_worker_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-2695-fe0f.svg");
}

/* line 7013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_health_worker"],
em[data-emoji=":man_health_worker:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-2695-fe0f.svg");
}

/* line 7017, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_health_worker_tone1"],
em[data-emoji=":man_health_worker_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-2695-fe0f.svg");
}

/* line 7021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_health_worker_tone2"],
em[data-emoji=":man_health_worker_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-2695-fe0f.svg");
}

/* line 7025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_health_worker_tone3"],
em[data-emoji=":man_health_worker_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-2695-fe0f.svg");
}

/* line 7029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_health_worker_tone4"],
em[data-emoji=":man_health_worker_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-2695-fe0f.svg");
}

/* line 7033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_health_worker_tone5"],
em[data-emoji=":man_health_worker_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-2695-fe0f.svg");
}

/* line 7037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_farmer"],
em[data-emoji=":woman_farmer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f33e.svg");
}

/* line 7041, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_farmer_tone1"],
em[data-emoji=":woman_farmer_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f33e.svg");
}

/* line 7045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_farmer_tone2"],
em[data-emoji=":woman_farmer_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f33e.svg");
}

/* line 7049, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_farmer_tone3"],
em[data-emoji=":woman_farmer_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f33e.svg");
}

/* line 7053, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_farmer_tone4"],
em[data-emoji=":woman_farmer_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f33e.svg");
}

/* line 7057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_farmer_tone5"],
em[data-emoji=":woman_farmer_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f33e.svg");
}

/* line 7061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_farmer"],
em[data-emoji=":man_farmer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f33e.svg");
}

/* line 7065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_farmer_tone1"],
em[data-emoji=":man_farmer_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f33e.svg");
}

/* line 7069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_farmer_tone2"],
em[data-emoji=":man_farmer_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f33e.svg");
}

/* line 7073, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_farmer_tone3"],
em[data-emoji=":man_farmer_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f33e.svg");
}

/* line 7077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_farmer_tone4"],
em[data-emoji=":man_farmer_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f33e.svg");
}

/* line 7081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_farmer_tone5"],
em[data-emoji=":man_farmer_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f33e.svg");
}

/* line 7085, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_cook"],
em[data-emoji=":woman_cook:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f373.svg");
}

/* line 7089, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_cook_tone1"],
em[data-emoji=":woman_cook_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f373.svg");
}

/* line 7093, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_cook_tone2"],
em[data-emoji=":woman_cook_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f373.svg");
}

/* line 7097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_cook_tone3"],
em[data-emoji=":woman_cook_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f373.svg");
}

/* line 7101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_cook_tone4"],
em[data-emoji=":woman_cook_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f373.svg");
}

/* line 7105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_cook_tone5"],
em[data-emoji=":woman_cook_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f373.svg");
}

/* line 7109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_cook"],
em[data-emoji=":man_cook:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f373.svg");
}

/* line 7113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_cook_tone1"],
em[data-emoji=":man_cook_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f373.svg");
}

/* line 7117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_cook_tone2"],
em[data-emoji=":man_cook_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f373.svg");
}

/* line 7121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_cook_tone3"],
em[data-emoji=":man_cook_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f373.svg");
}

/* line 7125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_cook_tone4"],
em[data-emoji=":man_cook_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f373.svg");
}

/* line 7129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_cook_tone5"],
em[data-emoji=":man_cook_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f373.svg");
}

/* line 7133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_student"],
em[data-emoji=":woman_student:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f393.svg");
}

/* line 7137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_student_tone1"],
em[data-emoji=":woman_student_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f393.svg");
}

/* line 7141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_student_tone2"],
em[data-emoji=":woman_student_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f393.svg");
}

/* line 7145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_student_tone3"],
em[data-emoji=":woman_student_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f393.svg");
}

/* line 7149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_student_tone4"],
em[data-emoji=":woman_student_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f393.svg");
}

/* line 7153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_student_tone5"],
em[data-emoji=":woman_student_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f393.svg");
}

/* line 7157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_student"],
em[data-emoji=":man_student:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f393.svg");
}

/* line 7161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_student_tone1"],
em[data-emoji=":man_student_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f393.svg");
}

/* line 7165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_student_tone2"],
em[data-emoji=":man_student_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f393.svg");
}

/* line 7169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_student_tone3"],
em[data-emoji=":man_student_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f393.svg");
}

/* line 7173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_student_tone4"],
em[data-emoji=":man_student_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f393.svg");
}

/* line 7177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_student_tone5"],
em[data-emoji=":man_student_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f393.svg");
}

/* line 7181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_singer"],
em[data-emoji=":woman_singer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f3a4.svg");
}

/* line 7185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_singer_tone1"],
em[data-emoji=":woman_singer_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f3a4.svg");
}

/* line 7189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_singer_tone2"],
em[data-emoji=":woman_singer_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f3a4.svg");
}

/* line 7193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_singer_tone3"],
em[data-emoji=":woman_singer_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f3a4.svg");
}

/* line 7197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_singer_tone4"],
em[data-emoji=":woman_singer_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f3a4.svg");
}

/* line 7201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_singer_tone5"],
em[data-emoji=":woman_singer_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f3a4.svg");
}

/* line 7205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_singer"],
em[data-emoji=":man_singer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f3a4.svg");
}

/* line 7209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_singer_tone1"],
em[data-emoji=":man_singer_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f3a4.svg");
}

/* line 7213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_singer_tone2"],
em[data-emoji=":man_singer_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f3a4.svg");
}

/* line 7217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_singer_tone3"],
em[data-emoji=":man_singer_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f3a4.svg");
}

/* line 7221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_singer_tone4"],
em[data-emoji=":man_singer_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f3a4.svg");
}

/* line 7225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_singer_tone5"],
em[data-emoji=":man_singer_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f3a4.svg");
}

/* line 7229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_teacher"],
em[data-emoji=":woman_teacher:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f3eb.svg");
}

/* line 7233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_teacher_tone1"],
em[data-emoji=":woman_teacher_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f3eb.svg");
}

/* line 7237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_teacher_tone2"],
em[data-emoji=":woman_teacher_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f3eb.svg");
}

/* line 7241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_teacher_tone3"],
em[data-emoji=":woman_teacher_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f3eb.svg");
}

/* line 7245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_teacher_tone4"],
em[data-emoji=":woman_teacher_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f3eb.svg");
}

/* line 7249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_teacher_tone5"],
em[data-emoji=":woman_teacher_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f3eb.svg");
}

/* line 7253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_teacher"],
em[data-emoji=":man_teacher:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f3eb.svg");
}

/* line 7257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_teacher_tone1"],
em[data-emoji=":man_teacher_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f3eb.svg");
}

/* line 7261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_teacher_tone2"],
em[data-emoji=":man_teacher_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f3eb.svg");
}

/* line 7265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_teacher_tone3"],
em[data-emoji=":man_teacher_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f3eb.svg");
}

/* line 7269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_teacher_tone4"],
em[data-emoji=":man_teacher_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f3eb.svg");
}

/* line 7273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_teacher_tone5"],
em[data-emoji=":man_teacher_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f3eb.svg");
}

/* line 7277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_factory_worker"],
em[data-emoji=":woman_factory_worker:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f3ed.svg");
}

/* line 7281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_factory_worker_tone1"],
em[data-emoji=":woman_factory_worker_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f3ed.svg");
}

/* line 7285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_factory_worker_tone2"],
em[data-emoji=":woman_factory_worker_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f3ed.svg");
}

/* line 7289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_factory_worker_tone3"],
em[data-emoji=":woman_factory_worker_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f3ed.svg");
}

/* line 7293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_factory_worker_tone4"],
em[data-emoji=":woman_factory_worker_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f3ed.svg");
}

/* line 7297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_factory_worker_tone5"],
em[data-emoji=":woman_factory_worker_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f3ed.svg");
}

/* line 7301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_factory_worker"],
em[data-emoji=":man_factory_worker:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f3ed.svg");
}

/* line 7305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_factory_worker_tone1"],
em[data-emoji=":man_factory_worker_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f3ed.svg");
}

/* line 7309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_factory_worker_tone2"],
em[data-emoji=":man_factory_worker_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f3ed.svg");
}

/* line 7313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_factory_worker_tone3"],
em[data-emoji=":man_factory_worker_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f3ed.svg");
}

/* line 7317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_factory_worker_tone4"],
em[data-emoji=":man_factory_worker_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f3ed.svg");
}

/* line 7321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_factory_worker_tone5"],
em[data-emoji=":man_factory_worker_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f3ed.svg");
}

/* line 7325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_technologist"],
em[data-emoji=":woman_technologist:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f4bb.svg");
}

/* line 7329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_technologist_tone1"],
em[data-emoji=":woman_technologist_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f4bb.svg");
}

/* line 7333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_technologist_tone2"],
em[data-emoji=":woman_technologist_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f4bb.svg");
}

/* line 7337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_technologist_tone3"],
em[data-emoji=":woman_technologist_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f4bb.svg");
}

/* line 7341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_technologist_tone4"],
em[data-emoji=":woman_technologist_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f4bb.svg");
}

/* line 7345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_technologist_tone5"],
em[data-emoji=":woman_technologist_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f4bb.svg");
}

/* line 7349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_technologist"],
em[data-emoji=":man_technologist:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f4bb.svg");
}

/* line 7353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_technologist_tone1"],
em[data-emoji=":man_technologist_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f4bb.svg");
}

/* line 7357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_technologist_tone2"],
em[data-emoji=":man_technologist_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f4bb.svg");
}

/* line 7361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_technologist_tone3"],
em[data-emoji=":man_technologist_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f4bb.svg");
}

/* line 7365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_technologist_tone4"],
em[data-emoji=":man_technologist_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f4bb.svg");
}

/* line 7369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_technologist_tone5"],
em[data-emoji=":man_technologist_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f4bb.svg");
}

/* line 7373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_office_worker"],
em[data-emoji=":woman_office_worker:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f4bc.svg");
}

/* line 7377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_office_worker_tone1"],
em[data-emoji=":woman_office_worker_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f4bc.svg");
}

/* line 7381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_office_worker_tone2"],
em[data-emoji=":woman_office_worker_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f4bc.svg");
}

/* line 7385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_office_worker_tone3"],
em[data-emoji=":woman_office_worker_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f4bc.svg");
}

/* line 7389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_office_worker_tone4"],
em[data-emoji=":woman_office_worker_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f4bc.svg");
}

/* line 7393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_office_worker_tone5"],
em[data-emoji=":woman_office_worker_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f4bc.svg");
}

/* line 7397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_office_worker"],
em[data-emoji=":man_office_worker:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f4bc.svg");
}

/* line 7401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_office_worker_tone1"],
em[data-emoji=":man_office_worker_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f4bc.svg");
}

/* line 7405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_office_worker_tone2"],
em[data-emoji=":man_office_worker_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f4bc.svg");
}

/* line 7409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_office_worker_tone3"],
em[data-emoji=":man_office_worker_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f4bc.svg");
}

/* line 7413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_office_worker_tone4"],
em[data-emoji=":man_office_worker_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f4bc.svg");
}

/* line 7417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_office_worker_tone5"],
em[data-emoji=":man_office_worker_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f4bc.svg");
}

/* line 7421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mechanic"],
em[data-emoji=":woman_mechanic:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f527.svg");
}

/* line 7425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mechanic_tone1"],
em[data-emoji=":woman_mechanic_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f527.svg");
}

/* line 7429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mechanic_tone2"],
em[data-emoji=":woman_mechanic_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f527.svg");
}

/* line 7433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mechanic_tone3"],
em[data-emoji=":woman_mechanic_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f527.svg");
}

/* line 7437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mechanic_tone4"],
em[data-emoji=":woman_mechanic_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f527.svg");
}

/* line 7441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mechanic_tone5"],
em[data-emoji=":woman_mechanic_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f527.svg");
}

/* line 7445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mechanic"],
em[data-emoji=":man_mechanic:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f527.svg");
}

/* line 7449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mechanic_tone1"],
em[data-emoji=":man_mechanic_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f527.svg");
}

/* line 7453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mechanic_tone2"],
em[data-emoji=":man_mechanic_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f527.svg");
}

/* line 7457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mechanic_tone3"],
em[data-emoji=":man_mechanic_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f527.svg");
}

/* line 7461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mechanic_tone4"],
em[data-emoji=":man_mechanic_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f527.svg");
}

/* line 7465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mechanic_tone5"],
em[data-emoji=":man_mechanic_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f527.svg");
}

/* line 7469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_scientist"],
em[data-emoji=":woman_scientist:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f52c.svg");
}

/* line 7473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_scientist_tone1"],
em[data-emoji=":woman_scientist_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f52c.svg");
}

/* line 7477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_scientist_tone2"],
em[data-emoji=":woman_scientist_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f52c.svg");
}

/* line 7481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_scientist_tone3"],
em[data-emoji=":woman_scientist_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f52c.svg");
}

/* line 7485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_scientist_tone4"],
em[data-emoji=":woman_scientist_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f52c.svg");
}

/* line 7489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_scientist_tone5"],
em[data-emoji=":woman_scientist_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f52c.svg");
}

/* line 7493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_scientist"],
em[data-emoji=":man_scientist:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f52c.svg");
}

/* line 7497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_scientist_tone1"],
em[data-emoji=":man_scientist_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f52c.svg");
}

/* line 7501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_scientist_tone2"],
em[data-emoji=":man_scientist_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f52c.svg");
}

/* line 7505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_scientist_tone3"],
em[data-emoji=":man_scientist_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f52c.svg");
}

/* line 7509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_scientist_tone4"],
em[data-emoji=":man_scientist_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f52c.svg");
}

/* line 7513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_scientist_tone5"],
em[data-emoji=":man_scientist_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f52c.svg");
}

/* line 7517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_artist"],
em[data-emoji=":woman_artist:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f3a8.svg");
}

/* line 7521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_artist_tone1"],
em[data-emoji=":woman_artist_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f3a8.svg");
}

/* line 7525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_artist_tone2"],
em[data-emoji=":woman_artist_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f3a8.svg");
}

/* line 7529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_artist_tone3"],
em[data-emoji=":woman_artist_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f3a8.svg");
}

/* line 7533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_artist_tone4"],
em[data-emoji=":woman_artist_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f3a8.svg");
}

/* line 7537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_artist_tone5"],
em[data-emoji=":woman_artist_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f3a8.svg");
}

/* line 7541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_artist"],
em[data-emoji=":man_artist:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f3a8.svg");
}

/* line 7545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_artist_tone1"],
em[data-emoji=":man_artist_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f3a8.svg");
}

/* line 7549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_artist_tone2"],
em[data-emoji=":man_artist_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f3a8.svg");
}

/* line 7553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_artist_tone3"],
em[data-emoji=":man_artist_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f3a8.svg");
}

/* line 7557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_artist_tone4"],
em[data-emoji=":man_artist_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f3a8.svg");
}

/* line 7561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_artist_tone5"],
em[data-emoji=":man_artist_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f3a8.svg");
}

/* line 7565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_firefighter"],
em[data-emoji=":woman_firefighter:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f692.svg");
}

/* line 7569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_firefighter_tone1"],
em[data-emoji=":woman_firefighter_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f692.svg");
}

/* line 7573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_firefighter_tone2"],
em[data-emoji=":woman_firefighter_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f692.svg");
}

/* line 7577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_firefighter_tone3"],
em[data-emoji=":woman_firefighter_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f692.svg");
}

/* line 7581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_firefighter_tone4"],
em[data-emoji=":woman_firefighter_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f692.svg");
}

/* line 7585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_firefighter_tone5"],
em[data-emoji=":woman_firefighter_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f692.svg");
}

/* line 7589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_firefighter"],
em[data-emoji=":man_firefighter:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f692.svg");
}

/* line 7593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_firefighter_tone1"],
em[data-emoji=":man_firefighter_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f692.svg");
}

/* line 7597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_firefighter_tone2"],
em[data-emoji=":man_firefighter_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f692.svg");
}

/* line 7601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_firefighter_tone3"],
em[data-emoji=":man_firefighter_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f692.svg");
}

/* line 7605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_firefighter_tone4"],
em[data-emoji=":man_firefighter_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f692.svg");
}

/* line 7609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_firefighter_tone5"],
em[data-emoji=":man_firefighter_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f692.svg");
}

/* line 7613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_pilot"],
em[data-emoji=":woman_pilot:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2708-fe0f.svg");
}

/* line 7617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_pilot_tone1"],
em[data-emoji=":woman_pilot_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-2708-fe0f.svg");
}

/* line 7621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_pilot_tone2"],
em[data-emoji=":woman_pilot_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-2708-fe0f.svg");
}

/* line 7625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_pilot_tone3"],
em[data-emoji=":woman_pilot_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-2708-fe0f.svg");
}

/* line 7629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_pilot_tone4"],
em[data-emoji=":woman_pilot_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-2708-fe0f.svg");
}

/* line 7633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_pilot_tone5"],
em[data-emoji=":woman_pilot_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-2708-fe0f.svg");
}

/* line 7637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_pilot"],
em[data-emoji=":man_pilot:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-2708-fe0f.svg");
}

/* line 7641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_pilot_tone1"],
em[data-emoji=":man_pilot_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-2708-fe0f.svg");
}

/* line 7645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_pilot_tone2"],
em[data-emoji=":man_pilot_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-2708-fe0f.svg");
}

/* line 7649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_pilot_tone3"],
em[data-emoji=":man_pilot_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-2708-fe0f.svg");
}

/* line 7653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_pilot_tone4"],
em[data-emoji=":man_pilot_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-2708-fe0f.svg");
}

/* line 7657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_pilot_tone5"],
em[data-emoji=":man_pilot_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-2708-fe0f.svg");
}

/* line 7661, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_astronaut"],
em[data-emoji=":woman_astronaut:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f680.svg");
}

/* line 7665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_astronaut_tone1"],
em[data-emoji=":woman_astronaut_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f680.svg");
}

/* line 7669, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_astronaut_tone2"],
em[data-emoji=":woman_astronaut_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f680.svg");
}

/* line 7673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_astronaut_tone3"],
em[data-emoji=":woman_astronaut_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f680.svg");
}

/* line 7677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_astronaut_tone4"],
em[data-emoji=":woman_astronaut_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f680.svg");
}

/* line 7681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_astronaut_tone5"],
em[data-emoji=":woman_astronaut_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f680.svg");
}

/* line 7685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_astronaut"],
em[data-emoji=":man_astronaut:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f680.svg");
}

/* line 7689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_astronaut_tone1"],
em[data-emoji=":man_astronaut_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f680.svg");
}

/* line 7693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_astronaut_tone2"],
em[data-emoji=":man_astronaut_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f680.svg");
}

/* line 7697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_astronaut_tone3"],
em[data-emoji=":man_astronaut_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f680.svg");
}

/* line 7701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_astronaut_tone4"],
em[data-emoji=":man_astronaut_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f680.svg");
}

/* line 7705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_astronaut_tone5"],
em[data-emoji=":man_astronaut_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f680.svg");
}

/* line 7709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_judge"],
em[data-emoji=":woman_judge:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2696-fe0f.svg");
}

/* line 7713, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_judge_tone1"],
em[data-emoji=":woman_judge_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-2696-fe0f.svg");
}

/* line 7717, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_judge_tone2"],
em[data-emoji=":woman_judge_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-2696-fe0f.svg");
}

/* line 7721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_judge_tone3"],
em[data-emoji=":woman_judge_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-2696-fe0f.svg");
}

/* line 7725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_judge_tone4"],
em[data-emoji=":woman_judge_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-2696-fe0f.svg");
}

/* line 7729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_judge_tone5"],
em[data-emoji=":woman_judge_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-2696-fe0f.svg");
}

/* line 7733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_judge"],
em[data-emoji=":man_judge:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-2696-fe0f.svg");
}

/* line 7737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_judge_tone1"],
em[data-emoji=":man_judge_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-2696-fe0f.svg");
}

/* line 7741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_judge_tone2"],
em[data-emoji=":man_judge_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-2696-fe0f.svg");
}

/* line 7745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_judge_tone3"],
em[data-emoji=":man_judge_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-2696-fe0f.svg");
}

/* line 7749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_judge_tone4"],
em[data-emoji=":man_judge_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-2696-fe0f.svg");
}

/* line 7753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_judge_tone5"],
em[data-emoji=":man_judge_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-2696-fe0f.svg");
}

/* line 7757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bride_with_veil"],
em[data-emoji=":bride_with_veil:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f470.svg");
}

/* line 7761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bride_with_veil_tone1"],
em[data-emoji=":bride_with_veil_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f470-1f3fb.svg");
}

/* line 7765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bride_with_veil_tone2"],
em[data-emoji=":bride_with_veil_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f470-1f3fc.svg");
}

/* line 7769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bride_with_veil_tone3"],
em[data-emoji=":bride_with_veil_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f470-1f3fd.svg");
}

/* line 7773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bride_with_veil_tone4"],
em[data-emoji=":bride_with_veil_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f470-1f3fe.svg");
}

/* line 7777, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bride_with_veil_tone5"],
em[data-emoji=":bride_with_veil_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f470-1f3ff.svg");
}

/* line 7781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_tuxedo"],
em[data-emoji=":man_in_tuxedo:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f935.svg");
}

/* line 7785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_tuxedo_tone1"],
em[data-emoji=":man_in_tuxedo_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f935-1f3fb.svg");
}

/* line 7789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_tuxedo_tone2"],
em[data-emoji=":man_in_tuxedo_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f935-1f3fc.svg");
}

/* line 7793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_tuxedo_tone3"],
em[data-emoji=":man_in_tuxedo_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f935-1f3fd.svg");
}

/* line 7797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_tuxedo_tone4"],
em[data-emoji=":man_in_tuxedo_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f935-1f3fe.svg");
}

/* line 7801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_tuxedo_tone5"],
em[data-emoji=":man_in_tuxedo_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f935-1f3ff.svg");
}

/* line 7805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="princess"],
em[data-emoji=":princess:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f478.svg");
}

/* line 7809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="princess_tone1"],
em[data-emoji=":princess_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f478-1f3fb.svg");
}

/* line 7813, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="princess_tone2"],
em[data-emoji=":princess_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f478-1f3fc.svg");
}

/* line 7817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="princess_tone3"],
em[data-emoji=":princess_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f478-1f3fd.svg");
}

/* line 7821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="princess_tone4"],
em[data-emoji=":princess_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f478-1f3fe.svg");
}

/* line 7825, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="princess_tone5"],
em[data-emoji=":princess_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f478-1f3ff.svg");
}

/* line 7829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="prince"],
em[data-emoji=":prince:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f934.svg");
}

/* line 7833, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="prince_tone1"],
em[data-emoji=":prince_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f934-1f3fb.svg");
}

/* line 7837, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="prince_tone2"],
em[data-emoji=":prince_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f934-1f3fc.svg");
}

/* line 7841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="prince_tone3"],
em[data-emoji=":prince_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f934-1f3fd.svg");
}

/* line 7845, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="prince_tone4"],
em[data-emoji=":prince_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f934-1f3fe.svg");
}

/* line 7849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="prince_tone5"],
em[data-emoji=":prince_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f934-1f3ff.svg");
}

/* line 7853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="superhero"],
em[data-emoji=":superhero:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8.svg");
}

/* line 7857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="superhero_tone1"],
em[data-emoji=":superhero_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fb.svg");
}

/* line 7861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="superhero_tone2"],
em[data-emoji=":superhero_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fc.svg");
}

/* line 7865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="superhero_tone3"],
em[data-emoji=":superhero_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fd.svg");
}

/* line 7869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="superhero_tone4"],
em[data-emoji=":superhero_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fe.svg");
}

/* line 7873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="superhero_tone5"],
em[data-emoji=":superhero_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3ff.svg");
}

/* line 7877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_superhero"],
em[data-emoji=":woman_superhero:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-200d-2640-fe0f.svg");
}

/* line 7881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_superhero_tone1"],
em[data-emoji=":woman_superhero_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fb-200d-2640-fe0f.svg");
}

/* line 7885, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_superhero_tone2"],
em[data-emoji=":woman_superhero_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fc-200d-2640-fe0f.svg");
}

/* line 7889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_superhero_tone3"],
em[data-emoji=":woman_superhero_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fd-200d-2640-fe0f.svg");
}

/* line 7893, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_superhero_tone4"],
em[data-emoji=":woman_superhero_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fe-200d-2640-fe0f.svg");
}

/* line 7897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_superhero_tone5"],
em[data-emoji=":woman_superhero_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3ff-200d-2640-fe0f.svg");
}

/* line 7901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_superhero"],
em[data-emoji=":man_superhero:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-200d-2642-fe0f.svg");
}

/* line 7905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_superhero_tone1"],
em[data-emoji=":man_superhero_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fb-200d-2642-fe0f.svg");
}

/* line 7909, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_superhero_tone2"],
em[data-emoji=":man_superhero_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fc-200d-2642-fe0f.svg");
}

/* line 7913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_superhero_tone3"],
em[data-emoji=":man_superhero_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fd-200d-2642-fe0f.svg");
}

/* line 7917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_superhero_tone4"],
em[data-emoji=":man_superhero_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fe-200d-2642-fe0f.svg");
}

/* line 7921, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_superhero_tone5"],
em[data-emoji=":man_superhero_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3ff-200d-2642-fe0f.svg");
}

/* line 7925, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="supervillain"],
em[data-emoji=":supervillain:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9.svg");
}

/* line 7929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="supervillain_tone1"],
em[data-emoji=":supervillain_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fb.svg");
}

/* line 7933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="supervillain_tone2"],
em[data-emoji=":supervillain_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fc.svg");
}

/* line 7937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="supervillain_tone3"],
em[data-emoji=":supervillain_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fd.svg");
}

/* line 7941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="supervillain_tone4"],
em[data-emoji=":supervillain_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fe.svg");
}

/* line 7945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="supervillain_tone5"],
em[data-emoji=":supervillain_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3ff.svg");
}

/* line 7949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_supervillain"],
em[data-emoji=":woman_supervillain:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-200d-2640-fe0f.svg");
}

/* line 7953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_supervillain_tone1"],
em[data-emoji=":woman_supervillain_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fb-200d-2640-fe0f.svg");
}

/* line 7957, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_supervillain_tone2"],
em[data-emoji=":woman_supervillain_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fc-200d-2640-fe0f.svg");
}

/* line 7961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_supervillain_tone3"],
em[data-emoji=":woman_supervillain_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fd-200d-2640-fe0f.svg");
}

/* line 7965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_supervillain_tone4"],
em[data-emoji=":woman_supervillain_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fe-200d-2640-fe0f.svg");
}

/* line 7969, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_supervillain_tone5"],
em[data-emoji=":woman_supervillain_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3ff-200d-2640-fe0f.svg");
}

/* line 7973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_supervillain"],
em[data-emoji=":man_supervillain:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-200d-2642-fe0f.svg");
}

/* line 7977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_supervillain_tone1"],
em[data-emoji=":man_supervillain_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fb-200d-2642-fe0f.svg");
}

/* line 7981, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_supervillain_tone2"],
em[data-emoji=":man_supervillain_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fc-200d-2642-fe0f.svg");
}

/* line 7985, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_supervillain_tone3"],
em[data-emoji=":man_supervillain_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fd-200d-2642-fe0f.svg");
}

/* line 7989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_supervillain_tone4"],
em[data-emoji=":man_supervillain_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fe-200d-2642-fe0f.svg");
}

/* line 7993, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_supervillain_tone5"],
em[data-emoji=":man_supervillain_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3ff-200d-2642-fe0f.svg");
}

/* line 7997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mrs_claus"],
em[data-emoji=":mrs_claus:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f936.svg");
}

/* line 8001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mrs_claus_tone1"],
em[data-emoji=":mrs_claus_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f936-1f3fb.svg");
}

/* line 8005, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mrs_claus_tone2"],
em[data-emoji=":mrs_claus_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f936-1f3fc.svg");
}

/* line 8009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mrs_claus_tone3"],
em[data-emoji=":mrs_claus_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f936-1f3fd.svg");
}

/* line 8013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mrs_claus_tone4"],
em[data-emoji=":mrs_claus_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f936-1f3fe.svg");
}

/* line 8017, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mrs_claus_tone5"],
em[data-emoji=":mrs_claus_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f936-1f3ff.svg");
}

/* line 8021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="santa"],
em[data-emoji=":santa:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f385.svg");
}

/* line 8025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="santa_tone1"],
em[data-emoji=":santa_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f385-1f3fb.svg");
}

/* line 8029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="santa_tone2"],
em[data-emoji=":santa_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f385-1f3fc.svg");
}

/* line 8033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="santa_tone3"],
em[data-emoji=":santa_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f385-1f3fd.svg");
}

/* line 8037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="santa_tone4"],
em[data-emoji=":santa_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f385-1f3fe.svg");
}

/* line 8041, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="santa_tone5"],
em[data-emoji=":santa_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f385-1f3ff.svg");
}

/* line 8045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mage"],
em[data-emoji=":mage:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9.svg");
}

/* line 8049, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mage_tone1"],
em[data-emoji=":mage_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fb.svg");
}

/* line 8053, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mage_tone2"],
em[data-emoji=":mage_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fc.svg");
}

/* line 8057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mage_tone3"],
em[data-emoji=":mage_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fd.svg");
}

/* line 8061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mage_tone4"],
em[data-emoji=":mage_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fe.svg");
}

/* line 8065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mage_tone5"],
em[data-emoji=":mage_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3ff.svg");
}

/* line 8069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mage"],
em[data-emoji=":woman_mage:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-200d-2640-fe0f.svg");
}

/* line 8073, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mage_tone1"],
em[data-emoji=":woman_mage_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fb-200d-2640-fe0f.svg");
}

/* line 8077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mage_tone2"],
em[data-emoji=":woman_mage_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fc-200d-2640-fe0f.svg");
}

/* line 8081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mage_tone3"],
em[data-emoji=":woman_mage_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fd-200d-2640-fe0f.svg");
}

/* line 8085, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mage_tone4"],
em[data-emoji=":woman_mage_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fe-200d-2640-fe0f.svg");
}

/* line 8089, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_mage_tone5"],
em[data-emoji=":woman_mage_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3ff-200d-2640-fe0f.svg");
}

/* line 8093, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mage"],
em[data-emoji=":man_mage:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-200d-2642-fe0f.svg");
}

/* line 8097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mage_tone1"],
em[data-emoji=":man_mage_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fb-200d-2642-fe0f.svg");
}

/* line 8101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mage_tone2"],
em[data-emoji=":man_mage_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fc-200d-2642-fe0f.svg");
}

/* line 8105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mage_tone3"],
em[data-emoji=":man_mage_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fd-200d-2642-fe0f.svg");
}

/* line 8109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mage_tone4"],
em[data-emoji=":man_mage_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fe-200d-2642-fe0f.svg");
}

/* line 8113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_mage_tone5"],
em[data-emoji=":man_mage_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3ff-200d-2642-fe0f.svg");
}

/* line 8117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="elf"],
em[data-emoji=":elf:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd.svg");
}

/* line 8121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="elf_tone1"],
em[data-emoji=":elf_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fb.svg");
}

/* line 8125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="elf_tone2"],
em[data-emoji=":elf_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fc.svg");
}

/* line 8129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="elf_tone3"],
em[data-emoji=":elf_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fd.svg");
}

/* line 8133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="elf_tone4"],
em[data-emoji=":elf_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fe.svg");
}

/* line 8137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="elf_tone5"],
em[data-emoji=":elf_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3ff.svg");
}

/* line 8141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_elf"],
em[data-emoji=":woman_elf:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-200d-2640-fe0f.svg");
}

/* line 8145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_elf_tone1"],
em[data-emoji=":woman_elf_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fb-200d-2640-fe0f.svg");
}

/* line 8149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_elf_tone2"],
em[data-emoji=":woman_elf_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fc-200d-2640-fe0f.svg");
}

/* line 8153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_elf_tone3"],
em[data-emoji=":woman_elf_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fd-200d-2640-fe0f.svg");
}

/* line 8157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_elf_tone4"],
em[data-emoji=":woman_elf_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fe-200d-2640-fe0f.svg");
}

/* line 8161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_elf_tone5"],
em[data-emoji=":woman_elf_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3ff-200d-2640-fe0f.svg");
}

/* line 8165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_elf"],
em[data-emoji=":man_elf:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-200d-2642-fe0f.svg");
}

/* line 8169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_elf_tone1"],
em[data-emoji=":man_elf_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fb-200d-2642-fe0f.svg");
}

/* line 8173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_elf_tone2"],
em[data-emoji=":man_elf_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fc-200d-2642-fe0f.svg");
}

/* line 8177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_elf_tone3"],
em[data-emoji=":man_elf_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fd-200d-2642-fe0f.svg");
}

/* line 8181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_elf_tone4"],
em[data-emoji=":man_elf_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fe-200d-2642-fe0f.svg");
}

/* line 8185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_elf_tone5"],
em[data-emoji=":man_elf_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3ff-200d-2642-fe0f.svg");
}

/* line 8189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="vampire"],
em[data-emoji=":vampire:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db.svg");
}

/* line 8193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="vampire_tone1"],
em[data-emoji=":vampire_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fb.svg");
}

/* line 8197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="vampire_tone2"],
em[data-emoji=":vampire_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fc.svg");
}

/* line 8201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="vampire_tone3"],
em[data-emoji=":vampire_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fd.svg");
}

/* line 8205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="vampire_tone4"],
em[data-emoji=":vampire_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fe.svg");
}

/* line 8209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="vampire_tone5"],
em[data-emoji=":vampire_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3ff.svg");
}

/* line 8213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_vampire"],
em[data-emoji=":woman_vampire:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-200d-2640-fe0f.svg");
}

/* line 8217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_vampire_tone1"],
em[data-emoji=":woman_vampire_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fb-200d-2640-fe0f.svg");
}

/* line 8221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_vampire_tone2"],
em[data-emoji=":woman_vampire_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fc-200d-2640-fe0f.svg");
}

/* line 8225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_vampire_tone3"],
em[data-emoji=":woman_vampire_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fd-200d-2640-fe0f.svg");
}

/* line 8229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_vampire_tone4"],
em[data-emoji=":woman_vampire_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fe-200d-2640-fe0f.svg");
}

/* line 8233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_vampire_tone5"],
em[data-emoji=":woman_vampire_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3ff-200d-2640-fe0f.svg");
}

/* line 8237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_vampire"],
em[data-emoji=":man_vampire:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-200d-2642-fe0f.svg");
}

/* line 8241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_vampire_tone1"],
em[data-emoji=":man_vampire_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fb-200d-2642-fe0f.svg");
}

/* line 8245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_vampire_tone2"],
em[data-emoji=":man_vampire_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fc-200d-2642-fe0f.svg");
}

/* line 8249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_vampire_tone3"],
em[data-emoji=":man_vampire_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fd-200d-2642-fe0f.svg");
}

/* line 8253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_vampire_tone4"],
em[data-emoji=":man_vampire_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fe-200d-2642-fe0f.svg");
}

/* line 8257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_vampire_tone5"],
em[data-emoji=":man_vampire_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3ff-200d-2642-fe0f.svg");
}

/* line 8261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="zombie"],
em[data-emoji=":zombie:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9df.svg");
}

/* line 8265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_zombie"],
em[data-emoji=":woman_zombie:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9df-200d-2640-fe0f.svg");
}

/* line 8269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_zombie"],
em[data-emoji=":man_zombie:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9df-200d-2642-fe0f.svg");
}

/* line 8273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="genie"],
em[data-emoji=":genie:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9de.svg");
}

/* line 8277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_genie"],
em[data-emoji=":woman_genie:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9de-200d-2640-fe0f.svg");
}

/* line 8281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_genie"],
em[data-emoji=":man_genie:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9de-200d-2642-fe0f.svg");
}

/* line 8285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="merperson"],
em[data-emoji=":merperson:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc.svg");
}

/* line 8289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="merperson_tone1"],
em[data-emoji=":merperson_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fb.svg");
}

/* line 8293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="merperson_tone2"],
em[data-emoji=":merperson_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fc.svg");
}

/* line 8297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="merperson_tone3"],
em[data-emoji=":merperson_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fd.svg");
}

/* line 8301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="merperson_tone4"],
em[data-emoji=":merperson_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fe.svg");
}

/* line 8305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="merperson_tone5"],
em[data-emoji=":merperson_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3ff.svg");
}

/* line 8309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mermaid"],
em[data-emoji=":mermaid:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-200d-2640-fe0f.svg");
}

/* line 8313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mermaid_tone1"],
em[data-emoji=":mermaid_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fb-200d-2640-fe0f.svg");
}

/* line 8317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mermaid_tone2"],
em[data-emoji=":mermaid_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fc-200d-2640-fe0f.svg");
}

/* line 8321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mermaid_tone3"],
em[data-emoji=":mermaid_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fd-200d-2640-fe0f.svg");
}

/* line 8325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mermaid_tone4"],
em[data-emoji=":mermaid_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fe-200d-2640-fe0f.svg");
}

/* line 8329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mermaid_tone5"],
em[data-emoji=":mermaid_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3ff-200d-2640-fe0f.svg");
}

/* line 8333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="merman"],
em[data-emoji=":merman:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-200d-2642-fe0f.svg");
}

/* line 8337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="merman_tone1"],
em[data-emoji=":merman_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fb-200d-2642-fe0f.svg");
}

/* line 8341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="merman_tone2"],
em[data-emoji=":merman_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fc-200d-2642-fe0f.svg");
}

/* line 8345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="merman_tone3"],
em[data-emoji=":merman_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fd-200d-2642-fe0f.svg");
}

/* line 8349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="merman_tone4"],
em[data-emoji=":merman_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fe-200d-2642-fe0f.svg");
}

/* line 8353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="merman_tone5"],
em[data-emoji=":merman_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3ff-200d-2642-fe0f.svg");
}

/* line 8357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fairy"],
em[data-emoji=":fairy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da.svg");
}

/* line 8361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fairy_tone1"],
em[data-emoji=":fairy_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fb.svg");
}

/* line 8365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fairy_tone2"],
em[data-emoji=":fairy_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fc.svg");
}

/* line 8369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fairy_tone3"],
em[data-emoji=":fairy_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fd.svg");
}

/* line 8373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fairy_tone4"],
em[data-emoji=":fairy_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fe.svg");
}

/* line 8377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fairy_tone5"],
em[data-emoji=":fairy_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3ff.svg");
}

/* line 8381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_fairy"],
em[data-emoji=":woman_fairy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-200d-2640-fe0f.svg");
}

/* line 8385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_fairy_tone1"],
em[data-emoji=":woman_fairy_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fb-200d-2640-fe0f.svg");
}

/* line 8389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_fairy_tone2"],
em[data-emoji=":woman_fairy_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fc-200d-2640-fe0f.svg");
}

/* line 8393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_fairy_tone3"],
em[data-emoji=":woman_fairy_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fd-200d-2640-fe0f.svg");
}

/* line 8397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_fairy_tone4"],
em[data-emoji=":woman_fairy_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fe-200d-2640-fe0f.svg");
}

/* line 8401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_fairy_tone5"],
em[data-emoji=":woman_fairy_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3ff-200d-2640-fe0f.svg");
}

/* line 8405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_fairy"],
em[data-emoji=":man_fairy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-200d-2642-fe0f.svg");
}

/* line 8409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_fairy_tone1"],
em[data-emoji=":man_fairy_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fb-200d-2642-fe0f.svg");
}

/* line 8413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_fairy_tone2"],
em[data-emoji=":man_fairy_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fc-200d-2642-fe0f.svg");
}

/* line 8417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_fairy_tone3"],
em[data-emoji=":man_fairy_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fd-200d-2642-fe0f.svg");
}

/* line 8421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_fairy_tone4"],
em[data-emoji=":man_fairy_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fe-200d-2642-fe0f.svg");
}

/* line 8425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_fairy_tone5"],
em[data-emoji=":man_fairy_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3ff-200d-2642-fe0f.svg");
}

/* line 8429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="angel"],
em[data-emoji=":angel:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47c.svg");
}

/* line 8433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="angel_tone1"],
em[data-emoji=":angel_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47c-1f3fb.svg");
}

/* line 8437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="angel_tone2"],
em[data-emoji=":angel_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47c-1f3fc.svg");
}

/* line 8441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="angel_tone3"],
em[data-emoji=":angel_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47c-1f3fd.svg");
}

/* line 8445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="angel_tone4"],
em[data-emoji=":angel_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47c-1f3fe.svg");
}

/* line 8449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="angel_tone5"],
em[data-emoji=":angel_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47c-1f3ff.svg");
}

/* line 8453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pregnant_woman"],
em[data-emoji=":pregnant_woman:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f930.svg");
}

/* line 8457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pregnant_woman_tone1"],
em[data-emoji=":pregnant_woman_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f930-1f3fb.svg");
}

/* line 8461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pregnant_woman_tone2"],
em[data-emoji=":pregnant_woman_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f930-1f3fc.svg");
}

/* line 8465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pregnant_woman_tone3"],
em[data-emoji=":pregnant_woman_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f930-1f3fd.svg");
}

/* line 8469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pregnant_woman_tone4"],
em[data-emoji=":pregnant_woman_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f930-1f3fe.svg");
}

/* line 8473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pregnant_woman_tone5"],
em[data-emoji=":pregnant_woman_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f930-1f3ff.svg");
}

/* line 8477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="breast_feeding"],
em[data-emoji=":breast_feeding:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f931.svg");
}

/* line 8481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="breast_feeding_tone1"],
em[data-emoji=":breast_feeding_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f931-1f3fb.svg");
}

/* line 8485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="breast_feeding_tone2"],
em[data-emoji=":breast_feeding_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f931-1f3fc.svg");
}

/* line 8489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="breast_feeding_tone3"],
em[data-emoji=":breast_feeding_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f931-1f3fd.svg");
}

/* line 8493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="breast_feeding_tone4"],
em[data-emoji=":breast_feeding_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f931-1f3fe.svg");
}

/* line 8497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="breast_feeding_tone5"],
em[data-emoji=":breast_feeding_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f931-1f3ff.svg");
}

/* line 8501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_bowing"],
em[data-emoji=":person_bowing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647.svg");
}

/* line 8505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_bowing_tone1"],
em[data-emoji=":person_bowing_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fb.svg");
}

/* line 8509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_bowing_tone2"],
em[data-emoji=":person_bowing_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fc.svg");
}

/* line 8513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_bowing_tone3"],
em[data-emoji=":person_bowing_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fd.svg");
}

/* line 8517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_bowing_tone4"],
em[data-emoji=":person_bowing_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fe.svg");
}

/* line 8521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_bowing_tone5"],
em[data-emoji=":person_bowing_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3ff.svg");
}

/* line 8525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bowing"],
em[data-emoji=":woman_bowing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-200d-2640-fe0f.svg");
}

/* line 8529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bowing_tone1"],
em[data-emoji=":woman_bowing_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fb-200d-2640-fe0f.svg");
}

/* line 8533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bowing_tone2"],
em[data-emoji=":woman_bowing_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fc-200d-2640-fe0f.svg");
}

/* line 8537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bowing_tone3"],
em[data-emoji=":woman_bowing_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fd-200d-2640-fe0f.svg");
}

/* line 8541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bowing_tone4"],
em[data-emoji=":woman_bowing_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fe-200d-2640-fe0f.svg");
}

/* line 8545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_bowing_tone5"],
em[data-emoji=":woman_bowing_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3ff-200d-2640-fe0f.svg");
}

/* line 8549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bowing"],
em[data-emoji=":man_bowing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-200d-2642-fe0f.svg");
}

/* line 8553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bowing_tone1"],
em[data-emoji=":man_bowing_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fb-200d-2642-fe0f.svg");
}

/* line 8557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bowing_tone2"],
em[data-emoji=":man_bowing_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fc-200d-2642-fe0f.svg");
}

/* line 8561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bowing_tone3"],
em[data-emoji=":man_bowing_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fd-200d-2642-fe0f.svg");
}

/* line 8565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bowing_tone4"],
em[data-emoji=":man_bowing_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fe-200d-2642-fe0f.svg");
}

/* line 8569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_bowing_tone5"],
em[data-emoji=":man_bowing_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3ff-200d-2642-fe0f.svg");
}

/* line 8573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_tipping_hand"],
em[data-emoji=":person_tipping_hand:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481.svg");
}

/* line 8577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_tipping_hand_tone1"],
em[data-emoji=":person_tipping_hand_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fb.svg");
}

/* line 8581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_tipping_hand_tone2"],
em[data-emoji=":person_tipping_hand_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fc.svg");
}

/* line 8585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_tipping_hand_tone3"],
em[data-emoji=":person_tipping_hand_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fd.svg");
}

/* line 8589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_tipping_hand_tone4"],
em[data-emoji=":person_tipping_hand_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fe.svg");
}

/* line 8593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_tipping_hand_tone5"],
em[data-emoji=":person_tipping_hand_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3ff.svg");
}

/* line 8597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_tipping_hand"],
em[data-emoji=":woman_tipping_hand:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-200d-2640-fe0f.svg");
}

/* line 8601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_tipping_hand_tone1"],
em[data-emoji=":woman_tipping_hand_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fb-200d-2640-fe0f.svg");
}

/* line 8605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_tipping_hand_tone2"],
em[data-emoji=":woman_tipping_hand_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fc-200d-2640-fe0f.svg");
}

/* line 8609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_tipping_hand_tone3"],
em[data-emoji=":woman_tipping_hand_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fd-200d-2640-fe0f.svg");
}

/* line 8613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_tipping_hand_tone4"],
em[data-emoji=":woman_tipping_hand_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fe-200d-2640-fe0f.svg");
}

/* line 8617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_tipping_hand_tone5"],
em[data-emoji=":woman_tipping_hand_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3ff-200d-2640-fe0f.svg");
}

/* line 8621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_tipping_hand"],
em[data-emoji=":man_tipping_hand:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-200d-2642-fe0f.svg");
}

/* line 8625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_tipping_hand_tone1"],
em[data-emoji=":man_tipping_hand_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fb-200d-2642-fe0f.svg");
}

/* line 8629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_tipping_hand_tone2"],
em[data-emoji=":man_tipping_hand_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fc-200d-2642-fe0f.svg");
}

/* line 8633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_tipping_hand_tone3"],
em[data-emoji=":man_tipping_hand_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fd-200d-2642-fe0f.svg");
}

/* line 8637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_tipping_hand_tone4"],
em[data-emoji=":man_tipping_hand_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fe-200d-2642-fe0f.svg");
}

/* line 8641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_tipping_hand_tone5"],
em[data-emoji=":man_tipping_hand_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3ff-200d-2642-fe0f.svg");
}

/* line 8645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_gesturing_no"],
em[data-emoji=":person_gesturing_no:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645.svg");
}

/* line 8649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_gesturing_no_tone1"],
em[data-emoji=":person_gesturing_no_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fb.svg");
}

/* line 8653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_gesturing_no_tone2"],
em[data-emoji=":person_gesturing_no_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fc.svg");
}

/* line 8657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_gesturing_no_tone3"],
em[data-emoji=":person_gesturing_no_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fd.svg");
}

/* line 8661, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_gesturing_no_tone4"],
em[data-emoji=":person_gesturing_no_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fe.svg");
}

/* line 8665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_gesturing_no_tone5"],
em[data-emoji=":person_gesturing_no_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3ff.svg");
}

/* line 8669, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_gesturing_no"],
em[data-emoji=":woman_gesturing_no:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-200d-2640-fe0f.svg");
}

/* line 8673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_gesturing_no_tone1"],
em[data-emoji=":woman_gesturing_no_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fb-200d-2640-fe0f.svg");
}

/* line 8677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_gesturing_no_tone2"],
em[data-emoji=":woman_gesturing_no_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fc-200d-2640-fe0f.svg");
}

/* line 8681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_gesturing_no_tone3"],
em[data-emoji=":woman_gesturing_no_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fd-200d-2640-fe0f.svg");
}

/* line 8685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_gesturing_no_tone4"],
em[data-emoji=":woman_gesturing_no_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fe-200d-2640-fe0f.svg");
}

/* line 8689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_gesturing_no_tone5"],
em[data-emoji=":woman_gesturing_no_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3ff-200d-2640-fe0f.svg");
}

/* line 8693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_gesturing_no"],
em[data-emoji=":man_gesturing_no:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-200d-2642-fe0f.svg");
}

/* line 8697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_gesturing_no_tone1"],
em[data-emoji=":man_gesturing_no_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fb-200d-2642-fe0f.svg");
}

/* line 8701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_gesturing_no_tone2"],
em[data-emoji=":man_gesturing_no_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fc-200d-2642-fe0f.svg");
}

/* line 8705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_gesturing_no_tone3"],
em[data-emoji=":man_gesturing_no_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fd-200d-2642-fe0f.svg");
}

/* line 8709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_gesturing_no_tone4"],
em[data-emoji=":man_gesturing_no_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fe-200d-2642-fe0f.svg");
}

/* line 8713, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_gesturing_no_tone5"],
em[data-emoji=":man_gesturing_no_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3ff-200d-2642-fe0f.svg");
}

/* line 8717, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_gesturing_ok"],
em[data-emoji=":person_gesturing_ok:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646.svg");
}

/* line 8721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_gesturing_ok_tone1"],
em[data-emoji=":person_gesturing_ok_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fb.svg");
}

/* line 8725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_gesturing_ok_tone2"],
em[data-emoji=":person_gesturing_ok_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fc.svg");
}

/* line 8729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_gesturing_ok_tone3"],
em[data-emoji=":person_gesturing_ok_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fd.svg");
}

/* line 8733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_gesturing_ok_tone4"],
em[data-emoji=":person_gesturing_ok_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fe.svg");
}

/* line 8737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_gesturing_ok_tone5"],
em[data-emoji=":person_gesturing_ok_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3ff.svg");
}

/* line 8741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_gesturing_ok"],
em[data-emoji=":woman_gesturing_ok:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-200d-2640-fe0f.svg");
}

/* line 8745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_gesturing_ok_tone1"],
em[data-emoji=":woman_gesturing_ok_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fb-200d-2640-fe0f.svg");
}

/* line 8749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_gesturing_ok_tone2"],
em[data-emoji=":woman_gesturing_ok_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fc-200d-2640-fe0f.svg");
}

/* line 8753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_gesturing_ok_tone3"],
em[data-emoji=":woman_gesturing_ok_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fd-200d-2640-fe0f.svg");
}

/* line 8757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_gesturing_ok_tone4"],
em[data-emoji=":woman_gesturing_ok_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fe-200d-2640-fe0f.svg");
}

/* line 8761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_gesturing_ok_tone5"],
em[data-emoji=":woman_gesturing_ok_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3ff-200d-2640-fe0f.svg");
}

/* line 8765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_gesturing_ok"],
em[data-emoji=":man_gesturing_ok:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-200d-2642-fe0f.svg");
}

/* line 8769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_gesturing_ok_tone1"],
em[data-emoji=":man_gesturing_ok_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fb-200d-2642-fe0f.svg");
}

/* line 8773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_gesturing_ok_tone2"],
em[data-emoji=":man_gesturing_ok_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fc-200d-2642-fe0f.svg");
}

/* line 8777, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_gesturing_ok_tone3"],
em[data-emoji=":man_gesturing_ok_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fd-200d-2642-fe0f.svg");
}

/* line 8781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_gesturing_ok_tone4"],
em[data-emoji=":man_gesturing_ok_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fe-200d-2642-fe0f.svg");
}

/* line 8785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_gesturing_ok_tone5"],
em[data-emoji=":man_gesturing_ok_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3ff-200d-2642-fe0f.svg");
}

/* line 8789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_raising_hand"],
em[data-emoji=":person_raising_hand:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b.svg");
}

/* line 8793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_raising_hand_tone1"],
em[data-emoji=":person_raising_hand_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fb.svg");
}

/* line 8797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_raising_hand_tone2"],
em[data-emoji=":person_raising_hand_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fc.svg");
}

/* line 8801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_raising_hand_tone3"],
em[data-emoji=":person_raising_hand_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fd.svg");
}

/* line 8805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_raising_hand_tone4"],
em[data-emoji=":person_raising_hand_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fe.svg");
}

/* line 8809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_raising_hand_tone5"],
em[data-emoji=":person_raising_hand_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3ff.svg");
}

/* line 8813, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_raising_hand"],
em[data-emoji=":woman_raising_hand:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-200d-2640-fe0f.svg");
}

/* line 8817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_raising_hand_tone1"],
em[data-emoji=":woman_raising_hand_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fb-200d-2640-fe0f.svg");
}

/* line 8821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_raising_hand_tone2"],
em[data-emoji=":woman_raising_hand_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fc-200d-2640-fe0f.svg");
}

/* line 8825, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_raising_hand_tone3"],
em[data-emoji=":woman_raising_hand_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fd-200d-2640-fe0f.svg");
}

/* line 8829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_raising_hand_tone4"],
em[data-emoji=":woman_raising_hand_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fe-200d-2640-fe0f.svg");
}

/* line 8833, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_raising_hand_tone5"],
em[data-emoji=":woman_raising_hand_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3ff-200d-2640-fe0f.svg");
}

/* line 8837, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_raising_hand"],
em[data-emoji=":man_raising_hand:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-200d-2642-fe0f.svg");
}

/* line 8841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_raising_hand_tone1"],
em[data-emoji=":man_raising_hand_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fb-200d-2642-fe0f.svg");
}

/* line 8845, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_raising_hand_tone2"],
em[data-emoji=":man_raising_hand_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fc-200d-2642-fe0f.svg");
}

/* line 8849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_raising_hand_tone3"],
em[data-emoji=":man_raising_hand_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fd-200d-2642-fe0f.svg");
}

/* line 8853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_raising_hand_tone4"],
em[data-emoji=":man_raising_hand_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fe-200d-2642-fe0f.svg");
}

/* line 8857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_raising_hand_tone5"],
em[data-emoji=":man_raising_hand_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3ff-200d-2642-fe0f.svg");
}

/* line 8861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_person"],
em[data-emoji=":deaf_person:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf.svg");
}

/* line 8865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_person_tone1"],
em[data-emoji=":deaf_person_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fb.svg");
}

/* line 8869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_person_tone2"],
em[data-emoji=":deaf_person_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fc.svg");
}

/* line 8873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_person_tone3"],
em[data-emoji=":deaf_person_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fd.svg");
}

/* line 8877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_person_tone4"],
em[data-emoji=":deaf_person_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fe.svg");
}

/* line 8881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_person_tone5"],
em[data-emoji=":deaf_person_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3ff.svg");
}

/* line 8885, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_woman"],
em[data-emoji=":deaf_woman:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-200d-2640-fe0f.svg");
}

/* line 8889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_woman_tone1"],
em[data-emoji=":deaf_woman_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fb-200d-2640-fe0f.svg");
}

/* line 8893, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_woman_tone2"],
em[data-emoji=":deaf_woman_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fc-200d-2640-fe0f.svg");
}

/* line 8897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_woman_tone3"],
em[data-emoji=":deaf_woman_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fd-200d-2640-fe0f.svg");
}

/* line 8901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_woman_tone4"],
em[data-emoji=":deaf_woman_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fe-200d-2640-fe0f.svg");
}

/* line 8905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_woman_tone5"],
em[data-emoji=":deaf_woman_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3ff-200d-2640-fe0f.svg");
}

/* line 8909, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_man"],
em[data-emoji=":deaf_man:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-200d-2642-fe0f.svg");
}

/* line 8913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_man_tone1"],
em[data-emoji=":deaf_man_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fb-200d-2642-fe0f.svg");
}

/* line 8917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_man_tone2"],
em[data-emoji=":deaf_man_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fc-200d-2642-fe0f.svg");
}

/* line 8921, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_man_tone3"],
em[data-emoji=":deaf_man_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fd-200d-2642-fe0f.svg");
}

/* line 8925, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_man_tone4"],
em[data-emoji=":deaf_man_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fe-200d-2642-fe0f.svg");
}

/* line 8929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="deaf_man_tone5"],
em[data-emoji=":deaf_man_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3ff-200d-2642-fe0f.svg");
}

/* line 8933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_facepalming"],
em[data-emoji=":person_facepalming:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926.svg");
}

/* line 8937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_facepalming_tone1"],
em[data-emoji=":person_facepalming_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fb.svg");
}

/* line 8941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_facepalming_tone2"],
em[data-emoji=":person_facepalming_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fc.svg");
}

/* line 8945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_facepalming_tone3"],
em[data-emoji=":person_facepalming_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fd.svg");
}

/* line 8949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_facepalming_tone4"],
em[data-emoji=":person_facepalming_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fe.svg");
}

/* line 8953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_facepalming_tone5"],
em[data-emoji=":person_facepalming_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3ff.svg");
}

/* line 8957, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_facepalming"],
em[data-emoji=":woman_facepalming:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-200d-2640-fe0f.svg");
}

/* line 8961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_facepalming_tone1"],
em[data-emoji=":woman_facepalming_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fb-200d-2640-fe0f.svg");
}

/* line 8965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_facepalming_tone2"],
em[data-emoji=":woman_facepalming_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fc-200d-2640-fe0f.svg");
}

/* line 8969, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_facepalming_tone3"],
em[data-emoji=":woman_facepalming_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fd-200d-2640-fe0f.svg");
}

/* line 8973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_facepalming_tone4"],
em[data-emoji=":woman_facepalming_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fe-200d-2640-fe0f.svg");
}

/* line 8977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_facepalming_tone5"],
em[data-emoji=":woman_facepalming_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3ff-200d-2640-fe0f.svg");
}

/* line 8981, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_facepalming"],
em[data-emoji=":man_facepalming:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-200d-2642-fe0f.svg");
}

/* line 8985, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_facepalming_tone1"],
em[data-emoji=":man_facepalming_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fb-200d-2642-fe0f.svg");
}

/* line 8989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_facepalming_tone2"],
em[data-emoji=":man_facepalming_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fc-200d-2642-fe0f.svg");
}

/* line 8993, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_facepalming_tone3"],
em[data-emoji=":man_facepalming_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fd-200d-2642-fe0f.svg");
}

/* line 8997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_facepalming_tone4"],
em[data-emoji=":man_facepalming_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fe-200d-2642-fe0f.svg");
}

/* line 9001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_facepalming_tone5"],
em[data-emoji=":man_facepalming_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3ff-200d-2642-fe0f.svg");
}

/* line 9005, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_shrugging"],
em[data-emoji=":person_shrugging:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937.svg");
}

/* line 9009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_shrugging_tone1"],
em[data-emoji=":person_shrugging_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fb.svg");
}

/* line 9013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_shrugging_tone2"],
em[data-emoji=":person_shrugging_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fc.svg");
}

/* line 9017, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_shrugging_tone3"],
em[data-emoji=":person_shrugging_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fd.svg");
}

/* line 9021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_shrugging_tone4"],
em[data-emoji=":person_shrugging_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fe.svg");
}

/* line 9025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_shrugging_tone5"],
em[data-emoji=":person_shrugging_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3ff.svg");
}

/* line 9029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_shrugging"],
em[data-emoji=":woman_shrugging:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-200d-2640-fe0f.svg");
}

/* line 9033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_shrugging_tone1"],
em[data-emoji=":woman_shrugging_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fb-200d-2640-fe0f.svg");
}

/* line 9037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_shrugging_tone2"],
em[data-emoji=":woman_shrugging_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fc-200d-2640-fe0f.svg");
}

/* line 9041, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_shrugging_tone3"],
em[data-emoji=":woman_shrugging_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fd-200d-2640-fe0f.svg");
}

/* line 9045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_shrugging_tone4"],
em[data-emoji=":woman_shrugging_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fe-200d-2640-fe0f.svg");
}

/* line 9049, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_shrugging_tone5"],
em[data-emoji=":woman_shrugging_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3ff-200d-2640-fe0f.svg");
}

/* line 9053, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_shrugging"],
em[data-emoji=":man_shrugging:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-200d-2642-fe0f.svg");
}

/* line 9057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_shrugging_tone1"],
em[data-emoji=":man_shrugging_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fb-200d-2642-fe0f.svg");
}

/* line 9061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_shrugging_tone2"],
em[data-emoji=":man_shrugging_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fc-200d-2642-fe0f.svg");
}

/* line 9065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_shrugging_tone3"],
em[data-emoji=":man_shrugging_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fd-200d-2642-fe0f.svg");
}

/* line 9069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_shrugging_tone4"],
em[data-emoji=":man_shrugging_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fe-200d-2642-fe0f.svg");
}

/* line 9073, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_shrugging_tone5"],
em[data-emoji=":man_shrugging_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3ff-200d-2642-fe0f.svg");
}

/* line 9077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_pouting"],
em[data-emoji=":person_pouting:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e.svg");
}

/* line 9081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_pouting_tone1"],
em[data-emoji=":person_pouting_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fb.svg");
}

/* line 9085, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_pouting_tone2"],
em[data-emoji=":person_pouting_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fc.svg");
}

/* line 9089, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_pouting_tone3"],
em[data-emoji=":person_pouting_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fd.svg");
}

/* line 9093, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_pouting_tone4"],
em[data-emoji=":person_pouting_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fe.svg");
}

/* line 9097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_pouting_tone5"],
em[data-emoji=":person_pouting_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3ff.svg");
}

/* line 9101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_pouting"],
em[data-emoji=":woman_pouting:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-200d-2640-fe0f.svg");
}

/* line 9105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_pouting_tone1"],
em[data-emoji=":woman_pouting_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fb-200d-2640-fe0f.svg");
}

/* line 9109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_pouting_tone2"],
em[data-emoji=":woman_pouting_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fc-200d-2640-fe0f.svg");
}

/* line 9113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_pouting_tone3"],
em[data-emoji=":woman_pouting_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fd-200d-2640-fe0f.svg");
}

/* line 9117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_pouting_tone4"],
em[data-emoji=":woman_pouting_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fe-200d-2640-fe0f.svg");
}

/* line 9121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_pouting_tone5"],
em[data-emoji=":woman_pouting_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3ff-200d-2640-fe0f.svg");
}

/* line 9125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_pouting"],
em[data-emoji=":man_pouting:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-200d-2642-fe0f.svg");
}

/* line 9129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_pouting_tone1"],
em[data-emoji=":man_pouting_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fb-200d-2642-fe0f.svg");
}

/* line 9133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_pouting_tone2"],
em[data-emoji=":man_pouting_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fc-200d-2642-fe0f.svg");
}

/* line 9137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_pouting_tone3"],
em[data-emoji=":man_pouting_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fd-200d-2642-fe0f.svg");
}

/* line 9141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_pouting_tone4"],
em[data-emoji=":man_pouting_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fe-200d-2642-fe0f.svg");
}

/* line 9145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_pouting_tone5"],
em[data-emoji=":man_pouting_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3ff-200d-2642-fe0f.svg");
}

/* line 9149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_frowning"],
em[data-emoji=":person_frowning:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d.svg");
}

/* line 9153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_frowning_tone1"],
em[data-emoji=":person_frowning_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fb.svg");
}

/* line 9157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_frowning_tone2"],
em[data-emoji=":person_frowning_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fc.svg");
}

/* line 9161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_frowning_tone3"],
em[data-emoji=":person_frowning_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fd.svg");
}

/* line 9165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_frowning_tone4"],
em[data-emoji=":person_frowning_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fe.svg");
}

/* line 9169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_frowning_tone5"],
em[data-emoji=":person_frowning_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3ff.svg");
}

/* line 9173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_frowning"],
em[data-emoji=":woman_frowning:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-200d-2640-fe0f.svg");
}

/* line 9177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_frowning_tone1"],
em[data-emoji=":woman_frowning_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fb-200d-2640-fe0f.svg");
}

/* line 9181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_frowning_tone2"],
em[data-emoji=":woman_frowning_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fc-200d-2640-fe0f.svg");
}

/* line 9185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_frowning_tone3"],
em[data-emoji=":woman_frowning_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fd-200d-2640-fe0f.svg");
}

/* line 9189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_frowning_tone4"],
em[data-emoji=":woman_frowning_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fe-200d-2640-fe0f.svg");
}

/* line 9193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_frowning_tone5"],
em[data-emoji=":woman_frowning_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3ff-200d-2640-fe0f.svg");
}

/* line 9197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_frowning"],
em[data-emoji=":man_frowning:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-200d-2642-fe0f.svg");
}

/* line 9201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_frowning_tone1"],
em[data-emoji=":man_frowning_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fb-200d-2642-fe0f.svg");
}

/* line 9205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_frowning_tone2"],
em[data-emoji=":man_frowning_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fc-200d-2642-fe0f.svg");
}

/* line 9209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_frowning_tone3"],
em[data-emoji=":man_frowning_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fd-200d-2642-fe0f.svg");
}

/* line 9213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_frowning_tone4"],
em[data-emoji=":man_frowning_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fe-200d-2642-fe0f.svg");
}

/* line 9217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_frowning_tone5"],
em[data-emoji=":man_frowning_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3ff-200d-2642-fe0f.svg");
}

/* line 9221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_getting_haircut"],
em[data-emoji=":person_getting_haircut:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487.svg");
}

/* line 9225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_getting_haircut_tone1"],
em[data-emoji=":person_getting_haircut_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fb.svg");
}

/* line 9229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_getting_haircut_tone2"],
em[data-emoji=":person_getting_haircut_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fc.svg");
}

/* line 9233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_getting_haircut_tone3"],
em[data-emoji=":person_getting_haircut_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fd.svg");
}

/* line 9237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_getting_haircut_tone4"],
em[data-emoji=":person_getting_haircut_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fe.svg");
}

/* line 9241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_getting_haircut_tone5"],
em[data-emoji=":person_getting_haircut_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3ff.svg");
}

/* line 9245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_getting_haircut"],
em[data-emoji=":woman_getting_haircut:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-200d-2640-fe0f.svg");
}

/* line 9249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_getting_haircut_tone1"],
em[data-emoji=":woman_getting_haircut_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fb-200d-2640-fe0f.svg");
}

/* line 9253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_getting_haircut_tone2"],
em[data-emoji=":woman_getting_haircut_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fc-200d-2640-fe0f.svg");
}

/* line 9257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_getting_haircut_tone3"],
em[data-emoji=":woman_getting_haircut_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fd-200d-2640-fe0f.svg");
}

/* line 9261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_getting_haircut_tone4"],
em[data-emoji=":woman_getting_haircut_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fe-200d-2640-fe0f.svg");
}

/* line 9265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_getting_haircut_tone5"],
em[data-emoji=":woman_getting_haircut_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3ff-200d-2640-fe0f.svg");
}

/* line 9269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_getting_haircut"],
em[data-emoji=":man_getting_haircut:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-200d-2642-fe0f.svg");
}

/* line 9273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_getting_haircut_tone1"],
em[data-emoji=":man_getting_haircut_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fb-200d-2642-fe0f.svg");
}

/* line 9277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_getting_haircut_tone2"],
em[data-emoji=":man_getting_haircut_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fc-200d-2642-fe0f.svg");
}

/* line 9281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_getting_haircut_tone3"],
em[data-emoji=":man_getting_haircut_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fd-200d-2642-fe0f.svg");
}

/* line 9285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_getting_haircut_tone4"],
em[data-emoji=":man_getting_haircut_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fe-200d-2642-fe0f.svg");
}

/* line 9289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_getting_haircut_tone5"],
em[data-emoji=":man_getting_haircut_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3ff-200d-2642-fe0f.svg");
}

/* line 9293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_getting_massage"],
em[data-emoji=":person_getting_massage:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486.svg");
}

/* line 9297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_getting_massage_tone1"],
em[data-emoji=":person_getting_massage_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fb.svg");
}

/* line 9301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_getting_massage_tone2"],
em[data-emoji=":person_getting_massage_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fc.svg");
}

/* line 9305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_getting_massage_tone3"],
em[data-emoji=":person_getting_massage_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fd.svg");
}

/* line 9309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_getting_massage_tone4"],
em[data-emoji=":person_getting_massage_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fe.svg");
}

/* line 9313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_getting_massage_tone5"],
em[data-emoji=":person_getting_massage_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3ff.svg");
}

/* line 9317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_getting_face_massage"],
em[data-emoji=":woman_getting_face_massage:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-200d-2640-fe0f.svg");
}

/* line 9321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_getting_face_massage_tone1"],
em[data-emoji=":woman_getting_face_massage_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fb-200d-2640-fe0f.svg");
}

/* line 9325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_getting_face_massage_tone2"],
em[data-emoji=":woman_getting_face_massage_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fc-200d-2640-fe0f.svg");
}

/* line 9329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_getting_face_massage_tone3"],
em[data-emoji=":woman_getting_face_massage_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fd-200d-2640-fe0f.svg");
}

/* line 9333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_getting_face_massage_tone4"],
em[data-emoji=":woman_getting_face_massage_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fe-200d-2640-fe0f.svg");
}

/* line 9337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_getting_face_massage_tone5"],
em[data-emoji=":woman_getting_face_massage_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3ff-200d-2640-fe0f.svg");
}

/* line 9341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_getting_face_massage"],
em[data-emoji=":man_getting_face_massage:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-200d-2642-fe0f.svg");
}

/* line 9345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_getting_face_massage_tone1"],
em[data-emoji=":man_getting_face_massage_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fb-200d-2642-fe0f.svg");
}

/* line 9349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_getting_face_massage_tone2"],
em[data-emoji=":man_getting_face_massage_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fc-200d-2642-fe0f.svg");
}

/* line 9353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_getting_face_massage_tone3"],
em[data-emoji=":man_getting_face_massage_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fd-200d-2642-fe0f.svg");
}

/* line 9357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_getting_face_massage_tone4"],
em[data-emoji=":man_getting_face_massage_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fe-200d-2642-fe0f.svg");
}

/* line 9361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_getting_face_massage_tone5"],
em[data-emoji=":man_getting_face_massage_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3ff-200d-2642-fe0f.svg");
}

/* line 9365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_in_steamy_room"],
em[data-emoji=":person_in_steamy_room:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6.svg");
}

/* line 9369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_in_steamy_room_tone1"],
em[data-emoji=":person_in_steamy_room_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fb.svg");
}

/* line 9373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_in_steamy_room_tone2"],
em[data-emoji=":person_in_steamy_room_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fc.svg");
}

/* line 9377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_in_steamy_room_tone3"],
em[data-emoji=":person_in_steamy_room_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fd.svg");
}

/* line 9381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_in_steamy_room_tone4"],
em[data-emoji=":person_in_steamy_room_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fe.svg");
}

/* line 9385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_in_steamy_room_tone5"],
em[data-emoji=":person_in_steamy_room_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3ff.svg");
}

/* line 9389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_steamy_room"],
em[data-emoji=":woman_in_steamy_room:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-200d-2640-fe0f.svg");
}

/* line 9393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_steamy_room_tone1"],
em[data-emoji=":woman_in_steamy_room_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fb-200d-2640-fe0f.svg");
}

/* line 9397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_steamy_room_tone2"],
em[data-emoji=":woman_in_steamy_room_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fc-200d-2640-fe0f.svg");
}

/* line 9401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_steamy_room_tone3"],
em[data-emoji=":woman_in_steamy_room_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fd-200d-2640-fe0f.svg");
}

/* line 9405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_steamy_room_tone4"],
em[data-emoji=":woman_in_steamy_room_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fe-200d-2640-fe0f.svg");
}

/* line 9409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_steamy_room_tone5"],
em[data-emoji=":woman_in_steamy_room_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3ff-200d-2640-fe0f.svg");
}

/* line 9413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_steamy_room"],
em[data-emoji=":man_in_steamy_room:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-200d-2642-fe0f.svg");
}

/* line 9417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_steamy_room_tone1"],
em[data-emoji=":man_in_steamy_room_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fb-200d-2642-fe0f.svg");
}

/* line 9421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_steamy_room_tone2"],
em[data-emoji=":man_in_steamy_room_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fc-200d-2642-fe0f.svg");
}

/* line 9425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_steamy_room_tone3"],
em[data-emoji=":man_in_steamy_room_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fd-200d-2642-fe0f.svg");
}

/* line 9429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_steamy_room_tone4"],
em[data-emoji=":man_in_steamy_room_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fe-200d-2642-fe0f.svg");
}

/* line 9433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_steamy_room_tone5"],
em[data-emoji=":man_in_steamy_room_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3ff-200d-2642-fe0f.svg");
}

/* line 9437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="nail_care"],
em[data-emoji=":nail_care:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f485.svg");
}

/* line 9441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="nail_care_tone1"],
em[data-emoji=":nail_care_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f485-1f3fb.svg");
}

/* line 9445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="nail_care_tone2"],
em[data-emoji=":nail_care_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f485-1f3fc.svg");
}

/* line 9449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="nail_care_tone3"],
em[data-emoji=":nail_care_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f485-1f3fd.svg");
}

/* line 9453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="nail_care_tone4"],
em[data-emoji=":nail_care_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f485-1f3fe.svg");
}

/* line 9457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="nail_care_tone5"],
em[data-emoji=":nail_care_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f485-1f3ff.svg");
}

/* line 9461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="selfie"],
em[data-emoji=":selfie:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f933.svg");
}

/* line 9465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="selfie_tone1"],
em[data-emoji=":selfie_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f933-1f3fb.svg");
}

/* line 9469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="selfie_tone2"],
em[data-emoji=":selfie_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f933-1f3fc.svg");
}

/* line 9473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="selfie_tone3"],
em[data-emoji=":selfie_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f933-1f3fd.svg");
}

/* line 9477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="selfie_tone4"],
em[data-emoji=":selfie_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f933-1f3fe.svg");
}

/* line 9481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="selfie_tone5"],
em[data-emoji=":selfie_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f933-1f3ff.svg");
}

/* line 9485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dancer"],
em[data-emoji=":dancer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f483.svg");
}

/* line 9489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dancer_tone1"],
em[data-emoji=":dancer_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f483-1f3fb.svg");
}

/* line 9493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dancer_tone2"],
em[data-emoji=":dancer_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f483-1f3fc.svg");
}

/* line 9497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dancer_tone3"],
em[data-emoji=":dancer_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f483-1f3fd.svg");
}

/* line 9501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dancer_tone4"],
em[data-emoji=":dancer_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f483-1f3fe.svg");
}

/* line 9505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dancer_tone5"],
em[data-emoji=":dancer_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f483-1f3ff.svg");
}

/* line 9509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_dancing"],
em[data-emoji=":man_dancing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f57a.svg");
}

/* line 9513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_dancing_tone1"],
em[data-emoji=":man_dancing_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f57a-1f3fb.svg");
}

/* line 9517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_dancing_tone2"],
em[data-emoji=":man_dancing_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f57a-1f3fc.svg");
}

/* line 9521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_dancing_tone3"],
em[data-emoji=":man_dancing_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f57a-1f3fd.svg");
}

/* line 9525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_dancing_tone5"],
em[data-emoji=":man_dancing_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f57a-1f3ff.svg");
}

/* line 9529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_dancing_tone4"],
em[data-emoji=":man_dancing_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f57a-1f3fe.svg");
}

/* line 9533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_with_bunny_ears_partying"],
em[data-emoji=":people_with_bunny_ears_partying:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46f.svg");
}

/* line 9537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="women_with_bunny_ears_partying"],
em[data-emoji=":women_with_bunny_ears_partying:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46f-200d-2640-fe0f.svg");
}

/* line 9541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="men_with_bunny_ears_partying"],
em[data-emoji=":men_with_bunny_ears_partying:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46f-200d-2642-fe0f.svg");
}

/* line 9545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="levitate"],
em[data-emoji=":levitate:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f574.svg");
}

/* line 9549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="levitate_tone1"],
em[data-emoji=":levitate_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f574-1f3fb.svg");
}

/* line 9553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="levitate_tone2"],
em[data-emoji=":levitate_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f574-1f3fc.svg");
}

/* line 9557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="levitate_tone3"],
em[data-emoji=":levitate_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f574-1f3fd.svg");
}

/* line 9561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="levitate_tone4"],
em[data-emoji=":levitate_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f574-1f3fe.svg");
}

/* line 9565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="levitate_tone5"],
em[data-emoji=":levitate_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f574-1f3ff.svg");
}

/* line 9569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_walking"],
em[data-emoji=":person_walking:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6.svg");
}

/* line 9573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_walking_tone1"],
em[data-emoji=":person_walking_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fb.svg");
}

/* line 9577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_walking_tone2"],
em[data-emoji=":person_walking_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fc.svg");
}

/* line 9581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_walking_tone3"],
em[data-emoji=":person_walking_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fd.svg");
}

/* line 9585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_walking_tone4"],
em[data-emoji=":person_walking_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fe.svg");
}

/* line 9589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_walking_tone5"],
em[data-emoji=":person_walking_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3ff.svg");
}

/* line 9593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_walking"],
em[data-emoji=":woman_walking:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-200d-2640-fe0f.svg");
}

/* line 9597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_walking_tone1"],
em[data-emoji=":woman_walking_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fb-200d-2640-fe0f.svg");
}

/* line 9601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_walking_tone2"],
em[data-emoji=":woman_walking_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fc-200d-2640-fe0f.svg");
}

/* line 9605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_walking_tone3"],
em[data-emoji=":woman_walking_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fd-200d-2640-fe0f.svg");
}

/* line 9609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_walking_tone4"],
em[data-emoji=":woman_walking_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fe-200d-2640-fe0f.svg");
}

/* line 9613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_walking_tone5"],
em[data-emoji=":woman_walking_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3ff-200d-2640-fe0f.svg");
}

/* line 9617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_walking"],
em[data-emoji=":man_walking:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-200d-2642-fe0f.svg");
}

/* line 9621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_walking_tone1"],
em[data-emoji=":man_walking_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fb-200d-2642-fe0f.svg");
}

/* line 9625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_walking_tone2"],
em[data-emoji=":man_walking_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fc-200d-2642-fe0f.svg");
}

/* line 9629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_walking_tone3"],
em[data-emoji=":man_walking_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fd-200d-2642-fe0f.svg");
}

/* line 9633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_walking_tone4"],
em[data-emoji=":man_walking_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fe-200d-2642-fe0f.svg");
}

/* line 9637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_walking_tone5"],
em[data-emoji=":man_walking_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3ff-200d-2642-fe0f.svg");
}

/* line 9641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_running"],
em[data-emoji=":person_running:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3.svg");
}

/* line 9645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_running_tone1"],
em[data-emoji=":person_running_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fb.svg");
}

/* line 9649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_running_tone2"],
em[data-emoji=":person_running_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fc.svg");
}

/* line 9653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_running_tone3"],
em[data-emoji=":person_running_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fd.svg");
}

/* line 9657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_running_tone4"],
em[data-emoji=":person_running_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fe.svg");
}

/* line 9661, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_running_tone5"],
em[data-emoji=":person_running_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3ff.svg");
}

/* line 9665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_running"],
em[data-emoji=":woman_running:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-200d-2640-fe0f.svg");
}

/* line 9669, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_running_tone1"],
em[data-emoji=":woman_running_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fb-200d-2640-fe0f.svg");
}

/* line 9673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_running_tone2"],
em[data-emoji=":woman_running_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fc-200d-2640-fe0f.svg");
}

/* line 9677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_running_tone3"],
em[data-emoji=":woman_running_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fd-200d-2640-fe0f.svg");
}

/* line 9681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_running_tone4"],
em[data-emoji=":woman_running_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fe-200d-2640-fe0f.svg");
}

/* line 9685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_running_tone5"],
em[data-emoji=":woman_running_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3ff-200d-2640-fe0f.svg");
}

/* line 9689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_running"],
em[data-emoji=":man_running:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-200d-2642-fe0f.svg");
}

/* line 9693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_running_tone1"],
em[data-emoji=":man_running_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fb-200d-2642-fe0f.svg");
}

/* line 9697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_running_tone2"],
em[data-emoji=":man_running_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fc-200d-2642-fe0f.svg");
}

/* line 9701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_running_tone3"],
em[data-emoji=":man_running_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fd-200d-2642-fe0f.svg");
}

/* line 9705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_running_tone4"],
em[data-emoji=":man_running_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fe-200d-2642-fe0f.svg");
}

/* line 9709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_running_tone5"],
em[data-emoji=":man_running_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3ff-200d-2642-fe0f.svg");
}

/* line 9713, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_standing"],
em[data-emoji=":person_standing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd.svg");
}

/* line 9717, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_standing_tone1"],
em[data-emoji=":person_standing_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fb.svg");
}

/* line 9721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_standing_tone2"],
em[data-emoji=":person_standing_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fc.svg");
}

/* line 9725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_standing_tone3"],
em[data-emoji=":person_standing_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fd.svg");
}

/* line 9729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_standing_tone4"],
em[data-emoji=":person_standing_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fe.svg");
}

/* line 9733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_standing_tone5"],
em[data-emoji=":person_standing_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3ff.svg");
}

/* line 9737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_standing"],
em[data-emoji=":woman_standing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-200d-2640-fe0f.svg");
}

/* line 9741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_standing_tone1"],
em[data-emoji=":woman_standing_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fb-200d-2640-fe0f.svg");
}

/* line 9745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_standing_tone2"],
em[data-emoji=":woman_standing_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fc-200d-2640-fe0f.svg");
}

/* line 9749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_standing_tone3"],
em[data-emoji=":woman_standing_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fd-200d-2640-fe0f.svg");
}

/* line 9753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_standing_tone4"],
em[data-emoji=":woman_standing_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fe-200d-2640-fe0f.svg");
}

/* line 9757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_standing_tone5"],
em[data-emoji=":woman_standing_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3ff-200d-2640-fe0f.svg");
}

/* line 9761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_standing"],
em[data-emoji=":man_standing:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-200d-2642-fe0f.svg");
}

/* line 9765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_standing_tone1"],
em[data-emoji=":man_standing_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fb-200d-2642-fe0f.svg");
}

/* line 9769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_standing_tone2"],
em[data-emoji=":man_standing_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fc-200d-2642-fe0f.svg");
}

/* line 9773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_standing_tone3"],
em[data-emoji=":man_standing_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fd-200d-2642-fe0f.svg");
}

/* line 9777, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_standing_tone4"],
em[data-emoji=":man_standing_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fe-200d-2642-fe0f.svg");
}

/* line 9781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_standing_tone5"],
em[data-emoji=":man_standing_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3ff-200d-2642-fe0f.svg");
}

/* line 9785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_kneeling"],
em[data-emoji=":person_kneeling:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce.svg");
}

/* line 9789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_kneeling_tone1"],
em[data-emoji=":person_kneeling_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fb.svg");
}

/* line 9793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_kneeling_tone2"],
em[data-emoji=":person_kneeling_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fc.svg");
}

/* line 9797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_kneeling_tone3"],
em[data-emoji=":person_kneeling_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fd.svg");
}

/* line 9801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_kneeling_tone4"],
em[data-emoji=":person_kneeling_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fe.svg");
}

/* line 9805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="person_kneeling_tone5"],
em[data-emoji=":person_kneeling_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3ff.svg");
}

/* line 9809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_kneeling"],
em[data-emoji=":woman_kneeling:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-200d-2640-fe0f.svg");
}

/* line 9813, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_kneeling_tone1"],
em[data-emoji=":woman_kneeling_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fb-200d-2640-fe0f.svg");
}

/* line 9817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_kneeling_tone2"],
em[data-emoji=":woman_kneeling_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fc-200d-2640-fe0f.svg");
}

/* line 9821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_kneeling_tone3"],
em[data-emoji=":woman_kneeling_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fd-200d-2640-fe0f.svg");
}

/* line 9825, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_kneeling_tone4"],
em[data-emoji=":woman_kneeling_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fe-200d-2640-fe0f.svg");
}

/* line 9829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_kneeling_tone5"],
em[data-emoji=":woman_kneeling_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3ff-200d-2640-fe0f.svg");
}

/* line 9833, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_kneeling"],
em[data-emoji=":man_kneeling:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-200d-2642-fe0f.svg");
}

/* line 9837, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_kneeling_tone1"],
em[data-emoji=":man_kneeling_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fb-200d-2642-fe0f.svg");
}

/* line 9841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_kneeling_tone2"],
em[data-emoji=":man_kneeling_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fc-200d-2642-fe0f.svg");
}

/* line 9845, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_kneeling_tone3"],
em[data-emoji=":man_kneeling_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fd-200d-2642-fe0f.svg");
}

/* line 9849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_kneeling_tone4"],
em[data-emoji=":man_kneeling_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fe-200d-2642-fe0f.svg");
}

/* line 9853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_kneeling_tone5"],
em[data-emoji=":man_kneeling_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3ff-200d-2642-fe0f.svg");
}

/* line 9857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_with_probing_cane"],
em[data-emoji=":woman_with_probing_cane:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9af.svg");
}

/* line 9861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_with_probing_cane_tone1"],
em[data-emoji=":woman_with_probing_cane_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9af.svg");
}

/* line 9865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_with_probing_cane_tone2"],
em[data-emoji=":woman_with_probing_cane_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9af.svg");
}

/* line 9869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_with_probing_cane_tone3"],
em[data-emoji=":woman_with_probing_cane_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9af.svg");
}

/* line 9873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_with_probing_cane_tone4"],
em[data-emoji=":woman_with_probing_cane_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9af.svg");
}

/* line 9877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_with_probing_cane_tone5"],
em[data-emoji=":woman_with_probing_cane_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9af.svg");
}

/* line 9881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_with_probing_cane"],
em[data-emoji=":man_with_probing_cane:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9af.svg");
}

/* line 9885, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_with_probing_cane_tone1"],
em[data-emoji=":man_with_probing_cane_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9af.svg");
}

/* line 9889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_with_probing_cane_tone2"],
em[data-emoji=":man_with_probing_cane_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9af.svg");
}

/* line 9893, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_with_probing_cane_tone3"],
em[data-emoji=":man_with_probing_cane_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9af.svg");
}

/* line 9897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_with_probing_cane_tone4"],
em[data-emoji=":man_with_probing_cane_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9af.svg");
}

/* line 9901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_with_probing_cane_tone5"],
em[data-emoji=":man_with_probing_cane_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9af.svg");
}

/* line 9905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_motorized_wheelchair"],
em[data-emoji=":woman_in_motorized_wheelchair:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9bc.svg");
}

/* line 9909, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_motorized_wheelchair_tone1"],
em[data-emoji=":woman_in_motorized_wheelchair_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9bc.svg");
}

/* line 9913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_motorized_wheelchair_tone2"],
em[data-emoji=":woman_in_motorized_wheelchair_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9bc.svg");
}

/* line 9917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_motorized_wheelchair_tone3"],
em[data-emoji=":woman_in_motorized_wheelchair_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9bc.svg");
}

/* line 9921, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_motorized_wheelchair_tone4"],
em[data-emoji=":woman_in_motorized_wheelchair_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9bc.svg");
}

/* line 9925, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_motorized_wheelchair_tone5"],
em[data-emoji=":woman_in_motorized_wheelchair_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9bc.svg");
}

/* line 9929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_motorized_wheelchair"],
em[data-emoji=":man_in_motorized_wheelchair:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9bc.svg");
}

/* line 9933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_motorized_wheelchair_tone1"],
em[data-emoji=":man_in_motorized_wheelchair_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9bc.svg");
}

/* line 9937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_motorized_wheelchair_tone2"],
em[data-emoji=":man_in_motorized_wheelchair_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9bc.svg");
}

/* line 9941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_motorized_wheelchair_tone3"],
em[data-emoji=":man_in_motorized_wheelchair_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9bc.svg");
}

/* line 9945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_motorized_wheelchair_tone4"],
em[data-emoji=":man_in_motorized_wheelchair_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9bc.svg");
}

/* line 9949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_motorized_wheelchair_tone5"],
em[data-emoji=":man_in_motorized_wheelchair_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9bc.svg");
}

/* line 9953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_manual_wheelchair"],
em[data-emoji=":woman_in_manual_wheelchair:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9bd.svg");
}

/* line 9957, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_manual_wheelchair_tone1"],
em[data-emoji=":woman_in_manual_wheelchair_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9bd.svg");
}

/* line 9961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_manual_wheelchair_tone2"],
em[data-emoji=":woman_in_manual_wheelchair_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9bd.svg");
}

/* line 9965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_manual_wheelchair_tone3"],
em[data-emoji=":woman_in_manual_wheelchair_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9bd.svg");
}

/* line 9969, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_manual_wheelchair_tone4"],
em[data-emoji=":woman_in_manual_wheelchair_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9bd.svg");
}

/* line 9973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_in_manual_wheelchair_tone5"],
em[data-emoji=":woman_in_manual_wheelchair_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9bd.svg");
}

/* line 9977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_manual_wheelchair"],
em[data-emoji=":man_in_manual_wheelchair:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9bd.svg");
}

/* line 9981, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_manual_wheelchair_tone1"],
em[data-emoji=":man_in_manual_wheelchair_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9bd.svg");
}

/* line 9985, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_manual_wheelchair_tone2"],
em[data-emoji=":man_in_manual_wheelchair_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9bd.svg");
}

/* line 9989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_manual_wheelchair_tone3"],
em[data-emoji=":man_in_manual_wheelchair_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9bd.svg");
}

/* line 9993, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_manual_wheelchair_tone4"],
em[data-emoji=":man_in_manual_wheelchair_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9bd.svg");
}

/* line 9997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="man_in_manual_wheelchair_tone5"],
em[data-emoji=":man_in_manual_wheelchair_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9bd.svg");
}

/* line 10001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_holding_hands"],
em[data-emoji=":people_holding_hands:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-200d-1f91d-200d-1f9d1.svg");
}

/* line 10005, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_holding_hands_tone1"],
em[data-emoji=":people_holding_hands_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb.svg");
}

/* line 10009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_holding_hands_tone2"],
em[data-emoji=":people_holding_hands_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc.svg");
}

/* line 10013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_holding_hands_tone2_tone1"],
em[data-emoji=":people_holding_hands_tone2_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb.svg");
}

/* line 10017, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_holding_hands_tone3"],
em[data-emoji=":people_holding_hands_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd.svg");
}

/* line 10021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_holding_hands_tone3_tone1"],
em[data-emoji=":people_holding_hands_tone3_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb.svg");
}

/* line 10025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_holding_hands_tone3_tone2"],
em[data-emoji=":people_holding_hands_tone3_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc.svg");
}

/* line 10029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_holding_hands_tone4"],
em[data-emoji=":people_holding_hands_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe.svg");
}

/* line 10033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_holding_hands_tone4_tone1"],
em[data-emoji=":people_holding_hands_tone4_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb.svg");
}

/* line 10037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_holding_hands_tone4_tone2"],
em[data-emoji=":people_holding_hands_tone4_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc.svg");
}

/* line 10041, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_holding_hands_tone4_tone3"],
em[data-emoji=":people_holding_hands_tone4_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd.svg");
}

/* line 10045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_holding_hands_tone5"],
em[data-emoji=":people_holding_hands_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff.svg");
}

/* line 10049, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_holding_hands_tone5_tone1"],
em[data-emoji=":people_holding_hands_tone5_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb.svg");
}

/* line 10053, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_holding_hands_tone5_tone2"],
em[data-emoji=":people_holding_hands_tone5_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc.svg");
}

/* line 10057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_holding_hands_tone5_tone3"],
em[data-emoji=":people_holding_hands_tone5_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd.svg");
}

/* line 10061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="people_holding_hands_tone5_tone4"],
em[data-emoji=":people_holding_hands_tone5_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe.svg");
}

/* line 10065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="couple"],
em[data-emoji=":couple:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46b.svg");
}

/* line 10069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone1"],
em[data-emoji=":woman_and_man_holding_hands_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46b-1f3fb.svg");
}

/* line 10073, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone1_tone2"],
em[data-emoji=":woman_and_man_holding_hands_tone1_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc.svg");
}

/* line 10077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone1_tone3"],
em[data-emoji=":woman_and_man_holding_hands_tone1_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd.svg");
}

/* line 10081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone1_tone4"],
em[data-emoji=":woman_and_man_holding_hands_tone1_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe.svg");
}

/* line 10085, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone1_tone5"],
em[data-emoji=":woman_and_man_holding_hands_tone1_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff.svg");
}

/* line 10089, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone2"],
em[data-emoji=":woman_and_man_holding_hands_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46b-1f3fc.svg");
}

/* line 10093, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone2_tone1"],
em[data-emoji=":woman_and_man_holding_hands_tone2_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb.svg");
}

/* line 10097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone2_tone3"],
em[data-emoji=":woman_and_man_holding_hands_tone2_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd.svg");
}

/* line 10101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone2_tone4"],
em[data-emoji=":woman_and_man_holding_hands_tone2_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe.svg");
}

/* line 10105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone2_tone5"],
em[data-emoji=":woman_and_man_holding_hands_tone2_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff.svg");
}

/* line 10109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone3"],
em[data-emoji=":woman_and_man_holding_hands_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46b-1f3fd.svg");
}

/* line 10113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone3_tone1"],
em[data-emoji=":woman_and_man_holding_hands_tone3_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb.svg");
}

/* line 10117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone3_tone2"],
em[data-emoji=":woman_and_man_holding_hands_tone3_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc.svg");
}

/* line 10121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone3_tone4"],
em[data-emoji=":woman_and_man_holding_hands_tone3_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe.svg");
}

/* line 10125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone3_tone5"],
em[data-emoji=":woman_and_man_holding_hands_tone3_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff.svg");
}

/* line 10129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone4"],
em[data-emoji=":woman_and_man_holding_hands_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46b-1f3fe.svg");
}

/* line 10133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone4_tone1"],
em[data-emoji=":woman_and_man_holding_hands_tone4_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb.svg");
}

/* line 10137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone4_tone2"],
em[data-emoji=":woman_and_man_holding_hands_tone4_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc.svg");
}

/* line 10141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone4_tone3"],
em[data-emoji=":woman_and_man_holding_hands_tone4_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd.svg");
}

/* line 10145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone4_tone5"],
em[data-emoji=":woman_and_man_holding_hands_tone4_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff.svg");
}

/* line 10149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone5"],
em[data-emoji=":woman_and_man_holding_hands_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46b-1f3ff.svg");
}

/* line 10153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone5_tone1"],
em[data-emoji=":woman_and_man_holding_hands_tone5_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb.svg");
}

/* line 10157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone5_tone2"],
em[data-emoji=":woman_and_man_holding_hands_tone5_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc.svg");
}

/* line 10161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone5_tone3"],
em[data-emoji=":woman_and_man_holding_hands_tone5_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd.svg");
}

/* line 10165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="woman_and_man_holding_hands_tone5_tone4"],
em[data-emoji=":woman_and_man_holding_hands_tone5_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe.svg");
}

/* line 10169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="two_women_holding_hands"],
em[data-emoji=":two_women_holding_hands:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46d.svg");
}

/* line 10173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="women_holding_hands_tone1"],
em[data-emoji=":women_holding_hands_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46d-1f3fb.svg");
}

/* line 10177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="women_holding_hands_tone2"],
em[data-emoji=":women_holding_hands_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46d-1f3fc.svg");
}

/* line 10181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="women_holding_hands_tone2_tone1"],
em[data-emoji=":women_holding_hands_tone2_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb.svg");
}

/* line 10185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="women_holding_hands_tone3"],
em[data-emoji=":women_holding_hands_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46d-1f3fd.svg");
}

/* line 10189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="women_holding_hands_tone3_tone1"],
em[data-emoji=":women_holding_hands_tone3_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb.svg");
}

/* line 10193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="women_holding_hands_tone3_tone2"],
em[data-emoji=":women_holding_hands_tone3_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc.svg");
}

/* line 10197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="women_holding_hands_tone4"],
em[data-emoji=":women_holding_hands_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46d-1f3fe.svg");
}

/* line 10201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="women_holding_hands_tone4_tone1"],
em[data-emoji=":women_holding_hands_tone4_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb.svg");
}

/* line 10205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="women_holding_hands_tone4_tone2"],
em[data-emoji=":women_holding_hands_tone4_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc.svg");
}

/* line 10209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="women_holding_hands_tone4_tone3"],
em[data-emoji=":women_holding_hands_tone4_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd.svg");
}

/* line 10213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="women_holding_hands_tone5"],
em[data-emoji=":women_holding_hands_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46d-1f3ff.svg");
}

/* line 10217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="women_holding_hands_tone5_tone1"],
em[data-emoji=":women_holding_hands_tone5_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb.svg");
}

/* line 10221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="women_holding_hands_tone5_tone2"],
em[data-emoji=":women_holding_hands_tone5_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc.svg");
}

/* line 10225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="women_holding_hands_tone5_tone3"],
em[data-emoji=":women_holding_hands_tone5_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd.svg");
}

/* line 10229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="women_holding_hands_tone5_tone4"],
em[data-emoji=":women_holding_hands_tone5_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe.svg");
}

/* line 10233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="two_men_holding_hands"],
em[data-emoji=":two_men_holding_hands:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46c.svg");
}

/* line 10237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="men_holding_hands_tone1"],
em[data-emoji=":men_holding_hands_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46c-1f3fb.svg");
}

/* line 10241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="men_holding_hands_tone2"],
em[data-emoji=":men_holding_hands_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46c-1f3fc.svg");
}

/* line 10245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="men_holding_hands_tone2_tone1"],
em[data-emoji=":men_holding_hands_tone2_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb.svg");
}

/* line 10249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="men_holding_hands_tone3"],
em[data-emoji=":men_holding_hands_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46c-1f3fd.svg");
}

/* line 10253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="men_holding_hands_tone3_tone1"],
em[data-emoji=":men_holding_hands_tone3_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb.svg");
}

/* line 10257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="men_holding_hands_tone3_tone2"],
em[data-emoji=":men_holding_hands_tone3_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc.svg");
}

/* line 10261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="men_holding_hands_tone4"],
em[data-emoji=":men_holding_hands_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46c-1f3fe.svg");
}

/* line 10265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="men_holding_hands_tone4_tone1"],
em[data-emoji=":men_holding_hands_tone4_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb.svg");
}

/* line 10269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="men_holding_hands_tone4_tone2"],
em[data-emoji=":men_holding_hands_tone4_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc.svg");
}

/* line 10273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="men_holding_hands_tone4_tone3"],
em[data-emoji=":men_holding_hands_tone4_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd.svg");
}

/* line 10277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="men_holding_hands_tone5"],
em[data-emoji=":men_holding_hands_tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46c-1f3ff.svg");
}

/* line 10281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="men_holding_hands_tone5_tone1"],
em[data-emoji=":men_holding_hands_tone5_tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb.svg");
}

/* line 10285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="men_holding_hands_tone5_tone2"],
em[data-emoji=":men_holding_hands_tone5_tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc.svg");
}

/* line 10289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="men_holding_hands_tone5_tone3"],
em[data-emoji=":men_holding_hands_tone5_tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd.svg");
}

/* line 10293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="men_holding_hands_tone5_tone4"],
em[data-emoji=":men_holding_hands_tone5_tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe.svg");
}

/* line 10297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="couple_with_heart"],
em[data-emoji=":couple_with_heart:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f491.svg");
}

/* line 10301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="couple_with_heart_woman_man"],
em[data-emoji=":couple_with_heart_woman_man:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2764-fe0f-200d-1f468.svg");
}

/* line 10305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="couple_ww"],
em[data-emoji=":couple_ww:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2764-fe0f-200d-1f469.svg");
}

/* line 10309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="couple_mm"],
em[data-emoji=":couple_mm:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-2764-fe0f-200d-1f468.svg");
}

/* line 10313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="couplekiss"],
em[data-emoji=":couplekiss:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f48f.svg");
}

/* line 10317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="kiss_woman_man"],
em[data-emoji=":kiss_woman_man:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.svg");
}

/* line 10321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="kiss_ww"],
em[data-emoji=":kiss_ww:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.svg");
}

/* line 10325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="kiss_mm"],
em[data-emoji=":kiss_mm:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.svg");
}

/* line 10329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family"],
em[data-emoji=":family:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46a.svg");
}

/* line 10333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_man_woman_boy"],
em[data-emoji=":family_man_woman_boy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f469-200d-1f466.svg");
}

/* line 10337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_mwg"],
em[data-emoji=":family_mwg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f469-200d-1f467.svg");
}

/* line 10341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_mwgb"],
em[data-emoji=":family_mwgb:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f469-200d-1f467-200d-1f466.svg");
}

/* line 10345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_mwbb"],
em[data-emoji=":family_mwbb:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f469-200d-1f466-200d-1f466.svg");
}

/* line 10349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_mwgg"],
em[data-emoji=":family_mwgg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f469-200d-1f467-200d-1f467.svg");
}

/* line 10353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_wwb"],
em[data-emoji=":family_wwb:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f469-200d-1f466.svg");
}

/* line 10357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_wwg"],
em[data-emoji=":family_wwg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f469-200d-1f467.svg");
}

/* line 10361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_wwgb"],
em[data-emoji=":family_wwgb:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f469-200d-1f467-200d-1f466.svg");
}

/* line 10365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_wwbb"],
em[data-emoji=":family_wwbb:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f469-200d-1f466-200d-1f466.svg");
}

/* line 10369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_wwgg"],
em[data-emoji=":family_wwgg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f469-200d-1f467-200d-1f467.svg");
}

/* line 10373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_mmb"],
em[data-emoji=":family_mmb:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f468-200d-1f466.svg");
}

/* line 10377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_mmg"],
em[data-emoji=":family_mmg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f468-200d-1f467.svg");
}

/* line 10381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_mmgb"],
em[data-emoji=":family_mmgb:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f468-200d-1f467-200d-1f466.svg");
}

/* line 10385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_mmbb"],
em[data-emoji=":family_mmbb:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f468-200d-1f466-200d-1f466.svg");
}

/* line 10389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_mmgg"],
em[data-emoji=":family_mmgg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f468-200d-1f467-200d-1f467.svg");
}

/* line 10393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_woman_boy"],
em[data-emoji=":family_woman_boy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f466.svg");
}

/* line 10397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_woman_girl"],
em[data-emoji=":family_woman_girl:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f467.svg");
}

/* line 10401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_woman_girl_boy"],
em[data-emoji=":family_woman_girl_boy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f467-200d-1f466.svg");
}

/* line 10405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_woman_boy_boy"],
em[data-emoji=":family_woman_boy_boy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f466-200d-1f466.svg");
}

/* line 10409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_woman_girl_girl"],
em[data-emoji=":family_woman_girl_girl:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f467-200d-1f467.svg");
}

/* line 10413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_man_boy"],
em[data-emoji=":family_man_boy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f466.svg");
}

/* line 10417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_man_girl"],
em[data-emoji=":family_man_girl:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f467.svg");
}

/* line 10421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_man_girl_boy"],
em[data-emoji=":family_man_girl_boy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f467-200d-1f466.svg");
}

/* line 10425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_man_boy_boy"],
em[data-emoji=":family_man_boy_boy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f466-200d-1f466.svg");
}

/* line 10429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="family_man_girl_girl"],
em[data-emoji=":family_man_girl_girl:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f467-200d-1f467.svg");
}

/* line 10433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="yarn"],
em[data-emoji=":yarn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f6.svg");
}

/* line 10437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="thread"],
em[data-emoji=":thread:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f5.svg");
}

/* line 10441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="coat"],
em[data-emoji=":coat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e5.svg");
}

/* line 10445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="lab_coat"],
em[data-emoji=":lab_coat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f97c.svg");
}

/* line 10449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="safety_vest"],
em[data-emoji=":safety_vest:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ba.svg");
}

/* line 10453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="womans_clothes"],
em[data-emoji=":womans_clothes:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f45a.svg");
}

/* line 10457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="shirt"],
em[data-emoji=":shirt:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f455.svg");
}

/* line 10461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="jeans"],
em[data-emoji=":jeans:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f456.svg");
}

/* line 10465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="shorts"],
em[data-emoji=":shorts:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa73.svg");
}

/* line 10469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="necktie"],
em[data-emoji=":necktie:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f454.svg");
}

/* line 10473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dress"],
em[data-emoji=":dress:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f457.svg");
}

/* line 10477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bikini"],
em[data-emoji=":bikini:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f459.svg");
}

/* line 10481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="one_piece_swimsuit"],
em[data-emoji=":one_piece_swimsuit:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa71.svg");
}

/* line 10485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="kimono"],
em[data-emoji=":kimono:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f458.svg");
}

/* line 10489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sari"],
em[data-emoji=":sari:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f97b.svg");
}

/* line 10493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="womans_flat_shoe"],
em[data-emoji=":womans_flat_shoe:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f97f.svg");
}

/* line 10497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="high_heel"],
em[data-emoji=":high_heel:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f460.svg");
}

/* line 10501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sandal"],
em[data-emoji=":sandal:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f461.svg");
}

/* line 10505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="boot"],
em[data-emoji=":boot:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f462.svg");
}

/* line 10509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ballet_shoes"],
em[data-emoji=":ballet_shoes:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa70.svg");
}

/* line 10513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mans_shoe"],
em[data-emoji=":mans_shoe:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f45e.svg");
}

/* line 10517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="athletic_shoe"],
em[data-emoji=":athletic_shoe:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f45f.svg");
}

/* line 10521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hiking_boot"],
em[data-emoji=":hiking_boot:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f97e.svg");
}

/* line 10525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="briefs"],
em[data-emoji=":briefs:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa72.svg");
}

/* line 10529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="socks"],
em[data-emoji=":socks:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e6.svg");
}

/* line 10533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="gloves"],
em[data-emoji=":gloves:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e4.svg");
}

/* line 10537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="scarf"],
em[data-emoji=":scarf:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e3.svg");
}

/* line 10541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tophat"],
em[data-emoji=":tophat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a9.svg");
}

/* line 10545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="billed_cap"],
em[data-emoji=":billed_cap:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e2.svg");
}

/* line 10549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="womans_hat"],
em[data-emoji=":womans_hat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f452.svg");
}

/* line 10553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mortar_board"],
em[data-emoji=":mortar_board:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f393.svg");
}

/* line 10557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="helmet_with_cross"],
em[data-emoji=":helmet_with_cross:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26d1.svg");
}

/* line 10561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="crown"],
em[data-emoji=":crown:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f451.svg");
}

/* line 10565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ring"],
em[data-emoji=":ring:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f48d.svg");
}

/* line 10569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pouch"],
em[data-emoji=":pouch:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f45d.svg");
}

/* line 10573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="purse"],
em[data-emoji=":purse:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f45b.svg");
}

/* line 10577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="handbag"],
em[data-emoji=":handbag:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f45c.svg");
}

/* line 10581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="briefcase"],
em[data-emoji=":briefcase:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4bc.svg");
}

/* line 10585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="school_satchel"],
em[data-emoji=":school_satchel:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f392.svg");
}

/* line 10589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="luggage"],
em[data-emoji=":luggage:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f3.svg");
}

/* line 10593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="eyeglasses"],
em[data-emoji=":eyeglasses:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f453.svg");
}

/* line 10597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="dark_sunglasses"],
em[data-emoji=":dark_sunglasses:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f576.svg");
}

/* line 10601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="goggles"],
em[data-emoji=":goggles:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f97d.svg");
}

/* line 10605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="diving_mask"],
em[data-emoji=":diving_mask:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93f.svg");
}

/* line 10609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="closed_umbrella"],
em[data-emoji=":closed_umbrella:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f302.svg");
}

/* line 10613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="curly_haired"],
em[data-emoji=":curly_haired:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b1.svg");
}

/* line 10617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="red_haired"],
em[data-emoji=":red_haired:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b0.svg");
}

/* line 10621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="white_haired"],
em[data-emoji=":white_haired:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b3.svg");
}

/* line 10625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bald"],
em[data-emoji=":bald:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b2.svg");
}

/* line 10629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="red_car"],
em[data-emoji=":red_car:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f697.svg");
}

/* line 10633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="taxi"],
em[data-emoji=":taxi:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f695.svg");
}

/* line 10637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="blue_car"],
em[data-emoji=":blue_car:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f699.svg");
}

/* line 10641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bus"],
em[data-emoji=":bus:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f68c.svg");
}

/* line 10645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="trolleybus"],
em[data-emoji=":trolleybus:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f68e.svg");
}

/* line 10649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="race_car"],
em[data-emoji=":race_car:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ce.svg");
}

/* line 10653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="police_car"],
em[data-emoji=":police_car:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f693.svg");
}

/* line 10657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ambulance"],
em[data-emoji=":ambulance:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f691.svg");
}

/* line 10661, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fire_engine"],
em[data-emoji=":fire_engine:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f692.svg");
}

/* line 10665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="minibus"],
em[data-emoji=":minibus:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f690.svg");
}

/* line 10669, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="truck"],
em[data-emoji=":truck:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f69a.svg");
}

/* line 10673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="articulated_lorry"],
em[data-emoji=":articulated_lorry:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f69b.svg");
}

/* line 10677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tractor"],
em[data-emoji=":tractor:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f69c.svg");
}

/* line 10681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="auto_rickshaw"],
em[data-emoji=":auto_rickshaw:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6fa.svg");
}

/* line 10685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="motor_scooter"],
em[data-emoji=":motor_scooter:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6f5.svg");
}

/* line 10689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="motorcycle"],
em[data-emoji=":motorcycle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cd.svg");
}

/* line 10693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="scooter"],
em[data-emoji=":scooter:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6f4.svg");
}

/* line 10697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bike"],
em[data-emoji=":bike:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b2.svg");
}

/* line 10701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="motorized_wheelchair"],
em[data-emoji=":motorized_wheelchair:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bc.svg");
}

/* line 10705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="manual_wheelchair"],
em[data-emoji=":manual_wheelchair:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bd.svg");
}

/* line 10709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rotating_light"],
em[data-emoji=":rotating_light:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a8.svg");
}

/* line 10713, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="oncoming_police_car"],
em[data-emoji=":oncoming_police_car:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f694.svg");
}

/* line 10717, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="oncoming_bus"],
em[data-emoji=":oncoming_bus:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f68d.svg");
}

/* line 10721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="oncoming_automobile"],
em[data-emoji=":oncoming_automobile:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f698.svg");
}

/* line 10725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="oncoming_taxi"],
em[data-emoji=":oncoming_taxi:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f696.svg");
}

/* line 10729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="aerial_tramway"],
em[data-emoji=":aerial_tramway:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a1.svg");
}

/* line 10733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mountain_cableway"],
em[data-emoji=":mountain_cableway:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a0.svg");
}

/* line 10737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="suspension_railway"],
em[data-emoji=":suspension_railway:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f69f.svg");
}

/* line 10741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="railway_car"],
em[data-emoji=":railway_car:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f683.svg");
}

/* line 10745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="train"],
em[data-emoji=":train:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f68b.svg");
}

/* line 10749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mountain_railway"],
em[data-emoji=":mountain_railway:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f69e.svg");
}

/* line 10753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="monorail"],
em[data-emoji=":monorail:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f69d.svg");
}

/* line 10757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bullettrain_side"],
em[data-emoji=":bullettrain_side:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f684.svg");
}

/* line 10761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bullettrain_front"],
em[data-emoji=":bullettrain_front:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f685.svg");
}

/* line 10765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="light_rail"],
em[data-emoji=":light_rail:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f688.svg");
}

/* line 10769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="steam_locomotive"],
em[data-emoji=":steam_locomotive:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f682.svg");
}

/* line 10773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="train2"],
em[data-emoji=":train2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f686.svg");
}

/* line 10777, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="metro"],
em[data-emoji=":metro:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f687.svg");
}

/* line 10781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tram"],
em[data-emoji=":tram:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f68a.svg");
}

/* line 10785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="station"],
em[data-emoji=":station:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f689.svg");
}

/* line 10789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="airplane_departure"],
em[data-emoji=":airplane_departure:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6eb.svg");
}

/* line 10793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="airplane_arriving"],
em[data-emoji=":airplane_arriving:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6ec.svg");
}

/* line 10797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="airplane_small"],
em[data-emoji=":airplane_small:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6e9.svg");
}

/* line 10801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="seat"],
em[data-emoji=":seat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ba.svg");
}

/* line 10805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="satellite_orbital"],
em[data-emoji=":satellite_orbital:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6f0.svg");
}

/* line 10809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rocket"],
em[data-emoji=":rocket:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f680.svg");
}

/* line 10813, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flying_saucer"],
em[data-emoji=":flying_saucer:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6f8.svg");
}

/* line 10817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="helicopter"],
em[data-emoji=":helicopter:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f681.svg");
}

/* line 10821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="canoe"],
em[data-emoji=":canoe:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6f6.svg");
}

/* line 10825, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sailboat"],
em[data-emoji=":sailboat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f5.svg");
}

/* line 10829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="speedboat"],
em[data-emoji=":speedboat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a4.svg");
}

/* line 10833, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="motorboat"],
em[data-emoji=":motorboat:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6e5.svg");
}

/* line 10837, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cruise_ship"],
em[data-emoji=":cruise_ship:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6f3.svg");
}

/* line 10841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ferry"],
em[data-emoji=":ferry:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f4.svg");
}

/* line 10845, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ship"],
em[data-emoji=":ship:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a2.svg");
}

/* line 10849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fuelpump"],
em[data-emoji=":fuelpump:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26fd.svg");
}

/* line 10853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="construction"],
em[data-emoji=":construction:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a7.svg");
}

/* line 10857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="vertical_traffic_light"],
em[data-emoji=":vertical_traffic_light:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a6.svg");
}

/* line 10861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="traffic_light"],
em[data-emoji=":traffic_light:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a5.svg");
}

/* line 10865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="busstop"],
em[data-emoji=":busstop:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f68f.svg");
}

/* line 10869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="map"],
em[data-emoji=":map:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5fa.svg");
}

/* line 10873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="moyai"],
em[data-emoji=":moyai:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5ff.svg");
}

/* line 10877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="statue_of_liberty"],
em[data-emoji=":statue_of_liberty:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5fd.svg");
}

/* line 10881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tokyo_tower"],
em[data-emoji=":tokyo_tower:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5fc.svg");
}

/* line 10885, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="european_castle"],
em[data-emoji=":european_castle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f0.svg");
}

/* line 10889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="japanese_castle"],
em[data-emoji=":japanese_castle:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ef.svg");
}

/* line 10893, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="stadium"],
em[data-emoji=":stadium:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3df.svg");
}

/* line 10897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="ferris_wheel"],
em[data-emoji=":ferris_wheel:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a1.svg");
}

/* line 10901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="roller_coaster"],
em[data-emoji=":roller_coaster:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a2.svg");
}

/* line 10905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="carousel_horse"],
em[data-emoji=":carousel_horse:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a0.svg");
}

/* line 10909, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fountain"],
em[data-emoji=":fountain:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f2.svg");
}

/* line 10913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="beach_umbrella"],
em[data-emoji=":beach_umbrella:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f1.svg");
}

/* line 10917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="beach"],
em[data-emoji=":beach:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d6.svg");
}

/* line 10921, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="island"],
em[data-emoji=":island:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3dd.svg");
}

/* line 10925, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="desert"],
em[data-emoji=":desert:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3dc.svg");
}

/* line 10929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="volcano"],
em[data-emoji=":volcano:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f30b.svg");
}

/* line 10933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mountain"],
em[data-emoji=":mountain:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f0.svg");
}

/* line 10937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mountain_snow"],
em[data-emoji=":mountain_snow:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d4.svg");
}

/* line 10941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mount_fuji"],
em[data-emoji=":mount_fuji:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5fb.svg");
}

/* line 10945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="camping"],
em[data-emoji=":camping:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d5.svg");
}

/* line 10949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tent"],
em[data-emoji=":tent:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26fa.svg");
}

/* line 10953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="house"],
em[data-emoji=":house:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e0.svg");
}

/* line 10957, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="house_with_garden"],
em[data-emoji=":house_with_garden:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e1.svg");
}

/* line 10961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="homes"],
em[data-emoji=":homes:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d8.svg");
}

/* line 10965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="house_abandoned"],
em[data-emoji=":house_abandoned:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3da.svg");
}

/* line 10969, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="construction_site"],
em[data-emoji=":construction_site:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d7.svg");
}

/* line 10973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="factory"],
em[data-emoji=":factory:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ed.svg");
}

/* line 10977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="office"],
em[data-emoji=":office:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e2.svg");
}

/* line 10981, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="department_store"],
em[data-emoji=":department_store:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ec.svg");
}

/* line 10985, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="post_office"],
em[data-emoji=":post_office:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e3.svg");
}

/* line 10989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="european_post_office"],
em[data-emoji=":european_post_office:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e4.svg");
}

/* line 10993, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hospital"],
em[data-emoji=":hospital:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e5.svg");
}

/* line 10997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bank"],
em[data-emoji=":bank:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e6.svg");
}

/* line 11001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hotel"],
em[data-emoji=":hotel:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e8.svg");
}

/* line 11005, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="convenience_store"],
em[data-emoji=":convenience_store:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ea.svg");
}

/* line 11009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="school"],
em[data-emoji=":school:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3eb.svg");
}

/* line 11013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="love_hotel"],
em[data-emoji=":love_hotel:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e9.svg");
}

/* line 11017, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wedding"],
em[data-emoji=":wedding:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f492.svg");
}

/* line 11021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="classical_building"],
em[data-emoji=":classical_building:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3db.svg");
}

/* line 11025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="church"],
em[data-emoji=":church:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26ea.svg");
}

/* line 11029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="mosque"],
em[data-emoji=":mosque:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f54c.svg");
}

/* line 11033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="hindu_temple"],
em[data-emoji=":hindu_temple:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6d5.svg");
}

/* line 11037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="synagogue"],
em[data-emoji=":synagogue:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f54d.svg");
}

/* line 11041, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="kaaba"],
em[data-emoji=":kaaba:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f54b.svg");
}

/* line 11045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="shinto_shrine"],
em[data-emoji=":shinto_shrine:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26e9.svg");
}

/* line 11049, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="railway_track"],
em[data-emoji=":railway_track:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6e4.svg");
}

/* line 11053, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="motorway"],
em[data-emoji=":motorway:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6e3.svg");
}

/* line 11057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="japan"],
em[data-emoji=":japan:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5fe.svg");
}

/* line 11061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rice_scene"],
em[data-emoji=":rice_scene:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f391.svg");
}

/* line 11065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="park"],
em[data-emoji=":park:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3de.svg");
}

/* line 11069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sunrise"],
em[data-emoji=":sunrise:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f305.svg");
}

/* line 11073, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sunrise_over_mountains"],
em[data-emoji=":sunrise_over_mountains:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f304.svg");
}

/* line 11077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="stars"],
em[data-emoji=":stars:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f320.svg");
}

/* line 11081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="sparkler"],
em[data-emoji=":sparkler:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f387.svg");
}

/* line 11085, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="fireworks"],
em[data-emoji=":fireworks:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f386.svg");
}

/* line 11089, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="city_sunset"],
em[data-emoji=":city_sunset:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f307.svg");
}

/* line 11093, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="city_dusk"],
em[data-emoji=":city_dusk:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f306.svg");
}

/* line 11097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="cityscape"],
em[data-emoji=":cityscape:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d9.svg");
}

/* line 11101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="night_with_stars"],
em[data-emoji=":night_with_stars:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f303.svg");
}

/* line 11105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="milky_way"],
em[data-emoji=":milky_way:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f30c.svg");
}

/* line 11109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="bridge_at_night"],
em[data-emoji=":bridge_at_night:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f309.svg");
}

/* line 11113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="foggy"],
em[data-emoji=":foggy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f301.svg");
}

/* line 11117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_z"],
em[data-emoji=":regional_indicator_z:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ff.svg");
}

/* line 11121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_y"],
em[data-emoji=":regional_indicator_y:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fe.svg");
}

/* line 11125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_x"],
em[data-emoji=":regional_indicator_x:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fd.svg");
}

/* line 11129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_w"],
em[data-emoji=":regional_indicator_w:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fc.svg");
}

/* line 11133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_v"],
em[data-emoji=":regional_indicator_v:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb.svg");
}

/* line 11137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_u"],
em[data-emoji=":regional_indicator_u:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa.svg");
}

/* line 11141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_t"],
em[data-emoji=":regional_indicator_t:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9.svg");
}

/* line 11145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_s"],
em[data-emoji=":regional_indicator_s:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8.svg");
}

/* line 11149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_r"],
em[data-emoji=":regional_indicator_r:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7.svg");
}

/* line 11153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_q"],
em[data-emoji=":regional_indicator_q:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f6.svg");
}

/* line 11157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_p"],
em[data-emoji=":regional_indicator_p:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5.svg");
}

/* line 11161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_o"],
em[data-emoji=":regional_indicator_o:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f4.svg");
}

/* line 11165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_n"],
em[data-emoji=":regional_indicator_n:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3.svg");
}

/* line 11169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_m"],
em[data-emoji=":regional_indicator_m:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2.svg");
}

/* line 11173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_l"],
em[data-emoji=":regional_indicator_l:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1.svg");
}

/* line 11177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_k"],
em[data-emoji=":regional_indicator_k:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0.svg");
}

/* line 11181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_j"],
em[data-emoji=":regional_indicator_j:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef.svg");
}

/* line 11185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_i"],
em[data-emoji=":regional_indicator_i:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee.svg");
}

/* line 11189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_h"],
em[data-emoji=":regional_indicator_h:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed.svg");
}

/* line 11193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_g"],
em[data-emoji=":regional_indicator_g:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec.svg");
}

/* line 11197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_f"],
em[data-emoji=":regional_indicator_f:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb.svg");
}

/* line 11201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_e"],
em[data-emoji=":regional_indicator_e:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea.svg");
}

/* line 11205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_d"],
em[data-emoji=":regional_indicator_d:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9.svg");
}

/* line 11209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_c"],
em[data-emoji=":regional_indicator_c:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8.svg");
}

/* line 11213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_b"],
em[data-emoji=":regional_indicator_b:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7.svg");
}

/* line 11217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="regional_indicator_a"],
em[data-emoji=":regional_indicator_a:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6.svg");
}

/* line 11221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_white"],
em[data-emoji=":flag_white:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f3.svg");
}

/* line 11225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_black"],
em[data-emoji=":flag_black:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4.svg");
}

/* line 11229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="checkered_flag"],
em[data-emoji=":checkered_flag:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c1.svg");
}

/* line 11233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="triangular_flag_on_post"],
em[data-emoji=":triangular_flag_on_post:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a9.svg");
}

/* line 11237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="rainbow_flag"],
em[data-emoji=":rainbow_flag:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f3-fe0f-200d-1f308.svg");
}

/* line 11241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="pirate_flag"],
em[data-emoji=":pirate_flag:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-200d-2620-fe0f.svg");
}

/* line 11245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_af"],
em[data-emoji=":flag_af:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1eb.svg");
}

/* line 11249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ax"],
em[data-emoji=":flag_ax:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fd.svg");
}

/* line 11253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_al"],
em[data-emoji=":flag_al:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f1.svg");
}

/* line 11257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_dz"],
em[data-emoji=":flag_dz:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ff.svg");
}

/* line 11261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_as"],
em[data-emoji=":flag_as:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f8.svg");
}

/* line 11265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ad"],
em[data-emoji=":flag_ad:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1e9.svg");
}

/* line 11269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ao"],
em[data-emoji=":flag_ao:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f4.svg");
}

/* line 11273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ai"],
em[data-emoji=":flag_ai:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ee.svg");
}

/* line 11277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_aq"],
em[data-emoji=":flag_aq:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f6.svg");
}

/* line 11281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ag"],
em[data-emoji=":flag_ag:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ec.svg");
}

/* line 11285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ar"],
em[data-emoji=":flag_ar:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f7.svg");
}

/* line 11289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_am"],
em[data-emoji=":flag_am:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f2.svg");
}

/* line 11293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_aw"],
em[data-emoji=":flag_aw:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fc.svg");
}

/* line 11297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_au"],
em[data-emoji=":flag_au:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fa.svg");
}

/* line 11301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_at"],
em[data-emoji=":flag_at:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f9.svg");
}

/* line 11305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_az"],
em[data-emoji=":flag_az:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ff.svg");
}

/* line 11309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_bs"],
em[data-emoji=":flag_bs:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f8.svg");
}

/* line 11313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_bh"],
em[data-emoji=":flag_bh:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ed.svg");
}

/* line 11317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_bd"],
em[data-emoji=":flag_bd:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e9.svg");
}

/* line 11321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_bb"],
em[data-emoji=":flag_bb:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e7.svg");
}

/* line 11325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_by"],
em[data-emoji=":flag_by:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fe.svg");
}

/* line 11329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_be"],
em[data-emoji=":flag_be:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ea.svg");
}

/* line 11333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_bz"],
em[data-emoji=":flag_bz:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ff.svg");
}

/* line 11337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_bj"],
em[data-emoji=":flag_bj:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ef.svg");
}

/* line 11341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_bm"],
em[data-emoji=":flag_bm:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f2.svg");
}

/* line 11345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_bt"],
em[data-emoji=":flag_bt:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f9.svg");
}

/* line 11349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_bo"],
em[data-emoji=":flag_bo:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f4.svg");
}

/* line 11353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ba"],
em[data-emoji=":flag_ba:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e6.svg");
}

/* line 11357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_bw"],
em[data-emoji=":flag_bw:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fc.svg");
}

/* line 11361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_br"],
em[data-emoji=":flag_br:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f7.svg");
}

/* line 11365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_io"],
em[data-emoji=":flag_io:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f4.svg");
}

/* line 11369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_vg"],
em[data-emoji=":flag_vg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ec.svg");
}

/* line 11373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_bn"],
em[data-emoji=":flag_bn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f3.svg");
}

/* line 11377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_bg"],
em[data-emoji=":flag_bg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ec.svg");
}

/* line 11381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_bf"],
em[data-emoji=":flag_bf:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1eb.svg");
}

/* line 11385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_bi"],
em[data-emoji=":flag_bi:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ee.svg");
}

/* line 11389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_kh"],
em[data-emoji=":flag_kh:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ed.svg");
}

/* line 11393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_cm"],
em[data-emoji=":flag_cm:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f2.svg");
}

/* line 11397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ca"],
em[data-emoji=":flag_ca:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e6.svg");
}

/* line 11401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ic"],
em[data-emoji=":flag_ic:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1e8.svg");
}

/* line 11405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_cv"],
em[data-emoji=":flag_cv:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fb.svg");
}

/* line 11409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_bq"],
em[data-emoji=":flag_bq:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f6.svg");
}

/* line 11413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ky"],
em[data-emoji=":flag_ky:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1fe.svg");
}

/* line 11417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_cf"],
em[data-emoji=":flag_cf:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1eb.svg");
}

/* line 11421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_td"],
em[data-emoji=":flag_td:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e9.svg");
}

/* line 11425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_cl"],
em[data-emoji=":flag_cl:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f1.svg");
}

/* line 11429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_cn"],
em[data-emoji=":flag_cn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f3.svg");
}

/* line 11433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_cx"],
em[data-emoji=":flag_cx:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fd.svg");
}

/* line 11437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_cc"],
em[data-emoji=":flag_cc:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e8.svg");
}

/* line 11441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_co"],
em[data-emoji=":flag_co:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f4.svg");
}

/* line 11445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_km"],
em[data-emoji=":flag_km:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f2.svg");
}

/* line 11449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_cg"],
em[data-emoji=":flag_cg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ec.svg");
}

/* line 11453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_cd"],
em[data-emoji=":flag_cd:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e9.svg");
}

/* line 11457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ck"],
em[data-emoji=":flag_ck:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f0.svg");
}

/* line 11461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_cr"],
em[data-emoji=":flag_cr:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f7.svg");
}

/* line 11465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ci"],
em[data-emoji=":flag_ci:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ee.svg");
}

/* line 11469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_hr"],
em[data-emoji=":flag_hr:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f7.svg");
}

/* line 11473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_cu"],
em[data-emoji=":flag_cu:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fa.svg");
}

/* line 11477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_cw"],
em[data-emoji=":flag_cw:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fc.svg");
}

/* line 11481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_cy"],
em[data-emoji=":flag_cy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fe.svg");
}

/* line 11485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_cz"],
em[data-emoji=":flag_cz:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ff.svg");
}

/* line 11489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_dk"],
em[data-emoji=":flag_dk:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f0.svg");
}

/* line 11493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_dj"],
em[data-emoji=":flag_dj:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ef.svg");
}

/* line 11497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_dm"],
em[data-emoji=":flag_dm:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f2.svg");
}

/* line 11501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_do"],
em[data-emoji=":flag_do:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f4.svg");
}

/* line 11505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ec"],
em[data-emoji=":flag_ec:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1e8.svg");
}

/* line 11509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_eg"],
em[data-emoji=":flag_eg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ec.svg");
}

/* line 11513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_sv"],
em[data-emoji=":flag_sv:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fb.svg");
}

/* line 11517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_gq"],
em[data-emoji=":flag_gq:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f6.svg");
}

/* line 11521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_er"],
em[data-emoji=":flag_er:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f7.svg");
}

/* line 11525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ee"],
em[data-emoji=":flag_ee:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ea.svg");
}

/* line 11529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_et"],
em[data-emoji=":flag_et:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f9.svg");
}

/* line 11533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_eu"],
em[data-emoji=":flag_eu:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1fa.svg");
}

/* line 11537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_fk"],
em[data-emoji=":flag_fk:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f0.svg");
}

/* line 11541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_fo"],
em[data-emoji=":flag_fo:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f4.svg");
}

/* line 11545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_fj"],
em[data-emoji=":flag_fj:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1ef.svg");
}

/* line 11549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_fi"],
em[data-emoji=":flag_fi:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1ee.svg");
}

/* line 11553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_fr"],
em[data-emoji=":flag_fr:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f7.svg");
}

/* line 11557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_gf"],
em[data-emoji=":flag_gf:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1eb.svg");
}

/* line 11561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_pf"],
em[data-emoji=":flag_pf:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1eb.svg");
}

/* line 11565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_tf"],
em[data-emoji=":flag_tf:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1eb.svg");
}

/* line 11569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ga"],
em[data-emoji=":flag_ga:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e6.svg");
}

/* line 11573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_gm"],
em[data-emoji=":flag_gm:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f2.svg");
}

/* line 11577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ge"],
em[data-emoji=":flag_ge:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ea.svg");
}

/* line 11581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_de"],
em[data-emoji=":flag_de:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ea.svg");
}

/* line 11585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_gh"],
em[data-emoji=":flag_gh:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ed.svg");
}

/* line 11589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_gi"],
em[data-emoji=":flag_gi:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ee.svg");
}

/* line 11593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_gr"],
em[data-emoji=":flag_gr:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f7.svg");
}

/* line 11597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_gl"],
em[data-emoji=":flag_gl:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f1.svg");
}

/* line 11601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_gd"],
em[data-emoji=":flag_gd:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e9.svg");
}

/* line 11605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_gp"],
em[data-emoji=":flag_gp:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f5.svg");
}

/* line 11609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_gu"],
em[data-emoji=":flag_gu:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fa.svg");
}

/* line 11613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_gt"],
em[data-emoji=":flag_gt:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f9.svg");
}

/* line 11617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_gg"],
em[data-emoji=":flag_gg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ec.svg");
}

/* line 11621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_gn"],
em[data-emoji=":flag_gn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f3.svg");
}

/* line 11625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_gw"],
em[data-emoji=":flag_gw:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fc.svg");
}

/* line 11629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_gy"],
em[data-emoji=":flag_gy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fe.svg");
}

/* line 11633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ht"],
em[data-emoji=":flag_ht:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f9.svg");
}

/* line 11637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_hn"],
em[data-emoji=":flag_hn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f3.svg");
}

/* line 11641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_hk"],
em[data-emoji=":flag_hk:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f0.svg");
}

/* line 11645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_hu"],
em[data-emoji=":flag_hu:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1fa.svg");
}

/* line 11649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_is"],
em[data-emoji=":flag_is:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f8.svg");
}

/* line 11653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_in"],
em[data-emoji=":flag_in:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f3.svg");
}

/* line 11657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_id"],
em[data-emoji=":flag_id:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1e9.svg");
}

/* line 11661, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ir"],
em[data-emoji=":flag_ir:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f7.svg");
}

/* line 11665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_iq"],
em[data-emoji=":flag_iq:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f6.svg");
}

/* line 11669, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ie"],
em[data-emoji=":flag_ie:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1ea.svg");
}

/* line 11673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_im"],
em[data-emoji=":flag_im:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f2.svg");
}

/* line 11677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_il"],
em[data-emoji=":flag_il:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f1.svg");
}

/* line 11681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_it"],
em[data-emoji=":flag_it:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f9.svg");
}

/* line 11685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_jm"],
em[data-emoji=":flag_jm:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f2.svg");
}

/* line 11689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_jp"],
em[data-emoji=":flag_jp:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f5.svg");
}

/* line 11693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="crossed_flags"],
em[data-emoji=":crossed_flags:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f38c.svg");
}

/* line 11697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_je"],
em[data-emoji=":flag_je:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1ea.svg");
}

/* line 11701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_jo"],
em[data-emoji=":flag_jo:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f4.svg");
}

/* line 11705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_kz"],
em[data-emoji=":flag_kz:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ff.svg");
}

/* line 11709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ke"],
em[data-emoji=":flag_ke:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ea.svg");
}

/* line 11713, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ki"],
em[data-emoji=":flag_ki:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ee.svg");
}

/* line 11717, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_xk"],
em[data-emoji=":flag_xk:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fd-1f1f0.svg");
}

/* line 11721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_kw"],
em[data-emoji=":flag_kw:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1fc.svg");
}

/* line 11725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_kg"],
em[data-emoji=":flag_kg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ec.svg");
}

/* line 11729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_la"],
em[data-emoji=":flag_la:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e6.svg");
}

/* line 11733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_lv"],
em[data-emoji=":flag_lv:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fb.svg");
}

/* line 11737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_lb"],
em[data-emoji=":flag_lb:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e7.svg");
}

/* line 11741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ls"],
em[data-emoji=":flag_ls:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f8.svg");
}

/* line 11745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_lr"],
em[data-emoji=":flag_lr:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f7.svg");
}

/* line 11749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ly"],
em[data-emoji=":flag_ly:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fe.svg");
}

/* line 11753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_li"],
em[data-emoji=":flag_li:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1ee.svg");
}

/* line 11757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_lt"],
em[data-emoji=":flag_lt:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f9.svg");
}

/* line 11761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_lu"],
em[data-emoji=":flag_lu:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fa.svg");
}

/* line 11765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_mo"],
em[data-emoji=":flag_mo:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f4.svg");
}

/* line 11769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_mk"],
em[data-emoji=":flag_mk:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f0.svg");
}

/* line 11773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_mg"],
em[data-emoji=":flag_mg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ec.svg");
}

/* line 11777, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_mw"],
em[data-emoji=":flag_mw:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fc.svg");
}

/* line 11781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_my"],
em[data-emoji=":flag_my:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fe.svg");
}

/* line 11785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_mv"],
em[data-emoji=":flag_mv:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fb.svg");
}

/* line 11789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ml"],
em[data-emoji=":flag_ml:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f1.svg");
}

/* line 11793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_mt"],
em[data-emoji=":flag_mt:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f9.svg");
}

/* line 11797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_mh"],
em[data-emoji=":flag_mh:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ed.svg");
}

/* line 11801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_mq"],
em[data-emoji=":flag_mq:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f6.svg");
}

/* line 11805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_mr"],
em[data-emoji=":flag_mr:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f7.svg");
}

/* line 11809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_mu"],
em[data-emoji=":flag_mu:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fa.svg");
}

/* line 11813, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_yt"],
em[data-emoji=":flag_yt:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fe-1f1f9.svg");
}

/* line 11817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_mx"],
em[data-emoji=":flag_mx:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fd.svg");
}

/* line 11821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_fm"],
em[data-emoji=":flag_fm:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f2.svg");
}

/* line 11825, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_md"],
em[data-emoji=":flag_md:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e9.svg");
}

/* line 11829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_mc"],
em[data-emoji=":flag_mc:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e8.svg");
}

/* line 11833, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_mn"],
em[data-emoji=":flag_mn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f3.svg");
}

/* line 11837, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_me"],
em[data-emoji=":flag_me:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ea.svg");
}

/* line 11841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ms"],
em[data-emoji=":flag_ms:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f8.svg");
}

/* line 11845, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ma"],
em[data-emoji=":flag_ma:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e6.svg");
}

/* line 11849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_mz"],
em[data-emoji=":flag_mz:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ff.svg");
}

/* line 11853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_mm"],
em[data-emoji=":flag_mm:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f2.svg");
}

/* line 11857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_na"],
em[data-emoji=":flag_na:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1e6.svg");
}

/* line 11861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_nr"],
em[data-emoji=":flag_nr:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f7.svg");
}

/* line 11865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_np"],
em[data-emoji=":flag_np:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f5.svg");
}

/* line 11869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_nl"],
em[data-emoji=":flag_nl:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f1.svg");
}

/* line 11873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_nc"],
em[data-emoji=":flag_nc:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1e8.svg");
}

/* line 11877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_nz"],
em[data-emoji=":flag_nz:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ff.svg");
}

/* line 11881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ni"],
em[data-emoji=":flag_ni:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ee.svg");
}

/* line 11885, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ne"],
em[data-emoji=":flag_ne:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ea.svg");
}

/* line 11889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ng"],
em[data-emoji=":flag_ng:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ec.svg");
}

/* line 11893, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_nu"],
em[data-emoji=":flag_nu:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1fa.svg");
}

/* line 11897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_nf"],
em[data-emoji=":flag_nf:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1eb.svg");
}

/* line 11901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_kp"],
em[data-emoji=":flag_kp:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f5.svg");
}

/* line 11905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_mp"],
em[data-emoji=":flag_mp:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f5.svg");
}

/* line 11909, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_no"],
em[data-emoji=":flag_no:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f4.svg");
}

/* line 11913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_om"],
em[data-emoji=":flag_om:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f4-1f1f2.svg");
}

/* line 11917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_pk"],
em[data-emoji=":flag_pk:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f0.svg");
}

/* line 11921, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_pw"],
em[data-emoji=":flag_pw:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1fc.svg");
}

/* line 11925, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ps"],
em[data-emoji=":flag_ps:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f8.svg");
}

/* line 11929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_pa"],
em[data-emoji=":flag_pa:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1e6.svg");
}

/* line 11933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_pg"],
em[data-emoji=":flag_pg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ec.svg");
}

/* line 11937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_py"],
em[data-emoji=":flag_py:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1fe.svg");
}

/* line 11941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_pe"],
em[data-emoji=":flag_pe:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ea.svg");
}

/* line 11945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ph"],
em[data-emoji=":flag_ph:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ed.svg");
}

/* line 11949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_pn"],
em[data-emoji=":flag_pn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f3.svg");
}

/* line 11953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_pl"],
em[data-emoji=":flag_pl:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f1.svg");
}

/* line 11957, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_pt"],
em[data-emoji=":flag_pt:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f9.svg");
}

/* line 11961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_pr"],
em[data-emoji=":flag_pr:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f7.svg");
}

/* line 11965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_qa"],
em[data-emoji=":flag_qa:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f6-1f1e6.svg");
}

/* line 11969, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_re"],
em[data-emoji=":flag_re:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1ea.svg");
}

/* line 11973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ro"],
em[data-emoji=":flag_ro:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1f4.svg");
}

/* line 11977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ru"],
em[data-emoji=":flag_ru:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1fa.svg");
}

/* line 11981, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_rw"],
em[data-emoji=":flag_rw:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1fc.svg");
}

/* line 11985, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ws"],
em[data-emoji=":flag_ws:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fc-1f1f8.svg");
}

/* line 11989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_sm"],
em[data-emoji=":flag_sm:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f2.svg");
}

/* line 11993, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_st"],
em[data-emoji=":flag_st:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f9.svg");
}

/* line 11997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_sa"],
em[data-emoji=":flag_sa:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e6.svg");
}

/* line 12001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_sn"],
em[data-emoji=":flag_sn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f3.svg");
}

/* line 12005, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_rs"],
em[data-emoji=":flag_rs:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1f8.svg");
}

/* line 12009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_sc"],
em[data-emoji=":flag_sc:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e8.svg");
}

/* line 12013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_sl"],
em[data-emoji=":flag_sl:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f1.svg");
}

/* line 12017, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_sg"],
em[data-emoji=":flag_sg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ec.svg");
}

/* line 12021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_sx"],
em[data-emoji=":flag_sx:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fd.svg");
}

/* line 12025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_sk"],
em[data-emoji=":flag_sk:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f0.svg");
}

/* line 12029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_si"],
em[data-emoji=":flag_si:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ee.svg");
}

/* line 12033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_gs"],
em[data-emoji=":flag_gs:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f8.svg");
}

/* line 12037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_sb"],
em[data-emoji=":flag_sb:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e7.svg");
}

/* line 12041, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_so"],
em[data-emoji=":flag_so:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f4.svg");
}

/* line 12045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_za"],
em[data-emoji=":flag_za:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1e6.svg");
}

/* line 12049, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_kr"],
em[data-emoji=":flag_kr:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f7.svg");
}

/* line 12053, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ss"],
em[data-emoji=":flag_ss:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f8.svg");
}

/* line 12057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_es"],
em[data-emoji=":flag_es:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f8.svg");
}

/* line 12061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_lk"],
em[data-emoji=":flag_lk:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f0.svg");
}

/* line 12065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_bl"],
em[data-emoji=":flag_bl:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f1.svg");
}

/* line 12069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_sh"],
em[data-emoji=":flag_sh:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ed.svg");
}

/* line 12073, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_kn"],
em[data-emoji=":flag_kn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f3.svg");
}

/* line 12077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_lc"],
em[data-emoji=":flag_lc:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e8.svg");
}

/* line 12081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_pm"],
em[data-emoji=":flag_pm:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f2.svg");
}

/* line 12085, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_vc"],
em[data-emoji=":flag_vc:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1e8.svg");
}

/* line 12089, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_sd"],
em[data-emoji=":flag_sd:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e9.svg");
}

/* line 12093, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_sr"],
em[data-emoji=":flag_sr:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f7.svg");
}

/* line 12097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_sz"],
em[data-emoji=":flag_sz:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ff.svg");
}

/* line 12101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_se"],
em[data-emoji=":flag_se:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ea.svg");
}

/* line 12105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ch"],
em[data-emoji=":flag_ch:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ed.svg");
}

/* line 12109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_sy"],
em[data-emoji=":flag_sy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fe.svg");
}

/* line 12113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_tw"],
em[data-emoji=":flag_tw:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1fc.svg");
}

/* line 12117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_tj"],
em[data-emoji=":flag_tj:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ef.svg");
}

/* line 12121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_tz"],
em[data-emoji=":flag_tz:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ff.svg");
}

/* line 12125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_th"],
em[data-emoji=":flag_th:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ed.svg");
}

/* line 12129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_tl"],
em[data-emoji=":flag_tl:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f1.svg");
}

/* line 12133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_tg"],
em[data-emoji=":flag_tg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ec.svg");
}

/* line 12137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_tk"],
em[data-emoji=":flag_tk:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f0.svg");
}

/* line 12141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_to"],
em[data-emoji=":flag_to:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f4.svg");
}

/* line 12145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_tt"],
em[data-emoji=":flag_tt:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f9.svg");
}

/* line 12149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_tn"],
em[data-emoji=":flag_tn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f3.svg");
}

/* line 12153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_tr"],
em[data-emoji=":flag_tr:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f7.svg");
}

/* line 12157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_tm"],
em[data-emoji=":flag_tm:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f2.svg");
}

/* line 12161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_tc"],
em[data-emoji=":flag_tc:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e8.svg");
}

/* line 12165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_vi"],
em[data-emoji=":flag_vi:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ee.svg");
}

/* line 12169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_tv"],
em[data-emoji=":flag_tv:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1fb.svg");
}

/* line 12173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ug"],
em[data-emoji=":flag_ug:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1ec.svg");
}

/* line 12177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ua"],
em[data-emoji=":flag_ua:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1e6.svg");
}

/* line 12181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ae"],
em[data-emoji=":flag_ae:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ea.svg");
}

/* line 12185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_gb"],
em[data-emoji=":flag_gb:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e7.svg");
}

/* line 12189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="england"],
em[data-emoji=":england:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.svg");
}

/* line 12193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="scotland"],
em[data-emoji=":scotland:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.svg");
}

/* line 12197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="wales"],
em[data-emoji=":wales:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.svg");
}

/* line 12201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_us"],
em[data-emoji=":flag_us:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f8.svg");
}

/* line 12205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_uy"],
em[data-emoji=":flag_uy:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1fe.svg");
}

/* line 12209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_uz"],
em[data-emoji=":flag_uz:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1ff.svg");
}

/* line 12213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_vu"],
em[data-emoji=":flag_vu:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1fa.svg");
}

/* line 12217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_va"],
em[data-emoji=":flag_va:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1e6.svg");
}

/* line 12221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ve"],
em[data-emoji=":flag_ve:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ea.svg");
}

/* line 12225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_vn"],
em[data-emoji=":flag_vn:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1f3.svg");
}

/* line 12229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_wf"],
em[data-emoji=":flag_wf:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fc-1f1eb.svg");
}

/* line 12233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_eh"],
em[data-emoji=":flag_eh:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ed.svg");
}

/* line 12237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ye"],
em[data-emoji=":flag_ye:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fe-1f1ea.svg");
}

/* line 12241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_zm"],
em[data-emoji=":flag_zm:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1f2.svg");
}

/* line 12245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_zw"],
em[data-emoji=":flag_zw:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1fc.svg");
}

/* line 12249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ac"],
em[data-emoji=":flag_ac:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1e8.svg");
}

/* line 12253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_bv"],
em[data-emoji=":flag_bv:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fb.svg");
}

/* line 12257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_cp"],
em[data-emoji=":flag_cp:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f5.svg");
}

/* line 12261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ea"],
em[data-emoji=":flag_ea:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1e6.svg");
}

/* line 12265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_dg"],
em[data-emoji=":flag_dg:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ec.svg");
}

/* line 12269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_hm"],
em[data-emoji=":flag_hm:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f2.svg");
}

/* line 12273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_mf"],
em[data-emoji=":flag_mf:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1eb.svg");
}

/* line 12277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_sj"],
em[data-emoji=":flag_sj:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ef.svg");
}

/* line 12281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_ta"],
em[data-emoji=":flag_ta:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e6.svg");
}

/* line 12285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="flag_um"],
em[data-emoji=":flag_um:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f2.svg");
}

/* line 12289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="united_nations"],
em[data-emoji=":united_nations:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f3.svg");
}

/* line 12293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tone1"],
em[data-emoji=":tone1:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3fb.svg");
}

/* line 12297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tone2"],
em[data-emoji=":tone2:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3fc.svg");
}

/* line 12301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tone3"],
em[data-emoji=":tone3:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3fd.svg");
}

/* line 12305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tone4"],
em[data-emoji=":tone4:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3fe.svg");
}

/* line 12309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_emoji.scss */
em[data-emoji="tone5"],
em[data-emoji=":tone5:"] {
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ff.svg");
}

/*!
 * # Fomantic-UI - Header
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Header
*******************************/
/* Standard */
/* line 18, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.header {
  border: none;
  margin: calc(2rem - 0.1428571428571429em) 0 1rem;
  padding: 0 0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.28571429em;
  text-transform: none;
  color: rgba(0, 0, 0, 0.87);
}

/* line 28, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.header:first-child {
  margin-top: -0.14285714em;
}

/* line 31, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.header:last-child {
  margin-bottom: 0;
}

/*--------------
     Sub Header
  ---------------*/
/* line 39, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.header .sub.header {
  display: block;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.2em;
  color: rgba(0, 0, 0, 0.6);
}

/*--------------
      Icon
---------------*/
/* line 53, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.header > .icon {
  display: table-cell;
  opacity: 1;
  font-size: 1.5em;
  padding-top: 0;
  vertical-align: middle;
}

/* With Text Node */
/* line 62, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.header .icon:only-child {
  display: inline-block;
  padding: 0;
  margin-right: 0.75rem;
}

/*-------------------
        Image
--------------------*/
/* line 72, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.header > .image:not(.icon),
.ui.header > img {
  display: inline-block;
  margin-top: 0.14285714em;
  width: 2.5em;
  height: auto;
  vertical-align: middle;
}

/* line 80, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.header > .image:not(.icon):only-child,
.ui.header > img:only-child {
  margin-right: 0.75rem;
}

/*--------------
     Content
---------------*/
/* line 89, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.header .content {
  display: inline-block;
  vertical-align: top;
}

/* After Image */
/* line 95, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.header > img + .content,
.ui.header > .image + .content {
  padding-left: 0.75rem;
  vertical-align: middle;
}

/* After Icon */
/* line 102, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.header > .icon + .content {
  padding-left: 0.75rem;
  display: table-cell;
  vertical-align: middle;
}

/*--------------
 Loose Coupling
---------------*/
/* line 112, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.header .ui.label {
  font-size: '';
  margin-left: 0.5rem;
  vertical-align: middle;
}

/* Positioning */
/* line 119, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.header + p {
  margin-top: 0;
}

/*******************************
            Types
*******************************/
/*--------------
     Page
---------------*/
/* line 133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
h1.ui.header {
  font-size: 2rem;
}

/* line 136, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
h1.ui.header .sub.header {
  font-size: 1.14285714rem;
}

/* line 139, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
h2.ui.header {
  font-size: 1.71428571rem;
}

/* line 142, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
h2.ui.header .sub.header {
  font-size: 1.14285714rem;
}

/* line 145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
h3.ui.header {
  font-size: 1.28571429rem;
}

/* line 148, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
h3.ui.header .sub.header {
  font-size: 1rem;
}

/* line 151, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
h4.ui.header {
  font-size: 1.07142857rem;
}

/* line 154, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
h4.ui.header .sub.header {
  font-size: 1rem;
}

/* line 157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
h5.ui.header {
  font-size: 1rem;
}

/* line 160, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
h5.ui.header .sub.header {
  font-size: 0.92857143rem;
}

/* line 163, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
h6.ui.header {
  font-size: 0.85714286rem;
}

/* line 166, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
h6.ui.header .sub.header {
  font-size: 0.92857143rem;
}

/*--------------
 Content Heading
---------------*/
/* line 174, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.mini.header {
  font-size: 0.85714286em;
}

/* line 177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.mini.header .sub.header {
  font-size: 0.92857143rem;
}

/* line 180, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.mini.sub.header {
  font-size: 0.78571429em;
}

/* line 183, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.tiny.header {
  font-size: 1em;
}

/* line 186, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.tiny.header .sub.header {
  font-size: 0.92857143rem;
}

/* line 189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.tiny.sub.header {
  font-size: 0.78571429em;
}

/* line 192, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.small.header {
  font-size: 1.07142857em;
}

/* line 195, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.small.header .sub.header {
  font-size: 1rem;
}

/* line 198, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.small.sub.header {
  font-size: 0.78571429em;
}

/* line 201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.large.header {
  font-size: 1.71428571em;
}

/* line 204, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.large.header .sub.header {
  font-size: 1.14285714rem;
}

/* line 207, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.large.sub.header {
  font-size: 0.92857143em;
}

/* line 210, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.big.header {
  font-size: 1.85714286em;
}

/* line 213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.big.header .sub.header {
  font-size: 1.14285714rem;
}

/* line 216, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.big.sub.header {
  font-size: 1em;
}

/* line 219, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.huge.header {
  font-size: 2em;
  min-height: 1em;
}

/* line 223, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.huge.header .sub.header {
  font-size: 1.14285714rem;
}

/* line 226, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.huge.sub.header {
  font-size: 1em;
}

/* line 229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.massive.header {
  font-size: 2.28571429em;
  min-height: 1em;
}

/* line 233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.massive.header .sub.header {
  font-size: 1.42857143rem;
}

/* line 236, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.massive.sub.header {
  font-size: 1.14285714em;
}

/*--------------
     Sub Heading
  ---------------*/
/* line 244, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.sub.header {
  padding: 0;
  margin-bottom: 0.14285714rem;
  font-weight: bold;
  font-size: 0.85714286em;
  text-transform: uppercase;
  color: '';
}

/*-------------------
          Icon
  --------------------*/
/* line 257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.icon.header {
  display: inline-block;
  text-align: center;
  margin: 2rem 0 1rem;
}

/* line 262, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.icon.header:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.icon.header:first-child {
  margin-top: 0;
}

/* line 272, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.icon.header .icon {
  float: none;
  display: block;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0;
  font-size: 3em;
  margin: 0 auto 0.5rem;
  opacity: 1;
}

/* line 283, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.icon.header .corner.icon {
  font-size: calc(3em * 0.45);
}

/* line 286, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.icon.header .content {
  display: block;
  padding: 0;
}

/* line 290, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.icon.header .circular.icon {
  font-size: 2em;
}

/* line 293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.icon.header .square.icon {
  font-size: 2em;
}

/* line 296, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.block.icon.header .icon {
  margin-bottom: 0;
}

/* line 299, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.icon.header.aligned {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*******************************
            States
*******************************/
/* line 310, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.disabled.header {
  opacity: 0.45;
}

/*******************************
           Variations
*******************************/
/*-------------------
        Inverted
  --------------------*/
/* line 324, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.header {
  color: #FFFFFF;
}

/* line 327, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.header .sub.header {
  color: rgba(255, 255, 255, 0.8);
}

/* line 330, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.attached.header {
  background: #1A1A1D;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}

/* line 336, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.block.header {
  background: #545454 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
}

/*-------------------
       Colors
--------------------*/
/* line 349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.primary.header {
  color: #2196f3;
}

/* line 352, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.primary.header:hover {
  color: #1678c2;
}

/* line 355, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.primary.dividing.header {
  border-bottom: 2px solid #2196f3;
}

/* line 358, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.primary.header.header.header {
  color: #54C8FF;
}

/* line 361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.inverted.primary.header.header.header:hover {
  color: #21b8ff;
}

/* line 364, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.primary.dividing.header {
  border-bottom: 2px solid #54C8FF;
}

/* line 367, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.secondary.header {
  color: #1A1A1D;
}

/* line 370, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.secondary.header:hover {
  color: #27292a;
}

/* line 373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.secondary.dividing.header {
  border-bottom: 2px solid #1A1A1D;
}

/* line 376, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.secondary.header.header.header {
  color: #545454;
}

/* line 379, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.inverted.secondary.header.header.header:hover {
  color: #6e6e6e;
}

/* line 382, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.secondary.dividing.header {
  border-bottom: 2px solid #545454;
}

/* line 385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.red.header {
  color: #d32f2f;
}

/* line 388, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.red.header:hover {
  color: #d01919;
}

/* line 391, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.red.dividing.header {
  border-bottom: 2px solid #d32f2f;
}

/* line 394, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.red.header.header.header {
  color: #FF695E;
}

/* line 397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.inverted.red.header.header.header:hover {
  color: #ff392b;
}

/* line 400, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.red.dividing.header {
  border-bottom: 2px solid #FF695E;
}

/* line 403, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.orange.header {
  color: #f57c00;
}

/* line 406, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.orange.header:hover {
  color: #f26202;
}

/* line 409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.orange.dividing.header {
  border-bottom: 2px solid #f57c00;
}

/* line 412, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.orange.header.header.header {
  color: #FF851B;
}

/* line 415, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.inverted.orange.header.header.header:hover {
  color: #e76b00;
}

/* line 418, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.orange.dividing.header {
  border-bottom: 2px solid #FF851B;
}

/* line 421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.yellow.header {
  color: #FBBD08;
}

/* line 424, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.yellow.header:hover {
  color: #eaae00;
}

/* line 427, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.yellow.dividing.header {
  border-bottom: 2px solid #FBBD08;
}

/* line 430, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.yellow.header.header.header {
  color: #FFE21F;
}

/* line 433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.inverted.yellow.header.header.header:hover {
  color: #ebcd00;
}

/* line 436, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.yellow.dividing.header {
  border-bottom: 2px solid #FFE21F;
}

/* line 439, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.olive.header {
  color: #B5CC18;
}

/* line 442, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.olive.header:hover {
  color: #a7bd0d;
}

/* line 445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.olive.dividing.header {
  border-bottom: 2px solid #B5CC18;
}

/* line 448, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.olive.header.header.header {
  color: #D9E778;
}

/* line 451, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.inverted.olive.header.header.header:hover {
  color: #d2e745;
}

/* line 454, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.olive.dividing.header {
  border-bottom: 2px solid #D9E778;
}

/* line 457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.green.header {
  color: #21BA45;
}

/* line 460, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.green.header:hover {
  color: #16ab39;
}

/* line 463, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.green.dividing.header {
  border-bottom: 2px solid #21BA45;
}

/* line 466, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.green.header.header.header {
  color: #2ECC40;
}

/* line 469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.inverted.green.header.header.header:hover {
  color: #1ea92e;
}

/* line 472, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.green.dividing.header {
  border-bottom: 2px solid #2ECC40;
}

/* line 475, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.teal.header {
  color: #00796b;
}

/* line 478, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.teal.header:hover {
  color: #009c95;
}

/* line 481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.teal.dividing.header {
  border-bottom: 2px solid #00796b;
}

/* line 484, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.teal.header.header.header {
  color: #6DFFFF;
}

/* line 487, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.inverted.teal.header.header.header:hover {
  color: #3affff;
}

/* line 490, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.teal.dividing.header {
  border-bottom: 2px solid #6DFFFF;
}

/* line 493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.blue.header {
  color: #2196f3;
}

/* line 496, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.blue.header:hover {
  color: #1678c2;
}

/* line 499, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.blue.dividing.header {
  border-bottom: 2px solid #2196f3;
}

/* line 502, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.blue.header.header.header {
  color: #54C8FF;
}

/* line 505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.inverted.blue.header.header.header:hover {
  color: #21b8ff;
}

/* line 508, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.blue.dividing.header {
  border-bottom: 2px solid #54C8FF;
}

/* line 511, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.violet.header {
  color: #6435C9;
}

/* line 514, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.violet.header:hover {
  color: #5829bb;
}

/* line 517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.violet.dividing.header {
  border-bottom: 2px solid #6435C9;
}

/* line 520, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.violet.header.header.header {
  color: #A291FB;
}

/* line 523, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.inverted.violet.header.header.header:hover {
  color: #745aff;
}

/* line 526, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.violet.dividing.header {
  border-bottom: 2px solid #A291FB;
}

/* line 529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.purple.header {
  color: #A333C8;
}

/* line 532, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.purple.header:hover {
  color: #9627ba;
}

/* line 535, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.purple.dividing.header {
  border-bottom: 2px solid #A333C8;
}

/* line 538, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.purple.header.header.header {
  color: #DC73FF;
}

/* line 541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.inverted.purple.header.header.header:hover {
  color: #cf40ff;
}

/* line 544, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.purple.dividing.header {
  border-bottom: 2px solid #DC73FF;
}

/* line 547, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.pink.header {
  color: #E03997;
}

/* line 550, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.pink.header:hover {
  color: #e61a8d;
}

/* line 553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.pink.dividing.header {
  border-bottom: 2px solid #E03997;
}

/* line 556, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.pink.header.header.header {
  color: #FF8EDF;
}

/* line 559, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.inverted.pink.header.header.header:hover {
  color: #ff5bd1;
}

/* line 562, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.pink.dividing.header {
  border-bottom: 2px solid #FF8EDF;
}

/* line 565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.brown.header {
  color: #A5673F;
}

/* line 568, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.brown.header:hover {
  color: #975b33;
}

/* line 571, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.brown.dividing.header {
  border-bottom: 2px solid #A5673F;
}

/* line 574, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.brown.header.header.header {
  color: #D67C1C;
}

/* line 577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.inverted.brown.header.header.header:hover {
  color: #b0620f;
}

/* line 580, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.brown.dividing.header {
  border-bottom: 2px solid #D67C1C;
}

/* line 583, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.grey.header {
  color: #767676;
}

/* line 586, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.grey.header:hover {
  color: #838383;
}

/* line 589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.grey.dividing.header {
  border-bottom: 2px solid #767676;
}

/* line 592, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.grey.header.header.header {
  color: #DCDDDE;
}

/* line 595, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.inverted.grey.header.header.header:hover {
  color: #c2c4c5;
}

/* line 598, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.grey.dividing.header {
  border-bottom: 2px solid #DCDDDE;
}

/* line 601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.black.header {
  color: #1A1A1D;
}

/* line 604, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.black.header:hover {
  color: #27292a;
}

/* line 607, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.black.dividing.header {
  border-bottom: 2px solid #1A1A1D;
}

/* line 610, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.black.header.header.header {
  color: #545454;
}

/* line 613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
a.ui.inverted.black.header.header.header:hover {
  color: #000000;
}

/* line 616, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.black.dividing.header {
  border-bottom: 2px solid #545454;
}

/*-------------------
         Aligned
  --------------------*/
/* line 624, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.left.aligned.header {
  text-align: left;
}

/* line 627, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.right.aligned.header {
  text-align: right;
}

/* line 630, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.centered.header,
.ui.center.aligned.header {
  text-align: center;
}

/* line 634, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.justified.header {
  text-align: justify;
}

/* line 637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.justified.header:after {
  display: inline-block;
  content: '';
  width: 100%;
}

/*-------------------
         Floated
  --------------------*/
/* line 647, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.floated.header,
.ui[class*="left floated"].header {
  float: left;
  margin-top: 0;
  margin-right: 0.5em;
}

/* line 653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui[class*="right floated"].header {
  float: right;
  margin-top: 0;
  margin-left: 0.5em;
}

/*-------------------
         Fitted
  --------------------*/
/* line 663, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.fitted.header {
  padding: 0;
}

/*-------------------
        Dividing
  --------------------*/
/* line 671, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.dividing.header {
  padding-bottom: 0.21428571rem;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

/* line 675, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.dividing.header .sub.header {
  padding-bottom: 0.21428571rem;
}

/* line 678, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.dividing.header .icon {
  margin-bottom: 0;
}

/* line 681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.inverted.dividing.header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/*-------------------
          Block
  --------------------*/
/* line 689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.block.header {
  background: #F3F4F5;
  padding: 0.78571429rem 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #D4D4D5;
  border-radius: 0.28571429rem;
}

/* line 697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 1rem;
}

/* line 700, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.mini.block.header {
  font-size: 0.78571429rem;
}

/* line 703, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.tiny.block.header {
  font-size: 0.85714286rem;
}

/* line 706, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.small.block.header {
  font-size: 0.92857143rem;
}

/* line 709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.large.block.header {
  font-size: 1.14285714rem;
}

/* line 712, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.big.block.header {
  font-size: 1.28571429rem;
}

/* line 715, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.huge.block.header {
  font-size: 1.42857143rem;
}

/* line 718, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.massive.block.header {
  font-size: 1.71428571rem;
}

/*-------------------
         Attached
  --------------------*/
/* line 726, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.attached.header {
  background: #FFFFFF;
  padding: 0.78571429rem 1rem;
  margin: 0 -1px 0 -1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #D4D4D5;
  border-radius: 0;
}

/* line 735, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.attached.block.header {
  background: #F3F4F5;
}

/* line 738, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.attached:not(.top).header {
  border-top: none;
}

/* line 741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.top.attached.header {
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* line 744, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.bottom.attached.header {
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

/* Attached Sizes */
/* line 749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 1em;
}

/* line 752, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.mini.attached.header {
  font-size: 0.78571429em;
}

/* line 755, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.tiny.attached.header {
  font-size: 0.85714286em;
}

/* line 758, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.small.attached.header {
  font-size: 0.92857143em;
}

/* line 761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.large.attached.header {
  font-size: 1.14285714em;
}

/* line 764, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.big.attached.header {
  font-size: 1.28571429em;
}

/* line 767, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.huge.attached.header {
  font-size: 1.42857143em;
}

/* line 770, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.massive.attached.header {
  font-size: 1.71428571em;
}

/*-------------------
        Sizing
--------------------*/
/* line 778, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_header.scss */
.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 1.28571429em;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Icon
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Icon
*******************************/
@font-face {
  font-family: 'Icons';
  src: url(/assets/semantic-ui/icons-d5342ae679d7064d475403ce5fe05d80f1a0abe5881f729ee0e3272a9c355f3b.eot);
  src: url(/assets/semantic-ui/icons-d5342ae679d7064d475403ce5fe05d80f1a0abe5881f729ee0e3272a9c355f3b.eot?#iefix) format("embedded-opentype"), url(/assets/semantic-ui/icons-cd398be1a91817126cef10224738e624358edf6f08043abad7e60c1aaeccc8d0.woff2) format("woff2"), url(/assets/semantic-ui/icons-c1450cddfd98668e6e593e2d26f11b4c43faaccb5f033b0b50ea6f1ce7bf4b58.woff) format("woff"), url(/assets/semantic-ui/icons-9313de7304bef452ff5ac93e0f9ca48c3971d2fbb502c3fa1e2c2ea1f91ad853.ttf) format("truetype"), url(/assets/semantic-ui/icons-4ee1b170ff51b7fda11acef551d1ef492c0ebc1aff8e5712d3e30fcbb835776d.svg#icons) format("svg");
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}
/* line 26, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon {
  display: inline-block;
  opacity: 1;
  margin: 0 0.25rem 0 0;
  width: 1.18em;
  height: 1em;
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 43, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon:before {
  background: none !important;
}

/*******************************
             Types
*******************************/
/*--------------
      Loading
  ---------------*/
/* line 57, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.loading {
  height: 1em;
  line-height: 1;
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

/*******************************
             States
*******************************/
/* line 69, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon:hover,
i.icons:hover,
i.icon:active,
i.icons:active,
i.emphasized.icon:not(.disabled),
i.emphasized.icons:not(.disabled) {
  opacity: 1;
}

/* line 77, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.disabled.icon,
i.disabled.icons {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}

/*******************************
           Variations
*******************************/
/*-------------------
          Fitted
  --------------------*/
/* line 94, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.fitted.icon {
  width: auto;
  margin: 0 !important;
}

/*-------------------
           Link
  --------------------*/
/* line 103, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.link.icon:not(.disabled),
i.link.icons:not(.disabled) {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/* line 110, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.link.icon:hover,
i.link.icons:hover {
  opacity: 1;
}

/*-------------------
        Circular
  --------------------*/
/* line 119, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.circular.icon {
  border-radius: 500em !important;
  line-height: 1 !important;
  padding: 0.5em 0 !important;
  -webkit-box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
  width: 2em !important;
  height: 2em !important;
}

/* line 128, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.circular.inverted.icon {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*-------------------
        Flipped
  --------------------*/
/* line 138, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.flipped.icon,
i.horizontally.flipped.icon {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 143, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.vertically.flipped.icon {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/*-------------------
        Rotated
  --------------------*/
/* line 152, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.rotated.icon,
i.right.rotated.icon,
i.clockwise.rotated.icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 158, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.left.rotated.icon,
i.counterclockwise.rotated.icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 163, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.halfway.rotated.icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*--------------------------
        Flipped & Rotated
  ---------------------------*/
/* line 172, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.rotated.flipped.icon,
i.right.rotated.flipped.icon,
i.clockwise.rotated.flipped.icon {
  -webkit-transform: scale(-1, 1) rotate(90deg);
  transform: scale(-1, 1) rotate(90deg);
}

/* line 178, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.left.rotated.flipped.icon,
i.counterclockwise.rotated.flipped.icon {
  -webkit-transform: scale(-1, 1) rotate(-90deg);
  transform: scale(-1, 1) rotate(-90deg);
}

/* line 183, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.halfway.rotated.flipped.icon {
  -webkit-transform: scale(-1, 1) rotate(180deg);
  transform: scale(-1, 1) rotate(180deg);
}

/* line 187, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.rotated.vertically.flipped.icon,
i.right.rotated.vertically.flipped.icon,
i.clockwise.rotated.vertically.flipped.icon {
  -webkit-transform: scale(1, -1) rotate(90deg);
  transform: scale(1, -1) rotate(90deg);
}

/* line 193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.left.rotated.vertically.flipped.icon,
i.counterclockwise.rotated.vertically.flipped.icon {
  -webkit-transform: scale(1, -1) rotate(-90deg);
  transform: scale(1, -1) rotate(-90deg);
}

/* line 198, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.halfway.rotated.vertically.flipped.icon {
  -webkit-transform: scale(1, -1) rotate(180deg);
  transform: scale(1, -1) rotate(180deg);
}

/*-------------------
        Bordered
  --------------------*/
/* line 207, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.bordered.icon {
  line-height: 1;
  vertical-align: baseline;
  width: 2em;
  height: 2em;
  padding: 0.5em 0 !important;
  -webkit-box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
}

/* line 216, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.bordered.inverted.icon {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*-------------------
        Inverted
  --------------------*/
/* Inverted Shapes */
/* line 228, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.bordered.icon,
i.inverted.circular.icon {
  background-color: #1A1A1D;
  color: #FFFFFF;
}

/* line 233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.icon {
  color: #FFFFFF;
}

/*-------------------
       Colors
--------------------*/
/* line 241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.primary.icon.icon.icon.icon {
  color: #2196f3;
}

/* line 244, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.primary.icon.icon.icon.icon {
  color: #54C8FF;
}

/* line 247, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.bordered.primary.icon.icon.icon.icon,
i.inverted.circular.primary.icon.icon.icon.icon {
  background-color: #2196f3;
  color: #FFFFFF;
}

/* line 252, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.secondary.icon.icon.icon.icon {
  color: #1A1A1D;
}

/* line 255, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.secondary.icon.icon.icon.icon {
  color: #545454;
}

/* line 258, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.bordered.secondary.icon.icon.icon.icon,
i.inverted.circular.secondary.icon.icon.icon.icon {
  background-color: #1A1A1D;
  color: #FFFFFF;
}

/* line 263, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.red.icon.icon.icon.icon {
  color: #d32f2f;
}

/* line 266, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.red.icon.icon.icon.icon {
  color: #FF695E;
}

/* line 269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.bordered.red.icon.icon.icon.icon,
i.inverted.circular.red.icon.icon.icon.icon {
  background-color: #d32f2f;
  color: #FFFFFF;
}

/* line 274, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.orange.icon.icon.icon.icon {
  color: #f57c00;
}

/* line 277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.orange.icon.icon.icon.icon {
  color: #FF851B;
}

/* line 280, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.bordered.orange.icon.icon.icon.icon,
i.inverted.circular.orange.icon.icon.icon.icon {
  background-color: #f57c00;
  color: #FFFFFF;
}

/* line 285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.yellow.icon.icon.icon.icon {
  color: #FBBD08;
}

/* line 288, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.yellow.icon.icon.icon.icon {
  color: #FFE21F;
}

/* line 291, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.bordered.yellow.icon.icon.icon.icon,
i.inverted.circular.yellow.icon.icon.icon.icon {
  background-color: #FBBD08;
  color: #FFFFFF;
}

/* line 296, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.olive.icon.icon.icon.icon {
  color: #B5CC18;
}

/* line 299, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.olive.icon.icon.icon.icon {
  color: #D9E778;
}

/* line 302, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.bordered.olive.icon.icon.icon.icon,
i.inverted.circular.olive.icon.icon.icon.icon {
  background-color: #B5CC18;
  color: #FFFFFF;
}

/* line 307, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.green.icon.icon.icon.icon {
  color: #21BA45;
}

/* line 310, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.green.icon.icon.icon.icon {
  color: #2ECC40;
}

/* line 313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.bordered.green.icon.icon.icon.icon,
i.inverted.circular.green.icon.icon.icon.icon {
  background-color: #21BA45;
  color: #FFFFFF;
}

/* line 318, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.teal.icon.icon.icon.icon {
  color: #00796b;
}

/* line 321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.teal.icon.icon.icon.icon {
  color: #6DFFFF;
}

/* line 324, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.bordered.teal.icon.icon.icon.icon,
i.inverted.circular.teal.icon.icon.icon.icon {
  background-color: #00796b;
  color: #FFFFFF;
}

/* line 329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.blue.icon.icon.icon.icon {
  color: #2196f3;
}

/* line 332, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.blue.icon.icon.icon.icon {
  color: #54C8FF;
}

/* line 335, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.bordered.blue.icon.icon.icon.icon,
i.inverted.circular.blue.icon.icon.icon.icon {
  background-color: #2196f3;
  color: #FFFFFF;
}

/* line 340, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.violet.icon.icon.icon.icon {
  color: #6435C9;
}

/* line 343, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.violet.icon.icon.icon.icon {
  color: #A291FB;
}

/* line 346, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.bordered.violet.icon.icon.icon.icon,
i.inverted.circular.violet.icon.icon.icon.icon {
  background-color: #6435C9;
  color: #FFFFFF;
}

/* line 351, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.purple.icon.icon.icon.icon {
  color: #A333C8;
}

/* line 354, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.purple.icon.icon.icon.icon {
  color: #DC73FF;
}

/* line 357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.bordered.purple.icon.icon.icon.icon,
i.inverted.circular.purple.icon.icon.icon.icon {
  background-color: #A333C8;
  color: #FFFFFF;
}

/* line 362, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.pink.icon.icon.icon.icon {
  color: #E03997;
}

/* line 365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.pink.icon.icon.icon.icon {
  color: #FF8EDF;
}

/* line 368, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.bordered.pink.icon.icon.icon.icon,
i.inverted.circular.pink.icon.icon.icon.icon {
  background-color: #E03997;
  color: #FFFFFF;
}

/* line 373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.brown.icon.icon.icon.icon {
  color: #A5673F;
}

/* line 376, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.brown.icon.icon.icon.icon {
  color: #D67C1C;
}

/* line 379, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.bordered.brown.icon.icon.icon.icon,
i.inverted.circular.brown.icon.icon.icon.icon {
  background-color: #A5673F;
  color: #FFFFFF;
}

/* line 384, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.grey.icon.icon.icon.icon {
  color: #767676;
}

/* line 387, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.grey.icon.icon.icon.icon {
  color: #DCDDDE;
}

/* line 390, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.bordered.grey.icon.icon.icon.icon,
i.inverted.circular.grey.icon.icon.icon.icon {
  background-color: #767676;
  color: #FFFFFF;
}

/* line 395, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.black.icon.icon.icon.icon {
  color: #1A1A1D;
}

/* line 398, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.black.icon.icon.icon.icon {
  color: #545454;
}

/* line 401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.inverted.bordered.black.icon.icon.icon.icon,
i.inverted.circular.black.icon.icon.icon.icon {
  background-color: #1A1A1D;
  color: #FFFFFF;
}

/*-------------------
        Sizes
--------------------*/
/* line 411, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon,
i.icons {
  font-size: 1em;
}

/* line 415, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.mini.mini.mini.icon,
i.mini.mini.mini.icons {
  line-height: 1;
  vertical-align: middle;
  font-size: 0.4em;
}

/* line 421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.tiny.tiny.tiny.icon,
i.tiny.tiny.tiny.icons {
  line-height: 1;
  vertical-align: middle;
  font-size: 0.5em;
}

/* line 427, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.small.small.small.icon,
i.small.small.small.icons {
  line-height: 1;
  vertical-align: middle;
  font-size: 0.75em;
}

/* line 433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.large.large.large.icon,
i.large.large.large.icons {
  line-height: 1;
  vertical-align: middle;
  font-size: 1.5em;
}

/* line 439, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.big.big.big.icon,
i.big.big.big.icons {
  line-height: 1;
  vertical-align: middle;
  font-size: 2em;
}

/* line 445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.huge.huge.huge.icon,
i.huge.huge.huge.icons {
  line-height: 1;
  vertical-align: middle;
  font-size: 4em;
}

/* line 451, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.massive.massive.massive.icon,
i.massive.massive.massive.icons {
  line-height: 1;
  vertical-align: middle;
  font-size: 8em;
}

/*******************************
              Groups
  *******************************/
/* line 463, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icons {
  display: inline-block;
  position: relative;
  line-height: 1;
}

/* line 468, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icons .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
}

/* line 476, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icons .icon:first-child {
  position: static;
  width: auto;
  height: auto;
  vertical-align: top;
  -webkit-transform: none;
  transform: none;
}

/* Corner Icon */
/* line 486, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icons .corner.icon {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
  font-size: 0.45em;
  text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
}

/* line 496, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icons .icon.corner[class*="top right"] {
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
}

/* line 502, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icons .icon.corner[class*="top left"] {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

/* line 508, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icons .icon.corner[class*="bottom left"] {
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
}

/* line 514, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icons .icon.corner[class*="bottom right"] {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

/* line 520, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icons .inverted.corner.icon {
  text-shadow: -1px -1px 0 #1A1A1D, 1px -1px 0 #1A1A1D, -1px 1px 0 #1A1A1D, 1px 1px 0 #1A1A1D;
}

/*
* Font Awesome 5.11.2 by @fontawesome [https://fontawesome.com]
* License - https://fontawesome.com/license (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, CSS: MIT License)
*/
/*******************************

Fomantic-UI integration of FontAwesome :

// class names are separated
i.icon.angle-left  =>  i.icon.angle.left

// variations are extracted
i.icon.circle      =>  i.icon.circle
i.icon.circle-o    =>  i.icon.circle.outline

// abbreviation are replaced by full words
i.icon.*-h         =>  i.icon.*.horizontal
i.icon.*-v         =>  i.icon.*.vertical
i.icon.alpha       =>  i.icon.alphabet
i.icon.asc         =>  i.icon.ascending
i.icon.desc        =>  i.icon.descending
i.icon.alt         =>  i.icon.alternate


Icons are order A-Z in their group, Solid, Outline, Thin (Pro only) and Brand

*******************************/
/*******************************
             Icons
*******************************/
/* Deprecated *In/Out Naming Conflict) */
/* line 561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.linkedin.in:before {
  content: "\f0e1";
}

/* line 564, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.zoom.in:before {
  content: "\f00e";
}

/* line 567, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.zoom.out:before {
  content: "\f010";
}

/* line 570, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sign.in:before {
  content: "\f2f6";
}

/* line 573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.in.cart:before {
  content: "\f218";
}

/* line 576, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.log.out:before {
  content: "\f2f5";
}

/* line 579, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sign.out:before {
  content: "\f2f5";
}

/*******************************
          Solid Icons
*******************************/
/* Icons */
/* line 590, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ad:before {
  content: "\f641";
}

/* line 593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.address.book:before {
  content: "\f2b9";
}

/* line 596, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.address.card:before {
  content: "\f2bb";
}

/* line 599, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.adjust:before {
  content: "\f042";
}

/* line 602, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.air.freshener:before {
  content: "\f5d0";
}

/* line 605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.align.center:before {
  content: "\f037";
}

/* line 608, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.align.justify:before {
  content: "\f039";
}

/* line 611, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.align.left:before {
  content: "\f036";
}

/* line 614, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.align.right:before {
  content: "\f038";
}

/* line 617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.allergies:before {
  content: "\f461";
}

/* line 620, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ambulance:before {
  content: "\f0f9";
}

/* line 623, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.american.sign.language.interpreting:before {
  content: "\f2a3";
}

/* line 626, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.anchor:before {
  content: "\f13d";
}

/* line 629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.angle.double.down:before {
  content: "\f103";
}

/* line 632, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.angle.double.left:before {
  content: "\f100";
}

/* line 635, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.angle.double.right:before {
  content: "\f101";
}

/* line 638, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.angle.double.up:before {
  content: "\f102";
}

/* line 641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.angle.down:before {
  content: "\f107";
}

/* line 644, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.angle.left:before {
  content: "\f104";
}

/* line 647, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.angle.right:before {
  content: "\f105";
}

/* line 650, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.angle.up:before {
  content: "\f106";
}

/* line 653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.angry:before {
  content: "\f556";
}

/* line 656, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ankh:before {
  content: "\f644";
}

/* line 659, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.archive:before {
  content: "\f187";
}

/* line 662, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.archway:before {
  content: "\f557";
}

/* line 665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrow.alternate.circle.down:before {
  content: "\f358";
}

/* line 668, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrow.alternate.circle.left:before {
  content: "\f359";
}

/* line 671, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrow.alternate.circle.right:before {
  content: "\f35a";
}

/* line 674, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrow.alternate.circle.up:before {
  content: "\f35b";
}

/* line 677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrow.circle.down:before {
  content: "\f0ab";
}

/* line 680, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrow.circle.left:before {
  content: "\f0a8";
}

/* line 683, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrow.circle.right:before {
  content: "\f0a9";
}

/* line 686, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrow.circle.up:before {
  content: "\f0aa";
}

/* line 689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrow.left:before {
  content: "\f060";
}

/* line 692, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrow.right:before {
  content: "\f061";
}

/* line 695, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrow.up:before {
  content: "\f062";
}

/* line 698, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrow.down:before {
  content: "\f063";
}

/* line 701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrows.alternate:before {
  content: "\f0b2";
}

/* line 704, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrows.alternate.horizontal:before {
  content: "\f337";
}

/* line 707, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrows.alternate.vertical:before {
  content: "\f338";
}

/* line 710, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.assistive.listening.systems:before {
  content: "\f2a2";
}

/* line 713, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.asterisk:before {
  content: "\f069";
}

/* line 716, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.at:before {
  content: "\f1fa";
}

/* line 719, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.atlas:before {
  content: "\f558";
}

/* line 722, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.atom:before {
  content: "\f5d2";
}

/* line 725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.audio.description:before {
  content: "\f29e";
}

/* line 728, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.award:before {
  content: "\f559";
}

/* line 731, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.baby:before {
  content: "\f77c";
}

/* line 734, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.baby.carriage:before {
  content: "\f77d";
}

/* line 737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.backspace:before {
  content: "\f55a";
}

/* line 740, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.backward:before {
  content: "\f04a";
}

/* line 743, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bacon:before {
  content: "\f7e5";
}

/* line 746, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.balance.scale:before {
  content: "\f24e";
}

/* line 749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.balance.scale.left:before {
  content: "\f515";
}

/* line 752, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.balance.scale.right:before {
  content: "\f516";
}

/* line 755, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ban:before {
  content: "\f05e";
}

/* line 758, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.band.aid:before {
  content: "\f462";
}

/* line 761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.barcode:before {
  content: "\f02a";
}

/* line 764, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bars:before {
  content: "\f0c9";
}

/* line 767, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.baseball.ball:before {
  content: "\f433";
}

/* line 770, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.basketball.ball:before {
  content: "\f434";
}

/* line 773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bath:before {
  content: "\f2cd";
}

/* line 776, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.battery.empty:before {
  content: "\f244";
}

/* line 779, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.battery.full:before {
  content: "\f240";
}

/* line 782, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.battery.half:before {
  content: "\f242";
}

/* line 785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.battery.quarter:before {
  content: "\f243";
}

/* line 788, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.battery.three.quarters:before {
  content: "\f241";
}

/* line 791, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bed:before {
  content: "\f236";
}

/* line 794, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.beer:before {
  content: "\f0fc";
}

/* line 797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bell:before {
  content: "\f0f3";
}

/* line 800, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bell.slash:before {
  content: "\f1f6";
}

/* line 803, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bezier.curve:before {
  content: "\f55b";
}

/* line 806, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bible:before {
  content: "\f647";
}

/* line 809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bicycle:before {
  content: "\f206";
}

/* line 812, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.biking:before {
  content: "\f84a";
}

/* line 815, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.binoculars:before {
  content: "\f1e5";
}

/* line 818, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.biohazard:before {
  content: "\f780";
}

/* line 821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.birthday.cake:before {
  content: "\f1fd";
}

/* line 824, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.blender:before {
  content: "\f517";
}

/* line 827, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.blender.phone:before {
  content: "\f6b6";
}

/* line 830, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.blind:before {
  content: "\f29d";
}

/* line 833, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.blog:before {
  content: "\f781";
}

/* line 836, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bold:before {
  content: "\f032";
}

/* line 839, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bolt:before {
  content: "\f0e7";
}

/* line 842, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bomb:before {
  content: "\f1e2";
}

/* line 845, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bone:before {
  content: "\f5d7";
}

/* line 848, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bong:before {
  content: "\f55c";
}

/* line 851, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.book:before {
  content: "\f02d";
}

/* line 854, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.book.dead:before {
  content: "\f6b7";
}

/* line 857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.book.medical:before {
  content: "\f7e6";
}

/* line 860, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.book.open:before {
  content: "\f518";
}

/* line 863, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.book.reader:before {
  content: "\f5da";
}

/* line 866, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bookmark:before {
  content: "\f02e";
}

/* line 869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.border.all:before {
  content: "\f84c";
}

/* line 872, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.border.none:before {
  content: "\f850";
}

/* line 875, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.border.style:before {
  content: "\f853";
}

/* line 878, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bowling.ball:before {
  content: "\f436";
}

/* line 881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.box:before {
  content: "\f466";
}

/* line 884, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.box.open:before {
  content: "\f49e";
}

/* line 887, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.boxes:before {
  content: "\f468";
}

/* line 890, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.braille:before {
  content: "\f2a1";
}

/* line 893, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.brain:before {
  content: "\f5dc";
}

/* line 896, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bread.slice:before {
  content: "\f7ec";
}

/* line 899, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.briefcase:before {
  content: "\f0b1";
}

/* line 902, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.briefcase.medical:before {
  content: "\f469";
}

/* line 905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.broadcast.tower:before {
  content: "\f519";
}

/* line 908, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.broom:before {
  content: "\f51a";
}

/* line 911, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.brush:before {
  content: "\f55d";
}

/* line 914, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bug:before {
  content: "\f188";
}

/* line 917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.building:before {
  content: "\f1ad";
}

/* line 920, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bullhorn:before {
  content: "\f0a1";
}

/* line 923, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bullseye:before {
  content: "\f140";
}

/* line 926, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.burn:before {
  content: "\f46a";
}

/* line 929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bus:before {
  content: "\f207";
}

/* line 932, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bus.alternate:before {
  content: "\f55e";
}

/* line 935, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.business.time:before {
  content: "\f64a";
}

/* line 938, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.calculator:before {
  content: "\f1ec";
}

/* line 941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.calendar:before {
  content: "\f133";
}

/* line 944, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.calendar.alternate:before {
  content: "\f073";
}

/* line 947, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.calendar.check:before {
  content: "\f274";
}

/* line 950, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.calendar.day:before {
  content: "\f783";
}

/* line 953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.calendar.minus:before {
  content: "\f272";
}

/* line 956, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.calendar.plus:before {
  content: "\f271";
}

/* line 959, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.calendar.times:before {
  content: "\f273";
}

/* line 962, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.calendar.week:before {
  content: "\f784";
}

/* line 965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.camera:before {
  content: "\f030";
}

/* line 968, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.camera.retro:before {
  content: "\f083";
}

/* line 971, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.campground:before {
  content: "\f6bb";
}

/* line 974, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.candy.cane:before {
  content: "\f786";
}

/* line 977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cannabis:before {
  content: "\f55f";
}

/* line 980, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.capsules:before {
  content: "\f46b";
}

/* line 983, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.car:before {
  content: "\f1b9";
}

/* line 986, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.car.alternate:before {
  content: "\f5de";
}

/* line 989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.car.battery:before {
  content: "\f5df";
}

/* line 992, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.car.crash:before {
  content: "\f5e1";
}

/* line 995, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.car.side:before {
  content: "\f5e4";
}

/* line 998, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.caret.down:before {
  content: "\f0d7";
}

/* line 1001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.caret.left:before {
  content: "\f0d9";
}

/* line 1004, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.caret.right:before {
  content: "\f0da";
}

/* line 1007, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.caret.square.down:before {
  content: "\f150";
}

/* line 1010, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.caret.square.left:before {
  content: "\f191";
}

/* line 1013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.caret.square.right:before {
  content: "\f152";
}

/* line 1016, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.caret.square.up:before {
  content: "\f151";
}

/* line 1019, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.caret.up:before {
  content: "\f0d8";
}

/* line 1022, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.carrot:before {
  content: "\f787";
}

/* line 1025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cart.arrow.down:before {
  content: "\f218";
}

/* line 1028, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cart.plus:before {
  content: "\f217";
}

/* line 1031, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cash.register:before {
  content: "\f788";
}

/* line 1034, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cat:before {
  content: "\f6be";
}

/* line 1037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.certificate:before {
  content: "\f0a3";
}

/* line 1040, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chair:before {
  content: "\f6c0";
}

/* line 1043, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chalkboard:before {
  content: "\f51b";
}

/* line 1046, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chalkboard.teacher:before {
  content: "\f51c";
}

/* line 1049, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.charging.station:before {
  content: "\f5e7";
}

/* line 1052, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chart.area:before {
  content: "\f1fe";
}

/* line 1055, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chart.bar:before {
  content: "\f080";
}

/* line 1058, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chart.line:before {
  content: "\f201";
}

/* line 1061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chart.pie:before {
  content: "\f200";
}

/* line 1064, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.check:before {
  content: "\f00c";
}

/* line 1067, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.check.circle:before {
  content: "\f058";
}

/* line 1070, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.check.double:before {
  content: "\f560";
}

/* line 1073, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.check.square:before {
  content: "\f14a";
}

/* line 1076, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cheese:before {
  content: "\f7ef";
}

/* line 1079, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chess:before {
  content: "\f439";
}

/* line 1082, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chess.bishop:before {
  content: "\f43a";
}

/* line 1085, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chess.board:before {
  content: "\f43c";
}

/* line 1088, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chess.king:before {
  content: "\f43f";
}

/* line 1091, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chess.knight:before {
  content: "\f441";
}

/* line 1094, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chess.pawn:before {
  content: "\f443";
}

/* line 1097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chess.queen:before {
  content: "\f445";
}

/* line 1100, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chess.rook:before {
  content: "\f447";
}

/* line 1103, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chevron.circle.down:before {
  content: "\f13a";
}

/* line 1106, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chevron.circle.left:before {
  content: "\f137";
}

/* line 1109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chevron.circle.right:before {
  content: "\f138";
}

/* line 1112, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chevron.circle.up:before {
  content: "\f139";
}

/* line 1115, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chevron.down:before {
  content: "\f078";
}

/* line 1118, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chevron.left:before {
  content: "\f053";
}

/* line 1121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chevron.right:before {
  content: "\f054";
}

/* line 1124, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chevron.up:before {
  content: "\f077";
}

/* line 1127, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.child:before {
  content: "\f1ae";
}

/* line 1130, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.church:before {
  content: "\f51d";
}

/* line 1133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.circle:before {
  content: "\f111";
}

/* line 1136, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.circle.notch:before {
  content: "\f1ce";
}

/* line 1139, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.city:before {
  content: "\f64f";
}

/* line 1142, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.clinic.medical:before {
  content: "\f7f2";
}

/* line 1145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.clipboard:before {
  content: "\f328";
}

/* line 1148, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.clipboard.check:before {
  content: "\f46c";
}

/* line 1151, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.clipboard.list:before {
  content: "\f46d";
}

/* line 1154, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.clock:before {
  content: "\f017";
}

/* line 1157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.clone:before {
  content: "\f24d";
}

/* line 1160, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.closed.captioning:before {
  content: "\f20a";
}

/* line 1163, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cloud:before {
  content: "\f0c2";
}

/* line 1166, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cloud.download.alternate:before {
  content: "\f381";
}

/* line 1169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cloud.meatball:before {
  content: "\f73b";
}

/* line 1172, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cloud.moon:before {
  content: "\f6c3";
}

/* line 1175, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cloud.moon.rain:before {
  content: "\f73c";
}

/* line 1178, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cloud.rain:before {
  content: "\f73d";
}

/* line 1181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cloud.showers.heavy:before {
  content: "\f740";
}

/* line 1184, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cloud.sun:before {
  content: "\f6c4";
}

/* line 1187, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cloud.sun.rain:before {
  content: "\f743";
}

/* line 1190, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cloud.upload.alternate:before {
  content: "\f382";
}

/* line 1193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cocktail:before {
  content: "\f561";
}

/* line 1196, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.code:before {
  content: "\f121";
}

/* line 1199, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.code.branch:before {
  content: "\f126";
}

/* line 1202, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.coffee:before {
  content: "\f0f4";
}

/* line 1205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cog:before {
  content: "\f013";
}

/* line 1208, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cogs:before {
  content: "\f085";
}

/* line 1211, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.coins:before {
  content: "\f51e";
}

/* line 1214, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.columns:before {
  content: "\f0db";
}

/* line 1217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.comment:before {
  content: "\f075";
}

/* line 1220, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.comment.alternate:before {
  content: "\f27a";
}

/* line 1223, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.comment.dollar:before {
  content: "\f651";
}

/* line 1226, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.comment.dots:before {
  content: "\f4ad";
}

/* line 1229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.comment.medical:before {
  content: "\f7f5";
}

/* line 1232, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.comment.slash:before {
  content: "\f4b3";
}

/* line 1235, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.comments:before {
  content: "\f086";
}

/* line 1238, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.comments.dollar:before {
  content: "\f653";
}

/* line 1241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.compact.disc:before {
  content: "\f51f";
}

/* line 1244, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.compass:before {
  content: "\f14e";
}

/* line 1247, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.compress:before {
  content: "\f066";
}

/* line 1250, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.compress.arrows.alternate:before {
  content: "\f78c";
}

/* line 1253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.concierge.bell:before {
  content: "\f562";
}

/* line 1256, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cookie:before {
  content: "\f563";
}

/* line 1259, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cookie.bite:before {
  content: "\f564";
}

/* line 1262, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.copy:before {
  content: "\f0c5";
}

/* line 1265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.copyright:before {
  content: "\f1f9";
}

/* line 1268, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.couch:before {
  content: "\f4b8";
}

/* line 1271, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.credit.card:before {
  content: "\f09d";
}

/* line 1274, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.crop:before {
  content: "\f125";
}

/* line 1277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.crop.alternate:before {
  content: "\f565";
}

/* line 1280, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cross:before {
  content: "\f654";
}

/* line 1283, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.crosshairs:before {
  content: "\f05b";
}

/* line 1286, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.crow:before {
  content: "\f520";
}

/* line 1289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.crown:before {
  content: "\f521";
}

/* line 1292, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.crutch:before {
  content: "\f7f7";
}

/* line 1295, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cube:before {
  content: "\f1b2";
}

/* line 1298, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cubes:before {
  content: "\f1b3";
}

/* line 1301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cut:before {
  content: "\f0c4";
}

/* line 1304, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.database:before {
  content: "\f1c0";
}

/* line 1307, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.deaf:before {
  content: "\f2a4";
}

/* line 1310, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.democrat:before {
  content: "\f747";
}

/* line 1313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.desktop:before {
  content: "\f108";
}

/* line 1316, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dharmachakra:before {
  content: "\f655";
}

/* line 1319, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.diagnoses:before {
  content: "\f470";
}

/* line 1322, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dice:before {
  content: "\f522";
}

/* line 1325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dice.d20:before {
  content: "\f6cf";
}

/* line 1328, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dice.d6:before {
  content: "\f6d1";
}

/* line 1331, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dice.five:before {
  content: "\f523";
}

/* line 1334, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dice.four:before {
  content: "\f524";
}

/* line 1337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dice.one:before {
  content: "\f525";
}

/* line 1340, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dice.six:before {
  content: "\f526";
}

/* line 1343, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dice.three:before {
  content: "\f527";
}

/* line 1346, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dice.two:before {
  content: "\f528";
}

/* line 1349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.digital.tachograph:before {
  content: "\f566";
}

/* line 1352, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.directions:before {
  content: "\f5eb";
}

/* line 1355, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.divide:before {
  content: "\f529";
}

/* line 1358, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dizzy:before {
  content: "\f567";
}

/* line 1361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dna:before {
  content: "\f471";
}

/* line 1364, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dog:before {
  content: "\f6d3";
}

/* line 1367, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dollar.sign:before {
  content: "\f155";
}

/* line 1370, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dolly:before {
  content: "\f472";
}

/* line 1373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dolly.flatbed:before {
  content: "\f474";
}

/* line 1376, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.donate:before {
  content: "\f4b9";
}

/* line 1379, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.door.closed:before {
  content: "\f52a";
}

/* line 1382, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.door.open:before {
  content: "\f52b";
}

/* line 1385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dot.circle:before {
  content: "\f192";
}

/* line 1388, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dove:before {
  content: "\f4ba";
}

/* line 1391, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.download:before {
  content: "\f019";
}

/* line 1394, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.drafting.compass:before {
  content: "\f568";
}

/* line 1397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dragon:before {
  content: "\f6d5";
}

/* line 1400, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.draw.polygon:before {
  content: "\f5ee";
}

/* line 1403, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.drum:before {
  content: "\f569";
}

/* line 1406, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.drum.steelpan:before {
  content: "\f56a";
}

/* line 1409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.drumstick.bite:before {
  content: "\f6d7";
}

/* line 1412, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dumbbell:before {
  content: "\f44b";
}

/* line 1415, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dumpster:before {
  content: "\f793";
}

/* line 1418, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dumpster.fire:before {
  content: "\f794";
}

/* line 1421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dungeon:before {
  content: "\f6d9";
}

/* line 1424, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.edit:before {
  content: "\f044";
}

/* line 1427, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.egg:before {
  content: "\f7fb";
}

/* line 1430, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.eject:before {
  content: "\f052";
}

/* line 1433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ellipsis.horizontal:before {
  content: "\f141";
}

/* line 1436, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ellipsis.vertical:before {
  content: "\f142";
}

/* line 1439, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.envelope:before {
  content: "\f0e0";
}

/* line 1442, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.envelope.open:before {
  content: "\f2b6";
}

/* line 1445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.envelope.open.text:before {
  content: "\f658";
}

/* line 1448, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.envelope.square:before {
  content: "\f199";
}

/* line 1451, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.equals:before {
  content: "\f52c";
}

/* line 1454, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.eraser:before {
  content: "\f12d";
}

/* line 1457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ethernet:before {
  content: "\f796";
}

/* line 1460, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.euro.sign:before {
  content: "\f153";
}

/* line 1463, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.exchange.alternate:before {
  content: "\f362";
}

/* line 1466, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.exclamation:before {
  content: "\f12a";
}

/* line 1469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.exclamation.circle:before {
  content: "\f06a";
}

/* line 1472, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.exclamation.triangle:before {
  content: "\f071";
}

/* line 1475, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.expand:before {
  content: "\f065";
}

/* line 1478, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.expand.arrows.alternate:before {
  content: "\f31e";
}

/* line 1481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.external.alternate:before {
  content: "\f35d";
}

/* line 1484, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.external.link.square.alternate:before {
  content: "\f360";
}

/* line 1487, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.eye:before {
  content: "\f06e";
}

/* line 1490, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.eye.dropper:before {
  content: "\f1fb";
}

/* line 1493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.eye.slash:before {
  content: "\f070";
}

/* line 1496, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fan:before {
  content: "\f863";
}

/* line 1499, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fast.backward:before {
  content: "\f049";
}

/* line 1502, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fast.forward:before {
  content: "\f050";
}

/* line 1505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fax:before {
  content: "\f1ac";
}

/* line 1508, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.feather:before {
  content: "\f52d";
}

/* line 1511, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.feather.alternate:before {
  content: "\f56b";
}

/* line 1514, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.female:before {
  content: "\f182";
}

/* line 1517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fighter.jet:before {
  content: "\f0fb";
}

/* line 1520, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file:before {
  content: "\f15b";
}

/* line 1523, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.alternate:before {
  content: "\f15c";
}

/* line 1526, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.archive:before {
  content: "\f1c6";
}

/* line 1529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.audio:before {
  content: "\f1c7";
}

/* line 1532, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.code:before {
  content: "\f1c9";
}

/* line 1535, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.contract:before {
  content: "\f56c";
}

/* line 1538, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.csv:before {
  content: "\f6dd";
}

/* line 1541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.download:before {
  content: "\f56d";
}

/* line 1544, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.excel:before {
  content: "\f1c3";
}

/* line 1547, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.export:before {
  content: "\f56e";
}

/* line 1550, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.image:before {
  content: "\f1c5";
}

/* line 1553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.import:before {
  content: "\f56f";
}

/* line 1556, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.invoice:before {
  content: "\f570";
}

/* line 1559, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.invoice.dollar:before {
  content: "\f571";
}

/* line 1562, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.medical:before {
  content: "\f477";
}

/* line 1565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.medical.alternate:before {
  content: "\f478";
}

/* line 1568, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.pdf:before {
  content: "\f1c1";
}

/* line 1571, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.powerpoint:before {
  content: "\f1c4";
}

/* line 1574, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.prescription:before {
  content: "\f572";
}

/* line 1577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.signature:before {
  content: "\f573";
}

/* line 1580, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.upload:before {
  content: "\f574";
}

/* line 1583, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.video:before {
  content: "\f1c8";
}

/* line 1586, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.word:before {
  content: "\f1c2";
}

/* line 1589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fill:before {
  content: "\f575";
}

/* line 1592, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fill.drip:before {
  content: "\f576";
}

/* line 1595, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.film:before {
  content: "\f008";
}

/* line 1598, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.filter:before {
  content: "\f0b0";
}

/* line 1601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fingerprint:before {
  content: "\f577";
}

/* line 1604, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fire:before {
  content: "\f06d";
}

/* line 1607, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fire.alternate:before {
  content: "\f7e4";
}

/* line 1610, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fire.extinguisher:before {
  content: "\f134";
}

/* line 1613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.first.aid:before {
  content: "\f479";
}

/* line 1616, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fish:before {
  content: "\f578";
}

/* line 1619, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fist.raised:before {
  content: "\f6de";
}

/* line 1622, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.flag:before {
  content: "\f024";
}

/* line 1625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.flag.checkered:before {
  content: "\f11e";
}

/* line 1628, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.flag.usa:before {
  content: "\f74d";
}

/* line 1631, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.flask:before {
  content: "\f0c3";
}

/* line 1634, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.flushed:before {
  content: "\f579";
}

/* line 1637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.folder:before {
  content: "\f07b";
}

/* line 1640, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.folder.minus:before {
  content: "\f65d";
}

/* line 1643, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.folder.open:before {
  content: "\f07c";
}

/* line 1646, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.folder.plus:before {
  content: "\f65e";
}

/* line 1649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.font:before {
  content: "\f031";
}

/* line 1652, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.football.ball:before {
  content: "\f44e";
}

/* line 1655, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.forward:before {
  content: "\f04e";
}

/* line 1658, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.frog:before {
  content: "\f52e";
}

/* line 1661, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.frown:before {
  content: "\f119";
}

/* line 1664, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.frown.open:before {
  content: "\f57a";
}

/* line 1667, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fruit-apple:before {
  content: "\f5d1";
}

/* line 1670, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.funnel.dollar:before {
  content: "\f662";
}

/* line 1673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.futbol:before {
  content: "\f1e3";
}

/* line 1676, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gamepad:before {
  content: "\f11b";
}

/* line 1679, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gas.pump:before {
  content: "\f52f";
}

/* line 1682, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gavel:before {
  content: "\f0e3";
}

/* line 1685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gem:before {
  content: "\f3a5";
}

/* line 1688, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.genderless:before {
  content: "\f22d";
}

/* line 1691, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ghost:before {
  content: "\f6e2";
}

/* line 1694, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gift:before {
  content: "\f06b";
}

/* line 1697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gifts:before {
  content: "\f79c";
}

/* line 1700, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.glass.cheers:before {
  content: "\f79f";
}

/* line 1703, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.glass.martini:before {
  content: "\f000";
}

/* line 1706, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.glass.martini.alternate:before {
  content: "\f57b";
}

/* line 1709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.glass.whiskey:before {
  content: "\f7a0";
}

/* line 1712, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.glasses:before {
  content: "\f530";
}

/* line 1715, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.globe:before {
  content: "\f0ac";
}

/* line 1718, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.globe.africa:before {
  content: "\f57c";
}

/* line 1721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.globe.americas:before {
  content: "\f57d";
}

/* line 1724, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.globe.asia:before {
  content: "\f57e";
}

/* line 1727, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.globe.europe:before {
  content: "\f7a2";
}

/* line 1730, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.golf.ball:before {
  content: "\f450";
}

/* line 1733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gopuram:before {
  content: "\f664";
}

/* line 1736, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.graduation.cap:before {
  content: "\f19d";
}

/* line 1739, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.greater.than:before {
  content: "\f531";
}

/* line 1742, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.greater.than.equal:before {
  content: "\f532";
}

/* line 1745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grimace:before {
  content: "\f57f";
}

/* line 1748, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin:before {
  content: "\f580";
}

/* line 1751, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.alternate:before {
  content: "\f581";
}

/* line 1754, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.beam:before {
  content: "\f582";
}

/* line 1757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.beam.sweat:before {
  content: "\f583";
}

/* line 1760, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.hearts:before {
  content: "\f584";
}

/* line 1763, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.squint:before {
  content: "\f585";
}

/* line 1766, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.squint.tears:before {
  content: "\f586";
}

/* line 1769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.stars:before {
  content: "\f587";
}

/* line 1772, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.tears:before {
  content: "\f588";
}

/* line 1775, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.tongue:before {
  content: "\f589";
}

/* line 1778, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.tongue.squint:before {
  content: "\f58a";
}

/* line 1781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.tongue.wink:before {
  content: "\f58b";
}

/* line 1784, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.wink:before {
  content: "\f58c";
}

/* line 1787, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grip.horizontal:before {
  content: "\f58d";
}

/* line 1790, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grip.lines:before {
  content: "\f7a4";
}

/* line 1793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grip.lines.vertical:before {
  content: "\f7a5";
}

/* line 1796, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grip.vertical:before {
  content: "\f58e";
}

/* line 1799, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.guitar:before {
  content: "\f7a6";
}

/* line 1802, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.h.square:before {
  content: "\f0fd";
}

/* line 1805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hamburger:before {
  content: "\f805";
}

/* line 1808, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hammer:before {
  content: "\f6e3";
}

/* line 1811, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hamsa:before {
  content: "\f665";
}

/* line 1814, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.holding:before {
  content: "\f4bd";
}

/* line 1817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.holding.heart:before {
  content: "\f4be";
}

/* line 1820, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.holding.usd:before {
  content: "\f4c0";
}

/* line 1823, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.lizard:before {
  content: "\f258";
}

/* line 1826, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.middle.finger:before {
  content: "\f806";
}

/* line 1829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.paper:before {
  content: "\f256";
}

/* line 1832, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.peace:before {
  content: "\f25b";
}

/* line 1835, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.point.down:before {
  content: "\f0a7";
}

/* line 1838, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.point.left:before {
  content: "\f0a5";
}

/* line 1841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.point.right:before {
  content: "\f0a4";
}

/* line 1844, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.point.up:before {
  content: "\f0a6";
}

/* line 1847, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.pointer:before {
  content: "\f25a";
}

/* line 1850, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.rock:before {
  content: "\f255";
}

/* line 1853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.scissors:before {
  content: "\f257";
}

/* line 1856, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.spock:before {
  content: "\f259";
}

/* line 1859, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hands:before {
  content: "\f4c2";
}

/* line 1862, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hands.helping:before {
  content: "\f4c4";
}

/* line 1865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.handshake:before {
  content: "\f2b5";
}

/* line 1868, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hanukiah:before {
  content: "\f6e6";
}

/* line 1871, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hard.hat:before {
  content: "\f807";
}

/* line 1874, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hashtag:before {
  content: "\f292";
}

/* line 1877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hat.cowboy:before {
  content: "\f8c0";
}

/* line 1880, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hat.cowboy.side:before {
  content: "\f8c1";
}

/* line 1883, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hat.wizard:before {
  content: "\f6e8";
}

/* line 1886, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.haykal:before {
  content: "\f666";
}

/* line 1889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hdd:before {
  content: "\f0a0";
}

/* line 1892, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.heading:before {
  content: "\f1dc";
}

/* line 1895, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.headphones:before {
  content: "\f025";
}

/* line 1898, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.headphones.alternate:before {
  content: "\f58f";
}

/* line 1901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.headset:before {
  content: "\f590";
}

/* line 1904, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.heart:before {
  content: "\f004";
}

/* line 1907, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.heart.broken:before {
  content: "\f7a9";
}

/* line 1910, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.heartbeat:before {
  content: "\f21e";
}

/* line 1913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.helicopter:before {
  content: "\f533";
}

/* line 1916, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.highlighter:before {
  content: "\f591";
}

/* line 1919, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hiking:before {
  content: "\f6ec";
}

/* line 1922, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hippo:before {
  content: "\f6ed";
}

/* line 1925, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.history:before {
  content: "\f1da";
}

/* line 1928, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hockey.puck:before {
  content: "\f453";
}

/* line 1931, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.holly.berry:before {
  content: "\f7aa";
}

/* line 1934, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.home:before {
  content: "\f015";
}

/* line 1937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.horse:before {
  content: "\f6f0";
}

/* line 1940, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.horse.head:before {
  content: "\f7ab";
}

/* line 1943, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hospital:before {
  content: "\f0f8";
}

/* line 1946, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hospital.alternate:before {
  content: "\f47d";
}

/* line 1949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hospital.symbol:before {
  content: "\f47e";
}

/* line 1952, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hot.tub:before {
  content: "\f593";
}

/* line 1955, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hotdog:before {
  content: "\f80f";
}

/* line 1958, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hotel:before {
  content: "\f594";
}

/* line 1961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hourglass:before {
  content: "\f254";
}

/* line 1964, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hourglass.end:before {
  content: "\f253";
}

/* line 1967, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hourglass.half:before {
  content: "\f252";
}

/* line 1970, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hourglass.start:before {
  content: "\f251";
}

/* line 1973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.house.damage:before {
  content: "\f6f1";
}

/* line 1976, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hryvnia:before {
  content: "\f6f2";
}

/* line 1979, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.i.cursor:before {
  content: "\f246";
}

/* line 1982, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ice.cream:before {
  content: "\f810";
}

/* line 1985, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.icicles:before {
  content: "\f7ad";
}

/* line 1988, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.icons:before {
  content: "\f86d";
}

/* line 1991, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.id.badge:before {
  content: "\f2c1";
}

/* line 1994, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.id.card:before {
  content: "\f2c2";
}

/* line 1997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.id.card.alternate:before {
  content: "\f47f";
}

/* line 2000, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.igloo:before {
  content: "\f7ae";
}

/* line 2003, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.image:before {
  content: "\f03e";
}

/* line 2006, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.images:before {
  content: "\f302";
}

/* line 2009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.inbox:before {
  content: "\f01c";
}

/* line 2012, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.indent:before {
  content: "\f03c";
}

/* line 2015, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.industry:before {
  content: "\f275";
}

/* line 2018, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.infinity:before {
  content: "\f534";
}

/* line 2021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.info:before {
  content: "\f129";
}

/* line 2024, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.info.circle:before {
  content: "\f05a";
}

/* line 2027, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.italic:before {
  content: "\f033";
}

/* line 2030, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.jedi:before {
  content: "\f669";
}

/* line 2033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.joint:before {
  content: "\f595";
}

/* line 2036, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.journal.whills:before {
  content: "\f66a";
}

/* line 2039, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.kaaba:before {
  content: "\f66b";
}

/* line 2042, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.key:before {
  content: "\f084";
}

/* line 2045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.keyboard:before {
  content: "\f11c";
}

/* line 2048, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.khanda:before {
  content: "\f66d";
}

/* line 2051, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.kiss:before {
  content: "\f596";
}

/* line 2054, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.kiss.beam:before {
  content: "\f597";
}

/* line 2057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.kiss.wink.heart:before {
  content: "\f598";
}

/* line 2060, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.kiwi.bird:before {
  content: "\f535";
}

/* line 2063, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.landmark:before {
  content: "\f66f";
}

/* line 2066, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.language:before {
  content: "\f1ab";
}

/* line 2069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.laptop:before {
  content: "\f109";
}

/* line 2072, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.laptop.code:before {
  content: "\f5fc";
}

/* line 2075, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.laptop.medical:before {
  content: "\f812";
}

/* line 2078, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.laugh:before {
  content: "\f599";
}

/* line 2081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.laugh.beam:before {
  content: "\f59a";
}

/* line 2084, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.laugh.squint:before {
  content: "\f59b";
}

/* line 2087, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.laugh.wink:before {
  content: "\f59c";
}

/* line 2090, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.layer.group:before {
  content: "\f5fd";
}

/* line 2093, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.leaf:before {
  content: "\f06c";
}

/* line 2096, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.lemon:before {
  content: "\f094";
}

/* line 2099, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.less.than:before {
  content: "\f536";
}

/* line 2102, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.less.than.equal:before {
  content: "\f537";
}

/* line 2105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.level.down.alternate:before {
  content: "\f3be";
}

/* line 2108, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.level.up.alternate:before {
  content: "\f3bf";
}

/* line 2111, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.life.ring:before {
  content: "\f1cd";
}

/* line 2114, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.lightbulb:before {
  content: "\f0eb";
}

/* line 2117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.linkify:before {
  content: "\f0c1";
}

/* line 2120, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.lira.sign:before {
  content: "\f195";
}

/* line 2123, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.list:before {
  content: "\f03a";
}

/* line 2126, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.list.alternate:before {
  content: "\f022";
}

/* line 2129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.list.ol:before {
  content: "\f0cb";
}

/* line 2132, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.list.ul:before {
  content: "\f0ca";
}

/* line 2135, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.location.arrow:before {
  content: "\f124";
}

/* line 2138, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.lock:before {
  content: "\f023";
}

/* line 2141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.lock.open:before {
  content: "\f3c1";
}

/* line 2144, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.long.arrow.alternate.down:before {
  content: "\f309";
}

/* line 2147, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.long.arrow.alternate.left:before {
  content: "\f30a";
}

/* line 2150, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.long.arrow.alternate.right:before {
  content: "\f30b";
}

/* line 2153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.long.arrow.alternate.up:before {
  content: "\f30c";
}

/* line 2156, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.low.vision:before {
  content: "\f2a8";
}

/* line 2159, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.luggage.cart:before {
  content: "\f59d";
}

/* line 2162, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.magic:before {
  content: "\f0d0";
}

/* line 2165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.magnet:before {
  content: "\f076";
}

/* line 2168, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mail.bulk:before {
  content: "\f674";
}

/* line 2171, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.male:before {
  content: "\f183";
}

/* line 2174, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.map:before {
  content: "\f279";
}

/* line 2177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.map.marked:before {
  content: "\f59f";
}

/* line 2180, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.map.marked.alternate:before {
  content: "\f5a0";
}

/* line 2183, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.map.marker:before {
  content: "\f041";
}

/* line 2186, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.map.marker.alternate:before {
  content: "\f3c5";
}

/* line 2189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.map.pin:before {
  content: "\f276";
}

/* line 2192, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.map.signs:before {
  content: "\f277";
}

/* line 2195, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.marker:before {
  content: "\f5a1";
}

/* line 2198, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mars:before {
  content: "\f222";
}

/* line 2201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mars.double:before {
  content: "\f227";
}

/* line 2204, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mars.stroke:before {
  content: "\f229";
}

/* line 2207, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mars.stroke.horizontal:before {
  content: "\f22b";
}

/* line 2210, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mars.stroke.vertical:before {
  content: "\f22a";
}

/* line 2213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mask:before {
  content: "\f6fa";
}

/* line 2216, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.medal:before {
  content: "\f5a2";
}

/* line 2219, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.medkit:before {
  content: "\f0fa";
}

/* line 2222, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.meh:before {
  content: "\f11a";
}

/* line 2225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.meh.blank:before {
  content: "\f5a4";
}

/* line 2228, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.meh.rolling.eyes:before {
  content: "\f5a5";
}

/* line 2231, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.memory:before {
  content: "\f538";
}

/* line 2234, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.menorah:before {
  content: "\f676";
}

/* line 2237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mercury:before {
  content: "\f223";
}

/* line 2240, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.meteor:before {
  content: "\f753";
}

/* line 2243, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.microchip:before {
  content: "\f2db";
}

/* line 2246, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.microphone:before {
  content: "\f130";
}

/* line 2249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.microphone.alternate:before {
  content: "\f3c9";
}

/* line 2252, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.microphone.alternate.slash:before {
  content: "\f539";
}

/* line 2255, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.microphone.slash:before {
  content: "\f131";
}

/* line 2258, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.microscope:before {
  content: "\f610";
}

/* line 2261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.minus:before {
  content: "\f068";
}

/* line 2264, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.minus.circle:before {
  content: "\f056";
}

/* line 2267, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.minus.square:before {
  content: "\f146";
}

/* line 2270, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mitten:before {
  content: "\f7b5";
}

/* line 2273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mobile:before {
  content: "\f10b";
}

/* line 2276, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mobile.alternate:before {
  content: "\f3cd";
}

/* line 2279, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.money.bill:before {
  content: "\f0d6";
}

/* line 2282, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.money.bill.alternate:before {
  content: "\f3d1";
}

/* line 2285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.money.bill.wave:before {
  content: "\f53a";
}

/* line 2288, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.money.bill.wave.alternate:before {
  content: "\f53b";
}

/* line 2291, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.money.check:before {
  content: "\f53c";
}

/* line 2294, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.money.check.alternate:before {
  content: "\f53d";
}

/* line 2297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.monument:before {
  content: "\f5a6";
}

/* line 2300, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.moon:before {
  content: "\f186";
}

/* line 2303, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mortar.pestle:before {
  content: "\f5a7";
}

/* line 2306, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mosque:before {
  content: "\f678";
}

/* line 2309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.motorcycle:before {
  content: "\f21c";
}

/* line 2312, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mountain:before {
  content: "\f6fc";
}

/* line 2315, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mouse:before {
  content: "\f8cc";
}

/* line 2318, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mouse.pointer:before {
  content: "\f245";
}

/* line 2321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mug.hot:before {
  content: "\f7b6";
}

/* line 2324, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.music:before {
  content: "\f001";
}

/* line 2327, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.network.wired:before {
  content: "\f6ff";
}

/* line 2330, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.neuter:before {
  content: "\f22c";
}

/* line 2333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.newspaper:before {
  content: "\f1ea";
}

/* line 2336, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.not.equal:before {
  content: "\f53e";
}

/* line 2339, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.notes.medical:before {
  content: "\f481";
}

/* line 2342, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.object.group:before {
  content: "\f247";
}

/* line 2345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.object.ungroup:before {
  content: "\f248";
}

/* line 2348, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.oil.can:before {
  content: "\f613";
}

/* line 2351, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.om:before {
  content: "\f679";
}

/* line 2354, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.otter:before {
  content: "\f700";
}

/* line 2357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.outdent:before {
  content: "\f03b";
}

/* line 2360, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pager:before {
  content: "\f815";
}

/* line 2363, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.paint.brush:before {
  content: "\f1fc";
}

/* line 2366, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.paint.roller:before {
  content: "\f5aa";
}

/* line 2369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.palette:before {
  content: "\f53f";
}

/* line 2372, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pallet:before {
  content: "\f482";
}

/* line 2375, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.paper.plane:before {
  content: "\f1d8";
}

/* line 2378, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.paperclip:before {
  content: "\f0c6";
}

/* line 2381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.parachute.box:before {
  content: "\f4cd";
}

/* line 2384, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.paragraph:before {
  content: "\f1dd";
}

/* line 2387, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.parking:before {
  content: "\f540";
}

/* line 2390, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.passport:before {
  content: "\f5ab";
}

/* line 2393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pastafarianism:before {
  content: "\f67b";
}

/* line 2396, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.paste:before {
  content: "\f0ea";
}

/* line 2399, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pause:before {
  content: "\f04c";
}

/* line 2402, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pause.circle:before {
  content: "\f28b";
}

/* line 2405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.paw:before {
  content: "\f1b0";
}

/* line 2408, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.peace:before {
  content: "\f67c";
}

/* line 2411, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pen:before {
  content: "\f304";
}

/* line 2414, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pen.alternate:before {
  content: "\f305";
}

/* line 2417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pen.fancy:before {
  content: "\f5ac";
}

/* line 2420, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pen.nib:before {
  content: "\f5ad";
}

/* line 2423, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pen.square:before {
  content: "\f14b";
}

/* line 2426, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pencil.alternate:before {
  content: "\f303";
}

/* line 2429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pencil.ruler:before {
  content: "\f5ae";
}

/* line 2432, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.people.carry:before {
  content: "\f4ce";
}

/* line 2435, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pepper.hot:before {
  content: "\f816";
}

/* line 2438, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.percent:before {
  content: "\f295";
}

/* line 2441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.percentage:before {
  content: "\f541";
}

/* line 2444, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.person.booth:before {
  content: "\f756";
}

/* line 2447, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.phone:before {
  content: "\f095";
}

/* line 2450, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.phone.alternate:before {
  content: "\f879";
}

/* line 2453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.phone.slash:before {
  content: "\f3dd";
}

/* line 2456, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.phone.square:before {
  content: "\f098";
}

/* line 2459, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.phone.square.alternate:before {
  content: "\f87b";
}

/* line 2462, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.phone.volume:before {
  content: "\f2a0";
}

/* line 2465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.photo.video:before {
  content: "\f87c";
}

/* line 2468, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.piggy.bank:before {
  content: "\f4d3";
}

/* line 2471, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pills:before {
  content: "\f484";
}

/* line 2474, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pizza.slice:before {
  content: "\f818";
}

/* line 2477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.place.of.worship:before {
  content: "\f67f";
}

/* line 2480, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.plane:before {
  content: "\f072";
}

/* line 2483, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.plane.arrival:before {
  content: "\f5af";
}

/* line 2486, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.plane.departure:before {
  content: "\f5b0";
}

/* line 2489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.play:before {
  content: "\f04b";
}

/* line 2492, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.play.circle:before {
  content: "\f144";
}

/* line 2495, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.plug:before {
  content: "\f1e6";
}

/* line 2498, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.plus:before {
  content: "\f067";
}

/* line 2501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.plus.circle:before {
  content: "\f055";
}

/* line 2504, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.plus.square:before {
  content: "\f0fe";
}

/* line 2507, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.podcast:before {
  content: "\f2ce";
}

/* line 2510, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.poll:before {
  content: "\f681";
}

/* line 2513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.poll.horizontal:before {
  content: "\f682";
}

/* line 2516, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.poo:before {
  content: "\f2fe";
}

/* line 2519, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.poo.storm:before {
  content: "\f75a";
}

/* line 2522, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.poop:before {
  content: "\f619";
}

/* line 2525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.portrait:before {
  content: "\f3e0";
}

/* line 2528, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pound.sign:before {
  content: "\f154";
}

/* line 2531, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.power.off:before {
  content: "\f011";
}

/* line 2534, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pray:before {
  content: "\f683";
}

/* line 2537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.praying.hands:before {
  content: "\f684";
}

/* line 2540, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.prescription:before {
  content: "\f5b1";
}

/* line 2543, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.prescription.bottle:before {
  content: "\f485";
}

/* line 2546, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.prescription.bottle.alternate:before {
  content: "\f486";
}

/* line 2549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.print:before {
  content: "\f02f";
}

/* line 2552, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.procedures:before {
  content: "\f487";
}

/* line 2555, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.project.diagram:before {
  content: "\f542";
}

/* line 2558, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.puzzle.piece:before {
  content: "\f12e";
}

/* line 2561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.qrcode:before {
  content: "\f029";
}

/* line 2564, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.question:before {
  content: "\f128";
}

/* line 2567, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.question.circle:before {
  content: "\f059";
}

/* line 2570, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.quidditch:before {
  content: "\f458";
}

/* line 2573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.quote.left:before {
  content: "\f10d";
}

/* line 2576, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.quote.right:before {
  content: "\f10e";
}

/* line 2579, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.quran:before {
  content: "\f687";
}

/* line 2582, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.radiation:before {
  content: "\f7b9";
}

/* line 2585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.radiation.alternate:before {
  content: "\f7ba";
}

/* line 2588, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.rainbow:before {
  content: "\f75b";
}

/* line 2591, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.random:before {
  content: "\f074";
}

/* line 2594, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.receipt:before {
  content: "\f543";
}

/* line 2597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.record.vinyl:before {
  content: "\f8d9";
}

/* line 2600, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.recycle:before {
  content: "\f1b8";
}

/* line 2603, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.redo:before {
  content: "\f01e";
}

/* line 2606, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.redo.alternate:before {
  content: "\f2f9";
}

/* line 2609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.registered:before {
  content: "\f25d";
}

/* line 2612, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.remove.format:before {
  content: "\f87d";
}

/* line 2615, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.reply:before {
  content: "\f3e5";
}

/* line 2618, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.reply.all:before {
  content: "\f122";
}

/* line 2621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.republican:before {
  content: "\f75e";
}

/* line 2624, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.restroom:before {
  content: "\f7bd";
}

/* line 2627, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.retweet:before {
  content: "\f079";
}

/* line 2630, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ribbon:before {
  content: "\f4d6";
}

/* line 2633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ring:before {
  content: "\f70b";
}

/* line 2636, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.road:before {
  content: "\f018";
}

/* line 2639, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.robot:before {
  content: "\f544";
}

/* line 2642, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.rocket:before {
  content: "\f135";
}

/* line 2645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.route:before {
  content: "\f4d7";
}

/* line 2648, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.rss:before {
  content: "\f09e";
}

/* line 2651, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.rss.square:before {
  content: "\f143";
}

/* line 2654, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ruble.sign:before {
  content: "\f158";
}

/* line 2657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ruler:before {
  content: "\f545";
}

/* line 2660, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ruler.combined:before {
  content: "\f546";
}

/* line 2663, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ruler.horizontal:before {
  content: "\f547";
}

/* line 2666, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ruler.vertical:before {
  content: "\f548";
}

/* line 2669, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.running:before {
  content: "\f70c";
}

/* line 2672, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.rupee.sign:before {
  content: "\f156";
}

/* line 2675, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sad.cry:before {
  content: "\f5b3";
}

/* line 2678, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sad.tear:before {
  content: "\f5b4";
}

/* line 2681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.satellite:before {
  content: "\f7bf";
}

/* line 2684, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.satellite.dish:before {
  content: "\f7c0";
}

/* line 2687, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.save:before {
  content: "\f0c7";
}

/* line 2690, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.school:before {
  content: "\f549";
}

/* line 2693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.screwdriver:before {
  content: "\f54a";
}

/* line 2696, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.scroll:before {
  content: "\f70e";
}

/* line 2699, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sd.card:before {
  content: "\f7c2";
}

/* line 2702, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.search:before {
  content: "\f002";
}

/* line 2705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.search.dollar:before {
  content: "\f688";
}

/* line 2708, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.search.location:before {
  content: "\f689";
}

/* line 2711, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.search.minus:before {
  content: "\f010";
}

/* line 2714, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.search.plus:before {
  content: "\f00e";
}

/* line 2717, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.seedling:before {
  content: "\f4d8";
}

/* line 2720, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.server:before {
  content: "\f233";
}

/* line 2723, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shapes:before {
  content: "\f61f";
}

/* line 2726, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.share:before {
  content: "\f064";
}

/* line 2729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.share.alternate:before {
  content: "\f1e0";
}

/* line 2732, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.share.alternate.square:before {
  content: "\f1e1";
}

/* line 2735, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.share.square:before {
  content: "\f14d";
}

/* line 2738, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shekel.sign:before {
  content: "\f20b";
}

/* line 2741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shield.alternate:before {
  content: "\f3ed";
}

/* line 2744, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ship:before {
  content: "\f21a";
}

/* line 2747, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shipping.fast:before {
  content: "\f48b";
}

/* line 2750, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shoe.prints:before {
  content: "\f54b";
}

/* line 2753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shopping.bag:before {
  content: "\f290";
}

/* line 2756, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shopping.basket:before {
  content: "\f291";
}

/* line 2759, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shopping.cart:before {
  content: "\f07a";
}

/* line 2762, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shower:before {
  content: "\f2cc";
}

/* line 2765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shuttle.van:before {
  content: "\f5b6";
}

/* line 2768, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sign:before {
  content: "\f4d9";
}

/* line 2771, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sign.in.alternate:before {
  content: "\f2f6";
}

/* line 2774, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sign.language:before {
  content: "\f2a7";
}

/* line 2777, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sign.out.alternate:before {
  content: "\f2f5";
}

/* line 2780, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.signal:before {
  content: "\f012";
}

/* line 2783, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.signature:before {
  content: "\f5b7";
}

/* line 2786, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sim.card:before {
  content: "\f7c4";
}

/* line 2789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sitemap:before {
  content: "\f0e8";
}

/* line 2792, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.skating:before {
  content: "\f7c5";
}

/* line 2795, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.skiing:before {
  content: "\f7c9";
}

/* line 2798, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.skiing.nordic:before {
  content: "\f7ca";
}

/* line 2801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.skull:before {
  content: "\f54c";
}

/* line 2804, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.skull.crossbones:before {
  content: "\f714";
}

/* line 2807, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.slash:before {
  content: "\f715";
}

/* line 2810, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sleigh:before {
  content: "\f7cc";
}

/* line 2813, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sliders.horizontal:before {
  content: "\f1de";
}

/* line 2816, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.smile:before {
  content: "\f118";
}

/* line 2819, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.smile.beam:before {
  content: "\f5b8";
}

/* line 2822, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.smile.wink:before {
  content: "\f4da";
}

/* line 2825, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.smog:before {
  content: "\f75f";
}

/* line 2828, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.smoking:before {
  content: "\f48d";
}

/* line 2831, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.smoking.ban:before {
  content: "\f54d";
}

/* line 2834, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sms:before {
  content: "\f7cd";
}

/* line 2837, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.snowboarding:before {
  content: "\f7ce";
}

/* line 2840, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.snowflake:before {
  content: "\f2dc";
}

/* line 2843, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.snowman:before {
  content: "\f7d0";
}

/* line 2846, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.snowplow:before {
  content: "\f7d2";
}

/* line 2849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.socks:before {
  content: "\f696";
}

/* line 2852, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.solar.panel:before {
  content: "\f5ba";
}

/* line 2855, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort:before {
  content: "\f0dc";
}

/* line 2858, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.alphabet.down:before {
  content: "\f15d";
}

/* line 2861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.alphabet.down.alternate:before {
  content: "\f881";
}

/* line 2864, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.alphabet.up:before {
  content: "\f15e";
}

/* line 2867, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.alphabet.up.alternate:before {
  content: "\f882";
}

/* line 2870, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.amount.down:before {
  content: "\f160";
}

/* line 2873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.amount.down.alternate:before {
  content: "\f884";
}

/* line 2876, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.amount.up:before {
  content: "\f161";
}

/* line 2879, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.amount.up.alternate:before {
  content: "\f885";
}

/* line 2882, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.down:before {
  content: "\f0dd";
}

/* line 2885, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.numeric.down:before {
  content: "\f162";
}

/* line 2888, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.numeric.down.alternate:before {
  content: "\f886";
}

/* line 2891, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.numeric.up:before {
  content: "\f163";
}

/* line 2894, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.numeric.up.alternate:before {
  content: "\f887";
}

/* line 2897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.up:before {
  content: "\f0de";
}

/* line 2900, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.spa:before {
  content: "\f5bb";
}

/* line 2903, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.space.shuttle:before {
  content: "\f197";
}

/* line 2906, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.spell.check:before {
  content: "\f891";
}

/* line 2909, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.spider:before {
  content: "\f717";
}

/* line 2912, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.spinner:before {
  content: "\f110";
}

/* line 2915, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.splotch:before {
  content: "\f5bc";
}

/* line 2918, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.spray.can:before {
  content: "\f5bd";
}

/* line 2921, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.square:before {
  content: "\f0c8";
}

/* line 2924, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.square.full:before {
  content: "\f45c";
}

/* line 2927, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.square.root.alternate:before {
  content: "\f698";
}

/* line 2930, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.stamp:before {
  content: "\f5bf";
}

/* line 2933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.star:before {
  content: "\f005";
}

/* line 2936, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.star.and.crescent:before {
  content: "\f699";
}

/* line 2939, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.star.half:before {
  content: "\f089";
}

/* line 2942, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.star.half.alternate:before {
  content: "\f5c0";
}

/* line 2945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.star.of.david:before {
  content: "\f69a";
}

/* line 2948, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.star.of.life:before {
  content: "\f621";
}

/* line 2951, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.step.backward:before {
  content: "\f048";
}

/* line 2954, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.step.forward:before {
  content: "\f051";
}

/* line 2957, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.stethoscope:before {
  content: "\f0f1";
}

/* line 2960, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sticky.note:before {
  content: "\f249";
}

/* line 2963, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.stop:before {
  content: "\f04d";
}

/* line 2966, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.stop.circle:before {
  content: "\f28d";
}

/* line 2969, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.stopwatch:before {
  content: "\f2f2";
}

/* line 2972, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.store:before {
  content: "\f54e";
}

/* line 2975, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.store.alternate:before {
  content: "\f54f";
}

/* line 2978, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.stream:before {
  content: "\f550";
}

/* line 2981, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.street.view:before {
  content: "\f21d";
}

/* line 2984, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.strikethrough:before {
  content: "\f0cc";
}

/* line 2987, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.stroopwafel:before {
  content: "\f551";
}

/* line 2990, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.subscript:before {
  content: "\f12c";
}

/* line 2993, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.subway:before {
  content: "\f239";
}

/* line 2996, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.suitcase:before {
  content: "\f0f2";
}

/* line 2999, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.suitcase.rolling:before {
  content: "\f5c1";
}

/* line 3002, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sun:before {
  content: "\f185";
}

/* line 3005, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.superscript:before {
  content: "\f12b";
}

/* line 3008, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.surprise:before {
  content: "\f5c2";
}

/* line 3011, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.swatchbook:before {
  content: "\f5c3";
}

/* line 3014, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.swimmer:before {
  content: "\f5c4";
}

/* line 3017, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.swimming.pool:before {
  content: "\f5c5";
}

/* line 3020, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.synagogue:before {
  content: "\f69b";
}

/* line 3023, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sync:before {
  content: "\f021";
}

/* line 3026, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sync.alternate:before {
  content: "\f2f1";
}

/* line 3029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.syringe:before {
  content: "\f48e";
}

/* line 3032, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.table:before {
  content: "\f0ce";
}

/* line 3035, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.table.tennis:before {
  content: "\f45d";
}

/* line 3038, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tablet:before {
  content: "\f10a";
}

/* line 3041, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tablet.alternate:before {
  content: "\f3fa";
}

/* line 3044, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tablets:before {
  content: "\f490";
}

/* line 3047, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tachometer.alternate:before {
  content: "\f3fd";
}

/* line 3050, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tag:before {
  content: "\f02b";
}

/* line 3053, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tags:before {
  content: "\f02c";
}

/* line 3056, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tape:before {
  content: "\f4db";
}

/* line 3059, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tasks:before {
  content: "\f0ae";
}

/* line 3062, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.taxi:before {
  content: "\f1ba";
}

/* line 3065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.teeth:before {
  content: "\f62e";
}

/* line 3068, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.teeth.open:before {
  content: "\f62f";
}

/* line 3071, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.temperature.high:before {
  content: "\f769";
}

/* line 3074, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.temperature.low:before {
  content: "\f76b";
}

/* line 3077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tenge:before {
  content: "\f7d7";
}

/* line 3080, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.terminal:before {
  content: "\f120";
}

/* line 3083, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.text.height:before {
  content: "\f034";
}

/* line 3086, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.text.width:before {
  content: "\f035";
}

/* line 3089, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.th:before {
  content: "\f00a";
}

/* line 3092, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.th.large:before {
  content: "\f009";
}

/* line 3095, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.th.list:before {
  content: "\f00b";
}

/* line 3098, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.theater.masks:before {
  content: "\f630";
}

/* line 3101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.thermometer:before {
  content: "\f491";
}

/* line 3104, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.thermometer.empty:before {
  content: "\f2cb";
}

/* line 3107, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.thermometer.full:before {
  content: "\f2c7";
}

/* line 3110, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.thermometer.half:before {
  content: "\f2c9";
}

/* line 3113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.thermometer.quarter:before {
  content: "\f2ca";
}

/* line 3116, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.thermometer.three.quarters:before {
  content: "\f2c8";
}

/* line 3119, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.thumbs.down:before {
  content: "\f165";
}

/* line 3122, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.thumbs.up:before {
  content: "\f164";
}

/* line 3125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.thumbtack:before {
  content: "\f08d";
}

/* line 3128, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ticket.alternate:before {
  content: "\f3ff";
}

/* line 3131, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.times:before {
  content: "\f00d";
}

/* line 3134, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.times.circle:before {
  content: "\f057";
}

/* line 3137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tint:before {
  content: "\f043";
}

/* line 3140, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tint.slash:before {
  content: "\f5c7";
}

/* line 3143, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tired:before {
  content: "\f5c8";
}

/* line 3146, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.toggle.off:before {
  content: "\f204";
}

/* line 3149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.toggle.on:before {
  content: "\f205";
}

/* line 3152, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.toilet:before {
  content: "\f7d8";
}

/* line 3155, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.toilet.paper:before {
  content: "\f71e";
}

/* line 3158, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.toolbox:before {
  content: "\f552";
}

/* line 3161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tools:before {
  content: "\f7d9";
}

/* line 3164, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tooth:before {
  content: "\f5c9";
}

/* line 3167, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.torah:before {
  content: "\f6a0";
}

/* line 3170, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.torii.gate:before {
  content: "\f6a1";
}

/* line 3173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tractor:before {
  content: "\f722";
}

/* line 3176, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.trademark:before {
  content: "\f25c";
}

/* line 3179, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.traffic.light:before {
  content: "\f637";
}

/* line 3182, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.train:before {
  content: "\f238";
}

/* line 3185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tram:before {
  content: "\f7da";
}

/* line 3188, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.transgender:before {
  content: "\f224";
}

/* line 3191, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.transgender.alternate:before {
  content: "\f225";
}

/* line 3194, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.trash:before {
  content: "\f1f8";
}

/* line 3197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.trash.alternate:before {
  content: "\f2ed";
}

/* line 3200, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.trash.restore:before {
  content: "\f829";
}

/* line 3203, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.trash.restore.alternate:before {
  content: "\f82a";
}

/* line 3206, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tree:before {
  content: "\f1bb";
}

/* line 3209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.trophy:before {
  content: "\f091";
}

/* line 3212, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.truck:before {
  content: "\f0d1";
}

/* line 3215, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.truck.monster:before {
  content: "\f63b";
}

/* line 3218, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.truck.moving:before {
  content: "\f4df";
}

/* line 3221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.truck.packing:before {
  content: "\f4de";
}

/* line 3224, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.truck.pickup:before {
  content: "\f63c";
}

/* line 3227, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tshirt:before {
  content: "\f553";
}

/* line 3230, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tty:before {
  content: "\f1e4";
}

/* line 3233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tv:before {
  content: "\f26c";
}

/* line 3236, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.umbrella:before {
  content: "\f0e9";
}

/* line 3239, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.umbrella.beach:before {
  content: "\f5ca";
}

/* line 3242, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.underline:before {
  content: "\f0cd";
}

/* line 3245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.undo:before {
  content: "\f0e2";
}

/* line 3248, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.undo.alternate:before {
  content: "\f2ea";
}

/* line 3251, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.universal.access:before {
  content: "\f29a";
}

/* line 3254, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.university:before {
  content: "\f19c";
}

/* line 3257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.unlink:before {
  content: "\f127";
}

/* line 3260, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.unlock:before {
  content: "\f09c";
}

/* line 3263, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.unlock.alternate:before {
  content: "\f13e";
}

/* line 3266, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.upload:before {
  content: "\f093";
}

/* line 3269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user:before {
  content: "\f007";
}

/* line 3272, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.alternate:before {
  content: "\f406";
}

/* line 3275, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.alternate.slash:before {
  content: "\f4fa";
}

/* line 3278, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.astronaut:before {
  content: "\f4fb";
}

/* line 3281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.check:before {
  content: "\f4fc";
}

/* line 3284, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.circle:before {
  content: "\f2bd";
}

/* line 3287, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.clock:before {
  content: "\f4fd";
}

/* line 3290, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.cog:before {
  content: "\f4fe";
}

/* line 3293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.edit:before {
  content: "\f4ff";
}

/* line 3296, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.friends:before {
  content: "\f500";
}

/* line 3299, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.graduate:before {
  content: "\f501";
}

/* line 3302, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.injured:before {
  content: "\f728";
}

/* line 3305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.lock:before {
  content: "\f502";
}

/* line 3308, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.md:before {
  content: "\f0f0";
}

/* line 3311, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.minus:before {
  content: "\f503";
}

/* line 3314, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.ninja:before {
  content: "\f504";
}

/* line 3317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.nurse:before {
  content: "\f82f";
}

/* line 3320, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.plus:before {
  content: "\f234";
}

/* line 3323, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.secret:before {
  content: "\f21b";
}

/* line 3326, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.shield:before {
  content: "\f505";
}

/* line 3329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.slash:before {
  content: "\f506";
}

/* line 3332, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.tag:before {
  content: "\f507";
}

/* line 3335, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.tie:before {
  content: "\f508";
}

/* line 3338, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.times:before {
  content: "\f235";
}

/* line 3341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.users:before {
  content: "\f0c0";
}

/* line 3344, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.users.cog:before {
  content: "\f509";
}

/* line 3347, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.utensil.spoon:before {
  content: "\f2e5";
}

/* line 3350, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.utensils:before {
  content: "\f2e7";
}

/* line 3353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.vector.square:before {
  content: "\f5cb";
}

/* line 3356, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.venus:before {
  content: "\f221";
}

/* line 3359, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.venus.double:before {
  content: "\f226";
}

/* line 3362, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.venus.mars:before {
  content: "\f228";
}

/* line 3365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.vial:before {
  content: "\f492";
}

/* line 3368, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.vials:before {
  content: "\f493";
}

/* line 3371, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.video:before {
  content: "\f03d";
}

/* line 3374, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.video.slash:before {
  content: "\f4e2";
}

/* line 3377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.vihara:before {
  content: "\f6a7";
}

/* line 3380, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.voicemail:before {
  content: "\f897";
}

/* line 3383, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.volleyball.ball:before {
  content: "\f45f";
}

/* line 3386, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.volume.down:before {
  content: "\f027";
}

/* line 3389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.volume.mute:before {
  content: "\f6a9";
}

/* line 3392, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.volume.off:before {
  content: "\f026";
}

/* line 3395, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.volume.up:before {
  content: "\f028";
}

/* line 3398, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.vote.yea:before {
  content: "\f772";
}

/* line 3401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.vr.cardboard:before {
  content: "\f729";
}

/* line 3404, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.walking:before {
  content: "\f554";
}

/* line 3407, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wallet:before {
  content: "\f555";
}

/* line 3410, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.warehouse:before {
  content: "\f494";
}

/* line 3413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.water:before {
  content: "\f773";
}

/* line 3416, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wave.square:before {
  content: "\f83e";
}

/* line 3419, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.weight:before {
  content: "\f496";
}

/* line 3422, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.weight.hanging:before {
  content: "\f5cd";
}

/* line 3425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wheelchair:before {
  content: "\f193";
}

/* line 3428, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wifi:before {
  content: "\f1eb";
}

/* line 3431, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wind:before {
  content: "\f72e";
}

/* line 3434, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.window.close:before {
  content: "\f410";
}

/* line 3437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.window.maximize:before {
  content: "\f2d0";
}

/* line 3440, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.window.minimize:before {
  content: "\f2d1";
}

/* line 3443, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.window.restore:before {
  content: "\f2d2";
}

/* line 3446, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wine.bottle:before {
  content: "\f72f";
}

/* line 3449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wine.glass:before {
  content: "\f4e3";
}

/* line 3452, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wine.glass.alternate:before {
  content: "\f5ce";
}

/* line 3455, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.won.sign:before {
  content: "\f159";
}

/* line 3458, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wrench:before {
  content: "\f0ad";
}

/* line 3461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.x.ray:before {
  content: "\f497";
}

/* line 3464, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.yen.sign:before {
  content: "\f157";
}

/* line 3467, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.yin.yang:before {
  content: "\f6ad";
}

/* Aliases */
/* line 3472, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.add:before {
  content: "\f067";
}

/* line 3475, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.add.circle:before {
  content: "\f055";
}

/* line 3478, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.add.square:before {
  content: "\f0fe";
}

/* line 3481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.add.to.calendar:before {
  content: "\f271";
}

/* line 3484, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.add.to.cart:before {
  content: "\f217";
}

/* line 3487, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.add.user:before {
  content: "\f234";
}

/* line 3490, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.alarm:before {
  content: "\f0f3";
}

/* line 3493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.alarm.mute:before {
  content: "\f1f6";
}

/* line 3496, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ald:before {
  content: "\f2a2";
}

/* line 3499, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.als:before {
  content: "\f2a2";
}

/* line 3502, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.announcement:before {
  content: "\f0a1";
}

/* line 3505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.area.chart:before {
  content: "\f1fe";
}

/* line 3508, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.area.graph:before {
  content: "\f1fe";
}

/* line 3511, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrow.down.cart:before {
  content: "\f218";
}

/* line 3514, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.asexual:before {
  content: "\f22d";
}

/* line 3517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.asl:before {
  content: "\f2a3";
}

/* line 3520, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.asl.interpreting:before {
  content: "\f2a3";
}

/* line 3523, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.assistive.listening.devices:before {
  content: "\f2a2";
}

/* line 3526, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.attach:before {
  content: "\f0c6";
}

/* line 3529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.attention:before {
  content: "\f06a";
}

/* line 3532, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.balance:before {
  content: "\f24e";
}

/* line 3535, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bar:before {
  content: "\f0fc";
}

/* line 3538, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bathtub:before {
  content: "\f2cd";
}

/* line 3541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.battery.four:before {
  content: "\f240";
}

/* line 3544, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.battery.high:before {
  content: "\f241";
}

/* line 3547, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.battery.low:before {
  content: "\f243";
}

/* line 3550, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.battery.medium:before {
  content: "\f242";
}

/* line 3553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.battery.one:before {
  content: "\f243";
}

/* line 3556, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.battery.three:before {
  content: "\f241";
}

/* line 3559, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.battery.two:before {
  content: "\f242";
}

/* line 3562, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.battery.zero:before {
  content: "\f244";
}

/* line 3565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.birthday:before {
  content: "\f1fd";
}

/* line 3568, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.block.layout:before {
  content: "\f009";
}

/* line 3571, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.broken.chain:before {
  content: "\f127";
}

/* line 3574, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.browser:before {
  content: "\f022";
}

/* line 3577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.call:before {
  content: "\f095";
}

/* line 3580, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.call.square:before {
  content: "\f098";
}

/* line 3583, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cancel:before {
  content: "\f00d";
}

/* line 3586, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cart:before {
  content: "\f07a";
}

/* line 3589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cc:before {
  content: "\f20a";
}

/* line 3592, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chain:before {
  content: "\f0c1";
}

/* line 3595, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chat:before {
  content: "\f075";
}

/* line 3598, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.checked.calendar:before {
  content: "\f274";
}

/* line 3601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.checkmark:before {
  content: "\f00c";
}

/* line 3604, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.checkmark.box:before {
  content: "\f14a";
}

/* line 3607, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chess.rock:before {
  content: "\f447";
}

/* line 3610, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.circle.notched:before {
  content: "\f1ce";
}

/* line 3613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.circle.thin:before {
  content: "\f111";
}

/* line 3616, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.close:before {
  content: "\f00d";
}

/* line 3619, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cloud.download:before {
  content: "\f381";
}

/* line 3622, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cloud.upload:before {
  content: "\f382";
}

/* line 3625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cny:before {
  content: "\f157";
}

/* line 3628, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cocktail:before {
  content: "\f000";
}

/* line 3631, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.commenting:before {
  content: "\f27a";
}

/* line 3634, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.compose:before {
  content: "\f303";
}

/* line 3637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.computer:before {
  content: "\f108";
}

/* line 3640, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.configure:before {
  content: "\f0ad";
}

/* line 3643, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.content:before {
  content: "\f0c9";
}

/* line 3646, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.conversation:before {
  content: "\f086";
}

/* line 3649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.credit.card.alternative:before {
  content: "\f09d";
}

/* line 3652, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.currency:before {
  content: "\f3d1";
}

/* line 3655, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dashboard:before {
  content: "\f3fd";
}

/* line 3658, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.deafness:before {
  content: "\f2a4";
}

/* line 3661, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.delete:before {
  content: "\f00d";
}

/* line 3664, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.delete.calendar:before {
  content: "\f273";
}

/* line 3667, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.detective:before {
  content: "\f21b";
}

/* line 3670, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.diamond:before {
  content: "\f3a5";
}

/* line 3673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.discussions:before {
  content: "\f086";
}

/* line 3676, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.disk:before {
  content: "\f0a0";
}

/* line 3679, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.doctor:before {
  content: "\f0f0";
}

/* line 3682, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dollar:before {
  content: "\f155";
}

/* line 3685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dont:before {
  content: "\f05e";
}

/* line 3688, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.drivers.license:before {
  content: "\f2c2";
}

/* line 3691, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dropdown:before {
  content: "\f0d7";
}

/* line 3694, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.emergency:before {
  content: "\f0f9";
}

/* line 3697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.erase:before {
  content: "\f12d";
}

/* line 3700, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.eur:before {
  content: "\f153";
}

/* line 3703, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.euro:before {
  content: "\f153";
}

/* line 3706, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.exchange:before {
  content: "\f362";
}

/* line 3709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.external:before {
  content: "\f35d";
}

/* line 3712, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.external.share:before {
  content: "\f14d";
}

/* line 3715, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.external.square:before {
  content: "\f360";
}

/* line 3718, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.eyedropper:before {
  content: "\f1fb";
}

/* line 3721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.factory:before {
  content: "\f275";
}

/* line 3724, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.favorite:before {
  content: "\f005";
}

/* line 3727, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.feed:before {
  content: "\f09e";
}

/* line 3730, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.female.homosexual:before {
  content: "\f226";
}

/* line 3733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.text:before {
  content: "\f15c";
}

/* line 3736, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.find:before {
  content: "\f1e5";
}

/* line 3739, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.first.aid:before {
  content: "\f0fa";
}

/* line 3742, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.food:before {
  content: "\f2e7";
}

/* line 3745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fork:before {
  content: "\f126";
}

/* line 3748, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.game:before {
  content: "\f11b";
}

/* line 3751, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gay:before {
  content: "\f227";
}

/* line 3754, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gbp:before {
  content: "\f154";
}

/* line 3757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grab:before {
  content: "\f255";
}

/* line 3760, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.graduation:before {
  content: "\f19d";
}

/* line 3763, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grid.layout:before {
  content: "\f00a";
}

/* line 3766, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.group:before {
  content: "\f0c0";
}

/* line 3769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.h:before {
  content: "\f0fd";
}

/* line 3772, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hamburger:before {
  content: "\f0c9";
}

/* line 3775, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.victory:before {
  content: "\f25b";
}

/* line 3778, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.handicap:before {
  content: "\f193";
}

/* line 3781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hard.of.hearing:before {
  content: "\f2a4";
}

/* line 3784, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.header:before {
  content: "\f1dc";
}

/* line 3787, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.heart.empty:before {
  content: "\f004";
}

/* line 3790, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.help:before {
  content: "\f128";
}

/* line 3793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.help.circle:before {
  content: "\f059";
}

/* line 3796, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.heterosexual:before {
  content: "\f228";
}

/* line 3799, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hide:before {
  content: "\f070";
}

/* line 3802, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hotel:before {
  content: "\f236";
}

/* line 3805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hourglass.four:before {
  content: "\f254";
}

/* line 3808, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hourglass.full:before {
  content: "\f254";
}

/* line 3811, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hourglass.one:before {
  content: "\f251";
}

/* line 3814, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hourglass.three:before {
  content: "\f253";
}

/* line 3817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hourglass.two:before {
  content: "\f252";
}

/* line 3820, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hourglass.zero:before {
  content: "\f253";
}

/* line 3823, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.idea:before {
  content: "\f0eb";
}

/* line 3826, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ils:before {
  content: "\f20b";
}

/* line 3829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.in.cart:before {
  content: "\f218";
}

/* line 3832, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.inr:before {
  content: "\f156";
}

/* line 3835, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.intergender:before {
  content: "\f224";
}

/* line 3838, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.intersex:before {
  content: "\f224";
}

/* line 3841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.jpy:before {
  content: "\f157";
}

/* line 3844, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.krw:before {
  content: "\f159";
}

/* line 3847, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.lab:before {
  content: "\f0c3";
}

/* line 3850, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.law:before {
  content: "\f24e";
}

/* line 3853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.legal:before {
  content: "\f0e3";
}

/* line 3856, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.lesbian:before {
  content: "\f226";
}

/* line 3859, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.level.down:before {
  content: "\f3be";
}

/* line 3862, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.level.up:before {
  content: "\f3bf";
}

/* line 3865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.lightning:before {
  content: "\f0e7";
}

/* line 3868, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.like:before {
  content: "\f004";
}

/* line 3871, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.line.graph:before {
  content: "\f201";
}

/* line 3874, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.linkify:before {
  content: "\f0c1";
}

/* line 3877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.lira:before {
  content: "\f195";
}

/* line 3880, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.list.layout:before {
  content: "\f00b";
}

/* line 3883, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.log.out:before {
  content: "\f2f5";
}

/* line 3886, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.magnify:before {
  content: "\f00e";
}

/* line 3889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mail:before {
  content: "\f0e0";
}

/* line 3892, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mail.forward:before {
  content: "\f064";
}

/* line 3895, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mail.square:before {
  content: "\f199";
}

/* line 3898, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.male.homosexual:before {
  content: "\f227";
}

/* line 3901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.man:before {
  content: "\f222";
}

/* line 3904, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.marker:before {
  content: "\f041";
}

/* line 3907, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mars.alternate:before {
  content: "\f229";
}

/* line 3910, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mars.horizontal:before {
  content: "\f22b";
}

/* line 3913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mars.vertical:before {
  content: "\f22a";
}

/* line 3916, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.meanpath:before {
  content: "\f0c8";
}

/* line 3919, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.military:before {
  content: "\f0fb";
}

/* line 3922, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.money:before {
  content: "\f3d1";
}

/* line 3925, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.move:before {
  content: "\f0b2";
}

/* line 3928, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mute:before {
  content: "\f131";
}

/* line 3931, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.non.binary.transgender:before {
  content: "\f223";
}

/* line 3934, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.numbered.list:before {
  content: "\f0cb";
}

/* line 3937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.options:before {
  content: "\f1de";
}

/* line 3940, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ordered.list:before {
  content: "\f0cb";
}

/* line 3943, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.other.gender:before {
  content: "\f229";
}

/* line 3946, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.other.gender.horizontal:before {
  content: "\f22b";
}

/* line 3949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.other.gender.vertical:before {
  content: "\f22a";
}

/* line 3952, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.payment:before {
  content: "\f09d";
}

/* line 3955, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pencil:before {
  content: "\f303";
}

/* line 3958, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pencil.square:before {
  content: "\f14b";
}

/* line 3961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.photo:before {
  content: "\f030";
}

/* line 3964, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.picture:before {
  content: "\f03e";
}

/* line 3967, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pie.chart:before {
  content: "\f200";
}

/* line 3970, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pie.graph:before {
  content: "\f200";
}

/* line 3973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pin:before {
  content: "\f08d";
}

/* line 3976, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.plus.cart:before {
  content: "\f217";
}

/* line 3979, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.point:before {
  content: "\f041";
}

/* line 3982, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pointing.down:before {
  content: "\f0a7";
}

/* line 3985, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pointing.left:before {
  content: "\f0a5";
}

/* line 3988, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pointing.right:before {
  content: "\f0a4";
}

/* line 3991, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pointing.up:before {
  content: "\f0a6";
}

/* line 3994, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pound:before {
  content: "\f154";
}

/* line 3997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.power:before {
  content: "\f011";
}

/* line 4000, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.power.cord:before {
  content: "\f1e6";
}

/* line 4003, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.privacy:before {
  content: "\f084";
}

/* line 4006, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.protect:before {
  content: "\f023";
}

/* line 4009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.puzzle:before {
  content: "\f12e";
}

/* line 4012, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.r.circle:before {
  content: "\f25d";
}

/* line 4015, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.radio:before {
  content: "\f192";
}

/* line 4018, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.rain:before {
  content: "\f0e9";
}

/* line 4021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.record:before {
  content: "\f03d";
}

/* line 4024, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.refresh:before {
  content: "\f021";
}

/* line 4027, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.remove:before {
  content: "\f00d";
}

/* line 4030, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.remove.bookmark:before {
  content: "\f02e";
}

/* line 4033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.remove.circle:before {
  content: "\f057";
}

/* line 4036, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.remove.from.calendar:before {
  content: "\f272";
}

/* line 4039, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.remove.user:before {
  content: "\f235";
}

/* line 4042, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.repeat:before {
  content: "\f01e";
}

/* line 4045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.resize.horizontal:before {
  content: "\f337";
}

/* line 4048, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.resize.vertical:before {
  content: "\f338";
}

/* line 4051, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.rmb:before {
  content: "\f157";
}

/* line 4054, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.rouble:before {
  content: "\f158";
}

/* line 4057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.rub:before {
  content: "\f158";
}

/* line 4060, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ruble:before {
  content: "\f158";
}

/* line 4063, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.rupee:before {
  content: "\f156";
}

/* line 4066, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.s15:before {
  content: "\f2cd";
}

/* line 4069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.selected.radio:before {
  content: "\f192";
}

/* line 4072, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.send:before {
  content: "\f1d8";
}

/* line 4075, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.setting:before {
  content: "\f013";
}

/* line 4078, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.settings:before {
  content: "\f085";
}

/* line 4081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shekel:before {
  content: "\f20b";
}

/* line 4084, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sheqel:before {
  content: "\f20b";
}

/* line 4087, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shield:before {
  content: "\f3ed";
}

/* line 4090, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shipping:before {
  content: "\f0d1";
}

/* line 4093, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shop:before {
  content: "\f07a";
}

/* line 4096, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shuffle:before {
  content: "\f074";
}

/* line 4099, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shutdown:before {
  content: "\f011";
}

/* line 4102, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sidebar:before {
  content: "\f0c9";
}

/* line 4105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sign.in:before {
  content: "\f2f6";
}

/* line 4108, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sign.out:before {
  content: "\f2f5";
}

/* line 4111, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.signing:before {
  content: "\f2a7";
}

/* line 4114, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.signup:before {
  content: "\f044";
}

/* line 4117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sliders:before {
  content: "\f1de";
}

/* line 4120, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.soccer:before {
  content: "\f1e3";
}

/* line 4123, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.alphabet.ascending:before {
  content: "\f15d";
}

/* line 4126, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.alphabet.descending:before {
  content: "\f15e";
}

/* line 4129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.ascending:before {
  content: "\f0de";
}

/* line 4132, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.content.ascending:before {
  content: "\f160";
}

/* line 4135, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.content.descending:before {
  content: "\f161";
}

/* line 4138, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.descending:before {
  content: "\f0dd";
}

/* line 4141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.numeric.ascending:before {
  content: "\f162";
}

/* line 4144, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sort.numeric.descending:before {
  content: "\f163";
}

/* line 4147, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sound:before {
  content: "\f025";
}

/* line 4150, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.spoon:before {
  content: "\f2e5";
}

/* line 4153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.spy:before {
  content: "\f21b";
}

/* line 4156, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.star.empty:before {
  content: "\f005";
}

/* line 4159, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.star.half.empty:before {
  content: "\f089";
}

/* line 4162, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.star.half.full:before {
  content: "\f089";
}

/* line 4165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.student:before {
  content: "\f19d";
}

/* line 4168, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.talk:before {
  content: "\f27a";
}

/* line 4171, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.target:before {
  content: "\f140";
}

/* line 4174, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.teletype:before {
  content: "\f1e4";
}

/* line 4177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.television:before {
  content: "\f26c";
}

/* line 4180, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.text.cursor:before {
  content: "\f246";
}

/* line 4183, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.text.telephone:before {
  content: "\f1e4";
}

/* line 4186, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.theme:before {
  content: "\f043";
}

/* line 4189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.thermometer:before {
  content: "\f2c7";
}

/* line 4192, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.thumb.tack:before {
  content: "\f08d";
}

/* line 4195, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ticket:before {
  content: "\f3ff";
}

/* line 4198, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.time:before {
  content: "\f017";
}

/* line 4201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.times.rectangle:before {
  content: "\f410";
}

/* line 4204, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tm:before {
  content: "\f25c";
}

/* line 4207, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.toggle.down:before {
  content: "\f150";
}

/* line 4210, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.toggle.left:before {
  content: "\f191";
}

/* line 4213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.toggle.right:before {
  content: "\f152";
}

/* line 4216, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.toggle.up:before {
  content: "\f151";
}

/* line 4219, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.translate:before {
  content: "\f1ab";
}

/* line 4222, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.travel:before {
  content: "\f0b1";
}

/* line 4225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.treatment:before {
  content: "\f0f1";
}

/* line 4228, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.triangle.down:before {
  content: "\f0d7";
}

/* line 4231, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.triangle.left:before {
  content: "\f0d9";
}

/* line 4234, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.triangle.right:before {
  content: "\f0da";
}

/* line 4237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.triangle.up:before {
  content: "\f0d8";
}

/* line 4240, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.try:before {
  content: "\f195";
}

/* line 4243, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.unhide:before {
  content: "\f06e";
}

/* line 4246, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.unlinkify:before {
  content: "\f127";
}

/* line 4249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.unmute:before {
  content: "\f130";
}

/* line 4252, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.unordered.list:before {
  content: "\f0ca";
}

/* line 4255, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.usd:before {
  content: "\f155";
}

/* line 4258, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.cancel:before {
  content: "\f235";
}

/* line 4261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.close:before {
  content: "\f235";
}

/* line 4264, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.delete:before {
  content: "\f235";
}

/* line 4267, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.doctor:before {
  content: "\f0f0";
}

/* line 4270, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.x:before {
  content: "\f235";
}

/* line 4273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.vcard:before {
  content: "\f2bb";
}

/* line 4276, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.video.camera:before {
  content: "\f03d";
}

/* line 4279, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.video.play:before {
  content: "\f144";
}

/* line 4282, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.volume.control.phone:before {
  content: "\f2a0";
}

/* line 4285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wait:before {
  content: "\f017";
}

/* line 4288, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.warning:before {
  content: "\f12a";
}

/* line 4291, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.warning.circle:before {
  content: "\f06a";
}

/* line 4294, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.warning.sign:before {
  content: "\f071";
}

/* line 4297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wi.fi:before {
  content: "\f1eb";
}

/* line 4300, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.winner:before {
  content: "\f091";
}

/* line 4303, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wizard:before {
  content: "\f0d0";
}

/* line 4306, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.woman:before {
  content: "\f221";
}

/* line 4309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.won:before {
  content: "\f159";
}

/* line 4312, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.world:before {
  content: "\f0ac";
}

/* line 4315, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.write:before {
  content: "\f303";
}

/* line 4318, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.write.square:before {
  content: "\f14b";
}

/* line 4321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.x:before {
  content: "\f00d";
}

/* line 4324, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.yen:before {
  content: "\f157";
}

/* line 4327, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.zip:before {
  content: "\f187";
}

/* line 4330, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.zoom:before {
  content: "\f00e";
}

/* line 4333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.zoom.in:before {
  content: "\f00e";
}

/* line 4336, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.zoom.out:before {
  content: "\f010";
}

/*******************************
         Outline Icons
*******************************/
/* Outline Icon */
/* Load & Define Icon Font */
@font-face {
  font-family: 'outline-icons';
  src: url(/assets/semantic-ui/outline-icons-da05e5ee7c75c965efb151a6e87ab5589b8023f246f698c1d14946414bc31c90.eot);
  src: url(/assets/semantic-ui/outline-icons-da05e5ee7c75c965efb151a6e87ab5589b8023f246f698c1d14946414bc31c90.eot?#iefix) format("embedded-opentype"), url(/assets/semantic-ui/outline-icons-6a16c04229bc2b4da226eb97e68d94f49ba6437b7b5e16c14a101b21a29384e9.woff2) format("woff2"), url(/assets/semantic-ui/outline-icons-684157e40f7ee2429707a23d5b77d2c71c5d23f26a9d82839275ff984d13053b.woff) format("woff"), url(/assets/semantic-ui/outline-icons-4e2fc1d3828b93e7e943c8017a542b0ad00f6333d28748658bb0697de23fd52e.ttf) format("truetype"), url(/assets/semantic-ui/outline-icons-e14de0404bcbe28ac413bd4c992f552af250da30823e635ab9a7656e50e77bc8.svg#icons) format("svg");
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}
/* line 4359, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.outline {
  font-family: 'outline-icons';
}

/* Icons */
/* line 4364, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.address.book.outline:before {
  content: "\f2b9";
}

/* line 4367, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.address.card.outline:before {
  content: "\f2bb";
}

/* line 4370, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.angry.outline:before {
  content: "\f556";
}

/* line 4373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrow.alternate.circle.down.outline:before {
  content: "\f358";
}

/* line 4376, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrow.alternate.circle.left.outline:before {
  content: "\f359";
}

/* line 4379, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrow.alternate.circle.right.outline:before {
  content: "\f35a";
}

/* line 4382, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.arrow.alternate.circle.up.outline:before {
  content: "\f35b";
}

/* line 4385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bell.outline:before {
  content: "\f0f3";
}

/* line 4388, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bell.slash.outline:before {
  content: "\f1f6";
}

/* line 4391, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bookmark.outline:before {
  content: "\f02e";
}

/* line 4394, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.building.outline:before {
  content: "\f1ad";
}

/* line 4397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.calendar.alternate.outline:before {
  content: "\f073";
}

/* line 4400, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.calendar.check.outline:before {
  content: "\f274";
}

/* line 4403, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.calendar.minus.outline:before {
  content: "\f272";
}

/* line 4406, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.calendar.outline:before {
  content: "\f133";
}

/* line 4409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.calendar.plus.outline:before {
  content: "\f271";
}

/* line 4412, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.calendar.times.outline:before {
  content: "\f273";
}

/* line 4415, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.caret.square.down.outline:before {
  content: "\f150";
}

/* line 4418, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.caret.square.left.outline:before {
  content: "\f191";
}

/* line 4421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.caret.square.right.outline:before {
  content: "\f152";
}

/* line 4424, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.caret.square.up.outline:before {
  content: "\f151";
}

/* line 4427, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chart.bar.outline:before {
  content: "\f080";
}

/* line 4430, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.check.circle.outline:before {
  content: "\f058";
}

/* line 4433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.check.square.outline:before {
  content: "\f14a";
}

/* line 4436, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.circle.outline:before {
  content: "\f111";
}

/* line 4439, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.clipboard.outline:before {
  content: "\f328";
}

/* line 4442, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.clock.outline:before {
  content: "\f017";
}

/* line 4445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.clone.outline:before {
  content: "\f24d";
}

/* line 4448, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.closed.captioning.outline:before {
  content: "\f20a";
}

/* line 4451, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.comment.alternate.outline:before {
  content: "\f27a";
}

/* line 4454, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.comment.dots.outline:before {
  content: "\f4ad";
}

/* line 4457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.comment.outline:before {
  content: "\f075";
}

/* line 4460, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.comments.outline:before {
  content: "\f086";
}

/* line 4463, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.compass.outline:before {
  content: "\f14e";
}

/* line 4466, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.copy.outline:before {
  content: "\f0c5";
}

/* line 4469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.copyright.outline:before {
  content: "\f1f9";
}

/* line 4472, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.credit.card.outline:before {
  content: "\f09d";
}

/* line 4475, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dizzy.outline:before {
  content: "\f567";
}

/* line 4478, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dot.circle.outline:before {
  content: "\f192";
}

/* line 4481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.edit.outline:before {
  content: "\f044";
}

/* line 4484, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.envelope.open.outline:before {
  content: "\f2b6";
}

/* line 4487, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.envelope.outline:before {
  content: "\f0e0";
}

/* line 4490, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.eye.outline:before {
  content: "\f06e";
}

/* line 4493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.eye.slash.outline:before {
  content: "\f070";
}

/* line 4496, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.alternate.outline:before {
  content: "\f15c";
}

/* line 4499, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.archive.outline:before {
  content: "\f1c6";
}

/* line 4502, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.audio.outline:before {
  content: "\f1c7";
}

/* line 4505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.code.outline:before {
  content: "\f1c9";
}

/* line 4508, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.excel.outline:before {
  content: "\f1c3";
}

/* line 4511, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.image.outline:before {
  content: "\f1c5";
}

/* line 4514, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.outline:before {
  content: "\f15b";
}

/* line 4517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.pdf.outline:before {
  content: "\f1c1";
}

/* line 4520, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.powerpoint.outline:before {
  content: "\f1c4";
}

/* line 4523, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.video.outline:before {
  content: "\f1c8";
}

/* line 4526, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.file.word.outline:before {
  content: "\f1c2";
}

/* line 4529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.flag.outline:before {
  content: "\f024";
}

/* line 4532, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.flushed.outline:before {
  content: "\f579";
}

/* line 4535, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.folder.open.outline:before {
  content: "\f07c";
}

/* line 4538, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.folder.outline:before {
  content: "\f07b";
}

/* line 4541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.frown.open.outline:before {
  content: "\f57a";
}

/* line 4544, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.frown.outline:before {
  content: "\f119";
}

/* line 4547, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.futbol.outline:before {
  content: "\f1e3";
}

/* line 4550, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gem.outline:before {
  content: "\f3a5";
}

/* line 4553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grimace.outline:before {
  content: "\f57f";
}

/* line 4556, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.alternate.outline:before {
  content: "\f581";
}

/* line 4559, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.beam.outline:before {
  content: "\f582";
}

/* line 4562, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.beam.sweat.outline:before {
  content: "\f583";
}

/* line 4565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.hearts.outline:before {
  content: "\f584";
}

/* line 4568, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.outline:before {
  content: "\f580";
}

/* line 4571, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.squint.outline:before {
  content: "\f585";
}

/* line 4574, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.squint.tears.outline:before {
  content: "\f586";
}

/* line 4577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.stars.outline:before {
  content: "\f587";
}

/* line 4580, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.tears.outline:before {
  content: "\f588";
}

/* line 4583, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.tongue.outline:before {
  content: "\f589";
}

/* line 4586, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.tongue.squint.outline:before {
  content: "\f58a";
}

/* line 4589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.tongue.wink.outline:before {
  content: "\f58b";
}

/* line 4592, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grin.wink.outline:before {
  content: "\f58c";
}

/* line 4595, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.lizard.outline:before {
  content: "\f258";
}

/* line 4598, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.paper.outline:before {
  content: "\f256";
}

/* line 4601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.peace.outline:before {
  content: "\f25b";
}

/* line 4604, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.point.down.outline:before {
  content: "\f0a7";
}

/* line 4607, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.point.left.outline:before {
  content: "\f0a5";
}

/* line 4610, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.point.right.outline:before {
  content: "\f0a4";
}

/* line 4613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.point.up.outline:before {
  content: "\f0a6";
}

/* line 4616, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.pointer.outline:before {
  content: "\f25a";
}

/* line 4619, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.rock.outline:before {
  content: "\f255";
}

/* line 4622, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.scissors.outline:before {
  content: "\f257";
}

/* line 4625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hand.spock.outline:before {
  content: "\f259";
}

/* line 4628, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.handshake.outline:before {
  content: "\f2b5";
}

/* line 4631, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hdd.outline:before {
  content: "\f0a0";
}

/* line 4634, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.heart.outline:before {
  content: "\f004";
}

/* line 4637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hospital.outline:before {
  content: "\f0f8";
}

/* line 4640, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hourglass.outline:before {
  content: "\f254";
}

/* line 4643, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.id.badge.outline:before {
  content: "\f2c1";
}

/* line 4646, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.id.card.outline:before {
  content: "\f2c2";
}

/* line 4649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.image.outline:before {
  content: "\f03e";
}

/* line 4652, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.images.outline:before {
  content: "\f302";
}

/* line 4655, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.keyboard.outline:before {
  content: "\f11c";
}

/* line 4658, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.kiss.beam.outline:before {
  content: "\f597";
}

/* line 4661, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.kiss.outline:before {
  content: "\f596";
}

/* line 4664, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.kiss.wink.heart.outline:before {
  content: "\f598";
}

/* line 4667, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.laugh.beam.outline:before {
  content: "\f59a";
}

/* line 4670, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.laugh.outline:before {
  content: "\f599";
}

/* line 4673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.laugh.squint.outline:before {
  content: "\f59b";
}

/* line 4676, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.laugh.wink.outline:before {
  content: "\f59c";
}

/* line 4679, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.lemon.outline:before {
  content: "\f094";
}

/* line 4682, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.life.ring.outline:before {
  content: "\f1cd";
}

/* line 4685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.lightbulb.outline:before {
  content: "\f0eb";
}

/* line 4688, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.list.alternate.outline:before {
  content: "\f022";
}

/* line 4691, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.map.outline:before {
  content: "\f279";
}

/* line 4694, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.meh.blank.outline:before {
  content: "\f5a4";
}

/* line 4697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.meh.outline:before {
  content: "\f11a";
}

/* line 4700, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.meh.rolling.eyes.outline:before {
  content: "\f5a5";
}

/* line 4703, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.minus.square.outline:before {
  content: "\f146";
}

/* line 4706, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.money.bill.alternate.outline:before {
  content: "\f3d1";
}

/* line 4709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.moon.outline:before {
  content: "\f186";
}

/* line 4712, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.newspaper.outline:before {
  content: "\f1ea";
}

/* line 4715, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.object.group.outline:before {
  content: "\f247";
}

/* line 4718, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.object.ungroup.outline:before {
  content: "\f248";
}

/* line 4721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.paper.plane.outline:before {
  content: "\f1d8";
}

/* line 4724, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pause.circle.outline:before {
  content: "\f28b";
}

/* line 4727, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.play.circle.outline:before {
  content: "\f144";
}

/* line 4730, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.plus.square.outline:before {
  content: "\f0fe";
}

/* line 4733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.question.circle.outline:before {
  content: "\f059";
}

/* line 4736, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.registered.outline:before {
  content: "\f25d";
}

/* line 4739, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sad.cry.outline:before {
  content: "\f5b3";
}

/* line 4742, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sad.tear.outline:before {
  content: "\f5b4";
}

/* line 4745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.save.outline:before {
  content: "\f0c7";
}

/* line 4748, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.share.square.outline:before {
  content: "\f14d";
}

/* line 4751, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.smile.beam.outline:before {
  content: "\f5b8";
}

/* line 4754, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.smile.outline:before {
  content: "\f118";
}

/* line 4757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.smile.wink.outline:before {
  content: "\f4da";
}

/* line 4760, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.snowflake.outline:before {
  content: "\f2dc";
}

/* line 4763, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.square.outline:before {
  content: "\f0c8";
}

/* line 4766, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.star.half.outline:before {
  content: "\f089";
}

/* line 4769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.star.outline:before {
  content: "\f005";
}

/* line 4772, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sticky.note.outline:before {
  content: "\f249";
}

/* line 4775, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.stop.circle.outline:before {
  content: "\f28d";
}

/* line 4778, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sun.outline:before {
  content: "\f185";
}

/* line 4781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.surprise.outline:before {
  content: "\f5c2";
}

/* line 4784, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.thumbs.down.outline:before {
  content: "\f165";
}

/* line 4787, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.thumbs.up.outline:before {
  content: "\f164";
}

/* line 4790, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.times.circle.outline:before {
  content: "\f057";
}

/* line 4793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tired.outline:before {
  content: "\f5c8";
}

/* line 4796, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.trash.alternate.outline:before {
  content: "\f2ed";
}

/* line 4799, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.circle.outline:before {
  content: "\f2bd";
}

/* line 4802, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.user.outline:before {
  content: "\f007";
}

/* line 4805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.window.close.outline:before {
  content: "\f410";
}

/* line 4808, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.window.maximize.outline:before {
  content: "\f2d0";
}

/* line 4811, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.window.minimize.outline:before {
  content: "\f2d1";
}

/* line 4814, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.window.restore.outline:before {
  content: "\f2d2";
}

/*******************************
          Brand Icons
*******************************/
/* Load & Define Brand Font */
@font-face {
  font-family: 'brand-icons';
  src: url(/assets/semantic-ui/brand-icons-931d173390b901b84b133796a2e42e54b82a4d60fc7f0baa23e05742af9793e8.eot);
  src: url(/assets/semantic-ui/brand-icons-931d173390b901b84b133796a2e42e54b82a4d60fc7f0baa23e05742af9793e8.eot?#iefix) format("embedded-opentype"), url(/assets/semantic-ui/brand-icons-1f49b8706547682e2c5ed6642a2f2dcbd287da458314b967c60d774aa7edb473.woff2) format("woff2"), url(/assets/semantic-ui/brand-icons-ef7234f1e9d303d2e42a209c547c217b90afa49d60502d04f1b14c906efc02d1.woff) format("woff"), url(/assets/semantic-ui/brand-icons-d7746d2966e30323266a9f7ea24be80940f7a0207a0b91dde1669f3b3bdecd33.ttf) format("truetype"), url(/assets/semantic-ui/brand-icons-85eee11562ca8330dd6e3e7b726309ab95110e062d72c759abc83f897b8ed074.svg#icons) format("svg");
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}
/* Icons */
/* line 4837, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.\35 00px:before {
  content: "\f26e";
  font-family: 'brand-icons';
}

/* line 4841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.accessible:before {
  content: "\f368";
  font-family: 'brand-icons';
}

/* line 4845, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.accusoft:before {
  content: "\f369";
  font-family: 'brand-icons';
}

/* line 4849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.acquisitions.incorporated:before {
  content: "\f6af";
  font-family: 'brand-icons';
}

/* line 4853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.adn:before {
  content: "\f170";
  font-family: 'brand-icons';
}

/* line 4857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.adobe:before {
  content: "\f778";
  font-family: 'brand-icons';
}

/* line 4861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.adversal:before {
  content: "\f36a";
  font-family: 'brand-icons';
}

/* line 4865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.affiliatetheme:before {
  content: "\f36b";
  font-family: 'brand-icons';
}

/* line 4869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.airbnb:before {
  content: "\f834";
  font-family: 'brand-icons';
}

/* line 4873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.algolia:before {
  content: "\f36c";
  font-family: 'brand-icons';
}

/* line 4877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.alipay:before {
  content: "\f642";
  font-family: 'brand-icons';
}

/* line 4881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.amazon:before {
  content: "\f270";
  font-family: 'brand-icons';
}

/* line 4885, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.amazon.pay:before {
  content: "\f42c";
  font-family: 'brand-icons';
}

/* line 4889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.amilia:before {
  content: "\f36d";
  font-family: 'brand-icons';
}

/* line 4893, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.android:before {
  content: "\f17b";
  font-family: 'brand-icons';
}

/* line 4897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.angellist:before {
  content: "\f209";
  font-family: 'brand-icons';
}

/* line 4901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.angrycreative:before {
  content: "\f36e";
  font-family: 'brand-icons';
}

/* line 4905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.angular:before {
  content: "\f420";
  font-family: 'brand-icons';
}

/* line 4909, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.app.store:before {
  content: "\f36f";
  font-family: 'brand-icons';
}

/* line 4913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.app.store.ios:before {
  content: "\f370";
  font-family: 'brand-icons';
}

/* line 4917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.apper:before {
  content: "\f371";
  font-family: 'brand-icons';
}

/* line 4921, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.apple:before {
  content: "\f179";
  font-family: 'brand-icons';
}

/* line 4925, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.apple.pay:before {
  content: "\f415";
  font-family: 'brand-icons';
}

/* line 4929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.artstation:before {
  content: "\f77a";
  font-family: 'brand-icons';
}

/* line 4933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.asymmetrik:before {
  content: "\f372";
  font-family: 'brand-icons';
}

/* line 4937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.atlassian:before {
  content: "\f77b";
  font-family: 'brand-icons';
}

/* line 4941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.audible:before {
  content: "\f373";
  font-family: 'brand-icons';
}

/* line 4945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.autoprefixer:before {
  content: "\f41c";
  font-family: 'brand-icons';
}

/* line 4949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.avianex:before {
  content: "\f374";
  font-family: 'brand-icons';
}

/* line 4953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.aviato:before {
  content: "\f421";
  font-family: 'brand-icons';
}

/* line 4957, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.aws:before {
  content: "\f375";
  font-family: 'brand-icons';
}

/* line 4961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bandcamp:before {
  content: "\f2d5";
  font-family: 'brand-icons';
}

/* line 4965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.battle.net:before {
  content: "\f835";
  font-family: 'brand-icons';
}

/* line 4969, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.behance:before {
  content: "\f1b4";
  font-family: 'brand-icons';
}

/* line 4973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.behance.square:before {
  content: "\f1b5";
  font-family: 'brand-icons';
}

/* line 4977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bimobject:before {
  content: "\f378";
  font-family: 'brand-icons';
}

/* line 4981, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bitbucket:before {
  content: "\f171";
  font-family: 'brand-icons';
}

/* line 4985, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bitcoin:before {
  content: "\f379";
  font-family: 'brand-icons';
}

/* line 4989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bity:before {
  content: "\f37a";
  font-family: 'brand-icons';
}

/* line 4993, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.black.tie:before {
  content: "\f27e";
  font-family: 'brand-icons';
}

/* line 4997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.blackberry:before {
  content: "\f37b";
  font-family: 'brand-icons';
}

/* line 5001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.blogger:before {
  content: "\f37c";
  font-family: 'brand-icons';
}

/* line 5005, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.blogger.b:before {
  content: "\f37d";
  font-family: 'brand-icons';
}

/* line 5009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bluetooth:before {
  content: "\f293";
  font-family: 'brand-icons';
}

/* line 5013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bluetooth.b:before {
  content: "\f294";
  font-family: 'brand-icons';
}

/* line 5017, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bootstrap:before {
  content: "\f836";
  font-family: 'brand-icons';
}

/* line 5021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.btc:before {
  content: "\f15a";
  font-family: 'brand-icons';
}

/* line 5025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.buffer:before {
  content: "\f837";
  font-family: 'brand-icons';
}

/* line 5029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.buromobelexperte:before {
  content: "\f37f";
  font-family: 'brand-icons';
}

/* line 5033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.buy.n.large:before {
  content: "\f8a6";
  font-family: 'brand-icons';
}

/* line 5037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.buysellads:before {
  content: "\f20d";
  font-family: 'brand-icons';
}

/* line 5041, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.canadian.maple.leaf:before {
  content: "\f785";
  font-family: 'brand-icons';
}

/* line 5045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cc.amazon.pay:before {
  content: "\f42d";
  font-family: 'brand-icons';
}

/* line 5049, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cc.amex:before {
  content: "\f1f3";
  font-family: 'brand-icons';
}

/* line 5053, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cc.apple.pay:before {
  content: "\f416";
  font-family: 'brand-icons';
}

/* line 5057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cc.diners.club:before {
  content: "\f24c";
  font-family: 'brand-icons';
}

/* line 5061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cc.discover:before {
  content: "\f1f2";
  font-family: 'brand-icons';
}

/* line 5065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cc.jcb:before {
  content: "\f24b";
  font-family: 'brand-icons';
}

/* line 5069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cc.mastercard:before {
  content: "\f1f1";
  font-family: 'brand-icons';
}

/* line 5073, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cc.paypal:before {
  content: "\f1f4";
  font-family: 'brand-icons';
}

/* line 5077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cc.stripe:before {
  content: "\f1f5";
  font-family: 'brand-icons';
}

/* line 5081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cc.visa:before {
  content: "\f1f0";
  font-family: 'brand-icons';
}

/* line 5085, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.centercode:before {
  content: "\f380";
  font-family: 'brand-icons';
}

/* line 5089, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.centos:before {
  content: "\f789";
  font-family: 'brand-icons';
}

/* line 5093, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chrome:before {
  content: "\f268";
  font-family: 'brand-icons';
}

/* line 5097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.chromecast:before {
  content: "\f838";
  font-family: 'brand-icons';
}

/* line 5101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cloudscale:before {
  content: "\f383";
  font-family: 'brand-icons';
}

/* line 5105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cloudsmith:before {
  content: "\f384";
  font-family: 'brand-icons';
}

/* line 5109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cloudversify:before {
  content: "\f385";
  font-family: 'brand-icons';
}

/* line 5113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.codepen:before {
  content: "\f1cb";
  font-family: 'brand-icons';
}

/* line 5117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.codiepie:before {
  content: "\f284";
  font-family: 'brand-icons';
}

/* line 5121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.confluence:before {
  content: "\f78d";
  font-family: 'brand-icons';
}

/* line 5125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.connectdevelop:before {
  content: "\f20e";
  font-family: 'brand-icons';
}

/* line 5129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.contao:before {
  content: "\f26d";
  font-family: 'brand-icons';
}

/* line 5133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cotton.bureau:before {
  content: "\f89e";
  font-family: 'brand-icons';
}

/* line 5137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cpanel:before {
  content: "\f388";
  font-family: 'brand-icons';
}

/* line 5141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.creative.commons:before {
  content: "\f25e";
  font-family: 'brand-icons';
}

/* line 5145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.creative.commons.by:before {
  content: "\f4e7";
  font-family: 'brand-icons';
}

/* line 5149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.creative.commons.nc:before {
  content: "\f4e8";
  font-family: 'brand-icons';
}

/* line 5153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.creative.commons.nc.eu:before {
  content: "\f4e9";
  font-family: 'brand-icons';
}

/* line 5157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.creative.commons.nc.jp:before {
  content: "\f4ea";
  font-family: 'brand-icons';
}

/* line 5161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.creative.commons.nd:before {
  content: "\f4eb";
  font-family: 'brand-icons';
}

/* line 5165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.creative.commons.pd:before {
  content: "\f4ec";
  font-family: 'brand-icons';
}

/* line 5169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.creative.commons.pd.alternate:before {
  content: "\f4ed";
  font-family: 'brand-icons';
}

/* line 5173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.creative.commons.remix:before {
  content: "\f4ee";
  font-family: 'brand-icons';
}

/* line 5177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.creative.commons.sa:before {
  content: "\f4ef";
  font-family: 'brand-icons';
}

/* line 5181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.creative.commons.sampling:before {
  content: "\f4f0";
  font-family: 'brand-icons';
}

/* line 5185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.creative.commons.sampling.plus:before {
  content: "\f4f1";
  font-family: 'brand-icons';
}

/* line 5189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.creative.commons.share:before {
  content: "\f4f2";
  font-family: 'brand-icons';
}

/* line 5193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.creative.commons.zero:before {
  content: "\f4f3";
  font-family: 'brand-icons';
}

/* line 5197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.critical.role:before {
  content: "\f6c9";
  font-family: 'brand-icons';
}

/* line 5201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.css3:before {
  content: "\f13c";
  font-family: 'brand-icons';
}

/* line 5205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.css3.alternate:before {
  content: "\f38b";
  font-family: 'brand-icons';
}

/* line 5209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.cuttlefish:before {
  content: "\f38c";
  font-family: 'brand-icons';
}

/* line 5213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.d.and.d:before {
  content: "\f38d";
  font-family: 'brand-icons';
}

/* line 5217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.d.and.d.beyond:before {
  content: "\f6ca";
  font-family: 'brand-icons';
}

/* line 5221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dashcube:before {
  content: "\f210";
  font-family: 'brand-icons';
}

/* line 5225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.delicious:before {
  content: "\f1a5";
  font-family: 'brand-icons';
}

/* line 5229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.deploydog:before {
  content: "\f38e";
  font-family: 'brand-icons';
}

/* line 5233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.deskpro:before {
  content: "\f38f";
  font-family: 'brand-icons';
}

/* line 5237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dev:before {
  content: "\f6cc";
  font-family: 'brand-icons';
}

/* line 5241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.deviantart:before {
  content: "\f1bd";
  font-family: 'brand-icons';
}

/* line 5245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dhl:before {
  content: "\f790";
  font-family: 'brand-icons';
}

/* line 5249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.diaspora:before {
  content: "\f791";
  font-family: 'brand-icons';
}

/* line 5253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.digg:before {
  content: "\f1a6";
  font-family: 'brand-icons';
}

/* line 5257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.digital.ocean:before {
  content: "\f391";
  font-family: 'brand-icons';
}

/* line 5261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.discord:before {
  content: "\f392";
  font-family: 'brand-icons';
}

/* line 5265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.discourse:before {
  content: "\f393";
  font-family: 'brand-icons';
}

/* line 5269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dochub:before {
  content: "\f394";
  font-family: 'brand-icons';
}

/* line 5273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.docker:before {
  content: "\f395";
  font-family: 'brand-icons';
}

/* line 5277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.draft2digital:before {
  content: "\f396";
  font-family: 'brand-icons';
}

/* line 5281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dribbble:before {
  content: "\f17d";
  font-family: 'brand-icons';
}

/* line 5285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dribbble.square:before {
  content: "\f397";
  font-family: 'brand-icons';
}

/* line 5289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dropbox:before {
  content: "\f16b";
  font-family: 'brand-icons';
}

/* line 5293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.drupal:before {
  content: "\f1a9";
  font-family: 'brand-icons';
}

/* line 5297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dyalog:before {
  content: "\f399";
  font-family: 'brand-icons';
}

/* line 5301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.earlybirds:before {
  content: "\f39a";
  font-family: 'brand-icons';
}

/* line 5305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ebay:before {
  content: "\f4f4";
  font-family: 'brand-icons';
}

/* line 5309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.edge:before {
  content: "\f282";
  font-family: 'brand-icons';
}

/* line 5313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.elementor:before {
  content: "\f430";
  font-family: 'brand-icons';
}

/* line 5317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ello:before {
  content: "\f5f1";
  font-family: 'brand-icons';
}

/* line 5321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ember:before {
  content: "\f423";
  font-family: 'brand-icons';
}

/* line 5325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.empire:before {
  content: "\f1d1";
  font-family: 'brand-icons';
}

/* line 5329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.envira:before {
  content: "\f299";
  font-family: 'brand-icons';
}

/* line 5333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.erlang:before {
  content: "\f39d";
  font-family: 'brand-icons';
}

/* line 5337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ethereum:before {
  content: "\f42e";
  font-family: 'brand-icons';
}

/* line 5341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.etsy:before {
  content: "\f2d7";
  font-family: 'brand-icons';
}

/* line 5345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.evernote:before {
  content: "\f839";
  font-family: 'brand-icons';
}

/* line 5349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.expeditedssl:before {
  content: "\f23e";
  font-family: 'brand-icons';
}

/* line 5353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.facebook:before {
  content: "\f09a";
  font-family: 'brand-icons';
}

/* line 5357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.facebook.f:before {
  content: "\f39e";
  font-family: 'brand-icons';
}

/* line 5361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.facebook.messenger:before {
  content: "\f39f";
  font-family: 'brand-icons';
}

/* line 5365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.facebook.square:before {
  content: "\f082";
  font-family: 'brand-icons';
}

/* line 5369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fantasy.flight.games:before {
  content: "\f6dc";
  font-family: 'brand-icons';
}

/* line 5373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fedex:before {
  content: "\f797";
  font-family: 'brand-icons';
}

/* line 5377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fedora:before {
  content: "\f798";
  font-family: 'brand-icons';
}

/* line 5381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.figma:before {
  content: "\f799";
  font-family: 'brand-icons';
}

/* line 5385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.firefox:before {
  content: "\f269";
  font-family: 'brand-icons';
}

/* line 5389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.first.order:before {
  content: "\f2b0";
  font-family: 'brand-icons';
}

/* line 5393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.first.order.alternate:before {
  content: "\f50a";
  font-family: 'brand-icons';
}

/* line 5397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.firstdraft:before {
  content: "\f3a1";
  font-family: 'brand-icons';
}

/* line 5401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.flickr:before {
  content: "\f16e";
  font-family: 'brand-icons';
}

/* line 5405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.flipboard:before {
  content: "\f44d";
  font-family: 'brand-icons';
}

/* line 5409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fly:before {
  content: "\f417";
  font-family: 'brand-icons';
}

/* line 5413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.font.awesome:before {
  content: "\f2b4";
  font-family: 'brand-icons';
}

/* line 5417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.font.awesome.alternate:before {
  content: "\f35c";
  font-family: 'brand-icons';
}

/* line 5421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.font.awesome.flag:before {
  content: "\f425";
  font-family: 'brand-icons';
}

/* line 5425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fonticons:before {
  content: "\f280";
  font-family: 'brand-icons';
}

/* line 5429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fonticons.fi:before {
  content: "\f3a2";
  font-family: 'brand-icons';
}

/* line 5433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fort.awesome:before {
  content: "\f286";
  font-family: 'brand-icons';
}

/* line 5437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fort.awesome.alternate:before {
  content: "\f3a3";
  font-family: 'brand-icons';
}

/* line 5441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.forumbee:before {
  content: "\f211";
  font-family: 'brand-icons';
}

/* line 5445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.foursquare:before {
  content: "\f180";
  font-family: 'brand-icons';
}

/* line 5449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.free.code.camp:before {
  content: "\f2c5";
  font-family: 'brand-icons';
}

/* line 5453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.freebsd:before {
  content: "\f3a4";
  font-family: 'brand-icons';
}

/* line 5457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fulcrum:before {
  content: "\f50b";
  font-family: 'brand-icons';
}

/* line 5461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.galactic.republic:before {
  content: "\f50c";
  font-family: 'brand-icons';
}

/* line 5465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.galactic.senate:before {
  content: "\f50d";
  font-family: 'brand-icons';
}

/* line 5469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.get.pocket:before {
  content: "\f265";
  font-family: 'brand-icons';
}

/* line 5473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gg:before {
  content: "\f260";
  font-family: 'brand-icons';
}

/* line 5477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gg.circle:before {
  content: "\f261";
  font-family: 'brand-icons';
}

/* line 5481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.git:before {
  content: "\f1d3";
  font-family: 'brand-icons';
}

/* line 5485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.git.alternate:before {
  content: "\f841";
  font-family: 'brand-icons';
}

/* line 5489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.git.square:before {
  content: "\f1d2";
  font-family: 'brand-icons';
}

/* line 5493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.github:before {
  content: "\f09b";
  font-family: 'brand-icons';
}

/* line 5497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.github.alternate:before {
  content: "\f113";
  font-family: 'brand-icons';
}

/* line 5501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.github.square:before {
  content: "\f092";
  font-family: 'brand-icons';
}

/* line 5505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gitkraken:before {
  content: "\f3a6";
  font-family: 'brand-icons';
}

/* line 5509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gitlab:before {
  content: "\f296";
  font-family: 'brand-icons';
}

/* line 5513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gitter:before {
  content: "\f426";
  font-family: 'brand-icons';
}

/* line 5517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.glide:before {
  content: "\f2a5";
  font-family: 'brand-icons';
}

/* line 5521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.glide.g:before {
  content: "\f2a6";
  font-family: 'brand-icons';
}

/* line 5525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gofore:before {
  content: "\f3a7";
  font-family: 'brand-icons';
}

/* line 5529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.goodreads:before {
  content: "\f3a8";
  font-family: 'brand-icons';
}

/* line 5533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.goodreads.g:before {
  content: "\f3a9";
  font-family: 'brand-icons';
}

/* line 5537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.google:before {
  content: "\f1a0";
  font-family: 'brand-icons';
}

/* line 5541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.google.drive:before {
  content: "\f3aa";
  font-family: 'brand-icons';
}

/* line 5545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.google.play:before {
  content: "\f3ab";
  font-family: 'brand-icons';
}

/* line 5549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.google.plus:before {
  content: "\f2b3";
  font-family: 'brand-icons';
}

/* line 5553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.google.plus.g:before {
  content: "\f0d5";
  font-family: 'brand-icons';
}

/* line 5557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.google.plus.square:before {
  content: "\f0d4";
  font-family: 'brand-icons';
}

/* line 5561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.google.wallet:before {
  content: "\f1ee";
  font-family: 'brand-icons';
}

/* line 5565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gratipay:before {
  content: "\f184";
  font-family: 'brand-icons';
}

/* line 5569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grav:before {
  content: "\f2d6";
  font-family: 'brand-icons';
}

/* line 5573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gripfire:before {
  content: "\f3ac";
  font-family: 'brand-icons';
}

/* line 5577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.grunt:before {
  content: "\f3ad";
  font-family: 'brand-icons';
}

/* line 5581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gulp:before {
  content: "\f3ae";
  font-family: 'brand-icons';
}

/* line 5585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hacker.news:before {
  content: "\f1d4";
  font-family: 'brand-icons';
}

/* line 5589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hacker.news.square:before {
  content: "\f3af";
  font-family: 'brand-icons';
}

/* line 5593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hackerrank:before {
  content: "\f5f7";
  font-family: 'brand-icons';
}

/* line 5597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hips:before {
  content: "\f452";
  font-family: 'brand-icons';
}

/* line 5601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hire.a.helper:before {
  content: "\f3b0";
  font-family: 'brand-icons';
}

/* line 5605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hooli:before {
  content: "\f427";
  font-family: 'brand-icons';
}

/* line 5609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hornbill:before {
  content: "\f592";
  font-family: 'brand-icons';
}

/* line 5613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hotjar:before {
  content: "\f3b1";
  font-family: 'brand-icons';
}

/* line 5617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.houzz:before {
  content: "\f27c";
  font-family: 'brand-icons';
}

/* line 5621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.html5:before {
  content: "\f13b";
  font-family: 'brand-icons';
}

/* line 5625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.hubspot:before {
  content: "\f3b2";
  font-family: 'brand-icons';
}

/* line 5629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.imdb:before {
  content: "\f2d8";
  font-family: 'brand-icons';
}

/* line 5633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.instagram:before {
  content: "\f16d";
  font-family: 'brand-icons';
}

/* line 5637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.intercom:before {
  content: "\f7af";
  font-family: 'brand-icons';
}

/* line 5641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.internet.explorer:before {
  content: "\f26b";
  font-family: 'brand-icons';
}

/* line 5645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.invision:before {
  content: "\f7b0";
  font-family: 'brand-icons';
}

/* line 5649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ioxhost:before {
  content: "\f208";
  font-family: 'brand-icons';
}

/* line 5653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.itch.io:before {
  content: "\f83a";
  font-family: 'brand-icons';
}

/* line 5657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.itunes:before {
  content: "\f3b4";
  font-family: 'brand-icons';
}

/* line 5661, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.itunes.note:before {
  content: "\f3b5";
  font-family: 'brand-icons';
}

/* line 5665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.java:before {
  content: "\f4e4";
  font-family: 'brand-icons';
}

/* line 5669, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.jedi.order:before {
  content: "\f50e";
  font-family: 'brand-icons';
}

/* line 5673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.jenkins:before {
  content: "\f3b6";
  font-family: 'brand-icons';
}

/* line 5677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.jira:before {
  content: "\f7b1";
  font-family: 'brand-icons';
}

/* line 5681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.joget:before {
  content: "\f3b7";
  font-family: 'brand-icons';
}

/* line 5685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.joomla:before {
  content: "\f1aa";
  font-family: 'brand-icons';
}

/* line 5689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.js:before {
  content: "\f3b8";
  font-family: 'brand-icons';
}

/* line 5693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.js.square:before {
  content: "\f3b9";
  font-family: 'brand-icons';
}

/* line 5697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.jsfiddle:before {
  content: "\f1cc";
  font-family: 'brand-icons';
}

/* line 5701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.kaggle:before {
  content: "\f5fa";
  font-family: 'brand-icons';
}

/* line 5705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.keybase:before {
  content: "\f4f5";
  font-family: 'brand-icons';
}

/* line 5709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.keycdn:before {
  content: "\f3ba";
  font-family: 'brand-icons';
}

/* line 5713, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.kickstarter:before {
  content: "\f3bb";
  font-family: 'brand-icons';
}

/* line 5717, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.kickstarter.k:before {
  content: "\f3bc";
  font-family: 'brand-icons';
}

/* line 5721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.korvue:before {
  content: "\f42f";
  font-family: 'brand-icons';
}

/* line 5725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.laravel:before {
  content: "\f3bd";
  font-family: 'brand-icons';
}

/* line 5729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.lastfm:before {
  content: "\f202";
  font-family: 'brand-icons';
}

/* line 5733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.lastfm.square:before {
  content: "\f203";
  font-family: 'brand-icons';
}

/* line 5737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.leanpub:before {
  content: "\f212";
  font-family: 'brand-icons';
}

/* line 5741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.lesscss:before {
  content: "\f41d";
  font-family: 'brand-icons';
}

/* line 5745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.linechat:before {
  content: "\f3c0";
  font-family: 'brand-icons';
}

/* line 5749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.linkedin:before {
  content: "\f08c";
  font-family: 'brand-icons';
}

/* line 5753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.linkedin.in:before {
  content: "\f0e1";
  font-family: 'brand-icons';
}

/* line 5757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.linode:before {
  content: "\f2b8";
  font-family: 'brand-icons';
}

/* line 5761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.linux:before {
  content: "\f17c";
  font-family: 'brand-icons';
}

/* line 5765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.lyft:before {
  content: "\f3c3";
  font-family: 'brand-icons';
}

/* line 5769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.magento:before {
  content: "\f3c4";
  font-family: 'brand-icons';
}

/* line 5773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mailchimp:before {
  content: "\f59e";
  font-family: 'brand-icons';
}

/* line 5777, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mandalorian:before {
  content: "\f50f";
  font-family: 'brand-icons';
}

/* line 5781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.markdown:before {
  content: "\f60f";
  font-family: 'brand-icons';
}

/* line 5785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mastodon:before {
  content: "\f4f6";
  font-family: 'brand-icons';
}

/* line 5789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.maxcdn:before {
  content: "\f136";
  font-family: 'brand-icons';
}

/* line 5793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mdb:before {
  content: "\f8ca";
  font-family: 'brand-icons';
}

/* line 5797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.medapps:before {
  content: "\f3c6";
  font-family: 'brand-icons';
}

/* line 5801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.medium:before {
  content: "\f23a";
  font-family: 'brand-icons';
}

/* line 5805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.medium.m:before {
  content: "\f3c7";
  font-family: 'brand-icons';
}

/* line 5809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.medrt:before {
  content: "\f3c8";
  font-family: 'brand-icons';
}

/* line 5813, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.meetup:before {
  content: "\f2e0";
  font-family: 'brand-icons';
}

/* line 5817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.megaport:before {
  content: "\f5a3";
  font-family: 'brand-icons';
}

/* line 5821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mendeley:before {
  content: "\f7b3";
  font-family: 'brand-icons';
}

/* line 5825, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.microsoft:before {
  content: "\f3ca";
  font-family: 'brand-icons';
}

/* line 5829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mix:before {
  content: "\f3cb";
  font-family: 'brand-icons';
}

/* line 5833, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mixcloud:before {
  content: "\f289";
  font-family: 'brand-icons';
}

/* line 5837, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mizuni:before {
  content: "\f3cc";
  font-family: 'brand-icons';
}

/* line 5841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.modx:before {
  content: "\f285";
  font-family: 'brand-icons';
}

/* line 5845, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.monero:before {
  content: "\f3d0";
  font-family: 'brand-icons';
}

/* line 5849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.napster:before {
  content: "\f3d2";
  font-family: 'brand-icons';
}

/* line 5853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.neos:before {
  content: "\f612";
  font-family: 'brand-icons';
}

/* line 5857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.nimblr:before {
  content: "\f5a8";
  font-family: 'brand-icons';
}

/* line 5861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.node:before {
  content: "\f419";
  font-family: 'brand-icons';
}

/* line 5865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.node.js:before {
  content: "\f3d3";
  font-family: 'brand-icons';
}

/* line 5869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.npm:before {
  content: "\f3d4";
  font-family: 'brand-icons';
}

/* line 5873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ns8:before {
  content: "\f3d5";
  font-family: 'brand-icons';
}

/* line 5877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.nutritionix:before {
  content: "\f3d6";
  font-family: 'brand-icons';
}

/* line 5881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.odnoklassniki:before {
  content: "\f263";
  font-family: 'brand-icons';
}

/* line 5885, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.odnoklassniki.square:before {
  content: "\f264";
  font-family: 'brand-icons';
}

/* line 5889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.old.republic:before {
  content: "\f510";
  font-family: 'brand-icons';
}

/* line 5893, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.opencart:before {
  content: "\f23d";
  font-family: 'brand-icons';
}

/* line 5897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.openid:before {
  content: "\f19b";
  font-family: 'brand-icons';
}

/* line 5901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.opera:before {
  content: "\f26a";
  font-family: 'brand-icons';
}

/* line 5905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.optin.monster:before {
  content: "\f23c";
  font-family: 'brand-icons';
}

/* line 5909, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.orcid:before {
  content: "\f8d2";
  font-family: 'brand-icons';
}

/* line 5913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.osi:before {
  content: "\f41a";
  font-family: 'brand-icons';
}

/* line 5917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.page4:before {
  content: "\f3d7";
  font-family: 'brand-icons';
}

/* line 5921, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pagelines:before {
  content: "\f18c";
  font-family: 'brand-icons';
}

/* line 5925, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.palfed:before {
  content: "\f3d8";
  font-family: 'brand-icons';
}

/* line 5929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.patreon:before {
  content: "\f3d9";
  font-family: 'brand-icons';
}

/* line 5933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.paypal:before {
  content: "\f1ed";
  font-family: 'brand-icons';
}

/* line 5937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.penny.arcade:before {
  content: "\f704";
  font-family: 'brand-icons';
}

/* line 5941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.periscope:before {
  content: "\f3da";
  font-family: 'brand-icons';
}

/* line 5945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.phabricator:before {
  content: "\f3db";
  font-family: 'brand-icons';
}

/* line 5949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.phoenix.framework:before {
  content: "\f3dc";
  font-family: 'brand-icons';
}

/* line 5953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.phoenix.squadron:before {
  content: "\f511";
  font-family: 'brand-icons';
}

/* line 5957, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.php:before {
  content: "\f457";
  font-family: 'brand-icons';
}

/* line 5961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pied.piper:before {
  content: "\f2ae";
  font-family: 'brand-icons';
}

/* line 5965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pied.piper.alternate:before {
  content: "\f1a8";
  font-family: 'brand-icons';
}

/* line 5969, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pied.piper.hat:before {
  content: "\f4e5";
  font-family: 'brand-icons';
}

/* line 5973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pied.piper.pp:before {
  content: "\f1a7";
  font-family: 'brand-icons';
}

/* line 5977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pinterest:before {
  content: "\f0d2";
  font-family: 'brand-icons';
}

/* line 5981, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pinterest.p:before {
  content: "\f231";
  font-family: 'brand-icons';
}

/* line 5985, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pinterest.square:before {
  content: "\f0d3";
  font-family: 'brand-icons';
}

/* line 5989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.playstation:before {
  content: "\f3df";
  font-family: 'brand-icons';
}

/* line 5993, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.product.hunt:before {
  content: "\f288";
  font-family: 'brand-icons';
}

/* line 5997, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pushed:before {
  content: "\f3e1";
  font-family: 'brand-icons';
}

/* line 6001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.python:before {
  content: "\f3e2";
  font-family: 'brand-icons';
}

/* line 6005, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.qq:before {
  content: "\f1d6";
  font-family: 'brand-icons';
}

/* line 6009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.quinscape:before {
  content: "\f459";
  font-family: 'brand-icons';
}

/* line 6013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.quora:before {
  content: "\f2c4";
  font-family: 'brand-icons';
}

/* line 6017, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.r.project:before {
  content: "\f4f7";
  font-family: 'brand-icons';
}

/* line 6021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.raspberry.pi:before {
  content: "\f7bb";
  font-family: 'brand-icons';
}

/* line 6025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ravelry:before {
  content: "\f2d9";
  font-family: 'brand-icons';
}

/* line 6029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.react:before {
  content: "\f41b";
  font-family: 'brand-icons';
}

/* line 6033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.reacteurope:before {
  content: "\f75d";
  font-family: 'brand-icons';
}

/* line 6037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.readme:before {
  content: "\f4d5";
  font-family: 'brand-icons';
}

/* line 6041, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.rebel:before {
  content: "\f1d0";
  font-family: 'brand-icons';
}

/* line 6045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.reddit:before {
  content: "\f1a1";
  font-family: 'brand-icons';
}

/* line 6049, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.reddit.alien:before {
  content: "\f281";
  font-family: 'brand-icons';
}

/* line 6053, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.reddit.square:before {
  content: "\f1a2";
  font-family: 'brand-icons';
}

/* line 6057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.redhat:before {
  content: "\f7bc";
  font-family: 'brand-icons';
}

/* line 6061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.redriver:before {
  content: "\f3e3";
  font-family: 'brand-icons';
}

/* line 6065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.redyeti:before {
  content: "\f69d";
  font-family: 'brand-icons';
}

/* line 6069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.renren:before {
  content: "\f18b";
  font-family: 'brand-icons';
}

/* line 6073, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.replyd:before {
  content: "\f3e6";
  font-family: 'brand-icons';
}

/* line 6077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.researchgate:before {
  content: "\f4f8";
  font-family: 'brand-icons';
}

/* line 6081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.resolving:before {
  content: "\f3e7";
  font-family: 'brand-icons';
}

/* line 6085, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.rev:before {
  content: "\f5b2";
  font-family: 'brand-icons';
}

/* line 6089, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.rocketchat:before {
  content: "\f3e8";
  font-family: 'brand-icons';
}

/* line 6093, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.rockrms:before {
  content: "\f3e9";
  font-family: 'brand-icons';
}

/* line 6097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.safari:before {
  content: "\f267";
  font-family: 'brand-icons';
}

/* line 6101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.salesforce:before {
  content: "\f83b";
  font-family: 'brand-icons';
}

/* line 6105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sass:before {
  content: "\f41e";
  font-family: 'brand-icons';
}

/* line 6109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.schlix:before {
  content: "\f3ea";
  font-family: 'brand-icons';
}

/* line 6113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.scribd:before {
  content: "\f28a";
  font-family: 'brand-icons';
}

/* line 6117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.searchengin:before {
  content: "\f3eb";
  font-family: 'brand-icons';
}

/* line 6121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sellcast:before {
  content: "\f2da";
  font-family: 'brand-icons';
}

/* line 6125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sellsy:before {
  content: "\f213";
  font-family: 'brand-icons';
}

/* line 6129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.servicestack:before {
  content: "\f3ec";
  font-family: 'brand-icons';
}

/* line 6133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shirtsinbulk:before {
  content: "\f214";
  font-family: 'brand-icons';
}

/* line 6137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.shopware:before {
  content: "\f5b5";
  font-family: 'brand-icons';
}

/* line 6141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.simplybuilt:before {
  content: "\f215";
  font-family: 'brand-icons';
}

/* line 6145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sistrix:before {
  content: "\f3ee";
  font-family: 'brand-icons';
}

/* line 6149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sith:before {
  content: "\f512";
  font-family: 'brand-icons';
}

/* line 6153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sketch:before {
  content: "\f7c6";
  font-family: 'brand-icons';
}

/* line 6157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.skyatlas:before {
  content: "\f216";
  font-family: 'brand-icons';
}

/* line 6161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.skype:before {
  content: "\f17e";
  font-family: 'brand-icons';
}

/* line 6165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.slack:before {
  content: "\f198";
  font-family: 'brand-icons';
}

/* line 6169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.slack.hash:before {
  content: "\f3ef";
  font-family: 'brand-icons';
}

/* line 6173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.slideshare:before {
  content: "\f1e7";
  font-family: 'brand-icons';
}

/* line 6177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.snapchat:before {
  content: "\f2ab";
  font-family: 'brand-icons';
}

/* line 6181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.snapchat.ghost:before {
  content: "\f2ac";
  font-family: 'brand-icons';
}

/* line 6185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.snapchat.square:before {
  content: "\f2ad";
  font-family: 'brand-icons';
}

/* line 6189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.soundcloud:before {
  content: "\f1be";
  font-family: 'brand-icons';
}

/* line 6193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sourcetree:before {
  content: "\f7d3";
  font-family: 'brand-icons';
}

/* line 6197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.speakap:before {
  content: "\f3f3";
  font-family: 'brand-icons';
}

/* line 6201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.speaker.deck:before {
  content: "\f83c";
  font-family: 'brand-icons';
}

/* line 6205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.spotify:before {
  content: "\f1bc";
  font-family: 'brand-icons';
}

/* line 6209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.squarespace:before {
  content: "\f5be";
  font-family: 'brand-icons';
}

/* line 6213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.stack.exchange:before {
  content: "\f18d";
  font-family: 'brand-icons';
}

/* line 6217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.stack.overflow:before {
  content: "\f16c";
  font-family: 'brand-icons';
}

/* line 6221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.stackpath:before {
  content: "\f842";
  font-family: 'brand-icons';
}

/* line 6225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.staylinked:before {
  content: "\f3f5";
  font-family: 'brand-icons';
}

/* line 6229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.steam:before {
  content: "\f1b6";
  font-family: 'brand-icons';
}

/* line 6233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.steam.square:before {
  content: "\f1b7";
  font-family: 'brand-icons';
}

/* line 6237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.steam.symbol:before {
  content: "\f3f6";
  font-family: 'brand-icons';
}

/* line 6241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.sticker.mule:before {
  content: "\f3f7";
  font-family: 'brand-icons';
}

/* line 6245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.strava:before {
  content: "\f428";
  font-family: 'brand-icons';
}

/* line 6249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.stripe:before {
  content: "\f429";
  font-family: 'brand-icons';
}

/* line 6253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.stripe.s:before {
  content: "\f42a";
  font-family: 'brand-icons';
}

/* line 6257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.studiovinari:before {
  content: "\f3f8";
  font-family: 'brand-icons';
}

/* line 6261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.stumbleupon:before {
  content: "\f1a4";
  font-family: 'brand-icons';
}

/* line 6265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.stumbleupon.circle:before {
  content: "\f1a3";
  font-family: 'brand-icons';
}

/* line 6269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.superpowers:before {
  content: "\f2dd";
  font-family: 'brand-icons';
}

/* line 6273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.supple:before {
  content: "\f3f9";
  font-family: 'brand-icons';
}

/* line 6277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.suse:before {
  content: "\f7d6";
  font-family: 'brand-icons';
}

/* line 6281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.swift:before {
  content: "\f8e1";
  font-family: 'brand-icons';
}

/* line 6285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.symfony:before {
  content: "\f83d";
  font-family: 'brand-icons';
}

/* line 6289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.teamspeak:before {
  content: "\f4f9";
  font-family: 'brand-icons';
}

/* line 6293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.telegram:before {
  content: "\f2c6";
  font-family: 'brand-icons';
}

/* line 6297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.telegram.plane:before {
  content: "\f3fe";
  font-family: 'brand-icons';
}

/* line 6301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tencent.weibo:before {
  content: "\f1d5";
  font-family: 'brand-icons';
}

/* line 6305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.themeco:before {
  content: "\f5c6";
  font-family: 'brand-icons';
}

/* line 6309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.themeisle:before {
  content: "\f2b2";
  font-family: 'brand-icons';
}

/* line 6313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.think.peaks:before {
  content: "\f731";
  font-family: 'brand-icons';
}

/* line 6317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.trade.federation:before {
  content: "\f513";
  font-family: 'brand-icons';
}

/* line 6321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.trello:before {
  content: "\f181";
  font-family: 'brand-icons';
}

/* line 6325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tripadvisor:before {
  content: "\f262";
  font-family: 'brand-icons';
}

/* line 6329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tumblr:before {
  content: "\f173";
  font-family: 'brand-icons';
}

/* line 6333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.tumblr.square:before {
  content: "\f174";
  font-family: 'brand-icons';
}

/* line 6337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.twitch:before {
  content: "\f1e8";
  font-family: 'brand-icons';
}

/* line 6341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.twitter:before {
  content: "\f099";
  font-family: 'brand-icons';
}

/* line 6345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.twitter.square:before {
  content: "\f081";
  font-family: 'brand-icons';
}

/* line 6349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.typo3:before {
  content: "\f42b";
  font-family: 'brand-icons';
}

/* line 6353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.uber:before {
  content: "\f402";
  font-family: 'brand-icons';
}

/* line 6357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ubuntu:before {
  content: "\f7df";
  font-family: 'brand-icons';
}

/* line 6361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.uikit:before {
  content: "\f403";
  font-family: 'brand-icons';
}

/* line 6365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.umbraco:before {
  content: "\f8e8";
  font-family: 'brand-icons';
}

/* line 6369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.uniregistry:before {
  content: "\f404";
  font-family: 'brand-icons';
}

/* line 6373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.untappd:before {
  content: "\f405";
  font-family: 'brand-icons';
}

/* line 6377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ups:before {
  content: "\f7e0";
  font-family: 'brand-icons';
}

/* line 6381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.usb:before {
  content: "\f287";
  font-family: 'brand-icons';
}

/* line 6385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.usps:before {
  content: "\f7e1";
  font-family: 'brand-icons';
}

/* line 6389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ussunnah:before {
  content: "\f407";
  font-family: 'brand-icons';
}

/* line 6393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.vaadin:before {
  content: "\f408";
  font-family: 'brand-icons';
}

/* line 6397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.viacoin:before {
  content: "\f237";
  font-family: 'brand-icons';
}

/* line 6401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.viadeo:before {
  content: "\f2a9";
  font-family: 'brand-icons';
}

/* line 6405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.viadeo.square:before {
  content: "\f2aa";
  font-family: 'brand-icons';
}

/* line 6409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.viber:before {
  content: "\f409";
  font-family: 'brand-icons';
}

/* line 6413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.vimeo:before {
  content: "\f40a";
  font-family: 'brand-icons';
}

/* line 6417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.vimeo.square:before {
  content: "\f194";
  font-family: 'brand-icons';
}

/* line 6421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.vimeo.v:before {
  content: "\f27d";
  font-family: 'brand-icons';
}

/* line 6425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.vine:before {
  content: "\f1ca";
  font-family: 'brand-icons';
}

/* line 6429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.vk:before {
  content: "\f189";
  font-family: 'brand-icons';
}

/* line 6433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.vnv:before {
  content: "\f40b";
  font-family: 'brand-icons';
}

/* line 6437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.vuejs:before {
  content: "\f41f";
  font-family: 'brand-icons';
}

/* line 6441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.waze:before {
  content: "\f83f";
  font-family: 'brand-icons';
}

/* line 6445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.weebly:before {
  content: "\f5cc";
  font-family: 'brand-icons';
}

/* line 6449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.weibo:before {
  content: "\f18a";
  font-family: 'brand-icons';
}

/* line 6453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.weixin:before {
  content: "\f1d7";
  font-family: 'brand-icons';
}

/* line 6457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.whatsapp:before {
  content: "\f232";
  font-family: 'brand-icons';
}

/* line 6461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.whatsapp.square:before {
  content: "\f40c";
  font-family: 'brand-icons';
}

/* line 6465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.whmcs:before {
  content: "\f40d";
  font-family: 'brand-icons';
}

/* line 6469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wikipedia.w:before {
  content: "\f266";
  font-family: 'brand-icons';
}

/* line 6473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.windows:before {
  content: "\f17a";
  font-family: 'brand-icons';
}

/* line 6477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wix:before {
  content: "\f5cf";
  font-family: 'brand-icons';
}

/* line 6481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wizards.of.the.coast:before {
  content: "\f730";
  font-family: 'brand-icons';
}

/* line 6485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wolf.pack.battalion:before {
  content: "\f514";
  font-family: 'brand-icons';
}

/* line 6489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wordpress:before {
  content: "\f19a";
  font-family: 'brand-icons';
}

/* line 6493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wordpress.simple:before {
  content: "\f411";
  font-family: 'brand-icons';
}

/* line 6497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wpbeginner:before {
  content: "\f297";
  font-family: 'brand-icons';
}

/* line 6501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wpexplorer:before {
  content: "\f2de";
  font-family: 'brand-icons';
}

/* line 6505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wpforms:before {
  content: "\f298";
  font-family: 'brand-icons';
}

/* line 6509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wpressr:before {
  content: "\f3e4";
  font-family: 'brand-icons';
}

/* line 6513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.xbox:before {
  content: "\f412";
  font-family: 'brand-icons';
}

/* line 6517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.xing:before {
  content: "\f168";
  font-family: 'brand-icons';
}

/* line 6521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.xing.square:before {
  content: "\f169";
  font-family: 'brand-icons';
}

/* line 6525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.y.combinator:before {
  content: "\f23b";
  font-family: 'brand-icons';
}

/* line 6529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.yahoo:before {
  content: "\f19e";
  font-family: 'brand-icons';
}

/* line 6533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.yammer:before {
  content: "\f840";
  font-family: 'brand-icons';
}

/* line 6537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.yandex:before {
  content: "\f413";
  font-family: 'brand-icons';
}

/* line 6541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.yandex.international:before {
  content: "\f414";
  font-family: 'brand-icons';
}

/* line 6545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.yarn:before {
  content: "\f7e3";
  font-family: 'brand-icons';
}

/* line 6549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.yelp:before {
  content: "\f1e9";
  font-family: 'brand-icons';
}

/* line 6553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.yoast:before {
  content: "\f2b1";
  font-family: 'brand-icons';
}

/* line 6557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.youtube:before {
  content: "\f167";
  font-family: 'brand-icons';
}

/* line 6561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.youtube.square:before {
  content: "\f431";
  font-family: 'brand-icons';
}

/* line 6565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.zhihu:before {
  content: "\f63f";
  font-family: 'brand-icons';
}

/* Aliases */
/* line 6571, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.american.express:before {
  content: "\f1f3";
  font-family: 'brand-icons';
}

/* line 6575, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.american.express.card:before {
  content: "\f1f3";
  font-family: 'brand-icons';
}

/* line 6579, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.amex:before {
  content: "\f1f3";
  font-family: 'brand-icons';
}

/* line 6583, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bitbucket.square:before {
  content: "\f171";
  font-family: 'brand-icons';
}

/* line 6587, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.bluetooth.alternative:before {
  content: "\f294";
  font-family: 'brand-icons';
}

/* line 6591, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.credit.card.amazon.pay:before {
  content: "\f42d";
  font-family: 'brand-icons';
}

/* line 6595, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.credit.card.american.express:before {
  content: "\f1f3";
  font-family: 'brand-icons';
}

/* line 6599, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.credit.card.diners.club:before {
  content: "\f24c";
  font-family: 'brand-icons';
}

/* line 6603, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.credit.card.discover:before {
  content: "\f1f2";
  font-family: 'brand-icons';
}

/* line 6607, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.credit.card.jcb:before {
  content: "\f24b";
  font-family: 'brand-icons';
}

/* line 6611, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.credit.card.mastercard:before {
  content: "\f1f1";
  font-family: 'brand-icons';
}

/* line 6615, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.credit.card.paypal:before {
  content: "\f1f4";
  font-family: 'brand-icons';
}

/* line 6619, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.credit.card.stripe:before {
  content: "\f1f5";
  font-family: 'brand-icons';
}

/* line 6623, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.credit.card.visa:before {
  content: "\f1f0";
  font-family: 'brand-icons';
}

/* line 6627, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.diners.club:before {
  content: "\f24c";
  font-family: 'brand-icons';
}

/* line 6631, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.diners.club.card:before {
  content: "\f24c";
  font-family: 'brand-icons';
}

/* line 6635, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.discover:before {
  content: "\f1f2";
  font-family: 'brand-icons';
}

/* line 6639, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.discover.card:before {
  content: "\f1f2";
  font-family: 'brand-icons';
}

/* line 6643, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.disk.outline:before {
  content: "\f369";
  font-family: 'brand-icons';
}

/* line 6647, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.dribble:before {
  content: "\f17d";
  font-family: 'brand-icons';
}

/* line 6651, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.eercast:before {
  content: "\f2da";
  font-family: 'brand-icons';
}

/* line 6655, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.envira.gallery:before {
  content: "\f299";
  font-family: 'brand-icons';
}

/* line 6659, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.fa:before {
  content: "\f2b4";
  font-family: 'brand-icons';
}

/* line 6663, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.facebook.official:before {
  content: "\f082";
  font-family: 'brand-icons';
}

/* line 6667, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.five.hundred.pixels:before {
  content: "\f26e";
  font-family: 'brand-icons';
}

/* line 6671, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.gittip:before {
  content: "\f184";
  font-family: 'brand-icons';
}

/* line 6675, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.google.plus.circle:before {
  content: "\f2b3";
  font-family: 'brand-icons';
}

/* line 6679, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.google.plus.official:before {
  content: "\f2b3";
  font-family: 'brand-icons';
}

/* line 6683, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.japan.credit.bureau:before {
  content: "\f24b";
  font-family: 'brand-icons';
}

/* line 6687, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.japan.credit.bureau.card:before {
  content: "\f24b";
  font-family: 'brand-icons';
}

/* line 6691, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.jcb:before {
  content: "\f24b";
  font-family: 'brand-icons';
}

/* line 6695, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.linkedin.square:before {
  content: "\f08c";
  font-family: 'brand-icons';
}

/* line 6699, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mastercard:before {
  content: "\f1f1";
  font-family: 'brand-icons';
}

/* line 6703, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.mastercard.card:before {
  content: "\f1f1";
  font-family: 'brand-icons';
}

/* line 6707, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.microsoft.edge:before {
  content: "\f282";
  font-family: 'brand-icons';
}

/* line 6711, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ms.edge:before {
  content: "\f282";
  font-family: 'brand-icons';
}

/* line 6715, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.new.pied.piper:before {
  content: "\f2ae";
  font-family: 'brand-icons';
}

/* line 6719, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.optinmonster:before {
  content: "\f23c";
  font-family: 'brand-icons';
}

/* line 6723, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.paypal.card:before {
  content: "\f1f4";
  font-family: 'brand-icons';
}

/* line 6727, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pied.piper.hat:before {
  content: "\f2ae";
  font-family: 'brand-icons';
}

/* line 6731, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.pocket:before {
  content: "\f265";
  font-family: 'brand-icons';
}

/* line 6735, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.stripe.card:before {
  content: "\f1f5";
  font-family: 'brand-icons';
}

/* line 6739, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.theme.isle:before {
  content: "\f2b2";
  font-family: 'brand-icons';
}

/* line 6743, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.visa:before {
  content: "\f1f0";
  font-family: 'brand-icons';
}

/* line 6747, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.visa.card:before {
  content: "\f1f0";
  font-family: 'brand-icons';
}

/* line 6751, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wechat:before {
  content: "\f1d7";
  font-family: 'brand-icons';
}

/* line 6755, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wikipedia:before {
  content: "\f266";
  font-family: 'brand-icons';
}

/* line 6759, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wordpress.beginner:before {
  content: "\f297";
  font-family: 'brand-icons';
}

/* line 6763, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.wordpress.forms:before {
  content: "\f298";
  font-family: 'brand-icons';
}

/* line 6767, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.yc:before {
  content: "\f23b";
  font-family: 'brand-icons';
}

/* line 6771, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.ycombinator:before {
  content: "\f23b";
  font-family: 'brand-icons';
}

/* line 6775, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_icon.scss */
i.icon.youtube.play:before {
  content: "\f167";
  font-family: 'brand-icons';
}

/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Image
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Image
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  background-color: transparent;
}

/* line 23, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
img.ui.image {
  display: block;
}

/* line 26, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.image svg,
.ui.image img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*******************************
            States
*******************************/
/* line 38, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.hidden.images,
.ui.ui.hidden.image {
  display: none;
}

/* line 42, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.hidden.transition.images,
.ui.hidden.transition.image {
  display: block;
  visibility: hidden;
}

/* line 47, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.images > .hidden.transition {
  display: inline-block;
  visibility: hidden;
}

/* line 51, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.disabled.images,
.ui.disabled.image {
  cursor: default;
  opacity: 0.45;
}

/*******************************
          Variations
*******************************/
/*--------------
       Inline
  ---------------*/
/* line 67, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.inline.image,
.ui.inline.image svg,
.ui.inline.image img {
  display: inline-block;
}

/*------------------
    Vertical Aligned
  -------------------*/
/* line 77, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.top.aligned.images .image,
.ui.top.aligned.image,
.ui.top.aligned.image svg,
.ui.top.aligned.image img {
  display: inline-block;
  vertical-align: top;
}

/* line 84, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.middle.aligned.images .image,
.ui.middle.aligned.image,
.ui.middle.aligned.image svg,
.ui.middle.aligned.image img {
  display: inline-block;
  vertical-align: middle;
}

/* line 91, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.bottom.aligned.images .image,
.ui.bottom.aligned.image,
.ui.bottom.aligned.image svg,
.ui.bottom.aligned.image img {
  display: inline-block;
  vertical-align: bottom;
}

/*--------------
       Rounded
  ---------------*/
/* line 103, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.rounded.images .image,
.ui.rounded.image,
.ui.rounded.images .image > *,
.ui.rounded.image > * {
  border-radius: 0.3125em;
}

/*--------------
      Bordered
  ---------------*/
/* line 114, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.bordered.images .image,
.ui.bordered.images img,
.ui.bordered.images svg,
.ui.bordered.image img,
.ui.bordered.image svg,
img.ui.bordered.image {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/*--------------
      Circular
  ---------------*/
/* line 127, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.circular.images,
.ui.circular.image {
  overflow: hidden;
}

/* line 131, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.circular.images .image,
.ui.circular.image,
.ui.circular.images .image > *,
.ui.circular.image > * {
  border-radius: 500rem;
}

/*--------------
       Fluid
  ---------------*/
/* line 142, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.fluid.images,
.ui.fluid.image,
.ui.fluid.images img,
.ui.fluid.images svg,
.ui.fluid.image svg,
.ui.fluid.image img {
  display: block;
  width: 100%;
  height: auto;
}

/*--------------
       Avatar
  ---------------*/
/* line 157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.avatar.images .image,
.ui.avatar.images img,
.ui.avatar.images svg,
.ui.avatar.image img,
.ui.avatar.image svg,
.ui.avatar.image {
  margin-right: 0.25em;
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 500rem;
}

/*-------------------
         Spaced
  --------------------*/
/* line 174, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.spaced.image {
  display: inline-block !important;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/* line 179, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui[class*="left spaced"].image {
  margin-left: 0.5em;
  margin-right: 0;
}

/* line 183, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui[class*="right spaced"].image {
  margin-left: 0;
  margin-right: 0.5em;
}

/*-------------------
         Floated
  --------------------*/
/* line 192, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.floated.image,
.ui.floated.images {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

/* line 198, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.right.floated.images,
.ui.right.floated.image {
  float: right;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 1em;
}

/* line 205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.floated.images:last-child,
.ui.floated.image:last-child {
  margin-bottom: 0;
}

/* line 209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.centered.images,
.ui.centered.image {
  margin-left: auto;
  margin-right: auto;
}

/*--------------
     Sizes
---------------*/
/* line 219, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.medium.images .image,
.ui.medium.images img,
.ui.medium.images svg,
.ui.medium.image {
  width: 300px;
  height: auto;
  font-size: 1rem;
}

/* line 227, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.mini.images .image,
.ui.mini.images img,
.ui.mini.images svg,
.ui.mini.image {
  width: 35px;
  height: auto;
  font-size: 0.78571429rem;
}

/* line 235, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.tiny.images .image,
.ui.tiny.images img,
.ui.tiny.images svg,
.ui.tiny.image {
  width: 80px;
  height: auto;
  font-size: 0.85714286rem;
}

/* line 243, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.small.images .image,
.ui.small.images img,
.ui.small.images svg,
.ui.small.image {
  width: 150px;
  height: auto;
  font-size: 0.92857143rem;
}

/* line 251, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.large.images .image,
.ui.large.images img,
.ui.large.images svg,
.ui.large.image {
  width: 450px;
  height: auto;
  font-size: 1.14285714rem;
}

/* line 259, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.big.images .image,
.ui.big.images img,
.ui.big.images svg,
.ui.big.image {
  width: 600px;
  height: auto;
  font-size: 1.28571429rem;
}

/* line 267, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.huge.images .image,
.ui.huge.images img,
.ui.huge.images svg,
.ui.huge.image {
  width: 800px;
  height: auto;
  font-size: 1.42857143rem;
}

/* line 275, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.massive.images .image,
.ui.massive.images img,
.ui.massive.images svg,
.ui.massive.image {
  width: 960px;
  height: auto;
  font-size: 1.71428571rem;
}

/*******************************
                Groups
  *******************************/
/* line 289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.images {
  font-size: 0;
  margin: 0 -0.25rem 0;
}

/* line 293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_image.scss */
.ui.images .image,
.ui.images > img,
.ui.images > svg {
  display: inline-block;
  margin: 0 0.25rem 0.5rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Input
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
           Standard
*******************************/
/*--------------------
        Inputs
---------------------*/
/* line 21, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input {
  position: relative;
  font-weight: normal;
  font-style: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.87);
}

/* line 30, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input > input {
  margin: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 1.21428571em;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  padding: 0.67857143em 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*--------------------
      Placeholder
---------------------*/
/* browsers require these rules separate */
/* line 60, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input > input::-webkit-input-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

/* line 63, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input > input::-moz-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

/* line 66, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input > input:-ms-input-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

/*******************************
            States
*******************************/
/*--------------------
          Disabled
  ---------------------*/
/* line 80, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.disabled.input,
.ui.input:not(.disabled) input[disabled] {
  opacity: 0.45;
}

/* line 84, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.disabled.input > input,
.ui.input:not(.disabled) input[disabled] {
  pointer-events: none;
}

/*--------------------
        Active
---------------------*/
/* line 93, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input > input:active,
.ui.input.down input {
  border-color: rgba(0, 0, 0, 0.3);
  background: #FAFAFA;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*--------------------
         Loading
  ---------------------*/
/* line 106, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.loading.loading.input > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0 0 -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

/* line 117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.loading.loading.input > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0 0 -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: loader 0.6s infinite linear;
  animation: loader 0.6s infinite linear;
  border: 0.2em solid #767676;
  border-radius: 500rem;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
}

/*--------------------
        Focus
---------------------*/
/* line 137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.focus > input,
.ui.input > input:focus {
  border-color: #85B7D9;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.focus > input::-webkit-input-placeholder,
.ui.input > input:focus::-webkit-input-placeholder {
  color: rgba(115, 115, 115, 0.87);
}

/* line 149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.focus > input::-moz-placeholder,
.ui.input > input:focus::-moz-placeholder {
  color: rgba(115, 115, 115, 0.87);
}

/* line 153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.focus > input:-ms-input-placeholder,
.ui.input > input:focus:-ms-input-placeholder {
  color: rgba(115, 115, 115, 0.87);
}

/*--------------------
          States
  ---------------------*/
/* line 162, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.error > input {
  background-color: #ffdddd;
  border-color: #E0B4B4;
  color: #9F3A38;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Placeholder */
/* line 171, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.error > input::-webkit-input-placeholder {
  color: #e7bdbc;
}

/* line 174, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.error > input::-moz-placeholder {
  color: #e7bdbc;
}

/* line 177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.error > input:-ms-input-placeholder {
  color: #e7bdbc;
}

/* Focused Placeholder */
/* line 182, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.error > input:focus::-webkit-input-placeholder {
  color: #da9796;
}

/* line 185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.error > input:focus::-moz-placeholder {
  color: #da9796;
}

/* line 188, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.error > input:focus:-ms-input-placeholder {
  color: #da9796;
}

/* line 191, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.info > input {
  background-color: #dfffff;
  border-color: #A9D5DE;
  color: #276F86;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Placeholder */
/* line 200, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.info > input::-webkit-input-placeholder {
  color: #98cfe1;
}

/* line 203, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.info > input::-moz-placeholder {
  color: #98cfe1;
}

/* line 206, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.info > input:-ms-input-placeholder {
  color: #98cfe1;
}

/* Focused Placeholder */
/* line 211, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.info > input:focus::-webkit-input-placeholder {
  color: #70bdd6;
}

/* line 214, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.info > input:focus::-moz-placeholder {
  color: #70bdd6;
}

/* line 217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.info > input:focus:-ms-input-placeholder {
  color: #70bdd6;
}

/* line 220, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.success > input {
  background-color: #f4ffdc;
  border-color: #A3C293;
  color: #2C662D;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Placeholder */
/* line 229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.success > input::-webkit-input-placeholder {
  color: #8fcf90;
}

/* line 232, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.success > input::-moz-placeholder {
  color: #8fcf90;
}

/* line 235, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.success > input:-ms-input-placeholder {
  color: #8fcf90;
}

/* Focused Placeholder */
/* line 240, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.success > input:focus::-webkit-input-placeholder {
  color: #6cbf6d;
}

/* line 243, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.success > input:focus::-moz-placeholder {
  color: #6cbf6d;
}

/* line 246, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.success > input:focus:-ms-input-placeholder {
  color: #6cbf6d;
}

/* line 249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.warning > input {
  background-color: #FFFAF3;
  border-color: #c0af8a;
  color: #573A08;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Placeholder */
/* line 258, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.warning > input::-webkit-input-placeholder {
  color: #edad3e;
}

/* line 261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.warning > input::-moz-placeholder {
  color: #edad3e;
}

/* line 264, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.warning > input:-ms-input-placeholder {
  color: #edad3e;
}

/* Focused Placeholder */
/* line 269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.warning > input:focus::-webkit-input-placeholder {
  color: #e39715;
}

/* line 272, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.warning > input:focus::-moz-placeholder {
  color: #e39715;
}

/* line 275, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input.warning > input:focus:-ms-input-placeholder {
  color: #e39715;
}

/*******************************
           Variations
*******************************/
/*--------------------
        Transparent
  ---------------------*/
/* line 289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.transparent.input > textarea,
.ui.transparent.input > input {
  border-color: transparent !important;
  background-color: transparent !important;
  padding: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* line 298, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.field .ui.transparent.input > textarea {
  padding: 0.67857143em 1em;
}

/* Transparent Icon */
/* line 303, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
:not(.field) > .ui.transparent.icon.input > i.icon {
  width: 1.1em;
}

/* line 306, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
:not(.field) > .ui.ui.ui.transparent.icon.input > input {
  padding-left: 0;
  padding-right: 2em;
}

/* line 310, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
:not(.field) > .ui.ui.ui.transparent[class*="left icon"].input > input {
  padding-left: 2em;
  padding-right: 0;
}

/* Transparent Inverted */
/* line 316, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.transparent.inverted.input {
  color: #FFFFFF;
}

/* line 319, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.ui.transparent.inverted.input > textarea,
.ui.ui.transparent.inverted.input > input {
  color: inherit;
}

/* line 323, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.transparent.inverted.input > input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* line 326, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.transparent.inverted.input > input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* line 329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.transparent.inverted.input > input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------
           Icon
  ---------------------*/
/* line 337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.icon.input > i.icon {
  cursor: default;
  position: absolute;
  line-height: 1;
  text-align: center;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  width: 2.67142857em;
  opacity: 0.5;
  border-radius: 0 0.28571429rem 0.28571429rem 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* line 352, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.icon.input > i.icon:not(.link) {
  pointer-events: none;
}

/* line 355, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.ui.ui.ui.icon.input > textarea,
.ui.ui.ui.ui.icon.input > input {
  padding-right: 2.67142857em;
}

/* line 359, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.icon.input > i.icon:before,
.ui.icon.input > i.icon:after {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  margin-top: -0.5em;
}

/* line 368, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.icon.input > i.link.icon {
  cursor: pointer;
}

/* line 371, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.icon.input > i.circular.icon {
  top: 0.35em;
  right: 0.5em;
}

/* Left Icon Input */
/* line 377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui[class*="left icon"].input > i.icon {
  right: auto;
  left: 1px;
  border-radius: 0.28571429rem 0 0 0.28571429rem;
}

/* line 382, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui[class*="left icon"].input > i.circular.icon {
  right: auto;
  left: 0.5em;
}

/* line 386, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.ui.ui.ui[class*="left icon"].input > textarea,
.ui.ui.ui.ui[class*="left icon"].input > input {
  padding-left: 2.67142857em;
  padding-right: 1em;
}

/* Focus */
/* line 393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.icon.input > textarea:focus ~ i.icon,
.ui.icon.input > input:focus ~ i.icon {
  opacity: 1;
}

/*--------------------
          Labeled
  ---------------------*/
/* Adjacent Label */
/* line 404, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.labeled.input > .label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  font-size: 1em;
}

/* line 411, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.labeled.input > .label:not(.corner) {
  padding-top: 0.78571429em;
  padding-bottom: 0.78571429em;
}

/* Regular Label on Left */
/* line 417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.labeled.input:not([class*="corner labeled"]) .label:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: transparent;
}

/* line 426, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input:focus {
  border-left-color: #85B7D9;
}

/* Regular Label on Right */
/* line 431, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui[class*="right labeled"].input > input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right-color: transparent !important;
}

/* line 436, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui[class*="right labeled"].input > input + .label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 440, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui[class*="right labeled"].input > input:focus {
  border-right-color: #85B7D9 !important;
}

/* Corner Label */
/* line 445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.labeled.input .corner.label {
  top: 1px;
  right: 1px;
  font-size: 0.64285714em;
  border-radius: 0 0.28571429rem 0 0;
}

/* Spacing with corner label */
/* line 453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input > textarea,
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input > input {
  padding-right: 2.5em !important;
}

/* line 457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > textarea,
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
  padding-right: 3.25em !important;
}

/* line 461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .icon {
  margin-right: 1.25em;
}

/* Left Labeled */
/* line 466, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui[class*="left corner labeled"].labeled.input > textarea,
.ui[class*="left corner labeled"].labeled.input > input {
  padding-left: 2.5em !important;
}

/* line 470, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui[class*="left corner labeled"].icon.input > textarea,
.ui[class*="left corner labeled"].icon.input > input {
  padding-left: 3.25em !important;
}

/* line 474, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui[class*="left corner labeled"].icon.input > .icon {
  margin-left: 1.25em;
}

/* line 477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.icon.input > textarea ~ .icon {
  height: 3em;
}

/* line 480, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
:not(.field) > .ui.transparent.icon.input > textarea ~ .icon {
  height: 1.3em;
}

/* Corner Label Position  */
/* line 485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input > .ui.corner.label {
  top: 1px;
  right: 1px;
}

/* line 489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input > .ui.left.corner.label {
  right: auto;
  left: 1px;
}

/* Labeled and action input states */
/* line 495, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.form > .field.error > .ui.action.input > .ui.button,
.ui.form > .field.error > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
.ui.action.input.error > .ui.button,
.ui.labeled.input.error:not([class*="corner labeled"]) > .ui.label {
  border-top: 1px solid #9F3A38;
  border-bottom: 1px solid #9F3A38;
}

/* line 502, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.form > .field.error > .ui.left.action.input > .ui.button,
.ui.form > .field.error > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
.ui.left.action.input.error > .ui.button,
.ui.labeled.input.error:not(.right):not([class*="corner labeled"]) > .ui.label {
  border-left: 1px solid #9F3A38;
}

/* line 508, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.form > .field.error > .ui.action.input:not(.left) > input + .ui.button,
.ui.form > .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
.ui.action.input.error:not(.left) > input + .ui.button,
.ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label {
  border-right: 1px solid #9F3A38;
}

/* line 514, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.form > .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
.ui.right.labeled.input.error:not([class*="corner labeled"]) > .ui.label:first-child {
  border-left: 1px solid #9F3A38;
}

/* line 518, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.form > .field.info > .ui.action.input > .ui.button,
.ui.form > .field.info > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
.ui.action.input.info > .ui.button,
.ui.labeled.input.info:not([class*="corner labeled"]) > .ui.label {
  border-top: 1px solid #276F86;
  border-bottom: 1px solid #276F86;
}

/* line 525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.form > .field.info > .ui.left.action.input > .ui.button,
.ui.form > .field.info > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
.ui.left.action.input.info > .ui.button,
.ui.labeled.input.info:not(.right):not([class*="corner labeled"]) > .ui.label {
  border-left: 1px solid #276F86;
}

/* line 531, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.form > .field.info > .ui.action.input:not(.left) > input + .ui.button,
.ui.form > .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
.ui.action.input.info:not(.left) > input + .ui.button,
.ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label {
  border-right: 1px solid #276F86;
}

/* line 537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.form > .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
.ui.right.labeled.input.info:not([class*="corner labeled"]) > .ui.label:first-child {
  border-left: 1px solid #276F86;
}

/* line 541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.form > .field.success > .ui.action.input > .ui.button,
.ui.form > .field.success > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
.ui.action.input.success > .ui.button,
.ui.labeled.input.success:not([class*="corner labeled"]) > .ui.label {
  border-top: 1px solid #2C662D;
  border-bottom: 1px solid #2C662D;
}

/* line 548, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.form > .field.success > .ui.left.action.input > .ui.button,
.ui.form > .field.success > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
.ui.left.action.input.success > .ui.button,
.ui.labeled.input.success:not(.right):not([class*="corner labeled"]) > .ui.label {
  border-left: 1px solid #2C662D;
}

/* line 554, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.form > .field.success > .ui.action.input:not(.left) > input + .ui.button,
.ui.form > .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
.ui.action.input.success:not(.left) > input + .ui.button,
.ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label {
  border-right: 1px solid #2C662D;
}

/* line 560, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.form > .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
.ui.right.labeled.input.success:not([class*="corner labeled"]) > .ui.label:first-child {
  border-left: 1px solid #2C662D;
}

/* line 564, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.form > .field.warning > .ui.action.input > .ui.button,
.ui.form > .field.warning > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
.ui.action.input.warning > .ui.button,
.ui.labeled.input.warning:not([class*="corner labeled"]) > .ui.label {
  border-top: 1px solid #573A08;
  border-bottom: 1px solid #573A08;
}

/* line 571, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.form > .field.warning > .ui.left.action.input > .ui.button,
.ui.form > .field.warning > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
.ui.left.action.input.warning > .ui.button,
.ui.labeled.input.warning:not(.right):not([class*="corner labeled"]) > .ui.label {
  border-left: 1px solid #573A08;
}

/* line 577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.form > .field.warning > .ui.action.input:not(.left) > input + .ui.button,
.ui.form > .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
.ui.action.input.warning:not(.left) > input + .ui.button,
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label {
  border-right: 1px solid #573A08;
}

/* line 583, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.form > .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > .ui.label:first-child {
  border-left: 1px solid #573A08;
}

/*--------------------
          Action
  ---------------------*/
/* line 592, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.action.input > .button,
.ui.action.input > .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* line 604, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.action.input > .button,
.ui.action.input > .buttons > .button {
  padding-top: 0.78571429em;
  padding-bottom: 0.78571429em;
  margin: 0;
}

/* Input when ui Left*/
/* line 612, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui[class*="left action"].input > input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: transparent;
}

/* Input when ui Right*/
/* line 618, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.action.input:not([class*="left action"]) > input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-color: transparent;
}

/* Button and Dropdown */
/* line 624, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.action.input > .dropdown:first-child,
.ui.action.input > .button:first-child,
.ui.action.input > .buttons:first-child > .button {
  border-radius: 0.28571429rem 0 0 0.28571429rem;
}

/* line 629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.action.input > .dropdown:not(:first-child),
.ui.action.input > .button:not(:first-child),
.ui.action.input > .buttons:not(:first-child) > .button {
  border-radius: 0;
}

/* line 634, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.action.input > .dropdown:last-child,
.ui.action.input > .button:last-child,
.ui.action.input > .buttons:last-child > .button {
  border-radius: 0 0.28571429rem 0.28571429rem 0;
}

/* Input Focus */
/* line 641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.action.input:not([class*="left action"]) > input:focus {
  border-right-color: #85B7D9;
}

/* line 644, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.ui[class*="left action"].input > input:focus {
  border-left-color: #85B7D9;
}

/*--------------------
         Inverted
  ---------------------*/
/* Standard */
/* line 654, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.inverted.input > input {
  border: none;
}

/*--------------------
          Fluid
  ---------------------*/
/* line 662, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.fluid.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 667, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.fluid.input > input {
  width: 0 !important;
}

/*--------------------
        Size
---------------------*/
/* line 675, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.input {
  font-size: 1em;
}

/* line 678, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.mini.input {
  font-size: 0.78571429em;
}

/* line 681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.tiny.input {
  font-size: 0.85714286em;
}

/* line 684, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.small.input {
  font-size: 0.92857143em;
}

/* line 687, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.large.input {
  font-size: 1.14285714em;
}

/* line 690, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.big.input {
  font-size: 1.28571429em;
}

/* line 693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.huge.input {
  font-size: 1.42857143em;
}

/* line 696, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_input.scss */
.ui.massive.input {
  font-size: 1.71428571em;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Label
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Label
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label {
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  margin: 0 0.14285714em;
  background-color: #E8E8E8;
  background-image: none;
  padding: 0.5833em 0.833em;
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
  font-weight: bold;
  border: 0 solid transparent;
  border-radius: 0.28571429rem;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
}

/* line 32, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label:first-child {
  margin-left: 0;
}

/* line 35, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label:last-child {
  margin-right: 0;
}

/* Link */
/* line 40, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
a.ui.label {
  cursor: pointer;
}

/* Inside Link */
/* line 45, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label > a {
  cursor: pointer;
  color: inherit;
  opacity: 0.5;
  -webkit-transition: 0.1s opacity ease;
  transition: 0.1s opacity ease;
}

/* line 52, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label > a:hover {
  opacity: 1;
}

/* Image */
/* line 57, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label > img {
  width: auto !important;
  vertical-align: middle;
  height: 2.1666em;
}

/* Icon */
/* line 64, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.left.icon.label > .icon,
.ui.label > .icon {
  width: auto;
  margin: 0 0.75em 0 0;
}

/* Detail */
/* line 71, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label > .detail {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin-left: 1em;
  opacity: 0.8;
}

/* line 78, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label > .detail .icon {
  margin: 0 0.25em 0 0;
}

/* Removable label */
/* line 83, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label > .close.icon,
.ui.label > .delete.icon {
  cursor: pointer;
  font-size: 0.92857143em;
  opacity: 0.5;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
}

/* line 91, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label > .close.icon:hover,
.ui.label > .delete.icon:hover {
  opacity: 1;
}

/* Backward compatible positioning */
/* line 97, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label.left.icon > .close.icon,
.ui.label.left.icon > .delete.icon {
  margin: 0 0.5em 0 0;
}

/* line 101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label:not(.icon) > .close.icon,
.ui.label:not(.icon) > .delete.icon {
  margin: 0 0 0 0.5em;
}

/* Label for only an icon */
/* line 107, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.icon.label > .icon {
  margin: 0 auto;
}

/* Right Side Icon */
/* line 112, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.right.icon.label > .icon {
  margin: 0 0 0 0.75em;
}

/*-------------------
       Group
--------------------*/
/* line 120, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.labels > .label {
  margin: 0 0.5em 0.5em 0;
}

/*-------------------
       Coupling
--------------------*/
/* line 128, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.header > .ui.label {
  margin-top: -0.29165em;
}

/* Remove border radius on attached segment */
/* line 133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.attached.segment > .ui.top.left.attached.label,
.ui.bottom.attached.segment > .ui.top.left.attached.label {
  border-top-left-radius: 0;
}

/* line 137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.attached.segment > .ui.top.right.attached.label,
.ui.bottom.attached.segment > .ui.top.right.attached.label {
  border-top-right-radius: 0;
}

/* line 141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.top.attached.segment > .ui.bottom.left.attached.label {
  border-bottom-left-radius: 0;
}

/* line 144, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.top.attached.segment > .ui.bottom.right.attached.label {
  border-bottom-right-radius: 0;
}

/* Padding on next content after a label */
/* line 149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.top.attached.label ~ .ui.bottom.attached.label + :not(.attached),
.ui.top.attached.label + :not(.attached) {
  margin-top: 2rem !important;
}

/* line 153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.bottom.attached.label ~ :last-child:not(.attached) {
  margin-top: 0;
  margin-bottom: 2rem !important;
}

/*******************************
             Types
*******************************/
/* line 163, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.image.label {
  width: auto !important;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 9999px;
  vertical-align: baseline;
  text-transform: none;
  background: #E8E8E8;
  padding: 0.5833em 0.833em 0.5833em 0.5em;
  border-radius: 0.28571429rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 176, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.image.label img {
  display: inline-block;
  vertical-align: top;
  height: 2.1666em;
  margin: -0.5833em 0.5em -0.5833em -0.5em;
  border-radius: 0.28571429rem 0 0 0.28571429rem;
}

/* line 183, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.image.label .detail {
  background: rgba(0, 0, 0, 0.1);
  margin: -0.5833em -0.833em -0.5833em 0.5em;
  padding: 0.5833em 0.833em;
  border-radius: 0 0.28571429rem 0.28571429rem 0;
}

/*-------------------
         Tag
--------------------*/
/* line 194, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.tag.labels .label,
.ui.tag.label {
  margin-left: 1em;
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 0 0.28571429rem 0.28571429rem 0;
  -webkit-transition: none;
  transition: none;
}

/* line 204, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.tag.labels .label:before,
.ui.tag.label:before {
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
  top: 50%;
  right: 100%;
  content: '';
  background-color: inherit;
  background-image: none;
  width: 1.56em;
  height: 1.56em;
  -webkit-transition: none;
  transition: none;
}

/* line 219, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.tag.labels .label:after,
.ui.tag.label:after {
  position: absolute;
  content: '';
  top: 50%;
  left: -0.25em;
  margin-top: -0.25em;
  background-color: #FFFFFF;
  width: 0.5em;
  height: 0.5em;
  -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  border-radius: 500rem;
}

/* line 233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.tag.labels .label:before,
.ui.basic.tag.label:before {
  border-color: inherit;
  border-width: 1px 0 0 1px;
  border-style: inherit;
  right: calc(100% + 1px);
}

/* line 240, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.tag.labels .label:after,
.ui.basic.tag.label:after {
  -webkit-box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.8);
}

/*-------------------
    Corner Label
--------------------*/
/* line 250, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.corner.label {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  border-color: #E8E8E8;
  width: 4em;
  height: 4em;
  z-index: 1;
  -webkit-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
}

/* Icon Label */
/* line 266, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.corner.label {
  background-color: transparent !important;
}

/* line 269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.corner.label:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 0;
  background-color: transparent;
  border-top: 0 solid transparent;
  border-right: 4em solid transparent;
  border-bottom: 4em solid transparent;
  border-left: 0 solid transparent;
  border-right-color: inherit;
  -webkit-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
}

/* line 286, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.corner.label .icon {
  cursor: inherit;
  position: absolute;
  top: 0.64285714em;
  left: auto;
  right: 0.57142857em;
  font-size: 1.14285714em;
  margin: 0;
}

/* Left Corner */
/* line 297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.left.corner.label,
.ui.left.corner.label:after {
  right: auto;
  left: 0;
}

/* line 302, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.left.corner.label:after {
  border-top: 4em solid transparent;
  border-right: 4em solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top-color: inherit;
}

/* line 309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.left.corner.label .icon {
  left: 0.57142857em;
  right: auto;
}

/* Segment */
/* line 315, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.segment > .ui.corner.label {
  top: -1px;
  right: -1px;
}

/* line 319, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.segment > .ui.left.corner.label {
  right: auto;
  left: -1px;
}

/*-------------------
         Ribbon
  --------------------*/
/* line 328, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ribbon.label {
  position: relative;
  margin: 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 0 0.28571429rem 0.28571429rem 0;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ribbon.label:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  background-color: transparent;
  border-style: solid;
  border-width: 0 1.2em 1.2em 0;
  border-color: transparent;
  border-right-color: inherit;
  width: 0;
  height: 0;
}

/* Positioning */
/* line 352, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ribbon.label {
  left: calc(-1rem - 1.2em);
  margin-right: -1.2em;
  padding-left: calc(1rem + 1.2em);
  padding-right: 1.2em;
}

/* line 358, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui[class*="right ribbon"].label {
  left: calc(100% + 1rem + 1.2em);
  padding-left: 1.2em;
  padding-right: calc(1rem + 1.2em);
}

/* line 363, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.ribbon.label {
  padding-top: calc(0.5833em - 1px);
  padding-bottom: calc(0.5833em - 1px);
}

/* line 367, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.ribbon.label:not([class*="right ribbon"]) {
  padding-left: calc(1rem + 1.2em - 1px);
  padding-right: calc(1.2em - 1px);
}

/* line 371, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic[class*="right ribbon"].label {
  padding-left: calc(1.2em - 1px);
  padding-right: calc(1rem + 1.2em - 1px);
}

/* line 375, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.ribbon.label::after {
  top: calc(100% + 1px);
}

/* line 378, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.ribbon.label:not([class*="right ribbon"])::after {
  left: -1px;
}

/* line 381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic[class*="right ribbon"].label::after {
  right: -1px;
}

/* Right Ribbon */
/* line 386, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui[class*="right ribbon"].label {
  text-align: left;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  border-radius: 0.28571429rem 0 0 0.28571429rem;
}

/* line 392, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui[class*="right ribbon"].label:after {
  left: auto;
  right: 0;
  border-style: solid;
  border-width: 1.2em 1.2em 0 0;
  border-color: transparent;
  border-top-color: inherit;
}

/* Inside Table */
/* line 402, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.image > .ribbon.label,
.ui.card .image > .ribbon.label {
  position: absolute;
  top: 1rem;
}

/* line 407, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.card .image > .ui.ribbon.label,
.ui.image > .ui.ribbon.label {
  left: calc(0.05rem - 1.2em);
}

/* line 411, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.card .image > .ui[class*="right ribbon"].label,
.ui.image > .ui[class*="right ribbon"].label {
  left: calc(100% + -0.05rem + 1.2em);
  padding-left: 0.833em;
}

/* Inside Table */
/* line 418, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.table td > .ui.ribbon.label {
  left: calc(-1em - 1.2em);
}

/* line 421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.table td > .ui[class*="right ribbon"].label {
  left: calc(100% + 1em + 1.2em);
  padding-left: 0.833em;
}

/*-------------------
        Attached
  --------------------*/
/* line 430, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui[class*="top attached"].label,
.ui.attached.label {
  width: 100%;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  padding: 0.75em 1em;
  border-radius: 0.21428571rem 0.21428571rem 0 0;
}

/* line 440, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui[class*="bottom attached"].label {
  top: auto;
  bottom: 0;
  border-radius: 0 0 0.21428571rem 0.21428571rem;
}

/* line 445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui[class*="top left attached"].label {
  width: auto;
  margin-top: 0 !important;
  border-radius: 0.21428571rem 0 0.28571429rem 0;
}

/* line 450, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui[class*="top right attached"].label {
  width: auto;
  left: auto;
  right: 0;
  border-radius: 0 0.21428571rem 0 0.28571429rem;
}

/* line 456, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui[class*="bottom left attached"].label {
  width: auto;
  top: auto;
  bottom: 0;
  border-radius: 0 0.28571429rem 0 0.21428571rem;
}

/* line 462, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui[class*="bottom right attached"].label {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: auto;
  border-radius: 0.28571429rem 0 0.21428571rem 0;
}

/*******************************
             States
*******************************/
/*-------------------
      Disabled
--------------------*/
/* line 481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label.disabled {
  opacity: 0.5;
}

/*-------------------
        Hover
--------------------*/
/* line 489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.labels a.label:hover,
a.ui.label:hover {
  background-color: #E0E0E0;
  border-color: #E0E0E0;
  background-image: none;
  color: rgba(0, 0, 0, 0.8);
}

/* line 496, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.labels a.label:hover:before,
a.ui.label:hover:before {
  color: rgba(0, 0, 0, 0.8);
}

/*-------------------
        Active
--------------------*/
/* line 505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.active.label {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  background-image: none;
  color: rgba(0, 0, 0, 0.95);
}

/* line 511, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.active.label:before {
  background-color: #D0D0D0;
  background-image: none;
  color: rgba(0, 0, 0, 0.95);
}

/*-------------------
     Active Hover
--------------------*/
/* line 521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.labels a.active.label:hover,
a.ui.active.label:hover {
  background-color: #C8C8C8;
  border-color: #C8C8C8;
  background-image: none;
  color: rgba(0, 0, 0, 0.95);
}

/* line 528, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.labels a.active.label:hover:before,
a.ui.active.label:hover:before {
  background-color: #C8C8C8;
  background-image: none;
  color: rgba(0, 0, 0, 0.95);
}

/*-------------------
      Visible
--------------------*/
/* line 539, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.labels.visible .label,
.ui.label.visible:not(.dropdown) {
  display: inline-block !important;
}

/*-------------------
      Hidden
--------------------*/
/* line 548, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.labels.hidden .label,
.ui.label.hidden {
  display: none !important;
}

/*******************************
           Variations
*******************************/
/*-------------------
          Basic
  --------------------*/
/* line 563, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels .label,
.ui.basic.label {
  background: none #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Link */
/* line 573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels a.label:hover,
a.ui.basic.label:hover {
  text-decoration: none;
  background: none #FFFFFF;
  color: #1e70bf;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Pointing */
/* line 583, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.pointing.label:before {
  border-color: inherit;
}

/*-------------------
         Fluid
  --------------------*/
/* line 591, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label.fluid,
.ui.fluid.labels > .label {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*-------------------
         Inverted
  --------------------*/
/* line 602, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels .label,
.ui.inverted.label {
  color: rgba(255, 255, 255, 0.9);
  background-color: #b5b5b5;
}

/* line 607, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.corner.label {
  border-color: #b5b5b5;
}

/* line 610, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.corner.label:hover {
  border-color: #E8E8E8;
  -webkit-transition: none;
  transition: none;
}

/* line 615, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels .label,
.ui.inverted.basic.label,
.ui.inverted.basic.label:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: #1A1A1D;
}

/* line 621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.label:hover {
  color: #03a9f4;
}

/*-------------------
       Colors
--------------------*/
/* line 629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.primary.labels .label,
.ui.ui.ui.primary.label {
  background-color: #2196f3;
  border-color: #2196f3;
  color: rgba(255, 255, 255, 0.9);
}

/* Link */
/* line 637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.primary.labels a.label:hover,
a.ui.ui.ui.primary.label:hover {
  background-color: #1678c2;
  border-color: #1678c2;
  color: #FFFFFF;
}

/* Ribbon */
/* line 645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.primary.ribbon.label {
  border-color: #1a69a4;
}

/* Basic */
/* line 650, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels .primary.label,
.ui.ui.ui.basic.primary.label {
  background: none #FFFFFF;
  border-color: #2196f3;
  color: #2196f3;
}

/* line 656, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels a.primary.label:hover,
a.ui.ui.ui.basic.primary.label:hover {
  background: none #FFFFFF;
  border-color: #1678c2;
  color: #1678c2;
}

/* Inverted */
/* line 664, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels .primary.label,
.ui.ui.ui.inverted.primary.label {
  background-color: #54C8FF;
  border-color: #54C8FF;
  color: #1A1A1D;
}

/* Inverted Link */
/* line 672, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels a.primary.label:hover,
a.ui.ui.ui.inverted.primary.label:hover {
  background-color: #21b8ff;
  border-color: #21b8ff;
  color: #1A1A1D;
}

/* Inverted Ribbon */
/* line 680, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.inverted.primary.ribbon.label {
  border-color: #21b8ff;
}

/* Inverted Basic */
/* line 685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels .primary.label,
.ui.ui.ui.inverted.basic.primary.label {
  background-color: #1A1A1D;
  border-color: #54C8FF;
  color: #54C8FF;
}

/* line 691, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels a.primary.label:hover,
a.ui.ui.ui.inverted.basic.primary.label:hover {
  border-color: #21b8ff;
  background-color: #1A1A1D;
  color: #21b8ff;
}

/* Inverted Basic Tags */
/* line 699, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .primary.label,
.ui.ui.ui.inverted.primary.basic.tag.label {
  border: 1px solid #54C8FF;
}

/* line 703, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .primary.label:before,
.ui.ui.ui.inverted.primary.basic.tag.label:before {
  border-color: inherit;
  border-width: 1px 0 0 1px;
  border-style: inherit;
  background-color: #1A1A1D;
  right: calc(100% + 1px);
}

/* line 711, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.secondary.labels .label,
.ui.ui.ui.secondary.label {
  background-color: #1A1A1D;
  border-color: #1A1A1D;
  color: rgba(255, 255, 255, 0.9);
}

/* Link */
/* line 719, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.secondary.labels a.label:hover,
a.ui.ui.ui.secondary.label:hover {
  background-color: #27292a;
  border-color: #27292a;
  color: #FFFFFF;
}

/* Ribbon */
/* line 727, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.secondary.ribbon.label {
  border-color: #020203;
}

/* Basic */
/* line 732, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels .secondary.label,
.ui.ui.ui.basic.secondary.label {
  background: none #FFFFFF;
  border-color: #1A1A1D;
  color: #1A1A1D;
}

/* line 738, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels a.secondary.label:hover,
a.ui.ui.ui.basic.secondary.label:hover {
  background: none #FFFFFF;
  border-color: #27292a;
  color: #27292a;
}

/* Inverted */
/* line 746, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels .secondary.label,
.ui.ui.ui.inverted.secondary.label {
  background-color: #545454;
  border-color: #545454;
  color: #1A1A1D;
}

/* Inverted Link */
/* line 754, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels a.secondary.label:hover,
a.ui.ui.ui.inverted.secondary.label:hover {
  background-color: #6e6e6e;
  border-color: #6e6e6e;
  color: #1A1A1D;
}

/* Inverted Ribbon */
/* line 762, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.inverted.secondary.ribbon.label {
  border-color: #3b3b3b;
}

/* Inverted Basic */
/* line 767, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels .secondary.label,
.ui.ui.ui.inverted.basic.secondary.label {
  background-color: #1A1A1D;
  border-color: #545454;
  color: #545454;
}

/* line 773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels a.secondary.label:hover,
a.ui.ui.ui.inverted.basic.secondary.label:hover {
  border-color: #6e6e6e;
  background-color: #1A1A1D;
  color: #6e6e6e;
}

/* Inverted Basic Tags */
/* line 781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .secondary.label,
.ui.ui.ui.inverted.secondary.basic.tag.label {
  border: 1px solid #545454;
}

/* line 785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .secondary.label:before,
.ui.ui.ui.inverted.secondary.basic.tag.label:before {
  border-color: inherit;
  border-width: 1px 0 0 1px;
  border-style: inherit;
  background-color: #1A1A1D;
  right: calc(100% + 1px);
}

/* line 793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.red.labels .label,
.ui.ui.ui.red.label {
  background-color: #d32f2f;
  border-color: #d32f2f;
  color: #FFFFFF;
}

/* Link */
/* line 801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.red.labels a.label:hover,
a.ui.ui.ui.red.label:hover {
  background-color: #d01919;
  border-color: #d01919;
  color: #FFFFFF;
}

/* Ribbon */
/* line 809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.red.ribbon.label {
  border-color: #b21e1e;
}

/* Basic */
/* line 814, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels .red.label,
.ui.ui.ui.basic.red.label {
  background: none #FFFFFF;
  border-color: #d32f2f;
  color: #d32f2f;
}

/* line 820, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels a.red.label:hover,
a.ui.ui.ui.basic.red.label:hover {
  background: none #FFFFFF;
  border-color: #d01919;
  color: #d01919;
}

/* Inverted */
/* line 828, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels .red.label,
.ui.ui.ui.inverted.red.label {
  background-color: #FF695E;
  border-color: #FF695E;
  color: #1A1A1D;
}

/* Inverted Link */
/* line 836, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels a.red.label:hover,
a.ui.ui.ui.inverted.red.label:hover {
  background-color: #ff392b;
  border-color: #ff392b;
  color: #1A1A1D;
}

/* Inverted Ribbon */
/* line 844, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.inverted.red.ribbon.label {
  border-color: #ff392b;
}

/* Inverted Basic */
/* line 849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels .red.label,
.ui.ui.ui.inverted.basic.red.label {
  background-color: #1A1A1D;
  border-color: #FF695E;
  color: #FF695E;
}

/* line 855, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels a.red.label:hover,
a.ui.ui.ui.inverted.basic.red.label:hover {
  border-color: #ff392b;
  background-color: #1A1A1D;
  color: #ff392b;
}

/* Inverted Basic Tags */
/* line 863, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .red.label,
.ui.ui.ui.inverted.red.basic.tag.label {
  border: 1px solid #FF695E;
}

/* line 867, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .red.label:before,
.ui.ui.ui.inverted.red.basic.tag.label:before {
  border-color: inherit;
  border-width: 1px 0 0 1px;
  border-style: inherit;
  background-color: #1A1A1D;
  right: calc(100% + 1px);
}

/* line 875, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.orange.labels .label,
.ui.ui.ui.orange.label {
  background-color: #f57c00;
  border-color: #f57c00;
  color: #FFFFFF;
}

/* Link */
/* line 883, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.orange.labels a.label:hover,
a.ui.ui.ui.orange.label:hover {
  background-color: #f26202;
  border-color: #f26202;
  color: #FFFFFF;
}

/* Ribbon */
/* line 891, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.orange.ribbon.label {
  border-color: #cf590c;
}

/* Basic */
/* line 896, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels .orange.label,
.ui.ui.ui.basic.orange.label {
  background: none #FFFFFF;
  border-color: #f57c00;
  color: #f57c00;
}

/* line 902, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels a.orange.label:hover,
a.ui.ui.ui.basic.orange.label:hover {
  background: none #FFFFFF;
  border-color: #f26202;
  color: #f26202;
}

/* Inverted */
/* line 910, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels .orange.label,
.ui.ui.ui.inverted.orange.label {
  background-color: #FF851B;
  border-color: #FF851B;
  color: #1A1A1D;
}

/* Inverted Link */
/* line 918, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels a.orange.label:hover,
a.ui.ui.ui.inverted.orange.label:hover {
  background-color: #e76b00;
  border-color: #e76b00;
  color: #1A1A1D;
}

/* Inverted Ribbon */
/* line 926, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.inverted.orange.ribbon.label {
  border-color: #e76b00;
}

/* Inverted Basic */
/* line 931, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels .orange.label,
.ui.ui.ui.inverted.basic.orange.label {
  background-color: #1A1A1D;
  border-color: #FF851B;
  color: #FF851B;
}

/* line 937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels a.orange.label:hover,
a.ui.ui.ui.inverted.basic.orange.label:hover {
  border-color: #e76b00;
  background-color: #1A1A1D;
  color: #e76b00;
}

/* Inverted Basic Tags */
/* line 945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .orange.label,
.ui.ui.ui.inverted.orange.basic.tag.label {
  border: 1px solid #FF851B;
}

/* line 949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .orange.label:before,
.ui.ui.ui.inverted.orange.basic.tag.label:before {
  border-color: inherit;
  border-width: 1px 0 0 1px;
  border-style: inherit;
  background-color: #1A1A1D;
  right: calc(100% + 1px);
}

/* line 957, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.yellow.labels .label,
.ui.ui.ui.yellow.label {
  background-color: #FBBD08;
  border-color: #FBBD08;
  color: #FFFFFF;
}

/* Link */
/* line 965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.yellow.labels a.label:hover,
a.ui.ui.ui.yellow.label:hover {
  background-color: #eaae00;
  border-color: #eaae00;
  color: #FFFFFF;
}

/* Ribbon */
/* line 973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.yellow.ribbon.label {
  border-color: #cd9903;
}

/* Basic */
/* line 978, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels .yellow.label,
.ui.ui.ui.basic.yellow.label {
  background: none #FFFFFF;
  border-color: #FBBD08;
  color: #FBBD08;
}

/* line 984, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels a.yellow.label:hover,
a.ui.ui.ui.basic.yellow.label:hover {
  background: none #FFFFFF;
  border-color: #eaae00;
  color: #eaae00;
}

/* Inverted */
/* line 992, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels .yellow.label,
.ui.ui.ui.inverted.yellow.label {
  background-color: #FFE21F;
  border-color: #FFE21F;
  color: #1A1A1D;
}

/* Inverted Link */
/* line 1000, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels a.yellow.label:hover,
a.ui.ui.ui.inverted.yellow.label:hover {
  background-color: #ebcd00;
  border-color: #ebcd00;
  color: #1A1A1D;
}

/* Inverted Ribbon */
/* line 1008, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.inverted.yellow.ribbon.label {
  border-color: #ebcd00;
}

/* Inverted Basic */
/* line 1013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels .yellow.label,
.ui.ui.ui.inverted.basic.yellow.label {
  background-color: #1A1A1D;
  border-color: #FFE21F;
  color: #FFE21F;
}

/* line 1019, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels a.yellow.label:hover,
a.ui.ui.ui.inverted.basic.yellow.label:hover {
  border-color: #ebcd00;
  background-color: #1A1A1D;
  color: #ebcd00;
}

/* Inverted Basic Tags */
/* line 1027, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .yellow.label,
.ui.ui.ui.inverted.yellow.basic.tag.label {
  border: 1px solid #FFE21F;
}

/* line 1031, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .yellow.label:before,
.ui.ui.ui.inverted.yellow.basic.tag.label:before {
  border-color: inherit;
  border-width: 1px 0 0 1px;
  border-style: inherit;
  background-color: #1A1A1D;
  right: calc(100% + 1px);
}

/* line 1039, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.olive.labels .label,
.ui.ui.ui.olive.label {
  background-color: #B5CC18;
  border-color: #B5CC18;
  color: #FFFFFF;
}

/* Link */
/* line 1047, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.olive.labels a.label:hover,
a.ui.ui.ui.olive.label:hover {
  background-color: #a7bd0d;
  border-color: #a7bd0d;
  color: #FFFFFF;
}

/* Ribbon */
/* line 1055, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.olive.ribbon.label {
  border-color: #8d9e13;
}

/* Basic */
/* line 1060, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels .olive.label,
.ui.ui.ui.basic.olive.label {
  background: none #FFFFFF;
  border-color: #B5CC18;
  color: #B5CC18;
}

/* line 1066, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels a.olive.label:hover,
a.ui.ui.ui.basic.olive.label:hover {
  background: none #FFFFFF;
  border-color: #a7bd0d;
  color: #a7bd0d;
}

/* Inverted */
/* line 1074, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels .olive.label,
.ui.ui.ui.inverted.olive.label {
  background-color: #D9E778;
  border-color: #D9E778;
  color: #1A1A1D;
}

/* Inverted Link */
/* line 1082, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels a.olive.label:hover,
a.ui.ui.ui.inverted.olive.label:hover {
  background-color: #d2e745;
  border-color: #d2e745;
  color: #1A1A1D;
}

/* Inverted Ribbon */
/* line 1090, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.inverted.olive.ribbon.label {
  border-color: #cddf4d;
}

/* Inverted Basic */
/* line 1095, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels .olive.label,
.ui.ui.ui.inverted.basic.olive.label {
  background-color: #1A1A1D;
  border-color: #D9E778;
  color: #D9E778;
}

/* line 1101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels a.olive.label:hover,
a.ui.ui.ui.inverted.basic.olive.label:hover {
  border-color: #d2e745;
  background-color: #1A1A1D;
  color: #d2e745;
}

/* Inverted Basic Tags */
/* line 1109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .olive.label,
.ui.ui.ui.inverted.olive.basic.tag.label {
  border: 1px solid #D9E778;
}

/* line 1113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .olive.label:before,
.ui.ui.ui.inverted.olive.basic.tag.label:before {
  border-color: inherit;
  border-width: 1px 0 0 1px;
  border-style: inherit;
  background-color: #1A1A1D;
  right: calc(100% + 1px);
}

/* line 1121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.green.labels .label,
.ui.ui.ui.green.label {
  background-color: #21BA45;
  border-color: #21BA45;
  color: #FFFFFF;
}

/* Link */
/* line 1129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.green.labels a.label:hover,
a.ui.ui.ui.green.label:hover {
  background-color: #16ab39;
  border-color: #16ab39;
  color: #FFFFFF;
}

/* Ribbon */
/* line 1137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.green.ribbon.label {
  border-color: #198f35;
}

/* Basic */
/* line 1142, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels .green.label,
.ui.ui.ui.basic.green.label {
  background: none #FFFFFF;
  border-color: #21BA45;
  color: #21BA45;
}

/* line 1148, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels a.green.label:hover,
a.ui.ui.ui.basic.green.label:hover {
  background: none #FFFFFF;
  border-color: #16ab39;
  color: #16ab39;
}

/* Inverted */
/* line 1156, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels .green.label,
.ui.ui.ui.inverted.green.label {
  background-color: #2ECC40;
  border-color: #2ECC40;
  color: #1A1A1D;
}

/* Inverted Link */
/* line 1164, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels a.green.label:hover,
a.ui.ui.ui.inverted.green.label:hover {
  background-color: #1ea92e;
  border-color: #1ea92e;
  color: #1A1A1D;
}

/* Inverted Ribbon */
/* line 1172, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.inverted.green.ribbon.label {
  border-color: #25a233;
}

/* Inverted Basic */
/* line 1177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels .green.label,
.ui.ui.ui.inverted.basic.green.label {
  background-color: #1A1A1D;
  border-color: #2ECC40;
  color: #2ECC40;
}

/* line 1183, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels a.green.label:hover,
a.ui.ui.ui.inverted.basic.green.label:hover {
  border-color: #1ea92e;
  background-color: #1A1A1D;
  color: #1ea92e;
}

/* Inverted Basic Tags */
/* line 1191, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .green.label,
.ui.ui.ui.inverted.green.basic.tag.label {
  border: 1px solid #2ECC40;
}

/* line 1195, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .green.label:before,
.ui.ui.ui.inverted.green.basic.tag.label:before {
  border-color: inherit;
  border-width: 1px 0 0 1px;
  border-style: inherit;
  background-color: #1A1A1D;
  right: calc(100% + 1px);
}

/* line 1203, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.teal.labels .label,
.ui.ui.ui.teal.label {
  background-color: #00796b;
  border-color: #00796b;
  color: #FFFFFF;
}

/* Link */
/* line 1211, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.teal.labels a.label:hover,
a.ui.ui.ui.teal.label:hover {
  background-color: #009c95;
  border-color: #009c95;
  color: #FFFFFF;
}

/* Ribbon */
/* line 1219, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.teal.ribbon.label {
  border-color: #00827c;
}

/* Basic */
/* line 1224, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels .teal.label,
.ui.ui.ui.basic.teal.label {
  background: none #FFFFFF;
  border-color: #00796b;
  color: #00796b;
}

/* line 1230, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels a.teal.label:hover,
a.ui.ui.ui.basic.teal.label:hover {
  background: none #FFFFFF;
  border-color: #009c95;
  color: #009c95;
}

/* Inverted */
/* line 1238, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels .teal.label,
.ui.ui.ui.inverted.teal.label {
  background-color: #6DFFFF;
  border-color: #6DFFFF;
  color: #1A1A1D;
}

/* Inverted Link */
/* line 1246, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels a.teal.label:hover,
a.ui.ui.ui.inverted.teal.label:hover {
  background-color: #3affff;
  border-color: #3affff;
  color: #1A1A1D;
}

/* Inverted Ribbon */
/* line 1254, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.inverted.teal.ribbon.label {
  border-color: #3affff;
}

/* Inverted Basic */
/* line 1259, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels .teal.label,
.ui.ui.ui.inverted.basic.teal.label {
  background-color: #1A1A1D;
  border-color: #6DFFFF;
  color: #6DFFFF;
}

/* line 1265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels a.teal.label:hover,
a.ui.ui.ui.inverted.basic.teal.label:hover {
  border-color: #3affff;
  background-color: #1A1A1D;
  color: #3affff;
}

/* Inverted Basic Tags */
/* line 1273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .teal.label,
.ui.ui.ui.inverted.teal.basic.tag.label {
  border: 1px solid #6DFFFF;
}

/* line 1277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .teal.label:before,
.ui.ui.ui.inverted.teal.basic.tag.label:before {
  border-color: inherit;
  border-width: 1px 0 0 1px;
  border-style: inherit;
  background-color: #1A1A1D;
  right: calc(100% + 1px);
}

/* line 1285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.blue.labels .label,
.ui.ui.ui.blue.label {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #FFFFFF;
}

/* Link */
/* line 1293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.blue.labels a.label:hover,
a.ui.ui.ui.blue.label:hover {
  background-color: #1678c2;
  border-color: #1678c2;
  color: #FFFFFF;
}

/* Ribbon */
/* line 1301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.blue.ribbon.label {
  border-color: #1a69a4;
}

/* Basic */
/* line 1306, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels .blue.label,
.ui.ui.ui.basic.blue.label {
  background: none #FFFFFF;
  border-color: #2196f3;
  color: #2196f3;
}

/* line 1312, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels a.blue.label:hover,
a.ui.ui.ui.basic.blue.label:hover {
  background: none #FFFFFF;
  border-color: #1678c2;
  color: #1678c2;
}

/* Inverted */
/* line 1320, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels .blue.label,
.ui.ui.ui.inverted.blue.label {
  background-color: #54C8FF;
  border-color: #54C8FF;
  color: #1A1A1D;
}

/* Inverted Link */
/* line 1328, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels a.blue.label:hover,
a.ui.ui.ui.inverted.blue.label:hover {
  background-color: #21b8ff;
  border-color: #21b8ff;
  color: #1A1A1D;
}

/* Inverted Ribbon */
/* line 1336, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.inverted.blue.ribbon.label {
  border-color: #21b8ff;
}

/* Inverted Basic */
/* line 1341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels .blue.label,
.ui.ui.ui.inverted.basic.blue.label {
  background-color: #1A1A1D;
  border-color: #54C8FF;
  color: #54C8FF;
}

/* line 1347, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels a.blue.label:hover,
a.ui.ui.ui.inverted.basic.blue.label:hover {
  border-color: #21b8ff;
  background-color: #1A1A1D;
  color: #21b8ff;
}

/* Inverted Basic Tags */
/* line 1355, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .blue.label,
.ui.ui.ui.inverted.blue.basic.tag.label {
  border: 1px solid #54C8FF;
}

/* line 1359, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .blue.label:before,
.ui.ui.ui.inverted.blue.basic.tag.label:before {
  border-color: inherit;
  border-width: 1px 0 0 1px;
  border-style: inherit;
  background-color: #1A1A1D;
  right: calc(100% + 1px);
}

/* line 1367, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.violet.labels .label,
.ui.ui.ui.violet.label {
  background-color: #6435C9;
  border-color: #6435C9;
  color: #FFFFFF;
}

/* Link */
/* line 1375, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.violet.labels a.label:hover,
a.ui.ui.ui.violet.label:hover {
  background-color: #5829bb;
  border-color: #5829bb;
  color: #FFFFFF;
}

/* Ribbon */
/* line 1383, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.violet.ribbon.label {
  border-color: #502aa1;
}

/* Basic */
/* line 1388, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels .violet.label,
.ui.ui.ui.basic.violet.label {
  background: none #FFFFFF;
  border-color: #6435C9;
  color: #6435C9;
}

/* line 1394, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels a.violet.label:hover,
a.ui.ui.ui.basic.violet.label:hover {
  background: none #FFFFFF;
  border-color: #5829bb;
  color: #5829bb;
}

/* Inverted */
/* line 1402, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels .violet.label,
.ui.ui.ui.inverted.violet.label {
  background-color: #A291FB;
  border-color: #A291FB;
  color: #1A1A1D;
}

/* Inverted Link */
/* line 1410, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels a.violet.label:hover,
a.ui.ui.ui.inverted.violet.label:hover {
  background-color: #745aff;
  border-color: #745aff;
  color: #1A1A1D;
}

/* Inverted Ribbon */
/* line 1418, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.inverted.violet.ribbon.label {
  border-color: #7860f9;
}

/* Inverted Basic */
/* line 1423, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels .violet.label,
.ui.ui.ui.inverted.basic.violet.label {
  background-color: #1A1A1D;
  border-color: #A291FB;
  color: #A291FB;
}

/* line 1429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels a.violet.label:hover,
a.ui.ui.ui.inverted.basic.violet.label:hover {
  border-color: #745aff;
  background-color: #1A1A1D;
  color: #745aff;
}

/* Inverted Basic Tags */
/* line 1437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .violet.label,
.ui.ui.ui.inverted.violet.basic.tag.label {
  border: 1px solid #A291FB;
}

/* line 1441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .violet.label:before,
.ui.ui.ui.inverted.violet.basic.tag.label:before {
  border-color: inherit;
  border-width: 1px 0 0 1px;
  border-style: inherit;
  background-color: #1A1A1D;
  right: calc(100% + 1px);
}

/* line 1449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.purple.labels .label,
.ui.ui.ui.purple.label {
  background-color: #A333C8;
  border-color: #A333C8;
  color: #FFFFFF;
}

/* Link */
/* line 1457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.purple.labels a.label:hover,
a.ui.ui.ui.purple.label:hover {
  background-color: #9627ba;
  border-color: #9627ba;
  color: #FFFFFF;
}

/* Ribbon */
/* line 1465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.purple.ribbon.label {
  border-color: #82299f;
}

/* Basic */
/* line 1470, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels .purple.label,
.ui.ui.ui.basic.purple.label {
  background: none #FFFFFF;
  border-color: #A333C8;
  color: #A333C8;
}

/* line 1476, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels a.purple.label:hover,
a.ui.ui.ui.basic.purple.label:hover {
  background: none #FFFFFF;
  border-color: #9627ba;
  color: #9627ba;
}

/* Inverted */
/* line 1484, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels .purple.label,
.ui.ui.ui.inverted.purple.label {
  background-color: #DC73FF;
  border-color: #DC73FF;
  color: #1A1A1D;
}

/* Inverted Link */
/* line 1492, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels a.purple.label:hover,
a.ui.ui.ui.inverted.purple.label:hover {
  background-color: #cf40ff;
  border-color: #cf40ff;
  color: #1A1A1D;
}

/* Inverted Ribbon */
/* line 1500, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.inverted.purple.ribbon.label {
  border-color: #cf40ff;
}

/* Inverted Basic */
/* line 1505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels .purple.label,
.ui.ui.ui.inverted.basic.purple.label {
  background-color: #1A1A1D;
  border-color: #DC73FF;
  color: #DC73FF;
}

/* line 1511, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels a.purple.label:hover,
a.ui.ui.ui.inverted.basic.purple.label:hover {
  border-color: #cf40ff;
  background-color: #1A1A1D;
  color: #cf40ff;
}

/* Inverted Basic Tags */
/* line 1519, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .purple.label,
.ui.ui.ui.inverted.purple.basic.tag.label {
  border: 1px solid #DC73FF;
}

/* line 1523, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .purple.label:before,
.ui.ui.ui.inverted.purple.basic.tag.label:before {
  border-color: inherit;
  border-width: 1px 0 0 1px;
  border-style: inherit;
  background-color: #1A1A1D;
  right: calc(100% + 1px);
}

/* line 1531, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.pink.labels .label,
.ui.ui.ui.pink.label {
  background-color: #E03997;
  border-color: #E03997;
  color: #FFFFFF;
}

/* Link */
/* line 1539, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.pink.labels a.label:hover,
a.ui.ui.ui.pink.label:hover {
  background-color: #e61a8d;
  border-color: #e61a8d;
  color: #FFFFFF;
}

/* Ribbon */
/* line 1547, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.pink.ribbon.label {
  border-color: #c71f7e;
}

/* Basic */
/* line 1552, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels .pink.label,
.ui.ui.ui.basic.pink.label {
  background: none #FFFFFF;
  border-color: #E03997;
  color: #E03997;
}

/* line 1558, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels a.pink.label:hover,
a.ui.ui.ui.basic.pink.label:hover {
  background: none #FFFFFF;
  border-color: #e61a8d;
  color: #e61a8d;
}

/* Inverted */
/* line 1566, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels .pink.label,
.ui.ui.ui.inverted.pink.label {
  background-color: #FF8EDF;
  border-color: #FF8EDF;
  color: #1A1A1D;
}

/* Inverted Link */
/* line 1574, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels a.pink.label:hover,
a.ui.ui.ui.inverted.pink.label:hover {
  background-color: #ff5bd1;
  border-color: #ff5bd1;
  color: #1A1A1D;
}

/* Inverted Ribbon */
/* line 1582, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.inverted.pink.ribbon.label {
  border-color: #ff5bd1;
}

/* Inverted Basic */
/* line 1587, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels .pink.label,
.ui.ui.ui.inverted.basic.pink.label {
  background-color: #1A1A1D;
  border-color: #FF8EDF;
  color: #FF8EDF;
}

/* line 1593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels a.pink.label:hover,
a.ui.ui.ui.inverted.basic.pink.label:hover {
  border-color: #ff5bd1;
  background-color: #1A1A1D;
  color: #ff5bd1;
}

/* Inverted Basic Tags */
/* line 1601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .pink.label,
.ui.ui.ui.inverted.pink.basic.tag.label {
  border: 1px solid #FF8EDF;
}

/* line 1605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .pink.label:before,
.ui.ui.ui.inverted.pink.basic.tag.label:before {
  border-color: inherit;
  border-width: 1px 0 0 1px;
  border-style: inherit;
  background-color: #1A1A1D;
  right: calc(100% + 1px);
}

/* line 1613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.brown.labels .label,
.ui.ui.ui.brown.label {
  background-color: #A5673F;
  border-color: #A5673F;
  color: #FFFFFF;
}

/* Link */
/* line 1621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.brown.labels a.label:hover,
a.ui.ui.ui.brown.label:hover {
  background-color: #975b33;
  border-color: #975b33;
  color: #FFFFFF;
}

/* Ribbon */
/* line 1629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.brown.ribbon.label {
  border-color: #805031;
}

/* Basic */
/* line 1634, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels .brown.label,
.ui.ui.ui.basic.brown.label {
  background: none #FFFFFF;
  border-color: #A5673F;
  color: #A5673F;
}

/* line 1640, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels a.brown.label:hover,
a.ui.ui.ui.basic.brown.label:hover {
  background: none #FFFFFF;
  border-color: #975b33;
  color: #975b33;
}

/* Inverted */
/* line 1648, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels .brown.label,
.ui.ui.ui.inverted.brown.label {
  background-color: #D67C1C;
  border-color: #D67C1C;
  color: #1A1A1D;
}

/* Inverted Link */
/* line 1656, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels a.brown.label:hover,
a.ui.ui.ui.inverted.brown.label:hover {
  background-color: #b0620f;
  border-color: #b0620f;
  color: #1A1A1D;
}

/* Inverted Ribbon */
/* line 1664, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.inverted.brown.ribbon.label {
  border-color: #a96216;
}

/* Inverted Basic */
/* line 1669, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels .brown.label,
.ui.ui.ui.inverted.basic.brown.label {
  background-color: #1A1A1D;
  border-color: #D67C1C;
  color: #D67C1C;
}

/* line 1675, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels a.brown.label:hover,
a.ui.ui.ui.inverted.basic.brown.label:hover {
  border-color: #b0620f;
  background-color: #1A1A1D;
  color: #b0620f;
}

/* Inverted Basic Tags */
/* line 1683, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .brown.label,
.ui.ui.ui.inverted.brown.basic.tag.label {
  border: 1px solid #D67C1C;
}

/* line 1687, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .brown.label:before,
.ui.ui.ui.inverted.brown.basic.tag.label:before {
  border-color: inherit;
  border-width: 1px 0 0 1px;
  border-style: inherit;
  background-color: #1A1A1D;
  right: calc(100% + 1px);
}

/* line 1695, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.grey.labels .label,
.ui.ui.ui.grey.label {
  background-color: #767676;
  border-color: #767676;
  color: #FFFFFF;
}

/* Link */
/* line 1703, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.grey.labels a.label:hover,
a.ui.ui.ui.grey.label:hover {
  background-color: #838383;
  border-color: #838383;
  color: #FFFFFF;
}

/* Ribbon */
/* line 1711, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.grey.ribbon.label {
  border-color: #5d5d5d;
}

/* Basic */
/* line 1716, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels .grey.label,
.ui.ui.ui.basic.grey.label {
  background: none #FFFFFF;
  border-color: #767676;
  color: #767676;
}

/* line 1722, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels a.grey.label:hover,
a.ui.ui.ui.basic.grey.label:hover {
  background: none #FFFFFF;
  border-color: #838383;
  color: #838383;
}

/* Inverted */
/* line 1730, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels .grey.label,
.ui.ui.ui.inverted.grey.label {
  background-color: #DCDDDE;
  border-color: #DCDDDE;
  color: #1A1A1D;
}

/* Inverted Link */
/* line 1738, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels a.grey.label:hover,
a.ui.ui.ui.inverted.grey.label:hover {
  background-color: #c2c4c5;
  border-color: #c2c4c5;
  color: #FFFFFF;
}

/* Inverted Ribbon */
/* line 1746, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.inverted.grey.ribbon.label {
  border-color: #e9eaea;
}

/* Inverted Basic */
/* line 1751, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels .grey.label,
.ui.ui.ui.inverted.basic.grey.label {
  background-color: #1A1A1D;
  border-color: #DCDDDE;
  color: rgba(255, 255, 255, 0.9);
}

/* line 1757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels a.grey.label:hover,
a.ui.ui.ui.inverted.basic.grey.label:hover {
  border-color: #c2c4c5;
  background-color: #1A1A1D;
}

/* Inverted Basic Tags */
/* line 1764, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .grey.label,
.ui.ui.ui.inverted.grey.basic.tag.label {
  border: 1px solid #DCDDDE;
}

/* line 1768, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .grey.label:before,
.ui.ui.ui.inverted.grey.basic.tag.label:before {
  border-color: inherit;
  border-width: 1px 0 0 1px;
  border-style: inherit;
  background-color: #1A1A1D;
  right: calc(100% + 1px);
}

/* line 1776, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.black.labels .label,
.ui.ui.ui.black.label {
  background-color: #1A1A1D;
  border-color: #1A1A1D;
  color: #FFFFFF;
}

/* Link */
/* line 1784, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.black.labels a.label:hover,
a.ui.ui.ui.black.label:hover {
  background-color: #27292a;
  border-color: #27292a;
  color: #FFFFFF;
}

/* Ribbon */
/* line 1792, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.black.ribbon.label {
  border-color: #020203;
}

/* Basic */
/* line 1797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels .black.label,
.ui.ui.ui.basic.black.label {
  background: none #FFFFFF;
  border-color: #1A1A1D;
  color: #1A1A1D;
}

/* line 1803, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.labels a.black.label:hover,
a.ui.ui.ui.basic.black.label:hover {
  background: none #FFFFFF;
  border-color: #27292a;
  color: #27292a;
}

/* Inverted */
/* line 1811, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels .black.label,
.ui.ui.ui.inverted.black.label {
  background-color: #545454;
  border-color: #545454;
  color: #1A1A1D;
}

/* Inverted Link */
/* line 1819, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels a.black.label:hover,
a.ui.ui.ui.inverted.black.label:hover {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

/* Inverted Ribbon */
/* line 1827, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ui.ui.inverted.black.ribbon.label {
  border-color: #616161;
}

/* Inverted Basic */
/* line 1832, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels .black.label,
.ui.ui.ui.inverted.basic.black.label {
  background-color: #1A1A1D;
  border-color: #545454;
  color: rgba(255, 255, 255, 0.9);
}

/* line 1838, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.labels a.black.label:hover,
a.ui.ui.ui.inverted.basic.black.label:hover {
  border-color: #000000;
  background-color: #1A1A1D;
}

/* Inverted Basic Tags */
/* line 1845, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .black.label,
.ui.ui.ui.inverted.black.basic.tag.label {
  border: 1px solid #545454;
}

/* line 1849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.basic.tag.labels .black.label:before,
.ui.ui.ui.inverted.black.basic.tag.label:before {
  border-color: inherit;
  border-width: 1px 0 0 1px;
  border-style: inherit;
  background-color: #1A1A1D;
  right: calc(100% + 1px);
}

/*-------------------
     Horizontal
--------------------*/
/* line 1862, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.horizontal.labels .label,
.ui.horizontal.label {
  margin: 0 0.5em 0 0;
  padding: 0.4em 0.833em;
  min-width: 3em;
  text-align: center;
}

/*-------------------
         Circular
  --------------------*/
/* line 1874, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.circular.labels .label,
.ui.circular.label {
  min-width: 2em;
  min-height: 2em;
  padding: 0.5em !important;
  line-height: 1em;
  text-align: center;
  border-radius: 500rem;
}

/* line 1883, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.empty.circular.labels .label,
.ui.empty.circular.label {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  width: 0.5em;
  height: 0.5em;
  vertical-align: baseline;
}

/*-------------------
         Pointing
  --------------------*/
/* line 1897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.pointing.label {
  position: relative;
}

/* line 1900, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.attached.pointing.label {
  position: absolute;
}

/* line 1903, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.pointing.label:before {
  background-color: inherit;
  background-image: inherit;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
}

/* Arrow */
/* line 1912, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.pointing.label:before {
  position: absolute;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: none;
  z-index: 2;
  width: 0.6666em;
  height: 0.6666em;
  -webkit-transition: none;
  transition: none;
}

/*--- Above ---*/
/* line 1927, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.pointing.label,
.ui[class*="pointing above"].label {
  margin-top: 1em;
}

/* line 1931, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.pointing.label:before,
.ui[class*="pointing above"].label:before {
  border-width: 1px 0 0 1px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 0;
  left: 50%;
}

/*--- Below ---*/
/* line 1942, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui[class*="bottom pointing"].label,
.ui[class*="pointing below"].label {
  margin-top: 0;
  margin-bottom: 1em;
}

/* line 1947, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui[class*="bottom pointing"].label:before,
.ui[class*="pointing below"].label:before {
  border-width: 0 1px 1px 0;
  top: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 100%;
  left: 50%;
}

/*--- Left ---*/
/* line 1960, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui[class*="left pointing"].label {
  margin-top: 0;
  margin-left: 0.6666em;
}

/* line 1964, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui[class*="left pointing"].label:before {
  border-width: 0 0 1px 1px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  bottom: auto;
  right: auto;
  top: 50%;
  left: 0;
}

/*--- Right ---*/
/* line 1976, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui[class*="right pointing"].label {
  margin-top: 0;
  margin-right: 0.6666em;
}

/* line 1980, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui[class*="right pointing"].label:before {
  border-width: 1px 1px 0 0;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
}

/* Basic Pointing */
/*--- Above ---*/
/* line 1994, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.pointing.label:before,
.ui.basic[class*="pointing above"].label:before {
  margin-top: -1px;
}

/*--- Below ---*/
/* line 2001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic[class*="bottom pointing"].label:before,
.ui.basic[class*="pointing below"].label:before {
  bottom: auto;
  top: 100%;
  margin-top: 1px;
}

/*--- Left ---*/
/* line 2010, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic[class*="left pointing"].label:before {
  top: 50%;
  left: -1px;
}

/*--- Right ---*/
/* line 2017, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic[class*="right pointing"].label:before {
  top: 50%;
  right: -1px;
}

/*------------------
     Floating Label
  -------------------*/
/* line 2026, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.floating.label {
  position: absolute;
  z-index: 100;
  top: -1em;
  right: 0;
  white-space: nowrap;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

/* line 2035, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.right.aligned.floating.label {
  -webkit-transform: translateX(1.2em);
  transform: translateX(1.2em);
}

/* line 2039, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.left.floating.label {
  left: 0;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 2045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.left.aligned.floating.label {
  -webkit-transform: translateX(-1.2em);
  transform: translateX(-1.2em);
}

/* line 2049, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.bottom.floating.label {
  top: auto;
  bottom: -1em;
}

/*-------------------
        Sizes
--------------------*/
/* line 2058, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.labels .label,
.ui.label {
  font-size: 0.85714286rem;
}

/* line 2062, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.mini.labels .label,
.ui.mini.label {
  font-size: 0.64285714rem;
}

/* line 2066, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.tiny.labels .label,
.ui.tiny.label {
  font-size: 0.71428571rem;
}

/* line 2070, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.small.labels .label,
.ui.small.label {
  font-size: 0.78571429rem;
}

/* line 2074, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.large.labels .label,
.ui.large.label {
  font-size: 1rem;
}

/* line 2078, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.big.labels .label,
.ui.big.label {
  font-size: 1.28571429rem;
}

/* line 2082, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.huge.labels .label,
.ui.huge.label {
  font-size: 1.42857143rem;
}

/* line 2086, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.massive.labels .label,
.ui.massive.label {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - List
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            List
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.list,
ol.ui.list,
.ui.list {
  list-style-type: none;
  margin: 1em 0;
  padding: 0 0;
}

/* line 23, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.list:first-child,
ol.ui.list:first-child,
.ui.list:first-child {
  margin-top: 0;
  padding-top: 0;
}

/* line 29, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.list:last-child,
ol.ui.list:last-child,
.ui.list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*******************************
            Content
*******************************/
/* List Item */
/* line 43, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.list li,
ol.ui.list li,
.ui.list > .item,
.ui.list .list > .item {
  display: list-item;
  table-layout: fixed;
  list-style-type: none;
  list-style-position: outside;
  padding: 0.21428571em 0;
  line-height: 1.14285714em;
}

/* line 54, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.list > li:first-child:after,
ol.ui.list > li:first-child:after,
.ui.list > .list > .item:after,
.ui.list > .item:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 64, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.list li:first-child,
ol.ui.list li:first-child,
.ui.list .list > .item:first-child,
.ui.list > .item:first-child {
  padding-top: 0;
}

/* line 70, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.list li:last-child,
ol.ui.list li:last-child,
.ui.list .list > .item:last-child,
.ui.list > .item:last-child {
  padding-bottom: 0;
}

/* Child List */
/* line 78, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.list ul,
ol.ui.list ol,
.ui.list .list:not(.icon) {
  clear: both;
  margin: 0;
  padding: 0.75em 0 0.25em 0.5em;
}

/* Child Item */
/* line 87, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.list ul li,
ol.ui.list ol li,
.ui.list .list > .item {
  padding: 0.14285714em 0;
  line-height: inherit;
}

/* Icon */
/* line 95, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item > i.icon,
.ui.list > .item > i.icon {
  display: table-cell;
  min-width: 1.55em;
  margin: 0;
  padding-top: 0;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

/* line 104, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item > i.icon:not(.loading),
.ui.list > .item > i.icon:not(.loading) {
  padding-right: 0.28571429em;
  vertical-align: top;
}

/* line 109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item > i.icon:only-child,
.ui.list > .item > i.icon:only-child {
  display: inline-block;
  min-width: auto;
  vertical-align: top;
}

/* Image */
/* line 117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item > .image,
.ui.list > .item > .image {
  display: table-cell;
  background-color: transparent;
  margin: 0;
  vertical-align: top;
}

/* line 124, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item > .image:not(:only-child):not(img),
.ui.list > .item > .image:not(:only-child):not(img) {
  padding-right: 0.5em;
}

/* line 128, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item > .image img,
.ui.list > .item > .image img {
  vertical-align: top;
}

/* line 132, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item > img.image,
.ui.list .list > .item > .image:only-child,
.ui.list > .item > img.image,
.ui.list > .item > .image:only-child {
  display: inline-block;
}

/* Content */
/* line 140, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item > .content,
.ui.list > .item > .content {
  line-height: 1.14285714em;
  color: rgba(0, 0, 0, 0.87);
}

/* line 145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item > .image + .content,
.ui.list .list > .item > .icon + .content,
.ui.list > .item > .image + .content,
.ui.list > .item > .icon + .content {
  display: table-cell;
  width: 100%;
  padding: 0 0 0 0.5em;
  vertical-align: top;
}

/* line 154, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item > .loading.icon + .content,
.ui.list > .item > .loading.icon + .content {
  padding-left: calc(0.2857142857142857em + 0.5em);
}

/* line 158, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item > img.image + .content,
.ui.list > .item > img.image + .content {
  display: inline-block;
  width: auto;
}

/* line 163, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item > .content > .list,
.ui.list > .item > .content > .list {
  margin-left: 0;
  padding-left: 0;
}

/* Header */
/* line 170, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item .header,
.ui.list > .item .header {
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
}

/* Description */
/* line 180, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item .description,
.ui.list > .item .description {
  display: block;
  color: rgba(0, 0, 0, 0.7);
}

/* Child Link */
/* line 187, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list > .item a,
.ui.list .list > .item a {
  cursor: pointer;
}

/* Linking Item */
/* line 193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > a.item,
.ui.list > a.item {
  cursor: pointer;
  color: #03a9f4;
}

/* line 198, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > a.item:hover,
.ui.list > a.item:hover {
  color: #1e70bf;
}

/* Linked Item Icons */
/* line 204, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > a.item > i.icons,
.ui.list > a.item > i.icons,
.ui.list .list > a.item > i.icon,
.ui.list > a.item > i.icon {
  color: rgba(0, 0, 0, 0.4);
}

/* Header Link */
/* line 212, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item a.header,
.ui.list > .item a.header {
  cursor: pointer;
  color: #03a9f4 !important;
}

/* line 217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item > a.header:hover,
.ui.list > .item > a.header:hover {
  color: #1e70bf !important;
}

/* Floated Content */
/* line 223, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui[class*="left floated"].list {
  float: left;
}

/* line 226, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui[class*="right floated"].list {
  float: right;
}

/* line 229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item [class*="left floated"],
.ui.list > .item [class*="left floated"] {
  float: left;
  margin: 0 1em 0 0;
}

/* line 234, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .item [class*="right floated"],
.ui.list > .item [class*="right floated"] {
  float: right;
  margin: 0 0 0 1em;
}

/*******************************
            Coupling
*******************************/
/* line 245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.menu .ui.list > .item,
.ui.menu .ui.list .list > .item {
  display: list-item;
  table-layout: fixed;
  background-color: transparent;
  list-style-type: none;
  list-style-position: outside;
  padding: 0.21428571em 0;
  line-height: 1.14285714em;
}

/* line 255, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.menu .ui.list .list > .item:before,
.ui.menu .ui.list > .item:before {
  border: none;
  background: none;
}

/* line 260, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.menu .ui.list .list > .item:first-child,
.ui.menu .ui.list > .item:first-child {
  padding-top: 0;
}

/* line 264, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.menu .ui.list .list > .item:last-child,
.ui.menu .ui.list > .item:last-child {
  padding-bottom: 0;
}

/*******************************
            Types
*******************************/
/*-------------------
        Horizontal
  --------------------*/
/* line 279, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.horizontal.list {
  display: inline-block;
  font-size: 0;
}

/* line 283, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.horizontal.list > .item {
  display: inline-block;
  margin-right: 1em;
  font-size: 1rem;
}

/* line 288, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.horizontal.list:not(.celled) > .item:last-child {
  margin-right: 0;
  padding-right: 0;
}

/* line 292, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.horizontal.list .list:not(.icon) {
  padding-left: 0;
  padding-bottom: 0;
}

/* line 296, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.horizontal.list > .item > .image,
.ui.horizontal.list .list > .item > .image,
.ui.horizontal.list > .item > .icon,
.ui.horizontal.list .list > .item > .icon,
.ui.horizontal.list > .item > .content,
.ui.horizontal.list .list > .item > .content {
  vertical-align: middle;
}

/* Padding on all elements */
/* line 306, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.horizontal.list > .item:first-child,
.ui.horizontal.list > .item:last-child {
  padding-top: 0.21428571em;
  padding-bottom: 0.21428571em;
}

/* Horizontal List */
/* line 313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.horizontal.list > .item > i.icon,
.ui.horizontal.list .item > i.icons > i.icon {
  margin: 0;
  padding: 0 0.25em 0 0;
}

/* line 318, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.horizontal.list > .item > .image + .content,
.ui.horizontal.list > .item > .icon,
.ui.horizontal.list > .item > .icon + .content {
  float: none;
  display: inline-block;
  width: auto;
}

/* line 325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.horizontal.list > .item > .image {
  display: inline-block;
}

/*******************************
             States
*******************************/
/*-------------------
         Disabled
  --------------------*/
/* line 339, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > .disabled.item,
.ui.list > .disabled.item {
  pointer-events: none;
  color: rgba(40, 40, 40, 0.3) !important;
}

/* line 344, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.inverted.list .list > .disabled.item,
.ui.inverted.list > .disabled.item {
  color: rgba(225, 225, 225, 0.3) !important;
}

/*-------------------
        Hover
--------------------*/
/* line 353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list .list > a.item:hover > .icons,
.ui.list > a.item:hover > .icons,
.ui.list .list > a.item:hover > .icon,
.ui.list > a.item:hover > .icon {
  color: rgba(0, 0, 0, 0.87);
}

/*******************************
           Variations
*******************************/
/*-------------------
         Inverted
  --------------------*/
/* line 370, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.inverted.list .list > a.item > .icon,
.ui.inverted.list > a.item > .icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 374, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.inverted.list .list > .item .header,
.ui.inverted.list > .item .header {
  color: rgba(255, 255, 255, 0.9);
}

/* line 378, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.inverted.list .list > .item .description,
.ui.inverted.list > .item .description {
  color: rgba(255, 255, 255, 0.7);
}

/* line 382, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.inverted.list .list > .item > .content,
.ui.inverted.list > .item > .content {
  color: rgba(255, 255, 255, 0.7);
}

/* Item Link */
/* line 388, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.inverted.list .list > a.item,
.ui.inverted.list > a.item {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
}

/* line 393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.inverted.list .list > a.item:hover,
.ui.inverted.list > a.item:hover {
  color: #1e70bf;
}

/* Linking Content */
/* line 399, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.inverted.list .item a:not(.ui) {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* line 402, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.inverted.list .item a:not(.ui):hover {
  color: #1e70bf !important;
}

/*-------------------
         Aligned
  --------------------*/
/* line 410, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list[class*="top aligned"] .image,
.ui.list[class*="top aligned"] .content,
.ui.list [class*="top aligned"] {
  vertical-align: top !important;
}

/* line 415, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list[class*="middle aligned"] .image,
.ui.list[class*="middle aligned"] .content,
.ui.list [class*="middle aligned"] {
  vertical-align: middle !important;
}

/* line 420, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list[class*="bottom aligned"] .image,
.ui.list[class*="bottom aligned"] .content,
.ui.list [class*="bottom aligned"] {
  vertical-align: bottom !important;
}

/*-------------------
         Link
  --------------------*/
/* line 430, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.link.list .item,
.ui.link.list a.item,
.ui.link.list .item a:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.1s color ease;
  transition: 0.1s color ease;
}

/* line 437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.link.list.list a.item:hover,
.ui.link.list.list .item a:not(.ui):hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.link.list.list a.item:active,
.ui.link.list.list .item a:not(.ui):active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.link.list.list .active.item,
.ui.link.list.list .active.item a:not(.ui) {
  color: rgba(0, 0, 0, 0.95);
}

/* Inverted */
/* line 451, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.inverted.link.list .item,
.ui.inverted.link.list a.item,
.ui.inverted.link.list .item a:not(.ui) {
  color: rgba(255, 255, 255, 0.5);
}

/* line 456, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.inverted.link.list.list a.item:hover,
.ui.inverted.link.list.list .item a:not(.ui):hover {
  color: #FFFFFF;
}

/* line 460, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.inverted.link.list.list a.item:active,
.ui.inverted.link.list.list .item a:not(.ui):active {
  color: #FFFFFF;
}

/* line 464, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.inverted.link.list.list a.active.item,
.ui.inverted.link.list.list .active.item a:not(.ui) {
  color: #FFFFFF;
}

/*-------------------
        Selection
  --------------------*/
/* line 473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.selection.list .list > .item,
.ui.selection.list > .item {
  cursor: pointer;
  background: transparent;
  padding: 0.5em 0.5em;
  margin: 0;
  color: rgba(0, 0, 0, 0.4);
  border-radius: 0.5em;
  -webkit-transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease;
  transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease;
}

/* line 484, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.selection.list .list > .item:last-child,
.ui.selection.list > .item:last-child {
  margin-bottom: 0;
}

/* line 488, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.selection.list .list > .item:hover,
.ui.selection.list > .item:hover {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.8);
}

/* line 493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.selection.list .list > .item:active,
.ui.selection.list > .item:active {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.9);
}

/* line 498, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.selection.list .list > .item.active,
.ui.selection.list > .item.active {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

/* Inverted */
/* line 505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.inverted.selection.list > .item {
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
}

/* line 509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.inverted.selection.list > .item:hover {
  background: rgba(255, 255, 255, 0.02);
  color: #FFFFFF;
}

/* line 513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.inverted.selection.list > .item:active {
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
}

/* line 517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.inverted.selection.list > .item.active {
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
}

/* Celled / Divided Selection List */
/* line 523, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.celled.selection.list .list > .item,
.ui.divided.selection.list .list > .item,
.ui.celled.selection.list > .item,
.ui.divided.selection.list > .item {
  border-radius: 0;
}

/*-------------------
         Animated
  --------------------*/
/* line 534, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.animated.list > .item {
  -webkit-transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s;
  transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s;
}

/* line 538, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.animated.list:not(.horizontal) > .item:hover {
  padding-left: 1em;
}

/*-------------------
         Fitted
  --------------------*/
/* line 546, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.fitted.list:not(.selection) .list > .item,
.ui.fitted.list:not(.selection) > .item {
  padding-left: 0;
  padding-right: 0;
}

/* line 551, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.fitted.selection.list .list > .item,
.ui.fitted.selection.list > .item {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

/*-------------------
        Bulleted
  --------------------*/
/* line 561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.list,
.ui.bulleted.list {
  margin-left: 1.25rem;
}

/* line 565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.list li,
.ui.bulleted.list .list > .item,
.ui.bulleted.list > .item {
  position: relative;
}

/* line 570, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.list li:before,
.ui.bulleted.list .list > .item:before,
.ui.bulleted.list > .item:before {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: auto;
  left: auto;
  font-weight: normal;
  margin-left: -1.25rem;
  content: '\2022';
  opacity: 1;
  color: inherit;
  vertical-align: top;
}

/* line 588, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.list li:before,
.ui.bulleted.list .list > a.item:before,
.ui.bulleted.list > a.item:before {
  color: rgba(0, 0, 0, 0.87);
}

/* line 593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.list ul,
.ui.bulleted.list .list:not(.icon) {
  padding-left: 1.25rem;
}

/* Horizontal Bulleted */
/* line 599, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.horizontal.bulleted.list,
.ui.horizontal.bulleted.list {
  margin-left: 0;
}

/* line 603, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.horizontal.bulleted.list li,
.ui.horizontal.bulleted.list > .item {
  margin-left: 1.75rem;
}

/* line 607, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.horizontal.bulleted.list li:first-child,
.ui.horizontal.bulleted.list > .item:first-child {
  margin-left: 0;
}

/* line 611, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.horizontal.bulleted.list li::before,
.ui.horizontal.bulleted.list > .item::before {
  color: rgba(0, 0, 0, 0.87);
}

/* line 615, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ul.ui.horizontal.bulleted.list li:first-child::before,
.ui.horizontal.bulleted.list > .item:first-child::before {
  display: none;
}

/*-------------------
         Ordered
  --------------------*/
/* line 624, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ol.ui.list,
.ui.ordered.list,
.ui.ordered.list .list:not(.icon),
ol.ui.list ol {
  counter-reset: ordered;
  margin-left: 1.25rem;
  list-style-type: none;
}

/* line 632, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ol.ui.list li,
.ui.ordered.list .list > .item,
.ui.ordered.list > .item {
  list-style-type: none;
  position: relative;
}

/* line 638, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ol.ui.list li:before,
.ui.ordered.list .list > .item:before,
.ui.ordered.list > .item:before {
  position: absolute;
  top: auto;
  left: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  margin-left: -1.25rem;
  counter-increment: ordered;
  content: counters(ordered,".") " ";
  text-align: right;
  color: rgba(0, 0, 0, 0.87);
  vertical-align: middle;
  opacity: 0.8;
}

/* line 657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ol.ui.inverted.list li:before,
.ui.ordered.inverted.list .list > .item:before,
.ui.ordered.inverted.list > .item:before {
  color: rgba(255, 255, 255, 0.7);
}

/* Value */
/* line 664, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.ordered.list .list > .item[data-value]:before,
.ui.ordered.list > .item[data-value]:before {
  content: attr(data-value);
}

/* line 668, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ol.ui.list li[value]:before {
  content: attr(value);
}

/* Child Lists */
/* line 673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ol.ui.list ol,
.ui.ordered.list .list:not(.icon) {
  margin-left: 1em;
}

/* line 677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ol.ui.list ol li:before,
.ui.ordered.list .list > .item:before {
  margin-left: -2em;
}

/* Horizontal Ordered */
/* line 683, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ol.ui.horizontal.list,
.ui.ordered.horizontal.list {
  margin-left: 0;
}

/* line 687, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ol.ui.horizontal.list li:before,
.ui.ordered.horizontal.list .list > .item:before,
.ui.ordered.horizontal.list > .item:before {
  position: static;
  margin: 0 0.5em 0 0;
}

/* Suffixed Ordered */
/* line 695, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
ol.ui.suffixed.list li:before,
.ui.suffixed.ordered.list .list > .item:before,
.ui.suffixed.ordered.list > .item:before {
  content: counters(ordered,".") ".";
}

/*-------------------
         Divided
  --------------------*/
/* line 705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.divided.list > .item {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

/* line 708, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.divided.list .list > .item {
  border-top: none;
}

/* line 711, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.divided.list .item .list > .item {
  border-top: none;
}

/* line 714, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.divided.list .list > .item:first-child,
.ui.divided.list > .item:first-child {
  border-top: none;
}

/* Sub Menu */
/* line 720, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.divided.list:not(.horizontal) .list > .item:first-child {
  border-top-width: 1px;
}

/* Divided bulleted */
/* line 725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.divided.bulleted.list:not(.horizontal),
.ui.divided.bulleted.list .list:not(.icon) {
  margin-left: 0;
  padding-left: 0;
}

/* line 730, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.divided.bulleted.list > .item:not(.horizontal) {
  padding-left: 1.25rem;
}

/* Divided Ordered */
/* line 735, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.divided.ordered.list {
  margin-left: 0;
}

/* line 738, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.divided.ordered.list .list > .item,
.ui.divided.ordered.list > .item {
  padding-left: 1.25rem;
}

/* line 742, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.divided.ordered.list .item .list:not(.icon) {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.21428571em;
}

/* line 747, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.divided.ordered.list .item .list > .item {
  padding-left: 1em;
}

/* Divided Selection */
/* line 752, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.divided.selection.list .list > .item,
.ui.divided.selection.list > .item {
  margin: 0;
  border-radius: 0;
}

/* Divided horizontal */
/* line 759, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.divided.horizontal.list {
  margin-left: 0;
}

/* line 762, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.divided.horizontal.list > .item {
  padding-left: 0.5em;
}

/* line 765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.divided.horizontal.list > .item:not(:last-child) {
  padding-right: 0.5em;
}

/* line 768, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.divided.horizontal.list > .item {
  border-top: none;
  border-right: 1px solid rgba(34, 36, 38, 0.15);
  margin: 0;
  line-height: 0.6;
}

/* line 774, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.horizontal.divided.list > .item:last-child {
  border-right: none;
}

/* Inverted */
/* line 779, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.divided.inverted.list > .item,
.ui.divided.inverted.list > .list,
.ui.divided.inverted.horizontal.list > .item {
  border-color: rgba(255, 255, 255, 0.1);
}

/*-------------------
          Celled
  --------------------*/
/* line 789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.celled.list > .item,
.ui.celled.list > .list {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* line 795, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.celled.list > .item:last-child {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

/* Padding on all elements */
/* line 800, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.celled.list > .item:first-child,
.ui.celled.list > .item:last-child {
  padding-top: 0.21428571em;
  padding-bottom: 0.21428571em;
}

/* Sub Menu */
/* line 807, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.celled.list .item .list > .item {
  border-width: 0;
}

/* line 810, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.celled.list .list > .item:first-child {
  border-top-width: 0;
}

/* Celled Bulleted */
/* line 815, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.celled.bulleted.list {
  margin-left: 0;
}

/* line 818, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.celled.bulleted.list .list > .item,
.ui.celled.bulleted.list > .item {
  padding-left: 1.25rem;
}

/* line 822, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.celled.bulleted.list .item .list:not(.icon) {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding-bottom: 0.21428571em;
}

/* Celled Ordered */
/* line 829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.celled.ordered.list {
  margin-left: 0;
}

/* line 832, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.celled.ordered.list .list > .item,
.ui.celled.ordered.list > .item {
  padding-left: 1.25rem;
}

/* line 836, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.celled.ordered.list .item .list:not(.icon) {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.21428571em;
}

/* line 841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.celled.ordered.list .list > .item {
  padding-left: 1em;
}

/* Celled Horizontal */
/* line 846, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.horizontal.celled.list {
  margin-left: 0;
}

/* line 849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.horizontal.celled.list .list > .item,
.ui.horizontal.celled.list > .item {
  border-top: none;
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 0.6;
}

/* line 858, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.horizontal.celled.list .list > .item:last-child,
.ui.horizontal.celled.list > .item:last-child {
  border-bottom: none;
  border-right: 1px solid rgba(34, 36, 38, 0.15);
}

/* Inverted */
/* line 865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.celled.inverted.list > .item,
.ui.celled.inverted.list > .list {
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.celled.inverted.horizontal.list .list > .item,
.ui.celled.inverted.horizontal.list > .item {
  border-color: rgba(255, 255, 255, 0.1);
}

/*-------------------
         Relaxed
  --------------------*/
/* line 878, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.relaxed.list:not(.horizontal) > .item:not(:first-child) {
  padding-top: 0.42857143em;
}

/* line 881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.relaxed.list:not(.horizontal) > .item:not(:last-child) {
  padding-bottom: 0.42857143em;
}

/* line 884, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.horizontal.relaxed.list .list > .item:not(:first-child),
.ui.horizontal.relaxed.list > .item:not(:first-child) {
  padding-left: 1rem;
}

/* line 888, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.horizontal.relaxed.list .list > .item:not(:last-child),
.ui.horizontal.relaxed.list > .item:not(:last-child) {
  padding-right: 1rem;
}

/* Very Relaxed */
/* line 894, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui[class*="very relaxed"].list:not(.horizontal) > .item:not(:first-child) {
  padding-top: 0.85714286em;
}

/* line 897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui[class*="very relaxed"].list:not(.horizontal) > .item:not(:last-child) {
  padding-bottom: 0.85714286em;
}

/* line 900, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.horizontal[class*="very relaxed"].list .list > .item:not(:first-child),
.ui.horizontal[class*="very relaxed"].list > .item:not(:first-child) {
  padding-left: 1.5rem;
}

/* line 904, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.horizontal[class*="very relaxed"].list .list > .item:not(:last-child),
.ui.horizontal[class*="very relaxed"].list > .item:not(:last-child) {
  padding-right: 1.5rem;
}

/*-------------------
      Sizes
--------------------*/
/* line 913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.list {
  font-size: 1em;
}

/* line 916, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.mini.list {
  font-size: 0.78571429em;
}

/* line 919, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.mini.horizontal.list .list > .item,
.ui.mini.horizontal.list > .item {
  font-size: 0.78571429rem;
}

/* line 923, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.tiny.list {
  font-size: 0.85714286em;
}

/* line 926, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.tiny.horizontal.list .list > .item,
.ui.tiny.horizontal.list > .item {
  font-size: 0.85714286rem;
}

/* line 930, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.small.list {
  font-size: 0.92857143em;
}

/* line 933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.small.horizontal.list .list > .item,
.ui.small.horizontal.list > .item {
  font-size: 0.92857143rem;
}

/* line 937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.large.list {
  font-size: 1.14285714em;
}

/* line 940, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.large.horizontal.list .list > .item,
.ui.large.horizontal.list > .item {
  font-size: 1.14285714rem;
}

/* line 944, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.big.list {
  font-size: 1.28571429em;
}

/* line 947, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.big.horizontal.list .list > .item,
.ui.big.horizontal.list > .item {
  font-size: 1.28571429rem;
}

/* line 951, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.huge.list {
  font-size: 1.42857143em;
}

/* line 954, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.huge.horizontal.list .list > .item,
.ui.huge.horizontal.list > .item {
  font-size: 1.42857143rem;
}

/* line 958, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.massive.list {
  font-size: 1.71428571em;
}

/* line 961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_list.scss */
.ui.massive.horizontal.list .list > .item,
.ui.massive.horizontal.list > .item {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*!
 * # Fomantic-UI - Loader
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Loader
*******************************/
/* Standard Size */
/* line 18, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  text-align: center;
  z-index: 1000;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* Static Shape */
/* line 31, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.loader:before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

/* Active Shape */
/* line 43, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.loader:after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-animation: loader 0.6s infinite linear;
  animation: loader 0.6s infinite linear;
  border: 0.2em solid #767676;
  border-radius: 500rem;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
}

/* Speeds */
/* line 59, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.fast.loading.loading:after,
.ui.fast.loading.loading .input > i.icon:after,
.ui.fast.loading.loading > i.icon:after,
.ui.fast.loader:after {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

/* line 66, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.slow.loading.loading:after,
.ui.slow.loading.loading .input > i.icon:after,
.ui.slow.loading.loading > i.icon:after,
.ui.slow.loader:after {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

/* Active Animation */
@-webkit-keyframes loader {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*-------------------
      Coupling
--------------------*/
/* Show inside active dimmer */
/* line 94, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.dimmer > .loader {
  display: block;
}

/* Black Dimmer */
/* line 99, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.dimmer > .ui.loader {
  color: rgba(255, 255, 255, 0.9);
}

/* line 102, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.dimmer > .ui.loader:not(.elastic):before {
  border-color: rgba(255, 255, 255, 0.15);
}

/* White Dimmer (Inverted) */
/* line 107, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.dimmer > .ui.loader {
  color: rgba(0, 0, 0, 0.87);
}

/* line 110, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.dimmer > .ui.loader:not(.elastic):before {
  border-color: rgba(0, 0, 0, 0.1);
}

/*******************************
             Types
*******************************/
/*-------------------
          Text
  --------------------*/
/* line 124, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.ui.ui.ui.text.loader {
  width: auto;
  height: auto;
  text-align: center;
  font-style: normal;
}

/*******************************
            States
*******************************/
/* line 136, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.indeterminate.loader:after {
  animation-direction: reverse;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

/* line 141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.loader.active,
.ui.loader.visible {
  display: block;
}

/* line 145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.loader.disabled,
.ui.loader.hidden {
  display: none;
}

/*******************************
            Variations
*******************************/
/*-------------------
        Sizes
--------------------*/
/* line 160, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.loader {
  width: 2.28571429rem;
  height: 2.28571429rem;
  font-size: 1em;
}

/* line 165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.loader:before,
.ui.loader:after {
  width: 2.28571429rem;
  height: 2.28571429rem;
  margin: 0 0 0 -1.14285714rem;
}

/* line 171, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.text.loader {
  min-width: 2.28571429rem;
  padding-top: 3.07142857rem;
}

/* line 175, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.mini.loader {
  width: 1rem;
  height: 1rem;
  font-size: 0.78571429em;
}

/* line 180, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.mini.loader:before,
.ui.mini.loader:after {
  width: 1rem;
  height: 1rem;
  margin: 0 0 0 -0.5rem;
}

/* line 186, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.mini.text.loader {
  min-width: 1rem;
  padding-top: 1.78571429rem;
}

/* line 190, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.tiny.loader {
  width: 1.14285714rem;
  height: 1.14285714rem;
  font-size: 0.85714286em;
}

/* line 195, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.tiny.loader:before,
.ui.tiny.loader:after {
  width: 1.14285714rem;
  height: 1.14285714rem;
  margin: 0 0 0 -0.57142857rem;
}

/* line 201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.tiny.text.loader {
  min-width: 1.14285714rem;
  padding-top: 1.92857143rem;
}

/* line 205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.small.loader {
  width: 1.71428571rem;
  height: 1.71428571rem;
  font-size: 0.92857143em;
}

/* line 210, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.small.loader:before,
.ui.small.loader:after {
  width: 1.71428571rem;
  height: 1.71428571rem;
  margin: 0 0 0 -0.85714286rem;
}

/* line 216, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.small.text.loader {
  min-width: 1.71428571rem;
  padding-top: 2.5rem;
}

/* line 220, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.large.loader {
  width: 3.42857143rem;
  height: 3.42857143rem;
  font-size: 1.14285714em;
}

/* line 225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.large.loader:before,
.ui.large.loader:after {
  width: 3.42857143rem;
  height: 3.42857143rem;
  margin: 0 0 0 -1.71428571rem;
}

/* line 231, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.large.text.loader {
  min-width: 3.42857143rem;
  padding-top: 4.21428571rem;
}

/* line 235, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.big.loader {
  width: 3.71428571rem;
  height: 3.71428571rem;
  font-size: 1.28571429em;
}

/* line 240, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.big.loader:before,
.ui.big.loader:after {
  width: 3.71428571rem;
  height: 3.71428571rem;
  margin: 0 0 0 -1.85714286rem;
}

/* line 246, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.big.text.loader {
  min-width: 3.71428571rem;
  padding-top: 4.5rem;
}

/* line 250, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.huge.loader {
  width: 4.14285714rem;
  height: 4.14285714rem;
  font-size: 1.42857143em;
}

/* line 255, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.huge.loader:before,
.ui.huge.loader:after {
  width: 4.14285714rem;
  height: 4.14285714rem;
  margin: 0 0 0 -2.07142857rem;
}

/* line 261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.huge.text.loader {
  min-width: 4.14285714rem;
  padding-top: 4.92857143rem;
}

/* line 265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.massive.loader {
  width: 4.57142857rem;
  height: 4.57142857rem;
  font-size: 1.71428571em;
}

/* line 270, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.massive.loader:before,
.ui.massive.loader:after {
  width: 4.57142857rem;
  height: 4.57142857rem;
  margin: 0 0 0 -2.28571429rem;
}

/* line 276, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.massive.text.loader {
  min-width: 4.57142857rem;
  padding-top: 5.35714286rem;
}

/*-------------------
       Colors
--------------------*/
/* line 285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.primary.elastic.loader.loader:before,
.ui.primary.basic.elastic.loading.button:before,
.ui.primary.basic.elastic.loading.button:after,
.ui.primary.elastic.loading.loading.loading:not(.segment):before,
.ui.primary.elastic.loading.loading.loading .input > i.icon:before,
.ui.primary.elastic.loading.loading.loading.loading > i.icon:before,
.ui.primary.loading.loading.loading.loading:not(.usual):not(.button):after,
.ui.primary.loading.loading.loading.loading .input > i.icon:after,
.ui.primary.loading.loading.loading.loading > i.icon:after,
.ui.primary.loader.loader.loader:after {
  color: #2196f3;
}

/* line 297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.primary.elastic.loader:before,
.ui.inverted.primary.elastic.loading.loading.loading:not(.segment):before,
.ui.inverted.primary.elastic.loading.loading.loading .input > i.icon:before,
.ui.inverted.primary.elastic.loading.loading.loading > i.icon:before,
.ui.inverted.primary.loading.loading.loading.loading:not(.usual):after,
.ui.inverted.primary.loading.loading.loading.loading .input > i.icon:after,
.ui.inverted.primary.loading.loading.loading.loading > i.icon:after,
.ui.inverted.primary.loader.loader.loader:after {
  color: #54C8FF;
}

/* line 307, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.secondary.elastic.loader.loader:before,
.ui.secondary.basic.elastic.loading.button:before,
.ui.secondary.basic.elastic.loading.button:after,
.ui.secondary.elastic.loading.loading.loading:not(.segment):before,
.ui.secondary.elastic.loading.loading.loading .input > i.icon:before,
.ui.secondary.elastic.loading.loading.loading.loading > i.icon:before,
.ui.secondary.loading.loading.loading.loading:not(.usual):not(.button):after,
.ui.secondary.loading.loading.loading.loading .input > i.icon:after,
.ui.secondary.loading.loading.loading.loading > i.icon:after,
.ui.secondary.loader.loader.loader:after {
  color: #1A1A1D;
}

/* line 319, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.secondary.elastic.loader:before,
.ui.inverted.secondary.elastic.loading.loading.loading:not(.segment):before,
.ui.inverted.secondary.elastic.loading.loading.loading .input > i.icon:before,
.ui.inverted.secondary.elastic.loading.loading.loading > i.icon:before,
.ui.inverted.secondary.loading.loading.loading.loading:not(.usual):after,
.ui.inverted.secondary.loading.loading.loading.loading .input > i.icon:after,
.ui.inverted.secondary.loading.loading.loading.loading > i.icon:after,
.ui.inverted.secondary.loader.loader.loader:after {
  color: #545454;
}

/* line 329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.red.elastic.loader.loader:before,
.ui.red.basic.elastic.loading.button:before,
.ui.red.basic.elastic.loading.button:after,
.ui.red.elastic.loading.loading.loading:not(.segment):before,
.ui.red.elastic.loading.loading.loading .input > i.icon:before,
.ui.red.elastic.loading.loading.loading.loading > i.icon:before,
.ui.red.loading.loading.loading.loading:not(.usual):not(.button):after,
.ui.red.loading.loading.loading.loading .input > i.icon:after,
.ui.red.loading.loading.loading.loading > i.icon:after,
.ui.red.loader.loader.loader:after {
  color: #d32f2f;
}

/* line 341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.red.elastic.loader:before,
.ui.inverted.red.elastic.loading.loading.loading:not(.segment):before,
.ui.inverted.red.elastic.loading.loading.loading .input > i.icon:before,
.ui.inverted.red.elastic.loading.loading.loading > i.icon:before,
.ui.inverted.red.loading.loading.loading.loading:not(.usual):after,
.ui.inverted.red.loading.loading.loading.loading .input > i.icon:after,
.ui.inverted.red.loading.loading.loading.loading > i.icon:after,
.ui.inverted.red.loader.loader.loader:after {
  color: #FF695E;
}

/* line 351, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.orange.elastic.loader.loader:before,
.ui.orange.basic.elastic.loading.button:before,
.ui.orange.basic.elastic.loading.button:after,
.ui.orange.elastic.loading.loading.loading:not(.segment):before,
.ui.orange.elastic.loading.loading.loading .input > i.icon:before,
.ui.orange.elastic.loading.loading.loading.loading > i.icon:before,
.ui.orange.loading.loading.loading.loading:not(.usual):not(.button):after,
.ui.orange.loading.loading.loading.loading .input > i.icon:after,
.ui.orange.loading.loading.loading.loading > i.icon:after,
.ui.orange.loader.loader.loader:after {
  color: #f57c00;
}

/* line 363, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.orange.elastic.loader:before,
.ui.inverted.orange.elastic.loading.loading.loading:not(.segment):before,
.ui.inverted.orange.elastic.loading.loading.loading .input > i.icon:before,
.ui.inverted.orange.elastic.loading.loading.loading > i.icon:before,
.ui.inverted.orange.loading.loading.loading.loading:not(.usual):after,
.ui.inverted.orange.loading.loading.loading.loading .input > i.icon:after,
.ui.inverted.orange.loading.loading.loading.loading > i.icon:after,
.ui.inverted.orange.loader.loader.loader:after {
  color: #FF851B;
}

/* line 373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.yellow.elastic.loader.loader:before,
.ui.yellow.basic.elastic.loading.button:before,
.ui.yellow.basic.elastic.loading.button:after,
.ui.yellow.elastic.loading.loading.loading:not(.segment):before,
.ui.yellow.elastic.loading.loading.loading .input > i.icon:before,
.ui.yellow.elastic.loading.loading.loading.loading > i.icon:before,
.ui.yellow.loading.loading.loading.loading:not(.usual):not(.button):after,
.ui.yellow.loading.loading.loading.loading .input > i.icon:after,
.ui.yellow.loading.loading.loading.loading > i.icon:after,
.ui.yellow.loader.loader.loader:after {
  color: #FBBD08;
}

/* line 385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.yellow.elastic.loader:before,
.ui.inverted.yellow.elastic.loading.loading.loading:not(.segment):before,
.ui.inverted.yellow.elastic.loading.loading.loading .input > i.icon:before,
.ui.inverted.yellow.elastic.loading.loading.loading > i.icon:before,
.ui.inverted.yellow.loading.loading.loading.loading:not(.usual):after,
.ui.inverted.yellow.loading.loading.loading.loading .input > i.icon:after,
.ui.inverted.yellow.loading.loading.loading.loading > i.icon:after,
.ui.inverted.yellow.loader.loader.loader:after {
  color: #FFE21F;
}

/* line 395, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.olive.elastic.loader.loader:before,
.ui.olive.basic.elastic.loading.button:before,
.ui.olive.basic.elastic.loading.button:after,
.ui.olive.elastic.loading.loading.loading:not(.segment):before,
.ui.olive.elastic.loading.loading.loading .input > i.icon:before,
.ui.olive.elastic.loading.loading.loading.loading > i.icon:before,
.ui.olive.loading.loading.loading.loading:not(.usual):not(.button):after,
.ui.olive.loading.loading.loading.loading .input > i.icon:after,
.ui.olive.loading.loading.loading.loading > i.icon:after,
.ui.olive.loader.loader.loader:after {
  color: #B5CC18;
}

/* line 407, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.olive.elastic.loader:before,
.ui.inverted.olive.elastic.loading.loading.loading:not(.segment):before,
.ui.inverted.olive.elastic.loading.loading.loading .input > i.icon:before,
.ui.inverted.olive.elastic.loading.loading.loading > i.icon:before,
.ui.inverted.olive.loading.loading.loading.loading:not(.usual):after,
.ui.inverted.olive.loading.loading.loading.loading .input > i.icon:after,
.ui.inverted.olive.loading.loading.loading.loading > i.icon:after,
.ui.inverted.olive.loader.loader.loader:after {
  color: #D9E778;
}

/* line 417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.green.elastic.loader.loader:before,
.ui.green.basic.elastic.loading.button:before,
.ui.green.basic.elastic.loading.button:after,
.ui.green.elastic.loading.loading.loading:not(.segment):before,
.ui.green.elastic.loading.loading.loading .input > i.icon:before,
.ui.green.elastic.loading.loading.loading.loading > i.icon:before,
.ui.green.loading.loading.loading.loading:not(.usual):not(.button):after,
.ui.green.loading.loading.loading.loading .input > i.icon:after,
.ui.green.loading.loading.loading.loading > i.icon:after,
.ui.green.loader.loader.loader:after {
  color: #21BA45;
}

/* line 429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.green.elastic.loader:before,
.ui.inverted.green.elastic.loading.loading.loading:not(.segment):before,
.ui.inverted.green.elastic.loading.loading.loading .input > i.icon:before,
.ui.inverted.green.elastic.loading.loading.loading > i.icon:before,
.ui.inverted.green.loading.loading.loading.loading:not(.usual):after,
.ui.inverted.green.loading.loading.loading.loading .input > i.icon:after,
.ui.inverted.green.loading.loading.loading.loading > i.icon:after,
.ui.inverted.green.loader.loader.loader:after {
  color: #2ECC40;
}

/* line 439, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.teal.elastic.loader.loader:before,
.ui.teal.basic.elastic.loading.button:before,
.ui.teal.basic.elastic.loading.button:after,
.ui.teal.elastic.loading.loading.loading:not(.segment):before,
.ui.teal.elastic.loading.loading.loading .input > i.icon:before,
.ui.teal.elastic.loading.loading.loading.loading > i.icon:before,
.ui.teal.loading.loading.loading.loading:not(.usual):not(.button):after,
.ui.teal.loading.loading.loading.loading .input > i.icon:after,
.ui.teal.loading.loading.loading.loading > i.icon:after,
.ui.teal.loader.loader.loader:after {
  color: #00796b;
}

/* line 451, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.teal.elastic.loader:before,
.ui.inverted.teal.elastic.loading.loading.loading:not(.segment):before,
.ui.inverted.teal.elastic.loading.loading.loading .input > i.icon:before,
.ui.inverted.teal.elastic.loading.loading.loading > i.icon:before,
.ui.inverted.teal.loading.loading.loading.loading:not(.usual):after,
.ui.inverted.teal.loading.loading.loading.loading .input > i.icon:after,
.ui.inverted.teal.loading.loading.loading.loading > i.icon:after,
.ui.inverted.teal.loader.loader.loader:after {
  color: #6DFFFF;
}

/* line 461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.blue.elastic.loader.loader:before,
.ui.blue.basic.elastic.loading.button:before,
.ui.blue.basic.elastic.loading.button:after,
.ui.blue.elastic.loading.loading.loading:not(.segment):before,
.ui.blue.elastic.loading.loading.loading .input > i.icon:before,
.ui.blue.elastic.loading.loading.loading.loading > i.icon:before,
.ui.blue.loading.loading.loading.loading:not(.usual):not(.button):after,
.ui.blue.loading.loading.loading.loading .input > i.icon:after,
.ui.blue.loading.loading.loading.loading > i.icon:after,
.ui.blue.loader.loader.loader:after {
  color: #2196f3;
}

/* line 473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.blue.elastic.loader:before,
.ui.inverted.blue.elastic.loading.loading.loading:not(.segment):before,
.ui.inverted.blue.elastic.loading.loading.loading .input > i.icon:before,
.ui.inverted.blue.elastic.loading.loading.loading > i.icon:before,
.ui.inverted.blue.loading.loading.loading.loading:not(.usual):after,
.ui.inverted.blue.loading.loading.loading.loading .input > i.icon:after,
.ui.inverted.blue.loading.loading.loading.loading > i.icon:after,
.ui.inverted.blue.loader.loader.loader:after {
  color: #54C8FF;
}

/* line 483, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.violet.elastic.loader.loader:before,
.ui.violet.basic.elastic.loading.button:before,
.ui.violet.basic.elastic.loading.button:after,
.ui.violet.elastic.loading.loading.loading:not(.segment):before,
.ui.violet.elastic.loading.loading.loading .input > i.icon:before,
.ui.violet.elastic.loading.loading.loading.loading > i.icon:before,
.ui.violet.loading.loading.loading.loading:not(.usual):not(.button):after,
.ui.violet.loading.loading.loading.loading .input > i.icon:after,
.ui.violet.loading.loading.loading.loading > i.icon:after,
.ui.violet.loader.loader.loader:after {
  color: #6435C9;
}

/* line 495, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.violet.elastic.loader:before,
.ui.inverted.violet.elastic.loading.loading.loading:not(.segment):before,
.ui.inverted.violet.elastic.loading.loading.loading .input > i.icon:before,
.ui.inverted.violet.elastic.loading.loading.loading > i.icon:before,
.ui.inverted.violet.loading.loading.loading.loading:not(.usual):after,
.ui.inverted.violet.loading.loading.loading.loading .input > i.icon:after,
.ui.inverted.violet.loading.loading.loading.loading > i.icon:after,
.ui.inverted.violet.loader.loader.loader:after {
  color: #A291FB;
}

/* line 505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.purple.elastic.loader.loader:before,
.ui.purple.basic.elastic.loading.button:before,
.ui.purple.basic.elastic.loading.button:after,
.ui.purple.elastic.loading.loading.loading:not(.segment):before,
.ui.purple.elastic.loading.loading.loading .input > i.icon:before,
.ui.purple.elastic.loading.loading.loading.loading > i.icon:before,
.ui.purple.loading.loading.loading.loading:not(.usual):not(.button):after,
.ui.purple.loading.loading.loading.loading .input > i.icon:after,
.ui.purple.loading.loading.loading.loading > i.icon:after,
.ui.purple.loader.loader.loader:after {
  color: #A333C8;
}

/* line 517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.purple.elastic.loader:before,
.ui.inverted.purple.elastic.loading.loading.loading:not(.segment):before,
.ui.inverted.purple.elastic.loading.loading.loading .input > i.icon:before,
.ui.inverted.purple.elastic.loading.loading.loading > i.icon:before,
.ui.inverted.purple.loading.loading.loading.loading:not(.usual):after,
.ui.inverted.purple.loading.loading.loading.loading .input > i.icon:after,
.ui.inverted.purple.loading.loading.loading.loading > i.icon:after,
.ui.inverted.purple.loader.loader.loader:after {
  color: #DC73FF;
}

/* line 527, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.pink.elastic.loader.loader:before,
.ui.pink.basic.elastic.loading.button:before,
.ui.pink.basic.elastic.loading.button:after,
.ui.pink.elastic.loading.loading.loading:not(.segment):before,
.ui.pink.elastic.loading.loading.loading .input > i.icon:before,
.ui.pink.elastic.loading.loading.loading.loading > i.icon:before,
.ui.pink.loading.loading.loading.loading:not(.usual):not(.button):after,
.ui.pink.loading.loading.loading.loading .input > i.icon:after,
.ui.pink.loading.loading.loading.loading > i.icon:after,
.ui.pink.loader.loader.loader:after {
  color: #E03997;
}

/* line 539, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.pink.elastic.loader:before,
.ui.inverted.pink.elastic.loading.loading.loading:not(.segment):before,
.ui.inverted.pink.elastic.loading.loading.loading .input > i.icon:before,
.ui.inverted.pink.elastic.loading.loading.loading > i.icon:before,
.ui.inverted.pink.loading.loading.loading.loading:not(.usual):after,
.ui.inverted.pink.loading.loading.loading.loading .input > i.icon:after,
.ui.inverted.pink.loading.loading.loading.loading > i.icon:after,
.ui.inverted.pink.loader.loader.loader:after {
  color: #FF8EDF;
}

/* line 549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.brown.elastic.loader.loader:before,
.ui.brown.basic.elastic.loading.button:before,
.ui.brown.basic.elastic.loading.button:after,
.ui.brown.elastic.loading.loading.loading:not(.segment):before,
.ui.brown.elastic.loading.loading.loading .input > i.icon:before,
.ui.brown.elastic.loading.loading.loading.loading > i.icon:before,
.ui.brown.loading.loading.loading.loading:not(.usual):not(.button):after,
.ui.brown.loading.loading.loading.loading .input > i.icon:after,
.ui.brown.loading.loading.loading.loading > i.icon:after,
.ui.brown.loader.loader.loader:after {
  color: #A5673F;
}

/* line 561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.brown.elastic.loader:before,
.ui.inverted.brown.elastic.loading.loading.loading:not(.segment):before,
.ui.inverted.brown.elastic.loading.loading.loading .input > i.icon:before,
.ui.inverted.brown.elastic.loading.loading.loading > i.icon:before,
.ui.inverted.brown.loading.loading.loading.loading:not(.usual):after,
.ui.inverted.brown.loading.loading.loading.loading .input > i.icon:after,
.ui.inverted.brown.loading.loading.loading.loading > i.icon:after,
.ui.inverted.brown.loader.loader.loader:after {
  color: #D67C1C;
}

/* line 571, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.grey.elastic.loader.loader:before,
.ui.grey.basic.elastic.loading.button:before,
.ui.grey.basic.elastic.loading.button:after,
.ui.grey.elastic.loading.loading.loading:not(.segment):before,
.ui.grey.elastic.loading.loading.loading .input > i.icon:before,
.ui.grey.elastic.loading.loading.loading.loading > i.icon:before,
.ui.grey.loading.loading.loading.loading:not(.usual):not(.button):after,
.ui.grey.loading.loading.loading.loading .input > i.icon:after,
.ui.grey.loading.loading.loading.loading > i.icon:after,
.ui.grey.loader.loader.loader:after {
  color: #767676;
}

/* line 583, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.grey.elastic.loader:before,
.ui.inverted.grey.elastic.loading.loading.loading:not(.segment):before,
.ui.inverted.grey.elastic.loading.loading.loading .input > i.icon:before,
.ui.inverted.grey.elastic.loading.loading.loading > i.icon:before,
.ui.inverted.grey.loading.loading.loading.loading:not(.usual):after,
.ui.inverted.grey.loading.loading.loading.loading .input > i.icon:after,
.ui.inverted.grey.loading.loading.loading.loading > i.icon:after,
.ui.inverted.grey.loader.loader.loader:after {
  color: #DCDDDE;
}

/* line 593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.black.elastic.loader.loader:before,
.ui.black.basic.elastic.loading.button:before,
.ui.black.basic.elastic.loading.button:after,
.ui.black.elastic.loading.loading.loading:not(.segment):before,
.ui.black.elastic.loading.loading.loading .input > i.icon:before,
.ui.black.elastic.loading.loading.loading.loading > i.icon:before,
.ui.black.loading.loading.loading.loading:not(.usual):not(.button):after,
.ui.black.loading.loading.loading.loading .input > i.icon:after,
.ui.black.loading.loading.loading.loading > i.icon:after,
.ui.black.loader.loader.loader:after {
  color: #1A1A1D;
}

/* line 605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.black.elastic.loader:before,
.ui.inverted.black.elastic.loading.loading.loading:not(.segment):before,
.ui.inverted.black.elastic.loading.loading.loading .input > i.icon:before,
.ui.inverted.black.elastic.loading.loading.loading > i.icon:before,
.ui.inverted.black.loading.loading.loading.loading:not(.usual):after,
.ui.inverted.black.loading.loading.loading.loading .input > i.icon:after,
.ui.inverted.black.loading.loading.loading.loading > i.icon:after,
.ui.inverted.black.loader.loader.loader:after {
  color: #545454;
}

/* line 615, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.elastic.loader.loader:before,
.ui.elastic.loading.loading.loading:before,
.ui.elastic.loading.loading.loading .input > i.icon:before,
.ui.elastic.loading.loading.loading > i.icon:before,
.ui.loading.loading.loading.loading:not(.usual):after,
.ui.loading.loading.loading.loading .input > i.icon:after,
.ui.loading.loading.loading.loading > i.icon:after,
.ui.loader.loader.loader:after {
  border-color: currentColor;
}

/* line 625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.elastic.loading.loading.loading.loading.button:not(.inverted):not(.basic):before {
  color: #FFFFFF;
}

/* line 628, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.elastic.basic.loading.button:before,
.ui.elastic.basic.loading.button:after {
  color: #767676;
}

/* line 632, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.double.loading.loading.loading.loading.button:after {
  border-bottom-color: currentColor;
}

/*-------------------
         Inline
  --------------------*/
/* line 640, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inline.loader {
  position: relative;
  vertical-align: middle;
  margin: 0;
  left: 0;
  top: 0;
  -webkit-transform: none;
  transform: none;
}

/* line 649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inline.loader.active,
.ui.inline.loader.visible {
  display: inline-block;
}

/* Centered Inline */
/* line 655, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.centered.inline.loader.active,
.ui.centered.inline.loader.visible {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 661, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.loading.loading.loading.loading.loading.loading:after,
.ui.loading.loading.loading.loading.loading.loading .input > i.icon:after,
.ui.loading.loading.loading.loading.loading.loading > i.icon:after,
.ui.loader.loader.loader.loader.loader:after {
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 668, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.loading.loading.loading.loading.loading.loading.loading:not(.double):after,
.ui.loading.loading.loading.loading.loading.loading.loading:not(.double) .input > i.icon:after,
.ui.loading.loading.loading.loading.loading.loading.loading:not(.double) > i.icon:after,
.ui.loader.loader.loader.loader.loader.loader:not(.double):after {
  border-bottom-color: transparent;
}

/* line 674, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.loading.loading.loading.loading.loading.loading.segment:after,
.ui.loading.loading.loading.loading.loading.loading.form:after {
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
}

/* line 679, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.loading.loading.loading.loading.loading.loading.segment:not(.double):after,
.ui.loading.loading.loading.loading.loading.loading.form:not(.double):after {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

/*-------------------
         Elastic
  --------------------*/
/* line 688, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.dimmer > .ui.elastic.loader {
  color: #FFFFFF;
}

/* line 691, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.inverted.dimmer > .ui.elastic.loader {
  color: #767676;
}

/* line 694, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.elastic.loading.loading:not(.form):not(.segment):after,
.ui.elastic.loading.loading .input > i.icon:after,
.ui.elastic.loading.loading > i.icon:after,
.ui.elastic.loader.loader:after {
  -webkit-animation: loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
  animation: loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 703, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.elastic.loading.loading.loading:not(.form):not(.segment):before,
.ui.elastic.loading.loading.loading .input > i.icon:before,
.ui.elastic.loading.loading.loading > i.icon:before,
.ui.elastic.loader.loader:before {
  -webkit-animation: elastic-loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
  animation: elastic-loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
  -moz-animation: currentcolor-elastic-loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
  border-right-color: transparent;
}

/* line 712, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.elastic.inline.loader:empty {
  -webkit-animation: loader 8s infinite linear;
  animation: loader 8s infinite linear;
}

/* line 716, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.slow.elastic.loading.loading:not(.form):not(.segment):after,
.ui.slow.elastic.loading.loading .input > i.icon:after,
.ui.slow.elastic.loading.loading > i.icon:after,
.ui.slow.elastic.loader.loader:after {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

/* line 725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.slow.elastic.loading.loading.loading:not(.form):not(.segment):before,
.ui.slow.elastic.loading.loading.loading .input > i.icon:before,
.ui.slow.elastic.loading.loading.loading > i.icon:before,
.ui.slow.elastic.loader.loader:before {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/* line 732, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.fast.elastic.loading.loading:not(.form):not(.segment):after,
.ui.fast.elastic.loading.loading .input > i.icon:after,
.ui.fast.elastic.loading.loading > i.icon:after,
.ui.fast.elastic.loader.loader:after {
  -webkit-animation-duration: 0.66s;
  animation-duration: 0.66s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* line 741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_loader.scss */
.ui.fast.elastic.loading.loading.loading:not(.form):not(.segment):before,
.ui.fast.elastic.loading.loading.loading .input > i.icon:before,
.ui.fast.elastic.loading.loading.loading > i.icon:before,
.ui.fast.elastic.loader.loader:before {
  -webkit-animation-duration: 0.66s;
  animation-duration: 0.66s;
}

@-webkit-keyframes elastic-loader {
  0%,
  1% {
    border-left-color: transparent;
    border-bottom-color: transparent;
  }
  1.1%,
  50% {
    border-left-color: inherit;
  }
  10%,
  35.1% {
    border-bottom-color: transparent;
  }
  10.1%,
  35% {
    border-bottom-color: inherit;
  }
  50.1% {
    border-left-color: transparent;
  }
  100% {
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes elastic-loader {
  0%,
  1% {
    border-left-color: transparent;
    border-bottom-color: transparent;
  }
  1.1%,
  50% {
    border-left-color: inherit;
  }
  10%,
  35.1% {
    border-bottom-color: transparent;
  }
  10.1%,
  35% {
    border-bottom-color: inherit;
  }
  50.1% {
    border-left-color: transparent;
  }
  100% {
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes currentcolor-elastic-loader {
  0%,
  1% {
    border-left-color: transparent;
    border-bottom-color: transparent;
  }
  1.1%,
  50% {
    border-left-color: currentColor;
  }
  10%,
  35.1% {
    border-bottom-color: transparent;
  }
  10.1%,
  35% {
    border-bottom-color: currentColor;
  }
  50.1% {
    border-left-color: transparent;
  }
  100% {
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes currentcolor-elastic-loader {
  0%,
  1% {
    border-left-color: transparent;
    border-bottom-color: transparent;
  }
  1.1%,
  50% {
    border-left-color: currentColor;
  }
  10%,
  35.1% {
    border-bottom-color: transparent;
  }
  10.1%,
  35% {
    border-bottom-color: currentColor;
  }
  50.1% {
    border-left-color: transparent;
  }
  100% {
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Loader
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*-------------------
      Content
--------------------*/
/* line 15, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder {
  position: static;
  overflow: hidden;
  -webkit-animation: placeholderShimmer 2s linear;
  animation: placeholderShimmer 2s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.08)), color-stop(15%, rgba(0, 0, 0, 0.15)), color-stop(30%, rgba(0, 0, 0, 0.08)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.08) 30%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.08) 30%);
  background-size: 1200px 100%;
  max-width: 30rem;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}
@keyframes placeholderShimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}
/* line 45, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder + .ui.placeholder {
  margin-top: 2rem;
}

/* line 48, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder + .ui.placeholder {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

/* line 52, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder + .ui.placeholder + .ui.placeholder {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 56, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder + .ui.placeholder + .ui.placeholder + .ui.placeholder {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

/* line 60, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder + .ui.placeholder + .ui.placeholder + .ui.placeholder + .ui.placeholder {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

/* line 64, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder,
.ui.placeholder > :before,
.ui.placeholder .image.header:after,
.ui.placeholder .line,
.ui.placeholder .line:after {
  background-color: #FFFFFF;
}

/* line 71, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder.hidden {
  display: none;
}

/* Image */
/* line 76, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .image:not(.header):not(.ui):not(.icon) {
  height: 100px;
}

/* line 79, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .square.image:not(.header) {
  height: 0;
  overflow: hidden;
  /* 1/1 aspect ratio */
  padding-top: 100%;
}

/* line 86, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .rectangular.image:not(.header) {
  height: 0;
  overflow: hidden;
  /* 4/3 aspect ratio */
  padding-top: 75%;
}

/* Lines */
/* line 95, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .line {
  position: relative;
  height: 0.85714286em;
}

/* line 99, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .line:before,
.ui.placeholder .line:after {
  top: 100%;
  position: absolute;
  content: '';
  background-color: inherit;
}

/* line 106, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .line:before {
  left: 0;
}

/* line 109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .line:after {
  right: 0;
}

/* Any Lines */
/* line 114, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .line {
  margin-bottom: 0.5em;
}

/* line 117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .line:before,
.ui.placeholder .line:after {
  height: 0.5em;
}

/* line 121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .line:not(:first-child) {
  margin-top: 0.5em;
}

/* Line Outdent */
/* line 126, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .line:nth-child(1):after {
  width: 0;
}

/* line 129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .line:nth-child(2):after {
  width: 50%;
}

/* line 132, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .line:nth-child(3):after {
  width: 10%;
}

/* line 135, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .line:nth-child(4):after {
  width: 35%;
}

/* line 138, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .line:nth-child(5):after {
  width: 65%;
}

/* Header Image + 2 Lines */
/* line 143, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .header {
  position: relative;
  overflow: hidden;
}

/* Header Line 1 & 2*/
/* line 149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .header .line {
  margin-bottom: 0.64285714em;
}

/* line 152, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .header .line:before,
.ui.placeholder .header .line:after {
  height: 0.64285714em;
}

/* line 156, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .header .line:not(:first-child) {
  margin-top: 0.64285714em;
}

/* line 159, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .header .line:after {
  width: 20%;
}

/* line 162, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .header .line:nth-child(2):after {
  width: 60%;
}

/* Image Header */
/* line 166, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .image.header .line {
  margin-left: 3em;
}

/* line 169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .image.header .line:before {
  width: 0.71428571rem;
}

/* line 172, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .image.header:after {
  display: block;
  height: 0.85714286em;
  content: '';
  margin-left: 3em;
}

/* Spacing */
/* line 180, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .image .line:first-child,
.ui.placeholder .paragraph .line:first-child,
.ui.placeholder .header .line:first-child {
  height: 0.01px;
}

/* line 185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .image:not(:first-child):before,
.ui.placeholder .paragraph:not(:first-child):before,
.ui.placeholder .header:not(:first-child):before {
  height: 1.42857143em;
  content: '';
  display: block;
}

/* Inverted Content Loader */
/* line 194, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.inverted.placeholder {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.08)), color-stop(15%, rgba(255, 255, 255, 0.14)), color-stop(30%, rgba(255, 255, 255, 0.08)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.14) 15%, rgba(255, 255, 255, 0.08) 30%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.14) 15%, rgba(255, 255, 255, 0.08) 30%);
}

/* line 199, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.inverted.placeholder,
.ui.inverted.placeholder > :before,
.ui.inverted.placeholder .image.header:after,
.ui.inverted.placeholder .line,
.ui.inverted.placeholder .line:after {
  background-color: #1A1A1D;
}

/*******************************
            Variations
*******************************/
/*-------------------
        Sizes
--------------------*/
/* line 217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .full.line.line.line:after {
  width: 0;
}

/* line 220, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .very.long.line.line.line:after {
  width: 10%;
}

/* line 223, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .long.line.line.line:after {
  width: 35%;
}

/* line 226, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .medium.line.line.line:after {
  width: 50%;
}

/* line 229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .short.line.line.line:after {
  width: 65%;
}

/* line 232, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.placeholder .very.short.line.line.line:after {
  width: 80%;
}

/*-------------------
          Fluid
  --------------------*/
/* line 240, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss */
.ui.fluid.placeholder {
  max-width: none;
}

/*******************************
         Theme Overrides
*******************************/
/*!
 * # Fomantic-UI - Rail
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Rails
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.rail {
  position: absolute;
  top: 0;
  width: 300px;
  height: 100%;
}

/* line 22, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.left.rail {
  left: auto;
  right: 100%;
  padding: 0 2rem 0 0;
  margin: 0 2rem 0 0;
}

/* line 28, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.right.rail {
  left: 100%;
  right: auto;
  padding: 0 0 0 2rem;
  margin: 0 0 0 2rem;
}

/*******************************
           Variations
*******************************/
/*--------------
       Internal
  ---------------*/
/* line 45, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.left.internal.rail {
  left: 0;
  right: auto;
  padding: 0 0 0 2rem;
  margin: 0 0 0 2rem;
}

/* line 51, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.right.internal.rail {
  left: auto;
  right: 0;
  padding: 0 2rem 0 0;
  margin: 0 2rem 0 0;
}

/*--------------
      Dividing
  ---------------*/
/* line 62, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.dividing.rail {
  width: 302.5px;
}

/* line 65, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.left.dividing.rail {
  padding: 0 2.5rem 0 0;
  margin: 0 2.5rem 0 0;
  border-right: 1px solid rgba(34, 36, 38, 0.15);
}

/* line 70, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.right.dividing.rail {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  padding: 0 0 0 2.5rem;
  margin: 0 0 0 2.5rem;
}

/*--------------
      Distance
  ---------------*/
/* line 80, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.close.rail {
  width: calc(300px + 1em);
}

/* line 83, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.close.left.rail {
  padding: 0 1em 0 0;
  margin: 0 1em 0 0;
}

/* line 87, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.close.right.rail {
  padding: 0 0 0 1em;
  margin: 0 0 0 1em;
}

/* line 91, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.very.close.rail {
  width: calc(300px + 0.5em);
}

/* line 94, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.very.close.left.rail {
  padding: 0 0.5em 0 0;
  margin: 0 0.5em 0 0;
}

/* line 98, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.very.close.right.rail {
  padding: 0 0 0 0.5em;
  margin: 0 0 0 0.5em;
}

/*--------------
      Attached
  ---------------*/
/* line 107, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.attached.left.rail,
.ui.attached.right.rail {
  padding: 0;
  margin: 0;
}

/*--------------
     Sizing
---------------*/
/* line 117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.rail {
  font-size: 1rem;
}

/* line 120, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.mini.rail {
  font-size: 0.78571429rem;
}

/* line 123, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.tiny.rail {
  font-size: 0.85714286rem;
}

/* line 126, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.small.rail {
  font-size: 0.92857143rem;
}

/* line 129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.large.rail {
  font-size: 1.14285714rem;
}

/* line 132, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.big.rail {
  font-size: 1.28571429rem;
}

/* line 135, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.huge.rail {
  font-size: 1.42857143rem;
}

/* line 138, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_rail.scss */
.ui.massive.rail {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Reveal
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Reveal
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.reveal {
  display: inherit;
  position: relative !important;
  font-size: 0;
}

/* line 21, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.reveal > .visible.content {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 3 !important;
  -webkit-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}

/* line 29, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.reveal > .hidden.content {
  position: relative !important;
  z-index: 2 !important;
}

/* Make sure hovered element is on top of other reveal */
/* line 35, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.active.reveal .visible.content,
.ui.reveal:hover .visible.content {
  z-index: 4 !important;
}

/*******************************
              Types
*******************************/
/*--------------
        Slide
  ---------------*/
/* line 50, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.slide.reveal {
  position: relative !important;
  overflow: hidden !important;
  white-space: nowrap;
}

/* line 55, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.slide.reveal > .content {
  display: block;
  width: 100%;
  white-space: normal;
  float: left;
  margin: 0;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transition: -webkit-transform 0.5s ease 0.1s;
  transition: transform 0.5s ease 0.1s;
  transition: transform 0.5s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
}

/* line 66, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.slide.reveal > .visible.content {
  position: relative !important;
}

/* line 69, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.slide.reveal > .hidden.content {
  position: absolute !important;
  left: 0 !important;
  width: 100% !important;
  -webkit-transform: translateX(100%) !important;
  transform: translateX(100%) !important;
}

/* line 76, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.slide.active.reveal > .visible.content,
.ui.slide.reveal:hover > .visible.content {
  -webkit-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
}

/* line 81, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.slide.active.reveal > .hidden.content,
.ui.slide.reveal:hover > .hidden.content {
  -webkit-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
}

/* line 86, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.slide.right.reveal > .visible.content {
  -webkit-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
}

/* line 90, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.slide.right.reveal > .hidden.content {
  -webkit-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
}

/* line 94, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.slide.right.active.reveal > .visible.content,
.ui.slide.right.reveal:hover > .visible.content {
  -webkit-transform: translateX(100%) !important;
  transform: translateX(100%) !important;
}

/* line 99, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.slide.right.active.reveal > .hidden.content,
.ui.slide.right.reveal:hover > .hidden.content {
  -webkit-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
}

/* line 104, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.slide.up.reveal > .hidden.content {
  -webkit-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
}

/* line 108, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.slide.up.active.reveal > .visible.content,
.ui.slide.up.reveal:hover > .visible.content {
  -webkit-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}

/* line 113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.slide.up.active.reveal > .hidden.content,
.ui.slide.up.reveal:hover > .hidden.content {
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}

/* line 118, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.slide.down.reveal > .hidden.content {
  -webkit-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}

/* line 122, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.slide.down.active.reveal > .visible.content,
.ui.slide.down.reveal:hover > .visible.content {
  -webkit-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
}

/* line 127, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.slide.down.active.reveal > .hidden.content,
.ui.slide.down.reveal:hover > .hidden.content {
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}

/*--------------
        Fade
  ---------------*/
/* line 137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.fade.reveal > .visible.content {
  opacity: 1;
}

/* line 140, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.fade.active.reveal > .visible.content,
.ui.fade.reveal:hover > .visible.content {
  opacity: 0;
}

/*--------------
        Move
  ---------------*/
/* line 149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.move.reveal {
  position: relative !important;
  overflow: hidden !important;
  white-space: nowrap;
}

/* line 154, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.move.reveal > .content {
  display: block;
  float: left;
  white-space: normal;
  margin: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
}

/* line 164, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.move.reveal > .visible.content {
  position: relative !important;
}

/* line 167, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.move.reveal > .hidden.content {
  position: absolute !important;
  left: 0 !important;
  width: 100% !important;
}

/* line 172, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.move.active.reveal > .visible.content,
.ui.move.reveal:hover > .visible.content {
  -webkit-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
}

/* line 177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.move.right.active.reveal > .visible.content,
.ui.move.right.reveal:hover > .visible.content {
  -webkit-transform: translateX(100%) !important;
  transform: translateX(100%) !important;
}

/* line 182, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.move.up.active.reveal > .visible.content,
.ui.move.up.reveal:hover > .visible.content {
  -webkit-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}

/* line 187, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.move.down.active.reveal > .visible.content,
.ui.move.down.reveal:hover > .visible.content {
  -webkit-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
}

/*--------------
       Rotate
  ---------------*/
/* line 197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.rotate.reveal > .visible.content {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 203, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.rotate.reveal > .visible.content,
.ui.rotate.right.reveal > .visible.content {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

/* line 208, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.rotate.active.reveal > .visible.content,
.ui.rotate.reveal:hover > .visible.content,
.ui.rotate.right.active.reveal > .visible.content,
.ui.rotate.right.reveal:hover > .visible.content {
  -webkit-transform: rotate(110deg);
  transform: rotate(110deg);
}

/* line 215, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.rotate.left.reveal > .visible.content {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

/* line 219, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.rotate.left.active.reveal > .visible.content,
.ui.rotate.left.reveal:hover > .visible.content {
  -webkit-transform: rotate(-110deg);
  transform: rotate(-110deg);
}

/*******************************
              States
*******************************/
/* line 230, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.disabled.reveal:hover > .visible.visible.content {
  position: static !important;
  display: block !important;
  opacity: 1 !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  -webkit-transform: none !important;
  transform: none !important;
}

/* line 241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.disabled.reveal:hover > .hidden.hidden.content {
  display: none !important;
}

/*******************************
           Coupling
*******************************/
/* line 250, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.reveal > .ui.ribbon.label {
  z-index: 5;
}

/*******************************
           Variations
*******************************/
/*--------------
     Visible
---------------*/
/* line 264, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.visible.reveal {
  overflow: visible;
}

/*--------------
     Instant
---------------*/
/* line 272, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.instant.reveal > .content {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

/*--------------
     Sizing
---------------*/
/* line 281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.reveal > .content {
  font-size: 1rem;
}

/* line 284, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.mini.reveal > .content {
  font-size: 0.78571429rem;
}

/* line 287, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.tiny.reveal > .content {
  font-size: 0.85714286rem;
}

/* line 290, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.small.reveal > .content {
  font-size: 0.92857143rem;
}

/* line 293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.large.reveal > .content {
  font-size: 1.14285714rem;
}

/* line 296, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.big.reveal > .content {
  font-size: 1.28571429rem;
}

/* line 299, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.huge.reveal > .content {
  font-size: 1.42857143rem;
}

/* line 302, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_reveal.scss */
.ui.massive.reveal > .content {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Segment
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Segment
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segment {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  margin: 1rem 0;
  padding: 1em 1em;
  border-radius: 0.28571429rem;
  border: 1px solid rgba(34, 36, 38, 0.15);
}

/* line 26, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segment:first-child {
  margin-top: 0;
}

/* line 29, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segment:last-child {
  margin-bottom: 0;
}

/* Vertical */
/* line 34, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.vertical.segment {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: none transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

/* line 45, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.vertical.segment:last-child {
  border-bottom: none;
}

/*-------------------
    Loose Coupling
--------------------*/
/* Header */
/* line 55, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.segment > .ui.header > .sub.header,
.ui.inverted.segment > .ui.header {
  color: #FFFFFF;
}

/* Label */
/* line 61, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui[class*="bottom attached"].segment > [class*="top attached"].label {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 65, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui[class*="top attached"].segment > [class*="bottom attached"].label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 69, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.attached.segment:not(.top):not(.bottom) > [class*="top attached"].label {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 73, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.attached.segment:not(.top):not(.bottom) > [class*="bottom attached"].label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Grid */
/* line 79, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.page.grid.segment,
.ui.grid > .row > .ui.segment.column,
.ui.grid > .ui.segment.column {
  padding-top: 2em;
  padding-bottom: 2em;
}

/* line 85, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.grid.segment {
  margin: 1rem 0;
  border-radius: 0.28571429rem;
}

/* Table */
/* line 91, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.basic.table.segment {
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
}

/* line 97, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui[class*="very basic"].table.segment {
  padding: 1em 1em;
}

/* Tab */
/* line 102, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segment.tab:last-child {
  margin-bottom: 1rem;
}

/*******************************
             Types
*******************************/
/*-------------------
       Placeholder
  --------------------*/
/* line 116, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.placeholder.segment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: initial;
  -webkit-animation: none;
  animation: none;
  overflow: visible;
  padding: 1em 1em;
  min-height: 18rem;
  background: #F9FAFB;
  border-color: rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
  box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
}

/* line 141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.placeholder.segment .button,
.ui.placeholder.segment textarea {
  display: block;
}

/* line 145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.placeholder.segment .field,
.ui.placeholder.segment textarea,
.ui.placeholder.segment > .ui.input,
.ui.placeholder.segment .button {
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.placeholder.segment .column .button,
.ui.placeholder.segment .column .field,
.ui.placeholder.segment .column textarea,
.ui.placeholder.segment .column > .ui.input {
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.placeholder.segment > .inline {
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.placeholder.segment > .inline > .button {
  display: inline-block;
  width: auto;
  margin: 0 0.35714286rem 0 0;
}

/* line 170, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.placeholder.segment > .inline > .button:last-child {
  margin-right: 0;
}

/*-------------------
          Piled
  --------------------*/
/* line 178, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.piled.segments,
.ui.piled.segment {
  margin: 3em 0;
  -webkit-box-shadow: '';
  box-shadow: '';
  z-index: auto;
}

/* line 185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.piled.segment:first-child {
  margin-top: 0;
}

/* line 188, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.piled.segment:last-child {
  margin-bottom: 0;
}

/* line 191, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.piled.segments:after,
.ui.piled.segments:before,
.ui.piled.segment:after,
.ui.piled.segment:before {
  background-color: #FFFFFF;
  visibility: visible;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: '';
  box-shadow: '';
}

/* line 207, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.piled.segments:before,
.ui.piled.segment:before {
  -webkit-transform: rotate(-1.2deg);
  transform: rotate(-1.2deg);
  top: 0;
  z-index: -2;
}

/* line 214, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.piled.segments:after,
.ui.piled.segment:after {
  -webkit-transform: rotate(1.2deg);
  transform: rotate(1.2deg);
  top: 0;
  z-index: -1;
}

/* Piled Attached */
/* line 223, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui[class*="top attached"].piled.segment {
  margin-top: 3em;
  margin-bottom: 0;
}

/* line 227, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.piled.segment[class*="top attached"]:first-child {
  margin-top: 0;
}

/* line 230, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.piled.segment[class*="bottom attached"] {
  margin-top: 0;
  margin-bottom: 3em;
}

/* line 234, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.piled.segment[class*="bottom attached"]:last-child {
  margin-bottom: 0;
}

/*-------------------
         Stacked
  --------------------*/
/* line 242, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.stacked.segment {
  padding-bottom: 1.4em;
}

/* line 245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.stacked.segments:before,
.ui.stacked.segments:after,
.ui.stacked.segment:before,
.ui.stacked.segment:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  background: rgba(0, 0, 0, 0.03);
  width: 100%;
  height: 6px;
  visibility: visible;
}

/* line 259, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.stacked.segments:before,
.ui.stacked.segment:before {
  display: none;
}

/* Add additional page */
/* line 265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.tall.stacked.segments:before,
.ui.tall.stacked.segment:before {
  display: block;
  bottom: 0;
}

/* Inverted */
/* line 272, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.stacked.inverted.segments:before,
.ui.stacked.inverted.segments:after,
.ui.stacked.inverted.segment:before,
.ui.stacked.inverted.segment:after {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(34, 36, 38, 0.35);
}

/*-------------------
         Padded
  --------------------*/
/* line 284, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.padded.segment {
  padding: 1.5em;
}

/* line 287, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui[class*="very padded"].segment {
  padding: 3em;
}

/* Padded vertical */
/* line 292, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.padded.segment.vertical.segment,
.ui[class*="very padded"].vertical.segment {
  padding-left: 0;
  padding-right: 0;
}

/*-------------------
         Compact
  --------------------*/
/* line 302, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.compact.segment {
  display: table;
}

/* Compact Group */
/* line 307, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.compact.segments {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 312, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.compact.segments .segment,
.ui.segments .compact.segment {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/*-------------------
         Circular
  --------------------*/
/* line 324, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.circular.segment {
  display: table-cell;
  padding: 2em;
  text-align: center;
  vertical-align: middle;
  border-radius: 500em;
}

/*-------------------
         Raised
  --------------------*/
/* line 336, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.raised.raised.segments,
.ui.raised.raised.segment {
  -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/*******************************
              Groups
  *******************************/
/* Group */
/* line 349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segments {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 1rem 0;
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
}

/* line 361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segments:first-child {
  margin-top: 0;
}

/* line 364, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segments:last-child {
  margin-bottom: 0;
}

/* Nested Segment */
/* line 369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segments > .segment {
  top: 0;
  bottom: 0;
  border-radius: 0;
  margin: 0;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

/* line 380, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segments:not(.horizontal) > .segment:first-child {
  top: 0;
  bottom: 0;
  border-top: none;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* Bottom */
/* line 390, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segments:not(.horizontal) > .segment:last-child {
  top: 0;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

/* Only */
/* line 401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segments:not(.horizontal) > .segment:only-child {
  border-radius: 0.28571429rem;
}

/* Nested Group */
/* line 406, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segments > .ui.segments {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  margin: 1rem 1rem;
}

/* line 410, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segments > .segments:first-child {
  border-top: none;
}

/* line 413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segments > .segment + .segments:not(.horizontal) {
  margin-top: 0;
}

/* Horizontal Group */
/* line 418, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.horizontal.segments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
  padding: 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  margin: 1rem 0;
  border-radius: 0.28571429rem;
  border: 1px solid rgba(34, 36, 38, 0.15);
}

/* line 434, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.stackable.horizontal.segments {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Nested Horizontal Group */
/* line 440, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segments > .horizontal.segments {
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

/* Horizontal Segment */
/* line 451, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.horizontal.segments:not(.compact) > .segment:not(.compact) {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -ms-flex: 1 1 0;
  /* Solves #2550 MS Flex */
}

/* line 458, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.horizontal.segments > .segment {
  margin: 0;
  min-width: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left: 1px solid rgba(34, 36, 38, 0.15);
}

/* Border Fixes */
/* line 469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segments > .horizontal.segments:first-child {
  border-top: none;
}

/* line 472, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.horizontal.segments:not(.stackable) > .segment:first-child {
  border-left: none;
}

/*******************************
            States
*******************************/
/*--------------
      Disabled
  ---------------*/
/* line 486, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.disabled.segment {
  opacity: 0.45;
  color: rgba(40, 40, 40, 0.3);
}

/*--------------
      Loading
  ---------------*/
/* line 495, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.loading.segment {
  position: relative;
  cursor: default;
  pointer-events: none;
  text-shadow: none !important;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

/* line 503, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.loading.segment:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  border-radius: 0.28571429rem;
  z-index: 100;
}

/* line 514, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.loading.segment:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  width: 3em;
  height: 3em;
  -webkit-animation: loader 0.6s infinite linear;
  animation: loader 0.6s infinite linear;
  border: 0.2em solid #767676;
  border-radius: 500rem;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  visibility: visible;
  z-index: 101;
}

/*******************************
           Variations
*******************************/
/*-------------------
         Basic
  --------------------*/
/* line 542, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.basic.segment,
.ui.segments .ui.basic.segment,
.ui.basic.segments {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

/*-------------------
         Clearing
  --------------------*/
/* line 556, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.clearing.segment:after {
  content: "";
  display: block;
  clear: both;
}

/*-------------------
       Colors
--------------------*/
/* line 566, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.red.segment.segment.segment.segment.segment:not(.inverted) {
  border-top: 2px solid #d32f2f;
}

/* line 569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.red.segment.segment.segment.segment.segment {
  background-color: #d32f2f;
  color: #FFFFFF;
}

/* line 573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.orange.segment.segment.segment.segment.segment:not(.inverted) {
  border-top: 2px solid #f57c00;
}

/* line 576, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.orange.segment.segment.segment.segment.segment {
  background-color: #f57c00;
  color: #FFFFFF;
}

/* line 580, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.yellow.segment.segment.segment.segment.segment:not(.inverted) {
  border-top: 2px solid #FBBD08;
}

/* line 583, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.yellow.segment.segment.segment.segment.segment {
  background-color: #FBBD08;
  color: #FFFFFF;
}

/* line 587, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.olive.segment.segment.segment.segment.segment:not(.inverted) {
  border-top: 2px solid #B5CC18;
}

/* line 590, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.olive.segment.segment.segment.segment.segment {
  background-color: #B5CC18;
  color: #FFFFFF;
}

/* line 594, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.green.segment.segment.segment.segment.segment:not(.inverted) {
  border-top: 2px solid #21BA45;
}

/* line 597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.green.segment.segment.segment.segment.segment {
  background-color: #21BA45;
  color: #FFFFFF;
}

/* line 601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.teal.segment.segment.segment.segment.segment:not(.inverted) {
  border-top: 2px solid #00796b;
}

/* line 604, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.teal.segment.segment.segment.segment.segment {
  background-color: #00796b;
  color: #FFFFFF;
}

/* line 608, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.blue.segment.segment.segment.segment.segment:not(.inverted) {
  border-top: 2px solid #2196f3;
}

/* line 611, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.blue.segment.segment.segment.segment.segment {
  background-color: #2196f3;
  color: #FFFFFF;
}

/* line 615, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.violet.segment.segment.segment.segment.segment:not(.inverted) {
  border-top: 2px solid #6435C9;
}

/* line 618, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.violet.segment.segment.segment.segment.segment {
  background-color: #6435C9;
  color: #FFFFFF;
}

/* line 622, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.purple.segment.segment.segment.segment.segment:not(.inverted) {
  border-top: 2px solid #A333C8;
}

/* line 625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.purple.segment.segment.segment.segment.segment {
  background-color: #A333C8;
  color: #FFFFFF;
}

/* line 629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.pink.segment.segment.segment.segment.segment:not(.inverted) {
  border-top: 2px solid #E03997;
}

/* line 632, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.pink.segment.segment.segment.segment.segment {
  background-color: #E03997;
  color: #FFFFFF;
}

/* line 636, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.brown.segment.segment.segment.segment.segment:not(.inverted) {
  border-top: 2px solid #A5673F;
}

/* line 639, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.brown.segment.segment.segment.segment.segment {
  background-color: #A5673F;
  color: #FFFFFF;
}

/* line 643, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.grey.segment.segment.segment.segment.segment:not(.inverted) {
  border-top: 2px solid #767676;
}

/* line 646, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.grey.segment.segment.segment.segment.segment {
  background-color: #767676;
  color: #FFFFFF;
}

/* line 650, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.black.segment.segment.segment.segment.segment:not(.inverted) {
  border-top: 2px solid #1A1A1D;
}

/* line 653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.black.segment.segment.segment.segment.segment {
  background-color: #1A1A1D;
  color: #FFFFFF;
}

/*-------------------
         Aligned
  --------------------*/
/* line 662, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui[class*="left aligned"].segment {
  text-align: left;
}

/* line 665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui[class*="right aligned"].segment {
  text-align: right;
}

/* line 668, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui[class*="center aligned"].segment {
  text-align: center;
}

/*-------------------
         Floated
  --------------------*/
/* line 676, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.floated.segment,
.ui[class*="left floated"].segment {
  float: left;
  margin-right: 1em;
}

/* line 681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui[class*="right floated"].segment {
  float: right;
  margin-left: 1em;
}

/*-------------------
        Inverted
  --------------------*/
/* line 690, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.segment {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 695, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.segment,
.ui.primary.inverted.segment {
  background: #1A1A1D;
  color: rgba(255, 255, 255, 0.9);
}

/* Nested */
/* line 702, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.segment .segment {
  color: rgba(0, 0, 0, 0.87);
}

/* line 705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.segment .inverted.segment {
  color: rgba(255, 255, 255, 0.9);
}

/* Attached */
/* line 710, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.attached.segment {
  border-color: #555555;
}

/* Loading */
/* line 715, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.loading.segment {
  color: #FFFFFF;
}

/* line 718, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.inverted.loading.segment:before {
  background: rgba(0, 0, 0, 0.85);
}

/*-------------------
     Emphasis
--------------------*/
/* Secondary */
/* line 728, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.secondary.segment {
  background: #F3F4F5;
  color: rgba(0, 0, 0, 0.6);
}

/* line 732, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.secondary.inverted.segment {
  background: #4c4f52 -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
  background: #4c4f52 -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 100%);
  background: #4c4f52 linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 100%);
  color: rgba(255, 255, 255, 0.8);
}

/* Tertiary */
/* line 740, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.tertiary.segment {
  background: #DCDDDE;
  color: rgba(0, 0, 0, 0.6);
}

/* line 744, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.tertiary.inverted.segment {
  background: #717579 -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0.35)));
  background: #717579 -webkit-linear-gradient(rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0.35) 100%);
  background: #717579 linear-gradient(rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0.35) 100%);
  color: rgba(255, 255, 255, 0.8);
}

/*-------------------
        Attached
  --------------------*/
/* Middle */
/* line 757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.attached.segment {
  top: 0;
  bottom: 0;
  border-radius: 0;
  margin: 0 -1px;
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #D4D4D5;
}

/* line 768, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.attached:not(.message):not(.alert-error) + .ui.attached.segment:not(.top) {
  border-top: none;
}

/* Top */
/* line 773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui[class*="top attached"].segment {
  bottom: 0;
  margin-bottom: 0;
  top: 0;
  margin-top: 1rem;
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* line 780, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segment[class*="top attached"]:first-child {
  margin-top: 0;
}

/* Bottom */
/* line 785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segment[class*="bottom attached"] {
  bottom: 0;
  margin-top: 0;
  top: 0;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

/* line 794, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segment[class*="bottom attached"]:last-child {
  margin-bottom: 1rem;
}

/*--------------
       Fitted
  ---------------*/
/* line 802, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.fitted.segment:not(.horizontally) {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 806, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.fitted.segment:not(.vertically) {
  padding-left: 0;
  padding-right: 0;
}

/*-------------------
        Size
--------------------*/
/* line 815, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.segments .segment,
.ui.segment {
  font-size: 1rem;
}

/* line 819, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.mini.segments .segment,
.ui.mini.segment {
  font-size: 0.78571429rem;
}

/* line 823, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.tiny.segments .segment,
.ui.tiny.segment {
  font-size: 0.85714286rem;
}

/* line 827, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.small.segments .segment,
.ui.small.segment {
  font-size: 0.92857143rem;
}

/* line 831, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.large.segments .segment,
.ui.large.segment {
  font-size: 1.14285714rem;
}

/* line 835, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.big.segments .segment,
.ui.big.segment {
  font-size: 1.28571429rem;
}

/* line 839, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.huge.segments .segment,
.ui.huge.segment {
  font-size: 1.42857143rem;
}

/* line 843, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_segment.scss */
.ui.massive.segments .segment,
.ui.massive.segment {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Step
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Plural
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 1em 0;
  background: '';
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.14285714em;
  border-radius: 0.28571429rem;
  border: 1px solid rgba(34, 36, 38, 0.15);
}

/* line 35, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps:not(.unstackable) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* First Steps */
/* line 41, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps:first-child {
  margin-top: 0;
}

/* Last Steps */
/* line 46, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps:last-child {
  margin-bottom: 0;
}

/*******************************
           Singular
*******************************/
/* line 55, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0;
  padding: 1.14285714em 2em;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-right: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
}

/* Arrow */
/* line 92, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step:after {
  display: none;
  position: absolute;
  z-index: 2;
  content: '';
  top: 50%;
  right: 0;
  background-color: #FFFFFF;
  width: 1.14285714em;
  height: 1.14285714em;
  border-style: solid;
  border-color: rgba(34, 36, 38, 0.15);
  border-width: 0 1px 1px 0;
  -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
}

/* First Step */
/* line 114, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step:first-child {
  padding-left: 2em;
  border-radius: 0.28571429rem 0 0 0.28571429rem;
}

/* Last Step */
/* line 120, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step:last-child {
  border-radius: 0 0.28571429rem 0.28571429rem 0;
  border-right: none;
  margin-right: 0;
}

/* Only Step */
/* line 127, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step:only-child {
  border-radius: 0.28571429rem;
}

/*******************************
            Content
*******************************/
/* Title */
/* line 138, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step .title {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 1.14285714em;
  font-weight: bold;
}

/* line 143, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step > .title {
  width: 100%;
}

/* Description */
/* line 148, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step .description {
  font-weight: normal;
  font-size: 0.92857143em;
  color: rgba(0, 0, 0, 0.87);
}

/* line 153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step > .description {
  width: 100%;
}

/* line 156, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step .title ~ .description {
  margin-top: 0.25em;
}

/* Icon */
/* line 161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step > .icon {
  line-height: 1;
  font-size: 2.5em;
  margin: 0 1rem 0 0;
}

/* line 166, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step > .icon,
.ui.steps .step > .icon ~ .content {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: middle;
  align-self: middle;
}

/* Horizontal Icon */
/* line 177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps:not(.vertical) .step > .icon {
  width: auto;
}

/* Link */
/* line 182, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .link.step,
.ui.steps a.step {
  cursor: pointer;
}

/*******************************
            Types
*******************************/
/*--------------
       Ordered
  ---------------*/
/* line 197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.ordered.steps {
  counter-reset: ordered;
}

/* line 200, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.ordered.steps .step:before {
  display: block;
  position: static;
  text-align: center;
  content: counter(ordered);
  -ms-flex-item-align: middle;
  align-self: middle;
  margin-right: 1rem;
  font-size: 2.5em;
  counter-increment: ordered;
  font-family: inherit;
  font-weight: bold;
}

/* line 213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.ordered.steps .step > * {
  display: block;
  -ms-flex-item-align: middle;
  align-self: middle;
}

/*--------------
      Vertical
  ---------------*/
/* line 223, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.vertical.steps {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: visible;
}

/* line 233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.vertical.steps .step {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 0;
  padding: 1.14285714em 2em;
  border-right: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

/* line 242, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.vertical.steps .step:first-child {
  padding: 1.14285714em 2em;
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* line 246, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.vertical.steps .step:last-child {
  border-bottom: none;
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

/* line 250, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.vertical.steps .step:only-child {
  border-radius: 0.28571429rem;
}

/* Arrow */
/* line 255, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.vertical.steps .step:after {
  top: 50%;
  right: 0;
  border-width: 0 1px 1px 0;
  display: none;
}

/* line 261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.vertical.steps .active.step:after {
  display: block;
}

/* line 264, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.vertical.steps .step:last-child:after {
  display: none;
}

/* line 267, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.vertical.steps .active.step:last-child:after {
  display: block;
}

/*---------------
    Responsive
----------------*/
/* Mobile (Default) */
@media only screen and (max-width: 767.98px) {
  /* line 278, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
  .ui.steps:not(.unstackable) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 288, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
  .ui.steps:not(.unstackable) .step {
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
    padding: 1.14285714em 2em;
    border-right: none;
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  }

  /* line 299, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
  .ui.steps:not(.unstackable) .step:first-child {
    padding: 1.14285714em 2em;
    border-radius: 0.28571429rem 0.28571429rem 0 0;
  }

  /* line 303, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
  .ui.steps:not(.unstackable) .step:last-child {
    border-radius: 0 0 0.28571429rem 0.28571429rem;
    border-bottom: none;
  }

  /* Arrow */
  /* line 309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
  .ui.steps:not(.unstackable) .step:after {
    top: unset;
    bottom: -1.14285714em;
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(50%) rotate(45deg);
    transform: translateY(-50%) translateX(50%) rotate(45deg);
  }

  /* line 316, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
  .ui.vertical.steps .active.step:last-child:after {
    display: none;
  }

  /* Content */
  /* line 321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
  .ui.steps:not(.unstackable) .step .content {
    text-align: center;
  }

  /* Icon */
  /* line 326, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
  .ui.steps:not(.unstackable) .step > .icon,
  .ui.ordered.steps:not(.unstackable) .step:before {
    margin: 0 0 1rem 0;
  }
}
/*******************************
             States
*******************************/
/* Link Hover */
/* line 339, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .link.step:hover::after,
.ui.steps .link.step:hover,
.ui.steps a.step:hover::after,
.ui.steps a.step:hover {
  background: #F9FAFB;
  color: rgba(0, 0, 0, 0.8);
}

/* Link Down */
/* line 348, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .link.step:active::after,
.ui.steps .link.step:active,
.ui.steps a.step:active::after,
.ui.steps a.step:active {
  background: #F3F4F5;
  color: rgba(0, 0, 0, 0.9);
}

/* Active */
/* line 357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step.active {
  cursor: auto;
  background: #F3F4F5;
}

/* line 361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step.active:after {
  background: #F3F4F5;
}

/* line 364, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step.active .title {
  color: #03a9f4;
}

/* line 367, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.ordered.steps .step.active:before,
.ui.steps .active.step .icon {
  color: rgba(0, 0, 0, 0.85);
}

/* Active Arrow */
/* line 373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step:after {
  display: block;
}

/* line 376, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .active.step:after {
  display: block;
}

/* line 379, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step:last-child:after {
  display: none;
}

/* line 382, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .active.step:last-child:after {
  display: none;
}

/* Active Hover */
/* line 387, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .link.active.step:hover::after,
.ui.steps .link.active.step:hover,
.ui.steps a.active.step:hover::after,
.ui.steps a.active.step:hover {
  cursor: pointer;
  background: #DCDDDE;
  color: rgba(0, 0, 0, 0.87);
}

/* Completed */
/* line 397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step.completed > .icon:before,
.ui.ordered.steps .step.completed:before {
  color: #21BA45;
}

/* Disabled */
/* line 403, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .disabled.step {
  cursor: auto;
  background: #FFFFFF;
  pointer-events: none;
}

/* line 408, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .disabled.step,
.ui.steps .disabled.step .title,
.ui.steps .disabled.step .description {
  color: rgba(40, 40, 40, 0.3);
}

/* line 413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .disabled.step:after {
  background: #FFFFFF;
}

/*******************************
           Variations
*******************************/
/*--------------
     Stackable
  ---------------*/
/* Tablet Or Below */
@media only screen and (max-width: 991.98px) {
  /* line 430, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
  .ui[class*="tablet stackable"].steps {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* Steps */
  /* line 442, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
  .ui[class*="tablet stackable"].steps .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
    padding: 1.14285714em 2em;
    border-right: none;
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  }

  /* line 452, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
  .ui[class*="tablet stackable"].steps .step:first-child {
    padding: 1.14285714em 2em;
    border-radius: 0.28571429rem 0.28571429rem 0 0;
  }

  /* line 456, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
  .ui[class*="tablet stackable"].steps .step:last-child {
    border-radius: 0 0 0.28571429rem 0.28571429rem;
    border-bottom: none;
  }

  /* Arrow */
  /* line 462, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
  .ui[class*="tablet stackable"].steps .step:after {
    top: unset;
    bottom: -1.14285714em;
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(50%) rotate(45deg);
    transform: translateY(-50%) translateX(50%) rotate(45deg);
  }

  /* Content */
  /* line 471, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
  .ui[class*="tablet stackable"].steps .step .content {
    text-align: center;
  }

  /* Icon */
  /* line 476, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
  .ui[class*="tablet stackable"].steps .step > .icon,
  .ui[class*="tablet stackable"].ordered.steps .step:before {
    margin: 0 0 1rem 0;
  }
}
/*--------------
        Fluid
  ---------------*/
/* Fluid */
/* line 488, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.fluid.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/*--------------
      Attached
  ---------------*/
/* Top */
/* line 501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.attached.steps {
  width: calc(100% + 2px) !important;
  margin: 0 -1px 0;
  max-width: calc(100% + 2px);
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* line 507, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.attached.steps .step:first-child {
  border-radius: 0.28571429rem 0 0 0;
}

/* line 510, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.attached.steps .step:last-child {
  border-radius: 0 0.28571429rem 0 0;
}

/* Bottom */
/* line 515, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.bottom.attached.steps {
  margin: 0 -1px 0;
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

/* line 519, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.bottom.attached.steps .step:first-child {
  border-radius: 0 0 0 0.28571429rem;
}

/* line 522, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.bottom.attached.steps .step:last-child {
  border-radius: 0 0 0.28571429rem 0;
}

/*-------------------
    Evenly Divided
--------------------*/
/* line 530, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.one.steps,
.ui.two.steps,
.ui.three.steps,
.ui.four.steps,
.ui.five.steps,
.ui.six.steps,
.ui.seven.steps,
.ui.eight.steps {
  width: 100%;
}

/* line 540, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.one.steps > .step,
.ui.two.steps > .step,
.ui.three.steps > .step,
.ui.four.steps > .step,
.ui.five.steps > .step,
.ui.six.steps > .step,
.ui.seven.steps > .step,
.ui.eight.steps > .step {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 551, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.one.steps > .step {
  width: 100%;
}

/* line 554, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.two.steps > .step {
  width: 50%;
}

/* line 557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.three.steps > .step {
  width: 33.333%;
}

/* line 560, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.four.steps > .step {
  width: 25%;
}

/* line 563, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.five.steps > .step {
  width: 20%;
}

/* line 566, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.six.steps > .step {
  width: 16.666%;
}

/* line 569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.seven.steps > .step {
  width: 14.285%;
}

/* line 572, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.eight.steps > .step {
  width: 12.5%;
}

/*-------------------
       Sizes
--------------------*/
/* line 580, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step,
.ui.step {
  font-size: 1rem;
}

/* line 584, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.mini.steps .step,
.ui.mini.step {
  font-size: 0.78571429rem;
}

/* line 588, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.tiny.steps .step,
.ui.tiny.step {
  font-size: 0.85714286rem;
}

/* line 592, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.small.steps .step,
.ui.small.step {
  font-size: 0.92857143rem;
}

/* line 596, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.large.steps .step,
.ui.large.step {
  font-size: 1.14285714rem;
}

/* line 600, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.big.steps .step,
.ui.big.step {
  font-size: 1.28571429rem;
}

/* line 604, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.huge.steps .step,
.ui.huge.step {
  font-size: 1.42857143rem;
}

/* line 608, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.massive.steps .step,
.ui.massive.step {
  font-size: 1.71428571rem;
}

/*--------------
      Inverted
  ---------------*/
/* line 617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.inverted.steps {
  border: 1px solid #555555;
}

/* line 620, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.inverted.steps .step {
  color: rgba(255, 255, 255, 0.9);
  background: #1A1A1D;
  border-color: #555555;
}

/* line 625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.inverted.steps .step:after {
  background-color: #1A1A1D;
  border-color: #555555;
}

/* line 629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.inverted.steps .step .description {
  color: rgba(255, 255, 255, 0.9);
}

/* Active */
/* line 634, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.inverted.steps .step.active,
.ui.inverted.steps .step.active:after {
  background: #333333;
}

/* line 638, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.inverted.ordered.steps .step.active:before,
.ui.inverted.steps .active.step .icon {
  color: #FFFFFF;
}

/* Disabled */
/* line 644, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.inverted.steps .disabled.step,
.ui.inverted.steps .disabled.step:after {
  background: #222222;
}

/* line 648, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.inverted.steps .disabled.step,
.ui.inverted.steps .disabled.step .title,
.ui.inverted.steps .disabled.step .description {
  color: rgba(225, 225, 225, 0.3);
}

/* Link Hover */
/* line 655, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.inverted.steps .link.step:hover::after,
.ui.inverted.steps .link.step:hover,
.ui.inverted.steps a.step:hover::after,
.ui.inverted.steps a.step:hover {
  background: #3F3F3F;
  color: #FFFFFF;
}

/* Link Down */
/* line 664, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.inverted.steps .link.step:active::after,
.ui.inverted.steps .link.step:active,
.ui.inverted.steps a.step:active::after,
.ui.inverted.steps a.step:active {
  background: #444444;
  color: #FFFFFF;
}

/*******************************
         Theme Overrides
*******************************/
@font-face {
  font-family: 'Step';
  src: url(data:application/x-font-ttf;charset=utf-8;;base64,AAEAAAAOAIAAAwBgT1MvMj3hSQEAAADsAAAAVmNtYXDQEhm3AAABRAAAAUpjdnQgBkn/lAAABuwAAAAcZnBnbYoKeDsAAAcIAAAJkWdhc3AAAAAQAAAG5AAAAAhnbHlm32cEdgAAApAAAAC2aGVhZAErPHsAAANIAAAANmhoZWEHUwNNAAADgAAAACRobXR4CykAAAAAA6QAAAAMbG9jYQA4AFsAAAOwAAAACG1heHAApgm8AAADuAAAACBuYW1lzJ0aHAAAA9gAAALNcG9zdK69QJgAAAaoAAAAO3ByZXCSoZr/AAAQnAAAAFYAAQO4AZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoAQNS/2oAWgMLAE8AAAABAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADoAf//AAAAAOgA//8AABgBAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAADpAKYABUAHEAZDwEAAQFCAAIBAmoAAQABagAAAGEUFxQDEisBFAcBBiInASY0PwE2Mh8BATYyHwEWA6QP/iAQLBD+6g8PTBAsEKQBbhAsEEwPAhYWEP4gDw8BFhAsEEwQEKUBbxAQTBAAAAH//f+xA18DCwAMABJADwABAQpDAAAACwBEFRMCESsBFA4BIi4CPgEyHgEDWXLG6MhuBnq89Lp+AV51xHR0xOrEdHTEAAAAAAEAAAABAADDeRpdXw889QALA+gAAAAAzzWYjQAAAADPNWBN//3/sQOkAwsAAAAIAAIAAAAAAAAAAQAAA1L/agBaA+gAAP/3A6QAAQAAAAAAAAAAAAAAAAAAAAMD6AAAA+gAAANZAAAAAAAAADgAWwABAAAAAwAWAAEAAAAAAAIABgATAG4AAAAtCZEAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACAA1AAEAAAAAAAIABwA9AAEAAAAAAAMACABEAAEAAAAAAAQACABMAAEAAAAAAAUACwBUAAEAAAAAAAYACABfAAEAAAAAAAoAKwBnAAEAAAAAAAsAEwCSAAMAAQQJAAAAagClAAMAAQQJAAEAEAEPAAMAAQQJAAIADgEfAAMAAQQJAAMAEAEtAAMAAQQJAAQAEAE9AAMAAQQJAAUAFgFNAAMAAQQJAAYAEAFjAAMAAQQJAAoAVgFzAAMAAQQJAAsAJgHJQ29weXJpZ2h0IChDKSAyMDE0IGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21mb250ZWxsb1JlZ3VsYXJmb250ZWxsb2ZvbnRlbGxvVmVyc2lvbiAxLjBmb250ZWxsb0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMQA0ACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBmAG8AbgB0AGUAbABsAG8AUgBlAGcAdQBsAGEAcgBmAG8AbgB0AGUAbABsAG8AZgBvAG4AdABlAGwAbABvAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAG8AbgB0AGUAbABsAG8ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAQIBAwljaGVja21hcmsGY2lyY2xlAAAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAADIAMgML/7EDC/+xsAAssCBgZi2wASwgZCCwwFCwBCZasARFW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCwCkVhZLAoUFghsApFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwACtZWSOwAFBYZVlZLbACLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbADLCMhIyEgZLEFYkIgsAYjQrIKAAIqISCwBkMgiiCKsAArsTAFJYpRWGBQG2FSWVgjWSEgsEBTWLAAKxshsEBZI7AAUFhlWS2wBCywB0MrsgACAENgQi2wBSywByNCIyCwACNCYbCAYrABYLAEKi2wBiwgIEUgsAJFY7ABRWJgRLABYC2wBywgIEUgsAArI7ECBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAgssQUFRbABYUQtsAkssAFgICCwCUNKsABQWCCwCSNCWbAKQ0qwAFJYILAKI0JZLbAKLCC4BABiILgEAGOKI2GwC0NgIIpgILALI0IjLbALLEtUWLEHAURZJLANZSN4LbAMLEtRWEtTWLEHAURZGyFZJLATZSN4LbANLLEADENVWLEMDEOwAWFCsAorWbAAQ7ACJUKxCQIlQrEKAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAJKiEjsAFhIIojYbAJKiEbsQEAQ2CwAiVCsAIlYbAJKiFZsAlDR7AKQ0dgsIBiILACRWOwAUViYLEAABMjRLABQ7AAPrIBAQFDYEItsA4ssQAFRVRYALAMI0IgYLABYbUNDQEACwBCQopgsQ0FK7BtKxsiWS2wDyyxAA4rLbAQLLEBDistsBEssQIOKy2wEiyxAw4rLbATLLEEDistsBQssQUOKy2wFSyxBg4rLbAWLLEHDistsBcssQgOKy2wGCyxCQ4rLbAZLLAIK7EABUVUWACwDCNCIGCwAWG1DQ0BAAsAQkKKYLENBSuwbSsbIlktsBossQAZKy2wGyyxARkrLbAcLLECGSstsB0ssQMZKy2wHiyxBBkrLbAfLLEFGSstsCAssQYZKy2wISyxBxkrLbAiLLEIGSstsCMssQkZKy2wJCwgPLABYC2wJSwgYLANYCBDI7ABYEOwAiVhsAFgsCQqIS2wJiywJSuwJSotsCcsICBHICCwAkVjsAFFYmAjYTgjIIpVWCBHICCwAkVjsAFFYmAjYTgbIVktsCgssQAFRVRYALABFrAnKrABFTAbIlktsCkssAgrsQAFRVRYALABFrAnKrABFTAbIlktsCosIDWwAWAtsCssALADRWOwAUVisAArsAJFY7ABRWKwACuwABa0AAAAAABEPiM4sSoBFSotsCwsIDwgRyCwAkVjsAFFYmCwAENhOC2wLSwuFzwtsC4sIDwgRyCwAkVjsAFFYmCwAENhsAFDYzgtsC8ssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIuAQEVFCotsDAssAAWsAQlsAQlRyNHI2GwBkUrZYouIyAgPIo4LbAxLLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjILAIQyCKI0cjRyNhI0ZgsARDsIBiYCCwACsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsIBiYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsIBiYCMgsAArI7AEQ2CwACuwBSVhsAUlsIBisAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wMiywABYgICCwBSYgLkcjRyNhIzw4LbAzLLAAFiCwCCNCICAgRiNHsAArI2E4LbA0LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWGwAUVjIyBYYhshWWOwAUViYCMuIyAgPIo4IyFZLbA1LLAAFiCwCEMgLkcjRyNhIGCwIGBmsIBiIyAgPIo4LbA2LCMgLkawAiVGUlggPFkusSYBFCstsDcsIyAuRrACJUZQWCA8WS6xJgEUKy2wOCwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xJgEUKy2wOSywMCsjIC5GsAIlRlJYIDxZLrEmARQrLbA6LLAxK4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrEmARQrsARDLrAmKy2wOyywABawBCWwBCYgLkcjRyNhsAZFKyMgPCAuIzixJgEUKy2wPCyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwgGJgILAAKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwgGJhsAIlRmE4IyA8IzgbISAgRiNHsAArI2E4IVmxJgEUKy2wPSywMCsusSYBFCstsD4ssDErISMgIDywBCNCIzixJgEUK7AEQy6wJistsD8ssAAVIEewACNCsgABARUUEy6wLCotsEAssAAVIEewACNCsgABARUUEy6wLCotsEEssQABFBOwLSotsEIssC8qLbBDLLAAFkUjIC4gRoojYTixJgEUKy2wRCywCCNCsEMrLbBFLLIAADwrLbBGLLIAATwrLbBHLLIBADwrLbBILLIBATwrLbBJLLIAAD0rLbBKLLIAAT0rLbBLLLIBAD0rLbBMLLIBAT0rLbBNLLIAADkrLbBOLLIAATkrLbBPLLIBADkrLbBQLLIBATkrLbBRLLIAADsrLbBSLLIAATsrLbBTLLIBADsrLbBULLIBATsrLbBVLLIAAD4rLbBWLLIAAT4rLbBXLLIBAD4rLbBYLLIBAT4rLbBZLLIAADorLbBaLLIAATorLbBbLLIBADorLbBcLLIBATorLbBdLLAyKy6xJgEUKy2wXiywMiuwNistsF8ssDIrsDcrLbBgLLAAFrAyK7A4Ky2wYSywMysusSYBFCstsGIssDMrsDYrLbBjLLAzK7A3Ky2wZCywMyuwOCstsGUssDQrLrEmARQrLbBmLLA0K7A2Ky2wZyywNCuwNystsGgssDQrsDgrLbBpLLA1Ky6xJgEUKy2waiywNSuwNistsGsssDUrsDcrLbBsLLA1K7A4Ky2wbSwrsAhlsAMkUHiwARUwLQAAAEu4AMhSWLEBAY5ZuQgACABjILABI0SwAyNwsgQoCUVSRLIKAgcqsQYBRLEkAYhRWLBAiFixBgNEsSYBiFFYuAQAiFixBgFEWVlZWbgB/4WwBI2xBQBEAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAoUAA4AAAAAEPQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEQAAABWPeFJAWNtYXAAAAGIAAAAOgAAAUrQEhm3Y3Z0IAAAAcQAAAAUAAAAHAZJ/5RmcGdtAAAB2AAABPkAAAmRigp4O2dhc3AAAAbUAAAACAAAAAgAAAAQZ2x5ZgAABtwAAACuAAAAtt9nBHZoZWFkAAAHjAAAADUAAAA2ASs8e2hoZWEAAAfEAAAAIAAAACQHUwNNaG10eAAAB+QAAAAMAAAADAspAABsb2NhAAAH8AAAAAgAAAAIADgAW21heHAAAAf4AAAAIAAAACAApgm8bmFtZQAACBgAAAF3AAACzcydGhxwb3N0AAAJkAAAACoAAAA7rr1AmHByZXAAAAm8AAAAVgAAAFaSoZr/eJxjYGTewTiBgZWBg6mKaQ8DA0MPhGZ8wGDIyMTAwMTAysyAFQSkuaYwOLxgeMHIHPQ/iyGKmZvBHyjMCJIDAPe9C2B4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGF4w/v8PUvCCAURLMELVAwEjG8OIBwBk5AavAAB4nGNgQANGDEbM3P83gjAAELQD4XicnVXZdtNWFJU8ZHASOmSgoA7X3DhQ68qEKRgwaSrFdiEdHAitBB2kDHTkncc+62uOQrtWH/m07n09JLR0rbYsls++R1tn2DrnRhwjKn0aiGvUoZKXA6msPZZK90lc13Uvj5UMBnFdthJPSZuonSRKat3sUC7xWOsqWSdYJ+PlIFZPVZ5noAziFB5lSUQbRBuplyZJ4onjJ4kWZxAfJUkgJaMQp9LIUEI1GsRS1aFM6dCr1xNx00DKRqMedVhU90PFJ8c1p9SsA0YqVznCFevVRr4bpwMve5DEOsGzrYcxHnisfpQqkIqR6cg/dkpOlIaBVHHUoVbi6DCTX/eRTCrNQKaMYkWl7oG43f102xYxPXQ6vi5KlUaqurnOKJrt0fGogygP2cbppNzQ2fbw5RlTVKtdcbPtQGYNXErJbHSfRAAdJlLj6QFONZwCqRn1R8XZ588BEslclKo8VTKHegOZMzt7cTHtbiersnCknwcyb3Z2452HQ6dXh3/R+hdM4cxHj+Jifj5C+lBqfiJOJKVGWMzyp4YfcVcgQrkxiAsXyuBThDl0RdrZZl3jtTH2hs/5SqlhPQna6KP4fgr9TiQrHGdRo/VInM1j13Wt3GdQS7W7Fzsyr0OVIu7vCwuuM+eEYZ4WC1VfnvneBTT/Bohn/EDeNIVL+5YpSrRvm6JMu2iKCu0SVKVdNsUU7YoppmnPmmKG9h1TzNKeMzLj/8vc55H7HN7xkJv2XeSmfQ+5ad9HbtoPkJtWITdtHblpLyA3rUZu2lWjOnYEGgZpF1IVQdA0svph3Fab9UDWjDR8aWDyLmLI+upER521tcofxX914gsHcmmip7siF5viLq/bFj483e6rj5pG3bDV+MaR8jAeRnocmtBZ+c3hv+1N3S6a7jKqMugBFUwKwABl7UAC0zrbCaT1mqf48gdgXIZ4zkpDtVSfO4am7+V5X/exOfG+x+3GLrdcd3kJWdYNcmP28N9SZKrrH+UtrVQnR6wrJ49VaxhDKrwour6SlHu0tRu/KKmy8l6U1srnk5CbPYMbQlu27mGwI0xpyiUeXlOlKD3UUo6yQyxvKco84JSLC1qGxLgOdQ9qa8TpoXoYGwshhqG0vRBwSCldFd+0ynfxHqtr2Oj4xRXh6XpyEhGf4ir7UfBU10b96A7avGbdMoMpVaqn+4xPsa/b9lFZaaSOsxe3VAfXNOsaORXTT+Rr4HRvOGjdAz1UfDRBI1U1x+jGKGM0ljXl3wR0MVZ+w2jVYvs93E+dpFWsuUuY7JsT9+C0u/0q+7WcW0bW/dcGvW3kip8jMb8tCvw7B2K3ZA3UO5OBGAvIWdAYxhYmdxiug23EbfY/Jqf/34aFRXJXOxq7eerD1ZNRJXfZ8rjLTXZZ16M2R9VOGvsIjS0PN+bY4XIstsRgQbb+wf8x7gF3aVEC4NDIZZiI2nShnurh6h6rsW04VxIBds2x43QAegAuQd8cu9bzCYD13CPnLsB9cgh2yCH4lByCz8i5BfA5OQRfkEMwIIdgl5w7AA/IIXhIDsEeOQSPyNkE+JIcgq/IIYjJIUjIuQ3wmByCJ+QQfE0OwTdGrk5k/pYH2QD6zqKbQKmdGhzaOGRGrk3Y+zxY9oFFZB9aROqRkesT6lMeLPV7i0j9wSJSfzRyY0L9iQdL/dkiUn+xiNRnxpeZIymvDp7zjg7+BJfqrV4AAAAAAQAB//8AD3icY2BkAALmJUwzGEQZZBwk+RkZGBmdGJgYmbIYgMwsoGSiiLgIs5A2owg7I5uSOqOaiT2jmZE8I5gQY17C/09BQEfg3yt+fh8gvYQxD0j68DOJiQn8U+DnZxQDcQUEljLmCwBpBgbG/3//b2SOZ+Zm4GEQcuAH2sblDLSEm8FFVJhJEGgLH6OSHpMdo5EcI3Nk0bEXJ/LYqvZ82VXHGFd6pKTkyCsQwQAAq+QkqAAAeJxjYGRgYADiw5VSsfH8Nl8ZuJlfAEUYzpvO6IXQCb7///7fyLyEmRvI5WBgAokCAFb/DJAAAAB4nGNgZGBgDvqfxRDF/IKB4f935iUMQBEUwAwAi5YFpgPoAAAD6AAAA1kAAAAAAAAAOABbAAEAAAADABYAAQAAAAAAAgAGABMAbgAAAC0JkQAAAAB4nHWQy2rCQBSG//HSi0JbWui2sypKabxgN4IgWHTTbqS4LTHGJBIzMhkFX6Pv0IfpS/RZ+puMpShNmMx3vjlz5mQAXOMbAvnzxJGzwBmjnAs4Rc9ykf7Zcon8YrmMKt4sn9C/W67gAYHlKm7wwQqidM5ogU/LAlfi0nIBF+LOcpH+0XKJ3LNcxq14tXxC71muYCJSy1Xci6+BWm11FIRG1gZ12W62OnK6lYoqStxYumsTKp3KvpyrxPhxrBxPLfc89oN17Op9uJ8nvk4jlciW09yrkZ/42jX+bFc93QRtY+ZyrtVSDm2GXGm18D3jhMasuo3G3/MwgMIKW2hEvKoQBhI12jrnNppooUOaMkMyM8+KkMBFTONizR1htpIy7nPMGSW0PjNisgOP3+WRH5MC7o9ZRR+tHsYT0u6MKPOSfTns7jBrREqyTDezs9/eU2x4WpvWcNeuS511JTE8qCF5H7u1BY1H72S3Ymi7aPD95/9+AN1fhEsAeJxjYGKAAC4G7ICZgYGRiZGZMzkjNTk7N7Eomy05syg5J5WBAQBE1QZBAABLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA) format("woff");
}
/* line 681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_step.scss */
.ui.steps .step.completed > .icon:before,
.ui.ordered.steps .step.completed:before {
  font-family: 'Step';
  content: '\e800';
  /* '' */
}

/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Breadcrumb
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
           Breadcrumb
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.breadcrumb {
  line-height: 1.4285em;
  display: inline-block;
  margin: 0 0;
  vertical-align: middle;
}

/* line 22, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.breadcrumb:first-child {
  margin-top: 0;
}

/* line 25, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.breadcrumb:last-child {
  margin-bottom: 0;
}

/*******************************
          Content
*******************************/
/* Divider */
/* line 36, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.breadcrumb .divider {
  display: inline-block;
  opacity: 0.7;
  margin: 0 0.21428571rem 0;
  font-size: 0.92857143em;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: baseline;
}

/* Link */
/* line 46, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.breadcrumb a {
  color: #03a9f4;
}

/* line 49, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.breadcrumb a:hover {
  color: #1e70bf;
}

/* Icon Divider */
/* line 54, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.breadcrumb .icon.divider {
  font-size: 0.85714286em;
  vertical-align: baseline;
}

/* Section */
/* line 60, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.breadcrumb a.section {
  cursor: pointer;
}

/* line 63, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.breadcrumb .section {
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* Loose Coupling */
/* line 70, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.breadcrumb.segment {
  display: inline-block;
  padding: 0.78571429em 1em;
}

/* Inverted */
/* line 76, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.inverted.breadcrumb {
  color: #DCDDDE;
}

/* line 79, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.inverted.breadcrumb > .active.section {
  color: #FFFFFF;
}

/* line 82, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.inverted.breadcrumb > .divider {
  color: rgba(255, 255, 255, 0.7);
}

/*******************************
            States
*******************************/
/* line 91, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.breadcrumb .active.section {
  font-weight: bold;
}

/*******************************
           Variations
*******************************/
/* line 100, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.breadcrumb {
  font-size: 1rem;
}

/* line 103, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.mini.breadcrumb {
  font-size: 0.78571429rem;
}

/* line 106, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.tiny.breadcrumb {
  font-size: 0.85714286rem;
}

/* line 109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.small.breadcrumb {
  font-size: 0.92857143rem;
}

/* line 112, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.large.breadcrumb {
  font-size: 1.14285714rem;
}

/* line 115, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.big.breadcrumb {
  font-size: 1.28571429rem;
}

/* line 118, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.huge.breadcrumb {
  font-size: 1.42857143rem;
}

/* line 121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss */
.ui.massive.breadcrumb {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Form
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Elements
*******************************/
/*--------------------
        Form
---------------------*/
/* line 21, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form {
  position: relative;
  max-width: 100%;
}

/*--------------------
        Content
---------------------*/
/* line 30, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form > p {
  margin: 1em 0;
}

/*--------------------
        Field
---------------------*/
/* line 38, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field {
  clear: both;
  margin: 0 0 1em;
}

/* line 42, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field:last-child,
.ui.form .fields:last-child .field {
  margin-bottom: 0;
}

/* line 46, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields .field {
  clear: both;
  margin: 0;
}

/*--------------------
        Labels
---------------------*/
/* line 55, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field > label {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}

/*--------------------
    Standard Inputs
---------------------*/
/* line 68, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form textarea,
.ui.form input:not([type]),
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="time"],
.ui.form input[type="text"],
.ui.form input[type="file"],
.ui.form input[type="url"] {
  width: 100%;
  vertical-align: top;
}

/* Set max height on unusual input */
/* line 86, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form ::-webkit-datetime-edit,
.ui.form ::-webkit-inner-spin-button {
  height: 1.21428571em;
}

/* line 90, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form input:not([type]),
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="time"],
.ui.form input[type="text"],
.ui.form input[type="file"],
.ui.form input[type="url"] {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  line-height: 1.21428571em;
  padding: 0.67857143em 1em;
  font-size: 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  box-shadow: 0 0 0 0 transparent inset;
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  transition: color 0.1s ease, border-color 0.1s ease;
}

/* Text Area */
/* line 121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.input textarea,
.ui.form textarea {
  margin: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: 0.78571429em 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  outline: none;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  box-shadow: 0 0 0 0 transparent inset;
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  transition: color 0.1s ease, border-color 0.1s ease;
  font-size: 1em;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.2857;
  resize: vertical;
}

/* line 141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form textarea:not([rows]) {
  height: 12em;
  min-height: 8em;
  max-height: 24em;
}

/* line 146, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form textarea,
.ui.form input[type="checkbox"] {
  vertical-align: top;
}

/*--------------------
    Checkbox margin
---------------------*/
/* line 155, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) label + .ui.ui.checkbox {
  margin-top: 0.7em;
}

/* line 158, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.checkbox {
  margin-top: 2.41428571em;
}

/* line 161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.toggle.checkbox {
  margin-top: 2.21428571em;
}

/* line 164, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.slider.checkbox {
  margin-top: 2.61428571em;
}

/* line 167, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.ui.form .field .fields .field:not(:only-child) .ui.checkbox {
  margin-top: 0.6em;
}

/* line 170, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.ui.form .field .fields .field:not(:only-child) .ui.toggle.checkbox {
  margin-top: 0.5em;
}

/* line 173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.ui.form .field .fields .field:not(:only-child) .ui.slider.checkbox {
  margin-top: 0.7em;
}

/*--------------------
        Transparent
  ---------------------*/
/* line 181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field .transparent.input:not(.icon) input,
.ui.form .field input.transparent,
.ui.form .field textarea.transparent {
  padding: 0.67857143em 1em;
}

/* line 186, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field input.transparent,
.ui.form .field textarea.transparent {
  border-color: transparent !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*--------------------------
  Input w/ attached Button
---------------------------*/
/* line 198, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form input.attached {
  width: auto;
}

/*--------------------
     Basic Select
---------------------*/
/* line 206, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form select {
  display: block;
  height: auto;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  box-shadow: 0 0 0 0 transparent inset;
  padding: 0.62em 1em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  transition: color 0.1s ease, border-color 0.1s ease;
}

/*--------------------
       Dropdown
---------------------*/
/* Block */
/* line 227, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field > .selection.dropdown {
  min-width: auto;
  width: 100%;
}

/* line 231, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field > .selection.dropdown > .dropdown.icon {
  float: right;
}

/* Inline */
/* line 236, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .inline.fields .field > .selection.dropdown,
.ui.form .inline.field > .selection.dropdown {
  width: auto;
}

/* line 240, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .inline.fields .field > .selection.dropdown > .dropdown.icon,
.ui.form .inline.field > .selection.dropdown > .dropdown.icon {
  float: none;
}

/*--------------------
       UI Input
---------------------*/
/* Block */
/* line 251, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field .ui.input,
.ui.form .fields .field .ui.input,
.ui.form .wide.field .ui.input {
  width: 100%;
}

/* Inline  */
/* line 258, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .inline.fields .field:not(.wide) .ui.input,
.ui.form .inline.field:not(.wide) .ui.input {
  width: auto;
  vertical-align: middle;
}

/* Auto Input */
/* line 265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields .field .ui.input input,
.ui.form .field .ui.input input {
  width: auto;
}

/* Full Width Input */
/* line 271, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .ten.fields .ui.input input,
.ui.form .nine.fields .ui.input input,
.ui.form .eight.fields .ui.input input,
.ui.form .seven.fields .ui.input input,
.ui.form .six.fields .ui.input input,
.ui.form .five.fields .ui.input input,
.ui.form .four.fields .ui.input input,
.ui.form .three.fields .ui.input input,
.ui.form .two.fields .ui.input input,
.ui.form .wide.field .ui.input input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 0;
}

/*--------------------
   Types of Messages
---------------------*/
/* line 291, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .error.message, .ui.form .error.alert-error,
.ui.form .error.message:empty,
.ui.form .error.alert-error:empty {
  display: none;
}

/* line 295, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .info.message, .ui.form .info.alert-error,
.ui.form .info.message:empty,
.ui.form .info.alert-error:empty {
  display: none;
}

/* line 299, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .success.message, .ui.form .success.alert-error,
.ui.form .success.message:empty,
.ui.form .success.alert-error:empty {
  display: none;
}

/* line 303, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .warning.message, .ui.form .warning.alert-error,
.ui.form .warning.message:empty,
.ui.form .warning.alert-error:empty {
  display: none;
}

/* Assumptions */
/* line 309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .message:first-child, .ui.form .alert-error:first-child {
  margin-top: 0;
}

/*--------------------
   Validation Prompt
---------------------*/
/* line 317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field .prompt.label {
  white-space: normal;
  background: #FFFFFF !important;
  border: 1px solid #E0B4B4 !important;
  color: #9F3A38 !important;
}

/* line 323, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .inline.fields .field .prompt,
.ui.form .inline.field .prompt {
  vertical-align: top;
  margin: -0.25em 0 -0.5em 0.5em;
}

/* line 328, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .inline.fields .field .prompt:before,
.ui.form .inline.field .prompt:before {
  border-width: 0 0 1px 1px;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 0;
}

/*******************************
            States
*******************************/
/*--------------------
      Autofilled
---------------------*/
/* line 347, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field.field input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #FFFFF0 inset !important;
  box-shadow: 0 0 0 100px #FFFFF0 inset !important;
  border-color: #E5DFA1 !important;
}

/* Focus */
/* line 354, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field.field input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 100px #FFFFF0 inset !important;
  box-shadow: 0 0 0 100px #FFFFF0 inset !important;
  border-color: #D5C315 !important;
}

/*--------------------
      Placeholder
---------------------*/
/* browsers require these rules separate */
/* line 366, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form ::-webkit-input-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

/* line 369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form :-ms-input-placeholder {
  color: rgba(191, 191, 191, 0.87) !important;
}

/* line 372, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form ::-moz-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

/* line 375, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form :focus::-webkit-input-placeholder {
  color: rgba(115, 115, 115, 0.87);
}

/* line 378, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form :focus:-ms-input-placeholder {
  color: rgba(115, 115, 115, 0.87) !important;
}

/* line 381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form :focus::-moz-placeholder {
  color: rgba(115, 115, 115, 0.87);
}

/*--------------------
        Focus
---------------------*/
/* line 389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form input:not([type]):focus,
.ui.form input[type="date"]:focus,
.ui.form input[type="datetime-local"]:focus,
.ui.form input[type="email"]:focus,
.ui.form input[type="number"]:focus,
.ui.form input[type="password"]:focus,
.ui.form input[type="search"]:focus,
.ui.form input[type="tel"]:focus,
.ui.form input[type="time"]:focus,
.ui.form input[type="text"]:focus,
.ui.form input[type="file"]:focus,
.ui.form input[type="url"]:focus {
  color: rgba(0, 0, 0, 0.95);
  border-color: #85B7D9;
  border-radius: 0.28571429rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
}

/* line 408, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form textarea:focus {
  color: rgba(0, 0, 0, 0.95);
  border-color: #85B7D9;
  border-radius: 0.28571429rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
  -webkit-appearance: none;
}

/*--------------------
          States
  ---------------------*/
/* On Form */
/* line 424, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form.error .error.message:not(:empty), .ui.form.error .error.alert-error:not(:empty) {
  display: block;
}

/* line 427, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form.error .compact.error.message:not(:empty), .ui.form.error .compact.error.alert-error:not(:empty) {
  display: inline-block;
}

/* line 430, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form.error .icon.error.message:not(:empty), .ui.form.error .icon.error.alert-error:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* On Field(s) */
/* line 437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.error .error.message:not(:empty), .ui.form .fields.error .error.alert-error:not(:empty),
.ui.form .field.error .error.message:not(:empty),
.ui.form .field.error .error.alert-error:not(:empty) {
  display: block;
}

/* line 441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.error .compact.error.message:not(:empty), .ui.form .fields.error .compact.error.alert-error:not(:empty),
.ui.form .field.error .compact.error.message:not(:empty),
.ui.form .field.error .compact.error.alert-error:not(:empty) {
  display: inline-block;
}

/* line 445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.error .icon.error.message:not(:empty), .ui.form .fields.error .icon.error.alert-error:not(:empty),
.ui.form .field.error .icon.error.message:not(:empty),
.ui.form .field.error .icon.error.alert-error:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 451, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.ui.form .fields.error .field label,
.ui.ui.form .field.error label,
.ui.ui.form .fields.error .field .input,
.ui.ui.form .field.error .input {
  color: #9F3A38;
}

/* line 457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.error .field .corner.label,
.ui.form .field.error .corner.label {
  border-color: #9F3A38;
  color: #FFFFFF;
}

/* line 462, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.error .field textarea,
.ui.form .fields.error .field select,
.ui.form .fields.error .field input:not([type]),
.ui.form .fields.error .field input[type="date"],
.ui.form .fields.error .field input[type="datetime-local"],
.ui.form .fields.error .field input[type="email"],
.ui.form .fields.error .field input[type="number"],
.ui.form .fields.error .field input[type="password"],
.ui.form .fields.error .field input[type="search"],
.ui.form .fields.error .field input[type="tel"],
.ui.form .fields.error .field input[type="time"],
.ui.form .fields.error .field input[type="text"],
.ui.form .fields.error .field input[type="file"],
.ui.form .fields.error .field input[type="url"],
.ui.form .field.error textarea,
.ui.form .field.error select,
.ui.form .field.error input:not([type]),
.ui.form .field.error input[type="date"],
.ui.form .field.error input[type="datetime-local"],
.ui.form .field.error input[type="email"],
.ui.form .field.error input[type="number"],
.ui.form .field.error input[type="password"],
.ui.form .field.error input[type="search"],
.ui.form .field.error input[type="tel"],
.ui.form .field.error input[type="time"],
.ui.form .field.error input[type="text"],
.ui.form .field.error input[type="file"],
.ui.form .field.error input[type="url"] {
  color: #9F3A38;
  background: #ffdddd;
  border-color: #E0B4B4;
  border-radius: '';
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field.error textarea:focus,
.ui.form .field.error select:focus,
.ui.form .field.error input:not([type]):focus,
.ui.form .field.error input[type="date"]:focus,
.ui.form .field.error input[type="datetime-local"]:focus,
.ui.form .field.error input[type="email"]:focus,
.ui.form .field.error input[type="number"]:focus,
.ui.form .field.error input[type="password"]:focus,
.ui.form .field.error input[type="search"]:focus,
.ui.form .field.error input[type="tel"]:focus,
.ui.form .field.error input[type="time"]:focus,
.ui.form .field.error input[type="text"]:focus,
.ui.form .field.error input[type="file"]:focus,
.ui.form .field.error input[type="url"]:focus {
  background: #ffdddd;
  border-color: #E0B4B4;
  color: #9F3A38;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Preserve Native Select Stylings */
/* line 519, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field.error select {
  -webkit-appearance: menulist-button;
}

/*------------------
        Input State
    --------------------*/
/* Transparent */
/* line 529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field.error .transparent.input input,
.ui.form .field.error .transparent.input textarea,
.ui.form .field.error input.transparent,
.ui.form .field.error textarea.transparent {
  background-color: #ffdddd;
  color: #9F3A38;
}

/* Autofilled */
/* line 538, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .error.error input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #FFFAF0 inset !important;
  box-shadow: 0 0 0 100px #FFFAF0 inset !important;
  border-color: #E0B4B4;
}

/* Placeholder */
/* line 545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .error ::-webkit-input-placeholder {
  color: #e7bdbc;
}

/* line 548, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .error :-ms-input-placeholder {
  color: #e7bdbc;
}

/* line 551, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .error ::-moz-placeholder {
  color: #e7bdbc;
}

/* line 554, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .error :focus::-webkit-input-placeholder {
  color: #da9796;
}

/* line 557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .error :focus:-ms-input-placeholder {
  color: #da9796;
}

/* line 560, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .error :focus::-moz-placeholder {
  color: #da9796;
}

/*------------------
        Dropdown State
    --------------------*/
/* line 568, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.error .field .ui.dropdown,
.ui.form .fields.error .field .ui.dropdown .item,
.ui.form .field.error .ui.dropdown,
.ui.form .field.error .ui.dropdown .text,
.ui.form .field.error .ui.dropdown .item {
  background: #ffdddd;
  color: #9F3A38;
}

/* line 576, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.error .field .ui.dropdown,
.ui.form .field.error .ui.dropdown {
  border-color: #E0B4B4 !important;
}

/* line 580, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.error .field .ui.dropdown:hover,
.ui.form .field.error .ui.dropdown:hover {
  border-color: #E0B4B4 !important;
}

/* line 584, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.error .field .ui.dropdown:hover .menu,
.ui.form .field.error .ui.dropdown:hover .menu {
  border-color: #E0B4B4;
}

/* line 588, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.error .field .ui.multiple.selection.dropdown > .label,
.ui.form .field.error .ui.multiple.selection.dropdown > .label {
  background-color: #EACBCB;
  color: #9F3A38;
}

/* Hover */
/* line 595, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.error .field .ui.dropdown .menu .item:hover,
.ui.form .field.error .ui.dropdown .menu .item:hover {
  background-color: #FBE7E7;
}

/* Selected */
/* line 601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.error .field .ui.dropdown .menu .selected.item,
.ui.form .field.error .ui.dropdown .menu .selected.item {
  background-color: #FBE7E7;
}

/* Active */
/* line 607, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.error .field .ui.dropdown .menu .active.item,
.ui.form .field.error .ui.dropdown .menu .active.item {
  background-color: #FDCFCF;
}

/*--------------------
        Checkbox State
    ---------------------*/
/* line 616, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box {
  color: #9F3A38;
}

/* line 622, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before {
  background: #ffdddd;
  border-color: #E0B4B4;
}

/* line 629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.error .field .checkbox label:after,
.ui.form .field.error .checkbox label:after,
.ui.form .fields.error .field .checkbox .box:after,
.ui.form .field.error .checkbox .box:after {
  color: #9F3A38;
}

/* On Form */
/* line 637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form.info .info.message:not(:empty), .ui.form.info .info.alert-error:not(:empty) {
  display: block;
}

/* line 640, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form.info .compact.info.message:not(:empty), .ui.form.info .compact.info.alert-error:not(:empty) {
  display: inline-block;
}

/* line 643, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form.info .icon.info.message:not(:empty), .ui.form.info .icon.info.alert-error:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* On Field(s) */
/* line 650, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.info .info.message:not(:empty), .ui.form .fields.info .info.alert-error:not(:empty),
.ui.form .field.info .info.message:not(:empty),
.ui.form .field.info .info.alert-error:not(:empty) {
  display: block;
}

/* line 654, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.info .compact.info.message:not(:empty), .ui.form .fields.info .compact.info.alert-error:not(:empty),
.ui.form .field.info .compact.info.message:not(:empty),
.ui.form .field.info .compact.info.alert-error:not(:empty) {
  display: inline-block;
}

/* line 658, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.info .icon.info.message:not(:empty), .ui.form .fields.info .icon.info.alert-error:not(:empty),
.ui.form .field.info .icon.info.message:not(:empty),
.ui.form .field.info .icon.info.alert-error:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 664, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.ui.form .fields.info .field label,
.ui.ui.form .field.info label,
.ui.ui.form .fields.info .field .input,
.ui.ui.form .field.info .input {
  color: #276F86;
}

/* line 670, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.info .field .corner.label,
.ui.form .field.info .corner.label {
  border-color: #276F86;
  color: #FFFFFF;
}

/* line 675, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.info .field textarea,
.ui.form .fields.info .field select,
.ui.form .fields.info .field input:not([type]),
.ui.form .fields.info .field input[type="date"],
.ui.form .fields.info .field input[type="datetime-local"],
.ui.form .fields.info .field input[type="email"],
.ui.form .fields.info .field input[type="number"],
.ui.form .fields.info .field input[type="password"],
.ui.form .fields.info .field input[type="search"],
.ui.form .fields.info .field input[type="tel"],
.ui.form .fields.info .field input[type="time"],
.ui.form .fields.info .field input[type="text"],
.ui.form .fields.info .field input[type="file"],
.ui.form .fields.info .field input[type="url"],
.ui.form .field.info textarea,
.ui.form .field.info select,
.ui.form .field.info input:not([type]),
.ui.form .field.info input[type="date"],
.ui.form .field.info input[type="datetime-local"],
.ui.form .field.info input[type="email"],
.ui.form .field.info input[type="number"],
.ui.form .field.info input[type="password"],
.ui.form .field.info input[type="search"],
.ui.form .field.info input[type="tel"],
.ui.form .field.info input[type="time"],
.ui.form .field.info input[type="text"],
.ui.form .field.info input[type="file"],
.ui.form .field.info input[type="url"] {
  color: #276F86;
  background: #dfffff;
  border-color: #A9D5DE;
  border-radius: '';
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 710, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field.info textarea:focus,
.ui.form .field.info select:focus,
.ui.form .field.info input:not([type]):focus,
.ui.form .field.info input[type="date"]:focus,
.ui.form .field.info input[type="datetime-local"]:focus,
.ui.form .field.info input[type="email"]:focus,
.ui.form .field.info input[type="number"]:focus,
.ui.form .field.info input[type="password"]:focus,
.ui.form .field.info input[type="search"]:focus,
.ui.form .field.info input[type="tel"]:focus,
.ui.form .field.info input[type="time"]:focus,
.ui.form .field.info input[type="text"]:focus,
.ui.form .field.info input[type="file"]:focus,
.ui.form .field.info input[type="url"]:focus {
  background: #dfffff;
  border-color: #A9D5DE;
  color: #276F86;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Preserve Native Select Stylings */
/* line 732, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field.info select {
  -webkit-appearance: menulist-button;
}

/*------------------
        Input State
    --------------------*/
/* Transparent */
/* line 742, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field.info .transparent.input input,
.ui.form .field.info .transparent.input textarea,
.ui.form .field.info input.transparent,
.ui.form .field.info textarea.transparent {
  background-color: #dfffff;
  color: #276F86;
}

/* Autofilled */
/* line 751, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .info.info input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #F0FAFF inset !important;
  box-shadow: 0 0 0 100px #F0FAFF inset !important;
  border-color: #b3e0e0;
}

/* Placeholder */
/* line 758, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .info ::-webkit-input-placeholder {
  color: #98cfe1;
}

/* line 761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .info :-ms-input-placeholder {
  color: #98cfe1;
}

/* line 764, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .info ::-moz-placeholder {
  color: #98cfe1;
}

/* line 767, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .info :focus::-webkit-input-placeholder {
  color: #70bdd6;
}

/* line 770, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .info :focus:-ms-input-placeholder {
  color: #70bdd6;
}

/* line 773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .info :focus::-moz-placeholder {
  color: #70bdd6;
}

/*------------------
        Dropdown State
    --------------------*/
/* line 781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.info .field .ui.dropdown,
.ui.form .fields.info .field .ui.dropdown .item,
.ui.form .field.info .ui.dropdown,
.ui.form .field.info .ui.dropdown .text,
.ui.form .field.info .ui.dropdown .item {
  background: #dfffff;
  color: #276F86;
}

/* line 789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.info .field .ui.dropdown,
.ui.form .field.info .ui.dropdown {
  border-color: #A9D5DE !important;
}

/* line 793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.info .field .ui.dropdown:hover,
.ui.form .field.info .ui.dropdown:hover {
  border-color: #A9D5DE !important;
}

/* line 797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.info .field .ui.dropdown:hover .menu,
.ui.form .field.info .ui.dropdown:hover .menu {
  border-color: #A9D5DE;
}

/* line 801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.info .field .ui.multiple.selection.dropdown > .label,
.ui.form .field.info .ui.multiple.selection.dropdown > .label {
  background-color: #cce3ea;
  color: #276F86;
}

/* Hover */
/* line 808, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.info .field .ui.dropdown .menu .item:hover,
.ui.form .field.info .ui.dropdown .menu .item:hover {
  background-color: #e9f2fb;
}

/* Selected */
/* line 814, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.info .field .ui.dropdown .menu .selected.item,
.ui.form .field.info .ui.dropdown .menu .selected.item {
  background-color: #e9f2fb;
}

/* Active */
/* line 820, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.info .field .ui.dropdown .menu .active.item,
.ui.form .field.info .ui.dropdown .menu .active.item {
  background-color: #cef1fd;
}

/*--------------------
        Checkbox State
    ---------------------*/
/* line 829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label,
.ui.form .field.info .checkbox:not(.toggle):not(.slider) label,
.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) .box,
.ui.form .field.info .checkbox:not(.toggle):not(.slider) .box {
  color: #276F86;
}

/* line 835, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .field.info .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) .box:before,
.ui.form .field.info .checkbox:not(.toggle):not(.slider) .box:before {
  background: #dfffff;
  border-color: #A9D5DE;
}

/* line 842, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.info .field .checkbox label:after,
.ui.form .field.info .checkbox label:after,
.ui.form .fields.info .field .checkbox .box:after,
.ui.form .field.info .checkbox .box:after {
  color: #276F86;
}

/* On Form */
/* line 850, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form.success .success.message:not(:empty), .ui.form.success .success.alert-error:not(:empty) {
  display: block;
}

/* line 853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form.success .compact.success.message:not(:empty), .ui.form.success .compact.success.alert-error:not(:empty) {
  display: inline-block;
}

/* line 856, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form.success .icon.success.message:not(:empty), .ui.form.success .icon.success.alert-error:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* On Field(s) */
/* line 863, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.success .success.message:not(:empty), .ui.form .fields.success .success.alert-error:not(:empty),
.ui.form .field.success .success.message:not(:empty),
.ui.form .field.success .success.alert-error:not(:empty) {
  display: block;
}

/* line 867, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.success .compact.success.message:not(:empty), .ui.form .fields.success .compact.success.alert-error:not(:empty),
.ui.form .field.success .compact.success.message:not(:empty),
.ui.form .field.success .compact.success.alert-error:not(:empty) {
  display: inline-block;
}

/* line 871, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.success .icon.success.message:not(:empty), .ui.form .fields.success .icon.success.alert-error:not(:empty),
.ui.form .field.success .icon.success.message:not(:empty),
.ui.form .field.success .icon.success.alert-error:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.ui.form .fields.success .field label,
.ui.ui.form .field.success label,
.ui.ui.form .fields.success .field .input,
.ui.ui.form .field.success .input {
  color: #2C662D;
}

/* line 883, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.success .field .corner.label,
.ui.form .field.success .corner.label {
  border-color: #2C662D;
  color: #FFFFFF;
}

/* line 888, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.success .field textarea,
.ui.form .fields.success .field select,
.ui.form .fields.success .field input:not([type]),
.ui.form .fields.success .field input[type="date"],
.ui.form .fields.success .field input[type="datetime-local"],
.ui.form .fields.success .field input[type="email"],
.ui.form .fields.success .field input[type="number"],
.ui.form .fields.success .field input[type="password"],
.ui.form .fields.success .field input[type="search"],
.ui.form .fields.success .field input[type="tel"],
.ui.form .fields.success .field input[type="time"],
.ui.form .fields.success .field input[type="text"],
.ui.form .fields.success .field input[type="file"],
.ui.form .fields.success .field input[type="url"],
.ui.form .field.success textarea,
.ui.form .field.success select,
.ui.form .field.success input:not([type]),
.ui.form .field.success input[type="date"],
.ui.form .field.success input[type="datetime-local"],
.ui.form .field.success input[type="email"],
.ui.form .field.success input[type="number"],
.ui.form .field.success input[type="password"],
.ui.form .field.success input[type="search"],
.ui.form .field.success input[type="tel"],
.ui.form .field.success input[type="time"],
.ui.form .field.success input[type="text"],
.ui.form .field.success input[type="file"],
.ui.form .field.success input[type="url"] {
  color: #2C662D;
  background: #f4ffdc;
  border-color: #A3C293;
  border-radius: '';
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 923, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field.success textarea:focus,
.ui.form .field.success select:focus,
.ui.form .field.success input:not([type]):focus,
.ui.form .field.success input[type="date"]:focus,
.ui.form .field.success input[type="datetime-local"]:focus,
.ui.form .field.success input[type="email"]:focus,
.ui.form .field.success input[type="number"]:focus,
.ui.form .field.success input[type="password"]:focus,
.ui.form .field.success input[type="search"]:focus,
.ui.form .field.success input[type="tel"]:focus,
.ui.form .field.success input[type="time"]:focus,
.ui.form .field.success input[type="text"]:focus,
.ui.form .field.success input[type="file"]:focus,
.ui.form .field.success input[type="url"]:focus {
  background: #f4ffdc;
  border-color: #A3C293;
  color: #2C662D;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Preserve Native Select Stylings */
/* line 945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field.success select {
  -webkit-appearance: menulist-button;
}

/*------------------
        Input State
    --------------------*/
/* Transparent */
/* line 955, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field.success .transparent.input input,
.ui.form .field.success .transparent.input textarea,
.ui.form .field.success input.transparent,
.ui.form .field.success textarea.transparent {
  background-color: #f4ffdc;
  color: #2C662D;
}

/* Autofilled */
/* line 964, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .success.success input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #F0FFF0 inset !important;
  box-shadow: 0 0 0 100px #F0FFF0 inset !important;
  border-color: #bee0b3;
}

/* Placeholder */
/* line 971, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .success ::-webkit-input-placeholder {
  color: #8fcf90;
}

/* line 974, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .success :-ms-input-placeholder {
  color: #8fcf90;
}

/* line 977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .success ::-moz-placeholder {
  color: #8fcf90;
}

/* line 980, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .success :focus::-webkit-input-placeholder {
  color: #6cbf6d;
}

/* line 983, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .success :focus:-ms-input-placeholder {
  color: #6cbf6d;
}

/* line 986, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .success :focus::-moz-placeholder {
  color: #6cbf6d;
}

/*------------------
        Dropdown State
    --------------------*/
/* line 994, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.success .field .ui.dropdown,
.ui.form .fields.success .field .ui.dropdown .item,
.ui.form .field.success .ui.dropdown,
.ui.form .field.success .ui.dropdown .text,
.ui.form .field.success .ui.dropdown .item {
  background: #f4ffdc;
  color: #2C662D;
}

/* line 1002, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.success .field .ui.dropdown,
.ui.form .field.success .ui.dropdown {
  border-color: #A3C293 !important;
}

/* line 1006, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.success .field .ui.dropdown:hover,
.ui.form .field.success .ui.dropdown:hover {
  border-color: #A3C293 !important;
}

/* line 1010, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.success .field .ui.dropdown:hover .menu,
.ui.form .field.success .ui.dropdown:hover .menu {
  border-color: #A3C293;
}

/* line 1014, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.success .field .ui.multiple.selection.dropdown > .label,
.ui.form .field.success .ui.multiple.selection.dropdown > .label {
  background-color: #cceacc;
  color: #2C662D;
}

/* Hover */
/* line 1021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.success .field .ui.dropdown .menu .item:hover,
.ui.form .field.success .ui.dropdown .menu .item:hover {
  background-color: #e9fbe9;
}

/* Selected */
/* line 1027, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.success .field .ui.dropdown .menu .selected.item,
.ui.form .field.success .ui.dropdown .menu .selected.item {
  background-color: #e9fbe9;
}

/* Active */
/* line 1033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.success .field .ui.dropdown .menu .active.item,
.ui.form .field.success .ui.dropdown .menu .active.item {
  background-color: #dafdce;
}

/*--------------------
        Checkbox State
    ---------------------*/
/* line 1042, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label,
.ui.form .field.success .checkbox:not(.toggle):not(.slider) label,
.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) .box,
.ui.form .field.success .checkbox:not(.toggle):not(.slider) .box {
  color: #2C662D;
}

/* line 1048, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .field.success .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) .box:before,
.ui.form .field.success .checkbox:not(.toggle):not(.slider) .box:before {
  background: #f4ffdc;
  border-color: #A3C293;
}

/* line 1055, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.success .field .checkbox label:after,
.ui.form .field.success .checkbox label:after,
.ui.form .fields.success .field .checkbox .box:after,
.ui.form .field.success .checkbox .box:after {
  color: #2C662D;
}

/* On Form */
/* line 1063, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form.warning .warning.message:not(:empty), .ui.form.warning .warning.alert-error:not(:empty) {
  display: block;
}

/* line 1066, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form.warning .compact.warning.message:not(:empty), .ui.form.warning .compact.warning.alert-error:not(:empty) {
  display: inline-block;
}

/* line 1069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form.warning .icon.warning.message:not(:empty), .ui.form.warning .icon.warning.alert-error:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* On Field(s) */
/* line 1076, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.warning .warning.message:not(:empty), .ui.form .fields.warning .warning.alert-error:not(:empty),
.ui.form .field.warning .warning.message:not(:empty),
.ui.form .field.warning .warning.alert-error:not(:empty) {
  display: block;
}

/* line 1080, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.warning .compact.warning.message:not(:empty), .ui.form .fields.warning .compact.warning.alert-error:not(:empty),
.ui.form .field.warning .compact.warning.message:not(:empty),
.ui.form .field.warning .compact.warning.alert-error:not(:empty) {
  display: inline-block;
}

/* line 1084, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.warning .icon.warning.message:not(:empty), .ui.form .fields.warning .icon.warning.alert-error:not(:empty),
.ui.form .field.warning .icon.warning.message:not(:empty),
.ui.form .field.warning .icon.warning.alert-error:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1090, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.ui.form .fields.warning .field label,
.ui.ui.form .field.warning label,
.ui.ui.form .fields.warning .field .input,
.ui.ui.form .field.warning .input {
  color: #573A08;
}

/* line 1096, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.warning .field .corner.label,
.ui.form .field.warning .corner.label {
  border-color: #573A08;
  color: #FFFFFF;
}

/* line 1101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.warning .field textarea,
.ui.form .fields.warning .field select,
.ui.form .fields.warning .field input:not([type]),
.ui.form .fields.warning .field input[type="date"],
.ui.form .fields.warning .field input[type="datetime-local"],
.ui.form .fields.warning .field input[type="email"],
.ui.form .fields.warning .field input[type="number"],
.ui.form .fields.warning .field input[type="password"],
.ui.form .fields.warning .field input[type="search"],
.ui.form .fields.warning .field input[type="tel"],
.ui.form .fields.warning .field input[type="time"],
.ui.form .fields.warning .field input[type="text"],
.ui.form .fields.warning .field input[type="file"],
.ui.form .fields.warning .field input[type="url"],
.ui.form .field.warning textarea,
.ui.form .field.warning select,
.ui.form .field.warning input:not([type]),
.ui.form .field.warning input[type="date"],
.ui.form .field.warning input[type="datetime-local"],
.ui.form .field.warning input[type="email"],
.ui.form .field.warning input[type="number"],
.ui.form .field.warning input[type="password"],
.ui.form .field.warning input[type="search"],
.ui.form .field.warning input[type="tel"],
.ui.form .field.warning input[type="time"],
.ui.form .field.warning input[type="text"],
.ui.form .field.warning input[type="file"],
.ui.form .field.warning input[type="url"] {
  color: #573A08;
  background: #FFFAF3;
  border-color: #c0af8a;
  border-radius: '';
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1136, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field.warning textarea:focus,
.ui.form .field.warning select:focus,
.ui.form .field.warning input:not([type]):focus,
.ui.form .field.warning input[type="date"]:focus,
.ui.form .field.warning input[type="datetime-local"]:focus,
.ui.form .field.warning input[type="email"]:focus,
.ui.form .field.warning input[type="number"]:focus,
.ui.form .field.warning input[type="password"]:focus,
.ui.form .field.warning input[type="search"]:focus,
.ui.form .field.warning input[type="tel"]:focus,
.ui.form .field.warning input[type="time"]:focus,
.ui.form .field.warning input[type="text"]:focus,
.ui.form .field.warning input[type="file"]:focus,
.ui.form .field.warning input[type="url"]:focus {
  background: #FFFAF3;
  border-color: #c0af8a;
  color: #573A08;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Preserve Native Select Stylings */
/* line 1158, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field.warning select {
  -webkit-appearance: menulist-button;
}

/*------------------
        Input State
    --------------------*/
/* Transparent */
/* line 1168, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field.warning .transparent.input input,
.ui.form .field.warning .transparent.input textarea,
.ui.form .field.warning input.transparent,
.ui.form .field.warning textarea.transparent {
  background-color: #FFFAF3;
  color: #573A08;
}

/* Autofilled */
/* line 1177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .warning.warning input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #FFFFe0 inset !important;
  box-shadow: 0 0 0 100px #FFFFe0 inset !important;
  border-color: #e0e0b3;
}

/* Placeholder */
/* line 1184, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .warning ::-webkit-input-placeholder {
  color: #edad3e;
}

/* line 1187, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .warning :-ms-input-placeholder {
  color: #edad3e;
}

/* line 1190, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .warning ::-moz-placeholder {
  color: #edad3e;
}

/* line 1193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .warning :focus::-webkit-input-placeholder {
  color: #e39715;
}

/* line 1196, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .warning :focus:-ms-input-placeholder {
  color: #e39715;
}

/* line 1199, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .warning :focus::-moz-placeholder {
  color: #e39715;
}

/*------------------
        Dropdown State
    --------------------*/
/* line 1207, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.warning .field .ui.dropdown,
.ui.form .fields.warning .field .ui.dropdown .item,
.ui.form .field.warning .ui.dropdown,
.ui.form .field.warning .ui.dropdown .text,
.ui.form .field.warning .ui.dropdown .item {
  background: #FFFAF3;
  color: #573A08;
}

/* line 1215, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.warning .field .ui.dropdown,
.ui.form .field.warning .ui.dropdown {
  border-color: #c0af8a !important;
}

/* line 1219, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.warning .field .ui.dropdown:hover,
.ui.form .field.warning .ui.dropdown:hover {
  border-color: #c0af8a !important;
}

/* line 1223, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.warning .field .ui.dropdown:hover .menu,
.ui.form .field.warning .ui.dropdown:hover .menu {
  border-color: #c0af8a;
}

/* line 1227, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.warning .field .ui.multiple.selection.dropdown > .label,
.ui.form .field.warning .ui.multiple.selection.dropdown > .label {
  background-color: #eaeacc;
  color: #573A08;
}

/* Hover */
/* line 1234, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.warning .field .ui.dropdown .menu .item:hover,
.ui.form .field.warning .ui.dropdown .menu .item:hover {
  background-color: #fbfbe9;
}

/* Selected */
/* line 1240, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.warning .field .ui.dropdown .menu .selected.item,
.ui.form .field.warning .ui.dropdown .menu .selected.item {
  background-color: #fbfbe9;
}

/* Active */
/* line 1246, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.warning .field .ui.dropdown .menu .active.item,
.ui.form .field.warning .ui.dropdown .menu .active.item {
  background-color: #fdfdce;
}

/*--------------------
        Checkbox State
    ---------------------*/
/* line 1255, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label,
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label,
.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) .box,
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) .box {
  color: #573A08;
}

/* line 1261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) .box:before,
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) .box:before {
  background: #FFFAF3;
  border-color: #c0af8a;
}

/* line 1268, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields.warning .field .checkbox label:after,
.ui.form .field.warning .checkbox label:after,
.ui.form .fields.warning .field .checkbox .box:after,
.ui.form .field.warning .checkbox .box:after {
  color: #573A08;
}

/*--------------------
         Disabled
  ---------------------*/
/* line 1279, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .disabled.fields .field,
.ui.form .disabled.field,
.ui.form .field :disabled {
  pointer-events: none;
  opacity: 0.45;
}

/* line 1285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field.disabled > label,
.ui.form .fields.disabled > label {
  opacity: 0.45;
}

/* line 1289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .field.disabled :disabled {
  opacity: 1;
}

/*--------------
      Loading
  ---------------*/
/* line 1297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.loading.form {
  position: relative;
  cursor: default;
  pointer-events: none;
}

/* line 1302, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.loading.form:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 100;
}

/* line 1312, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.loading.form.segments:before {
  border-radius: 0.28571429rem;
}

/* line 1315, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.loading.form:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  width: 3em;
  height: 3em;
  -webkit-animation: loader 0.6s infinite linear;
  animation: loader 0.6s infinite linear;
  border: 0.2em solid #767676;
  border-radius: 500rem;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  visibility: visible;
  z-index: 101;
}

/*******************************
         Element Types
*******************************/
/*--------------------
       Required Field
  ---------------------*/
/* line 1343, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .required.fields:not(.grouped) > .field > label:after,
.ui.form .required.fields.grouped > label:after,
.ui.form .required.field > label:after,
.ui.form .required.fields:not(.grouped) > .field > .checkbox:after,
.ui.form .required.field > .checkbox:after,
.ui.form label.required:after {
  margin: -0.2em 0 0 0.2em;
  content: '*';
  color: #d32f2f;
}

/* line 1353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .required.fields:not(.grouped) > .field > label:after,
.ui.form .required.fields.grouped > label:after,
.ui.form .required.field > label:after,
.ui.form label.required:after {
  display: inline-block;
  vertical-align: top;
}

/* line 1360, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .required.fields:not(.grouped) > .field > .checkbox:after,
.ui.form .required.field > .checkbox:after {
  position: absolute;
  top: 0;
  left: 100%;
}

/*******************************
           Variations
*******************************/
/*--------------------
      Inverted Colors
  ---------------------*/
/* line 1377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.inverted.form label,
.ui.form .inverted.segment label,
.ui.form .inverted.segment .ui.checkbox label,
.ui.form .inverted.segment .ui.checkbox .box,
.ui.inverted.form .ui.checkbox label,
.ui.inverted.form .ui.checkbox .box,
.ui.inverted.form .inline.fields > label,
.ui.inverted.form .inline.fields .field > label,
.ui.inverted.form .inline.fields .field > p,
.ui.inverted.form .inline.field > label,
.ui.inverted.form .inline.field > p {
  color: rgba(255, 255, 255, 0.9);
}

/* line 1390, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.inverted.loading.form {
  color: #FFFFFF;
}

/* line 1393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.inverted.loading.form:before {
  background: rgba(0, 0, 0, 0.85);
}

/* Inverted Field */
/* line 1398, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.inverted.form input:not([type]),
.ui.inverted.form input[type="date"],
.ui.inverted.form input[type="datetime-local"],
.ui.inverted.form input[type="email"],
.ui.inverted.form input[type="number"],
.ui.inverted.form input[type="password"],
.ui.inverted.form input[type="search"],
.ui.inverted.form input[type="tel"],
.ui.inverted.form input[type="time"],
.ui.inverted.form input[type="text"],
.ui.inverted.form input[type="file"],
.ui.inverted.form input[type="url"] {
  background: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*--------------------
       Field Groups
  ---------------------*/
/* Grouped Vertically */
/* line 1423, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .grouped.fields {
  display: block;
  margin: 0 0 1em;
}

/* line 1427, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .grouped.fields:last-child {
  margin-bottom: 0;
}

/* line 1430, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .grouped.fields > label {
  margin: 0 0 0.28571429rem 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}

/* line 1437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .grouped.fields .field,
.ui.form .grouped.inline.fields .field {
  display: block;
  margin: 0.5em 0;
  padding: 0;
}

/*--------------------
        Fields
---------------------*/
/* Split fields */
/* line 1450, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -0.5em 1em;
}

/* line 1460, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields > .field {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* line 1467, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields > .field:first-child {
  border-left: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Other Combinations */
/* line 1474, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .two.fields > .fields,
.ui.form .two.fields > .field {
  width: 50%;
}

/* line 1478, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .three.fields > .fields,
.ui.form .three.fields > .field {
  width: 33.33333333%;
}

/* line 1482, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .four.fields > .fields,
.ui.form .four.fields > .field {
  width: 25%;
}

/* line 1486, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .five.fields > .fields,
.ui.form .five.fields > .field {
  width: 20%;
}

/* line 1490, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .six.fields > .fields,
.ui.form .six.fields > .field {
  width: 16.66666667%;
}

/* line 1494, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .seven.fields > .fields,
.ui.form .seven.fields > .field {
  width: 14.28571429%;
}

/* line 1498, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .eight.fields > .fields,
.ui.form .eight.fields > .field {
  width: 12.5%;
}

/* line 1502, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .nine.fields > .fields,
.ui.form .nine.fields > .field {
  width: 11.11111111%;
}

/* line 1506, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .ten.fields > .fields,
.ui.form .ten.fields > .field {
  width: 10%;
}

/* Swap to full width on mobile */
@media only screen and (max-width: 767.98px) {
  /* line 1513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
  .ui.form .fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 1517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
  .ui[class*="equal width"].form:not(.unstackable) .fields > .field,
  .ui.form:not(.unstackable) [class*="equal width"].fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .six.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .six.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .seven.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .seven.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .eight.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .eight.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .nine.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .nine.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .ten.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .ten.fields:not(.unstackable) > .field {
    width: 100% !important;
    margin: 0 0 1em;
  }
}
/* Sizing Combinations */
/* line 1543, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fields .wide.field {
  width: 6.25%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* line 1548, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .one.wide.field {
  width: 6.25% !important;
}

/* line 1551, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .two.wide.field {
  width: 12.5% !important;
}

/* line 1554, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .three.wide.field {
  width: 18.75% !important;
}

/* line 1557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .four.wide.field {
  width: 25% !important;
}

/* line 1560, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .five.wide.field {
  width: 31.25% !important;
}

/* line 1563, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .six.wide.field {
  width: 37.5% !important;
}

/* line 1566, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .seven.wide.field {
  width: 43.75% !important;
}

/* line 1569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .eight.wide.field {
  width: 50% !important;
}

/* line 1572, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .nine.wide.field {
  width: 56.25% !important;
}

/* line 1575, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .ten.wide.field {
  width: 62.5% !important;
}

/* line 1578, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .eleven.wide.field {
  width: 68.75% !important;
}

/* line 1581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .twelve.wide.field {
  width: 75% !important;
}

/* line 1584, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .thirteen.wide.field {
  width: 81.25% !important;
}

/* line 1587, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fourteen.wide.field {
  width: 87.5% !important;
}

/* line 1590, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .fifteen.wide.field {
  width: 93.75% !important;
}

/* line 1593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .sixteen.wide.field, .ui.form .wide.field.full {
  width: 100% !important;
}

/* Swap to full width on mobile */
@media only screen and (max-width: 767.98px) {
  /* line 1599, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
  .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .two.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .three.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .four.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .five.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .six.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .seven.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .eight.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .nine.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .ten.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .eleven.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .twelve.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .thirteen.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .fourteen.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .fifteen.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .sixteen.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .wide.field.full {
    width: 100% !important;
  }

  /* line 1624, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
  .ui.form .fields {
    margin-bottom: 0;
  }
}
/*--------------------
     Equal Width
---------------------*/
/* line 1633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui[class*="equal width"].form .fields > .field,
.ui.form [class*="equal width"].fields > .field {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/*--------------------
      Inline Fields
  ---------------------*/
/* line 1645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .inline.fields {
  margin: 0 0 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1651, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .inline.fields .field {
  margin: 0;
  padding: 0 1em 0 0;
}

/* Inline Label */
/* line 1657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .inline.fields > label,
.ui.form .inline.fields .field > label,
.ui.form .inline.fields .field > p,
.ui.form .inline.field > label,
.ui.form .inline.field > p {
  display: inline-block;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: baseline;
  font-size: 0.92857143em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  text-transform: none;
}

/* Grouped Inline Label */
/* line 1674, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .inline.fields > label {
  margin: 0.035714em 1em 0 0;
}

/* Inline Input */
/* line 1679, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .inline.fields .field > input,
.ui.form .inline.fields .field > select,
.ui.form .inline.field > input,
.ui.form .inline.field > select {
  display: inline-block;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 1em;
}

/* Label */
/* line 1692, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .inline.fields .field > :first-child,
.ui.form .inline.field > :first-child {
  margin: 0 0.85714286em 0 0;
}

/* line 1696, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .inline.fields .field > :only-child,
.ui.form .inline.field > :only-child {
  margin: 0;
}

/* Wide */
/* line 1702, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .inline.fields .wide.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1710, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form .inline.fields .wide.field > input,
.ui.form .inline.fields .wide.field > select {
  width: 100%;
}

/*--------------------
        Sizes
---------------------*/
/* line 1719, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.form,
.ui.form .field .dropdown,
.ui.form .field .dropdown .menu > .item {
  font-size: 1rem;
}

/* line 1724, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.mini.form,
.ui.mini.form .field .dropdown,
.ui.mini.form .field .dropdown .menu > .item {
  font-size: 0.78571429rem;
}

/* line 1729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.tiny.form,
.ui.tiny.form .field .dropdown,
.ui.tiny.form .field .dropdown .menu > .item {
  font-size: 0.85714286rem;
}

/* line 1734, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.small.form,
.ui.small.form .field .dropdown,
.ui.small.form .field .dropdown .menu > .item {
  font-size: 0.92857143rem;
}

/* line 1739, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.large.form,
.ui.large.form .field .dropdown,
.ui.large.form .field .dropdown .menu > .item {
  font-size: 1.14285714rem;
}

/* line 1744, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.big.form,
.ui.big.form .field .dropdown,
.ui.big.form .field .dropdown .menu > .item {
  font-size: 1.28571429rem;
}

/* line 1749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.huge.form,
.ui.huge.form .field .dropdown,
.ui.huge.form .field .dropdown .menu > .item {
  font-size: 1.42857143rem;
}

/* line 1754, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_form.scss */
.ui.massive.form,
.ui.massive.form .field .dropdown,
.ui.massive.form .field .dropdown .menu > .item {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Grid
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Standard
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
}

/*----------------------
      Remove Gutters
-----------------------*/
/* line 36, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid {
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 42, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.relaxed.grid {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

/* line 46, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="very relaxed"].grid {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

/* Preserve Rows Spacing on Consecutive Grids */
/* line 52, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid + .grid {
  margin-top: 1rem;
}

/*-------------------
       Columns
--------------------*/
/* Standard 16 column */
/* line 62, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .column:not(.row),
.ui.grid > .row > .column {
  position: relative;
  display: inline-block;
  width: 6.25%;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: top;
}

/* line 71, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > * {
  padding-left: 1rem;
  padding-right: 1rem;
}

/*-------------------
        Rows
--------------------*/
/* line 80, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100% !important;
  padding: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*-------------------
       Columns
--------------------*/
/* Vertical padding when no rows */
/* line 109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .column:not(.row) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > .column {
  margin-top: 0;
  margin-bottom: 0;
}

/*-------------------
      Content
--------------------*/
/* line 122, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > img,
.ui.grid > .row > .column > img {
  max-width: 100%;
}

/*-------------------
    Loose Coupling
--------------------*/
/* Collapse Margin on Consecutive Grid */
/* line 133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .ui.grid:first-child {
  margin-top: 0;
}

/* line 136, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .ui.grid:last-child {
  margin-bottom: 0;
}

/* Segment inside Aligned Grid */
/* line 141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid .aligned.row > .column > .segment:not(.compact):not(.attached),
.ui.aligned.grid .column > .segment:not(.compact):not(.attached) {
  width: 100%;
}

/* Align Dividers with Gutter */
/* line 147, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid .row + .ui.divider {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 1rem 1rem;
}

/* line 153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid .column + .ui.vertical.divider {
  height: calc(50% - 1rem);
}

/* Remove Border on Last Horizontal Segment */
/* line 158, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > .column:last-child > .horizontal.segment,
.ui.grid > .column:last-child > .horizontal.segment {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*******************************
           Variations
*******************************/
/*-----------------------
         Page Grid
  -------------------------*/
@media only screen and (max-width: 767.98px) {
  /* line 175, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.page.grid {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /* line 184, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.page.grid {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  /* line 193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.page.grid {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1919.98px) {
  /* line 202, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.page.grid {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 211, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.page.grid {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 23%;
    padding-right: 23%;
  }
}
/*-------------------
     Column Count
--------------------*/
/* Assume full width with one column */
/* line 226, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .column:only-child,
.ui.grid > .row > .column:only-child {
  width: 100%;
}

/* Grid Based */
/* line 232, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="one column"].grid > .row > .column,
.ui[class*="one column"].grid > .column:not(.row) {
  width: 100%;
}

/* line 236, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="two column"].grid > .row > .column,
.ui[class*="two column"].grid > .column:not(.row) {
  width: 50%;
}

/* line 240, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="three column"].grid > .row > .column,
.ui[class*="three column"].grid > .column:not(.row) {
  width: 33.33333333%;
}

/* line 244, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="four column"].grid > .row > .column,
.ui[class*="four column"].grid > .column:not(.row) {
  width: 25%;
}

/* line 248, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="five column"].grid > .row > .column,
.ui[class*="five column"].grid > .column:not(.row) {
  width: 20%;
}

/* line 252, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="six column"].grid > .row > .column,
.ui[class*="six column"].grid > .column:not(.row) {
  width: 16.66666667%;
}

/* line 256, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="seven column"].grid > .row > .column,
.ui[class*="seven column"].grid > .column:not(.row) {
  width: 14.28571429%;
}

/* line 260, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="eight column"].grid > .row > .column,
.ui[class*="eight column"].grid > .column:not(.row) {
  width: 12.5%;
}

/* line 264, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="nine column"].grid > .row > .column,
.ui[class*="nine column"].grid > .column:not(.row) {
  width: 11.11111111%;
}

/* line 268, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="ten column"].grid > .row > .column,
.ui[class*="ten column"].grid > .column:not(.row) {
  width: 10%;
}

/* line 272, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="eleven column"].grid > .row > .column,
.ui[class*="eleven column"].grid > .column:not(.row) {
  width: 9.09090909%;
}

/* line 276, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="twelve column"].grid > .row > .column,
.ui[class*="twelve column"].grid > .column:not(.row) {
  width: 8.33333333%;
}

/* line 280, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="thirteen column"].grid > .row > .column,
.ui[class*="thirteen column"].grid > .column:not(.row) {
  width: 7.69230769%;
}

/* line 284, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="fourteen column"].grid > .row > .column,
.ui[class*="fourteen column"].grid > .column:not(.row) {
  width: 7.14285714%;
}

/* line 288, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="fifteen column"].grid > .row > .column,
.ui[class*="fifteen column"].grid > .column:not(.row) {
  width: 6.66666667%;
}

/* line 292, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="sixteen column"].grid > .row > .column,
.ui[class*="sixteen column"].grid > .column:not(.row) {
  width: 6.25%;
}

/* Row Based Overrides */
/* line 298, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > [class*="one column"].row > .column {
  width: 100% !important;
}

/* line 301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > [class*="two column"].row > .column {
  width: 50% !important;
}

/* line 304, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > [class*="three column"].row > .column {
  width: 33.33333333% !important;
}

/* line 307, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > [class*="four column"].row > .column {
  width: 25% !important;
}

/* line 310, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > [class*="five column"].row > .column {
  width: 20% !important;
}

/* line 313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > [class*="six column"].row > .column {
  width: 16.66666667% !important;
}

/* line 316, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > [class*="seven column"].row > .column {
  width: 14.28571429% !important;
}

/* line 319, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > [class*="eight column"].row > .column {
  width: 12.5% !important;
}

/* line 322, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > [class*="nine column"].row > .column {
  width: 11.11111111% !important;
}

/* line 325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > [class*="ten column"].row > .column {
  width: 10% !important;
}

/* line 328, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > [class*="eleven column"].row > .column {
  width: 9.09090909% !important;
}

/* line 331, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > [class*="twelve column"].row > .column {
  width: 8.33333333% !important;
}

/* line 334, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > [class*="thirteen column"].row > .column {
  width: 7.69230769% !important;
}

/* line 337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > [class*="fourteen column"].row > .column {
  width: 7.14285714% !important;
}

/* line 340, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > [class*="fifteen column"].row > .column {
  width: 6.66666667% !important;
}

/* line 343, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > [class*="sixteen column"].row > .column {
  width: 6.25% !important;
}

/* Celled Page */
/* line 348, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.celled.page.grid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*-------------------
    Column Width
--------------------*/
/* Sizing Combinations */
/* line 359, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > [class*="one wide"].column,
.ui.grid > .column.row > [class*="one wide"].column,
.ui.grid > [class*="one wide"].column,
.ui.column.grid > [class*="one wide"].column {
  width: 6.25% !important;
}

/* line 365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > [class*="two wide"].column,
.ui.grid > .column.row > [class*="two wide"].column,
.ui.grid > [class*="two wide"].column,
.ui.column.grid > [class*="two wide"].column {
  width: 12.5% !important;
}

/* line 371, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > [class*="three wide"].column,
.ui.grid > .column.row > [class*="three wide"].column,
.ui.grid > [class*="three wide"].column,
.ui.column.grid > [class*="three wide"].column {
  width: 18.75% !important;
}

/* line 377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > [class*="four wide"].column,
.ui.grid > .column.row > [class*="four wide"].column,
.ui.grid > [class*="four wide"].column,
.ui.column.grid > [class*="four wide"].column {
  width: 25% !important;
}

/* line 383, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > [class*="five wide"].column,
.ui.grid > .column.row > [class*="five wide"].column,
.ui.grid > [class*="five wide"].column,
.ui.column.grid > [class*="five wide"].column {
  width: 31.25% !important;
}

/* line 389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > [class*="six wide"].column,
.ui.grid > .column.row > [class*="six wide"].column,
.ui.grid > [class*="six wide"].column,
.ui.column.grid > [class*="six wide"].column {
  width: 37.5% !important;
}

/* line 395, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > [class*="seven wide"].column,
.ui.grid > .column.row > [class*="seven wide"].column,
.ui.grid > [class*="seven wide"].column,
.ui.column.grid > [class*="seven wide"].column {
  width: 43.75% !important;
}

/* line 401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > [class*="eight wide"].column,
.ui.grid > .column.row > [class*="eight wide"].column,
.ui.grid > [class*="eight wide"].column,
.ui.column.grid > [class*="eight wide"].column {
  width: 50% !important;
}

/* line 407, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > [class*="nine wide"].column,
.ui.grid > .column.row > [class*="nine wide"].column,
.ui.grid > [class*="nine wide"].column,
.ui.column.grid > [class*="nine wide"].column {
  width: 56.25% !important;
}

/* line 413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > [class*="ten wide"].column,
.ui.grid > .column.row > [class*="ten wide"].column,
.ui.grid > [class*="ten wide"].column,
.ui.column.grid > [class*="ten wide"].column {
  width: 62.5% !important;
}

/* line 419, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > [class*="eleven wide"].column,
.ui.grid > .column.row > [class*="eleven wide"].column,
.ui.grid > [class*="eleven wide"].column,
.ui.column.grid > [class*="eleven wide"].column {
  width: 68.75% !important;
}

/* line 425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > [class*="twelve wide"].column,
.ui.grid > .column.row > [class*="twelve wide"].column,
.ui.grid > [class*="twelve wide"].column,
.ui.column.grid > [class*="twelve wide"].column {
  width: 75% !important;
}

/* line 431, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > [class*="thirteen wide"].column,
.ui.grid > .column.row > [class*="thirteen wide"].column,
.ui.grid > [class*="thirteen wide"].column,
.ui.column.grid > [class*="thirteen wide"].column {
  width: 81.25% !important;
}

/* line 437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > [class*="fourteen wide"].column,
.ui.grid > .column.row > [class*="fourteen wide"].column,
.ui.grid > [class*="fourteen wide"].column,
.ui.column.grid > [class*="fourteen wide"].column {
  width: 87.5% !important;
}

/* line 443, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > [class*="fifteen wide"].column,
.ui.grid > .column.row > [class*="fifteen wide"].column,
.ui.grid > [class*="fifteen wide"].column,
.ui.column.grid > [class*="fifteen wide"].column {
  width: 93.75% !important;
}

/* line 449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .row > [class*="sixteen wide"].column,
.ui.grid > .column.row > [class*="sixteen wide"].column,
.ui.grid > [class*="sixteen wide"].column,
.ui.column.grid > [class*="sixteen wide"].column {
  width: 100% !important;
}

/*----------------------
    Width per Device
-----------------------*/
/* Mobile Sizing Combinations */
@media only screen and (min-width: 320px) and (max-width: 767.98px) {
  /* line 463, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="one wide mobile"].column,
  .ui.grid > .column.row > [class*="one wide mobile"].column,
  .ui.grid > [class*="one wide mobile"].column,
  .ui.column.grid > [class*="one wide mobile"].column {
    width: 6.25% !important;
  }

  /* line 469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="two wide mobile"].column,
  .ui.grid > .column.row > [class*="two wide mobile"].column,
  .ui.grid > [class*="two wide mobile"].column,
  .ui.column.grid > [class*="two wide mobile"].column {
    width: 12.5% !important;
  }

  /* line 475, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="three wide mobile"].column,
  .ui.grid > .column.row > [class*="three wide mobile"].column,
  .ui.grid > [class*="three wide mobile"].column,
  .ui.column.grid > [class*="three wide mobile"].column {
    width: 18.75% !important;
  }

  /* line 481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="four wide mobile"].column,
  .ui.grid > .column.row > [class*="four wide mobile"].column,
  .ui.grid > [class*="four wide mobile"].column,
  .ui.column.grid > [class*="four wide mobile"].column {
    width: 25% !important;
  }

  /* line 487, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="five wide mobile"].column,
  .ui.grid > .column.row > [class*="five wide mobile"].column,
  .ui.grid > [class*="five wide mobile"].column,
  .ui.column.grid > [class*="five wide mobile"].column {
    width: 31.25% !important;
  }

  /* line 493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="six wide mobile"].column,
  .ui.grid > .column.row > [class*="six wide mobile"].column,
  .ui.grid > [class*="six wide mobile"].column,
  .ui.column.grid > [class*="six wide mobile"].column {
    width: 37.5% !important;
  }

  /* line 499, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="seven wide mobile"].column,
  .ui.grid > .column.row > [class*="seven wide mobile"].column,
  .ui.grid > [class*="seven wide mobile"].column,
  .ui.column.grid > [class*="seven wide mobile"].column {
    width: 43.75% !important;
  }

  /* line 505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="eight wide mobile"].column,
  .ui.grid > .column.row > [class*="eight wide mobile"].column,
  .ui.grid > [class*="eight wide mobile"].column,
  .ui.column.grid > [class*="eight wide mobile"].column {
    width: 50% !important;
  }

  /* line 511, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="nine wide mobile"].column,
  .ui.grid > .column.row > [class*="nine wide mobile"].column,
  .ui.grid > [class*="nine wide mobile"].column,
  .ui.column.grid > [class*="nine wide mobile"].column {
    width: 56.25% !important;
  }

  /* line 517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="ten wide mobile"].column,
  .ui.grid > .column.row > [class*="ten wide mobile"].column,
  .ui.grid > [class*="ten wide mobile"].column,
  .ui.column.grid > [class*="ten wide mobile"].column {
    width: 62.5% !important;
  }

  /* line 523, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="eleven wide mobile"].column,
  .ui.grid > .column.row > [class*="eleven wide mobile"].column,
  .ui.grid > [class*="eleven wide mobile"].column,
  .ui.column.grid > [class*="eleven wide mobile"].column {
    width: 68.75% !important;
  }

  /* line 529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="twelve wide mobile"].column,
  .ui.grid > .column.row > [class*="twelve wide mobile"].column,
  .ui.grid > [class*="twelve wide mobile"].column,
  .ui.column.grid > [class*="twelve wide mobile"].column {
    width: 75% !important;
  }

  /* line 535, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="thirteen wide mobile"].column,
  .ui.grid > .column.row > [class*="thirteen wide mobile"].column,
  .ui.grid > [class*="thirteen wide mobile"].column,
  .ui.column.grid > [class*="thirteen wide mobile"].column {
    width: 81.25% !important;
  }

  /* line 541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="fourteen wide mobile"].column,
  .ui.grid > .column.row > [class*="fourteen wide mobile"].column,
  .ui.grid > [class*="fourteen wide mobile"].column,
  .ui.column.grid > [class*="fourteen wide mobile"].column {
    width: 87.5% !important;
  }

  /* line 547, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="fifteen wide mobile"].column,
  .ui.grid > .column.row > [class*="fifteen wide mobile"].column,
  .ui.grid > [class*="fifteen wide mobile"].column,
  .ui.column.grid > [class*="fifteen wide mobile"].column {
    width: 93.75% !important;
  }

  /* line 553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="sixteen wide mobile"].column,
  .ui.grid > .column.row > [class*="sixteen wide mobile"].column,
  .ui.grid > [class*="sixteen wide mobile"].column,
  .ui.column.grid > [class*="sixteen wide mobile"].column {
    width: 100% !important;
  }
}
/* Tablet Sizing Combinations */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /* line 563, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="one wide tablet"].column,
  .ui.grid > .column.row > [class*="one wide tablet"].column,
  .ui.grid > [class*="one wide tablet"].column,
  .ui.column.grid > [class*="one wide tablet"].column {
    width: 6.25% !important;
  }

  /* line 569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="two wide tablet"].column,
  .ui.grid > .column.row > [class*="two wide tablet"].column,
  .ui.grid > [class*="two wide tablet"].column,
  .ui.column.grid > [class*="two wide tablet"].column {
    width: 12.5% !important;
  }

  /* line 575, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="three wide tablet"].column,
  .ui.grid > .column.row > [class*="three wide tablet"].column,
  .ui.grid > [class*="three wide tablet"].column,
  .ui.column.grid > [class*="three wide tablet"].column {
    width: 18.75% !important;
  }

  /* line 581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="four wide tablet"].column,
  .ui.grid > .column.row > [class*="four wide tablet"].column,
  .ui.grid > [class*="four wide tablet"].column,
  .ui.column.grid > [class*="four wide tablet"].column {
    width: 25% !important;
  }

  /* line 587, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="five wide tablet"].column,
  .ui.grid > .column.row > [class*="five wide tablet"].column,
  .ui.grid > [class*="five wide tablet"].column,
  .ui.column.grid > [class*="five wide tablet"].column {
    width: 31.25% !important;
  }

  /* line 593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="six wide tablet"].column,
  .ui.grid > .column.row > [class*="six wide tablet"].column,
  .ui.grid > [class*="six wide tablet"].column,
  .ui.column.grid > [class*="six wide tablet"].column {
    width: 37.5% !important;
  }

  /* line 599, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="seven wide tablet"].column,
  .ui.grid > .column.row > [class*="seven wide tablet"].column,
  .ui.grid > [class*="seven wide tablet"].column,
  .ui.column.grid > [class*="seven wide tablet"].column {
    width: 43.75% !important;
  }

  /* line 605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="eight wide tablet"].column,
  .ui.grid > .column.row > [class*="eight wide tablet"].column,
  .ui.grid > [class*="eight wide tablet"].column,
  .ui.column.grid > [class*="eight wide tablet"].column {
    width: 50% !important;
  }

  /* line 611, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="nine wide tablet"].column,
  .ui.grid > .column.row > [class*="nine wide tablet"].column,
  .ui.grid > [class*="nine wide tablet"].column,
  .ui.column.grid > [class*="nine wide tablet"].column {
    width: 56.25% !important;
  }

  /* line 617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="ten wide tablet"].column,
  .ui.grid > .column.row > [class*="ten wide tablet"].column,
  .ui.grid > [class*="ten wide tablet"].column,
  .ui.column.grid > [class*="ten wide tablet"].column {
    width: 62.5% !important;
  }

  /* line 623, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="eleven wide tablet"].column,
  .ui.grid > .column.row > [class*="eleven wide tablet"].column,
  .ui.grid > [class*="eleven wide tablet"].column,
  .ui.column.grid > [class*="eleven wide tablet"].column {
    width: 68.75% !important;
  }

  /* line 629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="twelve wide tablet"].column,
  .ui.grid > .column.row > [class*="twelve wide tablet"].column,
  .ui.grid > [class*="twelve wide tablet"].column,
  .ui.column.grid > [class*="twelve wide tablet"].column {
    width: 75% !important;
  }

  /* line 635, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="thirteen wide tablet"].column,
  .ui.grid > .column.row > [class*="thirteen wide tablet"].column,
  .ui.grid > [class*="thirteen wide tablet"].column,
  .ui.column.grid > [class*="thirteen wide tablet"].column {
    width: 81.25% !important;
  }

  /* line 641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="fourteen wide tablet"].column,
  .ui.grid > .column.row > [class*="fourteen wide tablet"].column,
  .ui.grid > [class*="fourteen wide tablet"].column,
  .ui.column.grid > [class*="fourteen wide tablet"].column {
    width: 87.5% !important;
  }

  /* line 647, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="fifteen wide tablet"].column,
  .ui.grid > .column.row > [class*="fifteen wide tablet"].column,
  .ui.grid > [class*="fifteen wide tablet"].column,
  .ui.column.grid > [class*="fifteen wide tablet"].column {
    width: 93.75% !important;
  }

  /* line 653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="sixteen wide tablet"].column,
  .ui.grid > .column.row > [class*="sixteen wide tablet"].column,
  .ui.grid > [class*="sixteen wide tablet"].column,
  .ui.column.grid > [class*="sixteen wide tablet"].column {
    width: 100% !important;
  }
}
/* Computer/Desktop Sizing Combinations */
@media only screen and (min-width: 992px) {
  /* line 663, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="one wide computer"].column,
  .ui.grid > .column.row > [class*="one wide computer"].column,
  .ui.grid > [class*="one wide computer"].column,
  .ui.column.grid > [class*="one wide computer"].column {
    width: 6.25% !important;
  }

  /* line 669, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="two wide computer"].column,
  .ui.grid > .column.row > [class*="two wide computer"].column,
  .ui.grid > [class*="two wide computer"].column,
  .ui.column.grid > [class*="two wide computer"].column {
    width: 12.5% !important;
  }

  /* line 675, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="three wide computer"].column,
  .ui.grid > .column.row > [class*="three wide computer"].column,
  .ui.grid > [class*="three wide computer"].column,
  .ui.column.grid > [class*="three wide computer"].column {
    width: 18.75% !important;
  }

  /* line 681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="four wide computer"].column,
  .ui.grid > .column.row > [class*="four wide computer"].column,
  .ui.grid > [class*="four wide computer"].column,
  .ui.column.grid > [class*="four wide computer"].column {
    width: 25% !important;
  }

  /* line 687, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="five wide computer"].column,
  .ui.grid > .column.row > [class*="five wide computer"].column,
  .ui.grid > [class*="five wide computer"].column,
  .ui.column.grid > [class*="five wide computer"].column {
    width: 31.25% !important;
  }

  /* line 693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="six wide computer"].column,
  .ui.grid > .column.row > [class*="six wide computer"].column,
  .ui.grid > [class*="six wide computer"].column,
  .ui.column.grid > [class*="six wide computer"].column {
    width: 37.5% !important;
  }

  /* line 699, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="seven wide computer"].column,
  .ui.grid > .column.row > [class*="seven wide computer"].column,
  .ui.grid > [class*="seven wide computer"].column,
  .ui.column.grid > [class*="seven wide computer"].column {
    width: 43.75% !important;
  }

  /* line 705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="eight wide computer"].column,
  .ui.grid > .column.row > [class*="eight wide computer"].column,
  .ui.grid > [class*="eight wide computer"].column,
  .ui.column.grid > [class*="eight wide computer"].column {
    width: 50% !important;
  }

  /* line 711, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="nine wide computer"].column,
  .ui.grid > .column.row > [class*="nine wide computer"].column,
  .ui.grid > [class*="nine wide computer"].column,
  .ui.column.grid > [class*="nine wide computer"].column {
    width: 56.25% !important;
  }

  /* line 717, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="ten wide computer"].column,
  .ui.grid > .column.row > [class*="ten wide computer"].column,
  .ui.grid > [class*="ten wide computer"].column,
  .ui.column.grid > [class*="ten wide computer"].column {
    width: 62.5% !important;
  }

  /* line 723, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="eleven wide computer"].column,
  .ui.grid > .column.row > [class*="eleven wide computer"].column,
  .ui.grid > [class*="eleven wide computer"].column,
  .ui.column.grid > [class*="eleven wide computer"].column {
    width: 68.75% !important;
  }

  /* line 729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="twelve wide computer"].column,
  .ui.grid > .column.row > [class*="twelve wide computer"].column,
  .ui.grid > [class*="twelve wide computer"].column,
  .ui.column.grid > [class*="twelve wide computer"].column {
    width: 75% !important;
  }

  /* line 735, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="thirteen wide computer"].column,
  .ui.grid > .column.row > [class*="thirteen wide computer"].column,
  .ui.grid > [class*="thirteen wide computer"].column,
  .ui.column.grid > [class*="thirteen wide computer"].column {
    width: 81.25% !important;
  }

  /* line 741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="fourteen wide computer"].column,
  .ui.grid > .column.row > [class*="fourteen wide computer"].column,
  .ui.grid > [class*="fourteen wide computer"].column,
  .ui.column.grid > [class*="fourteen wide computer"].column {
    width: 87.5% !important;
  }

  /* line 747, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="fifteen wide computer"].column,
  .ui.grid > .column.row > [class*="fifteen wide computer"].column,
  .ui.grid > [class*="fifteen wide computer"].column,
  .ui.column.grid > [class*="fifteen wide computer"].column {
    width: 93.75% !important;
  }

  /* line 753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="sixteen wide computer"].column,
  .ui.grid > .column.row > [class*="sixteen wide computer"].column,
  .ui.grid > [class*="sixteen wide computer"].column,
  .ui.column.grid > [class*="sixteen wide computer"].column {
    width: 100% !important;
  }
}
/* Large Monitor Sizing Combinations */
@media only screen and (min-width: 1200px) and (max-width: 1919.98px) {
  /* line 763, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="one wide large screen"].column,
  .ui.grid > .column.row > [class*="one wide large screen"].column,
  .ui.grid > [class*="one wide large screen"].column,
  .ui.column.grid > [class*="one wide large screen"].column {
    width: 6.25% !important;
  }

  /* line 769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="two wide large screen"].column,
  .ui.grid > .column.row > [class*="two wide large screen"].column,
  .ui.grid > [class*="two wide large screen"].column,
  .ui.column.grid > [class*="two wide large screen"].column {
    width: 12.5% !important;
  }

  /* line 775, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="three wide large screen"].column,
  .ui.grid > .column.row > [class*="three wide large screen"].column,
  .ui.grid > [class*="three wide large screen"].column,
  .ui.column.grid > [class*="three wide large screen"].column {
    width: 18.75% !important;
  }

  /* line 781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="four wide large screen"].column,
  .ui.grid > .column.row > [class*="four wide large screen"].column,
  .ui.grid > [class*="four wide large screen"].column,
  .ui.column.grid > [class*="four wide large screen"].column {
    width: 25% !important;
  }

  /* line 787, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="five wide large screen"].column,
  .ui.grid > .column.row > [class*="five wide large screen"].column,
  .ui.grid > [class*="five wide large screen"].column,
  .ui.column.grid > [class*="five wide large screen"].column {
    width: 31.25% !important;
  }

  /* line 793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="six wide large screen"].column,
  .ui.grid > .column.row > [class*="six wide large screen"].column,
  .ui.grid > [class*="six wide large screen"].column,
  .ui.column.grid > [class*="six wide large screen"].column {
    width: 37.5% !important;
  }

  /* line 799, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="seven wide large screen"].column,
  .ui.grid > .column.row > [class*="seven wide large screen"].column,
  .ui.grid > [class*="seven wide large screen"].column,
  .ui.column.grid > [class*="seven wide large screen"].column {
    width: 43.75% !important;
  }

  /* line 805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="eight wide large screen"].column,
  .ui.grid > .column.row > [class*="eight wide large screen"].column,
  .ui.grid > [class*="eight wide large screen"].column,
  .ui.column.grid > [class*="eight wide large screen"].column {
    width: 50% !important;
  }

  /* line 811, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="nine wide large screen"].column,
  .ui.grid > .column.row > [class*="nine wide large screen"].column,
  .ui.grid > [class*="nine wide large screen"].column,
  .ui.column.grid > [class*="nine wide large screen"].column {
    width: 56.25% !important;
  }

  /* line 817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="ten wide large screen"].column,
  .ui.grid > .column.row > [class*="ten wide large screen"].column,
  .ui.grid > [class*="ten wide large screen"].column,
  .ui.column.grid > [class*="ten wide large screen"].column {
    width: 62.5% !important;
  }

  /* line 823, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="eleven wide large screen"].column,
  .ui.grid > .column.row > [class*="eleven wide large screen"].column,
  .ui.grid > [class*="eleven wide large screen"].column,
  .ui.column.grid > [class*="eleven wide large screen"].column {
    width: 68.75% !important;
  }

  /* line 829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="twelve wide large screen"].column,
  .ui.grid > .column.row > [class*="twelve wide large screen"].column,
  .ui.grid > [class*="twelve wide large screen"].column,
  .ui.column.grid > [class*="twelve wide large screen"].column {
    width: 75% !important;
  }

  /* line 835, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="thirteen wide large screen"].column,
  .ui.grid > .column.row > [class*="thirteen wide large screen"].column,
  .ui.grid > [class*="thirteen wide large screen"].column,
  .ui.column.grid > [class*="thirteen wide large screen"].column {
    width: 81.25% !important;
  }

  /* line 841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="fourteen wide large screen"].column,
  .ui.grid > .column.row > [class*="fourteen wide large screen"].column,
  .ui.grid > [class*="fourteen wide large screen"].column,
  .ui.column.grid > [class*="fourteen wide large screen"].column {
    width: 87.5% !important;
  }

  /* line 847, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="fifteen wide large screen"].column,
  .ui.grid > .column.row > [class*="fifteen wide large screen"].column,
  .ui.grid > [class*="fifteen wide large screen"].column,
  .ui.column.grid > [class*="fifteen wide large screen"].column {
    width: 93.75% !important;
  }

  /* line 853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="sixteen wide large screen"].column,
  .ui.grid > .column.row > [class*="sixteen wide large screen"].column,
  .ui.grid > [class*="sixteen wide large screen"].column,
  .ui.column.grid > [class*="sixteen wide large screen"].column {
    width: 100% !important;
  }
}
/* Widescreen Sizing Combinations */
@media only screen and (min-width: 1920px) {
  /* line 863, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="one wide widescreen"].column,
  .ui.grid > .column.row > [class*="one wide widescreen"].column,
  .ui.grid > [class*="one wide widescreen"].column,
  .ui.column.grid > [class*="one wide widescreen"].column {
    width: 6.25% !important;
  }

  /* line 869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="two wide widescreen"].column,
  .ui.grid > .column.row > [class*="two wide widescreen"].column,
  .ui.grid > [class*="two wide widescreen"].column,
  .ui.column.grid > [class*="two wide widescreen"].column {
    width: 12.5% !important;
  }

  /* line 875, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="three wide widescreen"].column,
  .ui.grid > .column.row > [class*="three wide widescreen"].column,
  .ui.grid > [class*="three wide widescreen"].column,
  .ui.column.grid > [class*="three wide widescreen"].column {
    width: 18.75% !important;
  }

  /* line 881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="four wide widescreen"].column,
  .ui.grid > .column.row > [class*="four wide widescreen"].column,
  .ui.grid > [class*="four wide widescreen"].column,
  .ui.column.grid > [class*="four wide widescreen"].column {
    width: 25% !important;
  }

  /* line 887, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="five wide widescreen"].column,
  .ui.grid > .column.row > [class*="five wide widescreen"].column,
  .ui.grid > [class*="five wide widescreen"].column,
  .ui.column.grid > [class*="five wide widescreen"].column {
    width: 31.25% !important;
  }

  /* line 893, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="six wide widescreen"].column,
  .ui.grid > .column.row > [class*="six wide widescreen"].column,
  .ui.grid > [class*="six wide widescreen"].column,
  .ui.column.grid > [class*="six wide widescreen"].column {
    width: 37.5% !important;
  }

  /* line 899, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="seven wide widescreen"].column,
  .ui.grid > .column.row > [class*="seven wide widescreen"].column,
  .ui.grid > [class*="seven wide widescreen"].column,
  .ui.column.grid > [class*="seven wide widescreen"].column {
    width: 43.75% !important;
  }

  /* line 905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="eight wide widescreen"].column,
  .ui.grid > .column.row > [class*="eight wide widescreen"].column,
  .ui.grid > [class*="eight wide widescreen"].column,
  .ui.column.grid > [class*="eight wide widescreen"].column {
    width: 50% !important;
  }

  /* line 911, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="nine wide widescreen"].column,
  .ui.grid > .column.row > [class*="nine wide widescreen"].column,
  .ui.grid > [class*="nine wide widescreen"].column,
  .ui.column.grid > [class*="nine wide widescreen"].column {
    width: 56.25% !important;
  }

  /* line 917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="ten wide widescreen"].column,
  .ui.grid > .column.row > [class*="ten wide widescreen"].column,
  .ui.grid > [class*="ten wide widescreen"].column,
  .ui.column.grid > [class*="ten wide widescreen"].column {
    width: 62.5% !important;
  }

  /* line 923, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="eleven wide widescreen"].column,
  .ui.grid > .column.row > [class*="eleven wide widescreen"].column,
  .ui.grid > [class*="eleven wide widescreen"].column,
  .ui.column.grid > [class*="eleven wide widescreen"].column {
    width: 68.75% !important;
  }

  /* line 929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="twelve wide widescreen"].column,
  .ui.grid > .column.row > [class*="twelve wide widescreen"].column,
  .ui.grid > [class*="twelve wide widescreen"].column,
  .ui.column.grid > [class*="twelve wide widescreen"].column {
    width: 75% !important;
  }

  /* line 935, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="thirteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="thirteen wide widescreen"].column,
  .ui.grid > [class*="thirteen wide widescreen"].column,
  .ui.column.grid > [class*="thirteen wide widescreen"].column {
    width: 81.25% !important;
  }

  /* line 941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="fourteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="fourteen wide widescreen"].column,
  .ui.grid > [class*="fourteen wide widescreen"].column,
  .ui.column.grid > [class*="fourteen wide widescreen"].column {
    width: 87.5% !important;
  }

  /* line 947, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="fifteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="fifteen wide widescreen"].column,
  .ui.grid > [class*="fifteen wide widescreen"].column,
  .ui.column.grid > [class*="fifteen wide widescreen"].column {
    width: 93.75% !important;
  }

  /* line 953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .row > [class*="sixteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="sixteen wide widescreen"].column,
  .ui.grid > [class*="sixteen wide widescreen"].column,
  .ui.column.grid > [class*="sixteen wide widescreen"].column {
    width: 100% !important;
  }
}
/*----------------------
          Centered
  -----------------------*/
/* line 965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.centered.grid,
.ui.centered.grid > .row,
.ui.grid > .centered.row {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.centered.grid > .column:not(.aligned):not(.justified):not(.row),
.ui.centered.grid > .row > .column:not(.aligned):not(.justified),
.ui.grid .centered.row > .column:not(.aligned):not(.justified) {
  text-align: left;
}

/* line 978, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .centered.column,
.ui.grid > .row > .centered.column {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*----------------------
          Relaxed
  -----------------------*/
/* line 989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.relaxed.grid > .column:not(.row),
.ui.relaxed.grid > .row > .column,
.ui.grid > .relaxed.row > .column {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 995, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="very relaxed"].grid > .column:not(.row),
.ui[class*="very relaxed"].grid > .row > .column,
.ui.grid > [class*="very relaxed"].row > .column {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

/* Coupling with UI Divider */
/* line 1003, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.relaxed.grid .row + .ui.divider,
.ui.grid .relaxed.row + .ui.divider {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

/* line 1008, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="very relaxed"].grid .row + .ui.divider,
.ui.grid [class*="very relaxed"].row + .ui.divider {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

/*----------------------
          Padded
  -----------------------*/
/* line 1018, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.padded.grid:not(.vertically):not(.horizontally) {
  margin: 0 !important;
}

/* line 1021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
[class*="horizontally padded"].ui.grid {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 1025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
[class*="vertically padded"].ui.grid {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*----------------------
         "Floated"
  -----------------------*/
/* line 1034, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid [class*="left floated"].column {
  margin-right: auto;
}

/* line 1037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid [class*="right floated"].column {
  margin-left: auto;
}

/*----------------------
          Divided
  -----------------------*/
/* line 1045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
.ui.divided.grid:not([class*="vertically divided"]) > .row > .column {
  -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
  box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
}

/* Swap from padding to margin on columns to have dividers align */
/* line 1052, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="vertically divided"].grid > .column:not(.row),
.ui[class*="vertically divided"].grid > .row > .column {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 1059, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="vertically divided"].grid > .row {
  margin-top: 0;
  margin-bottom: 0;
}

/* No divider on first column on row */
/* line 1065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.divided.grid:not([class*="vertically divided"]) > .column:first-child,
.ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* No space on top of first row */
/* line 1072, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="vertically divided"].grid > .row:first-child > .column {
  margin-top: 0;
}

/* Divided Row */
/* line 1077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .divided.row > .column {
  -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
  box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
}

/* line 1081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .divided.row > .column:first-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Vertically Divided */
/* line 1087, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="vertically divided"].grid > .row {
  position: relative;
}

/* line 1090, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="vertically divided"].grid > .row:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 2rem);
  height: 1px;
  margin: 0 1rem;
  -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
}

/* Padded Horizontally Divided */
/* line 1103, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
[class*="horizontally padded"].ui.divided.grid,
.ui.padded.divided.grid:not(.vertically):not(.horizontally) {
  width: 100%;
}

/* First Row Vertically Divided */
/* line 1109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="vertically divided"].grid > .row:first-child:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Inverted Divided */
/* line 1115, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column {
  -webkit-box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
}

/* line 1120, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row):first-child,
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.inverted[class*="vertically divided"].grid > .row:before {
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
}

/* Relaxed */
/* line 1131, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.relaxed[class*="vertically divided"].grid > .row:before {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: calc(100% - 3rem);
}

/* line 1136, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="very relaxed"][class*="vertically divided"].grid > .row:before {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  width: calc(100% - 5rem);
}

/*----------------------
           Celled
  -----------------------*/
/* line 1146, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.celled.grid {
  width: 100%;
  margin: 1em 0;
  -webkit-box-shadow: 0 0 0 1px #D4D4D5;
  box-shadow: 0 0 0 1px #D4D4D5;
}

/* line 1152, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.celled.grid > .row {
  width: 100% !important;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 -1px 0 0 #D4D4D5;
  box-shadow: 0 -1px 0 0 #D4D4D5;
}

/* line 1159, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column {
  -webkit-box-shadow: -1px 0 0 0 #D4D4D5;
  box-shadow: -1px 0 0 0 #D4D4D5;
}

/* line 1164, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.celled.grid > .column:first-child,
.ui.celled.grid > .row > .column:first-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column {
  padding: 1em;
}

/* line 1173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.relaxed.celled.grid > .column:not(.row),
.ui.relaxed.celled.grid > .row > .column {
  padding: 1.5em;
}

/* line 1177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="very relaxed"].celled.grid > .column:not(.row),
.ui[class*="very relaxed"].celled.grid > .row > .column {
  padding: 2em;
}

/* Internally Celled */
/* line 1183, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="internally celled"].grid {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

/* line 1188, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="internally celled"].grid > .row:first-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1192, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="internally celled"].grid > .row > .column:first-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*----------------------
     Vertically Aligned
  -----------------------*/
/* Top Aligned */
/* line 1203, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="top aligned"].grid > .column:not(.row),
.ui[class*="top aligned"].grid > .row > .column,
.ui.grid > [class*="top aligned"].row > .column,
.ui.grid > [class*="top aligned"].column:not(.row),
.ui.grid > .row > [class*="top aligned"].column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: top;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* Middle Aligned */
/* line 1218, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="middle aligned"].grid > .column:not(.row),
.ui[class*="middle aligned"].grid > .row > .column,
.ui.grid > [class*="middle aligned"].row > .column,
.ui.grid > [class*="middle aligned"].column:not(.row),
.ui.grid > .row > [class*="middle aligned"].column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: middle;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* Bottom Aligned */
/* line 1233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="bottom aligned"].grid > .column:not(.row),
.ui[class*="bottom aligned"].grid > .row > .column,
.ui.grid > [class*="bottom aligned"].row > .column,
.ui.grid > [class*="bottom aligned"].column:not(.row),
.ui.grid > .row > [class*="bottom aligned"].column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: bottom;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* Stretched */
/* line 1248, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.stretched.grid > .row > .column,
.ui.stretched.grid > .column,
.ui.grid > .stretched.row > .column,
.ui.grid > .stretched.column:not(.row),
.ui.grid > .row > .stretched.column {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 1263, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.stretched.grid > .row > .column > *,
.ui.stretched.grid > .column > *,
.ui.grid > .stretched.row > .column > *,
.ui.grid > .stretched.column:not(.row) > *,
.ui.grid > .row > .stretched.column > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/*----------------------
    Horizontally Centered
  -----------------------*/
/* Left Aligned */
/* line 1279, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="left aligned"].grid > .column,
.ui[class*="left aligned"].grid > .row > .column,
.ui.grid > [class*="left aligned"].row > .column,
.ui.grid > [class*="left aligned"].column.column,
.ui.grid > .row > [class*="left aligned"].column.column {
  text-align: left;
  -ms-flex-item-align: inherit;
  align-self: inherit;
}

/* Center Aligned */
/* line 1290, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="center aligned"].grid > .column,
.ui[class*="center aligned"].grid > .row > .column,
.ui.grid > [class*="center aligned"].row > .column,
.ui.grid > [class*="center aligned"].column.column,
.ui.grid > .row > [class*="center aligned"].column.column {
  text-align: center;
  -ms-flex-item-align: inherit;
  align-self: inherit;
}

/* line 1299, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="center aligned"].grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Right Aligned */
/* line 1306, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="right aligned"].grid > .column,
.ui[class*="right aligned"].grid > .row > .column,
.ui.grid > [class*="right aligned"].row > .column,
.ui.grid > [class*="right aligned"].column.column,
.ui.grid > .row > [class*="right aligned"].column.column {
  text-align: right;
  -ms-flex-item-align: inherit;
  align-self: inherit;
}

/* Justified */
/* line 1317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.justified.grid > .column,
.ui.justified.grid > .row > .column,
.ui.grid > .justified.row > .column,
.ui.grid > .justified.column.column,
.ui.grid > .row > .justified.column.column {
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/*----------------------
         Colored
-----------------------*/
/* line 1332, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .primary.row,
.ui.grid > .primary.column,
.ui.grid > .row > .primary.column {
  background-color: #2196f3;
  color: #FFFFFF;
}

/* line 1338, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .secondary.row,
.ui.grid > .secondary.column,
.ui.grid > .row > .secondary.column {
  background-color: #1A1A1D;
  color: #FFFFFF;
}

/* line 1344, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .red.row,
.ui.grid > .red.column,
.ui.grid > .row > .red.column {
  background-color: #d32f2f;
  color: #FFFFFF;
}

/* line 1350, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .orange.row,
.ui.grid > .orange.column,
.ui.grid > .row > .orange.column {
  background-color: #f57c00;
  color: #FFFFFF;
}

/* line 1356, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .yellow.row,
.ui.grid > .yellow.column,
.ui.grid > .row > .yellow.column {
  background-color: #FBBD08;
  color: #FFFFFF;
}

/* line 1362, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .olive.row,
.ui.grid > .olive.column,
.ui.grid > .row > .olive.column {
  background-color: #B5CC18;
  color: #FFFFFF;
}

/* line 1368, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .green.row,
.ui.grid > .green.column,
.ui.grid > .row > .green.column {
  background-color: #21BA45;
  color: #FFFFFF;
}

/* line 1374, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .teal.row,
.ui.grid > .teal.column,
.ui.grid > .row > .teal.column {
  background-color: #00796b;
  color: #FFFFFF;
}

/* line 1380, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .blue.row,
.ui.grid > .blue.column,
.ui.grid > .row > .blue.column {
  background-color: #2196f3;
  color: #FFFFFF;
}

/* line 1386, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .violet.row,
.ui.grid > .violet.column,
.ui.grid > .row > .violet.column {
  background-color: #6435C9;
  color: #FFFFFF;
}

/* line 1392, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .purple.row,
.ui.grid > .purple.column,
.ui.grid > .row > .purple.column {
  background-color: #A333C8;
  color: #FFFFFF;
}

/* line 1398, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .pink.row,
.ui.grid > .pink.column,
.ui.grid > .row > .pink.column {
  background-color: #E03997;
  color: #FFFFFF;
}

/* line 1404, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .brown.row,
.ui.grid > .brown.column,
.ui.grid > .row > .brown.column {
  background-color: #A5673F;
  color: #FFFFFF;
}

/* line 1410, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .grey.row,
.ui.grid > .grey.column,
.ui.grid > .row > .grey.column {
  background-color: #767676;
  color: #FFFFFF;
}

/* line 1416, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.grid > .black.row,
.ui.grid > .black.column,
.ui.grid > .row > .black.column {
  background-color: #1A1A1D;
  color: #FFFFFF;
}

/*----------------------
      Equal Width
-----------------------*/
/* line 1427, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="equal width"].grid > .column:not(.row),
.ui[class*="equal width"].grid > .row > .column,
.ui.grid > [class*="equal width"].row > .column {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 1435, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="equal width"].grid > .wide.column,
.ui[class*="equal width"].grid > .row > .wide.column,
.ui.grid > [class*="equal width"].row > .wide.column {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

/*----------------------
          Reverse
  -----------------------*/
/* Mobile */
@media only screen and (max-width: 767.98px) {
  /* line 1450, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="mobile reversed"].grid,
  .ui[class*="mobile reversed"].grid > .row,
  .ui.grid > [class*="mobile reversed"].row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  /* line 1458, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="mobile vertically reversed"].grid,
  .ui.stackable[class*="mobile reversed"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  /* Divided Reversed */
  /* line 1467, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
    -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
    box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
  }

  /* line 1472, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* Vertically Divided Reversed */
  /* line 1479, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child:before {
    -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
    box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
  }

  /* line 1483, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child:before {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* Celled Reversed */
  /* line 1489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="mobile reversed"].celled.grid > .row > .column:first-child {
    -webkit-box-shadow: -1px 0 0 0 #D4D4D5;
    box-shadow: -1px 0 0 0 #D4D4D5;
  }

  /* line 1493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="mobile reversed"].celled.grid > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /* line 1501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="tablet reversed"].grid,
  .ui[class*="tablet reversed"].grid > .row,
  .ui.grid > [class*="tablet reversed"].row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  /* line 1509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="tablet vertically reversed"].grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  /* Divided Reversed */
  /* line 1517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
    -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
    box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
  }

  /* line 1522, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* Vertically Divided Reversed */
  /* line 1529, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child:before {
    -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
    box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
  }

  /* line 1533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child:before {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* Celled Reversed */
  /* line 1539, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="tablet reversed"].celled.grid > .row > .column:first-child {
    -webkit-box-shadow: -1px 0 0 0 #D4D4D5;
    box-shadow: -1px 0 0 0 #D4D4D5;
  }

  /* line 1543, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="tablet reversed"].celled.grid > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* Computer */
@media only screen and (min-width: 992px) {
  /* line 1551, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="computer reversed"].grid,
  .ui[class*="computer reversed"].grid > .row,
  .ui.grid > [class*="computer reversed"].row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  /* line 1559, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="computer vertically reversed"].grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  /* Divided Reversed */
  /* line 1567, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
    -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
    box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
  }

  /* line 1572, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* Vertically Divided Reversed */
  /* line 1579, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child:before {
    -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
    box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
  }

  /* line 1583, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child:before {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* Celled Reversed */
  /* line 1589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="computer reversed"].celled.grid > .row > .column:first-child {
    -webkit-box-shadow: -1px 0 0 0 #D4D4D5;
    box-shadow: -1px 0 0 0 #D4D4D5;
  }

  /* line 1593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="computer reversed"].celled.grid > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/*-------------------
        Doubling
  --------------------*/
/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /* line 1606, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.doubling.grid {
    width: auto;
  }

  /* line 1609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .doubling.row,
  .ui.doubling.grid > .row {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* line 1614, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    display: inline-block !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0;
  }

  /* line 1623, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="two column"].doubling.grid > .row > .column,
  .ui[class*="two column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="two column"].doubling.row.row > .column {
    width: 100% !important;
  }

  /* line 1628, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="three column"].doubling.grid > .row > .column,
  .ui[class*="three column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="three column"].doubling.row.row > .column {
    width: 50% !important;
  }

  /* line 1633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="four column"].doubling.grid > .row > .column,
  .ui[class*="four column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="four column"].doubling.row.row > .column {
    width: 50% !important;
  }

  /* line 1638, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="five column"].doubling.grid > .row > .column,
  .ui[class*="five column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="five column"].doubling.row.row > .column {
    width: 33.33333333% !important;
  }

  /* line 1643, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="six column"].doubling.grid > .row > .column,
  .ui[class*="six column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="six column"].doubling.row.row > .column {
    width: 33.33333333% !important;
  }

  /* line 1648, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="seven column"].doubling.grid > .row > .column,
  .ui[class*="seven column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="seven column"].doubling.row.row > .column {
    width: 33.33333333% !important;
  }

  /* line 1653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="eight column"].doubling.grid > .row > .column,
  .ui[class*="eight column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="eight column"].doubling.row.row > .column {
    width: 25% !important;
  }

  /* line 1658, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="nine column"].doubling.grid > .row > .column,
  .ui[class*="nine column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="nine column"].doubling.row.row > .column {
    width: 25% !important;
  }

  /* line 1663, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="ten column"].doubling.grid > .row > .column,
  .ui[class*="ten column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="ten column"].doubling.row.row > .column {
    width: 20% !important;
  }

  /* line 1668, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="eleven column"].doubling.grid > .row > .column,
  .ui[class*="eleven column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="eleven column"].doubling.row.row > .column {
    width: 20% !important;
  }

  /* line 1673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="twelve column"].doubling.grid > .row > .column,
  .ui[class*="twelve column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="twelve column"].doubling.row.row > .column {
    width: 16.66666667% !important;
  }

  /* line 1678, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="thirteen column"].doubling.grid > .row > .column,
  .ui[class*="thirteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="thirteen column"].doubling.row.row > .column {
    width: 16.66666667% !important;
  }

  /* line 1683, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="fourteen column"].doubling.grid > .row > .column,
  .ui[class*="fourteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="fourteen column"].doubling.row.row > .column {
    width: 14.28571429% !important;
  }

  /* line 1688, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="fifteen column"].doubling.grid > .row > .column,
  .ui[class*="fifteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="fifteen column"].doubling.row.row > .column {
    width: 14.28571429% !important;
  }

  /* line 1693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="sixteen column"].doubling.grid > .row > .column,
  .ui[class*="sixteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="sixteen column"].doubling.row.row > .column {
    width: 12.5% !important;
  }
}
/* Mobile Only */
@media only screen and (max-width: 767.98px) {
  /* line 1702, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .doubling.row,
  .ui.doubling.grid > .row {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* line 1707, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 1715, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="two column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="two column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="two column"].doubling:not(.stackable).row.row > .column {
    width: 100% !important;
  }

  /* line 1720, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="three column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="three column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="three column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  /* line 1725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="four column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="four column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="four column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  /* line 1730, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="five column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="five column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="five column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  /* line 1735, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="six column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="six column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="six column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  /* line 1740, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="seven column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="seven column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  /* line 1745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="eight column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="eight column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  /* line 1750, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="nine column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="nine column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important;
  }

  /* line 1755, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="ten column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="ten column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important;
  }

  /* line 1760, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="eleven column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="eleven column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="eleven column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important;
  }

  /* line 1765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="twelve column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="twelve column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important;
  }

  /* line 1770, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="thirteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="thirteen column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important;
  }

  /* line 1775, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="fourteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="fourteen column"].doubling:not(.stackable).row.row > .column {
    width: 25% !important;
  }

  /* line 1780, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="fifteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="fifteen column"].doubling:not(.stackable).row.row > .column {
    width: 25% !important;
  }

  /* line 1785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="sixteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="sixteen column"].doubling:not(.stackable).row.row > .column {
    width: 25% !important;
  }
}
/*-------------------
        Stackable
  --------------------*/
@media only screen and (max-width: 767.98px) {
  /* line 1797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.stackable.grid {
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 1802, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.stackable.grid > .row > .wide.column,
  .ui.stackable.grid > .wide.column,
  .ui.stackable.grid > .column.grid > .column,
  .ui.stackable.grid > .column.row > .column,
  .ui.stackable.grid > .row > .column,
  .ui.stackable.grid > .column:not(.row),
  .ui.grid > .stackable.stackable.stackable.row > .column {
    width: 100% !important;
    margin: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 1rem 1rem;
  }

  /* line 1815, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.stackable.grid:not(.vertically) > .row {
    margin: 0;
    padding: 0;
  }

  /* Coupling */
  /* line 1821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.container > .ui.stackable.grid > .column,
  .ui.container > .ui.stackable.grid > .row > .column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Don't pad inside segment or nested grid */
  /* line 1828, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.grid .ui.stackable.grid,
  .ui.segment:not(.vertical) .ui.stackable.page.grid {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  /* Divided Stackable */
  /* line 1835, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.stackable.divided.grid > .row:first-child > .column:first-child,
  .ui.stackable.celled.grid > .row:first-child > .column:first-child,
  .ui.stackable.divided.grid > .column:not(.row):first-child,
  .ui.stackable.celled.grid > .column:not(.row):first-child {
    border-top: none !important;
  }

  /* line 1841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.inverted.stackable.celled.grid > .column:not(.row),
  .ui.inverted.stackable.divided.grid > .column:not(.row),
  .ui.inverted.stackable.celled.grid > .row > .column,
  .ui.inverted.stackable.divided.grid > .row > .column {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  /* line 1847, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.stackable.celled.grid > .column:not(.row),
  .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
  .ui.stackable.celled.grid > .row > .column,
  .ui.stackable.divided:not(.vertically).grid > .row > .column {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  /* line 1857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.stackable.celled.grid > .row {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 1861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
  .ui.stackable.divided:not(.vertically).grid > .row > .column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/*----------------------
     Only (Device)
-----------------------*/
/* These include arbitrary class repetitions for forced specificity */
/* Mobile Only Hide */
@media only screen and (max-width: 767.98px) {
  /* line 1877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="tablet only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) {
    display: none !important;
  }

  /* line 1883, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="computer only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="computer only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="computer only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.mobile) {
    display: none !important;
  }

  /* line 1889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important;
  }

  /* line 1895, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important;
  }
}
/* Tablet Only Hide */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /* line 1905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="mobile only"].grid.grid.grid:not(.tablet),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.tablet) {
    display: none !important;
  }

  /* line 1911, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="computer only"].grid.grid.grid:not(.tablet),
  .ui.grid.grid.grid > [class*="computer only"].row:not(.tablet),
  .ui.grid.grid.grid > [class*="computer only"].column:not(.tablet),
  .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.tablet) {
    display: none !important;
  }

  /* line 1917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important;
  }

  /* line 1923, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important;
  }
}
/* Computer Only Hide */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  /* line 1933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important;
  }

  /* line 1939, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important;
  }

  /* line 1945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important;
  }

  /* line 1951, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important;
  }
}
/* Large Screen Only Hide */
@media only screen and (min-width: 1200px) and (max-width: 1919.98px) {
  /* line 1961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important;
  }

  /* line 1967, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important;
  }

  /* line 1973, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important;
  }
}
/* Widescreen Only Hide */
@media only screen and (min-width: 1920px) {
  /* line 1983, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important;
  }

  /* line 1989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important;
  }
}
/*-----------------
        Compact
  -----------------*/
/* line 2001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.ui.ui.compact.grid > .column:not(.row),
.ui.ui.ui.compact.grid > .row > .column {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 2006, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.ui.ui.compact.grid > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* Row */
/* line 2012, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.ui.ui.compact.grid > .row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Columns */
/* line 2018, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.ui.ui.compact.grid > .column:not(.row) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Relaxed + Celled */
/* line 2024, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.compact.relaxed.celled.grid > .column:not(.row),
.ui.compact.relaxed.celled.grid > .row > .column {
  padding: 0.75em;
}

/* line 2028, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui.compact[class*="very relaxed"].celled.grid > .column:not(.row),
.ui.compact[class*="very relaxed"].celled.grid > .row > .column {
  padding: 1em;
}

/*-----------------
      Very compact
  -----------------*/
/* line 2037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="very compact"].grid > .column:not(.row),
.ui[class*="very compact"].grid > .row > .column {
  padding-left: 0.25rem;
  padding-right: 0.5rem;
}

/* line 2042, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="very compact"].grid > * {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* Row */
/* line 2048, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="very compact"].grid > .row {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* Columns */
/* line 2054, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="very compact"].grid > .column:not(.row) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* Relaxed + Celled */
/* line 2060, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="very compact"].relaxed.celled.grid > .column:not(.row),
.ui[class*="very compact"].relaxed.celled.grid > .row > .column {
  padding: 0.375em;
}

/* line 2064, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_grid.scss */
.ui[class*="very compact"][class*="very relaxed"].celled.grid > .column:not(.row),
.ui[class*="very compact"][class*="very relaxed"].celled.grid > .row > .column {
  padding: 0.5em;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Fomantic - Menu
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Copyright 2015 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Standard
*******************************/
/*--------------
      Menu
---------------*/
/* line 22, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  background: #FFFFFF;
  font-weight: normal;
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  min-height: 2.85714286em;
}

/* line 36, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 43, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:first-child {
  margin-top: 0;
}

/* line 46, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:last-child {
  margin-bottom: 0;
}

/*--------------
    Sub-Menu
---------------*/
/* line 54, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .menu {
  margin: 0;
}

/* line 57, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:not(.vertical) > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*--------------
      Item
---------------*/
/* line 67, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:not(.vertical) .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 75, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item {
  position: relative;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  padding: 0.92857143em 1.14285714em;
  text-transform: none;
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
  -webkit-transition: background 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: background 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
  transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
}

/* line 98, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu > .item:first-child {
  border-radius: 0.28571429rem 0 0 0.28571429rem;
}

/* Border */
/* line 103, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: rgba(34, 36, 38, 0.1);
}

/*--------------
  Text Content
---------------*/
/* line 117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .text.item > *,
.ui.menu .item > a:not(.ui),
.ui.menu .item > p:only-child {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  line-height: 1.3;
}

/* line 126, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > p:first-child {
  margin-top: 0;
}

/* line 129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > p:last-child {
  margin-bottom: 0;
}

/*--------------
      Icons
---------------*/
/* line 137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > i.icon {
  opacity: 0.9;
  float: none;
  margin: 0 0.35714286em 0 0;
}

/*--------------
     Button
---------------*/
/* line 147, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:not(.vertical) .item > .button {
  position: relative;
  top: 0;
  margin: -0.5em 0;
  padding-bottom: 0.78571429em;
  padding-top: 0.78571429em;
  font-size: 1em;
}

/*----------------
 Grid / Container
-----------------*/
/* line 160, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu > .grid,
.ui.menu > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
}

/*--------------
     Inputs
---------------*/
/* line 178, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > .input {
  width: 100%;
}

/* line 181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:not(.vertical) .item > .input {
  position: relative;
  top: 0;
  margin: -0.5em 0;
}

/* line 186, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > .input input {
  font-size: 1em;
  padding-top: 0.57142857em;
  padding-bottom: 0.57142857em;
}

/*--------------
     Header
---------------*/
/* line 196, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .header.item,
.ui.vertical.menu .header.item {
  margin: 0;
  background: '';
  text-transform: normal;
  font-weight: bold;
}

/* line 203, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item > .header:not(.ui) {
  margin: 0 0 0.5em;
  font-size: 1em;
  font-weight: bold;
}

/*--------------
    Dropdowns
---------------*/
/* Dropdown Icon */
/* line 215, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > i.dropdown.icon {
  padding: 0;
  float: right;
  margin: 0 0 0 1em;
}

/* Menu */
/* line 222, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .dropdown.item .menu {
  min-width: calc(100% - 1px);
  border-radius: 0 0 0.28571429rem 0.28571429rem;
  background: #FFFFFF;
  margin: 0 0 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* Menu Items */
/* line 236, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .ui.dropdown .menu > .item {
  margin: 0;
  text-align: left;
  font-size: 1em !important;
  padding: 0.78571429em 1.14285714em !important;
  background: transparent !important;
  color: rgba(0, 0, 0, 0.87) !important;
  text-transform: none !important;
  font-weight: normal !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 250, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

/* line 254, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .ui.dropdown .menu > .selected.item {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

/* line 258, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .ui.dropdown .menu > .active.item {
  background: rgba(0, 0, 0, 0.03) !important;
  font-weight: bold !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

/* line 263, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .ui.dropdown.item .menu .item:not(.filtered) {
  display: block;
}

/* line 266, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .ui.dropdown .menu > .item .icon:not(.dropdown) {
  display: inline-block;
  font-size: 1em !important;
  float: none;
  margin: 0 0.75em 0 0 !important;
}

/* Secondary */
/* line 274, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu .dropdown.item > .menu,
.ui.text.menu .dropdown.item > .menu {
  border-radius: 0.28571429rem;
  margin-top: 0.35714286em;
}

/* Pointing */
/* line 281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .pointing.dropdown.item .menu {
  margin-top: 0.75em;
}

/* Inverted */
/* line 286, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .search.dropdown.item > .search,
.ui.inverted.menu .search.dropdown.item > .text {
  color: rgba(255, 255, 255, 0.9);
}

/* Vertical */
/* line 292, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .dropdown.item > .icon {
  float: right;
  content: "\f0da";
  margin-left: 1em;
}

/* line 297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .dropdown.item .menu {
  left: 100%;
  /* IE needs 0, all others support max-content to show dropdown icon inline, so keep both settings! */
  min-width: 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0 0 0 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0 0.28571429rem 0.28571429rem 0.28571429rem;
}

/* line 310, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .dropdown.item.upward .menu {
  bottom: 0;
}

/* line 313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .dropdown.item:not(.upward) .menu {
  top: 0;
}

/* line 316, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .active.dropdown.item {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 320, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .dropdown.active.item {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Evenly Divided */
/* line 326, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.item.menu .dropdown .menu .item {
  width: 100%;
}

/*--------------
     Labels
---------------*/
/* line 334, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > .label:not(.floating) {
  margin-left: 1em;
  padding: 0.3em 0.78571429em;
}

/* line 338, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item > .label {
  margin-top: -0.15em;
  margin-bottom: -0.15em;
  padding: 0.3em 0.78571429em;
}

/* line 343, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > .floating.label {
  padding: 0.3em 0.78571429em;
}

/* line 346, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > .label {
  background: #999999;
  color: #FFFFFF;
}

/* line 350, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > .image.label img {
  margin: -0.2833em 0.8em -0.2833em -0.8em;
  height: 1.5666em;
}

/*--------------
     Images
---------------*/
/* line 359, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > img:not(.ui) {
  display: inline-block;
  vertical-align: middle;
  margin: -0.3em 0;
  width: 2.5em;
}

/* line 365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item > img:not(.ui):only-child {
  display: block;
  max-width: 100%;
  width: auto;
}

/*******************************
          Coupling
*******************************/
/*--------------
     List
---------------*/
/* Menu divider shouldnt apply */
/* line 383, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .list .item:before {
  background: none !important;
}

/*--------------
       Sidebar
  ---------------*/
/* Show vertical dividers below last */
/* line 393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.sidebar.menu > .item:first-child:before {
  display: block !important;
}

/* line 396, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.sidebar.menu > .item::before {
  top: auto;
  bottom: 0;
}

/*--------------
    Container
---------------*/
@media only screen and (max-width: 767.98px) {
  /* line 406, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.menu > .ui.container {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  /* line 413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) > .container > .item:not(.right):not(.borderless):first-child {
    border-left: 1px solid rgba(34, 36, 38, 0.1);
  }

  /* line 416, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) > .container > .right.item:not(.borderless):last-child,
  .ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) > .container > .right.menu > .item:not(.borderless):last-child {
    border-right: 1px solid rgba(34, 36, 38, 0.1);
  }
}
/*******************************
             States
*******************************/
/*--------------
      Hover
---------------*/
/* line 432, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.link.menu .item:hover,
.ui.menu .dropdown.item:hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Pressed
---------------*/
/* line 445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.link.menu .item:active,
.ui.menu .link.item:active,
.ui.menu a.item:active {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Active
---------------*/
/* line 456, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .active.item {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 463, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .active.item > i.icon {
  opacity: 1;
}

/*--------------
  Active Hover
---------------*/
/* line 471, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .active.item:hover,
.ui.vertical.menu .active.item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Disabled
---------------*/
/* line 481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.menu .item.disabled {
  cursor: default;
  background-color: transparent;
  color: rgba(40, 40, 40, 0.3);
  pointer-events: none;
}

/*******************************
             Types
*******************************/
/*------------------
Floated Menu / Item
-------------------*/
/* Left Floated */
/* line 500, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:not(.vertical) .left.item,
.ui.menu:not(.vertical) .left.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto !important;
}

/* Right Floated */
/* line 509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:not(.vertical) .right.item,
.ui.menu:not(.vertical) .right.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto !important;
}

/* line 516, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:not(.vertical) :not(.dropdown) > .left.menu,
.ui.menu:not(.vertical) :not(.dropdown) > .right.menu {
  display: inherit;
}

/* Center */
/* line 522, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:not(.vertical) .center.item,
.ui.menu:not(.vertical) .center.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Swapped Borders */
/* line 532, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .right.item::before,
.ui.menu .right.menu > .item::before {
  right: auto;
  left: 0;
}

/* Remove Outer Borders */
/* line 539, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .center.item:last-child::before,
.ui.menu .center.menu > .item:last-child::before {
  display: none;
}

/*--------------
      Vertical
  ---------------*/
/* line 548, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
}

/*--- Item ---*/
/* line 561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item {
  display: block;
  background: none;
  border-top: none;
  border-right: none;
}

/* line 567, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu > .item:first-child {
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* line 570, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu > .item:last-child {
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

/*--- Label ---*/
/* line 576, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item > .label {
  float: right;
  text-align: center;
}

/*--- Icon ---*/
/* line 583, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item > i.icon,
.ui.vertical.menu .item > i.icons {
  width: 1.18em;
  float: right;
  margin: 0 0 0 0.5em;
}

/* line 589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item > .label + i.icon {
  float: none;
  margin: 0 0.5em 0 0;
}

/*--- Border ---*/
/* line 596, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(34, 36, 38, 0.1);
}

/* line 605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item:first-child:before {
  display: none !important;
}

/*--- Sub Menu ---*/
/* line 611, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item > .menu {
  margin: 0.5em -1.14285714em 0;
}

/* line 614, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .menu .item {
  background: none;
  padding: 0.5em 1.33333333em;
  font-size: 0.85714286em;
  color: rgba(0, 0, 0, 0.5);
}

/* line 620, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item .menu a.item:hover,
.ui.vertical.menu .item .menu .link.item:hover {
  color: rgba(0, 0, 0, 0.85);
}

/* line 624, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .menu .item:before {
  display: none;
}

/* Vertical Active */
/* line 629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .active.item {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 635, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu > .active.item:first-child {
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* line 638, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu > .active.item:last-child {
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

/* line 641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu > .active.item:only-child {
  border-radius: 0.28571429rem;
}

/* line 644, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .active.item .menu .active.item {
  border-left: none;
}

/* line 647, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item .menu .active.item {
  background-color: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
       Tabular
  ---------------*/
/* line 657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tabular.menu {
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  background: none transparent;
  border-bottom: 1px solid #D4D4D5;
}

/* line 665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tabular.fluid.menu {
  width: calc(100% + 2px) !important;
}

/* line 668, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tabular.menu .item {
  background: transparent;
  border-bottom: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 2px solid transparent;
  padding: 0.92857143em 1.42857143em;
  color: rgba(0, 0, 0, 0.87);
}

/* line 677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tabular.menu .item:before {
  display: none;
}

/* Hover */
/* line 682, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tabular.menu .item:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
}

/* Active */
/* line 688, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tabular.menu .active.item {
  background: none #FFFFFF;
  color: rgba(0, 0, 0, 0.95);
  border-top-width: 1px;
  border-color: #D4D4D5;
  font-weight: bold;
  margin-bottom: -1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0.28571429rem 0.28571429rem 0 0 !important;
}

/* Coupling with segment for attachment */
/* line 701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tabular.menu + .attached:not(.top).segment,
.ui.tabular.menu + .attached:not(.top).segment + .attached:not(.top).segment {
  border-top: none;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  width: 100%;
}

/* line 709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.top.attached.segment + .ui.bottom.tabular.menu {
  position: relative;
  width: calc(100% + 2px);
  left: -1px;
}

/* Bottom Vertical Tabular */
/* line 716, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.bottom.tabular.menu {
  background: none transparent;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: none;
  border-top: 1px solid #D4D4D5;
}

/* line 724, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.bottom.tabular.menu .item {
  background: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-top: none;
}

/* line 731, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.bottom.tabular.menu .active.item {
  background: none #FFFFFF;
  color: rgba(0, 0, 0, 0.95);
  border-color: #D4D4D5;
  margin: -1px 0 0 0;
  border-radius: 0 0 0.28571429rem 0.28571429rem !important;
}

/* Vertical Tabular (Left) */
/* line 740, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.tabular.menu {
  background: none transparent;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: none;
  border-right: 1px solid #D4D4D5;
}

/* line 748, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.tabular.menu .item {
  background: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: none;
}

/* line 755, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.tabular.menu .active.item {
  background: none #FFFFFF;
  color: rgba(0, 0, 0, 0.95);
  border-color: #D4D4D5;
  margin: 0 -1px 0 0;
  border-radius: 0.28571429rem 0 0 0.28571429rem !important;
}

/* Vertical Right Tabular */
/* line 764, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.right.tabular.menu {
  background: none transparent;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: none;
  border-right: none;
  border-left: 1px solid #D4D4D5;
}

/* line 773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.right.tabular.menu .item {
  background: none;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  border-left: none;
}

/* line 780, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.right.tabular.menu .active.item {
  background: none #FFFFFF;
  color: rgba(0, 0, 0, 0.95);
  border-color: #D4D4D5;
  margin: 0 0 0 -1px;
  border-radius: 0 0.28571429rem 0.28571429rem 0 !important;
}

/* Dropdown */
/* line 789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tabular.menu .active.dropdown.item {
  margin-bottom: 0;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 2px solid transparent;
  border-bottom: none;
}

/*--------------
     Pagination
  ---------------*/
/* line 801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pagination.menu {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 808, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pagination.menu .item:last-child {
  border-radius: 0 0.28571429rem 0.28571429rem 0;
}

/* line 811, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.compact.menu .item:last-child {
  border-radius: 0 0.28571429rem 0.28571429rem 0;
}

/* line 814, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pagination.menu .item:last-child:before {
  display: none;
}

/* line 817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pagination.menu .item {
  min-width: 3em;
  text-align: center;
}

/* line 821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pagination.menu .icon.item i.icon {
  vertical-align: top;
}

/* Active */
/* line 826, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pagination.menu .active.item {
  border-top: none;
  padding-top: 0.92857143em;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*--------------
     Secondary
  ---------------*/
/* line 839, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu {
  background: none;
  margin-left: -0.35714286em;
  margin-right: -0.35714286em;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Item */
/* line 850, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu .item {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0.78571429em 0.92857143em;
  margin: 0 0.35714286em;
  background: none;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  border-radius: 0.28571429rem;
}

/* No Divider */
/* line 865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu .item:before {
  display: none !important;
}

/* Header */
/* line 870, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu .header.item {
  border-radius: 0;
  border-right: none;
  background: none transparent;
}

/* Image */
/* line 877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu .item > img:not(.ui) {
  margin: 0;
}

/* Hover */
/* line 882, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu .dropdown.item:hover,
.ui.secondary.menu .link.item:hover,
.ui.secondary.menu a.item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

/* Active */
/* line 890, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu .active.item {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  border-radius: 0.28571429rem;
}

/* Active Hover */
/* line 899, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu .active.item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

/* Inverted */
/* line 907, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.menu .link.item:not(.disabled),
.ui.secondary.inverted.menu a.item:not(.disabled) {
  color: rgba(255, 255, 255, 0.7);
}

/* line 911, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.menu .dropdown.item:hover,
.ui.secondary.inverted.menu .link.item:hover,
.ui.secondary.inverted.menu a.item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
}

/* line 917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.menu .active.item {
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
}

/* Fix item margins */
/* line 923, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.item.menu {
  margin-left: 0;
  margin-right: 0;
}

/* line 927, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.item.menu .item:last-child {
  margin-right: 0;
}

/* line 930, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.attached.menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*---------------------
       Secondary Vertical
    -----------------------*/
/* Sub Menu */
/* line 941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.secondary.menu .item:not(.dropdown) > .menu {
  margin: 0 -0.92857143em;
}

/* line 944, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.secondary.menu .item:not(.dropdown) > .menu > .item {
  margin: 0;
  padding: 0.5em 1.33333333em;
}

/* line 948, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.vertical.menu > .item {
  border: none;
  margin: 0 0 0.35714286em;
  border-radius: 0.28571429rem !important;
}

/* line 953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.vertical.menu > .header.item {
  border-radius: 0;
}

/* Sub Menu */
/* line 958, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.secondary.menu .item > .menu .item {
  background-color: transparent;
}

/* Inverted */
/* line 963, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.menu {
  background-color: transparent;
}

/*---------------------
       Secondary Pointing
    -----------------------*/
/* line 971, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu {
  margin-left: 0;
  margin-right: 0;
  border-bottom: 2px solid rgba(34, 36, 38, 0.15);
}

/* line 976, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .item {
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-radius: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 0 0 -2px;
  padding: 0.85714286em 1.14285714em;
  border-bottom-width: 2px;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

/* line 988, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .ui.dropdown .menu .item {
  border-bottom-width: 0;
}

/* line 991, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .item > .label:not(.floating) {
  margin-top: -0.3em;
  margin-bottom: -0.3em;
}

/* line 995, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .item > .circular.label {
  margin-top: -0.5em;
  margin-bottom: -0.5em;
}

/* Item Types */
/* line 1001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .header.item {
  color: rgba(0, 0, 0, 0.85) !important;
}

/* line 1004, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .text.item {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 1008, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .item:after {
  display: none;
}

/* Hover */
/* line 1013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .dropdown.item:hover,
.ui.secondary.pointing.menu .link.item:hover,
.ui.secondary.pointing.menu a.item:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.87);
}

/* Pressed */
/* line 1021, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .dropdown.item:active,
.ui.secondary.pointing.menu .link.item:active,
.ui.secondary.pointing.menu a.item:active {
  background-color: transparent;
  border-color: rgba(34, 36, 38, 0.15);
}

/* Active */
/* line 1029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .active.item {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: currentColor;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
}

/* Active Hover */
/* line 1039, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .active.item:hover {
  border-color: currentColor;
  color: rgba(0, 0, 0, 0.95);
}

/* Active Dropdown */
/* line 1045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .active.dropdown.item {
  border-color: transparent;
}

/* Vertical Pointing */
/* line 1050, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.vertical.pointing.menu {
  border-bottom-width: 0;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(34, 36, 38, 0.15);
}

/* line 1056, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.vertical.pointing.menu .item {
  border-bottom: none;
  border-right-style: solid;
  border-right-color: transparent;
  border-radius: 0 !important;
  margin: 0 -2px 0 0;
  border-right-width: 2px;
}

/* Vertical Active */
/* line 1066, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.vertical.pointing.menu .active.item {
  border-color: currentColor;
}

/* Inverted */
/* line 1071, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.pointing.menu {
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1074, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.pointing.menu .item:not(.disabled) {
  color: rgba(255, 255, 255, 0.9);
}

/* line 1077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.pointing.menu .header.item {
  color: #FFFFFF !important;
}

/* Hover */
/* line 1082, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.pointing.menu .link.item:hover,
.ui.secondary.inverted.pointing.menu a.item:hover {
  color: #FFFFFF;
}

/* Active */
/* line 1088, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.secondary.inverted.pointing.menu .active.item {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
}

/*--------------
      Text Menu
  ---------------*/
/* line 1098, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.menu {
  background: none transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 1em -0.5em;
}

/* line 1106, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.menu .item {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 0;
  padding: 0.35714286em 0.5em;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/* Border */
/* line 1121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.menu .item:before,
.ui.text.menu .menu .item:before {
  display: none !important;
}

/* Header */
/* line 1127, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.menu .header.item {
  background-color: transparent;
  opacity: 1;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.92857143em;
  text-transform: uppercase;
  font-weight: bold;
}

/* Image */
/* line 1137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.menu .item > img:not(.ui) {
  margin: 0;
}

/*--- fluid text ---*/
/* line 1143, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.item.menu .item {
  margin: 0;
}

/*--- vertical text ---*/
/* line 1149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.text.menu {
  margin: 1em 0;
}

/* line 1152, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.text.menu:first-child {
  margin-top: 0;
}

/* line 1155, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.text.menu:last-child {
  margin-bottom: 0;
}

/* line 1158, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.text.menu .item {
  margin: 0.57142857em 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 1163, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.text.menu .item > i.icon {
  float: none;
  margin: 0 0.35714286em 0 0;
}

/* line 1167, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.text.menu .header.item {
  margin: 0.57142857em 0 0.71428571em;
}

/* Vertical Sub Menu */
/* line 1172, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.text.menu .item:not(.dropdown) > .menu {
  margin: 0;
}

/* line 1175, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.text.menu .item:not(.dropdown) > .menu > .item {
  margin: 0;
  padding: 0.5em 0;
}

/*--- hover ---*/
/* line 1182, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.menu .item:hover {
  opacity: 1;
  background-color: transparent;
}

/*--- active ---*/
/* line 1189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.menu .active.item {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.95);
}

/*--- active hover ---*/
/* line 1200, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.menu .active.item:hover {
  background-color: transparent;
}

/* Disable Bariations */
/* line 1205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.pointing.menu .active.item:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.attached.menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Inverted */
/* line 1215, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.text.menu,
.ui.inverted.text.menu .item,
.ui.inverted.text.menu .item:hover,
.ui.inverted.text.menu .active.item {
  background-color: transparent;
}

/* Fluid */
/* line 1223, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.fluid.text.menu {
  margin-left: 0;
  margin-right: 0;
}

/*--------------
    Icon Only
---------------*/
/* Vertical Menu */
/* line 1234, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.icon.menu {
  display: inline-block;
  width: auto;
}

/* Item */
/* line 1240, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.icon.menu .item {
  height: auto;
  text-align: center;
  color: #1A1A1D;
}

/* Icon */
/* line 1247, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.icon.menu .item > .icon:not(.dropdown) {
  margin: 0;
  opacity: 1;
}

/* Icon Gylph */
/* line 1253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.icon.menu .icon:before {
  opacity: 1;
}

/* (x) Item Icon */
/* line 1258, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .icon.item > .icon {
  width: auto;
  margin: 0 auto;
}

/* Vertical Icon */
/* line 1264, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.icon.menu .item > .icon:not(.dropdown) {
  display: block;
  opacity: 1;
  margin: 0 auto;
  float: none;
}

/* Inverted */
/* line 1272, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.icon.menu .item {
  color: #FFFFFF;
}

/*--------------
     Labeled Icon
  ---------------*/
/* Menu */
/* line 1282, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.labeled.icon.menu {
  text-align: center;
}

/* Item */
/* line 1287, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.labeled.icon.menu .item {
  min-width: 6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Icon */
/* line 1296, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.labeled.icon.menu > .item > .icon:not(.dropdown) {
  height: 1em;
  display: block;
  font-size: 1.71428571em !important;
  margin: 0 auto 0.5rem !important;
}

/* Fluid */
/* line 1304, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.fluid.labeled.icon.menu > .item {
  min-width: 0;
}

/*******************************
           Variations
*******************************/
/*--------------
      Stackable
  ---------------*/
@media only screen and (max-width: 767.98px) {
  /* line 1319, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.stackable.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 1325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.stackable.menu .item {
    width: 100% !important;
  }

  /* line 1328, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.stackable.menu .item:before {
    position: absolute;
    content: '';
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(34, 36, 38, 0.1);
  }

  /* line 1338, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.stackable.menu .left.menu,
  .ui.stackable.menu .left.item {
    margin-right: 0 !important;
  }

  /* line 1342, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.stackable.menu .right.menu,
  .ui.stackable.menu .right.item {
    margin-left: 0 !important;
  }

  /* line 1346, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.stackable.menu .center.menu,
  .ui.stackable.menu .center.item {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 1351, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.stackable.menu .right.menu,
  .ui.stackable.menu .center.menu,
  .ui.stackable.menu .left.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/*--------------
     Colors
---------------*/
/* line 1365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.menu .primary.active.item,
.ui.ui.primary.menu .active.item:hover,
.ui.ui.primary.menu .active.item {
  color: #2196f3;
}

/* line 1370, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.menu .red.active.item,
.ui.ui.red.menu .active.item:hover,
.ui.ui.red.menu .active.item {
  color: #d32f2f;
}

/* line 1375, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.menu .orange.active.item,
.ui.ui.orange.menu .active.item:hover,
.ui.ui.orange.menu .active.item {
  color: #f57c00;
}

/* line 1380, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.menu .yellow.active.item,
.ui.ui.yellow.menu .active.item:hover,
.ui.ui.yellow.menu .active.item {
  color: #FBBD08;
}

/* line 1385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.menu .olive.active.item,
.ui.ui.olive.menu .active.item:hover,
.ui.ui.olive.menu .active.item {
  color: #B5CC18;
}

/* line 1390, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.menu .green.active.item,
.ui.ui.green.menu .active.item:hover,
.ui.ui.green.menu .active.item {
  color: #21BA45;
}

/* line 1395, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.menu .teal.active.item,
.ui.ui.teal.menu .active.item:hover,
.ui.ui.teal.menu .active.item {
  color: #00796b;
}

/* line 1400, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.menu .blue.active.item,
.ui.ui.blue.menu .active.item:hover,
.ui.ui.blue.menu .active.item {
  color: #2196f3;
}

/* line 1405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.menu .violet.active.item,
.ui.ui.violet.menu .active.item:hover,
.ui.ui.violet.menu .active.item {
  color: #6435C9;
}

/* line 1410, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.menu .purple.active.item,
.ui.ui.purple.menu .active.item:hover,
.ui.ui.purple.menu .active.item {
  color: #A333C8;
}

/* line 1415, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.menu .pink.active.item,
.ui.ui.pink.menu .active.item:hover,
.ui.ui.pink.menu .active.item {
  color: #E03997;
}

/* line 1420, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.menu .brown.active.item,
.ui.ui.brown.menu .active.item:hover,
.ui.ui.brown.menu .active.item {
  color: #A5673F;
}

/* line 1425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.menu .grey.active.item,
.ui.ui.grey.menu .active.item:hover,
.ui.ui.grey.menu .active.item {
  color: #767676;
}

/* line 1430, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.menu .black.active.item,
.ui.ui.black.menu .active.item:hover,
.ui.ui.black.menu .active.item {
  color: #1A1A1D;
}

/*--------------
      Inverted
  ---------------*/
/* line 1440, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu {
  border: 0 solid transparent;
  background: #1A1A1D;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Menu Item */
/* line 1448, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .item,
.ui.inverted.menu .item > a:not(.ui) {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
}

/* line 1453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .item.menu {
  background: transparent;
}

/*--- Border ---*/
/* line 1459, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .item:before {
  background: rgba(255, 255, 255, 0.08);
}

/* line 1462, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.inverted.menu .item:before {
  background: rgba(255, 255, 255, 0.08);
}

/* Sub Menu */
/* line 1467, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.inverted.menu .menu .item,
.ui.vertical.inverted.menu .menu .item a:not(.ui) {
  color: rgba(255, 255, 255, 0.5);
}

/* Header */
/* line 1473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .header.item {
  margin: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Disabled */
/* line 1481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.menu .item.disabled {
  color: rgba(225, 225, 225, 0.3);
}

/*--- Hover ---*/
/* line 1487, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.link.inverted.menu .item:hover,
.ui.inverted.menu .dropdown.item:hover,
.ui.inverted.menu .link.item:hover,
.ui.inverted.menu a.item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
}

/* line 1494, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.inverted.menu .item .menu a.item:hover,
.ui.vertical.inverted.menu .item .menu .link.item:hover {
  background: transparent;
  color: #FFFFFF;
}

/*--- Pressed ---*/
/* line 1502, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu a.item:active,
.ui.inverted.menu .link.item:active {
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
}

/*--- Active ---*/
/* line 1510, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .active.item {
  background: #3D3E3F;
  color: #FFFFFF !important;
}

/* line 1514, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.vertical.menu .item .menu .active.item {
  background: transparent;
  color: #FFFFFF;
}

/* line 1518, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .active.item:after {
  background: #3D3E3F;
  margin: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}

/*--- Active Hover ---*/
/* line 1528, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .active.item:hover {
  background: #3D3E3F;
  color: #FFFFFF !important;
}

/* line 1532, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .active.item:hover:after {
  background: #3D3E3F;
}

/*--------------
       Floated
  ---------------*/
/* line 1540, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.floated.menu {
  float: left;
  margin: 0 0.5rem 0 0;
}

/* line 1544, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.floated.menu .item:last-child:before {
  display: none;
}

/* line 1547, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.right.floated.menu {
  float: right;
  margin: 0 0 0 0.5rem;
}

/*--------------
      Inverted
  ---------------*/
/* line 1556, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.menu .primary.active.item,
.ui.ui.inverted.primary.menu {
  background-color: #2196f3;
}

/* line 1560, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.primary.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1563, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.primary.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1566, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.primary.menu .active.item {
  background-color: #1678c2;
}

/* line 1569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.menu .red.active.item,
.ui.ui.inverted.red.menu {
  background-color: #d32f2f;
}

/* line 1573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.red.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1576, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.red.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1579, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.red.menu .active.item {
  background-color: #d01919;
}

/* line 1582, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.menu .orange.active.item,
.ui.ui.inverted.orange.menu {
  background-color: #f57c00;
}

/* line 1586, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.orange.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.orange.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1592, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.orange.menu .active.item {
  background-color: #f26202;
}

/* line 1595, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.menu .yellow.active.item,
.ui.ui.inverted.yellow.menu {
  background-color: #FBBD08;
}

/* line 1599, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.yellow.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1602, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.yellow.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.yellow.menu .active.item {
  background-color: #eaae00;
}

/* line 1608, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.menu .olive.active.item,
.ui.ui.inverted.olive.menu {
  background-color: #B5CC18;
}

/* line 1612, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.olive.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1615, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.olive.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1618, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.olive.menu .active.item {
  background-color: #a7bd0d;
}

/* line 1621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.menu .green.active.item,
.ui.ui.inverted.green.menu {
  background-color: #21BA45;
}

/* line 1625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.green.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1628, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.green.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1631, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.green.menu .active.item {
  background-color: #16ab39;
}

/* line 1634, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.menu .teal.active.item,
.ui.ui.inverted.teal.menu {
  background-color: #00796b;
}

/* line 1638, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.teal.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1641, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.teal.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1644, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.teal.menu .active.item {
  background-color: #009c95;
}

/* line 1647, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.menu .blue.active.item,
.ui.ui.inverted.blue.menu {
  background-color: #2196f3;
}

/* line 1651, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.blue.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1654, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.blue.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.blue.menu .active.item {
  background-color: #1678c2;
}

/* line 1660, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.menu .violet.active.item,
.ui.ui.inverted.violet.menu {
  background-color: #6435C9;
}

/* line 1664, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.violet.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1667, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.violet.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1670, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.violet.menu .active.item {
  background-color: #5829bb;
}

/* line 1673, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.menu .purple.active.item,
.ui.ui.inverted.purple.menu {
  background-color: #A333C8;
}

/* line 1677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.purple.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1680, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.purple.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1683, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.purple.menu .active.item {
  background-color: #9627ba;
}

/* line 1686, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.menu .pink.active.item,
.ui.ui.inverted.pink.menu {
  background-color: #E03997;
}

/* line 1690, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pink.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.pink.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1696, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.pink.menu .active.item {
  background-color: #e61a8d;
}

/* line 1699, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.menu .brown.active.item,
.ui.ui.inverted.brown.menu {
  background-color: #A5673F;
}

/* line 1703, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.brown.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1706, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.brown.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.brown.menu .active.item {
  background-color: #975b33;
}

/* line 1712, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.menu .grey.active.item,
.ui.ui.inverted.grey.menu {
  background-color: #767676;
}

/* line 1716, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.grey.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1719, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.grey.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1722, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.grey.menu .active.item {
  background-color: #838383;
}

/* line 1725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.menu .black.active.item,
.ui.ui.inverted.black.menu {
  background-color: #1A1A1D;
}

/* line 1729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.black.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1732, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.inverted.black.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1735, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.black.menu .active.item {
  background-color: #27292a;
}

/* line 1738, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.ui.ui.inverted.pointing.menu .active.item:after {
  background-color: inherit;
}

/*--------------
       Fitted
  ---------------*/
/* line 1746, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.fitted.menu .item,
.ui.fitted.menu .item .menu .item,
.ui.menu .fitted.item {
  padding: 0;
}

/* line 1751, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.horizontally.fitted.menu .item,
.ui.horizontally.fitted.menu .item .menu .item,
.ui.menu .horizontally.fitted.item {
  padding-top: 0.92857143em;
  padding-bottom: 0.92857143em;
}

/* line 1757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertically.fitted.menu .item,
.ui.vertically.fitted.menu .item .menu .item,
.ui.menu .vertically.fitted.item {
  padding-left: 1.14285714em;
  padding-right: 1.14285714em;
}

/*--------------
     Borderless
  ---------------*/
/* line 1768, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.borderless.menu .item:before,
.ui.borderless.menu .item .menu .item:before,
.ui.menu .borderless.item:before {
  background: none !important;
}

/*-------------------
         Compact
  --------------------*/
/* line 1778, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.compact.menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  vertical-align: middle;
}

/* line 1785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.compact.vertical.menu {
  /* IE hack to make dropdown icons appear inline */
  display: -ms-inline-flexbox !important;
  display: inline-block;
}

/* line 1791, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.compact.menu:not(.secondary) .item:last-child {
  border-radius: 0 0.28571429rem 0.28571429rem 0;
}

/* line 1794, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.compact.menu .item:last-child:before {
  display: none;
}

/* line 1797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.compact.vertical.menu {
  width: auto !important;
}

/* line 1800, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.compact.vertical.menu .item:last-child::before {
  display: block;
}

/*-------------------
          Fluid
  --------------------*/
/* line 1808, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.fluid,
.ui.vertical.menu.fluid {
  width: 100% !important;
}

/*-------------------
      Evenly Sized
--------------------*/
/* line 1817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.item.menu,
.ui.item.menu .item {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 1829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.attached.item.menu:not(.tabular) {
  margin: 0 -1px !important;
}

/* line 1832, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.item.menu .item:last-child:before {
  display: none;
}

/* line 1835, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.two.item .item {
  width: 50%;
}

/* line 1838, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.three.item .item {
  width: 33.333%;
}

/* line 1841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.four.item .item {
  width: 25%;
}

/* line 1844, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.five.item .item {
  width: 20%;
}

/* line 1847, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.six.item .item {
  width: 16.666%;
}

/* line 1850, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.seven.item .item {
  width: 14.285%;
}

/* line 1853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.eight.item .item {
  width: 12.5%;
}

/* line 1856, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.nine.item .item {
  width: 11.11%;
}

/* line 1859, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.ten.item .item {
  width: 10%;
}

/* line 1862, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.eleven.item .item {
  width: 9.09%;
}

/* line 1865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.twelve.item .item {
  width: 8.333%;
}

/*--------------
       Fixed
  ---------------*/
/* line 1873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.fixed {
  position: fixed;
  z-index: 101;
  margin: 0;
  width: 100%;
}

/* line 1879, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.fixed,
.ui.menu.fixed .item:first-child,
.ui.menu.fixed .item:last-child {
  border-radius: 0 !important;
}

/* line 1884, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.fixed.menu,
.ui[class*="top fixed"].menu {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

/* line 1891, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui[class*="top fixed"].menu {
  border-top: none;
  border-left: none;
  border-right: none;
}

/* line 1896, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui[class*="right fixed"].menu {
  border-top: none;
  border-bottom: none;
  border-right: none;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  width: auto;
  height: 100%;
}

/* line 1907, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui[class*="bottom fixed"].menu {
  border-bottom: none;
  border-left: none;
  border-right: none;
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
}

/* line 1916, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui[class*="left fixed"].menu {
  border-top: none;
  border-bottom: none;
  border-left: none;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: auto;
  height: 100%;
}

/* Coupling with Grid */
/* line 1929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.fixed.menu + .ui.grid {
  padding-top: 2.75rem;
}

/*-------------------
         Pointing
  --------------------*/
/* line 1937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pointing.menu .item:after {
  visibility: hidden;
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background: none;
  margin: 0.5px 0 0;
  width: 0.57142857em;
  height: 0.57142857em;
  border: none;
  border-bottom: 1px solid #D4D4D5;
  border-right: 1px solid #D4D4D5;
  z-index: 2;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
}

/* line 1956, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.pointing.menu .item:after {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  margin: 0 -0.5px 0 0;
  border: none;
  border-top: 1px solid #D4D4D5;
  border-right: 1px solid #D4D4D5;
}

/* line 1969, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pointing.menu .ui.dropdown .menu .item:after,
.ui.vertical.pointing.menu .ui.dropdown .menu .item:after {
  display: none;
}

/* Active */
/* line 1975, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pointing.menu .active.item:after {
  visibility: visible;
}

/* line 1978, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pointing.menu .active.dropdown.item:after {
  visibility: hidden;
}

/* Don't double up pointers */
/* line 1983, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pointing.menu .dropdown.active.item:after,
.ui.pointing.menu .active.item .menu .active.item:after {
  display: none;
}

/* Colors */
/* line 1989, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pointing.menu .active.item:hover:after {
  background-color: #F2F2F2;
}

/* line 1992, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pointing.menu .active.item:after {
  background-color: #F2F2F2;
}

/* line 1995, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pointing.menu .active.item:hover:after {
  background-color: #F2F2F2;
}

/* line 1998, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.pointing.menu .active.item:hover:after {
  background-color: #F2F2F2;
}

/* line 2001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.pointing.menu .active.item:after {
  background-color: #F2F2F2;
}

/* line 2004, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.pointing.menu .menu .active.item:after {
  background-color: #FFFFFF;
}

/* line 2007, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .primary.active.item:after {
  background-color: #2196f3;
}

/* line 2010, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .secondary.active.item:after {
  background-color: #1A1A1D;
}

/* line 2013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .red.active.item:after {
  background-color: #d32f2f;
}

/* line 2016, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .orange.active.item:after {
  background-color: #f57c00;
}

/* line 2019, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .yellow.active.item:after {
  background-color: #FBBD08;
}

/* line 2022, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .olive.active.item:after {
  background-color: #B5CC18;
}

/* line 2025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .green.active.item:after {
  background-color: #21BA45;
}

/* line 2028, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .teal.active.item:after {
  background-color: #00796b;
}

/* line 2031, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .blue.active.item:after {
  background-color: #2196f3;
}

/* line 2034, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .violet.active.item:after {
  background-color: #6435C9;
}

/* line 2037, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .purple.active.item:after {
  background-color: #A333C8;
}

/* line 2040, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .pink.active.item:after {
  background-color: #E03997;
}

/* line 2043, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .brown.active.item:after {
  background-color: #A5673F;
}

/* line 2046, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .grey.active.item:after {
  background-color: #767676;
}

/* line 2049, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .black.active.item:after {
  background-color: #1A1A1D;
}

/*--------------
      Attached
  ---------------*/
/* Middle */
/* line 2059, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.attached.menu {
  top: 0;
  bottom: 0;
  border-radius: 0;
  margin: 0 -1px;
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.attached + .ui.attached.menu:not(.top) {
  border-top: none;
}

/* Top */
/* line 2074, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui[class*="top attached"].menu {
  bottom: 0;
  margin-bottom: 0;
  top: 0;
  margin-top: 1rem;
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* line 2081, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu[class*="top attached"]:first-child {
  margin-top: 0;
}

/* Bottom */
/* line 2086, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui[class*="bottom attached"].menu {
  bottom: 0;
  margin-top: 0;
  top: 0;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

/* line 2095, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui[class*="bottom attached"].menu:last-child {
  margin-bottom: 0;
}

/* Attached Menu Item */
/* line 2100, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.top.attached.menu > .item:first-child {
  border-radius: 0.28571429rem 0 0 0;
}

/* line 2103, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.bottom.attached.menu > .item:first-child {
  border-radius: 0 0 0 0.28571429rem;
}

/* Tabular Attached */
/* line 2108, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.attached.menu:not(.tabular) {
  border: 1px solid #D4D4D5;
}

/* line 2111, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.attached.inverted.menu {
  border: none;
}

/* line 2114, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.attached.tabular.menu {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

/*--------------
     Sizes
---------------*/
/* line 2124, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu {
  font-size: 1rem;
}

/* line 2127, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu {
  width: 15rem;
}

/* line 2130, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.mini.menu,
.ui.mini.menu .dropdown,
.ui.mini.menu .dropdown .menu > .item {
  font-size: 0.78571429rem;
}

/* line 2135, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.mini.vertical.menu:not(.icon) {
  width: 9rem;
}

/* line 2138, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tiny.menu,
.ui.tiny.menu .dropdown,
.ui.tiny.menu .dropdown .menu > .item {
  font-size: 0.85714286rem;
}

/* line 2143, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tiny.vertical.menu:not(.icon) {
  width: 11rem;
}

/* line 2146, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.small.menu,
.ui.small.menu .dropdown,
.ui.small.menu .dropdown .menu > .item {
  font-size: 0.92857143rem;
}

/* line 2151, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.small.vertical.menu:not(.icon) {
  width: 13rem;
}

/* line 2154, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.large.menu,
.ui.large.menu .dropdown,
.ui.large.menu .dropdown .menu > .item {
  font-size: 1.07142857rem;
}

/* line 2159, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.large.vertical.menu:not(.icon) {
  width: 18rem;
}

/* line 2162, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.big.menu,
.ui.big.menu .dropdown,
.ui.big.menu .dropdown .menu > .item {
  font-size: 1.14285714rem;
}

/* line 2167, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.big.vertical.menu:not(.icon) {
  width: 20rem;
}

/* line 2170, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.huge.menu,
.ui.huge.menu .dropdown,
.ui.huge.menu .dropdown .menu > .item {
  font-size: 1.21428571rem;
}

/* line 2175, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.huge.vertical.menu:not(.icon) {
  width: 22rem;
}

/* line 2178, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.massive.menu,
.ui.massive.menu .dropdown,
.ui.massive.menu .dropdown .menu > .item {
  font-size: 1.28571429rem;
}

/* line 2183, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.massive.vertical.menu:not(.icon) {
  width: 25rem;
}

/*-------------------
  Inverted dropdowns
--------------------*/
/* line 2191, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .ui.inverted.inverted.dropdown.item .menu {
  background: #1A1A1D;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2196, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .ui.inverted.dropdown .menu > .item {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 2199, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .ui.inverted.dropdown .menu > .active.item {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 2203, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .ui.inverted.dropdown .menu > .item:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 2207, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .ui.inverted.dropdown .menu > .selected.item {
  background: rgba(255, 255, 255, 0.15) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Vertical */
/* line 2213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .inverted.dropdown.item .menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Message
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Message
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message, .ui.alert-error {
  position: relative;
  min-height: 1em;
  margin: 1em 0;
  background: #F8F8F9;
  padding: 1em 1.5em;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 32, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message:first-child, .ui.alert-error:first-child {
  margin-top: 0;
}

/* line 35, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message:last-child, .ui.alert-error:last-child {
  margin-bottom: 0;
}

/*--------------
     Content
---------------*/
/* Header */
/* line 45, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message .header, .ui.alert-error .header {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  margin: -0.14285714em 0 0 0;
}

/* Default font size */
/* line 53, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message .header:not(.ui), .ui.alert-error .header:not(.ui) {
  font-size: 1.14285714em;
}

/* Paragraph */
/* line 58, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message p, .ui.alert-error p {
  opacity: 0.85;
  margin: 0.75em 0;
}

/* line 62, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message p:first-child, .ui.alert-error p:first-child {
  margin-top: 0;
}

/* line 65, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message p:last-child, .ui.alert-error p:last-child {
  margin-bottom: 0;
}

/* line 68, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message .header + p, .ui.alert-error .header + p {
  margin-top: 0.25em;
}

/* List */
/* line 73, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message .list:not(.ui), .ui.alert-error .list:not(.ui) {
  text-align: left;
  padding: 0;
  opacity: 0.85;
  list-style-position: inside;
  margin: 0.5em 0 0;
}

/* line 80, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message .list:not(.ui):first-child, .ui.alert-error .list:not(.ui):first-child {
  margin-top: 0;
}

/* line 83, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message .list:not(.ui):last-child, .ui.alert-error .list:not(.ui):last-child {
  margin-bottom: 0;
}

/* line 86, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message .list:not(.ui) li, .ui.alert-error .list:not(.ui) li {
  position: relative;
  list-style-type: none;
  margin: 0 0 0.3em 1em;
  padding: 0;
}

/* line 92, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message .list:not(.ui) li:before, .ui.alert-error .list:not(.ui) li:before {
  position: absolute;
  content: '•';
  left: -1em;
  height: 100%;
  vertical-align: baseline;
}

/* line 99, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message .list:not(.ui) li:last-child, .ui.alert-error .list:not(.ui) li:last-child {
  margin-bottom: 0;
}

/* Icon */
/* line 104, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message > .icon, .ui.alert-error > .icon {
  margin-right: 0.6em;
}

/* Close Icon */
/* line 109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message > .close.icon, .ui.alert-error > .close.icon {
  cursor: pointer;
  position: absolute;
  margin: 0;
  top: 0.78575em;
  right: 0.5em;
  opacity: 0.7;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/* line 119, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message > .close.icon:hover, .ui.alert-error > .close.icon:hover {
  opacity: 1;
}

/* First / Last Element */
/* line 124, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message > :first-child, .ui.alert-error > :first-child {
  margin-top: 0;
}

/* line 127, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message > :last-child, .ui.alert-error > :last-child {
  margin-bottom: 0;
}

/*******************************
            Coupling
*******************************/
/* line 136, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.dropdown .menu > .message, .ui.dropdown .menu > .alert-error {
  margin: 0 -1px;
}

/*******************************
            States
*******************************/
/*--------------
    Visible
---------------*/
/* line 150, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.visible.visible.visible.visible.message, .ui.visible.visible.visible.visible.alert-error {
  display: block;
}

/* line 153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.icon.visible.visible.visible.visible.message, .ui.icon.visible.visible.visible.visible.alert-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*--------------
     Hidden
---------------*/
/* line 163, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.hidden.hidden.hidden.hidden.message, .ui.hidden.hidden.hidden.hidden.alert-error {
  display: none;
}

/*******************************
            Variations
*******************************/
/*--------------
      Compact
  ---------------*/
/* line 177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.compact.message, .ui.compact.alert-error {
  display: inline-block;
}

/* line 180, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.compact.icon.message, .ui.compact.icon.alert-error {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}

/*--------------
      Attached
  ---------------*/
/* line 191, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.attached.message, .ui.attached.alert-error {
  margin-bottom: -1px;
  border-radius: 0.28571429rem 0.28571429rem 0 0;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  margin-left: -1px;
  margin-right: -1px;
}

/* line 199, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.attached + .ui.attached.message:not(.top):not(.bottom), .ui.attached + .ui.attached.alert-error:not(.top):not(.bottom) {
  margin-top: -1px;
  border-radius: 0;
}

/* line 203, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.bottom.attached.message, .ui.bottom.attached.alert-error {
  margin-top: -1px;
  border-radius: 0 0 0.28571429rem 0.28571429rem;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset, 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset, 0 1px 2px 0 rgba(34, 36, 38, 0.15);
}

/* line 209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.bottom.attached.message:not(:last-child), .ui.bottom.attached.alert-error:not(:last-child) {
  margin-bottom: 1em;
}

/* line 212, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.attached.icon.message, .ui.attached.icon.alert-error {
  width: auto;
}

/*--------------
        Icon
  ---------------*/
/* line 220, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.icon.message, .ui.icon.alert-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.icon.message > .icon:not(.close), .ui.icon.alert-error > .icon:not(.close) {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  line-height: 1;
  vertical-align: middle;
  font-size: 3em;
  opacity: 0.8;
}

/* line 240, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.icon.message > .content, .ui.icon.alert-error > .content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  vertical-align: middle;
}

/* line 247, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.icon.message .icon:not(.close) + .content, .ui.icon.alert-error .icon:not(.close) + .content {
  padding-left: 0;
}

/* line 250, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.icon.message .circular.icon, .ui.icon.alert-error .circular.icon {
  width: 1em;
}

/*--------------
      Floating
  ---------------*/
/* line 258, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.message, .ui.floating.alert-error {
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/*--------------
     Colors
---------------*/
/*--------------
     Types
---------------*/
/* line 272, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.positive.message, .ui.positive.alert-error {
  background-color: #f4ffdc;
  color: #2C662D;
}

/* line 276, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.positive.message, .ui.positive.alert-error,
.ui.attached.positive.message,
.ui.attached.positive.alert-error {
  -webkit-box-shadow: 0 0 0 1px #A3C293 inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #A3C293 inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.positive.message, .ui.floating.positive.alert-error {
  -webkit-box-shadow: 0 0 0 1px #A3C293 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #A3C293 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.positive.message .header, .ui.positive.alert-error .header {
  color: #1A531B;
}

/* line 288, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.negative.message, #error_explanation, .ui.alert-error {
  background-color: #ffdddd;
  color: #9F3A38;
}

/* line 292, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.negative.message, #error_explanation, .ui.alert-error,
.ui.attached.negative.message,
.attached#error_explanation,
.ui.attached.alert-error {
  -webkit-box-shadow: 0 0 0 1px #E0B4B4 inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #E0B4B4 inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.negative.message, .floating#error_explanation, .ui.floating.alert-error {
  -webkit-box-shadow: 0 0 0 1px #E0B4B4 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #E0B4B4 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.negative.message .header, #error_explanation .header, .ui.alert-error .header {
  color: #912D2B;
}

/* line 304, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.info.message, .ui.info.alert-error {
  background-color: #dfffff;
  color: #276F86;
}

/* line 308, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.info.message, .ui.info.alert-error,
.ui.attached.info.message,
.ui.attached.info.alert-error {
  -webkit-box-shadow: 0 0 0 1px #A9D5DE inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #A9D5DE inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.info.message, .ui.floating.info.alert-error {
  -webkit-box-shadow: 0 0 0 1px #A9D5DE inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #A9D5DE inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.info.message .header, .ui.info.alert-error .header {
  color: #0E566C;
}

/* line 320, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.warning.message, .ui.warning.alert-error {
  background-color: #FFFAF3;
  color: #573A08;
}

/* line 324, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.warning.message, .ui.warning.alert-error,
.ui.attached.warning.message,
.ui.attached.warning.alert-error {
  -webkit-box-shadow: 0 0 0 1px #c0af8a inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #c0af8a inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.warning.message, .ui.floating.warning.alert-error {
  -webkit-box-shadow: 0 0 0 1px #c0af8a inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #c0af8a inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.warning.message .header, .ui.warning.alert-error .header {
  color: #794B02;
}

/* line 336, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.error.message, .ui.error.alert-error {
  background-color: #ffdddd;
  color: #9F3A38;
}

/* line 340, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.error.message, .ui.error.alert-error,
.ui.attached.error.message,
.ui.attached.error.alert-error {
  -webkit-box-shadow: 0 0 0 1px #E0B4B4 inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #E0B4B4 inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.error.message, .ui.floating.error.alert-error {
  -webkit-box-shadow: 0 0 0 1px #E0B4B4 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #E0B4B4 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.error.message .header, .ui.error.alert-error .header {
  color: #912D2B;
}

/* line 352, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.success.message, .ui.success.alert-error {
  background-color: #f4ffdc;
  color: #2C662D;
}

/* line 356, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.success.message, .ui.success.alert-error,
.ui.attached.success.message,
.ui.attached.success.alert-error {
  -webkit-box-shadow: 0 0 0 1px #A3C293 inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #A3C293 inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.success.message, .ui.floating.success.alert-error {
  -webkit-box-shadow: 0 0 0 1px #A3C293 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #A3C293 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.success.message .header, .ui.success.alert-error .header {
  color: #1A531B;
}

/* line 368, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.primary.message, .ui.primary.alert-error {
  background-color: #DFF0FF;
  color: rgba(255, 255, 255, 0.9);
}

/* line 372, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.primary.message, .ui.primary.alert-error,
.ui.attached.primary.message,
.ui.attached.primary.alert-error {
  -webkit-box-shadow: 0 0 0 1px #2196f3 inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #2196f3 inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.primary.message, .ui.floating.primary.alert-error {
  -webkit-box-shadow: 0 0 0 1px #2196f3 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #2196f3 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.primary.message .header, .ui.primary.alert-error .header {
  color: rgba(242, 242, 242, 0.9);
}

/* line 384, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.secondary.message, .ui.secondary.alert-error {
  background-color: #F4F4F4;
  color: rgba(255, 255, 255, 0.9);
}

/* line 388, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.secondary.message, .ui.secondary.alert-error,
.ui.attached.secondary.message,
.ui.attached.secondary.alert-error {
  -webkit-box-shadow: 0 0 0 1px #1A1A1D inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #1A1A1D inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.secondary.message, .ui.floating.secondary.alert-error {
  -webkit-box-shadow: 0 0 0 1px #1A1A1D inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #1A1A1D inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.secondary.message .header, .ui.secondary.alert-error .header {
  color: rgba(242, 242, 242, 0.9);
}

/* line 400, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.red.message, .ui.red.alert-error {
  background-color: #FFE8E6;
  color: #d32f2f;
}

/* line 404, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.red.message, .ui.red.alert-error,
.ui.attached.red.message,
.ui.attached.red.alert-error {
  -webkit-box-shadow: 0 0 0 1px #d32f2f inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #d32f2f inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.red.message, .ui.floating.red.alert-error {
  -webkit-box-shadow: 0 0 0 1px #d32f2f inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #d32f2f inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.red.message .header, .ui.red.alert-error .header {
  color: #c82121;
}

/* line 416, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.orange.message, .ui.orange.alert-error {
  background-color: #FFEDDE;
  color: #f57c00;
}

/* line 420, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.orange.message, .ui.orange.alert-error,
.ui.attached.orange.message,
.ui.attached.orange.alert-error {
  -webkit-box-shadow: 0 0 0 1px #f57c00 inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #f57c00 inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.orange.message, .ui.floating.orange.alert-error {
  -webkit-box-shadow: 0 0 0 1px #f57c00 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #f57c00 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.orange.message .header, .ui.orange.alert-error .header {
  color: #e7640d;
}

/* line 432, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.yellow.message, .ui.yellow.alert-error {
  background-color: #FFF8DB;
  color: #B58105;
}

/* line 436, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.yellow.message, .ui.yellow.alert-error,
.ui.attached.yellow.message,
.ui.attached.yellow.alert-error {
  -webkit-box-shadow: 0 0 0 1px #B58105 inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #B58105 inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.yellow.message, .ui.floating.yellow.alert-error {
  -webkit-box-shadow: 0 0 0 1px #B58105 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #B58105 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.yellow.message .header, .ui.yellow.alert-error .header {
  color: #9c6f04;
}

/* line 448, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.olive.message, .ui.olive.alert-error {
  background-color: #FBFDEF;
  color: #8ABC1E;
}

/* line 452, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.olive.message, .ui.olive.alert-error,
.ui.attached.olive.message,
.ui.attached.olive.alert-error {
  -webkit-box-shadow: 0 0 0 1px #8ABC1E inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #8ABC1E inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.olive.message, .ui.floating.olive.alert-error {
  -webkit-box-shadow: 0 0 0 1px #8ABC1E inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #8ABC1E inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.olive.message .header, .ui.olive.alert-error .header {
  color: #7aa61a;
}

/* line 464, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.green.message, .ui.green.alert-error {
  background-color: #E5F9E7;
  color: #1EBC30;
}

/* line 468, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.green.message, .ui.green.alert-error,
.ui.attached.green.message,
.ui.attached.green.alert-error {
  -webkit-box-shadow: 0 0 0 1px #1EBC30 inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #1EBC30 inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.green.message, .ui.floating.green.alert-error {
  -webkit-box-shadow: 0 0 0 1px #1EBC30 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #1EBC30 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.green.message .header, .ui.green.alert-error .header {
  color: #1aa62a;
}

/* line 480, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.teal.message, .ui.teal.alert-error {
  background-color: #E1F7F7;
  color: #10A3A3;
}

/* line 484, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.teal.message, .ui.teal.alert-error,
.ui.attached.teal.message,
.ui.attached.teal.alert-error {
  -webkit-box-shadow: 0 0 0 1px #10A3A3 inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #10A3A3 inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.teal.message, .ui.floating.teal.alert-error {
  -webkit-box-shadow: 0 0 0 1px #10A3A3 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #10A3A3 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.teal.message .header, .ui.teal.alert-error .header {
  color: #0e8c8c;
}

/* line 496, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.blue.message, .ui.blue.alert-error {
  background-color: #DFF0FF;
  color: #2196f3;
}

/* line 500, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.blue.message, .ui.blue.alert-error,
.ui.attached.blue.message,
.ui.attached.blue.alert-error {
  -webkit-box-shadow: 0 0 0 1px #2196f3 inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #2196f3 inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.blue.message, .ui.floating.blue.alert-error {
  -webkit-box-shadow: 0 0 0 1px #2196f3 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #2196f3 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.blue.message .header, .ui.blue.alert-error .header {
  color: #1e77ba;
}

/* line 512, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.violet.message, .ui.violet.alert-error {
  background-color: #EAE7FF;
  color: #6435C9;
}

/* line 516, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.violet.message, .ui.violet.alert-error,
.ui.attached.violet.message,
.ui.attached.violet.alert-error {
  -webkit-box-shadow: 0 0 0 1px #6435C9 inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #6435C9 inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.violet.message, .ui.floating.violet.alert-error {
  -webkit-box-shadow: 0 0 0 1px #6435C9 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #6435C9 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.violet.message .header, .ui.violet.alert-error .header {
  color: #5a30b5;
}

/* line 528, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.purple.message, .ui.purple.alert-error {
  background-color: #F6E7FF;
  color: #A333C8;
}

/* line 532, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.purple.message, .ui.purple.alert-error,
.ui.attached.purple.message,
.ui.attached.purple.alert-error {
  -webkit-box-shadow: 0 0 0 1px #A333C8 inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #A333C8 inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.purple.message, .ui.floating.purple.alert-error {
  -webkit-box-shadow: 0 0 0 1px #A333C8 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #A333C8 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 541, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.purple.message .header, .ui.purple.alert-error .header {
  color: #922eb4;
}

/* line 544, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.pink.message, .ui.pink.alert-error {
  background-color: #FFE3FB;
  color: #E03997;
}

/* line 548, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.pink.message, .ui.pink.alert-error,
.ui.attached.pink.message,
.ui.attached.pink.alert-error {
  -webkit-box-shadow: 0 0 0 1px #E03997 inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #E03997 inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.pink.message, .ui.floating.pink.alert-error {
  -webkit-box-shadow: 0 0 0 1px #E03997 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #E03997 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.pink.message .header, .ui.pink.alert-error .header {
  color: #dd238b;
}

/* line 560, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.brown.message, .ui.brown.alert-error {
  background-color: #F1E2D3;
  color: #A5673F;
}

/* line 564, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.brown.message, .ui.brown.alert-error,
.ui.attached.brown.message,
.ui.attached.brown.alert-error {
  -webkit-box-shadow: 0 0 0 1px #A5673F inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #A5673F inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.brown.message, .ui.floating.brown.alert-error {
  -webkit-box-shadow: 0 0 0 1px #A5673F inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #A5673F inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.brown.message .header, .ui.brown.alert-error .header {
  color: #935b38;
}

/* line 576, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.grey.message, .ui.grey.alert-error {
  background-color: #F4F4F4;
  color: #767676;
}

/* line 580, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.grey.message, .ui.grey.alert-error,
.ui.attached.grey.message,
.ui.attached.grey.alert-error {
  -webkit-box-shadow: 0 0 0 1px #767676 inset, 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #767676 inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/* line 585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.floating.grey.message, .ui.floating.grey.alert-error {
  -webkit-box-shadow: 0 0 0 1px #767676 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #767676 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.grey.message .header, .ui.grey.alert-error .header {
  color: #696969;
}

/* line 592, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.black.message, .ui.black.alert-error {
  background-color: #1A1A1D;
  color: rgba(255, 255, 255, 0.9);
}

/* line 596, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.black.message .header, .ui.black.alert-error .header {
  color: rgba(255, 255, 255, 0.9);
}

/* line 599, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.inverted.message, .ui.inverted.alert-error {
  background-color: #1A1A1D;
  color: rgba(255, 255, 255, 0.9);
}

/*--------------
     Sizes
---------------*/
/* line 608, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.message, .ui.alert-error {
  font-size: 1em;
}

/* line 611, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.mini.message, .ui.mini.alert-error {
  font-size: 0.78571429em;
}

/* line 614, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.tiny.message, .ui.tiny.alert-error {
  font-size: 0.85714286em;
}

/* line 617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.small.message, .ui.small.alert-error {
  font-size: 0.92857143em;
}

/* line 620, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.large.message, .ui.large.alert-error {
  font-size: 1.14285714em;
}

/* line 623, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.big.message, .ui.big.alert-error {
  font-size: 1.28571429em;
}

/* line 626, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.huge.message, .ui.huge.alert-error {
  font-size: 1.42857143em;
}

/* line 629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_message.scss */
.ui.massive.message, .ui.massive.alert-error {
  font-size: 1.71428571em;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
        Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Table
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Table
*******************************/
/* Prototype */
/* line 18, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table {
  width: 100%;
  background: #FFFFFF;
  margin: 1em 0;
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0.28571429rem;
  text-align: left;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.87);
  border-collapse: separate;
  border-spacing: 0;
}

/* line 32, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table:first-child {
  margin-top: 0;
}

/* line 35, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table:last-child {
  margin-bottom: 0;
}

/* line 38, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > thead,
.ui.table > tbody {
  text-align: inherit;
  vertical-align: inherit;
}

/*******************************
             Parts
*******************************/
/* Table Content */
/* line 51, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th,
.ui.table td {
  -webkit-transition: background 0.1s ease, color 0.1s ease;
  transition: background 0.1s ease, color 0.1s ease;
}

/* Headers */
/* line 58, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > thead {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 62, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > thead > tr > th {
  cursor: auto;
  background: #F9FAFB;
  text-align: inherit;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.92857143em 0.78571429em;
  vertical-align: inherit;
  font-style: none;
  font-weight: bold;
  text-transform: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  border-left: none;
}

/* line 75, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > thead > tr > th:first-child {
  border-left: none;
}

/* line 78, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > thead > tr:first-child > th:first-child {
  border-radius: 0.28571429rem 0 0 0;
}

/* line 81, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > thead > tr:first-child > th:last-child {
  border-radius: 0 0.28571429rem 0 0;
}

/* line 84, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > thead > tr:first-child > th:only-child {
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* Footer */
/* line 89, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > tfoot {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 93, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > tfoot > tr > th,
.ui.table > tfoot > tr > td {
  cursor: auto;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  background: #F9FAFB;
  text-align: inherit;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571429em 0.78571429em;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}

/* line 106, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > tfoot > tr > th:first-child,
.ui.table > tfoot > tr > td:first-child {
  border-left: none;
}

/* line 110, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > tfoot > tr:first-child > th:first-child,
.ui.table > tfoot > tr:first-child > td:first-child {
  border-radius: 0 0 0 0.28571429rem;
}

/* line 114, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > tfoot > tr:first-child > th:last-child,
.ui.table > tfoot > tr:first-child > td:last-child {
  border-radius: 0 0 0.28571429rem 0;
}

/* line 118, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > tfoot > tr:first-child > th:only-child,
.ui.table > tfoot > tr:first-child > td:only-child {
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

/* Table Row */
/* line 124, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > tr > td,
.ui.table > tbody > tr > td {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
}

/* line 128, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > tr:first-child > td,
.ui.table > tbody > tr:first-child > td {
  border-top: none;
}

/* Repeated tbody */
/* line 134, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > tbody + tbody tr:first-child > td {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
}

/* Table Cells */
/* line 139, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > tbody > tr > td,
.ui.table > tr > td {
  padding: 0.78571429em 0.78571429em;
  text-align: inherit;
}

/* Icons */
/* line 146, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > .icon {
  vertical-align: baseline;
}

/* line 149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > .icon:only-child {
  margin: 0;
}

/* Table Segment */
/* line 154, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table.segment {
  padding: 0;
}

/* line 157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table.segment:after {
  display: none;
}

/* line 160, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table.segment.stacked:after {
  display: block;
}

/* Responsive */
@media only screen and (max-width: 767.98px) {
  /* line 166, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.table:not(.unstackable) {
    width: 100%;
    padding: 0;
  }

  /* line 170, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.table:not(.unstackable) > thead,
  .ui.table:not(.unstackable) > thead > tr,
  .ui.table:not(.unstackable) > tfoot,
  .ui.table:not(.unstackable) > tfoot > tr,
  .ui.table:not(.unstackable) > tbody,
  .ui.table:not(.unstackable) > tr,
  .ui.table:not(.unstackable) > tbody > tr,
  .ui.table:not(.unstackable) > tr > th,
  .ui.table:not(.unstackable) > thead > tr > th,
  .ui.table:not(.unstackable) > tbody > tr > th,
  .ui.table:not(.unstackable) > tfoot > tr > th,
  .ui.table:not(.unstackable) > tr > td,
  .ui.table:not(.unstackable) > tbody > tr > td,
  .ui.table:not(.unstackable) > tfoot > tr > td {
    display: block !important;
    width: auto !important;
  }

  /* line 187, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.table:not(.unstackable) > thead {
    display: block;
  }

  /* line 190, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.table:not(.unstackable) > tfoot {
    display: block;
  }

  /* line 193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) > tr,
  .ui.ui.ui.ui.table:not(.unstackable) > thead > tr,
  .ui.ui.ui.ui.table:not(.unstackable) > tbody > tr,
  .ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr {
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  }

  /* line 202, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) > tr > th,
  .ui.ui.ui.ui.table:not(.unstackable) > thead > tr > th,
  .ui.ui.ui.ui.table:not(.unstackable) > tbody > tr > th,
  .ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr > th,
  .ui.ui.ui.ui.table:not(.unstackable) > tr > td,
  .ui.ui.ui.ui.table:not(.unstackable) > tbody > tr > td,
  .ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr > td {
    background: none;
    border: none;
    padding: 0.25em 0.75em;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 215, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.table:not(.unstackable) > tr > th:first-child,
  .ui.table:not(.unstackable) > thead > tr > th:first-child,
  .ui.table:not(.unstackable) > tbody > tr > th:first-child,
  .ui.table:not(.unstackable) > tfoot > tr > th:first-child,
  .ui.table:not(.unstackable) > tr > td:first-child,
  .ui.table:not(.unstackable) > tbody > tr > td:first-child,
  .ui.table:not(.unstackable) > tfoot > tr > td:first-child {
    font-weight: bold;
  }

  /* Definition Table */
  /* line 226, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.definition.table:not(.unstackable) > thead > tr > th:first-child {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 230, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.primary.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2196f3 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2196f3 inset;
  }

  /* line 234, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.primary.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2196f3 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2196f3 inset;
  }

  /* line 238, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.primary.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
  }

  /* line 242, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.primary.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
  }

  /* line 246, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.secondary.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1A1A1D inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1A1A1D inset;
  }

  /* line 250, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.secondary.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1A1A1D inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1A1A1D inset;
  }

  /* line 254, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.secondary.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
  }

  /* line 258, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.secondary.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
  }

  /* line 262, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.red.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d32f2f inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d32f2f inset;
  }

  /* line 266, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.red.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d32f2f inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d32f2f inset;
  }

  /* line 270, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.red.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF695E inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF695E inset;
  }

  /* line 274, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.red.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF695E inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF695E inset;
  }

  /* line 278, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.orange.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #f57c00 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #f57c00 inset;
  }

  /* line 282, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.orange.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #f57c00 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #f57c00 inset;
  }

  /* line 286, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.orange.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF851B inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF851B inset;
  }

  /* line 290, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.orange.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF851B inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF851B inset;
  }

  /* line 294, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.yellow.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FBBD08 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FBBD08 inset;
  }

  /* line 298, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.yellow.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FBBD08 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FBBD08 inset;
  }

  /* line 302, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.yellow.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FFE21F inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FFE21F inset;
  }

  /* line 306, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.yellow.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FFE21F inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FFE21F inset;
  }

  /* line 310, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.olive.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #B5CC18 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #B5CC18 inset;
  }

  /* line 314, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.olive.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #B5CC18 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #B5CC18 inset;
  }

  /* line 318, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.olive.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D9E778 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D9E778 inset;
  }

  /* line 322, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.olive.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D9E778 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D9E778 inset;
  }

  /* line 326, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.green.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21BA45 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21BA45 inset;
  }

  /* line 330, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.green.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21BA45 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21BA45 inset;
  }

  /* line 334, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.green.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ECC40 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ECC40 inset;
  }

  /* line 338, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.green.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ECC40 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ECC40 inset;
  }

  /* line 342, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.teal.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00796b inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00796b inset;
  }

  /* line 346, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.teal.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00796b inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00796b inset;
  }

  /* line 350, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.teal.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6DFFFF inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6DFFFF inset;
  }

  /* line 354, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.teal.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6DFFFF inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6DFFFF inset;
  }

  /* line 358, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.blue.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2196f3 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2196f3 inset;
  }

  /* line 362, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.blue.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2196f3 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2196f3 inset;
  }

  /* line 366, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.blue.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
  }

  /* line 370, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.blue.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
  }

  /* line 374, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.violet.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435C9 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435C9 inset;
  }

  /* line 378, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.violet.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435C9 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435C9 inset;
  }

  /* line 382, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.violet.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A291FB inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A291FB inset;
  }

  /* line 386, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.violet.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A291FB inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A291FB inset;
  }

  /* line 390, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.purple.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A333C8 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A333C8 inset;
  }

  /* line 394, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.purple.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A333C8 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A333C8 inset;
  }

  /* line 398, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.purple.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DC73FF inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DC73FF inset;
  }

  /* line 402, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.purple.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DC73FF inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DC73FF inset;
  }

  /* line 406, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.pink.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #E03997 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #E03997 inset;
  }

  /* line 410, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.pink.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #E03997 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #E03997 inset;
  }

  /* line 414, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.pink.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF8EDF inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF8EDF inset;
  }

  /* line 418, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.pink.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF8EDF inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF8EDF inset;
  }

  /* line 422, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.brown.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A5673F inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A5673F inset;
  }

  /* line 426, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.brown.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A5673F inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A5673F inset;
  }

  /* line 430, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.brown.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D67C1C inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D67C1C inset;
  }

  /* line 434, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.brown.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D67C1C inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D67C1C inset;
  }

  /* line 438, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.grey.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
  }

  /* line 442, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.grey.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
  }

  /* line 446, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.grey.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DCDDDE inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DCDDDE inset;
  }

  /* line 450, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.grey.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DCDDDE inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DCDDDE inset;
  }

  /* line 454, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.black.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1A1A1D inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1A1A1D inset;
  }

  /* line 458, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.black.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1A1A1D inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1A1A1D inset;
  }

  /* line 462, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.black.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
  }

  /* line 466, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.black.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
  }
}
/*******************************
            Coupling
*******************************/
/* UI Image */
/* line 479, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table .collapsing .image,
.ui.table .collapsing .image img {
  max-width: none;
}

/*******************************
             Types
*******************************/
/*--------------
    Complex
---------------*/
/* line 494, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.structured.table {
  border-collapse: collapse;
}

/* line 497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.structured.table > thead > tr > th {
  border-left: none;
  border-right: none;
}

/* line 501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.structured.sortable.table > thead > tr > th {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  border-right: 1px solid rgba(34, 36, 38, 0.15);
}

/* line 505, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.structured.basic.table > tr > th,
.ui.structured.basic.table > thead > tr > th,
.ui.structured.basic.table > tbody > tr > th,
.ui.structured.basic.table > tfoot > tr > th {
  border-left: none;
  border-right: none;
}

/* line 512, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.structured.celled.table > tr > th,
.ui.structured.celled.table > thead > tr > th,
.ui.structured.celled.table > tbody > tr > th,
.ui.structured.celled.table > tfoot > tr > th,
.ui.structured.celled.table > tr > td,
.ui.structured.celled.table > tbody > tr > td,
.ui.structured.celled.table > tfoot > tr > td {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
  border-right: 1px solid rgba(34, 36, 38, 0.1);
}

/*--------------
     Definition
  ---------------*/
/* line 527, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.definition.table > thead:not(.full-width) > tr > th:first-child {
  pointer-events: none;
  background: #FFFFFF;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -0.1em -0.2em 0 0.1em #FFFFFF;
  box-shadow: -0.1em -0.2em 0 0.1em #FFFFFF;
  -moz-transform: scale(1);
}

/* line 536, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.definition.table > tfoot:not(.full-width) > tr > th:first-child {
  pointer-events: none;
  background: #FFFFFF;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -0.1em 0.2em 0 0.1em #FFFFFF;
  box-shadow: -0.1em 0.2em 0 0.1em #FFFFFF;
  -moz-transform: scale(1);
}

/* Highlight Defining Column */
/* line 547, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.definition.table > tr > td:first-child:not(.ignored),
.ui.definition.table > tbody > tr > td:first-child:not(.ignored),
.ui.definition.table > tfoot > tr > td:first-child:not(.ignored),
.ui.definition.table tr td.definition {
  background: rgba(0, 0, 0, 0.03);
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
  text-transform: '';
  -webkit-box-shadow: '';
  box-shadow: '';
  text-align: '';
  font-size: 1em;
  padding-left: '';
  padding-right: '';
}

/* Fix 2nd Column */
/* line 564, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.definition.table > thead:not(.full-width) > tr > th:nth-child(2) {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
}

/* line 567, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.definition.table > tfoot:not(.full-width) > tr > th:nth-child(2),
.ui.definition.table > tfoot:not(.full-width) > tr > td:nth-child(2) {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
}

/* line 571, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.definition.table > tr > td:nth-child(2),
.ui.definition.table > tbody > tr > td:nth-child(2) {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
}

/*******************************
             States
*******************************/
/*--------------
      Positive
  ---------------*/
/* line 586, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.positive,
.ui.ui.table td.positive {
  -webkit-box-shadow: 0 0 0 #A3C293 inset;
  box-shadow: 0 0 0 #A3C293 inset;
  background: #f4ffdc;
  color: #2C662D;
}

/*--------------
       Negative
  ---------------*/
/* line 598, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.negative, .ui.ui.ui.ui.table tr.alert-error,
.ui.ui.table td.negative,
.ui.ui.table td.alert-error {
  -webkit-box-shadow: 0 0 0 #E0B4B4 inset;
  box-shadow: 0 0 0 #E0B4B4 inset;
  background: #ffdddd;
  color: #9F3A38;
}

/*--------------
        Error
  ---------------*/
/* line 610, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.error,
.ui.ui.table td.error {
  -webkit-box-shadow: 0 0 0 #E0B4B4 inset;
  box-shadow: 0 0 0 #E0B4B4 inset;
  background: #ffdddd;
  color: #9F3A38;
}

/*--------------
       Warning
  ---------------*/
/* line 622, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.warning,
.ui.ui.table td.warning {
  -webkit-box-shadow: 0 0 0 #c0af8a inset;
  box-shadow: 0 0 0 #c0af8a inset;
  background: #FFFAF3;
  color: #573A08;
}

/*--------------
       Active
  ---------------*/
/* line 634, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.active,
.ui.ui.table td.active {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
  background: #E0E0E0;
  color: rgba(0, 0, 0, 0.87);
}

/*--------------
       Disabled
  ---------------*/
/* line 646, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table tr.disabled td,
.ui.table tr td.disabled,
.ui.table tr.disabled:hover,
.ui.table tr:hover td.disabled {
  pointer-events: none;
  color: rgba(40, 40, 40, 0.3);
}

/*******************************
          Variations
*******************************/
/*--------------
      Stackable
  ---------------*/
@media only screen and (max-width: 991.98px) {
  /* line 665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui[class*="tablet stackable"].table,
  .ui[class*="tablet stackable"].table > thead,
  .ui[class*="tablet stackable"].table > thead > tr,
  .ui[class*="tablet stackable"].table > tfoot,
  .ui[class*="tablet stackable"].table > tfoot > tr,
  .ui[class*="tablet stackable"].table > tbody,
  .ui[class*="tablet stackable"].table > tbody > tr,
  .ui[class*="tablet stackable"].table > tr,
  .ui[class*="tablet stackable"].table > thead > tr > th,
  .ui[class*="tablet stackable"].table > tbody > tr > th,
  .ui[class*="tablet stackable"].table > tfoot > tr > th,
  .ui[class*="tablet stackable"].table > tr > th,
  .ui[class*="tablet stackable"].table > tbody > tr > td,
  .ui[class*="tablet stackable"].table > tfoot > tr > td,
  .ui[class*="tablet stackable"].table > tr > td {
    display: block !important;
    width: 100% !important;
  }

  /* line 683, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui[class*="tablet stackable"].table {
    padding: 0;
  }

  /* line 686, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui[class*="tablet stackable"].table > thead {
    display: block;
  }

  /* line 689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui[class*="tablet stackable"].table > tfoot {
    display: block;
  }

  /* line 692, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.ui.ui.ui[class*="tablet stackable"].table > thead > tr,
  .ui.ui.ui.ui[class*="tablet stackable"].table > tbody > tr,
  .ui.ui.ui.ui[class*="tablet stackable"].table > tfoot > tr,
  .ui.ui.ui.ui[class*="tablet stackable"].table > tr {
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  }

  /* line 701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui[class*="tablet stackable"].table > thead > tr > th,
  .ui[class*="tablet stackable"].table > tbody > tr > th,
  .ui[class*="tablet stackable"].table > tfoot > tr > th,
  .ui[class*="tablet stackable"].table > tr > th,
  .ui[class*="tablet stackable"].table > tbody > tr > td,
  .ui[class*="tablet stackable"].table > tfoot > tr > td,
  .ui[class*="tablet stackable"].table > tr > td {
    background: none;
    border: none !important;
    padding: 0.25em 0.75em;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* Definition Table */
  /* line 716, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
  .ui.definition[class*="tablet stackable"].table > thead > tr > th:first-child {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}
/* line 721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.primary.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2196f3 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2196f3 inset;
}

/* line 725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.primary.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2196f3 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2196f3 inset;
}

/* line 729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.primary.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
}

/* line 733, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.primary.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
}

/* line 737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.secondary.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1A1A1D inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1A1A1D inset;
}

/* line 741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.secondary.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1A1A1D inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1A1A1D inset;
}

/* line 745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.secondary.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
}

/* line 749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.secondary.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
}

/* line 753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.red.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d32f2f inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d32f2f inset;
}

/* line 757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.red.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d32f2f inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d32f2f inset;
}

/* line 761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.red.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF695E inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF695E inset;
}

/* line 765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.red.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF695E inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF695E inset;
}

/* line 769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.orange.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #f57c00 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #f57c00 inset;
}

/* line 773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.orange.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #f57c00 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #f57c00 inset;
}

/* line 777, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.orange.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF851B inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF851B inset;
}

/* line 781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.orange.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF851B inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF851B inset;
}

/* line 785, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.yellow.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FBBD08 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FBBD08 inset;
}

/* line 789, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.yellow.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FBBD08 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FBBD08 inset;
}

/* line 793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.yellow.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FFE21F inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FFE21F inset;
}

/* line 797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.yellow.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FFE21F inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FFE21F inset;
}

/* line 801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.olive.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #B5CC18 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #B5CC18 inset;
}

/* line 805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.olive.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #B5CC18 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #B5CC18 inset;
}

/* line 809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.olive.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D9E778 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D9E778 inset;
}

/* line 813, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.olive.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D9E778 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D9E778 inset;
}

/* line 817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.green.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21BA45 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21BA45 inset;
}

/* line 821, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.green.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21BA45 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21BA45 inset;
}

/* line 825, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.green.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ECC40 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ECC40 inset;
}

/* line 829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.green.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ECC40 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ECC40 inset;
}

/* line 833, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.teal.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00796b inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00796b inset;
}

/* line 837, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.teal.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00796b inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00796b inset;
}

/* line 841, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.teal.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6DFFFF inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6DFFFF inset;
}

/* line 845, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.teal.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6DFFFF inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6DFFFF inset;
}

/* line 849, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.blue.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2196f3 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2196f3 inset;
}

/* line 853, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.blue.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2196f3 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2196f3 inset;
}

/* line 857, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.blue.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
}

/* line 861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.blue.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
}

/* line 865, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.violet.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435C9 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435C9 inset;
}

/* line 869, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.violet.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435C9 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435C9 inset;
}

/* line 873, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.violet.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A291FB inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A291FB inset;
}

/* line 877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.violet.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A291FB inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A291FB inset;
}

/* line 881, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.purple.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A333C8 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A333C8 inset;
}

/* line 885, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.purple.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A333C8 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A333C8 inset;
}

/* line 889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.purple.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DC73FF inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DC73FF inset;
}

/* line 893, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.purple.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DC73FF inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DC73FF inset;
}

/* line 897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.pink.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #E03997 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #E03997 inset;
}

/* line 901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.pink.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #E03997 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #E03997 inset;
}

/* line 905, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.pink.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF8EDF inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF8EDF inset;
}

/* line 909, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.pink.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF8EDF inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF8EDF inset;
}

/* line 913, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.brown.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A5673F inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A5673F inset;
}

/* line 917, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.brown.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A5673F inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A5673F inset;
}

/* line 921, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.brown.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D67C1C inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D67C1C inset;
}

/* line 925, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.brown.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D67C1C inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D67C1C inset;
}

/* line 929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.grey.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
}

/* line 933, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.grey.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
}

/* line 937, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.grey.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DCDDDE inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DCDDDE inset;
}

/* line 941, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.grey.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DCDDDE inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DCDDDE inset;
}

/* line 945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.black.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1A1A1D inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1A1A1D inset;
}

/* line 949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.black.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1A1A1D inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1A1A1D inset;
}

/* line 953, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.black.left {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
}

/* line 957, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.black.right {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
}

/*--------------
   Text Alignment
  ---------------*/
/* line 966, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table[class*="left aligned"],
.ui.table [class*="left aligned"] {
  text-align: left;
}

/* line 970, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table[class*="center aligned"],
.ui.table [class*="center aligned"] {
  text-align: center;
}

/* line 974, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table[class*="right aligned"],
.ui.table [class*="right aligned"] {
  text-align: right;
}

/*------------------
   Vertical Alignment
  ------------------*/
/* line 983, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table[class*="top aligned"],
.ui.table [class*="top aligned"] {
  vertical-align: top;
}

/* line 987, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table[class*="middle aligned"],
.ui.table [class*="middle aligned"] {
  vertical-align: middle;
}

/* line 991, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table[class*="bottom aligned"],
.ui.table [class*="bottom aligned"] {
  vertical-align: bottom;
}

/*--------------
      Collapsing
  ---------------*/
/* line 1000, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th.collapsing,
.ui.table td.collapsing {
  width: 1px;
  white-space: nowrap;
}

/*--------------
       Fixed
  ---------------*/
/* line 1010, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.fixed.table {
  table-layout: fixed;
}

/* line 1013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.fixed.table th,
.ui.fixed.table td {
  overflow: hidden;
  text-overflow: ellipsis;
}

/*--------------
     Selectable
  ---------------*/
/* line 1023, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table > tbody > tr:hover,
.ui.table tbody tr td.selectable:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

/* line 1028, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.inverted.table > tbody > tr:hover,
.ui.inverted.table tbody tr td.selectable:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
}

/* Selectable Cell Link */
/* line 1035, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table tbody tr td.selectable {
  padding: 0;
}

/* line 1038, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table tbody tr td.selectable > a:not(.ui) {
  display: block;
  color: inherit;
  padding: 0.78571429em 0.78571429em;
}

/* line 1043, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table > tr > td.selectable,
.ui.table > tbody > tr > td.selectable,
.ui.selectable.table > tbody > tr,
.ui.selectable.table > tr {
  cursor: pointer;
}

/* Other States */
/* line 1051, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.error:hover,
.ui.table tr td.selectable.error:hover,
.ui.selectable.table tr:hover td.error {
  background: #ffe7e7;
  color: #943634;
}

/* line 1057, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.warning:hover,
.ui.table tr td.selectable.warning:hover,
.ui.selectable.table tr:hover td.warning {
  background: #fff4e4;
  color: #493107;
}

/* line 1063, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.active:hover,
.ui.table tr td.selectable.active:hover,
.ui.selectable.table tr:hover td.active {
  background: #E0E0E0;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.positive:hover,
.ui.table tr td.selectable.positive:hover,
.ui.selectable.table tr:hover td.positive {
  background: #f7ffe6;
  color: #275b28;
}

/* line 1075, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.negative:hover, .ui.ui.selectable.table tr.alert-error:hover,
.ui.table tr td.selectable.negative:hover,
.ui.table tr td.selectable.alert-error:hover,
.ui.selectable.table tr:hover td.negative,
.ui.selectable.table tr:hover td.alert-error {
  background: #ffe7e7;
  color: #943634;
}

/*-------------------
        Attached
  --------------------*/
/* Middle */
/* line 1088, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.attached.table {
  top: 0;
  bottom: 0;
  border-radius: 0;
  margin: 0 -1px;
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #D4D4D5;
}

/* line 1099, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.attached + .ui.attached.table:not(.top) {
  border-top: none;
}

/* Top */
/* line 1104, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui[class*="top attached"].table {
  bottom: 0;
  margin-bottom: 0;
  top: 0;
  margin-top: 1em;
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* line 1111, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table[class*="top attached"]:first-child {
  margin-top: 0;
}

/* Bottom */
/* line 1116, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui[class*="bottom attached"].table {
  bottom: 0;
  margin-top: 0;
  top: 0;
  margin-bottom: 1em;
  -webkit-box-shadow: none, none;
  box-shadow: none, none;
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

/* line 1125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui[class*="bottom attached"].table:last-child {
  margin-bottom: 0;
}

/*--------------
       Striped
  ---------------*/
/* Table Striping */
/* line 1135, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.striped.table > tr:nth-child(2n),
.ui.striped.table > tbody > tr:nth-child(2n) {
  background-color: rgba(0, 0, 50, 0.02);
}

/* Stripes */
/* line 1141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.striped.table > tr:nth-child(2n),
.ui.inverted.striped.table > tbody > tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* Allow striped active hover */
/* line 1147, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
  background: #EFEFEF;
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
   Single Line
---------------*/
/* line 1156, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table[class*="single line"],
.ui.table [class*="single line"] {
  white-space: nowrap;
}

/*-------------------
       Colors
--------------------*/
/* line 1165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.primary.table {
  border-top: 0.2em solid #2196f3;
}

/* line 1168, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.primary.table {
  background-color: #2196f3;
  color: #FFFFFF;
}

/* line 1172, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.primary:not(.marked),
.ui.ui.table td.primary:not(.marked) {
  background: #ddf4ff;
  color: rgba(255, 255, 255, 0.9);
}

/* line 1177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.primary:not(.marked):hover,
.ui.table tr td.selectable.primary:not(.marked):hover,
.ui.selectable.table tr:hover td.primary:not(.marked) {
  background: #d3f1ff;
  color: rgba(255, 255, 255, 0.9);
}

/* line 1183, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.primary.left,
.ui.table tr.marked.primary.left {
  -webkit-box-shadow: 0.2em 0 0 0 #2196f3 inset;
  box-shadow: 0.2em 0 0 0 #2196f3 inset;
}

/* line 1188, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.primary.right,
.ui.table tr.marked.primary.right {
  -webkit-box-shadow: -0.2em 0 0 0 #2196f3 inset;
  box-shadow: -0.2em 0 0 0 #2196f3 inset;
}

/* line 1193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.primary.left,
.ui.inverted.table tr.marked.primary.left {
  -webkit-box-shadow: 0.2em 0 0 0 #54C8FF inset;
  box-shadow: 0.2em 0 0 0 #54C8FF inset;
}

/* line 1198, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.primary.right,
.ui.inverted.table tr.marked.primary.right {
  -webkit-box-shadow: -0.2em 0 0 0 #54C8FF inset;
  box-shadow: -0.2em 0 0 0 #54C8FF inset;
}

/* line 1203, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.secondary.table {
  border-top: 0.2em solid #1A1A1D;
}

/* line 1206, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.secondary.table {
  background-color: #1A1A1D;
  color: #FFFFFF;
}

/* line 1210, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.secondary:not(.marked),
.ui.ui.table td.secondary:not(.marked) {
  background: #dddddd;
  color: rgba(255, 255, 255, 0.9);
}

/* line 1215, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.secondary:not(.marked):hover,
.ui.table tr td.selectable.secondary:not(.marked):hover,
.ui.selectable.table tr:hover td.secondary:not(.marked) {
  background: #e2e2e2;
  color: rgba(255, 255, 255, 0.9);
}

/* line 1221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.secondary.left,
.ui.table tr.marked.secondary.left {
  -webkit-box-shadow: 0.2em 0 0 0 #1A1A1D inset;
  box-shadow: 0.2em 0 0 0 #1A1A1D inset;
}

/* line 1226, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.secondary.right,
.ui.table tr.marked.secondary.right {
  -webkit-box-shadow: -0.2em 0 0 0 #1A1A1D inset;
  box-shadow: -0.2em 0 0 0 #1A1A1D inset;
}

/* line 1231, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.secondary.left,
.ui.inverted.table tr.marked.secondary.left {
  -webkit-box-shadow: 0.2em 0 0 0 #545454 inset;
  box-shadow: 0.2em 0 0 0 #545454 inset;
}

/* line 1236, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.secondary.right,
.ui.inverted.table tr.marked.secondary.right {
  -webkit-box-shadow: -0.2em 0 0 0 #545454 inset;
  box-shadow: -0.2em 0 0 0 #545454 inset;
}

/* line 1241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.red.table {
  border-top: 0.2em solid #d32f2f;
}

/* line 1244, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.red.table {
  background-color: #d32f2f;
  color: #FFFFFF;
}

/* line 1248, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.red:not(.marked),
.ui.ui.table td.red:not(.marked) {
  background: #ffe1df;
  color: #d32f2f;
}

/* line 1253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.red:not(.marked):hover,
.ui.table tr td.selectable.red:not(.marked):hover,
.ui.selectable.table tr:hover td.red:not(.marked) {
  background: #ffd7d5;
  color: #d32f2f;
}

/* line 1259, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.red.left,
.ui.table tr.marked.red.left {
  -webkit-box-shadow: 0.2em 0 0 0 #d32f2f inset;
  box-shadow: 0.2em 0 0 0 #d32f2f inset;
}

/* line 1264, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.red.right,
.ui.table tr.marked.red.right {
  -webkit-box-shadow: -0.2em 0 0 0 #d32f2f inset;
  box-shadow: -0.2em 0 0 0 #d32f2f inset;
}

/* line 1269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.red.left,
.ui.inverted.table tr.marked.red.left {
  -webkit-box-shadow: 0.2em 0 0 0 #FF695E inset;
  box-shadow: 0.2em 0 0 0 #FF695E inset;
}

/* line 1274, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.red.right,
.ui.inverted.table tr.marked.red.right {
  -webkit-box-shadow: -0.2em 0 0 0 #FF695E inset;
  box-shadow: -0.2em 0 0 0 #FF695E inset;
}

/* line 1279, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.orange.table {
  border-top: 0.2em solid #f57c00;
}

/* line 1282, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.orange.table {
  background-color: #f57c00;
  color: #FFFFFF;
}

/* line 1286, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.orange:not(.marked),
.ui.ui.table td.orange:not(.marked) {
  background: #ffe7d1;
  color: #f57c00;
}

/* line 1291, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.orange:not(.marked):hover,
.ui.table tr td.selectable.orange:not(.marked):hover,
.ui.selectable.table tr:hover td.orange:not(.marked) {
  background: #fae1cc;
  color: #f57c00;
}

/* line 1297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.orange.left,
.ui.table tr.marked.orange.left {
  -webkit-box-shadow: 0.2em 0 0 0 #f57c00 inset;
  box-shadow: 0.2em 0 0 0 #f57c00 inset;
}

/* line 1302, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.orange.right,
.ui.table tr.marked.orange.right {
  -webkit-box-shadow: -0.2em 0 0 0 #f57c00 inset;
  box-shadow: -0.2em 0 0 0 #f57c00 inset;
}

/* line 1307, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.orange.left,
.ui.inverted.table tr.marked.orange.left {
  -webkit-box-shadow: 0.2em 0 0 0 #FF851B inset;
  box-shadow: 0.2em 0 0 0 #FF851B inset;
}

/* line 1312, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.orange.right,
.ui.inverted.table tr.marked.orange.right {
  -webkit-box-shadow: -0.2em 0 0 0 #FF851B inset;
  box-shadow: -0.2em 0 0 0 #FF851B inset;
}

/* line 1317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.yellow.table {
  border-top: 0.2em solid #FBBD08;
}

/* line 1320, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.yellow.table {
  background-color: #FBBD08;
  color: #FFFFFF;
}

/* line 1324, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.yellow:not(.marked),
.ui.ui.table td.yellow:not(.marked) {
  background: #fff9d2;
  color: #B58105;
}

/* line 1329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.yellow:not(.marked):hover,
.ui.table tr td.selectable.yellow:not(.marked):hover,
.ui.selectable.table tr:hover td.yellow:not(.marked) {
  background: #fbf5cc;
  color: #B58105;
}

/* line 1335, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.yellow.left,
.ui.table tr.marked.yellow.left {
  -webkit-box-shadow: 0.2em 0 0 0 #FBBD08 inset;
  box-shadow: 0.2em 0 0 0 #FBBD08 inset;
}

/* line 1340, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.yellow.right,
.ui.table tr.marked.yellow.right {
  -webkit-box-shadow: -0.2em 0 0 0 #FBBD08 inset;
  box-shadow: -0.2em 0 0 0 #FBBD08 inset;
}

/* line 1345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.yellow.left,
.ui.inverted.table tr.marked.yellow.left {
  -webkit-box-shadow: 0.2em 0 0 0 #FFE21F inset;
  box-shadow: 0.2em 0 0 0 #FFE21F inset;
}

/* line 1350, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.yellow.right,
.ui.inverted.table tr.marked.yellow.right {
  -webkit-box-shadow: -0.2em 0 0 0 #FFE21F inset;
  box-shadow: -0.2em 0 0 0 #FFE21F inset;
}

/* line 1355, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.olive.table {
  border-top: 0.2em solid #B5CC18;
}

/* line 1358, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.olive.table {
  background-color: #B5CC18;
  color: #FFFFFF;
}

/* line 1362, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.olive:not(.marked),
.ui.ui.table td.olive:not(.marked) {
  background: #f7fae4;
  color: #8ABC1E;
}

/* line 1367, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.olive:not(.marked):hover,
.ui.table tr td.selectable.olive:not(.marked):hover,
.ui.selectable.table tr:hover td.olive:not(.marked) {
  background: #f6fada;
  color: #8ABC1E;
}

/* line 1373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.olive.left,
.ui.table tr.marked.olive.left {
  -webkit-box-shadow: 0.2em 0 0 0 #B5CC18 inset;
  box-shadow: 0.2em 0 0 0 #B5CC18 inset;
}

/* line 1378, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.olive.right,
.ui.table tr.marked.olive.right {
  -webkit-box-shadow: -0.2em 0 0 0 #B5CC18 inset;
  box-shadow: -0.2em 0 0 0 #B5CC18 inset;
}

/* line 1383, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.olive.left,
.ui.inverted.table tr.marked.olive.left {
  -webkit-box-shadow: 0.2em 0 0 0 #D9E778 inset;
  box-shadow: 0.2em 0 0 0 #D9E778 inset;
}

/* line 1388, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.olive.right,
.ui.inverted.table tr.marked.olive.right {
  -webkit-box-shadow: -0.2em 0 0 0 #D9E778 inset;
  box-shadow: -0.2em 0 0 0 #D9E778 inset;
}

/* line 1393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.green.table {
  border-top: 0.2em solid #21BA45;
}

/* line 1396, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.green.table {
  background-color: #21BA45;
  color: #FFFFFF;
}

/* line 1400, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.green:not(.marked),
.ui.ui.table td.green:not(.marked) {
  background: #d5f5d9;
  color: #1EBC30;
}

/* line 1405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.green:not(.marked):hover,
.ui.table tr td.selectable.green:not(.marked):hover,
.ui.selectable.table tr:hover td.green:not(.marked) {
  background: #d2eed5;
  color: #1EBC30;
}

/* line 1411, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.green.left,
.ui.table tr.marked.green.left {
  -webkit-box-shadow: 0.2em 0 0 0 #21BA45 inset;
  box-shadow: 0.2em 0 0 0 #21BA45 inset;
}

/* line 1416, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.green.right,
.ui.table tr.marked.green.right {
  -webkit-box-shadow: -0.2em 0 0 0 #21BA45 inset;
  box-shadow: -0.2em 0 0 0 #21BA45 inset;
}

/* line 1421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.green.left,
.ui.inverted.table tr.marked.green.left {
  -webkit-box-shadow: 0.2em 0 0 0 #2ECC40 inset;
  box-shadow: 0.2em 0 0 0 #2ECC40 inset;
}

/* line 1426, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.green.right,
.ui.inverted.table tr.marked.green.right {
  -webkit-box-shadow: -0.2em 0 0 0 #2ECC40 inset;
  box-shadow: -0.2em 0 0 0 #2ECC40 inset;
}

/* line 1431, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.teal.table {
  border-top: 0.2em solid #00796b;
}

/* line 1434, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.teal.table {
  background-color: #00796b;
  color: #FFFFFF;
}

/* line 1438, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.teal:not(.marked),
.ui.ui.table td.teal:not(.marked) {
  background: #e2ffff;
  color: #10A3A3;
}

/* line 1443, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.teal:not(.marked):hover,
.ui.table tr td.selectable.teal:not(.marked):hover,
.ui.selectable.table tr:hover td.teal:not(.marked) {
  background: #d8ffff;
  color: #10A3A3;
}

/* line 1449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.teal.left,
.ui.table tr.marked.teal.left {
  -webkit-box-shadow: 0.2em 0 0 0 #00796b inset;
  box-shadow: 0.2em 0 0 0 #00796b inset;
}

/* line 1454, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.teal.right,
.ui.table tr.marked.teal.right {
  -webkit-box-shadow: -0.2em 0 0 0 #00796b inset;
  box-shadow: -0.2em 0 0 0 #00796b inset;
}

/* line 1459, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.teal.left,
.ui.inverted.table tr.marked.teal.left {
  -webkit-box-shadow: 0.2em 0 0 0 #6DFFFF inset;
  box-shadow: 0.2em 0 0 0 #6DFFFF inset;
}

/* line 1464, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.teal.right,
.ui.inverted.table tr.marked.teal.right {
  -webkit-box-shadow: -0.2em 0 0 0 #6DFFFF inset;
  box-shadow: -0.2em 0 0 0 #6DFFFF inset;
}

/* line 1469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.blue.table {
  border-top: 0.2em solid #2196f3;
}

/* line 1472, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.blue.table {
  background-color: #2196f3;
  color: #FFFFFF;
}

/* line 1476, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.blue:not(.marked),
.ui.ui.table td.blue:not(.marked) {
  background: #ddf4ff;
  color: #2196f3;
}

/* line 1481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.blue:not(.marked):hover,
.ui.table tr td.selectable.blue:not(.marked):hover,
.ui.selectable.table tr:hover td.blue:not(.marked) {
  background: #d3f1ff;
  color: #2196f3;
}

/* line 1487, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.blue.left,
.ui.table tr.marked.blue.left {
  -webkit-box-shadow: 0.2em 0 0 0 #2196f3 inset;
  box-shadow: 0.2em 0 0 0 #2196f3 inset;
}

/* line 1492, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.blue.right,
.ui.table tr.marked.blue.right {
  -webkit-box-shadow: -0.2em 0 0 0 #2196f3 inset;
  box-shadow: -0.2em 0 0 0 #2196f3 inset;
}

/* line 1497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.blue.left,
.ui.inverted.table tr.marked.blue.left {
  -webkit-box-shadow: 0.2em 0 0 0 #54C8FF inset;
  box-shadow: 0.2em 0 0 0 #54C8FF inset;
}

/* line 1502, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.blue.right,
.ui.inverted.table tr.marked.blue.right {
  -webkit-box-shadow: -0.2em 0 0 0 #54C8FF inset;
  box-shadow: -0.2em 0 0 0 #54C8FF inset;
}

/* line 1507, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.violet.table {
  border-top: 0.2em solid #6435C9;
}

/* line 1510, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.violet.table {
  background-color: #6435C9;
  color: #FFFFFF;
}

/* line 1514, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.violet:not(.marked),
.ui.ui.table td.violet:not(.marked) {
  background: #ece9fe;
  color: #6435C9;
}

/* line 1519, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.violet:not(.marked):hover,
.ui.table tr td.selectable.violet:not(.marked):hover,
.ui.selectable.table tr:hover td.violet:not(.marked) {
  background: #e3deff;
  color: #6435C9;
}

/* line 1525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.violet.left,
.ui.table tr.marked.violet.left {
  -webkit-box-shadow: 0.2em 0 0 0 #6435C9 inset;
  box-shadow: 0.2em 0 0 0 #6435C9 inset;
}

/* line 1530, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.violet.right,
.ui.table tr.marked.violet.right {
  -webkit-box-shadow: -0.2em 0 0 0 #6435C9 inset;
  box-shadow: -0.2em 0 0 0 #6435C9 inset;
}

/* line 1535, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.violet.left,
.ui.inverted.table tr.marked.violet.left {
  -webkit-box-shadow: 0.2em 0 0 0 #A291FB inset;
  box-shadow: 0.2em 0 0 0 #A291FB inset;
}

/* line 1540, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.violet.right,
.ui.inverted.table tr.marked.violet.right {
  -webkit-box-shadow: -0.2em 0 0 0 #A291FB inset;
  box-shadow: -0.2em 0 0 0 #A291FB inset;
}

/* line 1545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.purple.table {
  border-top: 0.2em solid #A333C8;
}

/* line 1548, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.purple.table {
  background-color: #A333C8;
  color: #FFFFFF;
}

/* line 1552, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.purple:not(.marked),
.ui.ui.table td.purple:not(.marked) {
  background: #f8e3ff;
  color: #A333C8;
}

/* line 1557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.purple:not(.marked):hover,
.ui.table tr td.selectable.purple:not(.marked):hover,
.ui.selectable.table tr:hover td.purple:not(.marked) {
  background: #f5d9ff;
  color: #A333C8;
}

/* line 1563, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.purple.left,
.ui.table tr.marked.purple.left {
  -webkit-box-shadow: 0.2em 0 0 0 #A333C8 inset;
  box-shadow: 0.2em 0 0 0 #A333C8 inset;
}

/* line 1568, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.purple.right,
.ui.table tr.marked.purple.right {
  -webkit-box-shadow: -0.2em 0 0 0 #A333C8 inset;
  box-shadow: -0.2em 0 0 0 #A333C8 inset;
}

/* line 1573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.purple.left,
.ui.inverted.table tr.marked.purple.left {
  -webkit-box-shadow: 0.2em 0 0 0 #DC73FF inset;
  box-shadow: 0.2em 0 0 0 #DC73FF inset;
}

/* line 1578, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.purple.right,
.ui.inverted.table tr.marked.purple.right {
  -webkit-box-shadow: -0.2em 0 0 0 #DC73FF inset;
  box-shadow: -0.2em 0 0 0 #DC73FF inset;
}

/* line 1583, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.pink.table {
  border-top: 0.2em solid #E03997;
}

/* line 1586, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.pink.table {
  background-color: #E03997;
  color: #FFFFFF;
}

/* line 1590, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.pink:not(.marked),
.ui.ui.table td.pink:not(.marked) {
  background: #ffe8f9;
  color: #E03997;
}

/* line 1595, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.pink:not(.marked):hover,
.ui.table tr td.selectable.pink:not(.marked):hover,
.ui.selectable.table tr:hover td.pink:not(.marked) {
  background: #ffdef6;
  color: #E03997;
}

/* line 1601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.pink.left,
.ui.table tr.marked.pink.left {
  -webkit-box-shadow: 0.2em 0 0 0 #E03997 inset;
  box-shadow: 0.2em 0 0 0 #E03997 inset;
}

/* line 1606, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.pink.right,
.ui.table tr.marked.pink.right {
  -webkit-box-shadow: -0.2em 0 0 0 #E03997 inset;
  box-shadow: -0.2em 0 0 0 #E03997 inset;
}

/* line 1611, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.pink.left,
.ui.inverted.table tr.marked.pink.left {
  -webkit-box-shadow: 0.2em 0 0 0 #FF8EDF inset;
  box-shadow: 0.2em 0 0 0 #FF8EDF inset;
}

/* line 1616, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.pink.right,
.ui.inverted.table tr.marked.pink.right {
  -webkit-box-shadow: -0.2em 0 0 0 #FF8EDF inset;
  box-shadow: -0.2em 0 0 0 #FF8EDF inset;
}

/* line 1621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.brown.table {
  border-top: 0.2em solid #A5673F;
}

/* line 1624, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.brown.table {
  background-color: #A5673F;
  color: #FFFFFF;
}

/* line 1628, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.brown:not(.marked),
.ui.ui.table td.brown:not(.marked) {
  background: #f7e5d2;
  color: #A5673F;
}

/* line 1633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.brown:not(.marked):hover,
.ui.table tr td.selectable.brown:not(.marked):hover,
.ui.selectable.table tr:hover td.brown:not(.marked) {
  background: #efe0cf;
  color: #A5673F;
}

/* line 1639, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.brown.left,
.ui.table tr.marked.brown.left {
  -webkit-box-shadow: 0.2em 0 0 0 #A5673F inset;
  box-shadow: 0.2em 0 0 0 #A5673F inset;
}

/* line 1644, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.brown.right,
.ui.table tr.marked.brown.right {
  -webkit-box-shadow: -0.2em 0 0 0 #A5673F inset;
  box-shadow: -0.2em 0 0 0 #A5673F inset;
}

/* line 1649, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.brown.left,
.ui.inverted.table tr.marked.brown.left {
  -webkit-box-shadow: 0.2em 0 0 0 #D67C1C inset;
  box-shadow: 0.2em 0 0 0 #D67C1C inset;
}

/* line 1654, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.brown.right,
.ui.inverted.table tr.marked.brown.right {
  -webkit-box-shadow: -0.2em 0 0 0 #D67C1C inset;
  box-shadow: -0.2em 0 0 0 #D67C1C inset;
}

/* line 1659, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.grey.table {
  border-top: 0.2em solid #767676;
}

/* line 1662, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.grey.table {
  background-color: #767676;
  color: #FFFFFF;
}

/* line 1666, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.grey:not(.marked),
.ui.ui.table td.grey:not(.marked) {
  background: #DCDDDE;
  color: #767676;
}

/* line 1671, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.grey:not(.marked):hover,
.ui.table tr td.selectable.grey:not(.marked):hover,
.ui.selectable.table tr:hover td.grey:not(.marked) {
  background: #c2c4c5;
  color: #767676;
}

/* line 1677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.grey.left,
.ui.table tr.marked.grey.left {
  -webkit-box-shadow: 0.2em 0 0 0 #767676 inset;
  box-shadow: 0.2em 0 0 0 #767676 inset;
}

/* line 1682, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.grey.right,
.ui.table tr.marked.grey.right {
  -webkit-box-shadow: -0.2em 0 0 0 #767676 inset;
  box-shadow: -0.2em 0 0 0 #767676 inset;
}

/* line 1687, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.grey.left,
.ui.inverted.table tr.marked.grey.left {
  -webkit-box-shadow: 0.2em 0 0 0 #DCDDDE inset;
  box-shadow: 0.2em 0 0 0 #DCDDDE inset;
}

/* line 1692, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.grey.right,
.ui.inverted.table tr.marked.grey.right {
  -webkit-box-shadow: -0.2em 0 0 0 #DCDDDE inset;
  box-shadow: -0.2em 0 0 0 #DCDDDE inset;
}

/* line 1697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.black.table {
  border-top: 0.2em solid #1A1A1D;
}

/* line 1700, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.black.table {
  background-color: #1A1A1D;
  color: #FFFFFF;
}

/* line 1704, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.ui.ui.table tr.black:not(.marked),
.ui.ui.table td.black:not(.marked) {
  background: #545454;
  color: #FFFFFF;
}

/* line 1709, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.selectable.table tr.black:not(.marked):hover,
.ui.table tr td.selectable.black:not(.marked):hover,
.ui.selectable.table tr:hover td.black:not(.marked) {
  background: #000000;
  color: #FFFFFF;
}

/* line 1715, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.black.left,
.ui.table tr.marked.black.left {
  -webkit-box-shadow: 0.2em 0 0 0 #1A1A1D inset;
  box-shadow: 0.2em 0 0 0 #1A1A1D inset;
}

/* line 1720, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table td.marked.black.right,
.ui.table tr.marked.black.right {
  -webkit-box-shadow: -0.2em 0 0 0 #1A1A1D inset;
  box-shadow: -0.2em 0 0 0 #1A1A1D inset;
}

/* line 1725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.black.left,
.ui.inverted.table tr.marked.black.left {
  -webkit-box-shadow: 0.2em 0 0 0 #545454 inset;
  box-shadow: 0.2em 0 0 0 #545454 inset;
}

/* line 1730, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table td.marked.black.right,
.ui.inverted.table tr.marked.black.right {
  -webkit-box-shadow: -0.2em 0 0 0 #545454 inset;
  box-shadow: -0.2em 0 0 0 #545454 inset;
}

/*--------------
  Column Count
---------------*/
/* Grid Based */
/* line 1742, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.one.column.table td {
  width: 100%;
}

/* line 1745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.two.column.table td {
  width: 50%;
}

/* line 1748, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.three.column.table td {
  width: 33.33333333%;
}

/* line 1751, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.four.column.table td {
  width: 25%;
}

/* line 1754, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.five.column.table td {
  width: 20%;
}

/* line 1757, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.six.column.table td {
  width: 16.66666667%;
}

/* line 1760, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.seven.column.table td {
  width: 14.28571429%;
}

/* line 1763, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.eight.column.table td {
  width: 12.5%;
}

/* line 1766, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.nine.column.table td {
  width: 11.11111111%;
}

/* line 1769, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ten.column.table td {
  width: 10%;
}

/* line 1772, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.eleven.column.table td {
  width: 9.09090909%;
}

/* line 1775, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.twelve.column.table td {
  width: 8.33333333%;
}

/* line 1778, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.thirteen.column.table td {
  width: 7.69230769%;
}

/* line 1781, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.fourteen.column.table td {
  width: 7.14285714%;
}

/* line 1784, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.fifteen.column.table td {
  width: 6.66666667%;
}

/* line 1787, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.sixteen.column.table td, .ui.column.table.full td {
  width: 6.25%;
}

/* Column Width */
/* line 1792, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th.one.wide,
.ui.table td.one.wide {
  width: 6.25%;
}

/* line 1796, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th.two.wide,
.ui.table td.two.wide {
  width: 12.5%;
}

/* line 1800, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th.three.wide,
.ui.table td.three.wide {
  width: 18.75%;
}

/* line 1804, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th.four.wide,
.ui.table td.four.wide {
  width: 25%;
}

/* line 1808, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th.five.wide,
.ui.table td.five.wide {
  width: 31.25%;
}

/* line 1812, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th.six.wide,
.ui.table td.six.wide {
  width: 37.5%;
}

/* line 1816, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th.seven.wide,
.ui.table td.seven.wide {
  width: 43.75%;
}

/* line 1820, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th.eight.wide,
.ui.table td.eight.wide {
  width: 50%;
}

/* line 1824, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th.nine.wide,
.ui.table td.nine.wide {
  width: 56.25%;
}

/* line 1828, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th.ten.wide,
.ui.table td.ten.wide {
  width: 62.5%;
}

/* line 1832, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th.eleven.wide,
.ui.table td.eleven.wide {
  width: 68.75%;
}

/* line 1836, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th.twelve.wide,
.ui.table td.twelve.wide {
  width: 75%;
}

/* line 1840, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th.thirteen.wide,
.ui.table td.thirteen.wide {
  width: 81.25%;
}

/* line 1844, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th.fourteen.wide,
.ui.table td.fourteen.wide {
  width: 87.5%;
}

/* line 1848, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th.fifteen.wide,
.ui.table td.fifteen.wide {
  width: 93.75%;
}

/* line 1852, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table th.sixteen.wide, .ui.table th.wide.full,
.ui.table td.sixteen.wide,
.ui.table td.wide.full {
  width: 100%;
}

/*--------------
      Sortable
  ---------------*/
/* line 1861, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.sortable.table > thead > tr > th {
  cursor: pointer;
  white-space: nowrap;
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
}

/* line 1867, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.sortable.table > thead > tr > th:first-child {
  border-left: none;
}

/* line 1870, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.sortable.table thead th.sorted,
.ui.sortable.table thead th.sorted:hover {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1877, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.sortable.table > thead > tr > th:after {
  display: none;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: '';
  height: 1em;
  width: auto;
  opacity: 0.8;
  margin: 0 0 0 0.5em;
  font-family: 'Icons';
}

/* line 1889, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.sortable.table thead th.ascending:after {
  content: '\f0d8';
}

/* line 1892, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.sortable.table thead th.descending:after {
  content: '\f0d7';
}

/* Hover */
/* line 1897, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.sortable.table th.disabled:hover {
  cursor: auto;
  color: rgba(40, 40, 40, 0.3);
}

/* line 1901, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.sortable.table > thead > tr > th:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
}

/* Sorted */
/* line 1907, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.sortable.table thead th.sorted {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

/* line 1911, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.sortable.table thead th.sorted:after {
  display: inline-block;
}

/* Sorted Hover */
/* line 1916, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.sortable.table thead th.sorted:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

/* Inverted */
/* line 1922, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.sortable.table thead th.sorted {
  background: rgba(255, 255, 255, 0.15) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background: rgba(255, 255, 255, 0.15) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: rgba(255, 255, 255, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  color: #FFFFFF;
}

/* line 1928, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.sortable.table > thead > tr > th:hover {
  background: rgba(255, 255, 255, 0.08) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background: rgba(255, 255, 255, 0.08) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: rgba(255, 255, 255, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  color: #FFFFFF;
}

/* line 1934, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.sortable.table > thead > tr > th {
  border-left-color: transparent;
  border-right-color: transparent;
}

/*--------------
      Inverted
  ---------------*/
/* Text Color */
/* line 1945, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table {
  background: #333333;
  color: rgba(255, 255, 255, 0.9);
  border: none;
}

/* line 1950, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.ui.inverted.table > thead > tr > th,
.ui.ui.inverted.table > tbody > tr > th,
.ui.ui.inverted.table > tfoot > tr > th,
.ui.ui.inverted.table > tfoot > tr > td,
.ui.ui.inverted.table > tr > th {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}

/* line 1959, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table > tbody > tr > td,
.ui.inverted.table > tfoot > tr > td,
.ui.inverted.table > tr > td {
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1964, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table tr.disabled td,
.ui.inverted.table tr td.disabled,
.ui.inverted.table tr.disabled:hover td,
.ui.inverted.table tr:hover td.disabled {
  pointer-events: none;
  color: rgba(225, 225, 225, 0.3);
}

/* line 1971, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.table tr td.disabled:not([class="disabled"]),
.ui.inverted.table tr.disabled:not([class="disabled"]) td,
.ui.inverted.table tr.disabled td[class]:not(.disabled),
.ui.inverted.table tr:hover td.disabled:not([class="disabled"]) {
  color: rgba(40, 40, 40, 0.3);
}

/* Definition */
/* line 1979, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.definition.table > tfoot:not(.full-width) > tr > th:first-child,
.ui.inverted.definition.table > thead:not(.full-width) > tr > th:first-child {
  background: #FFFFFF;
}

/* line 1983, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.definition.table > tbody > tr > td:first-child .ui.inverted.definition.table > tfoot > tr > td:first-child,
.ui.inverted.definition.table > tr > td:first-child {
  background: rgba(255, 255, 255, 0.02);
  color: #FFFFFF;
}

/*--------------
     Collapsing
  ---------------*/
/* line 1993, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.collapsing.table {
  width: auto;
}

/*--------------
        Basic
  ---------------*/
/* line 2001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.basic.table {
  background: transparent;
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2007, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.basic.table > thead,
.ui.basic.table > tfoot {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2012, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.basic.table > thead > tr > th,
.ui.basic.table > tbody > tr > th,
.ui.basic.table > tfoot > tr > th,
.ui.basic.table > tr > th {
  background: transparent;
  border-left: none;
}

/* line 2019, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.basic.table > tbody > tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 2022, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.basic.table > tbody > tr > td,
.ui.basic.table > tfoot > tr > td,
.ui.basic.table > tr > td {
  background: transparent;
}

/* line 2027, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.basic.striped.table > tbody > tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Very Basic */
/* line 2032, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui[class*="very basic"].table {
  border: none;
}

/* line 2035, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th,
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th,
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th,
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th,
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td,
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td {
  padding: '';
}

/* line 2043, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:first-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:first-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:first-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:first-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:first-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:first-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:first-child {
  padding-left: 0;
}

/* line 2052, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:last-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:last-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:last-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:last-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:last-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:last-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:last-child {
  padding-right: 0;
}

/* line 2061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr:first-child > th {
  padding-top: 0;
}

/*--------------
       Celled
  ---------------*/
/* line 2069, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.celled.table > tr > th,
.ui.celled.table > thead > tr > th,
.ui.celled.table > tbody > tr > th,
.ui.celled.table > tfoot > tr > th,
.ui.celled.table > tr > td,
.ui.celled.table > tbody > tr > td,
.ui.celled.table > tfoot > tr > td {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
}

/* line 2078, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.inverted.celled.table > tbody > tr > td,
.ui.inverted.celled.table > tr > td {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 2082, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.celled.table > tr > th:first-child,
.ui.celled.table > thead > tr > th:first-child,
.ui.celled.table > tbody > tr > th:first-child,
.ui.celled.table > tfoot > tr > th:first-child,
.ui.celled.table > tr > td:first-child,
.ui.celled.table > tbody > tr > td:first-child,
.ui.celled.table > tfoot > tr > td:first-child {
  border-left: none;
}

/*--------------
       Padded
  ---------------*/
/* line 2096, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.padded.table > tr > th,
.ui.padded.table > thead > tr > th,
.ui.padded.table > tbody > tr > th,
.ui.padded.table > tfoot > tr > th {
  padding-left: 1em;
  padding-right: 1em;
}

/* line 2103, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.padded.table > tr > th,
.ui.padded.table > thead > tr > th,
.ui.padded.table > tbody > tr > th,
.ui.padded.table > tfoot > tr > th,
.ui.padded.table > tr > td,
.ui.padded.table > tbody > tr > td,
.ui.padded.table > tfoot > tr > td {
  padding: 1em 1em;
}

/* Very */
/* line 2114, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui[class*="very padded"].table > tr > th,
.ui[class*="very padded"].table > thead > tr > th,
.ui[class*="very padded"].table > tbody > tr > th,
.ui[class*="very padded"].table > tfoot > tr > th {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

/* line 2121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui[class*="very padded"].table > tr > td,
.ui[class*="very padded"].table > tbody > tr > td,
.ui[class*="very padded"].table > tfoot > tr > td {
  padding: 1.5em 1.5em;
}

/*--------------
       Compact
  ---------------*/
/* line 2131, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.compact.table > tr > th,
.ui.compact.table > thead > tr > th,
.ui.compact.table > tbody > tr > th,
.ui.compact.table > tfoot > tr > th {
  padding-left: 0.7em;
  padding-right: 0.7em;
}

/* line 2138, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.compact.table > tr > td,
.ui.compact.table > tbody > tr > td,
.ui.compact.table > tfoot > tr > td {
  padding: 0.5em 0.7em;
}

/* Very */
/* line 2145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui[class*="very compact"].table > tr > th,
.ui[class*="very compact"].table > thead > tr > th,
.ui[class*="very compact"].table > tbody > tr > th,
.ui[class*="very compact"].table > tfoot > tr > th {
  padding-left: 0.6em;
  padding-right: 0.6em;
}

/* line 2152, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui[class*="very compact"].table > tr > td,
.ui[class*="very compact"].table > tbody > tr > td,
.ui[class*="very compact"].table > tfoot > tr > td {
  padding: 0.4em 0.6em;
}

/*--------------
      Sizes
---------------*/
/* Standard */
/* line 2164, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.table {
  font-size: 1em;
}

/* line 2167, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.mini.table {
  font-size: 0.78571429rem;
}

/* line 2170, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.tiny.table {
  font-size: 0.85714286rem;
}

/* line 2173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.small.table {
  font-size: 0.9em;
}

/* line 2176, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.large.table {
  font-size: 1.1em;
}

/* line 2179, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.big.table {
  font-size: 1.28571429rem;
}

/* line 2182, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.huge.table {
  font-size: 1.42857143rem;
}

/* line 2185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/collections/_table.scss */
.ui.massive.table {
  font-size: 1.71428571rem;
}

/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Ad
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Copyright 2013 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
         Advertisement
*******************************/
/* line 17, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.ad {
  display: block;
  overflow: hidden;
  margin: 1em 0;
}

/* line 22, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.ad:first-child {
  margin: 0;
}

/* line 25, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.ad:last-child {
  margin: 0;
}

/* line 28, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.ad iframe {
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}

/*--------------
     Common
---------------*/
/* Leaderboard */
/* line 41, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.leaderboard.ad {
  width: 728px;
  height: 90px;
}

/* Medium Rectangle */
/* line 47, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui[class*="medium rectangle"].ad {
  width: 300px;
  height: 250px;
}

/* Large Rectangle */
/* line 53, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui[class*="large rectangle"].ad {
  width: 336px;
  height: 280px;
}

/* Half Page */
/* line 59, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui[class*="half page"].ad {
  width: 300px;
  height: 600px;
}

/*--------------
       Square
  ---------------*/
/* Square */
/* line 70, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.square.ad {
  width: 250px;
  height: 250px;
}

/* Small Square */
/* line 76, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui[class*="small square"].ad {
  width: 200px;
  height: 200px;
}

/*--------------
      Rectangle
  ---------------*/
/* Small Rectangle */
/* line 87, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui[class*="small rectangle"].ad {
  width: 180px;
  height: 150px;
}

/* Vertical Rectangle */
/* line 93, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui[class*="vertical rectangle"].ad {
  width: 240px;
  height: 400px;
}

/*--------------
       Button
  ---------------*/
/* line 102, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.button.ad {
  width: 120px;
  height: 90px;
}

/* line 106, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui[class*="square button"].ad {
  width: 125px;
  height: 125px;
}

/* line 110, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui[class*="small button"].ad {
  width: 120px;
  height: 60px;
}

/*--------------
     Skyscrapers
  ---------------*/
/* Skyscraper */
/* line 121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.skyscraper.ad {
  width: 120px;
  height: 600px;
}

/* Wide Skyscraper */
/* line 127, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui[class*="wide skyscraper"].ad {
  width: 160px;
}

/*--------------
       Banners
  ---------------*/
/* Banner */
/* line 137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.banner.ad {
  width: 468px;
  height: 60px;
}

/* Vertical Banner */
/* line 143, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui[class*="vertical banner"].ad {
  width: 120px;
  height: 240px;
}

/* Top Banner */
/* line 149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui[class*="top banner"].ad {
  width: 930px;
  height: 180px;
}

/* Half Banner */
/* line 155, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui[class*="half banner"].ad {
  width: 234px;
  height: 60px;
}

/*--------------
    Boards
---------------*/
/* Leaderboard */
/* line 166, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui[class*="large leaderboard"].ad {
  width: 970px;
  height: 90px;
}

/* Billboard */
/* line 172, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.billboard.ad {
  width: 970px;
  height: 250px;
}

/*--------------
      Panorama
  ---------------*/
/* Panorama */
/* line 183, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.panorama.ad {
  width: 980px;
  height: 120px;
}

/*--------------
       Netboard
  ---------------*/
/* Netboard */
/* line 194, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.netboard.ad {
  width: 580px;
  height: 400px;
}

/*--------------
       Mobile
  ---------------*/
/* Large Mobile Banner */
/* line 205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui[class*="large mobile banner"].ad {
  width: 320px;
  height: 100px;
}

/* Mobile Leaderboard */
/* line 211, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui[class*="mobile leaderboard"].ad {
  width: 320px;
  height: 50px;
}

/*******************************
             Types
*******************************/
/* Mobile Sizes */
/* line 223, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.mobile.ad {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  /* line 227, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
  .ui.mobile.ad {
    display: block;
  }
}
/*******************************
           Variations
*******************************/
/* line 237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.centered.ad {
  margin-left: auto;
  margin-right: auto;
}

/* line 241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.test.ad {
  position: relative;
  background: #545454;
}

/* line 245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.test.ad:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: 'Ad';
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
}

/* line 258, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.mobile.test.ad:after {
  font-size: 0.85714286em;
}

/* line 261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_ad.scss */
.ui.test.ad[data-text]:after {
  content: attr(data-text);
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*!
 * # Fomantic-UI - Card
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Standard
*******************************/
/*--------------
      Card
---------------*/
/* line 21, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card,
.ui.card {
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 290px;
  min-height: 0;
  background: #FFFFFF;
  padding: 0;
  border: none;
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
  box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
  -webkit-transition: -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  transition: -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  transition: box-shadow 0.1s ease, transform 0.1s ease;
  transition: box-shadow 0.1s ease, transform 0.1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  z-index: '';
  word-wrap: break-word;
}

/* line 47, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.card {
  margin: 1em 0;
}

/* line 50, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card a,
.ui.card a {
  cursor: pointer;
}

/* line 54, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.card:first-child {
  margin-top: 0;
}

/* line 57, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.card:last-child {
  margin-bottom: 0;
}

/*--------------
      Cards
---------------*/
/* line 65, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.875em -0.5em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 73, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.875em 0.5em;
  float: none;
}

/* Clearing */
/* line 82, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards:after,
.ui.card:after {
  display: block;
  content: ' ';
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* Consecutive Card Groups Preserve Row Spacing */
/* line 93, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards ~ .ui.cards {
  margin-top: 0.875em;
}

/*--------------
  Rounded Edges
---------------*/
/* line 101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > :first-child,
.ui.card > :first-child {
  border-radius: 0.28571429rem 0.28571429rem 0 0 !important;
  border-top: none !important;
}

/* line 106, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > :last-child,
.ui.card > :last-child {
  border-radius: 0 0 0.28571429rem 0.28571429rem !important;
}

/* line 110, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > :only-child,
.ui.card > :only-child {
  border-radius: 0.28571429rem !important;
}

/*--------------
     Images
---------------*/
/* line 119, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .image,
.ui.card > .image {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
  background: rgba(0, 0, 0, 0.05);
}

/* line 129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .image > img,
.ui.card > .image > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

/* line 136, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .image:not(.ui) > img,
.ui.card > .image:not(.ui) > img {
  border: none;
}

/*--------------
     Content
---------------*/
/* line 145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content,
.ui.card > .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  background: none;
  margin: 0;
  padding: 1em 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1em;
  border-radius: 0;
}

/* line 160, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content:after,
.ui.card > .content:after {
  display: block;
  content: ' ';
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content > .header,
.ui.card > .content > .header {
  display: block;
  margin: '';
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  color: rgba(0, 0, 0, 0.85);
}

/* Default Header Size */
/* line 178, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content > .header:not(.ui),
.ui.card > .content > .header:not(.ui) {
  font-weight: bold;
  font-size: 1.28571429em;
  margin-top: -0.21425em;
  line-height: 1.28571429em;
}

/* line 185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content > .meta + .description,
.ui.cards > .card > .content > .header + .description,
.ui.card > .content > .meta + .description,
.ui.card > .content > .header + .description {
  margin-top: 0.5em;
}

/*----------------
 Floated Content
-----------------*/
/* line 196, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card [class*="left floated"],
.ui.card [class*="left floated"] {
  float: left;
}

/* line 200, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card [class*="right floated"],
.ui.card [class*="right floated"] {
  float: right;
}

/*--------------
     Aligned
---------------*/
/* line 209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card [class*="left aligned"],
.ui.card [class*="left aligned"] {
  text-align: left;
}

/* line 213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card [class*="center aligned"],
.ui.card [class*="center aligned"] {
  text-align: center;
}

/* line 217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card [class*="right aligned"],
.ui.card [class*="right aligned"] {
  text-align: right;
}

/*--------------
  Content Image
---------------*/
/* line 226, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card .content img,
.ui.card .content img {
  display: inline-block;
  vertical-align: middle;
  width: '';
}

/* line 232, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card img.avatar,
.ui.cards > .card .avatar img,
.ui.card img.avatar,
.ui.card .avatar img {
  width: 2em;
  height: 2em;
  border-radius: 500rem;
}

/*--------------
   Description
---------------*/
/* line 245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content > .description,
.ui.card > .content > .description {
  clear: both;
  color: rgba(0, 0, 0, 0.68);
}

/*--------------
    Paragraph
---------------*/
/* line 255, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content p,
.ui.card > .content p {
  margin: 0 0 0.5em;
}

/* line 259, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content p:last-child,
.ui.card > .content p:last-child {
  margin-bottom: 0;
}

/*--------------
      Meta
---------------*/
/* line 268, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card .meta,
.ui.card .meta {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.4);
}

/* line 273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card .meta *,
.ui.card .meta * {
  margin-right: 0.3em;
}

/* line 277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card .meta :last-child,
.ui.card .meta :last-child {
  margin-right: 0;
}

/* line 281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card .meta [class*="right floated"],
.ui.card .meta [class*="right floated"] {
  margin-right: 0;
  margin-left: 0.3em;
}

/*--------------
      Links
---------------*/
/* Generic */
/* line 293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content a:not(.ui),
.ui.card > .content a:not(.ui) {
  color: '';
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

/* line 299, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content a:not(.ui):hover,
.ui.card > .content a:not(.ui):hover {
  color: '';
}

/* Header */
/* line 305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content > a.header,
.ui.card > .content > a.header {
  color: rgba(0, 0, 0, 0.85);
}

/* line 309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content > a.header:hover,
.ui.card > .content > a.header:hover {
  color: #1e70bf;
}

/* Meta */
/* line 315, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card .meta > a:not(.ui),
.ui.card .meta > a:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

/* line 319, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card .meta > a:not(.ui):hover,
.ui.card .meta > a:not(.ui):hover {
  color: rgba(0, 0, 0, 0.87);
}

/*--------------
     Buttons
---------------*/
/* line 328, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .buttons,
.ui.card > .buttons,
.ui.cards > .card > .button,
.ui.card > .button {
  margin: 0 -1px;
  width: calc(100% + 2px);
}

/* line 335, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .buttons:last-child,
.ui.card > .buttons:last-child,
.ui.cards > .card > .button:last-child,
.ui.card > .button:last-child {
  margin-bottom: -1px;
}

/*--------------
      Dimmer
---------------*/
/* line 346, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card .dimmer,
.ui.card .dimmer {
  background-color: '';
  z-index: 10;
}

/*--------------
     Labels
---------------*/
/*-----Star----- */
/* Icon */
/* line 361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content .star.icon,
.ui.card > .content .star.icon {
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

/* line 368, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content .star.icon:hover,
.ui.card > .content .star.icon:hover {
  opacity: 1;
  color: #FFB70A;
}

/* line 373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content .active.star.icon,
.ui.card > .content .active.star.icon {
  color: #FFE623;
}

/*-----Like----- */
/* Icon */
/* line 382, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content .like.icon,
.ui.card > .content .like.icon {
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

/* line 389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content .like.icon:hover,
.ui.card > .content .like.icon:hover {
  opacity: 1;
  color: #FF2733;
}

/* line 394, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .content .active.like.icon,
.ui.card > .content .active.like.icon {
  color: #FF2733;
}

/*----------------
  Extra Content
-----------------*/
/* line 403, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .extra,
.ui.card > .extra {
  max-width: 100%;
  min-height: 0 !important;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  position: static;
  background: none;
  width: auto;
  margin: 0 0;
  padding: 0.75em 1em;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

/* line 424, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .extra a:not(.ui),
.ui.card > .extra a:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

/* line 428, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card > .extra a:not(.ui):hover,
.ui.card > .extra a:not(.ui):hover {
  color: #1e70bf;
}

/*******************************
           Variations
*******************************/
/*-------------------
        Horizontal
  --------------------*/
/* line 443, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.horizontal.cards > .card,
.ui.card.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 270px;
  width: 400px;
  max-width: 100%;
}

/* line 455, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.horizontal.cards > .card > .image,
.ui.card.horizontal > .image {
  border-radius: 0.28571429rem 0 0 0.28571429rem;
  width: 150px;
}

/* line 460, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.horizontal.cards > .card > .image > img,
.ui.card.horizontal > .image > img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 0.28571429rem 0 0 0.28571429rem;
}

/* line 478, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.horizontal.cards > .card > .image:last-child > img,
.ui.card.horizontal > .image:last-child > img {
  border-radius: 0 0.28571429rem 0.28571429rem 0;
}

/* line 482, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.horizontal.cards > .card > .content,
.ui.horizontal.card > .content {
  -ms-flex-preferred-size: 1px;
  flex-basis: 1px;
}

/* line 487, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.horizontal.cards > .card > .extra,
.ui.horizontal.card > .extra {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

/*-------------------
         Raised
  --------------------*/
/* line 497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.raised.cards > .card,
.ui.raised.card {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 502, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.raised.cards a.card:hover,
.ui.link.cards .raised.card:hover,
a.ui.raised.card:hover,
.ui.link.raised.card:hover {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 4px 0 rgba(34, 36, 38, 0.15), 0 2px 10px 0 rgba(34, 36, 38, 0.25);
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 4px 0 rgba(34, 36, 38, 0.15), 0 2px 10px 0 rgba(34, 36, 38, 0.25);
}

/*-------------------
         Centered
  --------------------*/
/* line 514, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.centered.cards {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 519, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.centered.card {
  margin-left: auto;
  margin-right: auto;
}

/*-------------------
          Fluid
  --------------------*/
/* line 528, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.fluid.card {
  width: 100%;
  max-width: 9999px;
}

/*-------------------
          Link
  --------------------*/
/* line 537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards a.card,
.ui.link.cards .card,
a.ui.card,
.ui.link.card {
  -webkit-transform: none;
  transform: none;
}

/* line 544, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards a.card:hover,
.ui.link.cards .card:not(.icon):hover,
a.ui.card:hover,
.ui.link.card:hover {
  cursor: pointer;
  z-index: 5;
  background: #FFFFFF;
  border: none;
  -webkit-box-shadow: 0 1px 3px 0 #BCBDBD, 0 0 0 1px #D4D4D5;
  box-shadow: 0 1px 3px 0 #BCBDBD, 0 0 0 1px #D4D4D5;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

/*-------------------
       Colors
--------------------*/
/* line 562, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.primary.cards > .card,
.ui.cards > .primary.card,
.ui.primary.card {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #2196f3, 0 1px 3px 0 #D4D4D5;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #2196f3, 0 1px 3px 0 #D4D4D5;
}

/* line 568, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.primary.cards > .card:hover,
.ui.cards > .primary.card:hover,
.ui.primary.card:hover {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1678c2, 0 1px 3px 0 #BCBDBD;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1678c2, 0 1px 3px 0 #BCBDBD;
}

/* line 574, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.primary.cards > .card,
.ui.inverted.cards > .primary.card,
.ui.inverted.primary.card {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #54C8FF, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #54C8FF, 0 0 0 1px #555555;
}

/* line 580, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.primary.cards > .card:hover,
.ui.inverted.cards > .primary.card:hover,
.ui.inverted.primary.card:hover {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #21b8ff, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #21b8ff, 0 0 0 1px #555555;
}

/* line 586, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.secondary.cards > .card,
.ui.cards > .secondary.card,
.ui.secondary.card {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1A1A1D, 0 1px 3px 0 #D4D4D5;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1A1A1D, 0 1px 3px 0 #D4D4D5;
}

/* line 592, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.secondary.cards > .card:hover,
.ui.cards > .secondary.card:hover,
.ui.secondary.card:hover {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #27292a, 0 1px 3px 0 #BCBDBD;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #27292a, 0 1px 3px 0 #BCBDBD;
}

/* line 598, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.secondary.cards > .card,
.ui.inverted.cards > .secondary.card,
.ui.inverted.secondary.card {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #545454, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #545454, 0 0 0 1px #555555;
}

/* line 604, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.secondary.cards > .card:hover,
.ui.inverted.cards > .secondary.card:hover,
.ui.inverted.secondary.card:hover {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #6e6e6e, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #6e6e6e, 0 0 0 1px #555555;
}

/* line 610, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.red.cards > .card,
.ui.cards > .red.card,
.ui.red.card {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #d32f2f, 0 1px 3px 0 #D4D4D5;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #d32f2f, 0 1px 3px 0 #D4D4D5;
}

/* line 616, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.red.cards > .card:hover,
.ui.cards > .red.card:hover,
.ui.red.card:hover {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #d01919, 0 1px 3px 0 #BCBDBD;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #d01919, 0 1px 3px 0 #BCBDBD;
}

/* line 622, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.red.cards > .card,
.ui.inverted.cards > .red.card,
.ui.inverted.red.card {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF695E, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF695E, 0 0 0 1px #555555;
}

/* line 628, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.red.cards > .card:hover,
.ui.inverted.cards > .red.card:hover,
.ui.inverted.red.card:hover {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ff392b, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ff392b, 0 0 0 1px #555555;
}

/* line 634, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.orange.cards > .card,
.ui.cards > .orange.card,
.ui.orange.card {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #f57c00, 0 1px 3px 0 #D4D4D5;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #f57c00, 0 1px 3px 0 #D4D4D5;
}

/* line 640, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.orange.cards > .card:hover,
.ui.cards > .orange.card:hover,
.ui.orange.card:hover {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #f26202, 0 1px 3px 0 #BCBDBD;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #f26202, 0 1px 3px 0 #BCBDBD;
}

/* line 646, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.orange.cards > .card,
.ui.inverted.cards > .orange.card,
.ui.inverted.orange.card {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF851B, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF851B, 0 0 0 1px #555555;
}

/* line 652, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.orange.cards > .card:hover,
.ui.inverted.cards > .orange.card:hover,
.ui.inverted.orange.card:hover {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #e76b00, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #e76b00, 0 0 0 1px #555555;
}

/* line 658, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.yellow.cards > .card,
.ui.cards > .yellow.card,
.ui.yellow.card {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #FBBD08, 0 1px 3px 0 #D4D4D5;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #FBBD08, 0 1px 3px 0 #D4D4D5;
}

/* line 664, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.yellow.cards > .card:hover,
.ui.cards > .yellow.card:hover,
.ui.yellow.card:hover {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #eaae00, 0 1px 3px 0 #BCBDBD;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #eaae00, 0 1px 3px 0 #BCBDBD;
}

/* line 670, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.yellow.cards > .card,
.ui.inverted.cards > .yellow.card,
.ui.inverted.yellow.card {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FFE21F, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FFE21F, 0 0 0 1px #555555;
}

/* line 676, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.yellow.cards > .card:hover,
.ui.inverted.cards > .yellow.card:hover,
.ui.inverted.yellow.card:hover {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ebcd00, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ebcd00, 0 0 0 1px #555555;
}

/* line 682, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.olive.cards > .card,
.ui.cards > .olive.card,
.ui.olive.card {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #B5CC18, 0 1px 3px 0 #D4D4D5;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #B5CC18, 0 1px 3px 0 #D4D4D5;
}

/* line 688, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.olive.cards > .card:hover,
.ui.cards > .olive.card:hover,
.ui.olive.card:hover {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #a7bd0d, 0 1px 3px 0 #BCBDBD;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #a7bd0d, 0 1px 3px 0 #BCBDBD;
}

/* line 694, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.olive.cards > .card,
.ui.inverted.cards > .olive.card,
.ui.inverted.olive.card {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #D9E778, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #D9E778, 0 0 0 1px #555555;
}

/* line 700, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.olive.cards > .card:hover,
.ui.inverted.cards > .olive.card:hover,
.ui.inverted.olive.card:hover {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #d2e745, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #d2e745, 0 0 0 1px #555555;
}

/* line 706, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.green.cards > .card,
.ui.cards > .green.card,
.ui.green.card {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #21BA45, 0 1px 3px 0 #D4D4D5;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #21BA45, 0 1px 3px 0 #D4D4D5;
}

/* line 712, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.green.cards > .card:hover,
.ui.cards > .green.card:hover,
.ui.green.card:hover {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #16ab39, 0 1px 3px 0 #BCBDBD;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #16ab39, 0 1px 3px 0 #BCBDBD;
}

/* line 718, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.green.cards > .card,
.ui.inverted.cards > .green.card,
.ui.inverted.green.card {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #2ECC40, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #2ECC40, 0 0 0 1px #555555;
}

/* line 724, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.green.cards > .card:hover,
.ui.inverted.cards > .green.card:hover,
.ui.inverted.green.card:hover {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #1ea92e, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #1ea92e, 0 0 0 1px #555555;
}

/* line 730, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.teal.cards > .card,
.ui.cards > .teal.card,
.ui.teal.card {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #00796b, 0 1px 3px 0 #D4D4D5;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #00796b, 0 1px 3px 0 #D4D4D5;
}

/* line 736, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.teal.cards > .card:hover,
.ui.cards > .teal.card:hover,
.ui.teal.card:hover {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #009c95, 0 1px 3px 0 #BCBDBD;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #009c95, 0 1px 3px 0 #BCBDBD;
}

/* line 742, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.teal.cards > .card,
.ui.inverted.cards > .teal.card,
.ui.inverted.teal.card {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #6DFFFF, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #6DFFFF, 0 0 0 1px #555555;
}

/* line 748, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.teal.cards > .card:hover,
.ui.inverted.cards > .teal.card:hover,
.ui.inverted.teal.card:hover {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #3affff, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #3affff, 0 0 0 1px #555555;
}

/* line 754, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.blue.cards > .card,
.ui.cards > .blue.card,
.ui.blue.card {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #2196f3, 0 1px 3px 0 #D4D4D5;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #2196f3, 0 1px 3px 0 #D4D4D5;
}

/* line 760, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.blue.cards > .card:hover,
.ui.cards > .blue.card:hover,
.ui.blue.card:hover {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1678c2, 0 1px 3px 0 #BCBDBD;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1678c2, 0 1px 3px 0 #BCBDBD;
}

/* line 766, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.blue.cards > .card,
.ui.inverted.cards > .blue.card,
.ui.inverted.blue.card {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #54C8FF, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #54C8FF, 0 0 0 1px #555555;
}

/* line 772, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.blue.cards > .card:hover,
.ui.inverted.cards > .blue.card:hover,
.ui.inverted.blue.card:hover {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #21b8ff, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #21b8ff, 0 0 0 1px #555555;
}

/* line 778, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.violet.cards > .card,
.ui.cards > .violet.card,
.ui.violet.card {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #6435C9, 0 1px 3px 0 #D4D4D5;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #6435C9, 0 1px 3px 0 #D4D4D5;
}

/* line 784, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.violet.cards > .card:hover,
.ui.cards > .violet.card:hover,
.ui.violet.card:hover {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #5829bb, 0 1px 3px 0 #BCBDBD;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #5829bb, 0 1px 3px 0 #BCBDBD;
}

/* line 790, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.violet.cards > .card,
.ui.inverted.cards > .violet.card,
.ui.inverted.violet.card {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #A291FB, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #A291FB, 0 0 0 1px #555555;
}

/* line 796, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.violet.cards > .card:hover,
.ui.inverted.cards > .violet.card:hover,
.ui.inverted.violet.card:hover {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #745aff, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #745aff, 0 0 0 1px #555555;
}

/* line 802, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.purple.cards > .card,
.ui.cards > .purple.card,
.ui.purple.card {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #A333C8, 0 1px 3px 0 #D4D4D5;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #A333C8, 0 1px 3px 0 #D4D4D5;
}

/* line 808, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.purple.cards > .card:hover,
.ui.cards > .purple.card:hover,
.ui.purple.card:hover {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #9627ba, 0 1px 3px 0 #BCBDBD;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #9627ba, 0 1px 3px 0 #BCBDBD;
}

/* line 814, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.purple.cards > .card,
.ui.inverted.cards > .purple.card,
.ui.inverted.purple.card {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #DC73FF, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #DC73FF, 0 0 0 1px #555555;
}

/* line 820, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.purple.cards > .card:hover,
.ui.inverted.cards > .purple.card:hover,
.ui.inverted.purple.card:hover {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #cf40ff, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #cf40ff, 0 0 0 1px #555555;
}

/* line 826, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.pink.cards > .card,
.ui.cards > .pink.card,
.ui.pink.card {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #E03997, 0 1px 3px 0 #D4D4D5;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #E03997, 0 1px 3px 0 #D4D4D5;
}

/* line 832, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.pink.cards > .card:hover,
.ui.cards > .pink.card:hover,
.ui.pink.card:hover {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #e61a8d, 0 1px 3px 0 #BCBDBD;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #e61a8d, 0 1px 3px 0 #BCBDBD;
}

/* line 838, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.pink.cards > .card,
.ui.inverted.cards > .pink.card,
.ui.inverted.pink.card {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF8EDF, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF8EDF, 0 0 0 1px #555555;
}

/* line 844, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.pink.cards > .card:hover,
.ui.inverted.cards > .pink.card:hover,
.ui.inverted.pink.card:hover {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ff5bd1, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ff5bd1, 0 0 0 1px #555555;
}

/* line 850, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.brown.cards > .card,
.ui.cards > .brown.card,
.ui.brown.card {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #A5673F, 0 1px 3px 0 #D4D4D5;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #A5673F, 0 1px 3px 0 #D4D4D5;
}

/* line 856, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.brown.cards > .card:hover,
.ui.cards > .brown.card:hover,
.ui.brown.card:hover {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #975b33, 0 1px 3px 0 #BCBDBD;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #975b33, 0 1px 3px 0 #BCBDBD;
}

/* line 862, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.brown.cards > .card,
.ui.inverted.cards > .brown.card,
.ui.inverted.brown.card {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #D67C1C, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #D67C1C, 0 0 0 1px #555555;
}

/* line 868, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.brown.cards > .card:hover,
.ui.inverted.cards > .brown.card:hover,
.ui.inverted.brown.card:hover {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #b0620f, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #b0620f, 0 0 0 1px #555555;
}

/* line 874, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.grey.cards > .card,
.ui.cards > .grey.card,
.ui.grey.card {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #767676, 0 1px 3px 0 #D4D4D5;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #767676, 0 1px 3px 0 #D4D4D5;
}

/* line 880, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.grey.cards > .card:hover,
.ui.cards > .grey.card:hover,
.ui.grey.card:hover {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #838383, 0 1px 3px 0 #BCBDBD;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #838383, 0 1px 3px 0 #BCBDBD;
}

/* line 886, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.grey.cards > .card,
.ui.inverted.cards > .grey.card,
.ui.inverted.grey.card {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #DCDDDE, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #DCDDDE, 0 0 0 1px #555555;
}

/* line 892, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.grey.cards > .card:hover,
.ui.inverted.cards > .grey.card:hover,
.ui.inverted.grey.card:hover {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #c2c4c5, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #c2c4c5, 0 0 0 1px #555555;
}

/* line 898, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.black.cards > .card,
.ui.cards > .black.card,
.ui.black.card {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1A1A1D, 0 1px 3px 0 #D4D4D5;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1A1A1D, 0 1px 3px 0 #D4D4D5;
}

/* line 904, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.black.cards > .card:hover,
.ui.cards > .black.card:hover,
.ui.black.card:hover {
  -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #27292a, 0 1px 3px 0 #BCBDBD;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #27292a, 0 1px 3px 0 #BCBDBD;
}

/* line 910, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.black.cards > .card,
.ui.inverted.cards > .black.card,
.ui.inverted.black.card {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #545454, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #545454, 0 0 0 1px #555555;
}

/* line 916, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.black.cards > .card:hover,
.ui.inverted.cards > .black.card:hover,
.ui.inverted.black.card:hover {
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #000000, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #000000, 0 0 0 1px #555555;
}

/*--------------
   Card Count
---------------*/
/* line 927, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.one.cards {
  margin-left: 0;
  margin-right: 0;
}

/* line 931, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.one.cards > .card {
  width: 100%;
}

/* line 934, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.two.cards {
  margin-left: -1em;
  margin-right: -1em;
}

/* line 938, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.two.cards > .card {
  width: calc(50% - 2em);
  margin-left: 1em;
  margin-right: 1em;
}

/* line 943, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.three.cards {
  margin-left: -1em;
  margin-right: -1em;
}

/* line 947, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.three.cards > .card {
  width: calc(33.33333333333333% - 2em);
  margin-left: 1em;
  margin-right: 1em;
}

/* line 952, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.four.cards {
  margin-left: -0.75em;
  margin-right: -0.75em;
}

/* line 956, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.four.cards > .card {
  width: calc(25% - 1.5em);
  margin-left: 0.75em;
  margin-right: 0.75em;
}

/* line 961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.five.cards {
  margin-left: -0.75em;
  margin-right: -0.75em;
}

/* line 965, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.five.cards > .card {
  width: calc(20% - 1.5em);
  margin-left: 0.75em;
  margin-right: 0.75em;
}

/* line 970, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.six.cards {
  margin-left: -0.75em;
  margin-right: -0.75em;
}

/* line 974, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.six.cards > .card {
  width: calc(16.666666666666664% - 1.5em);
  margin-left: 0.75em;
  margin-right: 0.75em;
}

/* line 979, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.seven.cards {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

/* line 983, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.seven.cards > .card {
  width: calc(14.285714285714285% - 1em);
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/* line 988, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.eight.cards {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

/* line 992, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.eight.cards > .card {
  width: calc(12.5% - 1em);
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 11px;
}

/* line 998, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.nine.cards {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

/* line 1002, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.nine.cards > .card {
  width: calc(11.11111111111111% - 1em);
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 10px;
}

/* line 1008, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.ten.cards {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

/* line 1012, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.ten.cards > .card {
  width: calc(10% - 1em);
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/*-------------------
        Doubling
  --------------------*/
/* Mobile Only */
@media only screen and (max-width: 767.98px) {
  /* line 1025, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.two.doubling.cards {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 1029, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.two.doubling.cards > .card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 1034, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.three.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  /* line 1038, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.three.doubling.cards > .card {
    width: calc(50% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }

  /* line 1043, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.four.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  /* line 1047, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.four.doubling.cards > .card {
    width: calc(50% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }

  /* line 1052, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.five.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  /* line 1056, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.five.doubling.cards > .card {
    width: calc(50% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }

  /* line 1061, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.six.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  /* line 1065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.six.doubling.cards > .card {
    width: calc(50% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }

  /* line 1070, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.seven.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  /* line 1074, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.seven.doubling.cards > .card {
    width: calc(33.33333333333333% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }

  /* line 1079, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.eight.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  /* line 1083, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.eight.doubling.cards > .card {
    width: calc(33.33333333333333% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }

  /* line 1088, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.nine.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  /* line 1092, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.nine.doubling.cards > .card {
    width: calc(33.33333333333333% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }

  /* line 1097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.ten.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  /* line 1101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.ten.doubling.cards > .card {
    width: calc(33.33333333333333% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }
}
/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /* line 1110, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.two.doubling.cards {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 1114, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.two.doubling.cards > .card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 1119, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.three.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  /* line 1123, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.three.doubling.cards > .card {
    width: calc(50% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }

  /* line 1128, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.four.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  /* line 1132, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.four.doubling.cards > .card {
    width: calc(50% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }

  /* line 1137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.five.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  /* line 1141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.five.doubling.cards > .card {
    width: calc(33.33333333333333% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }

  /* line 1146, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.six.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  /* line 1150, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.six.doubling.cards > .card {
    width: calc(33.33333333333333% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }

  /* line 1155, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.eight.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  /* line 1159, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.eight.doubling.cards > .card {
    width: calc(33.33333333333333% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }

  /* line 1164, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.eight.doubling.cards {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }

  /* line 1168, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.eight.doubling.cards > .card {
    width: calc(25% - 1.5em);
    margin-left: 0.75em;
    margin-right: 0.75em;
  }

  /* line 1173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.nine.doubling.cards {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }

  /* line 1177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.nine.doubling.cards > .card {
    width: calc(25% - 1.5em);
    margin-left: 0.75em;
    margin-right: 0.75em;
  }

  /* line 1182, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.ten.doubling.cards {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }

  /* line 1186, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.ten.doubling.cards > .card {
    width: calc(20% - 1.5em);
    margin-left: 0.75em;
    margin-right: 0.75em;
  }
}
/*-------------------
        Stackable
  --------------------*/
@media only screen and (max-width: 767.98px) {
  /* line 1198, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.stackable.cards {
    display: block !important;
  }

  /* line 1201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.stackable.cards .card:first-child {
    margin-top: 0 !important;
  }

  /* line 1204, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
  .ui.stackable.cards > .card {
    display: block !important;
    height: auto !important;
    margin: 1em 1em;
    padding: 0 !important;
    width: calc(100% - 2em) !important;
  }
}
/*--------------
      Size
---------------*/
/* line 1217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.cards > .card {
  font-size: 1em;
}

/* line 1220, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.mini.cards .card {
  font-size: 0.78571429rem;
}

/* line 1223, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.tiny.cards .card {
  font-size: 0.85714286rem;
}

/* line 1226, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.small.cards .card {
  font-size: 0.92857143rem;
}

/* line 1229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.large.cards .card {
  font-size: 1.14285714rem;
}

/* line 1232, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.big.cards .card {
  font-size: 1.28571429rem;
}

/* line 1235, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.huge.cards .card {
  font-size: 1.42857143rem;
}

/* line 1238, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.massive.cards .card {
  font-size: 1.71428571rem;
}

/*-----------------
        Inverted
  ------------------*/
/* line 1246, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.cards > .card,
.ui.inverted.card {
  background: #1A1A1D;
  -webkit-box-shadow: 0 1px 3px 0 #555555, 0 0 0 1px #555555;
  box-shadow: 0 1px 3px 0 #555555, 0 0 0 1px #555555;
}

/* Content */
/* line 1254, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.cards > .card > .content,
.ui.inverted.card > .content {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* Header */
/* line 1260, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.cards > .card > .content > .header,
.ui.inverted.card > .content > .header {
  color: rgba(255, 255, 255, 0.9);
}

/* Description */
/* line 1266, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.cards > .card > .content > .description,
.ui.inverted.card > .content > .description {
  color: rgba(255, 255, 255, 0.8);
}

/* Meta */
/* line 1272, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.cards > .card .meta,
.ui.inverted.card .meta {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1276, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.cards > .card .meta > a:not(.ui),
.ui.inverted.card .meta > a:not(.ui) {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1280, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.cards > .card .meta > a:not(.ui):hover,
.ui.inverted.card .meta > a:not(.ui):hover {
  color: #FFFFFF;
}

/* Extra */
/* line 1286, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.cards > .card > .extra,
.ui.inverted.card > .extra {
  border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: rgba(255, 255, 255, 0.7);
}

/* line 1291, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.cards > .card > .extra a:not(.ui),
.ui.inverted.card > .extra a:not(.ui) {
  color: rgba(255, 255, 255, 0.5);
}

/* line 1295, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.cards > .card > .extra a:not(.ui):hover,
.ui.inverted.card > .extra a:not(.ui):hover {
  color: #1e70bf;
}

/* Link card(s) */
/* line 1301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_card.scss */
.ui.inverted.cards a.card:hover,
.ui.inverted.link.cards .card:not(.icon):hover,
a.inverted.ui.card:hover,
.ui.inverted.link.card:hover {
  background: #1A1A1D;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*!
 * # Fomantic-UI - Comment
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Standard
*******************************/
/*--------------
    Comments
---------------*/
/* line 21, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments {
  margin: 1.5em 0;
  max-width: 650px;
}

/* line 25, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments:first-child {
  margin-top: 0;
}

/* line 28, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments:last-child {
  margin-bottom: 0;
}

/*--------------
     Comment
---------------*/
/* line 36, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment {
  position: relative;
  background: none;
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  border: none;
  border-top: none;
  line-height: 1.2;
}

/* line 45, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment:first-child {
  margin-top: 0;
  padding-top: 0;
}

/*--------------------
    Nested Comments
---------------------*/
/* line 54, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment > .comments {
  margin: 0 0 0.5em 0.5em;
  padding: 1em 0 1em 1em;
}

/* line 58, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment > .comments:before {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 63, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment > .comments .comment {
  border: none;
  border-top: none;
  background: none;
}

/*--------------
     Avatar
---------------*/
/* line 73, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment .avatar {
  display: block;
  width: 2.5em;
  height: auto;
  float: left;
  margin: 0.2em 0 0;
}

/* line 80, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment img.avatar,
.ui.comments .comment .avatar img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}

/*--------------
     Content
---------------*/
/* line 93, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment > .content {
  display: block;
}

/* If there is an avatar move content over */
/* line 98, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment > .avatar ~ .content {
  margin-left: 3.5em;
}

/*--------------
     Author
---------------*/
/* line 106, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment .author {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
}

/* line 111, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment a.author {
  cursor: pointer;
}

/* line 114, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment a.author:hover {
  color: #1e70bf;
}

/*--------------
     Metadata
---------------*/
/* line 122, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment .metadata {
  display: inline-block;
  margin-left: 0.5em;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.875em;
}

/* line 128, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment .metadata > * {
  display: inline-block;
  margin: 0 0.5em 0 0;
}

/* line 132, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment .metadata > :last-child {
  margin-right: 0;
}

/*--------------------
     Comment Text
---------------------*/
/* line 140, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment .text {
  margin: 0.25em 0 0.5em;
  font-size: 1em;
  word-wrap: break-word;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.3;
}

/*--------------------
     User Actions
---------------------*/
/* line 152, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment .actions {
  font-size: 0.875em;
}

/* line 155, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment .actions a {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.75em 0 0;
  color: rgba(0, 0, 0, 0.4);
}

/* line 161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment .actions a:last-child {
  margin-right: 0;
}

/* line 164, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment .actions a.active,
.ui.comments .comment .actions a:hover {
  color: rgba(0, 0, 0, 0.8);
}

/*--------------------
      Reply Form
---------------------*/
/* line 173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments > .reply.form {
  margin-top: 1em;
}

/* line 176, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .comment .reply.form {
  width: 100%;
  margin-top: 1em;
}

/* line 180, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments .reply.form textarea {
  font-size: 1em;
  height: 12em;
}

/*******************************
            State
*******************************/
/* line 190, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.collapsed.comments,
.ui.comments .collapsed.comments,
.ui.comments .collapsed.comment {
  display: none;
}

/*******************************
           Variations
*******************************/
/*--------------------
          Threaded
  ---------------------*/
/* line 206, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.threaded.comments .comment > .comments {
  margin: -1.5em 0 -1em 1.25em;
  padding: 3em 0 2em 2.25em;
  -webkit-box-shadow: -1px 0 0 rgba(34, 36, 38, 0.15);
  box-shadow: -1px 0 0 rgba(34, 36, 38, 0.15);
}

/*--------------------
          Minimal
  ---------------------*/
/* line 217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.minimal.comments .comment .actions {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* line 228, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.minimal.comments .comment > .content:hover > .actions {
  opacity: 1;
}

/*-------------------
        Sizes
--------------------*/
/* line 236, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.comments {
  font-size: 1rem;
}

/* line 239, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.mini.comments {
  font-size: 0.78571429rem;
}

/* line 242, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.tiny.comments {
  font-size: 0.85714286rem;
}

/* line 245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.small.comments {
  font-size: 0.92857143rem;
}

/* line 248, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.large.comments {
  font-size: 1.14285714rem;
}

/* line 251, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.big.comments {
  font-size: 1.28571429rem;
}

/* line 254, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.huge.comments {
  font-size: 1.42857143rem;
}

/* line 257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.massive.comments {
  font-size: 1.71428571rem;
}

/*-------------------
          Inverted
  --------------------*/
/* line 265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.inverted.comments .comment {
  background-color: #1A1A1D;
}

/* line 268, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.inverted.comments .comment .author,
.ui.inverted.comments .comment .text {
  color: rgba(255, 255, 255, 0.9);
}

/* line 272, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.inverted.comments .comment .metadata,
.ui.inverted.comments .comment .actions a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 276, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.inverted.comments .comment a.author:hover,
.ui.inverted.comments .comment .actions a.active,
.ui.inverted.comments .comment .actions a:hover {
  color: #FFFFFF;
}

/* line 281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_comment.scss */
.ui.inverted.threaded.comments .comment > .comments {
  -webkit-box-shadow: -1px 0 0 #555555;
  box-shadow: -1px 0 0 #555555;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*!
 * # Fomantic-UI - Feed
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
         Activity Feed
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed {
  margin: 1em 0;
}

/* line 19, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed:first-child {
  margin-top: 0;
}

/* line 22, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed:last-child {
  margin-bottom: 0;
}

/*******************************
            Content
*******************************/
/* Event */
/* line 33, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 0.21428571rem 0;
  margin: 0;
  background: none;
  border-top: none;
}

/* line 47, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event:first-child {
  border-top: 0;
  padding-top: 0;
}

/* line 51, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event:last-child {
  padding-bottom: 0;
}

/* Event Label */
/* line 56, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .label {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.5em;
  height: auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: left;
}

/* line 67, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .label .icon {
  opacity: 1;
  font-size: 1.5em;
  width: 100%;
  padding: 0.25em;
  background: none;
  border: none;
  border-radius: none;
  color: rgba(0, 0, 0, 0.6);
}

/* line 77, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .label img {
  width: 100%;
  height: auto;
  border-radius: 500rem;
}

/* line 82, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .label + .content {
  margin: 0.5em 0 0.35714286em 1.14285714em;
}

/*--------------
     Content
---------------*/
/* Content */
/* line 92, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: left;
  word-wrap: break-word;
}

/* line 102, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event:last-child > .content {
  padding-bottom: 0;
}

/* Link */
/* line 107, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content a {
  cursor: pointer;
}

/*--------------
      Date
---------------*/
/* line 115, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .date {
  margin: -0.5rem 0 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
  font-size: 1em;
  font-style: normal;
}

/*--------------
     Summary
---------------*/
/* line 128, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .summary {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
}

/* Summary Image */
/* line 136, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .summary img {
  display: inline-block;
  width: auto;
  height: 10em;
  margin: -0.25em 0.25em 0 0;
  border-radius: 0.25em;
  vertical-align: middle;
}

/*--------------
      User
---------------*/
/* line 149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .user {
  display: inline-block;
  font-weight: bold;
  margin-right: 0;
  vertical-align: baseline;
}

/* line 155, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .user img {
  margin: -0.25em 0.25em 0 0;
  width: auto;
  height: 10em;
  vertical-align: middle;
}

/*--------------
   Inline Date
---------------*/
/* Date inside Summary */
/* line 168, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .summary > .date {
  display: inline-block;
  float: none;
  font-weight: normal;
  font-size: 0.85714286em;
  font-style: normal;
  margin: 0 0 0 0.5em;
  padding: 0;
  color: rgba(0, 0, 0, 0.4);
}

/*--------------
  Extra Summary
---------------*/
/* line 183, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .extra {
  margin: 0.5em 0 0;
  background: none;
  padding: 0;
  color: rgba(0, 0, 0, 0.87);
}

/* Images */
/* line 191, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .extra.images img {
  display: inline-block;
  margin: 0 0.25em 0 0;
  width: 6em;
}

/* Text */
/* line 198, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .extra.text {
  padding: 0;
  border-left: none;
  font-size: 1em;
  max-width: 500px;
  line-height: 1.4285em;
}

/*--------------
      Meta
---------------*/
/* line 210, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .meta {
  display: inline-block;
  font-size: 0.85714286em;
  margin: 0.5em 0 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
}

/* line 222, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .meta > * {
  position: relative;
  margin-left: 0.75em;
}

/* line 226, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .meta > *:after {
  content: '';
  color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: -1em;
  opacity: 1;
  position: absolute;
  vertical-align: top;
}

/* line 235, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .meta .like {
  color: '';
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}

/* line 240, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .meta .like:hover .icon {
  color: #FF2733;
}

/* line 243, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .meta .active.like .icon {
  color: #EF404A;
}

/* First element */
/* line 248, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .meta > :first-child {
  margin-left: 0;
}

/* line 251, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .meta > :first-child::after {
  display: none;
}

/* Action */
/* line 256, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .meta a,
.ui.feed > .event > .content .meta > .icon {
  cursor: pointer;
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

/* line 264, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed > .event > .content .meta a:hover,
.ui.feed > .event > .content .meta a:hover .icon,
.ui.feed > .event > .content .meta > .icon:hover {
  color: rgba(0, 0, 0, 0.95);
}

/*******************************
            Variations
*******************************/
/* line 275, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.feed {
  font-size: 1rem;
}

/* line 278, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.mini.feed {
  font-size: 0.78571429rem;
}

/* line 281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.tiny.feed {
  font-size: 0.85714286rem;
}

/* line 284, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.small.feed {
  font-size: 0.92857143rem;
}

/* line 287, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.large.feed {
  font-size: 1.14285714rem;
}

/* line 290, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.big.feed {
  font-size: 1.28571429rem;
}

/* line 293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.huge.feed {
  font-size: 1.42857143rem;
}

/* line 296, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.massive.feed {
  font-size: 1.71428571rem;
}

/*------------------
        Inverted
  -------------------*/
/* line 304, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.inverted.feed > .event {
  background: #1A1A1D;
}

/* line 307, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.inverted.feed > .event > .content .date,
.ui.inverted.feed > .event > .content .meta .like {
  color: rgba(255, 255, 255, 0.7);
}

/* line 311, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.inverted.feed > .event > .content .summary,
.ui.inverted.feed > .event > .content .extra.text {
  color: rgba(255, 255, 255, 0.9);
}

/* line 315, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_feed.scss */
.ui.inverted.feed > .event > .content .meta .like:hover {
  color: #FFFFFF;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*!
 * # Fomantic-UI - Item
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Standard
*******************************/
/*--------------
      Item
---------------*/
/* line 21, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
  width: 100%;
  min-height: 0;
  background: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.1s ease;
  transition: -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  z-index: '';
}

/* line 40, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item a {
  cursor: pointer;
}

/*--------------
      Items
---------------*/
/* line 48, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items {
  margin: 1.5em 0;
}

/* line 51, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items:first-child {
  margin-top: 0 !important;
}

/* line 54, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items:last-child {
  margin-bottom: 0 !important;
}

/*--------------
      Item
---------------*/
/* line 62, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item:after {
  display: block;
  content: ' ';
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 70, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item:first-child {
  margin-top: 0;
}

/* line 73, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item:last-child {
  margin-bottom: 0;
}

/*--------------
     Images
---------------*/
/* line 81, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  max-height: '';
  -ms-flex-item-align: start;
  align-self: start;
}

/* line 94, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .image > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.125rem;
  border: none;
}

/* line 101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .image:only-child > img {
  border-radius: 0;
}

/*--------------
     Content
---------------*/
/* line 109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: none;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1em;
  border: none;
  border-radius: 0;
}

/* line 124, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .content:after {
  display: block;
  content: ' ';
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 132, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .image + .content {
  min-width: 0;
  width: auto;
  display: block;
  margin-left: 0;
  -ms-flex-item-align: start;
  align-self: start;
  padding-left: 1.5em;
}

/* line 141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .content > .header {
  display: inline-block;
  margin: -0.21425em 0 0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
}

/* Default Header Size */
/* line 150, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .content > .header:not(.ui) {
  font-size: 1.28571429em;
}

/*--------------
     Floated
---------------*/
/* line 158, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item [class*="left floated"] {
  float: left;
}

/* line 161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item [class*="right floated"] {
  float: right;
}

/*--------------
  Content Image
---------------*/
/* line 169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item .content img {
  -ms-flex-item-align: center;
  align-self: center;
  width: '';
}

/* line 174, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item img.avatar,
.ui.items > .item .avatar img {
  width: '';
  height: '';
  border-radius: 500rem;
}

/*--------------
   Description
---------------*/
/* line 185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .content > .description {
  margin-top: 0.6em;
  max-width: auto;
  font-size: 1em;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
}

/*--------------
    Paragraph
---------------*/
/* line 197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .content p {
  margin: 0 0 0.5em;
}

/* line 200, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .content p:last-child {
  margin-bottom: 0;
}

/*--------------
      Meta
---------------*/
/* line 208, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item .meta {
  margin: 0.5em 0 0.5em;
  font-size: 1em;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.6);
}

/* line 214, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item .meta * {
  margin-right: 0.3em;
}

/* line 217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item .meta :last-child {
  margin-right: 0;
}

/* line 220, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item .meta [class*="right floated"] {
  margin-right: 0;
  margin-left: 0.3em;
}

/*--------------
      Links
---------------*/
/* Generic */
/* line 231, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .content a:not(.ui) {
  color: '';
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

/* line 236, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .content a:not(.ui):hover {
  color: '';
}

/* Header */
/* line 241, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .content > a.header {
  color: rgba(0, 0, 0, 0.85);
}

/* line 244, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .content > a.header:hover {
  color: #1e70bf;
}

/* Meta */
/* line 249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item .meta > a:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

/* line 252, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item .meta > a:not(.ui):hover {
  color: rgba(0, 0, 0, 0.87);
}

/*--------------
     Labels
---------------*/
/*-----Star----- */
/* Icon */
/* line 265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .content .favorite.icon {
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

/* line 271, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .content .favorite.icon:hover {
  opacity: 1;
  color: #FFB70A;
}

/* line 275, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .content .active.favorite.icon {
  color: #FFE623;
}

/*-----Like----- */
/* Icon */
/* line 283, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .content .like.icon {
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

/* line 289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .content .like.icon:hover {
  opacity: 1;
  color: #FF2733;
}

/* line 293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .content .active.like.icon {
  color: #FF2733;
}

/*----------------
  Extra Content
-----------------*/
/* line 301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item .extra {
  display: block;
  position: relative;
  background: none;
  margin: 0.5rem 0 0;
  width: 100%;
  padding: 0 0 0;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  border-top: none;
}

/* line 317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item .extra > * {
  margin: 0.25rem 0.5rem 0.25rem 0;
}

/* line 320, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item .extra > [class*="right floated"] {
  margin: 0.25rem 0 0.25rem 0.5rem;
}

/* line 323, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item .extra:after {
  display: block;
  content: ' ';
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/*******************************
          Responsive
*******************************/
/* Default Image Width */
/* line 339, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .image:not(.ui) {
  width: 175px;
}

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /* line 345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
  .ui.items > .item {
    margin: 1em 0;
  }

  /* line 348, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
  .ui.items > .item > .image:not(.ui) {
    width: 150px;
  }

  /* line 351, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
  .ui.items > .item > .image + .content {
    display: block;
    padding: 0 0 0 1em;
  }
}
/* Mobile Only */
@media only screen and (max-width: 767.98px) {
  /* line 359, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
  .ui.items:not(.unstackable) > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2em 0;
  }

  /* line 366, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
  .ui.items:not(.unstackable) > .item > .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 371, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
  .ui.items:not(.unstackable) > .item > .image,
  .ui.items:not(.unstackable) > .item > .image > img {
    max-width: 100% !important;
    width: auto !important;
    max-height: 250px !important;
  }

  /* line 377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
  .ui.items:not(.unstackable) > .item > .image + .content {
    display: block;
    padding: 1.5em 0 0;
  }
}
/*******************************
           Variations
*******************************/
/*-------------------
         Aligned
  --------------------*/
/* line 393, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .image + [class*="top aligned"].content {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* line 397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .image + [class*="middle aligned"].content {
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item > .image + [class*="bottom aligned"].content {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/*--------------
       Relaxed
  ---------------*/
/* line 410, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.relaxed.items > .item {
  margin: 1.5em 0;
}

/* line 413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui[class*="very relaxed"].items > .item {
  margin: 2em 0;
}

/*-------------------
        Divided
  --------------------*/
/* line 421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.divided.items > .item {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  margin: 0;
  padding: 1em 0;
}

/* line 426, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.divided.items > .item:first-child {
  border-top: none;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* line 431, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.divided.items > .item:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Relaxed Divided */
/* line 437, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.relaxed.divided.items > .item {
  margin: 0;
  padding: 1.5em 0;
}

/* line 441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui[class*="very relaxed"].divided.items > .item {
  margin: 0;
  padding: 2em 0;
}

/*-------------------
          Link
  --------------------*/
/* line 450, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items a.item:hover,
.ui.link.items > .item:hover {
  cursor: pointer;
}

/* line 454, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items a.item:hover .content .header,
.ui.link.items > .item:hover .content .header {
  color: #1e70bf;
}

/*--------------
      Size
---------------*/
/* line 463, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.items > .item {
  font-size: 1em;
}

/* line 466, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.mini.items > .item {
  font-size: 0.78571429em;
}

/* line 469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.tiny.items > .item {
  font-size: 0.85714286em;
}

/* line 472, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.small.items > .item {
  font-size: 0.92857143em;
}

/* line 475, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.large.items > .item {
  font-size: 1.14285714em;
}

/* line 478, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.big.items > .item {
  font-size: 1.28571429em;
}

/* line 481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.huge.items > .item {
  font-size: 1.42857143em;
}

/* line 484, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.massive.items > .item {
  font-size: 1.71428571em;
}

/*---------------
     Unstackable
  ----------------*/
@media only screen and (max-width: 767.98px) {
  /* line 493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
  .ui.unstackable.items > .item > .image,
  .ui.unstackable.items > .item > .image > img {
    width: 125px !important;
  }
}
/*--------------
       Inverted
  ---------------*/
/* line 503, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items > .item {
  background: transparent;
}

/* line 506, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items > .item > .content {
  background: none;
  color: rgba(255, 255, 255, 0.9);
}

/* line 510, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items > .item .extra {
  background: none;
}

/* line 513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items > .item > .content > .header {
  color: rgba(255, 255, 255, 0.9);
}

/* line 516, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items > .item > .content > .description {
  color: rgba(255, 255, 255, 0.9);
}

/* line 519, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items > .item .meta {
  color: rgba(255, 255, 255, 0.8);
}

/* line 522, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items > .item > .content a:not(.ui) {
  color: #57a4ef;
}

/* line 525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items > .item > .content a:not(.ui):hover {
  color: #03a9f4;
}

/* line 528, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items > .item > .content > a.header {
  color: rgba(255, 255, 255, 0.9);
}

/* line 531, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items > .item > .content > a.header:hover {
  color: #FFFFFF;
}

/* line 534, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items > .item .meta > a:not(.ui) {
  color: rgba(255, 255, 255, 0.7);
}

/* line 537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items > .item .meta > a:not(.ui):hover {
  color: rgba(255, 255, 255, 0.9);
}

/* line 540, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items > .item > .content .favorite.icon:hover {
  color: #ffc63d;
}

/* line 543, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items > .item > .content .active.favorite.icon {
  color: #ffec56;
}

/* line 546, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items > .item > .content .like.icon:hover {
  color: #ff5a63;
}

/* line 549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items > .item > .content .active.like.icon {
  color: #ff5a63;
}

/* line 552, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items > .item .extra {
  color: rgba(255, 255, 255, 0.7);
}

/* line 555, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.items a.item:hover .content .header,
.ui.inverted.link.items > .item:hover .content .header {
  color: #FFFFFF;
}

/* line 559, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.divided.items > .item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 562, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_item.scss */
.ui.inverted.divided.items > .item:first-child {
  border-top: none;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*!
 * # Fomantic-UI - Statistic
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
           Statistic
*******************************/
/* Standalone */
/* line 18, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1em 0;
  max-width: none;
}

/* line 29, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistic + .ui.statistic {
  margin: 0 0 0 1.5em;
}

/* line 32, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistic:first-child {
  margin-top: 0;
}

/* line 35, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistic:last-child {
  margin-bottom: 0;
}

/*******************************
            Group
*******************************/
/* Grouped */
/* line 46, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 56, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistics > .statistic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 1.5em 1em;
  max-width: none;
}

/* line 70, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em -1.5em -1em;
}

/* Clearing */
/* line 78, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistics:after {
  display: block;
  content: ' ';
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 86, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistics:first-child {
  margin-top: 0;
}

/*******************************
            Content
*******************************/
/*--------------
      Value
---------------*/
/* line 100, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistics .statistic > .value,
.ui.statistic > .value {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1em;
  color: #1A1A1D;
  text-transform: uppercase;
  text-align: center;
}

/*--------------
     Label
---------------*/
/* line 115, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistics .statistic > .label,
.ui.statistic > .label {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  text-transform: uppercase;
  text-align: center;
}

/* Top Label */
/* line 126, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistics .statistic > .label ~ .value,
.ui.statistic > .label ~ .value {
  margin-top: 0;
}

/* Bottom Label */
/* line 132, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistics .statistic > .value ~ .label,
.ui.statistic > .value ~ .label {
  margin-top: 0;
}

/*******************************
             Types
*******************************/
/*--------------
   Icon Value
---------------*/
/* line 147, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistics .statistic > .value .icon,
.ui.statistic > .value .icon {
  opacity: 1;
  width: auto;
  margin: 0;
}

/*--------------
   Text Value
---------------*/
/* line 158, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistics .statistic > .text.value,
.ui.statistic > .text.value {
  line-height: 1em;
  min-height: 2em;
  font-weight: bold;
  text-align: center;
}

/* line 165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistics .statistic > .text.value + .label,
.ui.statistic > .text.value + .label {
  text-align: center;
}

/*--------------
   Image Value
---------------*/
/* line 174, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistics .statistic > .value img,
.ui.statistic > .value img {
  max-height: 3rem;
  vertical-align: baseline;
}

/*******************************
            Variations
*******************************/
/*--------------
      Count
---------------*/
/* line 190, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.ten.statistics {
  margin: 0 0 -1em;
}

/* line 193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.ten.statistics .statistic {
  min-width: 10%;
  margin: 0 0 1em;
}

/* line 197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.nine.statistics {
  margin: 0 0 -1em;
}

/* line 200, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.nine.statistics .statistic {
  min-width: 11.11111111%;
  margin: 0 0 1em;
}

/* line 204, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.eight.statistics {
  margin: 0 0 -1em;
}

/* line 207, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.eight.statistics .statistic {
  min-width: 12.5%;
  margin: 0 0 1em;
}

/* line 211, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.seven.statistics {
  margin: 0 0 -1em;
}

/* line 214, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.seven.statistics .statistic {
  min-width: 14.28571429%;
  margin: 0 0 1em;
}

/* line 218, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.six.statistics {
  margin: 0 0 -1em;
}

/* line 221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.six.statistics .statistic {
  min-width: 16.66666667%;
  margin: 0 0 1em;
}

/* line 225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.five.statistics {
  margin: 0 0 -1em;
}

/* line 228, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.five.statistics .statistic {
  min-width: 20%;
  margin: 0 0 1em;
}

/* line 232, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.four.statistics {
  margin: 0 0 -1em;
}

/* line 235, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.four.statistics .statistic {
  min-width: 25%;
  margin: 0 0 1em;
}

/* line 239, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.three.statistics {
  margin: 0 0 -1em;
}

/* line 242, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.three.statistics .statistic {
  min-width: 33.33333333%;
  margin: 0 0 1em;
}

/* line 246, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.two.statistics {
  margin: 0 0 -1em;
}

/* line 249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.two.statistics .statistic {
  min-width: 50%;
  margin: 0 0 1em;
}

/* line 253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.one.statistics {
  margin: 0 0 -1em;
}

/* line 256, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.one.statistics .statistic {
  min-width: 100%;
  margin: 0 0 1em;
}

/*--------------
     Horizontal
  ---------------*/
/* line 265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.horizontal.statistic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 274, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.horizontal.statistics {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  max-width: none;
}

/* line 282, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.horizontal.statistics .statistic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: none;
  margin: 1em 0;
}

/* line 293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.horizontal.statistic > .text.value,
.ui.horizontal.statistics > .statistic > .text.value {
  min-height: 0 !important;
}

/* line 297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.horizontal.statistics .statistic > .value .icon,
.ui.horizontal.statistic > .value .icon {
  width: 1.18em;
}

/* line 301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.horizontal.statistics .statistic > .value,
.ui.horizontal.statistic > .value {
  display: inline-block;
  vertical-align: middle;
}

/* line 306, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.horizontal.statistics .statistic > .label,
.ui.horizontal.statistic > .label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.75em;
}

/*--------------
      Inverted
  ---------------*/
/* line 317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.inverted.statistics .statistic > .value,
.ui.inverted.statistic .value {
  color: #FFFFFF;
}

/* line 321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.inverted.statistics .statistic > .label,
.ui.inverted.statistic .label {
  color: rgba(255, 255, 255, 0.9);
}

/*--------------
     Colors
---------------*/
/* line 330, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.primary.statistics .statistic > .value,
.ui.statistics .primary.statistic > .value,
.ui.primary.statistic > .value {
  color: #2196f3;
}

/* line 335, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.inverted.primary.statistics .statistic > .value,
.ui.statistics .inverted.primary.statistic > .value,
.ui.inverted.primary.statistic > .value {
  color: #54C8FF;
}

/* line 340, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.secondary.statistics .statistic > .value,
.ui.statistics .secondary.statistic > .value,
.ui.secondary.statistic > .value {
  color: #1A1A1D;
}

/* line 345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.inverted.secondary.statistics .statistic > .value,
.ui.statistics .inverted.secondary.statistic > .value,
.ui.inverted.secondary.statistic > .value {
  color: #545454;
}

/* line 350, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.red.statistics .statistic > .value,
.ui.statistics .red.statistic > .value,
.ui.red.statistic > .value {
  color: #d32f2f;
}

/* line 355, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.inverted.red.statistics .statistic > .value,
.ui.statistics .inverted.red.statistic > .value,
.ui.inverted.red.statistic > .value {
  color: #FF695E;
}

/* line 360, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.orange.statistics .statistic > .value,
.ui.statistics .orange.statistic > .value,
.ui.orange.statistic > .value {
  color: #f57c00;
}

/* line 365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.inverted.orange.statistics .statistic > .value,
.ui.statistics .inverted.orange.statistic > .value,
.ui.inverted.orange.statistic > .value {
  color: #FF851B;
}

/* line 370, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.yellow.statistics .statistic > .value,
.ui.statistics .yellow.statistic > .value,
.ui.yellow.statistic > .value {
  color: #FBBD08;
}

/* line 375, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.inverted.yellow.statistics .statistic > .value,
.ui.statistics .inverted.yellow.statistic > .value,
.ui.inverted.yellow.statistic > .value {
  color: #FFE21F;
}

/* line 380, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.olive.statistics .statistic > .value,
.ui.statistics .olive.statistic > .value,
.ui.olive.statistic > .value {
  color: #B5CC18;
}

/* line 385, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.inverted.olive.statistics .statistic > .value,
.ui.statistics .inverted.olive.statistic > .value,
.ui.inverted.olive.statistic > .value {
  color: #D9E778;
}

/* line 390, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.green.statistics .statistic > .value,
.ui.statistics .green.statistic > .value,
.ui.green.statistic > .value {
  color: #21BA45;
}

/* line 395, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.inverted.green.statistics .statistic > .value,
.ui.statistics .inverted.green.statistic > .value,
.ui.inverted.green.statistic > .value {
  color: #2ECC40;
}

/* line 400, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.teal.statistics .statistic > .value,
.ui.statistics .teal.statistic > .value,
.ui.teal.statistic > .value {
  color: #00796b;
}

/* line 405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.inverted.teal.statistics .statistic > .value,
.ui.statistics .inverted.teal.statistic > .value,
.ui.inverted.teal.statistic > .value {
  color: #6DFFFF;
}

/* line 410, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.blue.statistics .statistic > .value,
.ui.statistics .blue.statistic > .value,
.ui.blue.statistic > .value {
  color: #2196f3;
}

/* line 415, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.inverted.blue.statistics .statistic > .value,
.ui.statistics .inverted.blue.statistic > .value,
.ui.inverted.blue.statistic > .value {
  color: #54C8FF;
}

/* line 420, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.violet.statistics .statistic > .value,
.ui.statistics .violet.statistic > .value,
.ui.violet.statistic > .value {
  color: #6435C9;
}

/* line 425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.inverted.violet.statistics .statistic > .value,
.ui.statistics .inverted.violet.statistic > .value,
.ui.inverted.violet.statistic > .value {
  color: #A291FB;
}

/* line 430, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.purple.statistics .statistic > .value,
.ui.statistics .purple.statistic > .value,
.ui.purple.statistic > .value {
  color: #A333C8;
}

/* line 435, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.inverted.purple.statistics .statistic > .value,
.ui.statistics .inverted.purple.statistic > .value,
.ui.inverted.purple.statistic > .value {
  color: #DC73FF;
}

/* line 440, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.pink.statistics .statistic > .value,
.ui.statistics .pink.statistic > .value,
.ui.pink.statistic > .value {
  color: #E03997;
}

/* line 445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.inverted.pink.statistics .statistic > .value,
.ui.statistics .inverted.pink.statistic > .value,
.ui.inverted.pink.statistic > .value {
  color: #FF8EDF;
}

/* line 450, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.brown.statistics .statistic > .value,
.ui.statistics .brown.statistic > .value,
.ui.brown.statistic > .value {
  color: #A5673F;
}

/* line 455, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.inverted.brown.statistics .statistic > .value,
.ui.statistics .inverted.brown.statistic > .value,
.ui.inverted.brown.statistic > .value {
  color: #D67C1C;
}

/* line 460, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.grey.statistics .statistic > .value,
.ui.statistics .grey.statistic > .value,
.ui.grey.statistic > .value {
  color: #767676;
}

/* line 465, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.inverted.grey.statistics .statistic > .value,
.ui.statistics .inverted.grey.statistic > .value,
.ui.inverted.grey.statistic > .value {
  color: #DCDDDE;
}

/* line 470, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.black.statistics .statistic > .value,
.ui.statistics .black.statistic > .value,
.ui.black.statistic > .value {
  color: #1A1A1D;
}

/* line 475, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.inverted.black.statistics .statistic > .value,
.ui.statistics .inverted.black.statistic > .value,
.ui.inverted.black.statistic > .value {
  color: #545454;
}

/*--------------
      Floated
  ---------------*/
/* line 485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui[class*="left floated"].statistic {
  float: left;
  margin: 0 2em 1em 0;
}

/* line 489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui[class*="right floated"].statistic {
  float: right;
  margin: 0 0 1em 2em;
}

/* line 493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.floated.statistic:last-child {
  margin-bottom: 0;
}

/*--------------
      Stackable
  ---------------*/
@media only screen and (max-width: 767.98px) {
  /* line 502, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
  .ui.stackable.statistics {
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 507, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
  .ui.stackable.statistics > .statistic {
    width: 100% !important;
    margin: 0 0 !important;
    padding: 1rem 1rem !important;
  }
}
/*--------------
     Sizes
---------------*/
/* Medium */
/* line 520, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistics .statistic > .value,
.ui.statistic > .value {
  font-size: 4rem;
}

/* line 524, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.horizontal.statistics .statistic > .value,
.ui.horizontal.statistic > .value {
  font-size: 3rem;
}

/* line 528, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.statistics .statistic > .text.value,
.ui.statistic > .text.value {
  font-size: 2rem;
}

/* line 532, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.mini.statistics .statistic > .value,
.ui.mini.statistic > .value {
  font-size: 1.5rem;
}

/* line 536, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.mini.horizontal.statistics .statistic > .value,
.ui.mini.horizontal.statistic > .value {
  font-size: 1.5rem;
}

/* line 540, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.mini.statistics .statistic > .text.value,
.ui.mini.statistic > .text.value {
  font-size: 1rem;
}

/* line 544, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.tiny.statistics .statistic > .value,
.ui.tiny.statistic > .value {
  font-size: 2rem;
}

/* line 548, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.tiny.horizontal.statistics .statistic > .value,
.ui.tiny.horizontal.statistic > .value {
  font-size: 2rem;
}

/* line 552, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.tiny.statistics .statistic > .text.value,
.ui.tiny.statistic > .text.value {
  font-size: 1rem;
}

/* line 556, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.small.statistics .statistic > .value,
.ui.small.statistic > .value {
  font-size: 3rem;
}

/* line 560, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.small.horizontal.statistics .statistic > .value,
.ui.small.horizontal.statistic > .value {
  font-size: 2rem;
}

/* line 564, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.small.statistics .statistic > .text.value,
.ui.small.statistic > .text.value {
  font-size: 1rem;
}

/* line 568, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.large.statistics .statistic > .value,
.ui.large.statistic > .value {
  font-size: 5rem;
}

/* line 572, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.large.horizontal.statistics .statistic > .value,
.ui.large.horizontal.statistic > .value {
  font-size: 4rem;
}

/* line 576, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.large.statistics .statistic > .text.value,
.ui.large.statistic > .text.value {
  font-size: 2.5rem;
}

/* line 580, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.big.statistics .statistic > .value,
.ui.big.statistic > .value {
  font-size: 5.5rem;
}

/* line 584, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.big.horizontal.statistics .statistic > .value,
.ui.big.horizontal.statistic > .value {
  font-size: 4.5rem;
}

/* line 588, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.big.statistics .statistic > .text.value,
.ui.big.statistic > .text.value {
  font-size: 2.5rem;
}

/* line 592, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.huge.statistics .statistic > .value,
.ui.huge.statistic > .value {
  font-size: 6rem;
}

/* line 596, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.huge.horizontal.statistics .statistic > .value,
.ui.huge.horizontal.statistic > .value {
  font-size: 5rem;
}

/* line 600, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.huge.statistics .statistic > .text.value,
.ui.huge.statistic > .text.value {
  font-size: 2.5rem;
}

/* line 604, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.massive.statistics .statistic > .value,
.ui.massive.statistic > .value {
  font-size: 7rem;
}

/* line 608, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.massive.horizontal.statistics .statistic > .value,
.ui.massive.horizontal.statistic > .value {
  font-size: 6rem;
}

/* line 612, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/views/_statistic.scss */
.ui.massive.statistics .statistic > .text.value,
.ui.massive.statistic > .text.value {
  font-size: 3rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*!
 * # Fomantic-UI - Accordion
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Accordion
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.accordion,
.ui.accordion .accordion {
  max-width: 100%;
}

/* line 20, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.accordion .accordion {
  margin: 1em 0 0;
  padding: 0;
}

/* Title */
/* line 26, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.accordion .title,
.ui.accordion .accordion .title {
  cursor: pointer;
}

/* Default Styling */
/* line 32, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.accordion .title:not(.ui) {
  padding: 0.5em 0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.87);
}

/* Default Styling */
/* line 40, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.accordion:not(.styled) .title ~ .content:not(.ui),
.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui) {
  margin: '';
  padding: 0.5em 0 1em;
}

/* line 45, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.accordion:not(.styled) .title ~ .content:not(.ui):last-child {
  padding-bottom: 0;
}

/* Arrow */
/* line 50, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.accordion .title .dropdown.icon,
.ui.accordion .accordion .title .dropdown.icon {
  display: inline-block;
  float: none;
  opacity: 1;
  width: 1.25em;
  height: 1em;
  margin: 0 0.25rem 0 0;
  padding: 0;
  font-size: 1em;
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
  vertical-align: baseline;
  -webkit-transform: none;
  transform: none;
}

/*--------------
    Coupling
---------------*/
/* Menu */
/* line 75, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.accordion.menu .item .title {
  display: block;
  padding: 0;
}

/* line 79, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.accordion.menu .item .title > .dropdown.icon {
  float: right;
  margin: 0.21425em 0 0 1em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Header */
/* line 87, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.accordion .ui.header .dropdown.icon {
  font-size: 1em;
  margin: 0 0.25rem 0 0;
}

/*******************************
            States
*******************************/
/* line 97, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.accordion .active.title .dropdown.icon,
.ui.accordion .accordion .active.title .dropdown.icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 102, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.accordion.menu .item .active.title > .dropdown.icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*******************************
            Types
*******************************/
/*--------------
       Styled
  ---------------*/
/* line 117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.styled.accordion {
  width: 600px;
}

/* line 120, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.styled.accordion,
.ui.styled.accordion .accordion {
  border-radius: 0.28571429rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15);
}

/* line 127, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.styled.accordion .title,
.ui.styled.accordion .accordion .title {
  margin: 0;
  padding: 0.75em 1em;
  color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-transition: background 0.1s ease, color 0.1s ease;
  transition: background 0.1s ease, color 0.1s ease;
}

/* line 137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.styled.accordion > .title:first-child,
.ui.styled.accordion .accordion .title:first-child {
  border-top: none;
}

/* Content */
/* line 143, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.styled.accordion .content,
.ui.styled.accordion .accordion .content {
  margin: 0;
  padding: 0.5em 1em 1.5em;
}

/* line 148, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.styled.accordion .accordion .content {
  margin: 0;
  padding: 0.5em 1em 1.5em;
}

/* Hover */
/* line 154, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.styled.accordion .title:hover,
.ui.styled.accordion .active.title,
.ui.styled.accordion .accordion .title:hover,
.ui.styled.accordion .accordion .active.title {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}

/* line 161, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.styled.accordion .accordion .title:hover,
.ui.styled.accordion .accordion .active.title {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}

/* Active */
/* line 168, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.styled.accordion .active.title {
  background: transparent;
  color: rgba(0, 0, 0, 0.95);
}

/* line 172, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.styled.accordion .accordion .active.title {
  background: transparent;
  color: rgba(0, 0, 0, 0.95);
}

/*******************************
            States
*******************************/
/*--------------
   Not Active
---------------*/
/* line 187, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.accordion .title ~ .content:not(.active),
.ui.accordion .accordion .title ~ .content:not(.active) {
  display: none;
}

/*******************************
           Variations
*******************************/
/*--------------
       Fluid
  ---------------*/
/* line 202, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.fluid.accordion,
.ui.fluid.accordion .accordion {
  width: 100%;
}

/*--------------
       Inverted
  ---------------*/
/* line 211, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.inverted.accordion .title:not(.ui) {
  color: rgba(255, 255, 255, 0.9);
}

/*******************************
         Theme Overrides
*******************************/
@font-face {
  font-family: 'Accordion';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Dropdown Icon */
/* line 228, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.accordion .title .dropdown.icon,
.ui.accordion .accordion .title .dropdown.icon {
  font-family: Accordion;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

/* line 238, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_accordion.scss */
.ui.accordion .title .dropdown.icon:before,
.ui.accordion .accordion .title .dropdown.icon:before {
  content: "";
}

/*******************************
        User Overrides
*******************************/
/*!
 * # Fomantic-UI - Calendar
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Popup
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.popup {
  max-width: none;
  padding: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*******************************
            Calendar
*******************************/
/* line 31, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .calendar:focus {
  outline: 0;
}

/*******************************
            Grid
*******************************/
/* line 40, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.popup .ui.grid {
  display: block;
  white-space: nowrap;
}

/* line 44, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.popup .ui.grid > .column {
  width: auto;
}

/*******************************
            Table
*******************************/
/* line 53, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table.year,
.ui.calendar .ui.table.month,
.ui.calendar .ui.table.minute {
  min-width: 15em;
}

/* line 58, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table.day {
  min-width: 18em;
}

/* line 61, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table.day.andweek {
  min-width: 22em;
}

/* line 64, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table.hour {
  min-width: 20em;
}

/* line 67, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table tr th,
.ui.calendar .ui.table tr td {
  padding: 0.5em;
  white-space: nowrap;
}

/* line 72, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table tr th {
  border-left: none;
}

/* line 75, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table tr th .icon {
  margin: 0;
}

/* line 78, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table tr:first-child th {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

/* line 83, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table.day tr:first-child th {
  border: none;
}

/* line 86, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table.day tr:nth-child(2) th {
  padding-top: 0.2em;
  padding-bottom: 0.3em;
}

/* line 90, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table tr td {
  padding-left: 0.1em;
  padding-right: 0.1em;
}

/* line 94, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table tr .link {
  cursor: pointer;
}

/* line 97, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table tr .prev.link {
  width: 14.28571429%;
  position: absolute;
  left: 0;
}

/* line 102, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table tr .next.link {
  width: 14.28571429%;
  position: absolute;
  right: 0;
}

/* line 107, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table tr .disabled {
  pointer-events: auto;
  cursor: default;
  color: rgba(40, 40, 40, 0.3);
}

/* line 112, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table tr .adjacent:not(.disabled) {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.03);
}

/*--------------
     States
---------------*/
/* line 121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table tr td.today {
  font-weight: bold;
}

/* line 124, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table tr td.range {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 130, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar .ui.table.inverted tr td.range {
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 136, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar:not(.disabled) .calendar:focus .ui.table tbody tr td.focus,
.ui.calendar:not(.disabled) .calendar.active .ui.table tbody tr td.focus {
  -webkit-box-shadow: inset 0 0 0 1px #85B7D9;
  box-shadow: inset 0 0 0 1px #85B7D9;
}

/* line 141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.calendar:not(.disabled) .calendar:focus .ui.table.inverted tbody tr td.focus,
.ui.calendar:not(.disabled) .calendar.active .ui.table.inverted tbody tr td.focus {
  -webkit-box-shadow: inset 0 0 0 1px #85B7D9;
  box-shadow: inset 0 0 0 1px #85B7D9;
}

/*******************************
            States
*******************************/
/*--------------------
          Disabled
  ---------------------*/
/* line 157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.disabled.calendar {
  opacity: 0.45;
}

/* line 160, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_calendar.scss */
.ui.disabled.calendar > .input,
.ui.disabled.calendar .ui.table tr .link {
  pointer-events: none;
}

/*******************************
         Theme Overrides
*******************************/
/*!
 * # Fomantic-UI - Checkbox
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
           Checkbox
*******************************/
/*--------------
    Content
---------------*/
/* line 21, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox {
  position: relative;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  vertical-align: baseline;
  font-style: normal;
  min-height: 17px;
  font-size: 1em;
  line-height: 17px;
  min-width: 17px;
}

/* HTML Checkbox */
/* line 36, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox input[type="checkbox"],
.ui.checkbox input[type="radio"] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  outline: none;
  z-index: 3;
  width: 17px;
  height: 17px;
}

/* line 48, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox label {
  cursor: auto;
  position: relative;
  display: block;
  padding-left: 1.85714em;
  outline: none;
  font-size: 1em;
}

/* line 56, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  content: '';
  background: #FFFFFF;
  border-radius: 0.21428571rem;
  -webkit-transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
  transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  border: 1px solid #D4D4D5;
}

/*--------------
    Checkmark
---------------*/
/* line 76, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox label:after {
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  text-align: center;
  opacity: 0;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
  transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
}

/*--------------
      Label
---------------*/
/* Inside */
/* line 98, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox label,
.ui.checkbox + label {
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

/* Outside */
/* line 106, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox + label {
  vertical-align: middle;
}

/*******************************
           States
*******************************/
/*--------------
      Hover
---------------*/
/* line 120, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox label:hover::before {
  background: #FFFFFF;
  border-color: rgba(34, 36, 38, 0.35);
}

/* line 124, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox label:hover,
.ui.checkbox + label:hover {
  color: rgba(0, 0, 0, 0.8);
}

/*--------------
      Down
---------------*/
/* line 133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox label:active::before {
  background: #F9FAFB;
  border-color: rgba(34, 36, 38, 0.35);
}

/* line 137, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox label:active::after {
  color: rgba(0, 0, 0, 0.95);
}

/* line 140, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox input:active ~ label {
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Focus
---------------*/
/* line 148, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox input:focus ~ label:before {
  background: #FFFFFF;
  border-color: #96C8DA;
}

/* line 152, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox input:focus ~ label:after {
  color: rgba(0, 0, 0, 0.95);
}

/* line 155, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox input:focus ~ label {
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Active
---------------*/
/* line 163, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox input:checked ~ label:before {
  background: #FFFFFF;
  border-color: rgba(34, 36, 38, 0.35);
}

/* line 167, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox input:checked ~ label:after {
  opacity: 1;
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
    Indeterminate
  ---------------*/
/* line 176, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox input:not([type=radio]):indeterminate ~ label:before {
  background: #FFFFFF;
  border-color: rgba(34, 36, 38, 0.35);
}

/* line 180, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox input:not([type=radio]):indeterminate ~ label:after {
  opacity: 1;
  color: rgba(0, 0, 0, 0.95);
}

/* line 184, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.indeterminate.toggle.checkbox input:not([type=radio]):indeterminate ~ label:before {
  background: rgba(0, 0, 0, 0.15);
}

/* line 187, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.indeterminate.toggle.checkbox input:not([type=radio]) ~ label:after {
  left: 1.075rem;
}

/*--------------
  Active Focus
---------------*/
/* line 195, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:before,
.ui.checkbox input:checked:focus ~ label:before {
  background: #FFFFFF;
  border-color: #96C8DA;
}

/* line 200, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:after,
.ui.checkbox input:checked:focus ~ label:after {
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
    Read-Only
---------------*/
/* line 209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.read-only.checkbox,
.ui.read-only.checkbox label {
  cursor: default;
}

/*--------------
       Disabled
  ---------------*/
/* line 218, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.disabled.checkbox label,
.ui.checkbox input[disabled] ~ label {
  cursor: default !important;
  opacity: 0.5;
  color: #000000;
}

/*--------------
     Hidden
---------------*/
/* Initialized checkbox moves input below element
 to prevent manually triggering */
/* line 232, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox input.hidden {
  z-index: -1;
}

/* Selectable Label */
/* line 237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox input.hidden + label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*******************************
             Types
*******************************/
/*--------------
       Radio
  ---------------*/
/* line 255, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.radio.checkbox {
  min-height: 15px;
}

/* line 258, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.radio.checkbox label {
  padding-left: 1.85714em;
}

/* Box */
/* line 263, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.radio.checkbox label:before {
  content: '';
  -webkit-transform: none;
  transform: none;
  width: 15px;
  height: 15px;
  border-radius: 500rem;
  top: 1px;
  left: 0;
}

/* Bullet */
/* line 275, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.radio.checkbox label:after {
  border: none;
  content: '' !important;
  line-height: 15px;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 500rem;
  -webkit-transform: scale(0.46666667);
  transform: scale(0.46666667);
  background-color: rgba(0, 0, 0, 0.87);
}

/* Focus */
/* line 290, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.radio.checkbox input:focus ~ label:before {
  background-color: #FFFFFF;
}

/* line 293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.radio.checkbox input:focus ~ label:after {
  background-color: rgba(0, 0, 0, 0.95);
}

/* Indeterminate */
/* line 298, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.radio.checkbox input:indeterminate ~ label:after {
  opacity: 0;
}

/* Active */
/* line 303, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.radio.checkbox input:checked ~ label:before {
  background-color: #FFFFFF;
}

/* line 306, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.radio.checkbox input:checked ~ label:after {
  background-color: rgba(0, 0, 0, 0.95);
}

/* Active Focus */
/* line 311, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.radio.checkbox input:focus:checked ~ label:before {
  background-color: #FFFFFF;
}

/* line 314, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.radio.checkbox input:focus:checked ~ label:after {
  background-color: rgba(0, 0, 0, 0.95);
}

/*--------------
       Slider
  ---------------*/
/* line 322, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.slider.checkbox {
  min-height: 1.25rem;
}

/* Input */
/* line 327, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.slider.checkbox input {
  width: 3.5rem;
  height: 1.25rem;
}

/* Label */
/* line 333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.slider.checkbox label {
  padding-left: 4.5rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.4);
}

/* Line */
/* line 340, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.slider.checkbox label:before {
  display: block;
  position: absolute;
  content: '';
  -webkit-transform: none;
  transform: none;
  border: none !important;
  left: 0;
  z-index: 1;
  top: 0.4rem;
  background-color: rgba(0, 0, 0, 0.05);
  width: 3.5rem;
  height: 0.21428571rem;
  border-radius: 500rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* Handle */
/* line 359, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.slider.checkbox label:after {
  background: #FFFFFF -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  position: absolute;
  content: '' !important;
  opacity: 1;
  z-index: 2;
  border: none;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  width: 1.5rem;
  height: 1.5rem;
  top: -0.25rem;
  left: 0;
  -webkit-transform: none;
  transform: none;
  border-radius: 500rem;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

/* Focus */
/* line 382, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.slider.checkbox input:focus ~ label:before {
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
}

/* Hover */
/* line 388, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.slider.checkbox label:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 391, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.slider.checkbox label:hover::before {
  background: rgba(0, 0, 0, 0.15);
}

/* Active */
/* line 396, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.slider.checkbox input:checked ~ label {
  color: rgba(0, 0, 0, 0.95) !important;
}

/* line 399, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.slider.checkbox input:checked ~ label:before {
  background-color: #545454 !important;
}

/* line 402, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.slider.checkbox input:checked ~ label:after {
  left: 2rem;
}

/* Active Focus */
/* line 407, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.slider.checkbox input:focus:checked ~ label {
  color: rgba(0, 0, 0, 0.95) !important;
}

/* line 410, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.slider.checkbox input:focus:checked ~ label:before {
  background-color: #000000 !important;
}

/*--------------
       Toggle
  ---------------*/
/* line 418, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.toggle.checkbox {
  min-height: 1.5rem;
}

/* Input */
/* line 423, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.toggle.checkbox input {
  width: 3.5rem;
  height: 1.5rem;
}

/* Label */
/* line 429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.toggle.checkbox label {
  min-height: 1.5rem;
  padding-left: 4.5rem;
  color: rgba(0, 0, 0, 0.87);
}

/* line 434, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.toggle.checkbox label {
  padding-top: 0.15em;
}

/* Switch */
/* line 439, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.toggle.checkbox label:before {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  -webkit-transform: none;
  transform: none;
  border: none;
  top: 0;
  background: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 3.5rem;
  height: 1.5rem;
  border-radius: 500rem;
}

/* Handle */
/* line 457, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.toggle.checkbox label:after {
  background: #FFFFFF -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  position: absolute;
  content: '' !important;
  opacity: 1;
  z-index: 2;
  border: none;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  left: 0;
  border-radius: 500rem;
  -webkit-transition: background 0.3s ease, left 0.3s ease;
  transition: background 0.3s ease, left 0.3s ease;
}

/* line 476, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.toggle.checkbox input ~ label:after {
  left: -0.05rem;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
}

/* Focus */
/* line 483, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.toggle.checkbox input:focus ~ label:before {
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
}

/* Hover */
/* line 489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.toggle.checkbox label:hover::before {
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
}

/* Active */
/* line 495, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.toggle.checkbox input:checked ~ label {
  color: rgba(0, 0, 0, 0.95) !important;
}

/* line 498, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.toggle.checkbox input:checked ~ label:before {
  background-color: #2196f3 !important;
}

/* line 501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.toggle.checkbox input:checked ~ label:after {
  left: 2.15rem;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
}

/* Active Focus */
/* line 508, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.toggle.checkbox input:focus:checked ~ label {
  color: rgba(0, 0, 0, 0.95) !important;
}

/* line 511, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.toggle.checkbox input:focus:checked ~ label:before {
  background-color: #0d71bb !important;
}

/*******************************
            Variations
*******************************/
/*--------------
       Fitted
  ---------------*/
/* line 525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.fitted.checkbox label {
  padding-left: 0 !important;
}

/* line 528, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.fitted.toggle.checkbox {
  width: 3.5rem;
}

/* line 531, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.fitted.slider.checkbox {
  width: 3.5rem;
}

/*--------------
       Inverted
  ---------------*/
/* line 539, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.inverted.checkbox label,
.ui.inverted.checkbox + label {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Hover */
/* line 545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.inverted.checkbox label:hover {
  color: #FFFFFF !important;
}

/* line 548, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.inverted.checkbox label:hover::before {
  border-color: rgba(34, 36, 38, 0.5);
}

/*Slider Label */
/* line 552, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.inverted.slider.checkbox label {
  color: rgba(255, 255, 255, 0.5);
}

/* Slider Line */
/* line 557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.inverted.slider.checkbox label:before {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* Slider Hover */
/* line 562, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.inverted.slider.checkbox label:hover::before {
  background: rgba(255, 255, 255, 0.7) !important;
}

/* Slider Active */
/* line 567, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.inverted.slider.checkbox input:checked ~ label {
  color: #FFFFFF !important;
}

/* line 570, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.inverted.slider.checkbox input:checked ~ label:before {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* Slider Active Focus */
/* line 575, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.inverted.slider.checkbox input:focus:checked ~ label {
  color: #FFFFFF !important;
}

/* line 578, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.inverted.slider.checkbox input:focus:checked ~ label:before {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* Toggle Switch */
/* line 583, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.inverted.toggle.checkbox label:before {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* Toggle Hover */
/* line 588, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.inverted.toggle.checkbox label:hover::before {
  background: #FFFFFF !important;
}

/* Toggle Active */
/* line 593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.inverted.toggle.checkbox input:checked ~ label {
  color: #FFFFFF !important;
}

/* line 596, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.inverted.toggle.checkbox input:checked ~ label:before {
  background-color: #2196f3 !important;
}

/* Toggle Active Focus */
/* line 601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.inverted.toggle.checkbox input:focus:checked ~ label {
  color: #FFFFFF !important;
}

/* line 604, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.inverted.toggle.checkbox input:focus:checked ~ label:before {
  background-color: #0d71bb !important;
}

/*--------------------
        Size
---------------------*/
/* line 612, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.mini.checkbox {
  font-size: 0.78571429em;
}

/* line 615, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.tiny.checkbox {
  font-size: 0.85714286em;
}

/* line 618, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.small.checkbox {
  font-size: 0.92857143em;
}

/* line 621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.large.checkbox {
  font-size: 1.14285714em;
}

/* line 624, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.large.form .checkbox:not(.slider):not(.toggle):not(.radio) label:after,
.ui.large.checkbox:not(.slider):not(.toggle):not(.radio) label:after,
.ui.large.form .checkbox:not(.slider):not(.toggle):not(.radio) label:before,
.ui.large.checkbox:not(.slider):not(.toggle):not(.radio) label:before {
  -webkit-transform: scale(1.14285714);
  transform: scale(1.14285714);
  -webkit-transform-origin: left;
  transform-origin: left;
}

/* line 633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.large.form .checkbox.radio label:before,
.ui.large.checkbox.radio label:before {
  -webkit-transform: scale(1.14285714);
  transform: scale(1.14285714);
  -webkit-transform-origin: left;
  transform-origin: left;
}

/* line 640, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.large.form .checkbox.radio label:after,
.ui.large.checkbox.radio label:after {
  -webkit-transform: scale(0.57142857);
  transform: scale(0.57142857);
  -webkit-transform-origin: left;
  transform-origin: left;
  left: 0.33571429em;
}

/* line 648, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.big.checkbox {
  font-size: 1.28571429em;
}

/* line 651, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.big.form .checkbox:not(.slider):not(.toggle):not(.radio) label:after,
.ui.big.checkbox:not(.slider):not(.toggle):not(.radio) label:after,
.ui.big.form .checkbox:not(.slider):not(.toggle):not(.radio) label:before,
.ui.big.checkbox:not(.slider):not(.toggle):not(.radio) label:before {
  -webkit-transform: scale(1.28571429);
  transform: scale(1.28571429);
  -webkit-transform-origin: left;
  transform-origin: left;
}

/* line 660, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.big.form .checkbox.radio label:before,
.ui.big.checkbox.radio label:before {
  -webkit-transform: scale(1.28571429);
  transform: scale(1.28571429);
  -webkit-transform-origin: left;
  transform-origin: left;
}

/* line 667, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.big.form .checkbox.radio label:after,
.ui.big.checkbox.radio label:after {
  -webkit-transform: scale(0.64285714);
  transform: scale(0.64285714);
  -webkit-transform-origin: left;
  transform-origin: left;
  left: 0.37142857em;
}

/* line 675, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.huge.checkbox {
  font-size: 1.42857143em;
}

/* line 678, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.huge.form .checkbox:not(.slider):not(.toggle):not(.radio) label:after,
.ui.huge.checkbox:not(.slider):not(.toggle):not(.radio) label:after,
.ui.huge.form .checkbox:not(.slider):not(.toggle):not(.radio) label:before,
.ui.huge.checkbox:not(.slider):not(.toggle):not(.radio) label:before {
  -webkit-transform: scale(1.42857143);
  transform: scale(1.42857143);
  -webkit-transform-origin: left;
  transform-origin: left;
}

/* line 687, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.huge.form .checkbox.radio label:before,
.ui.huge.checkbox.radio label:before {
  -webkit-transform: scale(1.42857143);
  transform: scale(1.42857143);
  -webkit-transform-origin: left;
  transform-origin: left;
}

/* line 694, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.huge.form .checkbox.radio label:after,
.ui.huge.checkbox.radio label:after {
  -webkit-transform: scale(0.71428571);
  transform: scale(0.71428571);
  -webkit-transform-origin: left;
  transform-origin: left;
  left: 0.40714286em;
}

/* line 702, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.massive.checkbox {
  font-size: 1.71428571em;
}

/* line 705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.massive.form .checkbox:not(.slider):not(.toggle):not(.radio) label:after,
.ui.massive.checkbox:not(.slider):not(.toggle):not(.radio) label:after,
.ui.massive.form .checkbox:not(.slider):not(.toggle):not(.radio) label:before,
.ui.massive.checkbox:not(.slider):not(.toggle):not(.radio) label:before {
  -webkit-transform: scale(1.71428571);
  transform: scale(1.71428571);
  -webkit-transform-origin: left;
  transform-origin: left;
}

/* line 714, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.massive.form .checkbox.radio label:before,
.ui.massive.checkbox.radio label:before {
  -webkit-transform: scale(1.71428571);
  transform: scale(1.71428571);
  -webkit-transform-origin: left;
  transform-origin: left;
}

/* line 721, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.massive.form .checkbox.radio label:after,
.ui.massive.checkbox.radio label:after {
  -webkit-transform: scale(0.85714286);
  transform: scale(0.85714286);
  -webkit-transform-origin: left;
  transform-origin: left;
  left: 0.47857143em;
}

/*******************************
         Theme Overrides
*******************************/
@font-face {
  font-family: 'Checkbox';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype");
}
/* Checkmark */
/* line 741, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox label:after,
.ui.checkbox .box:after {
  font-family: 'Checkbox';
}

/* Checked */
/* line 747, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox input:checked ~ .box:after,
.ui.checkbox input:checked ~ label:after {
  content: '\e800';
}

/* Indeterminate */
/* line 753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss */
.ui.checkbox input:indeterminate ~ .box:after,
.ui.checkbox input:indeterminate ~ label:after {
  font-size: 12px;
  content: '\e801';
}

/*  UTF Reference
.check:before { content: '\e800'; }
.dash:before  { content: '\e801'; }
.plus:before { content: '\e802'; }
*/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Dimmer
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Dimmer
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.dimmable:not(body) {
  position: relative;
}

/* line 19, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.dimmer {
  display: none;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  line-height: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: opacity;
  z-index: 1000;
}

/* Dimmer Content */
/* line 57, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.dimmer > .content {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  color: #FFFFFF;
}

/* Loose Coupling */
/* line 66, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.segment > .ui.dimmer:not(.page) {
  border-radius: inherit !important;
}

/* Scrollbars */
/* line 71, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.dimmer:not(.inverted)::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

/* line 74, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
}

/* line 77, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.15);
}

/* line 80, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.35);
}

/*******************************
            States
*******************************/
/* Animating */
/* line 91, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.animating.dimmable:not(body),
.dimmed.dimmable:not(body) {
  overflow: hidden;
}

/* Animating / Active / Visible */
/* line 97, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.dimmed.dimmable > .ui.animating.dimmer,
.dimmed.dimmable > .ui.visible.dimmer,
.ui.active.dimmer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

/* Disabled */
/* line 107, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.disabled.dimmer {
  width: 0 !important;
  height: 0 !important;
}

/*******************************
           Variations
*******************************/
/*--------------
      Legacy
  ---------------*/
/* Animating / Active / Visible */
/* line 124, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.dimmed.dimmable > .ui.animating.legacy.dimmer,
.dimmed.dimmable > .ui.visible.legacy.dimmer,
.ui.active.legacy.dimmer {
  display: block;
}

/*--------------
      Alignment
  ---------------*/
/* line 134, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui[class*="top aligned"].dimmer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 139, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui[class*="bottom aligned"].dimmer {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*--------------
        Page
  ---------------*/
/* line 149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.page.dimmer {
  position: fixed;
  -webkit-transform-style: '';
  transform-style: '';
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

/* line 158, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
body.animating.in.dimmable,
body.dimmed.dimmable {
  overflow: hidden;
}

/* line 162, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
body.dimmable > .dimmer {
  position: fixed;
}

/*--------------
      Blurring
  ---------------*/
/* line 170, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.blurring.dimmable > :not(.dimmer) {
  -webkit-filter: initial;
  filter: initial;
  -webkit-transition: 800ms -webkit-filter ease;
  transition: 800ms -webkit-filter ease;
  transition: 800ms filter ease;
  transition: 800ms filter ease, 800ms -webkit-filter ease;
}

/* line 178, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.blurring.dimmed.dimmable > :not(.dimmer):not(.popup) {
  -webkit-filter: blur(5px) grayscale(0.7);
  filter: blur(5px) grayscale(0.7);
}

/* Dimmer Color */
/* line 184, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.blurring.dimmable > .dimmer {
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 187, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.blurring.dimmable > .inverted.dimmer {
  background-color: rgba(255, 255, 255, 0.6);
}

/*--------------
      Aligned
  ---------------*/
/* line 195, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.dimmer > .top.aligned.content > * {
  vertical-align: top;
}

/* line 198, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.dimmer > .bottom.aligned.content > * {
  vertical-align: bottom;
}

/*--------------
      Shades
  ---------------*/
/* line 206, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.medium.medium.medium.medium.medium.dimmer {
  background-color: rgba(0, 0, 0, 0.65);
}

/* line 209, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.light.light.light.light.light.dimmer {
  background-color: rgba(0, 0, 0, 0.45);
}

/* line 212, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.very.light.light.light.light.dimmer {
  background-color: rgba(0, 0, 0, 0.25);
}

/*--------------
      Inverted
  ---------------*/
/* line 220, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.inverted.dimmer {
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 223, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.inverted.dimmer > .content,
.ui.inverted.dimmer > .content > * {
  color: #000000;
}

/*--------------
     Inverted Shades
    ---------------*/
/* line 232, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.medium.medium.medium.medium.medium.inverted.dimmer {
  background-color: rgba(255, 255, 255, 0.65);
}

/* line 235, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.light.light.light.light.light.inverted.dimmer {
  background-color: rgba(255, 255, 255, 0.45);
}

/* line 238, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.very.light.light.light.light.inverted.dimmer {
  background-color: rgba(255, 255, 255, 0.25);
}

/*--------------
       Simple
  ---------------*/
/* Displays without javascript */
/* line 248, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.simple.dimmer {
  display: block;
  overflow: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -100;
  background-color: rgba(0, 0, 0, 0);
}

/* line 257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.dimmed.dimmable > .ui.simple.dimmer {
  overflow: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

/* line 265, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.simple.inverted.dimmer {
  background-color: rgba(255, 255, 255, 0);
}

/* line 268, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.dimmed.dimmable > .ui.simple.inverted.dimmer {
  background-color: rgba(255, 255, 255, 0.85);
}

/*--------------
       Partially
  ----------------*/
/* line 276, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui[class*="top dimmer"],
.ui[class*="center dimmer"],
.ui[class*="bottom dimmer"] {
  height: auto;
}

/* line 281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui[class*="bottom dimmer"] {
  top: auto !important;
  bottom: 0;
}

/* line 285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui[class*="center dimmer"] {
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(calc(-50% - 0.5px));
}

/* line 290, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.segment > .ui[class*="top dimmer"] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 294, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.segment > .ui[class*="center dimmer"] {
  border-radius: 0 !important;
}

/* line 297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui.segment > .ui[class*="bottom dimmer"] {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 301, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui[class*="center dimmer"].transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUpCenter;
  animation-name: fadeInUpCenter;
}

/* line 305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui[class*="center dimmer"].transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDownCenter;
  animation-name: fadeInDownCenter;
}

/* line 309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui[class*="center dimmer"].transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUpCenter;
  animation-name: fadeOutUpCenter;
}

/* line 313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui[class*="center dimmer"].transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDownCenter;
  animation-name: fadeOutDownCenter;
}

/* line 317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss */
.ui[class*="center dimmer"].bounce.transition {
  -webkit-animation-name: bounceCenter;
  animation-name: bounceCenter;
}

@-webkit-keyframes fadeInUpCenter {
  0% {
    opacity: 0;
    transform: translateY(-40%);
    -webkit-transform: translateY(calc(-40% - 0.5px));
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(calc(-50% - 0.5px));
  }
}
@keyframes fadeInUpCenter {
  0% {
    opacity: 0;
    transform: translateY(-40%);
    -webkit-transform: translateY(calc(-40% - 0.5px));
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(calc(-50% - 0.5px));
  }
}
@-webkit-keyframes fadeInDownCenter {
  0% {
    opacity: 0;
    transform: translateY(-60%);
    -webkit-transform: translateY(calc(-60% - 0.5px));
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(calc(-50% - 0.5px));
  }
}
@keyframes fadeInDownCenter {
  0% {
    opacity: 0;
    transform: translateY(-60%);
    -webkit-transform: translateY(calc(-60% - 0.5px));
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(calc(-50% - 0.5px));
  }
}
@-webkit-keyframes fadeOutUpCenter {
  0% {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(calc(-50% - 0.5px));
  }
  100% {
    opacity: 0;
    transform: translateY(-45%);
    -webkit-transform: translateY(calc(-45% - 0.5px));
  }
}
@keyframes fadeOutUpCenter {
  0% {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(calc(-50% - 0.5px));
  }
  100% {
    opacity: 0;
    transform: translateY(-45%);
    -webkit-transform: translateY(calc(-45% - 0.5px));
  }
}
@-webkit-keyframes fadeOutDownCenter {
  0% {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(calc(-50% - 0.5px));
  }
  100% {
    opacity: 0;
    transform: translateY(-55%);
    -webkit-transform: translateY(calc(-55% - 0.5px));
  }
}
@keyframes fadeOutDownCenter {
  0% {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(calc(-50% - 0.5px));
  }
  100% {
    opacity: 0;
    transform: translateY(-55%);
    -webkit-transform: translateY(calc(-55% - 0.5px));
  }
}
@-webkit-keyframes bounceCenter {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(-50%);
    -webkit-transform: translateY(calc(-50% - 0.5px));
  }
  40% {
    -webkit-transform: translateY(calc(-50% - 30px));
    transform: translateY(calc(-50% - 30px));
  }
  60% {
    -webkit-transform: translateY(calc(-50% - 15px));
    transform: translateY(calc(-50% - 15px));
  }
}
@keyframes bounceCenter {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(-50%);
    -webkit-transform: translateY(calc(-50% - 0.5px));
  }
  40% {
    -webkit-transform: translateY(calc(-50% - 30px));
    transform: translateY(calc(-50% - 30px));
  }
  60% {
    -webkit-transform: translateY(calc(-50% - 15px));
    transform: translateY(calc(-50% - 15px));
  }
}
/*******************************
         Theme Overrides
*******************************/
/*******************************
        User Overrides
*******************************/
/*!
 * # Fomantic-UI - Dropdown
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Dropdown
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  text-align: left;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*******************************
            Content
*******************************/
/*--------------
      Menu
---------------*/
/* line 43, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  padding: 0 0;
  background: #FFFFFF;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  z-index: 11;
  will-change: transform, opacity;
}

/* line 67, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > * {
  white-space: nowrap;
}

/*--------------
  Hidden Input
---------------*/
/* line 75, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > input:not(.search):first-child,
.ui.dropdown > select {
  display: none !important;
}

/*--------------
 Dropdown Icon
---------------*/
/* line 84, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown:not(.labeled) > .dropdown.icon {
  position: relative;
  width: auto;
  font-size: 0.85714286em;
  margin: 0 0 0 1em;
}

/* line 90, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0em 0 0 1em;
}

/* line 95, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em;
}

/*--------------
      Text
---------------*/
/* line 103, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .text {
  display: inline-block;
  -webkit-transition: none;
  transition: none;
}

/*--------------
    Menu Item
---------------*/
/* line 113, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571429rem 1.14285714rem !important;
  text-transform: none;
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-touch-callout: none;
}

/* line 131, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .item:first-child {
  border-top-width: 0;
}

/*--------------
  Floated Content
---------------*/
/* line 139, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .text > [class*="right floated"],
.ui.dropdown .menu .item > [class*="right floated"] {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 1em !important;
}

/* line 145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .text > [class*="left floated"],
.ui.dropdown .menu .item > [class*="left floated"] {
  float: left !important;
  margin-left: 0 !important;
  margin-right: 1em !important;
}

/* line 151, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu .item > .icon.floated,
.ui.dropdown .menu .item > .flag.floated,
.ui.dropdown .menu .item > .image.floated,
.ui.dropdown .menu .item > img.floated {
  margin-top: 0em;
}

/*--------------
  Menu Divider
---------------*/
/* line 162, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .header {
  margin: 1rem 0 0.75rem;
  padding: 0 1.14285714rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 168, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .header:not(.ui) {
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.78571429em;
}

/* line 172, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0;
  margin: 0.5em 0;
}

/* line 177, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .horizontal.divider {
  border-top: none;
}

/* line 180, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.dropdown .menu > .input {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.14285714rem 0.78571429rem;
  min-width: 10rem;
}

/* line 188, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .header + .input {
  margin-top: 0;
}

/* line 191, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .input:not(.transparent) input {
  padding: 0.5em 1em;
}

/* line 194, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .input:not(.transparent) .button,
.ui.dropdown .menu > .input:not(.transparent) .icon,
.ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/*-----------------
  Item Description
-------------------*/
/* line 205, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .text > .description,
.ui.dropdown .menu > .item > .description {
  float: right;
  margin: 0 0 0 1em;
  color: rgba(0, 0, 0, 0.4);
}

/*-----------------
       Message
-------------------*/
/* line 216, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .message, .ui.dropdown .menu > .alert-error {
  padding: 0.78571429rem 1.14285714rem;
  font-weight: normal;
}

/* line 220, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .message:not(.ui), .ui.dropdown .menu > .alert-error:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

/*--------------
    Sub Menu
---------------*/
/* line 228, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu .menu {
  top: 0;
  left: 100%;
  right: auto;
  margin: 0 0 0 -0.5em !important;
  border-radius: 0.28571429rem !important;
  z-index: 21 !important;
}

/* Hide Arrow */
/* line 238, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu .menu:after {
  display: none;
}

/*--------------
   Sub Elements
---------------*/
/* Icons / Flags / Labels / Image */
/* line 248, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image {
  margin-top: 0em;
}

/* line 255, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-top: 0em;
}

/* line 262, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-left: 0;
  float: none;
  margin-right: 0.78571429rem;
}

/*--------------
     Image
---------------*/
/* line 281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image:not(.icon),
.ui.dropdown .menu > .item > .image:not(.icon),
.ui.dropdown .menu > .item > img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  max-height: 2em;
}

/*******************************
            Coupling
*******************************/
/*--------------
      Menu
---------------*/
/* Remove Menu Item Divider */
/* line 305, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .ui.menu > .item:before,
.ui.menu .ui.dropdown .menu > .item:before {
  display: none;
}

/* Prevent Menu Item Border */
/* line 311, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.menu .ui.dropdown .menu .active.item {
  border-left: none;
}

/* Automatically float dropdown menu right on last menu item */
/* line 316, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.menu .right.menu .dropdown:last-child .menu,
.ui.menu .right.dropdown.item .menu,
.ui.buttons > .ui.dropdown:last-child .menu {
  left: auto;
  right: 0;
}

/*--------------
        Label
  ---------------*/
/* Dropdown Menu */
/* line 329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.label.dropdown .menu {
  min-width: 100%;
}

/*--------------
       Button
  ---------------*/
/* No Margin On Icon Button */
/* line 339, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0;
}

/* line 342, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.button.dropdown .menu {
  min-width: 100%;
}

/*******************************
              Types
*******************************/
/* line 351, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
select.ui.dropdown {
  height: 38px;
  padding: 0.5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible;
}

/*--------------
      Selection
  ---------------*/
/* Displays like a select box */
/* line 364, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  min-width: 14em;
  min-height: 2.71428571em;
  background: #FFFFFF;
  display: inline-block;
  padding: 0.78571429em 3.2em 0.78571429em 1em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
}

/* line 387, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown.visible,
.ui.selection.dropdown.active {
  z-index: 10;
}

/* line 391, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1.21428571em;
  top: 0.78571429em;
  right: 1em;
  z-index: 3;
  margin: -0.78571429em;
  padding: 0.91666667em;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/* Compact */
/* line 410, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.compact.selection.dropdown {
  min-width: 0;
}

/*  Selection Menu */
/* line 415, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0 !important;
  width: auto;
  outline: none;
  margin: 0 -1px;
  min-width: calc(100% + 2px);
  width: calc(100% + 2px);
  border-radius: 0 0 0.28571429rem 0.28571429rem;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/* line 433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
  display: none;
}

/*--------------
      Message
  ---------------*/
/* line 442, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown .menu > .message, .ui.selection.dropdown .menu > .alert-error {
  padding: 0.78571429rem 1.14285714rem;
}

@media only screen and (max-width: 767.98px) {
  /* line 446, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown[class*="very short"] .menu {
    max-height: 4.00714286rem;
  }

  /* line 449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown.short .menu {
    max-height: 6.01071429rem;
  }

  /* line 452, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown .menu {
    max-height: 8.01428571rem;
  }

  /* line 455, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown.long .menu {
    max-height: 16.02857143rem;
  }

  /* line 458, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown[class*="very long"] .menu {
    max-height: 24.04285714rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 463, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown[class*="very short"] .menu {
    max-height: 5.34285714rem;
  }

  /* line 466, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown.short .menu {
    max-height: 8.01428571rem;
  }

  /* line 469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown .menu {
    max-height: 10.68571429rem;
  }

  /* line 472, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown.long .menu {
    max-height: 21.37142857rem;
  }

  /* line 475, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown[class*="very long"] .menu {
    max-height: 32.05714286rem;
  }
}
@media only screen and (min-width: 992px) {
  /* line 480, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown[class*="very short"] .menu {
    max-height: 8.01428571rem;
  }

  /* line 483, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown.short .menu {
    max-height: 12.02142857rem;
  }

  /* line 486, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem;
  }

  /* line 489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown.long .menu {
    max-height: 32.05714286rem;
  }

  /* line 492, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown[class*="very long"] .menu {
    max-height: 48.08571429rem;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown[class*="very short"] .menu {
    max-height: 10.68571429rem;
  }

  /* line 500, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown.short .menu {
    max-height: 16.02857143rem;
  }

  /* line 503, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown .menu {
    max-height: 21.37142857rem;
  }

  /* line 506, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown.long .menu {
    max-height: 42.74285714rem;
  }

  /* line 509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown[class*="very long"] .menu {
    max-height: 64.11428571rem;
  }
}
/* Menu Item */
/* line 515, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #FAFAFA;
  padding: 0.78571429rem 1.14285714rem !important;
  white-space: normal;
  word-wrap: normal;
}

/* User Item */
/* line 523, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown .menu > .hidden.addition.item {
  display: none;
}

/* Hover */
/* line 528, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown:hover {
  border-color: rgba(34, 36, 38, 0.35);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Active */
/* line 535, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.active.dropdown {
  border-color: #96C8DA;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}

/* line 540, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.active.dropdown .menu {
  border-color: #96C8DA;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}

/* Focus */
/* line 547, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown:focus {
  border-color: #96C8DA;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 552, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown:focus .menu {
  border-color: #96C8DA;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}

/* Visible */
/* line 559, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
}

/* Visible Hover */
/* line 565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.active.dropdown:hover {
  border-color: #96C8DA;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}

/* line 570, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.active.dropdown:hover .menu {
  border-color: #96C8DA;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}

/* Dropdown Icon */
/* line 577, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.active.selection.dropdown > .dropdown.icon,
.ui.visible.selection.dropdown > .dropdown.icon {
  opacity: '';
  z-index: 3;
}

/* Connecting Border */
/* line 584, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.active.selection.dropdown {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* Empty Connecting Border */
/* line 590, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.active.empty.selection.dropdown {
  border-radius: 0.28571429rem !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 595, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.active.empty.selection.dropdown .menu {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*--------------
     Searchable
  ---------------*/
/* Search Selection */
/* line 607, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.dropdown {
  min-width: '';
}

/* Search Dropdown */
/* line 612, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: text;
  top: 0;
  left: 1px;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit;
}

/* Text Layering */
/* line 627, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.dropdown > input.search {
  position: absolute;
  z-index: 2;
}

/* line 631, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  left: 1px;
  z-index: 3;
}

/* Search Selection */
/* line 639, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.selection.dropdown > input.search {
  line-height: 1.21428571em;
  padding: 0.67857143em 3.2em 0.67857143em 1em;
}

/* Used to size multi select input to character width */
/* line 645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.selection.dropdown > span.sizer {
  line-height: 1.21428571em;
  padding: 0.67857143em 3.2em 0.67857143em 1em;
  display: none;
  white-space: pre;
}

/* Active/Visible Search */
/* line 653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
  cursor: auto;
}

/* line 657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
  pointer-events: none;
}

/* Filtered Text */
/* line 663, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.active.search.dropdown input.search:focus + .text .icon,
.ui.active.search.dropdown input.search:focus + .text .flag {
  opacity: 0.45;
}

/* line 667, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.active.search.dropdown input.search:focus + .text {
  color: rgba(115, 115, 115, 0.87) !important;
}

/* Search Menu */
/* line 672, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767.98px) {
  /* line 680, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.search.dropdown .menu {
    max-height: 8.01428571rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.search.dropdown .menu {
    max-height: 10.68571429rem;
  }
}
@media only screen and (min-width: 992px) {
  /* line 690, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.search.dropdown .menu {
    max-height: 16.02857143rem;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 695, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.search.dropdown .menu {
    max-height: 21.37142857rem;
  }
}
/* Clearable Selection */
/* line 701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .remove.icon {
  cursor: pointer;
  font-size: 0.85714286em;
  margin: -0.78571429em;
  padding: 0.91666667em;
  right: 3em;
  top: 0.78571429em;
  position: absolute;
  opacity: 0.6;
  z-index: 3;
}

/* line 712, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.clearable.dropdown .text,
.ui.clearable.dropdown a:last-of-type {
  margin-right: 1.5em;
}

/* line 716, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown select.noselection ~ .remove.icon,
.ui.dropdown input[value=''] ~ .remove.icon,
.ui.dropdown input:not([value]) ~ .remove.icon,
.ui.dropdown.loading > .remove.icon {
  display: none;
}

/*--------------
      Multiple
  ---------------*/
/* Multiple Selection */
/* line 729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.dropdown {
  padding: 0.22619048em 3.2em 0.22619048em 0.35714286em;
}

/* line 732, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.dropdown .menu {
  cursor: auto;
}

/* Selection Label */
/* line 737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.dropdown > .label {
  display: inline-block;
  white-space: normal;
  font-size: 1em;
  padding: 0.35714286em 0.78571429em;
  margin: 0.14285714rem 0.28571429rem 0.14285714rem 0;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
}

/* Dropdown Icon */
/* line 748, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.dropdown .dropdown.icon {
  margin: '';
  padding: '';
}

/* Text */
/* line 754, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0 0.45238095em 0.64285714em;
  line-height: 1.21428571em;
}

/* line 761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.dropdown > .label ~ input.search {
  margin-left: 0.14285714em !important;
}

/* line 764, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.dropdown > .label ~ .text {
  display: none;
}

/* line 767, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.dropdown > .label:not(.image) > img:not(.centered) {
  margin-right: 0.78571429rem;
}

/* line 770, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.dropdown > .label:not(.image) > img.ui:not(.avatar) {
  margin-bottom: 0.39285714rem;
}

/* line 773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.dropdown > .image.label img {
  margin: -0.35714286em 0.78571429em -0.35714286em -0.78571429em;
  height: 1.71428571em;
}

/*-----------------
      Multiple Search
    -----------------*/
/* Multiple Search Selection */
/* line 784, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown > input.search {
  cursor: text;
}

/* Prompt Text */
/* line 790, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: 0.45238095em 0 0.45238095em 0.64285714em;
  line-height: 1.21428571em;
}

/* line 799, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.search.dropdown > .label ~ .text {
  display: none;
}

/* Search */
/* line 804, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0 0.45238095em 0.64285714em;
  width: 2.2em;
  line-height: 1.21428571em;
}

/*--------------
       Inline
  ---------------*/
/* line 817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit;
}

/* line 822, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inline.dropdown .dropdown.icon {
  margin: 0 0.21428571em 0 0.21428571em;
  vertical-align: baseline;
}

/* line 826, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inline.dropdown > .text {
  font-weight: bold;
}

/* line 829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: 0.21428571em;
  border-radius: 0.28571429rem;
}

/*******************************
            States
*******************************/
/*--------------------
        Active
----------------------*/
/* Menu Item Active */
/* line 847, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu .active.item {
  background: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 12;
}

/*--------------------
        Hover
----------------------*/
/* Menu Item Hover */
/* line 862, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  z-index: 13;
}

/*--------------------
     Default Text
----------------------*/
/* line 872, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text {
  color: rgba(191, 191, 191, 0.87);
}

/* line 876, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown:not(.button) > input:focus ~ .default.text,
.ui.default.dropdown:not(.button) > input:focus ~ .text {
  color: rgba(115, 115, 115, 0.87);
}

/*--------------------
         Loading
  ---------------------*/
/* line 885, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.loading.dropdown > i.icon {
  height: 1em !important;
}

/* line 888, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.loading.selection.dropdown > i.icon {
  padding: 1.5em 1.28571429em !important;
}

/* line 891, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0 0 -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

/* line 902, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  margin: -0.64285714em 0 0 -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: loader 0.6s infinite linear;
  animation: loader 0.6s infinite linear;
  border: 0.2em solid #767676;
  border-radius: 500rem;
}

/* Coupling */
/* line 919, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.loading.dropdown.button > i.icon:before,
.ui.loading.dropdown.button > i.icon:after {
  display: none;
}

/* line 923, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.loading.dropdown > .text {
  -webkit-transition: none;
  transition: none;
}

/* Used To Check Position */
/* line 929, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1;
}

/* line 934, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .loading.menu {
  left: 0 !important;
  right: auto !important;
}

/* line 938, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .menu .loading.menu {
  left: 100% !important;
  right: auto !important;
}

/*--------------------
    Keyboard Select
----------------------*/
/* Selected Item */
/* line 949, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------------
    Search Filtered
----------------------*/
/* Filtered Item */
/* line 961, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .filtered.text {
  visibility: hidden;
}

/* line 964, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .filtered.item {
  display: none !important;
}

/*--------------------
          States
  ----------------------*/
/* line 972, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
  color: #9F3A38;
}

/* line 977, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown.error {
  background: #ffdddd;
  border-color: #E0B4B4;
}

/* line 981, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown.error:hover {
  border-color: #E0B4B4;
}

/* line 984, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.selection.error.dropdown > .label {
  border-color: #E0B4B4;
}

/* line 987, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
  border-color: #E0B4B4;
}

/* line 991, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.error > .menu > .item {
  color: #9F3A38;
}

/* Item Hover */
/* line 996, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.error > .menu > .item:hover {
  background-color: #FBE7E7;
}

/* Item Active */
/* line 1001, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.error > .menu .active.item {
  background-color: #FDCFCF;
}

/* line 1004, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.info,
.ui.dropdown.info > .text,
.ui.dropdown.info > .default.text {
  color: #276F86;
}

/* line 1009, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown.info {
  background: #dfffff;
  border-color: #A9D5DE;
}

/* line 1013, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown.info:hover {
  border-color: #A9D5DE;
}

/* line 1016, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.selection.info.dropdown > .label {
  border-color: #A9D5DE;
}

/* line 1019, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.info > .menu,
.ui.dropdown.info > .menu .menu {
  border-color: #A9D5DE;
}

/* line 1023, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.info > .menu > .item {
  color: #276F86;
}

/* Item Hover */
/* line 1028, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.info > .menu > .item:hover {
  background-color: #e9f2fb;
}

/* Item Active */
/* line 1033, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.info > .menu .active.item {
  background-color: #cef1fd;
}

/* line 1036, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.success,
.ui.dropdown.success > .text,
.ui.dropdown.success > .default.text {
  color: #2C662D;
}

/* line 1041, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown.success {
  background: #f4ffdc;
  border-color: #A3C293;
}

/* line 1045, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown.success:hover {
  border-color: #A3C293;
}

/* line 1048, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.selection.success.dropdown > .label {
  border-color: #A3C293;
}

/* line 1051, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.success > .menu,
.ui.dropdown.success > .menu .menu {
  border-color: #A3C293;
}

/* line 1055, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.success > .menu > .item {
  color: #2C662D;
}

/* Item Hover */
/* line 1060, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.success > .menu > .item:hover {
  background-color: #e9fbe9;
}

/* Item Active */
/* line 1065, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.success > .menu .active.item {
  background-color: #dafdce;
}

/* line 1068, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.warning,
.ui.dropdown.warning > .text,
.ui.dropdown.warning > .default.text {
  color: #573A08;
}

/* line 1073, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown.warning {
  background: #FFFAF3;
  border-color: #c0af8a;
}

/* line 1077, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown.warning:hover {
  border-color: #c0af8a;
}

/* line 1080, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.selection.warning.dropdown > .label {
  border-color: #c0af8a;
}

/* line 1083, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.warning > .menu,
.ui.dropdown.warning > .menu .menu {
  border-color: #c0af8a;
}

/* line 1087, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.warning > .menu > .item {
  color: #573A08;
}

/* Item Hover */
/* line 1092, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.warning > .menu > .item:hover {
  background-color: #fbfbe9;
}

/* Item Active */
/* line 1097, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.warning > .menu .active.item {
  background-color: #fdfdce;
}

/*--------------------
        Clear
----------------------*/
/* line 1105, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .clear.dropdown.icon {
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/* line 1110, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .clear.dropdown.icon:hover {
  opacity: 1;
}

/*--------------------
          Disabled
  ----------------------*/
/* Disabled */
/* line 1120, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: 0.45;
}

/*******************************
           Variations
*******************************/
/*--------------
    Direction
---------------*/
/* Flyout Direction */
/* line 1139, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu {
  left: 0;
}

/* Default Side (Right) */
/* line 1144, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .right.menu > .menu,
.ui.dropdown .menu .right.menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571429rem !important;
}

/* Leftward Opening Menu */
/* line 1152, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .left.menu {
  left: auto !important;
  right: 0 !important;
}

/* line 1156, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .left.menu .menu,
.ui.dropdown .menu .left.menu {
  left: auto;
  right: 100%;
  margin: 0 -0.5em 0 0 !important;
  border-radius: 0.28571429rem !important;
}

/* line 1163, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0 0 0;
}

/* line 1169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0 0 0;
}

/* line 1175, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .item .left.dropdown.icon + .text,
.ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em;
  margin-right: 0;
}

/*--------------
       Upward
  ---------------*/
/* Upward Main Menu */
/* line 1187, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* Upward Sub Menu */
/* line 1196, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important;
}

/* Active Upward */
/* line 1202, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
  border-radius: 0.28571429rem 0.28571429rem 0 0 !important;
}

/* line 1206, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* Selection */
/* line 1211, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0 !important;
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
}

/* line 1217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.upward.selection.dropdown:hover {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
}

/* Active Upward */
/* line 1223, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.active.upward.selection.dropdown {
  border-radius: 0 0 0.28571429rem 0.28571429rem !important;
}

/* Visible Upward */
/* line 1228, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.upward.selection.dropdown.visible {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0 0 0.28571429rem 0.28571429rem !important;
}

/* Visible Hover Upward */
/* line 1235, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.upward.active.selection.dropdown:hover {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
}

/* line 1239, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.upward.active.selection.dropdown:hover .menu {
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
}

/*--------------
       Scrolling
  ---------------*/
/*  Selection Menu */
/* line 1250, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 1255, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important;
}

/* line 1264, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

/* line 1276, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.scrolling.dropdown .menu .item.item.item,
.ui.dropdown .scrolling.menu > .item.item.item {
  border-top: none;
}

/* line 1280, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.scrolling.dropdown .menu .item:first-child,
.ui.dropdown .scrolling.menu .item:first-child {
  border-top: none;
}

/* line 1284, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .animating.menu .scrolling.menu,
.ui.dropdown > .visible.menu .scrolling.menu {
  display: block;
}

/* Scrollbar in IE */
@media all and (-ms-high-contrast: none) {
  /* line 1291, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    min-width: calc(100% - 17px);
  }
}
@media only screen and (max-width: 767.98px) {
  /* line 1297, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 10.28571429rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1303, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 15.42857143rem;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 1315, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem;
  }
}
/*--------------
     Columnar
---------------*/
/* line 1325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown[class*="two column"] > .menu > .item {
  display: inline-block;
  width: 50%;
}

/* line 1329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown[class*="three column"] > .menu > .item {
  display: inline-block;
  width: 33%;
}

/* line 1333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown[class*="four column"] > .menu > .item {
  display: inline-block;
  width: 25%;
}

/* line 1337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown[class*="five column"] > .menu > .item {
  display: inline-block;
  width: 20%;
}

/*--------------
       Simple
  ---------------*/
/* Displays without javascript */
/* line 1348, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
  display: none;
}

/* line 1352, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.simple.dropdown .menu {
  position: absolute;
  /* IE hack to make dropdown icons appear inline */
  display: -ms-inline-flexbox !important;
  display: block;
  overflow: hidden;
  top: -9999px;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  margin-top: 0 !important;
}

/* line 1367, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 1372, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.simple.active.dropdown > .menu,
.ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100%;
  opacity: 1;
}

/* line 1380, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.simple.dropdown > .menu > .item:active > .menu,
.ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0 !important;
  left: 100% !important;
  opacity: 1;
}

/* line 1389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0;
  width: 0;
  overflow: hidden;
}

/* Visible */
/* line 1397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.simple.visible.dropdown > .menu {
  display: block;
}

/* Scrolling */
/* line 1402, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.simple.scrolling.active.dropdown > .menu,
.ui.simple.scrolling.dropdown:hover > .menu {
  overflow-x: hidden;
  overflow-y: auto;
}

/*--------------
        Fluid
  ---------------*/
/* line 1412, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.fluid.dropdown {
  display: block;
  width: 100% !important;
  min-width: 0;
}

/* line 1417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.fluid.dropdown > .dropdown.icon {
  float: right;
}

/*--------------
      Floating
  ---------------*/
/* line 1425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
  border-radius: 0.28571429rem !important;
}

/* line 1432, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.floating.dropdown > .menu {
  border-radius: 0.28571429rem !important;
}

/* line 1435, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui:not(.upward).floating.dropdown > .menu {
  margin-top: 0.5em;
}

/* line 1438, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.upward.floating.dropdown > .menu {
  margin-bottom: 0.5em;
}

/*--------------
       Pointing
  ---------------*/
/* line 1446, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: 0.78571429rem;
  border-radius: 0.28571429rem;
}

/* line 1451, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.pointing.dropdown > .menu:not(.hidden):after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: '';
  visibility: visible;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
  box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
  background: #FFFFFF;
  z-index: 2;
}

/* line 1466, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.pointing.dropdown > .menu:not(.hidden):after {
  top: -0.25em;
  left: 50%;
  margin: 0 0 0 -0.25em;
}

/* Top Left Pointing */
/* line 1473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
  margin: 1em 0 0;
}

/* line 1480, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
  margin: 1em 0 0;
}

/* line 1487, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.top.left.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Top Right Pointing */
/* line 1497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0;
  left: auto;
  margin: 1em 0 0;
}

/* line 1504, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.top.pointing.dropdown > .left.menu:after,
.ui.top.right.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: auto !important;
  right: 1em !important;
  margin: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Left Pointing */
/* line 1515, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.left.pointing.dropdown > .menu {
  top: 0;
  left: 100%;
  right: auto;
  margin: 0 0 0 1em;
}

/* line 1521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0 0 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1528, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
  left: auto !important;
  right: 100% !important;
  margin: 0 1em 0 0;
}

/* line 1533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0 0 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Right Pointing */
/* line 1543, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.right.pointing.dropdown > .menu {
  top: 0;
  left: auto;
  right: 100%;
  margin: 0 1em 0 0;
}

/* line 1549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0 0 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Bottom Pointing */
/* line 1559, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0;
  right: auto;
  margin: 0 0 1em;
}

/* line 1566, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Reverse Sub-Menu Direction */
/* line 1576, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0 !important;
}

/* Bottom Left */
/* line 1582, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.bottom.left.pointing.dropdown > .menu {
  left: 0;
  right: auto;
}

/* line 1586, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto;
}

/* Bottom Right */
/* line 1592, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.bottom.right.pointing.dropdown > .menu {
  right: 0;
  left: auto;
}

/* line 1596, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em;
}

/* Upward pointing */
/* line 1602, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.pointing.upward.dropdown .menu,
.ui.top.pointing.upward.dropdown .menu {
  top: auto !important;
  bottom: 100% !important;
  margin: 0 0 0.78571429rem;
  border-radius: 0.28571429rem;
}

/* line 1609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.pointing.upward.dropdown .menu:after,
.ui.top.pointing.upward.dropdown .menu:after {
  top: 100% !important;
  bottom: auto !important;
  -webkit-box-shadow: 1px 1px 0 0 rgba(34, 36, 38, 0.15);
  box-shadow: 1px 1px 0 0 rgba(34, 36, 38, 0.15);
  margin: -0.25em 0 0;
}

/* Right Pointing Upward */
/* line 1619, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 1em 0 0;
}

/* line 1624, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 0 1em 0;
  -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
  box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
}

/* Left Pointing Upward */
/* line 1633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 0 0 1em;
}

/* line 1638, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 0 1em 0;
  -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
  box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
}

/*--------------------
        Sizes
---------------------*/
/* line 1650, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown,
.ui.dropdown .menu > .item {
  font-size: 1rem;
}

/* line 1654, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.mini.dropdown,
.ui.mini.dropdown .menu > .item {
  font-size: 0.78571429rem;
}

/* line 1658, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.tiny.dropdown,
.ui.tiny.dropdown .menu > .item {
  font-size: 0.85714286rem;
}

/* line 1662, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.small.dropdown,
.ui.small.dropdown .menu > .item {
  font-size: 0.92857143rem;
}

/* line 1666, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.large.dropdown,
.ui.large.dropdown .menu > .item {
  font-size: 1.14285714rem;
}

/* line 1670, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.big.dropdown,
.ui.big.dropdown .menu > .item {
  font-size: 1.28571429rem;
}

/* line 1674, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.huge.dropdown,
.ui.huge.dropdown .menu > .item {
  font-size: 1.42857143rem;
}

/* line 1678, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.massive.dropdown,
.ui.massive.dropdown .menu > .item {
  font-size: 1.71428571rem;
}

/*--------------
      Inverted
  ---------------*/
/* General rules and basic dropdowns */
/* line 1689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown .menu {
  background: #1A1A1D;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 1695, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown .menu > .item {
  color: rgba(255, 255, 255, 0.8);
}

/* line 1698, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown .menu .active.item {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1704, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown .menu > .item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
}

/* line 1708, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown.selected,
.ui.inverted.dropdown .menu .selected.item {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

/* line 1713, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown .menu > .header {
  color: #FFFFFF;
}

/* line 1716, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown > .text > .description,
.ui.inverted.dropdown .menu > .item > .description {
  color: rgba(255, 255, 255, 0.5);
}

/* line 1720, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown .menu > .divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 1723, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown .scrolling.menu {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* Selection */
/* line 1729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.selection.dropdown {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #1A1A1D;
  color: rgba(255, 255, 255, 0.8);
}

/* line 1734, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.selection.dropdown:hover {
  border-color: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1739, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.selection.dropdown input {
  color: #FFFFFF;
}

/* line 1742, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.selection.visible.dropdown > .text:not(.default) {
  color: rgba(255, 255, 255, 0.9);
}

/* line 1745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.selection.active.dropdown .menu,
.ui.inverted.selection.active.dropdown:hover {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 1749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.selection.dropdown .menu > .item {
  border-top: 1px solid #242526;
}

/* line 1752, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown:not(.button) > .default.text,
.ui.inverted.default.dropdown:not(.button) > .text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 1756, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown:not(.button) > input:focus ~ .default.text,
.ui.inverted.default.dropdown:not(.button) > input:focus ~ .text {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1760, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.active.search.dropdown input.search:focus + .text .icon,
.ui.inverted.active.search.dropdown input.search:focus + .text .flag {
  opacity: 0.45;
}

/* line 1764, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.active.search.dropdown input.search:focus + .text {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 1767, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown .menu > .message:not(.ui), .ui.inverted.dropdown .menu > .alert-error:not(.ui) {
  color: rgba(255, 255, 255, 0.5);
}

/* Fixing the border */
/* line 1772, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown .menu > .item:first-child {
  border-top-width: 0;
}

/* Labels */
/* line 1777, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.multiple.dropdown > .label {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: none;
  color: #000000;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset;
}

/* line 1784, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.multiple.dropdown > .label:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  background-image: none;
  color: #000000;
}

/* line 1790, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.multiple.dropdown > .label > .close.icon,
.ui.inverted.multiple.dropdown > .label > .delete.icon {
  opacity: 0.6;
}

/* line 1794, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.multiple.dropdown > .label > .close.icon:hover,
.ui.inverted.multiple.dropdown > .label > .delete.icon:hover {
  opacity: 0.8;
}

/* Selection for form elements */
/* line 1800, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown textarea::-webkit-selection,
.ui.inverted.dropdown input::-webkit-selection {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.8);
}

/* line 1805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown textarea::-moz-selection,
.ui.inverted.dropdown input::-moz-selection {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.8);
}

/* line 1810, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown textarea::selection,
.ui.inverted.dropdown input::selection {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.8);
}

/* Scrollbars */
/* line 1817, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown .menu::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

/* line 1820, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown .menu::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
}

/* line 1823, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown .menu::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.15);
}

/* line 1826, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.dropdown .menu::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.35);
}

/* line 1829, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inverted.pointing.dropdown > .menu:after {
  background: #1A1A1D;
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.15);
}

/*******************************
         Theme Overrides
*******************************/
/* Dropdown Carets */
@font-face {
  font-family: 'Dropdown';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 1848, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .dropdown.icon {
  font-family: 'Dropdown';
  line-height: 1;
  height: 1em;
  width: 1.23em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

/* line 1859, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .dropdown.icon {
  width: auto;
}

/* line 1862, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .dropdown.icon:before {
  content: '\f0d7';
}

/* Sub Menu */
/* line 1867, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu .item .dropdown.icon:before {
  content: "";
}

/* line 1870, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
  content: "";
}

/* Vertical Menu Dropdown */
/* line 1876, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: "";
}

/* Icons for Reference
.dropdown.down.icon {
  content: "\f0d7";
}
.dropdown.up.icon {
  content: "\f0d8";
}
.dropdown.left.icon {
  content: "\f0d9";
}
.dropdown.icon.icon {
  content: "\f0da";
}
*/
/*******************************
        User Overrides
*******************************/
/*!
 * # Fomantic-UI - Video
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Types
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_embed.scss */
.ui.embed {
  position: relative;
  max-width: 100%;
  height: 0;
  overflow: hidden;
  background: #DCDDDE;
  padding-bottom: 56.25%;
}

/*-----------------
  Embedded Content
------------------*/
/* line 29, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_embed.scss */
.ui.embed iframe,
.ui.embed embed,
.ui.embed object {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/*-----------------
      Embed
------------------*/
/* line 47, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_embed.scss */
.ui.embed > .embed {
  display: none;
}

/*--------------
   Placeholder
---------------*/
/* line 55, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_embed.scss */
.ui.embed > .placeholder {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
}

/*--------------
      Icon
---------------*/
/* line 70, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_embed.scss */
.ui.embed > .icon {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* line 79, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_embed.scss */
.ui.embed > .icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  content: '';
  background: -webkit-radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

/* line 93, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_embed.scss */
.ui.embed > .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #FFFFFF;
  font-size: 6rem;
  text-shadow: 0 2px 10px rgba(34, 36, 38, 0.2);
  -webkit-transition: opacity 0.5s ease, color 0.5s ease;
  transition: opacity 0.5s ease, color 0.5s ease;
  z-index: 10;
}

/*******************************
            States
*******************************/
/*--------------
     Hover
---------------*/
/* line 117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_embed.scss */
.ui.embed .icon:hover:after {
  background: -webkit-radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  opacity: 1;
}

/* line 122, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_embed.scss */
.ui.embed .icon:hover:before {
  color: #FFFFFF;
}

/*--------------
     Active
---------------*/
/* line 130, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_embed.scss */
.ui.active.embed > .icon,
.ui.active.embed > .placeholder {
  display: none;
}

/* line 134, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_embed.scss */
.ui.active.embed > .embed {
  display: block;
}

/*******************************
          Variations
*******************************/
/* line 143, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_embed.scss */
.ui.square.embed {
  padding-bottom: 100%;
}

/* line 146, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_embed.scss */
.ui[class*="4:3"].embed {
  padding-bottom: 75%;
}

/* line 149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_embed.scss */
.ui[class*="16:9"].embed {
  padding-bottom: 56.25%;
}

/* line 152, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_embed.scss */
.ui[class*="21:9"].embed {
  padding-bottom: 42.85714286%;
}

/*******************************
        Video Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Modal
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Modal
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal {
  position: absolute;
  display: none;
  z-index: 1001;
  text-align: left;
  background: #FFFFFF;
  border: none;
  -webkit-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0.28571429rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  will-change: top, left, margin, transform, opacity;
}

/* line 37, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal > :first-child:not(.icon):not(.dimmer),
.ui.modal > .icon:first-child + *,
.ui.modal > .dimmer:first-child + *:not(.icon),
.ui.modal > .dimmer:first-child + .icon + * {
  border-top-left-radius: 0.28571429rem;
  border-top-right-radius: 0.28571429rem;
}

/* line 44, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal > :last-child {
  border-bottom-left-radius: 0.28571429rem;
  border-bottom-right-radius: 0.28571429rem;
}

/*******************************
            Content
*******************************/
/*--------------
     Close
---------------*/
/* line 59, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal > .close {
  cursor: pointer;
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  z-index: 1;
  opacity: 0.8;
  font-size: 1.25em;
  color: #FFFFFF;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.625rem 0 0 0;
}

/* line 72, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal > .close:hover {
  opacity: 1;
}

/*--------------
     Header
---------------*/
/* line 80, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal > .header {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  background: #FFFFFF;
  margin: 0;
  padding: 1.25rem 1.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

/* line 91, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal > .header:not(.ui) {
  font-size: 1.42857143rem;
  line-height: 1.28571429em;
  font-weight: bold;
}

/*--------------
     Content
---------------*/
/* line 101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal > .content {
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: 1.4;
  padding: 1.5rem;
  background: #FFFFFF;
}

/* line 109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal > .image.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* Image */
/* line 120, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal > .content > .image {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: '';
  -ms-flex-item-align: start;
  align-self: start;
  max-width: 100%;
}

/* line 130, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal > [class*="top aligned"] {
  -ms-flex-item-align: start;
  align-self: start;
}

/* line 134, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal > [class*="middle aligned"] {
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 138, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal > [class*="stretched"] {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* Description */
/* line 144, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal > .content > .description {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 0;
  -ms-flex-item-align: start;
  align-self: start;
}

/* line 153, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal > .content > .icon + .description,
.ui.modal > .content > .image + .description {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: '';
  width: auto;
  padding-left: 2em;
}

/*rtl:ignore*/
/* line 163, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal > .content > .image > i.icon {
  margin: 0;
  opacity: 1;
  width: auto;
  line-height: 1;
  font-size: 8rem;
}

/*--------------
     Actions
---------------*/
/* line 175, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal > .actions {
  background: #F9FAFB;
  padding: 1rem 1rem;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  text-align: right;
}

/* line 181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal .actions > .button {
  margin-left: 0.75em;
}

/* line 184, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.basic.modal > .actions {
  border-top: none;
}

/*-------------------
       Responsive
--------------------*/
/* Modal Width */
@media only screen and (max-width: 767.98px) {
  /* line 195, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.modal:not(.fullscreen) {
    width: 95%;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.modal:not(.fullscreen) {
    width: 88%;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 207, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.modal:not(.fullscreen) {
    width: 850px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.modal:not(.fullscreen) {
    width: 900px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 219, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.modal:not(.fullscreen) {
    width: 950px;
    margin: 0 0 0 0;
  }
}
/* Tablet and Mobile */
@media only screen and (max-width: 991.98px) {
  /* line 227, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.modal > .header {
    padding-right: 2.25rem;
  }

  /* line 230, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.modal > .close {
    top: 1.0535rem;
    right: 1rem;
    color: rgba(0, 0, 0, 0.87);
  }
}
/* Mobile */
@media only screen and (max-width: 767.98px) {
  /* line 239, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.modal > .header {
    padding: 0.75rem 1rem !important;
    padding-right: 2.25rem !important;
  }

  /* line 243, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.overlay.fullscreen.modal > .content.content.content {
    min-height: calc(100vh - 8.1rem);
  }

  /* line 246, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.overlay.fullscreen.modal > .scrolling.content.content.content {
    max-height: calc(100vh - 8.1rem);
  }

  /* line 249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.modal > .content {
    display: block;
    padding: 1rem !important;
  }

  /* line 253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.modal > .close {
    top: 0.5rem !important;
    right: 0.5rem !important;
  }

  /*rtl:ignore*/
  /* line 258, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.modal .image.content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 264, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.modal .content > .image {
    display: block;
    max-width: 100%;
    margin: 0 auto !important;
    text-align: center;
    padding: 0 0 1rem !important;
  }

  /* line 271, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.modal > .content > .image > i.icon {
    font-size: 5rem;
    text-align: center;
  }

  /*rtl:ignore*/
  /* line 276, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.modal .content > .description {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    padding: 1rem 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* Let Buttons Stack */
  /* line 286, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.modal > .actions {
    padding: 1rem 1rem 0rem !important;
  }

  /* line 289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.modal .actions > .buttons,
  .ui.modal .actions > .button {
    margin-bottom: 1rem;
  }
}
/*--------------
    Coupling
---------------*/
/* line 299, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.inverted.dimmer > .ui.modal {
  -webkit-box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2);
}

/*******************************
             Types
*******************************/
/* line 309, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.basic.modal {
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #FFFFFF;
}

/* line 317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.basic.modal > .header,
.ui.basic.modal > .content,
.ui.basic.modal > .actions {
  background-color: transparent;
}

/* line 322, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.basic.modal > .header {
  color: #FFFFFF;
}

/* line 325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.basic.modal > .close {
  top: 1rem;
  right: 1.5rem;
  color: #FFFFFF;
}

/* line 330, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.inverted.dimmer > .basic.modal {
  color: rgba(0, 0, 0, 0.87);
}

/* line 333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.inverted.dimmer > .ui.basic.modal > .header {
  color: rgba(0, 0, 0, 0.85);
}

/* Resort to margin positioning if legacy */
/* line 338, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.legacy.legacy.modal,
.ui.legacy.legacy.page.dimmer > .ui.modal {
  left: 50% !important;
}

/* line 342, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.legacy.legacy.modal:not(.aligned),
.ui.legacy.legacy.page.dimmer > .ui.modal:not(.aligned) {
  top: 50%;
}

/* line 346, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.legacy.legacy.page.dimmer > .ui.scrolling.modal:not(.aligned),
.ui.page.dimmer > .ui.scrolling.legacy.legacy.modal:not(.aligned),
.ui.top.aligned.legacy.legacy.page.dimmer > .ui.modal:not(.aligned),
.ui.top.aligned.dimmer > .ui.legacy.legacy.modal:not(.aligned) {
  top: auto;
}

/* line 352, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.legacy.overlay.fullscreen.modal {
  margin-top: -2rem !important;
}

/*******************************
             States
*******************************/
/* line 361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.loading.modal {
  display: block;
  visibility: hidden;
  z-index: -1;
}

/* line 366, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.active.modal {
  display: block;
}

/*******************************
           Variations
*******************************/
/*--------------
     Aligned
  ---------------*/
/* line 380, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.modals.dimmer .ui.top.aligned.modal {
  top: 5vh;
}

/* line 383, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.modals.dimmer .ui.bottom.aligned.modal {
  bottom: 5vh;
}

@media only screen and (max-width: 767.98px) {
  /* line 387, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .modals.dimmer .ui.top.aligned.modal {
    top: 1rem;
  }

  /* line 390, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .modals.dimmer .ui.bottom.aligned.modal {
    bottom: 1rem;
  }
}
/*--------------
      Scrolling
  ---------------*/
/* Scrolling Dimmer */
/* line 401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.scrolling.dimmable.dimmed {
  overflow: hidden;
}

/* line 404, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.scrolling.dimmable > .dimmer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: fixed;
}

/* line 410, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.scrolling.dimmable.dimmed > .dimmer {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 414, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.modals.dimmer .ui.scrolling.modal:not(.fullscreen) {
  margin: 2rem auto;
}

/* Fix for Firefox, Edge, IE11 */
/* line 419, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.modals.dimmer .ui.scrolling.modal:not([class*="overlay fullscreen"])::after {
  content: '\00A0';
  position: absolute;
  height: 2rem;
}

/* Undetached Scrolling */
/* line 426, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.scrolling.undetached.dimmable.dimmed {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 430, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.scrolling.undetached.dimmable.dimmed > .dimmer {
  overflow: hidden;
}

/* line 433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.scrolling.undetached.dimmable .ui.scrolling.modal:not(.fullscreen) {
  position: absolute;
  left: 50%;
}

/* Scrolling Content */
/* line 439, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal > .scrolling.content {
  max-height: calc(80vh - 10rem);
  overflow: auto;
}

/* line 443, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.overlay.fullscreen.modal > .content {
  min-height: calc(100vh - 9.1rem);
}

/* line 446, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.overlay.fullscreen.modal > .scrolling.content {
  max-height: calc(100vh - 9.1rem);
}

/*--------------
     Full Screen
  ---------------*/
/* line 454, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.fullscreen.modal {
  width: 95%;
  left: 2.5%;
  margin: 1em auto;
}

/* line 459, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.overlay.fullscreen.modal {
  width: 100%;
  left: 0;
  margin: 0 auto;
  top: 0;
  border-radius: 0;
}

/* line 466, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.fullscreen.modal > .header {
  padding-right: 2.25rem;
}

/* line 469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.fullscreen.modal > .close {
  top: 1.0535rem;
  right: 1rem;
  color: rgba(0, 0, 0, 0.87);
}

/* line 474, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.basic.fullscreen.modal > .close {
  color: #FFFFFF;
}

/*--------------
      Size
---------------*/
/* line 482, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.modal {
  font-size: 1rem;
}

/* line 485, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.mini.modal > .header:not(.ui) {
  font-size: 1.3em;
}

@media only screen and (max-width: 767.98px) {
  /* line 489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.mini.modal {
    width: 95%;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 495, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.mini.modal {
    width: 35.2%;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.mini.modal {
    width: 340px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 507, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.mini.modal {
    width: 360px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.mini.modal {
    width: 380px;
    margin: 0 0 0 0;
  }
}
/* line 518, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.tiny.modal > .header:not(.ui) {
  font-size: 1.3em;
}

@media only screen and (max-width: 767.98px) {
  /* line 522, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.tiny.modal {
    width: 95%;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 528, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.tiny.modal {
    width: 52.8%;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 534, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.tiny.modal {
    width: 510px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 540, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.tiny.modal {
    width: 540px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 546, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.tiny.modal {
    width: 570px;
    margin: 0 0 0 0;
  }
}
/* line 551, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.small.modal > .header:not(.ui) {
  font-size: 1.3em;
}

@media only screen and (max-width: 767.98px) {
  /* line 555, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.small.modal {
    width: 95%;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.small.modal {
    width: 70.4%;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 567, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.small.modal {
    width: 680px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.small.modal {
    width: 720px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 579, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.small.modal {
    width: 760px;
    margin: 0 0 0 0;
  }
}
/* line 584, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.large.modal > .header:not(.ui) {
  font-size: 1.6em;
}

@media only screen and (max-width: 767.98px) {
  /* line 588, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.large.modal {
    width: 95%;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 594, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.large.modal {
    width: 88%;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 600, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.large.modal {
    width: 1020px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 606, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.large.modal {
    width: 1080px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 612, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.large.modal {
    width: 1140px;
    margin: 0 0 0 0;
  }
}
/* line 617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.big.modal > .header:not(.ui) {
  font-size: 1.6em;
}

@media only screen and (max-width: 767.98px) {
  /* line 621, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.big.modal {
    width: 95%;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 627, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.big.modal {
    width: 88%;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 633, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.big.modal {
    width: 1190px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 639, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.big.modal {
    width: 1260px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 645, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.big.modal {
    width: 1330px;
    margin: 0 0 0 0;
  }
}
/* line 650, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.huge.modal > .header:not(.ui) {
  font-size: 1.6em;
}

@media only screen and (max-width: 767.98px) {
  /* line 654, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.huge.modal {
    width: 95%;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 660, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.huge.modal {
    width: 88%;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 666, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.huge.modal {
    width: 1360px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 672, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.huge.modal {
    width: 1440px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 678, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.huge.modal {
    width: 1520px;
    margin: 0 0 0 0;
  }
}
/* line 683, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.massive.modal > .header:not(.ui) {
  font-size: 1.8em;
}

@media only screen and (max-width: 767.98px) {
  /* line 687, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.massive.modal {
    width: 95%;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.massive.modal {
    width: 88%;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 699, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.massive.modal {
    width: 1530px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 705, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.massive.modal {
    width: 1620px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 711, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.massive.modal {
    width: 1710px;
    margin: 0 0 0 0;
  }
}
/*****************************
            Inverted
  *******************************/
/* line 722, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.inverted.modal {
  background: rgba(0, 0, 0, 0.9);
}

/* line 725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.inverted.modal > .header,
.ui.inverted.modal > .content {
  background: rgba(0, 0, 0, 0.9);
  color: #FFFFFF;
}

/* line 730, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.inverted.modal > .actions {
  background: #191A1B;
  border-top: 1px solid rgba(34, 36, 38, 0.85);
  color: #FFFFFF;
}

/* line 735, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.inverted.dimmer > .modal > .close {
  color: rgba(0, 0, 0, 0.85);
}

@media only screen and (max-width: 991.98px) {
  /* line 739, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
  .ui.dimmer .inverted.modal > .close {
    color: #FFFFFF;
  }
}
/* line 743, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_modal.scss */
.ui.inverted.fullscreen.modal > .close {
  color: #FFFFFF;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Nag
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Nag
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_nag.scss */
.ui.nag {
  display: none;
  opacity: 0.95;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  min-height: 0;
  width: 100%;
  margin: 0;
  padding: 0.75em 1em;
  background: #555555;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0 0 0.28571429rem 0.28571429rem;
  -webkit-transition: 0.2s background ease;
  transition: 0.2s background ease;
}

/* line 37, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_nag.scss */
a.ui.nag {
  cursor: pointer;
}

/* line 40, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_nag.scss */
.ui.nag > .title {
  display: inline-block;
  margin: 0 0.5em;
  color: #FFFFFF;
}

/* line 45, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_nag.scss */
.ui.nag > .close.icon {
  cursor: pointer;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  right: 1em;
  font-size: 1em;
  margin: -0.5em 0 0;
  color: #FFFFFF;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/*******************************
             States
*******************************/
/* Hover */
/* line 65, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_nag.scss */
.ui.nag:hover {
  background: #555555;
  opacity: 1;
}

/* line 69, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_nag.scss */
.ui.nag .close:hover {
  opacity: 1;
}

/*******************************
           Variations
*******************************/
/*--------------
     Static
---------------*/
/* line 83, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_nag.scss */
.ui.overlay.nag {
  position: absolute;
  display: block;
}

/*--------------
     Fixed
---------------*/
/* line 92, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_nag.scss */
.ui.fixed.nag {
  position: fixed;
}

/*--------------
     Bottom
---------------*/
/* line 100, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_nag.scss */
.ui.bottom.nags,
.ui.bottom.nag {
  border-radius: 0.28571429rem 0.28571429rem 0 0;
  top: auto;
  bottom: 0;
}

/*--------------
     White
---------------*/
/* line 111, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_nag.scss */
.ui.inverted.nags .nag,
.ui.inverted.nag {
  background-color: #F3F4F5;
  color: rgba(0, 0, 0, 0.85);
}

/* line 116, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_nag.scss */
.ui.inverted.nags .nag .close,
.ui.inverted.nags .nag .title,
.ui.inverted.nag .close,
.ui.inverted.nag .title {
  color: rgba(0, 0, 0, 0.4);
}

/*******************************
           Groups
*******************************/
/* line 128, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_nag.scss */
.ui.nags .nag {
  border-radius: 0 !important;
}

/* line 131, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_nag.scss */
.ui.nags .nag:last-child {
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

/* line 134, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_nag.scss */
.ui.bottom.nags .nag:last-child {
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
        User Overrides
*******************************/
/*!
 * # Fomantic-UI - Popup
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Popup
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.popup {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  /* Fixes content being squished when inline (moz only) */
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  z-index: 1900;
  border: 1px solid #D4D4D5;
  line-height: 1.4285em;
  max-width: 250px;
  background: #FFFFFF;
  padding: 0.833em 1em;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 39, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.popup > .header {
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 1.14285714em;
  line-height: 1.2;
  font-weight: bold;
}

/* line 46, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.popup > .header + .content {
  padding-top: 0.5em;
}

/* line 49, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.popup:before {
  position: absolute;
  content: '';
  width: 0.71428571em;
  height: 0.71428571em;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1901;
  -webkit-box-shadow: 1px 1px 0 0 #bababc;
  box-shadow: 1px 1px 0 0 #bababc;
}

/*******************************
            Types
*******************************/
/*--------------
      Tooltip
  ---------------*/
/* Content */
/* line 74, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip] {
  position: relative;
}

/* Arrow */
/* line 79, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip]:before {
  pointer-events: none;
  position: absolute;
  content: '';
  font-size: 1rem;
  width: 0.71428571em;
  height: 0.71428571em;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1901;
  -webkit-box-shadow: 1px 1px 0 0 #bababc;
  box-shadow: 1px 1px 0 0 #bababc;
}

/* Popup */
/* line 95, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip]:after {
  pointer-events: none;
  content: attr(data-tooltip);
  position: absolute;
  text-transform: none;
  text-align: left;
  white-space: nowrap;
  font-size: 1rem;
  border: 1px solid #D4D4D5;
  line-height: 1.4285em;
  max-width: none;
  background: #FFFFFF;
  padding: 0.833em 1em;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  z-index: 1900;
}

/* Default Position (Top Center) */
/* line 118, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip]:not([data-position]):before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  background: #FFFFFF;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

/* line 127, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip]:not([data-position]):after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 0.5em;
}

/* Animation */
/* line 136, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip]:before,
[data-tooltip]:after {
  pointer-events: none;
  visibility: hidden;
}

/* line 141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip]:before {
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0) !important;
  transform: rotate(45deg) scale(0) !important;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/* line 150, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip]:after {
  opacity: 1;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/* line 157, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  pointer-events: auto;
}

/* line 162, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip]:hover:before {
  -webkit-transform: rotate(45deg) scale(1) !important;
  transform: rotate(45deg) scale(1) !important;
  opacity: 1;
}

/* Animation Position */
/* line 169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip]:after,
[data-tooltip][data-position="top center"]:after,
[data-tooltip][data-position="bottom center"]:after {
  -webkit-transform: translateX(-50%) scale(0) !important;
  transform: translateX(-50%) scale(0) !important;
}

/* line 175, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip]:hover:after,
[data-tooltip][data-position="bottom center"]:hover:after {
  -webkit-transform: translateX(-50%) scale(1) !important;
  transform: translateX(-50%) scale(1) !important;
}

/* line 180, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip][data-position="left center"]:after,
[data-tooltip][data-position="right center"]:after {
  -webkit-transform: translateY(-50%) scale(0) !important;
  transform: translateY(-50%) scale(0) !important;
}

/* line 185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip][data-position="left center"]:hover:after,
[data-tooltip][data-position="right center"]:hover:after {
  -webkit-transform: translateY(-50%) scale(1) !important;
  transform: translateY(-50%) scale(1) !important;
}

/* line 190, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip][data-position="top left"]:after,
[data-tooltip][data-position="top right"]:after,
[data-tooltip][data-position="bottom left"]:after,
[data-tooltip][data-position="bottom right"]:after {
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
}

/* line 197, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip][data-position="top left"]:hover:after,
[data-tooltip][data-position="top right"]:hover:after,
[data-tooltip][data-position="bottom left"]:hover:after,
[data-tooltip][data-position="bottom right"]:hover:after {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

/*--------------
        Inverted
    ---------------*/
/* Arrow */
/* line 211, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip][data-inverted]:before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* Arrow Position */
/* line 217, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip][data-inverted]:before {
  background: #1A1A1D;
}

/* Popup  */
/* line 222, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip][data-inverted]:after {
  background: #1A1A1D;
  color: #FFFFFF;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip][data-inverted]:after .header {
  background: none;
  color: #FFFFFF;
}

/*--------------
        Position
    ---------------*/
/* line 238, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position~="top"][data-tooltip]:before {
  background: #FFFFFF;
}

/* Top Center */
/* line 243, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="top center"][data-tooltip]:after {
  top: auto;
  right: auto;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 0.5em;
}

/* line 252, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="top center"][data-tooltip]:before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  background: #FFFFFF;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

/* Top Left */
/* line 263, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="top left"][data-tooltip]:after {
  top: auto;
  right: auto;
  left: 0;
  bottom: 100%;
  margin-bottom: 0.5em;
}

/* line 270, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="top left"][data-tooltip]:before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 1em;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

/* Top Right */
/* line 280, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="top right"][data-tooltip]:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 100%;
  margin-bottom: 0.5em;
}

/* line 287, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="top right"][data-tooltip]:before {
  top: auto;
  left: auto;
  bottom: 100%;
  right: 1em;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

/* line 295, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position~="bottom"][data-tooltip]:before {
  background: #FFFFFF;
  -webkit-box-shadow: -1px -1px 0 0 #bababc;
  box-shadow: -1px -1px 0 0 #bababc;
}

/* Bottom Center */
/* line 302, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="bottom center"][data-tooltip]:after {
  bottom: auto;
  right: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 0.5em;
}

/* line 311, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="bottom center"][data-tooltip]:before {
  bottom: auto;
  right: auto;
  top: 100%;
  left: 50%;
  margin-left: -0.07142857rem;
  margin-top: 0.14285714rem;
}

/* Bottom Left */
/* line 321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="bottom left"][data-tooltip]:after {
  left: 0;
  top: 100%;
  margin-top: 0.5em;
}

/* line 326, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="bottom left"][data-tooltip]:before {
  bottom: auto;
  right: auto;
  top: 100%;
  left: 1em;
  margin-left: -0.07142857rem;
  margin-top: 0.14285714rem;
}

/* Bottom Right */
/* line 336, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="bottom right"][data-tooltip]:after {
  right: 0;
  top: 100%;
  margin-top: 0.5em;
}

/* line 341, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="bottom right"][data-tooltip]:before {
  bottom: auto;
  left: auto;
  top: 100%;
  right: 1em;
  margin-left: -0.14285714rem;
  margin-top: 0.07142857rem;
}

/* Left Center */
/* line 351, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="left center"][data-tooltip]:after {
  right: 100%;
  top: 50%;
  margin-right: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 358, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="left center"][data-tooltip]:before {
  right: 100%;
  top: 50%;
  margin-top: -0.14285714rem;
  margin-right: -0.07142857rem;
  background: #FFFFFF;
  -webkit-box-shadow: 1px -1px 0 0 #bababc;
  box-shadow: 1px -1px 0 0 #bababc;
}

/* Right Center */
/* line 369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="right center"][data-tooltip]:after {
  left: 100%;
  top: 50%;
  margin-left: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 376, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="right center"][data-tooltip]:before {
  left: 100%;
  top: 50%;
  margin-top: -0.07142857rem;
  margin-left: 0.14285714rem;
  background: #FFFFFF;
  -webkit-box-shadow: -1px 1px 0 0 #bababc;
  box-shadow: -1px 1px 0 0 #bababc;
}

/* Inverted Arrow Color */
/* line 387, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-inverted][data-position~="bottom"][data-tooltip]:before {
  background: #1A1A1D;
  -webkit-box-shadow: -1px -1px 0 0 #bababc;
  box-shadow: -1px -1px 0 0 #bababc;
}

/* line 392, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-inverted][data-position="left center"][data-tooltip]:before {
  background: #1A1A1D;
  -webkit-box-shadow: 1px -1px 0 0 #bababc;
  box-shadow: 1px -1px 0 0 #bababc;
}

/* line 397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-inverted][data-position="right center"][data-tooltip]:before {
  background: #1A1A1D;
  -webkit-box-shadow: -1px 1px 0 0 #bababc;
  box-shadow: -1px 1px 0 0 #bababc;
}

/* line 402, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-inverted][data-position~="top"][data-tooltip]:before {
  background: #1A1A1D;
}

/* line 405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position~="bottom"][data-tooltip]:before {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* line 409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position~="bottom"][data-tooltip]:after {
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

/* line 413, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="left center"][data-tooltip]:before {
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/* line 417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="left center"][data-tooltip]:after {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

/* line 421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="right center"][data-tooltip]:before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

/* line 425, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-position="right center"][data-tooltip]:after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

/*--------------
        Basic
    ---------------*/
/* line 434, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip][data-variation~="basic"]:before {
  display: none;
}

/*--------------
     Spacing
---------------*/
/* line 442, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.popup {
  margin: 0;
}

/* Extending from Top */
/* line 447, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.top.popup {
  margin: 0 0 0.71428571em;
}

/* line 450, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.top.left.popup {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

/* line 454, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.top.center.popup {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* line 458, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.top.right.popup {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Extending from Vertical Center */
/* line 464, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.left.center.popup {
  margin: 0 0.71428571em 0 0;
  -webkit-transform-origin: right 50%;
  transform-origin: right 50%;
}

/* line 469, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.right.center.popup {
  margin: 0 0 0 0.71428571em;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}

/* Extending from Bottom */
/* line 476, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.bottom.popup {
  margin: 0.71428571em 0 0;
}

/* line 479, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.bottom.left.popup {
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

/* line 483, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.bottom.center.popup {
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

/* line 487, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.bottom.right.popup {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

/*--------------
       Pointer
  ---------------*/
/*--- Below ---*/
/* line 499, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.bottom.center.popup:before {
  margin-left: -0.30714286em;
  top: -0.30714286em;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-box-shadow: -1px -1px 0 0 #bababc;
  box-shadow: -1px -1px 0 0 #bababc;
}

/* line 508, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.bottom.left.popup {
  margin-left: 0;
}

/*rtl:rename*/
/* line 512, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.bottom.left.popup:before {
  top: -0.30714286em;
  left: 1em;
  right: auto;
  bottom: auto;
  margin-left: 0;
  -webkit-box-shadow: -1px -1px 0 0 #bababc;
  box-shadow: -1px -1px 0 0 #bababc;
}

/* line 521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.bottom.right.popup {
  margin-right: 0;
}

/*rtl:rename*/
/* line 525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.bottom.right.popup:before {
  top: -0.30714286em;
  right: 1em;
  bottom: auto;
  left: auto;
  margin-left: 0;
  -webkit-box-shadow: -1px -1px 0 0 #bababc;
  box-shadow: -1px -1px 0 0 #bababc;
}

/*--- Above ---*/
/* line 537, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.top.center.popup:before {
  top: auto;
  right: auto;
  bottom: -0.30714286em;
  left: 50%;
  margin-left: -0.30714286em;
}

/* line 544, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.top.left.popup {
  margin-left: 0;
}

/*rtl:rename*/
/* line 548, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.top.left.popup:before {
  bottom: -0.30714286em;
  left: 1em;
  top: auto;
  right: auto;
  margin-left: 0;
}

/* line 555, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.top.right.popup {
  margin-right: 0;
}

/*rtl:rename*/
/* line 559, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.top.right.popup:before {
  bottom: -0.30714286em;
  right: 1em;
  top: auto;
  left: auto;
  margin-left: 0;
}

/*--- Left Center ---*/
/*rtl:rename*/
/* line 570, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.left.center.popup:before {
  top: 50%;
  right: -0.30714286em;
  bottom: auto;
  left: auto;
  margin-top: -0.30714286em;
  -webkit-box-shadow: 1px -1px 0 0 #bababc;
  box-shadow: 1px -1px 0 0 #bababc;
}

/*--- Right Center  ---*/
/*rtl:rename*/
/* line 583, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.right.center.popup:before {
  top: 50%;
  left: -0.30714286em;
  bottom: auto;
  right: auto;
  margin-top: -0.30714286em;
  -webkit-box-shadow: -1px 1px 0 0 #bababc;
  box-shadow: -1px 1px 0 0 #bababc;
}

/* line 592, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.right.center.popup:before,
.ui.left.center.popup:before {
  background: #FFFFFF;
}

/* Arrow Color By Location */
/* line 598, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.bottom.popup:before {
  background: #FFFFFF;
}

/* line 601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.top.popup:before {
  background: #FFFFFF;
}

/* Inverted Arrow Color */
/* line 606, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.inverted.bottom.popup:before {
  background: #1A1A1D;
}

/* line 609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.inverted.right.center.popup:before,
.ui.inverted.left.center.popup:before {
  background: #1A1A1D;
}

/* line 613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.inverted.top.popup:before {
  background: #1A1A1D;
}

/*******************************
            Coupling
*******************************/
/* Immediate Nested Grid */
/* line 624, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.popup > .ui.grid:not(.padded) {
  width: calc(100% + 1.75rem);
  margin: -0.7rem -0.875rem;
}

/*******************************
            States
*******************************/
/* line 634, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.loading.popup {
  display: block;
  visibility: hidden;
  z-index: -1;
}

/* line 639, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.animating.popup,
.ui.visible.popup {
  display: block;
}

/* line 643, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.visible.popup {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*******************************
            Variations
*******************************/
/*--------------
       Basic
  ---------------*/
/* line 660, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.basic.popup:before {
  display: none;
}

/*--------------
       Wide
  ---------------*/
/* line 668, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.wide.popup {
  max-width: 350px;
}

/* line 671, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui[class*="very wide"].popup {
  max-width: 550px;
}

@media only screen and (max-width: 767.98px) {
  /* line 675, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
  .ui.wide.popup,
  .ui[class*="very wide"].popup {
    max-width: 250px;
  }
}
/*--------------
       Fluid
  ---------------*/
/* line 685, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.fluid.popup {
  width: 100%;
  max-width: none;
}

/*--------------
       Colors
  ---------------*/
/* Inverted colors  */
/* line 696, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.inverted.popup {
  background: #1A1A1D;
  color: #FFFFFF;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 703, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.inverted.popup .header {
  background-color: none;
  color: #FFFFFF;
}

/* line 707, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.inverted.popup:before {
  background-color: #1A1A1D;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*--------------
       Flowing
  ---------------*/
/* line 717, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.flowing.popup {
  max-width: none;
}

/*--------------
     Sizes
---------------*/
/* line 725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.popup {
  font-size: 1rem;
}

/* line 728, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.mini.popup {
  font-size: 0.78571429rem;
}

/* line 731, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip][data-variation~="mini"]:before,
[data-tooltip][data-variation~="mini"]:after {
  font-size: 0.78571429rem;
}

/* line 735, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.tiny.popup {
  font-size: 0.85714286rem;
}

/* line 738, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip][data-variation~="tiny"]:before,
[data-tooltip][data-variation~="tiny"]:after {
  font-size: 0.85714286rem;
}

/* line 742, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.small.popup {
  font-size: 0.92857143rem;
}

/* line 745, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip][data-variation~="small"]:before,
[data-tooltip][data-variation~="small"]:after {
  font-size: 0.92857143rem;
}

/* line 749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.large.popup {
  font-size: 1.14285714rem;
}

/* line 752, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip][data-variation~="large"]:before,
[data-tooltip][data-variation~="large"]:after {
  font-size: 1.14285714rem;
}

/* line 756, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.big.popup {
  font-size: 1.28571429rem;
}

/* line 759, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip][data-variation~="big"]:before,
[data-tooltip][data-variation~="big"]:after {
  font-size: 1.28571429rem;
}

/* line 763, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.huge.popup {
  font-size: 1.42857143rem;
}

/* line 766, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip][data-variation~="huge"]:before,
[data-tooltip][data-variation~="huge"]:after {
  font-size: 1.42857143rem;
}

/* line 770, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
.ui.massive.popup {
  font-size: 1.71428571rem;
}

/* line 773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_popup.scss */
[data-tooltip][data-variation~="massive"]:before,
[data-tooltip][data-variation~="massive"]:after {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
        User Overrides
*******************************/
/*!
 * # Fomantic-UI - Progress Bar
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Progress
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.progress {
  position: relative;
  display: block;
  max-width: 100%;
  border: none;
  margin: 1em 0 2.5em;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  padding: 0;
  border-radius: 0.28571429rem;
}

/* line 28, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.progress:first-child {
  margin: 0 0 2.5em;
}

/* line 31, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.progress:last-child {
  margin: 0 0 1.5em;
}

/*******************************
            Content
*******************************/
/* Activity Bar */
/* line 42, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.progress .bar {
  display: block;
  line-height: 1;
  position: relative;
  width: 0;
  min-width: 2em;
  background: #888888;
  border-radius: 0.28571429rem;
  -webkit-transition: width 0.1s ease, background-color 0.1s ease;
  transition: width 0.1s ease, background-color 0.1s ease;
  overflow: hidden;
}

/* line 54, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.ui.ui.progress:not([data-percent]):not(.indeterminate) .bar,
.ui.ui.ui.progress[data-percent="0"]:not(.indeterminate) .bar {
  background: transparent;
}

/* line 58, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.progress[data-percent="0"] .bar .progress {
  color: rgba(0, 0, 0, 0.87);
}

/* line 61, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.progress[data-percent="0"] .bar .progress {
  color: rgba(255, 255, 255, 0.9);
}

/* Percent Complete */
/* line 66, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.progress .bar > .progress {
  white-space: nowrap;
  position: absolute;
  width: auto;
  font-size: 0.92857143em;
  top: 50%;
  right: 0.5em;
  left: auto;
  bottom: auto;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
  margin-top: -0.5em;
  font-weight: bold;
  text-align: left;
}

/* Label */
/* line 83, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.progress > .label {
  position: absolute;
  width: 100%;
  font-size: 1em;
  top: 100%;
  right: auto;
  left: 0;
  bottom: auto;
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
  text-shadow: none;
  margin-top: 0.2em;
  text-align: center;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

/*******************************
            Types
*******************************/
/* Indicating */
/* line 107, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indicating.progress[data-percent^="1"] .bar,
.ui.indicating.progress[data-percent^="2"] .bar {
  background-color: #D95C5C;
}

/* line 111, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indicating.progress[data-percent^="3"] .bar {
  background-color: #EFBC72;
}

/* line 114, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indicating.progress[data-percent^="4"] .bar,
.ui.indicating.progress[data-percent^="5"] .bar {
  background-color: #E6BB48;
}

/* line 118, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indicating.progress[data-percent^="6"] .bar {
  background-color: #DDC928;
}

/* line 121, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indicating.progress[data-percent^="7"] .bar,
.ui.indicating.progress[data-percent^="8"] .bar {
  background-color: #B4D95C;
}

/* line 125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indicating.progress[data-percent^="9"] .bar,
.ui.indicating.progress[data-percent^="100"] .bar {
  background-color: #66DA81;
}

/* Indicating Label */
/* line 131, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indicating.progress[data-percent^="1"] .label,
.ui.indicating.progress[data-percent^="2"] .label {
  color: rgba(0, 0, 0, 0.87);
}

/* line 135, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indicating.progress[data-percent^="3"] .label {
  color: rgba(0, 0, 0, 0.87);
}

/* line 138, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indicating.progress[data-percent^="4"] .label,
.ui.indicating.progress[data-percent^="5"] .label {
  color: rgba(0, 0, 0, 0.87);
}

/* line 142, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indicating.progress[data-percent^="6"] .label {
  color: rgba(0, 0, 0, 0.87);
}

/* line 145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indicating.progress[data-percent^="7"] .label,
.ui.indicating.progress[data-percent^="8"] .label {
  color: rgba(0, 0, 0, 0.87);
}

/* line 149, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indicating.progress[data-percent^="9"] .label,
.ui.indicating.progress[data-percent^="100"] .label {
  color: rgba(0, 0, 0, 0.87);
}

/* Inverted Indicating Label */
/* line 155, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indicating.progress[data-percent^="1"] .label,
.ui.inverted.indicating.progress[data-percent^="2"] .label {
  color: rgba(255, 255, 255, 0.9);
}

/* line 159, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indicating.progress[data-percent^="3"] .label {
  color: rgba(255, 255, 255, 0.9);
}

/* line 162, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indicating.progress[data-percent^="4"] .label,
.ui.inverted.indicating.progress[data-percent^="5"] .label {
  color: rgba(255, 255, 255, 0.9);
}

/* line 166, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indicating.progress[data-percent^="6"] .label {
  color: rgba(255, 255, 255, 0.9);
}

/* line 169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indicating.progress[data-percent^="7"] .label,
.ui.inverted.indicating.progress[data-percent^="8"] .label {
  color: rgba(255, 255, 255, 0.9);
}

/* line 173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indicating.progress[data-percent^="9"] .label,
.ui.inverted.indicating.progress[data-percent^="100"] .label {
  color: rgba(255, 255, 255, 0.9);
}

/* Single Digits */
/* line 179, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indicating.progress[data-percent="1"] .bar,
.ui.indicating.progress[data-percent="2"] .bar,
.ui.indicating.progress[data-percent="3"] .bar,
.ui.indicating.progress[data-percent="4"] .bar,
.ui.indicating.progress[data-percent="5"] .bar,
.ui.indicating.progress[data-percent="6"] .bar,
.ui.indicating.progress[data-percent="7"] .bar,
.ui.indicating.progress[data-percent="8"] .bar,
.ui.indicating.progress[data-percent="9"] .bar {
  background-color: #D95C5C;
}

/* line 190, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indicating.progress[data-percent="0"] .label,
.ui.indicating.progress[data-percent="1"] .label,
.ui.indicating.progress[data-percent="2"] .label,
.ui.indicating.progress[data-percent="3"] .label,
.ui.indicating.progress[data-percent="4"] .label,
.ui.indicating.progress[data-percent="5"] .label,
.ui.indicating.progress[data-percent="6"] .label,
.ui.indicating.progress[data-percent="7"] .label,
.ui.indicating.progress[data-percent="8"] .label,
.ui.indicating.progress[data-percent="9"] .label {
  color: rgba(0, 0, 0, 0.87);
}

/* line 202, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indicating.progress[data-percent="0"] .label,
.ui.inverted.indicating.progress[data-percent="1"] .label,
.ui.inverted.indicating.progress[data-percent="2"] .label,
.ui.inverted.indicating.progress[data-percent="3"] .label,
.ui.inverted.indicating.progress[data-percent="4"] .label,
.ui.inverted.indicating.progress[data-percent="5"] .label,
.ui.inverted.indicating.progress[data-percent="6"] .label,
.ui.inverted.indicating.progress[data-percent="7"] .label,
.ui.inverted.indicating.progress[data-percent="8"] .label,
.ui.inverted.indicating.progress[data-percent="9"] .label {
  color: rgba(255, 255, 255, 0.9);
}

/* Indicating Success */
/* line 216, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.ui.indicating.progress.success .label {
  color: #1A531B;
}

/* Multiple */
/* line 221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.multiple.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*******************************
             States
*******************************/
/*--------------
       Success
  ---------------*/
/* line 237, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.ui.progress.success .bar {
  background-color: #21BA45;
}

/* line 240, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.ui.progress.success .bar,
.ui.ui.progress.success .bar::after {
  -webkit-animation: none;
  animation: none;
}

/* line 245, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.progress.success > .label {
  color: #1A531B;
}

/*--------------
       Warning
  ---------------*/
/* line 253, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.ui.progress.warning .bar {
  background-color: #F2C037;
}

/* line 256, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.ui.progress.warning .bar,
.ui.ui.progress.warning .bar::after {
  -webkit-animation: none;
  animation: none;
}

/* line 261, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.progress.warning > .label {
  color: #794B02;
}

/*--------------
       Error
  ---------------*/
/* line 269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.ui.progress.error .bar {
  background-color: #d32f2f;
}

/* line 272, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.ui.progress.error .bar,
.ui.ui.progress.error .bar::after {
  -webkit-animation: none;
  animation: none;
}

/* line 277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.progress.error > .label {
  color: #912D2B;
}

/*--------------
       Active
  ---------------*/
/* line 285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.active.progress .bar {
  position: relative;
  min-width: 2em;
}

/* line 289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.active.progress .bar::after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  border-radius: 0.28571429rem;
  -webkit-animation: progress-active 2s ease infinite;
  animation: progress-active 2s ease infinite;
  -webkit-transform-origin: left;
  transform-origin: left;
}

@-webkit-keyframes progress-active {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes progress-active {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*--------------
      Disabled
  ---------------*/
/* line 333, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.disabled.progress {
  opacity: 0.35;
}

/* line 336, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.ui.disabled.progress .bar,
.ui.ui.disabled.progress .bar::after {
  -webkit-animation: none;
  animation: none;
}

/*******************************
           Variations
*******************************/
/*--------------
      Inverted
  ---------------*/
/* line 352, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.progress {
  background: rgba(255, 255, 255, 0.08);
  border: none;
}

/* line 356, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.progress .bar {
  background: #888888;
}

/* line 359, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.progress .bar > .progress {
  color: #1A1A1D;
}

/* line 362, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.progress > .label {
  color: #FFFFFF;
}

/* line 365, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.progress.success > .label {
  color: #21BA45;
}

/* line 368, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.progress.warning > .label {
  color: #F2C037;
}

/* line 371, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.progress.error > .label {
  color: #d32f2f;
}

/*--------------
      Attached
  ---------------*/
/* bottom attached */
/* line 381, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.progress.attached {
  background: transparent;
  position: relative;
  border: none;
  margin: 0;
}

/* line 387, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.progress.attached,
.ui.progress.attached .bar {
  display: block;
  height: 0.2rem;
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

/* line 395, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.progress.attached .bar {
  border-radius: 0;
}

/* top attached */
/* line 400, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.progress.top.attached,
.ui.progress.top.attached .bar {
  top: 0;
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* line 405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.progress.top.attached .bar {
  border-radius: 0;
}

/* Coupling */
/* line 410, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.segment > .ui.attached.progress,
.ui.card > .ui.attached.progress {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 100%;
  width: 100%;
}

/* line 418, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.segment > .ui.bottom.attached.progress,
.ui.card > .ui.bottom.attached.progress {
  top: 100%;
  bottom: auto;
}

/*--------------
     Colors
---------------*/
/* line 428, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.primary.progress .bar::before,
.ui.primary.progress .bar,
.ui.progress .primary.bar {
  background-color: #2196f3;
}

/* line 433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indeterminate.primary.progress .bar::before,
.ui.primary.inverted.progress .bar,
.ui.inverted.progress .primary.bar {
  background-color: #54C8FF;
}

/* line 438, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.secondary.progress .bar::before,
.ui.secondary.progress .bar,
.ui.progress .secondary.bar {
  background-color: #1A1A1D;
}

/* line 443, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indeterminate.secondary.progress .bar::before,
.ui.secondary.inverted.progress .bar,
.ui.inverted.progress .secondary.bar {
  background-color: #545454;
}

/* line 448, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.red.progress .bar::before,
.ui.red.progress .bar,
.ui.progress .red.bar {
  background-color: #d32f2f;
}

/* line 453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indeterminate.red.progress .bar::before,
.ui.red.inverted.progress .bar,
.ui.inverted.progress .red.bar {
  background-color: #FF695E;
}

/* line 458, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.orange.progress .bar::before,
.ui.orange.progress .bar,
.ui.progress .orange.bar {
  background-color: #f57c00;
}

/* line 463, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indeterminate.orange.progress .bar::before,
.ui.orange.inverted.progress .bar,
.ui.inverted.progress .orange.bar {
  background-color: #FF851B;
}

/* line 468, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.yellow.progress .bar::before,
.ui.yellow.progress .bar,
.ui.progress .yellow.bar {
  background-color: #FBBD08;
}

/* line 473, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indeterminate.yellow.progress .bar::before,
.ui.yellow.inverted.progress .bar,
.ui.inverted.progress .yellow.bar {
  background-color: #FFE21F;
}

/* line 478, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.olive.progress .bar::before,
.ui.olive.progress .bar,
.ui.progress .olive.bar {
  background-color: #B5CC18;
}

/* line 483, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indeterminate.olive.progress .bar::before,
.ui.olive.inverted.progress .bar,
.ui.inverted.progress .olive.bar {
  background-color: #D9E778;
}

/* line 488, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.green.progress .bar::before,
.ui.green.progress .bar,
.ui.progress .green.bar {
  background-color: #21BA45;
}

/* line 493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indeterminate.green.progress .bar::before,
.ui.green.inverted.progress .bar,
.ui.inverted.progress .green.bar {
  background-color: #2ECC40;
}

/* line 498, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.teal.progress .bar::before,
.ui.teal.progress .bar,
.ui.progress .teal.bar {
  background-color: #00796b;
}

/* line 503, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indeterminate.teal.progress .bar::before,
.ui.teal.inverted.progress .bar,
.ui.inverted.progress .teal.bar {
  background-color: #6DFFFF;
}

/* line 508, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.blue.progress .bar::before,
.ui.blue.progress .bar,
.ui.progress .blue.bar {
  background-color: #2196f3;
}

/* line 513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indeterminate.blue.progress .bar::before,
.ui.blue.inverted.progress .bar,
.ui.inverted.progress .blue.bar {
  background-color: #54C8FF;
}

/* line 518, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.violet.progress .bar::before,
.ui.violet.progress .bar,
.ui.progress .violet.bar {
  background-color: #6435C9;
}

/* line 523, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indeterminate.violet.progress .bar::before,
.ui.violet.inverted.progress .bar,
.ui.inverted.progress .violet.bar {
  background-color: #A291FB;
}

/* line 528, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.purple.progress .bar::before,
.ui.purple.progress .bar,
.ui.progress .purple.bar {
  background-color: #A333C8;
}

/* line 533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indeterminate.purple.progress .bar::before,
.ui.purple.inverted.progress .bar,
.ui.inverted.progress .purple.bar {
  background-color: #DC73FF;
}

/* line 538, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.pink.progress .bar::before,
.ui.pink.progress .bar,
.ui.progress .pink.bar {
  background-color: #E03997;
}

/* line 543, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indeterminate.pink.progress .bar::before,
.ui.pink.inverted.progress .bar,
.ui.inverted.progress .pink.bar {
  background-color: #FF8EDF;
}

/* line 548, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.brown.progress .bar::before,
.ui.brown.progress .bar,
.ui.progress .brown.bar {
  background-color: #A5673F;
}

/* line 553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indeterminate.brown.progress .bar::before,
.ui.brown.inverted.progress .bar,
.ui.inverted.progress .brown.bar {
  background-color: #D67C1C;
}

/* line 558, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.grey.progress .bar::before,
.ui.grey.progress .bar,
.ui.progress .grey.bar {
  background-color: #767676;
}

/* line 563, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indeterminate.grey.progress .bar::before,
.ui.grey.inverted.progress .bar,
.ui.inverted.progress .grey.bar {
  background-color: #DCDDDE;
}

/* line 568, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.black.progress .bar::before,
.ui.black.progress .bar,
.ui.progress .black.bar {
  background-color: #1A1A1D;
}

/* line 573, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.indeterminate.black.progress .bar::before,
.ui.black.inverted.progress .bar,
.ui.inverted.progress .black.bar {
  background-color: #545454;
}

/*--------------
     Sizes
---------------*/
/* line 583, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.progress {
  font-size: 1rem;
}

/* line 586, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.progress .bar {
  height: 1.75em;
}

/* line 589, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.mini.progress {
  font-size: 0.78571429rem;
}

/* line 592, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.mini.progress .bar {
  height: 0.3em;
}

/* line 595, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.tiny.progress {
  font-size: 0.85714286rem;
}

/* line 598, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.tiny.progress .bar {
  height: 0.5em;
}

/* line 601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.small.progress {
  font-size: 0.92857143rem;
}

/* line 604, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.small.progress .bar {
  height: 1em;
}

/* line 607, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.large.progress {
  font-size: 1.14285714rem;
}

/* line 610, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.large.progress .bar {
  height: 2.5em;
}

/* line 613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.big.progress {
  font-size: 1.28571429rem;
}

/* line 616, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.big.progress .bar {
  height: 3.5em;
}

/* line 619, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.huge.progress {
  font-size: 1.42857143rem;
}

/* line 622, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.huge.progress .bar {
  height: 4em;
}

/* line 625, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.massive.progress {
  font-size: 1.71428571rem;
}

/* line 628, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.massive.progress .bar {
  height: 5em;
}

/*---------------
    Indeterminate
  ----------------*/
/* line 636, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.progress .bar {
  width: 100%;
}

/* line 639, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.progress .bar .progress,
.ui.progress .bar .centered.progress {
  text-align: center;
  position: relative;
}

/* line 644, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.progress .bar::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 0.28571429rem;
  -webkit-animation: progress-pulsating 2s ease infinite;
  animation: progress-pulsating 2s ease infinite;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 100%;
}

/* line 656, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.slow.indeterminate.progress .bar::before {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

/* line 660, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.fast.indeterminate.progress .bar::before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* line 664, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.swinging.indeterminate.progress .bar::before {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-animation-name: progress-swinging;
  animation-name: progress-swinging;
}

/* line 670, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.sliding.indeterminate.progress .bar::before {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-animation-name: progress-sliding;
  animation-name: progress-sliding;
}

/* line 676, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.filling.indeterminate.progress .bar::before {
  -webkit-animation-name: progress-filling;
  animation-name: progress-filling;
}

/* line 680, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.indeterminate.progress:not(.sliding):not(.filling):not(.swinging) .bar::before {
  background: #FFFFFF;
}

/* line 683, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.sliding.indeterminate.progress .bar,
.ui.swinging.indeterminate.progress .bar,
.ui.filling.indeterminate.progress .bar {
  background: rgba(0, 0, 0, 0.1);
}

/* line 688, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.sliding.indeterminate.progress .bar .progress,
.ui.swinging.indeterminate.progress .bar .progress {
  color: #1A1A1D;
}

/* line 692, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.sliding.indeterminate.progress .bar,
.ui.inverted.swinging.indeterminate.progress .bar,
.ui.inverted.filling.indeterminate.progress .bar {
  background: rgba(255, 255, 255, 0.08);
}

/* line 697, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_progress.scss */
.ui.inverted.sliding.indeterminate.progress .bar .progress,
.ui.inverted.swinging.indeterminate.progress .bar .progress {
  color: rgba(255, 255, 255, 0.7);
}

@-webkit-keyframes progress-swinging {
  0%,
  100% {
    width: 10%;
    left: -25%;
  }
  25%,
  65% {
    width: 70%;
  }
  50% {
    width: 10%;
    left: 100%;
  }
}
@keyframes progress-swinging {
  0%,
  100% {
    width: 10%;
    left: -25%;
  }
  25%,
  65% {
    width: 70%;
  }
  50% {
    width: 10%;
    left: 100%;
  }
}
@-webkit-keyframes progress-sliding {
  0% {
    width: 10%;
    left: -25%;
  }
  50% {
    width: 70%;
  }
  100% {
    width: 10%;
    left: 100%;
  }
}
@keyframes progress-sliding {
  0% {
    width: 10%;
    left: -25%;
  }
  50% {
    width: 70%;
  }
  100% {
    width: 10%;
    left: 100%;
  }
}
@-webkit-keyframes progress-filling {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes progress-filling {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes progress-pulsating {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes progress-pulsating {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*******************************
            Progress
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Rating
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
           Rating
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: baseline;
}

/* line 23, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.rating:last-child {
  margin-right: 0;
}

/* Icon */
/* line 28, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.rating .icon {
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  cursor: pointer;
  width: 1.25em;
  height: auto;
  -webkit-transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
  transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*******************************
             Types
*******************************/
/*-------------------
      Standard
--------------------*/
/* Inactive Icon */
/* line 59, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.rating .icon {
  background: transparent;
  color: rgba(0, 0, 0, 0.15);
}

/* Active Icon */
/* line 65, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.rating .active.icon {
  background: transparent;
  color: rgba(0, 0, 0, 0.85);
}

/* Partially Active Icon */
/* line 71, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Selected Icon */
/* line 81, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.rating .icon.selected,
.ui.rating .icon.selected.active,
.ui.rating .icon.selected.partial.active {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
  background-clip: unset;
}

/*--------------
     Colors
-------------- */
/* line 93, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.primary.rating .active.icon {
  color: #54C8FF;
  text-shadow: 0px -1px 0px #2196f3, -1px 0px 0px #2196f3, 0px 1px 0px #2196f3, 1px 0px 0px #2196f3;
}

/* line 97, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.primary.rating .icon.selected,
.ui.primary.rating .icon.selected.active,
.ui.primary.rating .icon.selected.partial.active {
  background: inherit;
  color: #21b8ff;
  text-shadow: 0px -1px 0px #1678c2, -1px 0px 0px #1678c2, 0px 1px 0px #1678c2, 1px 0px 0px #1678c2;
  -webkit-text-stroke: unset;
  background-clip: unset;
}

/* line 106, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.primary.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#54C8FF), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  text-shadow: none;
  -webkit-text-stroke: #2196f3 0.78px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* line 116, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.secondary.rating .active.icon {
  color: #545454;
  text-shadow: 0px -1px 0px #1A1A1D, -1px 0px 0px #1A1A1D, 0px 1px 0px #1A1A1D, 1px 0px 0px #1A1A1D;
}

/* line 120, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.secondary.rating .icon.selected,
.ui.secondary.rating .icon.selected.active,
.ui.secondary.rating .icon.selected.partial.active {
  background: inherit;
  color: #6e6e6e;
  text-shadow: 0px -1px 0px #27292a, -1px 0px 0px #27292a, 0px 1px 0px #27292a, 1px 0px 0px #27292a;
  -webkit-text-stroke: unset;
  background-clip: unset;
}

/* line 129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.secondary.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#545454), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  text-shadow: none;
  -webkit-text-stroke: #1A1A1D 0.78px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* line 139, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.red.rating .active.icon {
  color: #FF695E;
  text-shadow: 0px -1px 0px #d32f2f, -1px 0px 0px #d32f2f, 0px 1px 0px #d32f2f, 1px 0px 0px #d32f2f;
}

/* line 143, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.red.rating .icon.selected,
.ui.red.rating .icon.selected.active,
.ui.red.rating .icon.selected.partial.active {
  background: inherit;
  color: #ff392b;
  text-shadow: 0px -1px 0px #d01919, -1px 0px 0px #d01919, 0px 1px 0px #d01919, 1px 0px 0px #d01919;
  -webkit-text-stroke: unset;
  background-clip: unset;
}

/* line 152, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.red.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#FF695E), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #FF695E 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #FF695E 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  text-shadow: none;
  -webkit-text-stroke: #d32f2f 0.78px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* line 162, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.orange.rating .active.icon {
  color: #FF851B;
  text-shadow: 0px -1px 0px #f57c00, -1px 0px 0px #f57c00, 0px 1px 0px #f57c00, 1px 0px 0px #f57c00;
}

/* line 166, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.orange.rating .icon.selected,
.ui.orange.rating .icon.selected.active,
.ui.orange.rating .icon.selected.partial.active {
  background: inherit;
  color: #e76b00;
  text-shadow: 0px -1px 0px #f26202, -1px 0px 0px #f26202, 0px 1px 0px #f26202, 1px 0px 0px #f26202;
  -webkit-text-stroke: unset;
  background-clip: unset;
}

/* line 175, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.orange.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#FF851B), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #FF851B 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #FF851B 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  text-shadow: none;
  -webkit-text-stroke: #f57c00 0.78px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* line 185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.yellow.rating .active.icon {
  color: #FFE21F;
  text-shadow: 0px -1px 0px #FBBD08, -1px 0px 0px #FBBD08, 0px 1px 0px #FBBD08, 1px 0px 0px #FBBD08;
}

/* line 189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.yellow.rating .icon.selected,
.ui.yellow.rating .icon.selected.active,
.ui.yellow.rating .icon.selected.partial.active {
  background: inherit;
  color: #ebcd00;
  text-shadow: 0px -1px 0px #eaae00, -1px 0px 0px #eaae00, 0px 1px 0px #eaae00, 1px 0px 0px #eaae00;
  -webkit-text-stroke: unset;
  background-clip: unset;
}

/* line 198, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.yellow.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#FFE21F), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #FFE21F 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #FFE21F 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  text-shadow: none;
  -webkit-text-stroke: #FBBD08 0.78px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* line 208, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.olive.rating .active.icon {
  color: #D9E778;
  text-shadow: 0px -1px 0px #B5CC18, -1px 0px 0px #B5CC18, 0px 1px 0px #B5CC18, 1px 0px 0px #B5CC18;
}

/* line 212, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.olive.rating .icon.selected,
.ui.olive.rating .icon.selected.active,
.ui.olive.rating .icon.selected.partial.active {
  background: inherit;
  color: #d2e745;
  text-shadow: 0px -1px 0px #a7bd0d, -1px 0px 0px #a7bd0d, 0px 1px 0px #a7bd0d, 1px 0px 0px #a7bd0d;
  -webkit-text-stroke: unset;
  background-clip: unset;
}

/* line 221, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.olive.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#D9E778), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #D9E778 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #D9E778 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  text-shadow: none;
  -webkit-text-stroke: #B5CC18 0.78px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* line 231, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.green.rating .active.icon {
  color: #2ECC40;
  text-shadow: 0px -1px 0px #21BA45, -1px 0px 0px #21BA45, 0px 1px 0px #21BA45, 1px 0px 0px #21BA45;
}

/* line 235, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.green.rating .icon.selected,
.ui.green.rating .icon.selected.active,
.ui.green.rating .icon.selected.partial.active {
  background: inherit;
  color: #1ea92e;
  text-shadow: 0px -1px 0px #16ab39, -1px 0px 0px #16ab39, 0px 1px 0px #16ab39, 1px 0px 0px #16ab39;
  -webkit-text-stroke: unset;
  background-clip: unset;
}

/* line 244, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.green.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#2ECC40), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #2ECC40 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #2ECC40 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  text-shadow: none;
  -webkit-text-stroke: #21BA45 0.78px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* line 254, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.teal.rating .active.icon {
  color: #6DFFFF;
  text-shadow: 0px -1px 0px #00796b, -1px 0px 0px #00796b, 0px 1px 0px #00796b, 1px 0px 0px #00796b;
}

/* line 258, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.teal.rating .icon.selected,
.ui.teal.rating .icon.selected.active,
.ui.teal.rating .icon.selected.partial.active {
  background: inherit;
  color: #3affff;
  text-shadow: 0px -1px 0px #009c95, -1px 0px 0px #009c95, 0px 1px 0px #009c95, 1px 0px 0px #009c95;
  -webkit-text-stroke: unset;
  background-clip: unset;
}

/* line 267, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.teal.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#6DFFFF), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #6DFFFF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #6DFFFF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  text-shadow: none;
  -webkit-text-stroke: #00796b 0.78px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* line 277, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.blue.rating .active.icon {
  color: #54C8FF;
  text-shadow: 0px -1px 0px #2196f3, -1px 0px 0px #2196f3, 0px 1px 0px #2196f3, 1px 0px 0px #2196f3;
}

/* line 281, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.blue.rating .icon.selected,
.ui.blue.rating .icon.selected.active,
.ui.blue.rating .icon.selected.partial.active {
  background: inherit;
  color: #21b8ff;
  text-shadow: 0px -1px 0px #1678c2, -1px 0px 0px #1678c2, 0px 1px 0px #1678c2, 1px 0px 0px #1678c2;
  -webkit-text-stroke: unset;
  background-clip: unset;
}

/* line 290, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.blue.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#54C8FF), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  text-shadow: none;
  -webkit-text-stroke: #2196f3 0.78px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* line 300, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.violet.rating .active.icon {
  color: #A291FB;
  text-shadow: 0px -1px 0px #6435C9, -1px 0px 0px #6435C9, 0px 1px 0px #6435C9, 1px 0px 0px #6435C9;
}

/* line 304, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.violet.rating .icon.selected,
.ui.violet.rating .icon.selected.active,
.ui.violet.rating .icon.selected.partial.active {
  background: inherit;
  color: #745aff;
  text-shadow: 0px -1px 0px #5829bb, -1px 0px 0px #5829bb, 0px 1px 0px #5829bb, 1px 0px 0px #5829bb;
  -webkit-text-stroke: unset;
  background-clip: unset;
}

/* line 313, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.violet.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#A291FB), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #A291FB 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #A291FB 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  text-shadow: none;
  -webkit-text-stroke: #6435C9 0.78px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* line 323, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.purple.rating .active.icon {
  color: #DC73FF;
  text-shadow: 0px -1px 0px #A333C8, -1px 0px 0px #A333C8, 0px 1px 0px #A333C8, 1px 0px 0px #A333C8;
}

/* line 327, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.purple.rating .icon.selected,
.ui.purple.rating .icon.selected.active,
.ui.purple.rating .icon.selected.partial.active {
  background: inherit;
  color: #cf40ff;
  text-shadow: 0px -1px 0px #9627ba, -1px 0px 0px #9627ba, 0px 1px 0px #9627ba, 1px 0px 0px #9627ba;
  -webkit-text-stroke: unset;
  background-clip: unset;
}

/* line 336, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.purple.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#DC73FF), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #DC73FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #DC73FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  text-shadow: none;
  -webkit-text-stroke: #A333C8 0.78px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* line 346, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.pink.rating .active.icon {
  color: #FF8EDF;
  text-shadow: 0px -1px 0px #E03997, -1px 0px 0px #E03997, 0px 1px 0px #E03997, 1px 0px 0px #E03997;
}

/* line 350, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.pink.rating .icon.selected,
.ui.pink.rating .icon.selected.active,
.ui.pink.rating .icon.selected.partial.active {
  background: inherit;
  color: #ff5bd1;
  text-shadow: 0px -1px 0px #e61a8d, -1px 0px 0px #e61a8d, 0px 1px 0px #e61a8d, 1px 0px 0px #e61a8d;
  -webkit-text-stroke: unset;
  background-clip: unset;
}

/* line 359, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.pink.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#FF8EDF), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #FF8EDF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #FF8EDF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  text-shadow: none;
  -webkit-text-stroke: #E03997 0.78px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* line 369, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.brown.rating .active.icon {
  color: #D67C1C;
  text-shadow: 0px -1px 0px #A5673F, -1px 0px 0px #A5673F, 0px 1px 0px #A5673F, 1px 0px 0px #A5673F;
}

/* line 373, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.brown.rating .icon.selected,
.ui.brown.rating .icon.selected.active,
.ui.brown.rating .icon.selected.partial.active {
  background: inherit;
  color: #b0620f;
  text-shadow: 0px -1px 0px #975b33, -1px 0px 0px #975b33, 0px 1px 0px #975b33, 1px 0px 0px #975b33;
  -webkit-text-stroke: unset;
  background-clip: unset;
}

/* line 382, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.brown.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#D67C1C), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #D67C1C 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #D67C1C 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  text-shadow: none;
  -webkit-text-stroke: #A5673F 0.78px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* line 392, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.grey.rating .active.icon {
  color: #DCDDDE;
  text-shadow: 0px -1px 0px #767676, -1px 0px 0px #767676, 0px 1px 0px #767676, 1px 0px 0px #767676;
}

/* line 396, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.grey.rating .icon.selected,
.ui.grey.rating .icon.selected.active,
.ui.grey.rating .icon.selected.partial.active {
  background: inherit;
  color: #c2c4c5;
  text-shadow: 0px -1px 0px #838383, -1px 0px 0px #838383, 0px 1px 0px #838383, 1px 0px 0px #838383;
  -webkit-text-stroke: unset;
  background-clip: unset;
}

/* line 405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.grey.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#DCDDDE), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #DCDDDE 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #DCDDDE 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  text-shadow: none;
  -webkit-text-stroke: #767676 0.78px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* line 415, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.black.rating .active.icon {
  color: #545454;
  text-shadow: 0px -1px 0px #1A1A1D, -1px 0px 0px #1A1A1D, 0px 1px 0px #1A1A1D, 1px 0px 0px #1A1A1D;
}

/* line 419, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.black.rating .icon.selected,
.ui.black.rating .icon.selected.active,
.ui.black.rating .icon.selected.partial.active {
  background: inherit;
  color: #000000;
  text-shadow: 0px -1px 0px #27292a, -1px 0px 0px #27292a, 0px 1px 0px #27292a, 1px 0px 0px #27292a;
  -webkit-text-stroke: unset;
  background-clip: unset;
}

/* line 428, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.black.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#545454), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  text-shadow: none;
  -webkit-text-stroke: #1A1A1D 0.78px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/*******************************
             States
*******************************/
/*-------------------
         Disabled
  --------------------*/
/* disabled rating */
/* line 451, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.disabled.rating .icon {
  cursor: default;
}

/*-------------------
   User Interactive
--------------------*/
/* Selected Rating */
/* line 461, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.rating.selected .active.icon {
  opacity: 1;
}

/* line 464, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.rating.selected .icon.selected,
.ui.rating .icon.selected {
  opacity: 1;
}

/*******************************
          Variations
*******************************/
/* line 474, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.rating {
  font-size: 1rem;
}

/* line 477, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.mini.rating {
  font-size: 0.78571429rem;
}

/* line 480, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.tiny.rating {
  font-size: 0.85714286rem;
}

/* line 483, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.small.rating {
  font-size: 0.92857143rem;
}

/* line 486, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.large.rating {
  font-size: 1.14285714rem;
}

/* line 489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.big.rating {
  font-size: 1.28571429rem;
}

/* line 492, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.huge.rating {
  font-size: 1.42857143rem;
}

/* line 495, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_rating.scss */
.ui.massive.rating {
  font-size: 2rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Search
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Search
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search {
  position: relative;
}

/* line 19, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .prompt {
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-shadow: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1.21428571em;
  padding: 0.67857143em 1em;
  font-size: 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  box-shadow: 0 0 0 0 transparent inset;
  -webkit-transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
}

/* line 40, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search .prompt {
  border-radius: 500rem;
}

/*--------------
     Icon
---------------*/
/* line 48, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search .prompt ~ .search.icon {
  cursor: pointer;
}

/*--------------
    Results
---------------*/
/* line 56, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  white-space: normal;
  text-align: left;
  text-transform: none;
  background: #FFFFFF;
  margin-top: 0.5em;
  width: 18em;
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  border: 1px solid #D4D4D5;
  z-index: 998;
}

/* line 75, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results > :first-child {
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* line 78, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results > :last-child {
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

/*--------------
    Result
---------------*/
/* line 86, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results .result {
  cursor: pointer;
  display: block;
  overflow: hidden;
  font-size: 1em;
  padding: 0.85714286em 1.14285714em;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.33;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
}

/* line 96, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results .result:last-child {
  border-bottom: none !important;
}

/* Image */
/* line 101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results .result .image {
  float: right;
  overflow: hidden;
  background: none;
  width: 5em;
  height: 3em;
  border-radius: 0.25em;
}

/* line 109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results .result .image img {
  display: block;
  width: auto;
  height: 100%;
}

/*--------------
      Info
---------------*/
/* line 119, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results .result .image + .content {
  margin: 0 6em 0 0;
}

/* line 122, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results .result .title {
  margin: -0.14285714em 0 0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.85);
}

/* line 129, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results .result .description {
  margin-top: 0;
  font-size: 0.92857143em;
  color: rgba(0, 0, 0, 0.4);
}

/* line 134, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results .result .price {
  float: right;
  color: #21BA45;
}

/*--------------
    Message
---------------*/
/* line 143, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results > .message, .ui.search > .results > .alert-error {
  padding: 1em 1em;
}

/* line 146, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results > .message .header, .ui.search > .results > .alert-error .header {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
}

/* line 152, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results > .message .description, .ui.search > .results > .alert-error .description {
  margin-top: 0.25rem;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.87);
}

/* View All Results */
/* line 159, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results > .action {
  display: block;
  border-top: none;
  background: #F3F4F5;
  padding: 0.92857143em 1em;
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
  text-align: center;
}

/*******************************
            States
*******************************/
/*--------------------
       Focus
---------------------*/
/* line 179, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .prompt:focus {
  border-color: rgba(34, 36, 38, 0.35);
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.95);
}

/*--------------------
         Loading
  ---------------------*/
/* line 189, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.loading.search .input > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0 0 -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

/* line 200, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.loading.search .input > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0 0 -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: loader 0.6s infinite linear;
  animation: loader 0.6s infinite linear;
  border: 0.2em solid #767676;
  border-radius: 500rem;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
}

/*--------------
      Hover
---------------*/
/* line 220, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results .result:hover,
.ui.category.search > .results .category .result:hover {
  background: #F9FAFB;
}

/* line 224, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search .action:hover:not(div) {
  background: #E0E0E0;
}

/*--------------
      Active
---------------*/
/* line 232, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.category.search > .results .category.active {
  background: #F3F4F5;
}

/* line 235, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.category.search > .results .category.active > .name {
  color: rgba(0, 0, 0, 0.87);
}

/* line 238, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results .result.active,
.ui.category.search > .results .category .result.active {
  position: relative;
  border-left-color: rgba(34, 36, 38, 0.1);
  background: #F3F4F5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 246, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results .result.active .title {
  color: rgba(0, 0, 0, 0.85);
}

/* line 249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search > .results .result.active .description {
  color: rgba(0, 0, 0, 0.85);
}

/*--------------------
          Disabled
  ----------------------*/
/* Disabled */
/* line 259, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.disabled.search {
  cursor: default;
  pointer-events: none;
  opacity: 0.45;
}

/*******************************
           Types
*******************************/
/*--------------
      Selection
  ---------------*/
/* line 275, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search.selection .prompt {
  border-radius: 0.28571429rem;
}

/* Remove input */
/* line 280, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search.selection > .icon.input > .remove.icon {
  pointer-events: none;
  position: absolute;
  left: auto;
  opacity: 0;
  color: '';
  top: 0;
  right: 0;
  -webkit-transition: color 0.1s ease, opacity 0.1s ease;
  transition: color 0.1s ease, opacity 0.1s ease;
}

/* line 291, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search.selection > .icon.input > .active.remove.icon {
  cursor: pointer;
  opacity: 0.8;
  pointer-events: auto;
}

/* line 296, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search.selection > .icon.input:not([class*="left icon"]) > .icon ~ .remove.icon {
  right: 1.85714em;
}

/* line 299, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search.selection > .icon.input > .remove.icon:hover {
  opacity: 1;
  color: #d32f2f;
}

/*--------------
      Category
  ---------------*/
/* line 308, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.category.search .results {
  width: 28em;
}

/* line 311, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.category.search .results.animating,
.ui.category.search .results.visible {
  display: table;
}

/* Category */
/* line 317, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.category.search > .results .category {
  display: table-row;
  background: #F3F4F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background 0.1s ease, border-color 0.1s ease;
  transition: background 0.1s ease, border-color 0.1s ease;
}

/* Last Category */
/* line 327, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.category.search > .results .category:last-child {
  border-bottom: none;
}

/* First / Last */
/* line 332, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.category.search > .results .category:first-child .name + .result {
  border-radius: 0 0.28571429rem 0 0;
}

/* line 335, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.category.search > .results .category:last-child .result:last-child {
  border-radius: 0 0 0.28571429rem 0;
}

/* Category Result Name */
/* line 340, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.category.search > .results .category > .name {
  display: table-cell;
  text-overflow: ellipsis;
  width: 100px;
  white-space: nowrap;
  background: transparent;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 1em;
  padding: 0.4em 1em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
}

/* Category Result */
/* line 355, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.category.search > .results .category .results {
  display: table-cell;
  background: #FFFFFF;
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
}

/* line 361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.category.search > .results .category .result {
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  -webkit-transition: background 0.1s ease, border-color 0.1s ease;
  transition: background 0.1s ease, border-color 0.1s ease;
  padding: 0.85714286em 1.14285714em;
}

/*******************************
           Variations
*******************************/
/*-------------------
       Left / Right
  --------------------*/
/* line 378, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui[class*="left aligned"].search > .results {
  right: auto;
  left: 0;
}

/* line 382, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui[class*="right aligned"].search > .results {
  right: 0;
  left: auto;
}

/*--------------
    Fluid
---------------*/
/* line 391, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.fluid.search .results {
  width: 100%;
}

/*--------------
      Sizes
---------------*/
/* line 399, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.search {
  font-size: 1em;
}

/* line 402, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.mini.search {
  font-size: 0.78571429em;
}

/* line 405, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.tiny.search {
  font-size: 0.85714286em;
}

/* line 408, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.small.search {
  font-size: 0.92857143em;
}

/* line 411, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.large.search {
  font-size: 1.14285714em;
}

/* line 414, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.big.search {
  font-size: 1.28571429em;
}

/* line 417, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.huge.search {
  font-size: 1.42857143em;
}

/* line 420, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
.ui.massive.search {
  font-size: 1.71428571em;
}

/*--------------
      Mobile
---------------*/
@media only screen and (max-width: 767.98px) {
  /* line 429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_search.scss */
  .ui.search .results {
    max-width: calc(100vw - 2rem);
  }
}
/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Shape
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
              Shape
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_shape.scss */
.ui.shape {
  position: relative;
  vertical-align: top;
  display: inline-block;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

/* line 27, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_shape.scss */
.ui.shape .sides {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 31, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_shape.scss */
.ui.shape .side {
  display: none;
  opacity: 1;
  width: 100%;
  margin: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 39, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_shape.scss */
.ui.shape .side * {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

/*******************************
             Types
*******************************/
/* line 49, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_shape.scss */
.ui.cube.shape .side {
  min-width: 15em;
  height: 15em;
  padding: 2em;
  background-color: #E6E6E6;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

/* line 58, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_shape.scss */
.ui.cube.shape .side > .content {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* line 68, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_shape.scss */
.ui.cube.shape .side > .content > div {
  display: table-cell;
  vertical-align: middle;
  font-size: 2em;
}

/*******************************
          Variations
*******************************/
/* line 79, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_shape.scss */
.ui.text.shape.animating .sides {
  position: static;
}

/* line 82, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_shape.scss */
.ui.text.shape .side {
  white-space: nowrap;
}

/* line 85, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_shape.scss */
.ui.text.shape .side > * {
  white-space: normal;
}

/*******************************
             States
*******************************/
/*--------------
      Loading
  ---------------*/
/* line 99, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_shape.scss */
.ui.loading.shape {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/*--------------
    Animating
---------------*/
/* line 109, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_shape.scss */
.ui.shape .animating.side {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 100;
}

/* line 116, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_shape.scss */
.ui.shape .hidden.side {
  opacity: 0.6;
}

/*--------------
      CSS
---------------*/
/* line 124, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_shape.scss */
.ui.shape.animating .sides {
  position: absolute;
  -webkit-transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

/* line 131, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_shape.scss */
.ui.shape.animating .side {
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

/* line 135, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_shape.scss */
.ui.shape .animating.side *,
.ui.shape.animating .side * {
  -webkit-transition: none;
  transition: none;
}

/*--------------
     Active
---------------*/
/* line 145, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_shape.scss */
.ui.shape .active.side {
  display: block;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
        User Overrides
*******************************/
/*!
 * # Fomantic-UI - Sidebar
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Sidebar
*******************************/
/* Sidebar Menu */
/* line 18, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: none;
  transition: none;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100% !important;
  max-height: 100%;
  border-radius: 0 !important;
  margin: 0 !important;
  overflow-y: auto !important;
  z-index: 102;
}

/* GPU Layers for Child Elements */
/* line 40, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.sidebar > * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*--------------
   Direction
---------------*/
/* line 49, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.sidebar {
  right: auto;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 55, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.right.sidebar {
  right: 0 !important;
  left: auto !important;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 61, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.top.sidebar,
.ui.bottom.sidebar {
  width: 100% !important;
  height: auto !important;
}

/* line 66, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.top.sidebar {
  top: 0 !important;
  bottom: auto !important;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

/* line 72, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.bottom.sidebar {
  top: auto !important;
  bottom: 0 !important;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/*--------------
     Pushable
---------------*/
/* line 83, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.pushable {
  height: 100%;
  overflow-x: hidden;
  padding: 0 !important;
}

/* Whole Page */
/* line 90, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
body.pushable {
  background: #545454;
}

/* line 93, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
body.pushable.dimmed {
  background: inherit;
}

/* Page Context */
/* line 98, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.pushable:not(body) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 102, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.pushable:not(body) > .ui.sidebar,
.pushable:not(body) > .fixed,
.pushable:not(body) > .pusher:after {
  position: absolute;
}

/*--------------
     Fixed
---------------*/
/* line 112, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.pushable > .fixed {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  will-change: transform;
  z-index: 101;
}

/*--------------
     Page
---------------*/
/* line 128, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.pushable > .pusher {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  min-height: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 2;
  /* Pusher should inherit background from context */
  background: inherit;
}

/* line 143, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
body.pushable > .pusher {
  background: #FFFFFF;
}

/*--------------
     Dimmer
---------------*/
/* line 151, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.pushable > .pusher:after {
  position: fixed;
  top: 0;
  right: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  will-change: opacity;
  z-index: 1000;
}

/*--------------
    Coupling
---------------*/
/* line 169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.sidebar.menu .item {
  border-radius: 0 !important;
}

/*******************************
            States
*******************************/
/*--------------
     Dimmed
---------------*/
/* line 183, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.pushable > .pusher.dimmed:after {
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
}

/*--------------
    Animating
---------------*/
/* line 193, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.animating.sidebar {
  visibility: visible;
}

/*--------------
     Visible
---------------*/
/* line 201, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.sidebar {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Shadow Direction */
/* line 208, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.visible.sidebar,
.ui.right.visible.sidebar {
  -webkit-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
}

/* line 213, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.top.visible.sidebar,
.ui.bottom.visible.sidebar {
  -webkit-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
}

/* Visible On Load */
/* line 220, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.left.sidebar ~ .fixed,
.ui.visible.left.sidebar ~ .pusher {
  -webkit-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
}

/* line 225, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.right.sidebar ~ .fixed,
.ui.visible.right.sidebar ~ .pusher {
  -webkit-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
}

/* line 230, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.top.sidebar ~ .fixed,
.ui.visible.top.sidebar ~ .pusher {
  -webkit-transform: translate3d(0, 36px, 0);
  transform: translate3d(0, 36px, 0);
}

/* line 235, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.bottom.sidebar ~ .fixed,
.ui.visible.bottom.sidebar ~ .pusher {
  -webkit-transform: translate3d(0, -36px, 0);
  transform: translate3d(0, -36px, 0);
}

/* opposite sides visible forces content overlay */
/* line 242, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .fixed,
.ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher,
.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .fixed,
.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*--------------
       iOS
---------------*/
/*******************************
          Variations
*******************************/
/*--------------
     Width
---------------*/
/* Left / Right */
/* line 267, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.thin.left.sidebar,
.ui.thin.right.sidebar {
  width: 150px;
}

/* line 271, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui[class*="very thin"].left.sidebar,
.ui[class*="very thin"].right.sidebar {
  width: 60px;
}

/* line 275, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.sidebar,
.ui.right.sidebar {
  width: 260px;
}

/* line 279, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.wide.left.sidebar,
.ui.wide.right.sidebar {
  width: 350px;
}

/* line 283, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui[class*="very wide"].left.sidebar,
.ui[class*="very wide"].right.sidebar {
  width: 475px;
}

/* Left Visible */
/* line 289, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.thin.left.sidebar ~ .fixed,
.ui.visible.thin.left.sidebar ~ .pusher {
  -webkit-transform: translate3d(150px, 0, 0);
  transform: translate3d(150px, 0, 0);
}

/* line 294, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible[class*="very thin"].left.sidebar ~ .fixed,
.ui.visible[class*="very thin"].left.sidebar ~ .pusher {
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
}

/* line 299, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.wide.left.sidebar ~ .fixed,
.ui.visible.wide.left.sidebar ~ .pusher {
  -webkit-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
}

/* line 304, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible[class*="very wide"].left.sidebar ~ .fixed,
.ui.visible[class*="very wide"].left.sidebar ~ .pusher {
  -webkit-transform: translate3d(475px, 0, 0);
  transform: translate3d(475px, 0, 0);
}

/* Right Visible */
/* line 311, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.thin.right.sidebar ~ .fixed,
.ui.visible.thin.right.sidebar ~ .pusher {
  -webkit-transform: translate3d(-150px, 0, 0);
  transform: translate3d(-150px, 0, 0);
}

/* line 316, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible[class*="very thin"].right.sidebar ~ .fixed,
.ui.visible[class*="very thin"].right.sidebar ~ .pusher {
  -webkit-transform: translate3d(-60px, 0, 0);
  transform: translate3d(-60px, 0, 0);
}

/* line 321, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.wide.right.sidebar ~ .fixed,
.ui.visible.wide.right.sidebar ~ .pusher {
  -webkit-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0);
}

/* line 326, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible[class*="very wide"].right.sidebar ~ .fixed,
.ui.visible[class*="very wide"].right.sidebar ~ .pusher {
  -webkit-transform: translate3d(-475px, 0, 0);
  transform: translate3d(-475px, 0, 0);
}

/*******************************
          Animations
*******************************/
/*--------------
      Overlay
  ---------------*/
/* Set-up */
/* line 344, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.overlay.sidebar {
  z-index: 102;
}

/* Initial */
/* line 349, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.overlay.sidebar {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.right.overlay.sidebar {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 357, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.top.overlay.sidebar {
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}

/* line 361, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.bottom.overlay.sidebar {
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}

/* Animation */
/* line 367, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.animating.ui.overlay.sidebar,
.ui.visible.overlay.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

/* End - Sidebar */
/* line 376, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.left.overlay.sidebar {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 380, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.right.overlay.sidebar {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 384, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.top.overlay.sidebar {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 388, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.bottom.overlay.sidebar {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* End - Pusher */
/* line 394, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.overlay.sidebar ~ .fixed,
.ui.visible.overlay.sidebar ~ .pusher {
  -webkit-transform: none !important;
  transform: none !important;
}

/*--------------
        Push
  ---------------*/
/* Initial */
/* line 406, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.push.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 102;
}

/* Sidebar - Initial */
/* line 415, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.push.sidebar {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 419, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.right.push.sidebar {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 423, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.top.push.sidebar {
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}

/* line 427, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.bottom.push.sidebar {
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}

/* End */
/* line 433, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.push.sidebar {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/*--------------
      Uncover
  ---------------*/
/* Initial */
/* line 444, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.uncover.sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

/* End */
/* line 451, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.uncover.sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

/*--------------
     Slide Along
  ---------------*/
/* Initial */
/* line 466, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.slide.along.sidebar {
  z-index: 1;
}

/* Sidebar - Initial */
/* line 471, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.slide.along.sidebar {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

/* line 475, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.right.slide.along.sidebar {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

/* line 479, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.top.slide.along.sidebar {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 483, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.bottom.slide.along.sidebar {
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
}

/* Animation */
/* line 489, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.animating.slide.along.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

/* End */
/* line 497, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.slide.along.sidebar {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/*--------------
     Slide Out
  ---------------*/
/* Initial */
/* line 508, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.slide.out.sidebar {
  z-index: 1;
}

/* Sidebar - Initial */
/* line 513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.slide.out.sidebar {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

/* line 517, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.right.slide.out.sidebar {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

/* line 521, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.top.slide.out.sidebar {
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
}

/* line 525, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.bottom.slide.out.sidebar {
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
}

/* Animation */
/* line 531, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.animating.slide.out.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

/* End */
/* line 539, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.slide.out.sidebar {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/*--------------
     Scale Down
  ---------------*/
/* Initial */
/* line 550, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.scale.down.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 102;
}

/* line 557, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.scale.down.sidebar {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 561, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.right.scale.down.sidebar {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 565, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.top.scale.down.sidebar {
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}

/* line 569, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.bottom.scale.down.sidebar {
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}

/* Pusher - Initial */
/* line 575, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.scale.down.left.sidebar ~ .pusher {
  -webkit-transform-origin: 75% 50%;
  transform-origin: 75% 50%;
}

/* line 579, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.scale.down.right.sidebar ~ .pusher {
  -webkit-transform-origin: 25% 50%;
  transform-origin: 25% 50%;
}

/* line 583, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.scale.down.top.sidebar ~ .pusher {
  -webkit-transform-origin: 50% 75%;
  transform-origin: 50% 75%;
}

/* line 587, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.scale.down.bottom.sidebar ~ .pusher {
  -webkit-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
}

/* Animation */
/* line 593, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.animating.scale.down > .visible.ui.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

/* line 599, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.scale.down.sidebar ~ .pusher,
.ui.animating.scale.down.sidebar ~ .pusher {
  display: block !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

/* End */
/* line 608, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.scale.down.sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 612, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.scale.down.sidebar ~ .pusher {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*******************************
             Theme
 *******************************/
/* line 7, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider:not(.vertical):not(.checkbox) {
  width: 100%;
  padding: 1em 0.5em;
}

/* line 11, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider:not(.checkbox) {
  position: relative;
}

/* line 14, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider:not(.checkbox):focus {
  outline: 0;
}

/* line 17, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider .inner {
  position: relative;
  z-index: 2;
}

/* line 21, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider:not(.vertical) .inner {
  height: 1.5em;
}

/* line 24, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider .inner:hover {
  cursor: auto;
}

/* line 27, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider .inner .track {
  position: absolute;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 32, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider:not(.vertical) .inner .track {
  width: 100%;
  height: 0.4em;
  top: 0.55em;
  left: 0;
}

/* line 38, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider .inner .track-fill {
  position: absolute;
  border-radius: 4px;
  background-color: #1A1A1D;
}

/* line 43, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider:not(.vertical) .inner .track-fill {
  height: 0.4em;
  top: 0.55em;
  left: 0;
}

/* line 48, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider .inner .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 1.5em;
  width: 1.5em;
  background: #FFFFFF -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* line 63, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider:not(.disabled) .inner .thumb:hover {
  cursor: pointer;
  background: #f2f2f2 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background: #f2f2f2 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: #f2f2f2 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}

/* line 69, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider:not(.disabled):focus .inner .thumb {
  background: #f2f2f2 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background: #f2f2f2 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: #f2f2f2 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}

/*******************************
            States
*******************************/
/*--------------
       Disabled
  ---------------*/
/* line 85, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.disabled.slider:not(.checkbox) {
  opacity: 0.5;
}

/* line 88, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.disabled.slider .inner:hover {
  cursor: auto;
}

/* line 91, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.disabled.slider .inner .track-fill {
  background: #ccc;
}

/*--------------
      Reversed
  ---------------*/
/* line 99, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.reversed.slider .inner .track-fill {
  left: auto;
  right: 0;
}

/* line 103, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.reversed.slider:not(.vertical) .inner .thumb {
  left: auto;
  right: 0;
}

/* line 107, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.reversed.vertical.slider .inner .thumb {
  left: 0.03em;
}

/* line 110, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.labeled.reversed.slider > .labels .label {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

/*******************************
           Variations
*******************************/
/*--------------
      Vertical
  ---------------*/
/* line 125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.vertical.slider {
  height: 100%;
  width: 1.5em;
  padding: 0.5em 1em;
}

/* line 130, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.vertical.slider .inner {
  height: 100%;
}

/* line 133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.vertical.slider .inner .track {
  height: 100%;
  width: 0.4em;
  left: 0.55em;
  top: 0;
}

/* line 139, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.vertical.slider .inner .track-fill {
  width: 0.4em;
  left: 0.55em;
  top: 0;
}

/* Vertical Reversed */
/* line 146, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.vertical.reversed.slider .inner .thumb {
  top: auto;
  bottom: 0;
}

/* line 150, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.vertical.reversed.slider .inner .track-fill {
  top: auto;
  bottom: 0;
}

/*--------------
      Labeled
  ---------------*/
/* line 159, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.labeled.slider > .labels {
  height: 1.5em;
  width: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

/* line 169, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.labeled.slider:not(.vertical) > .labels {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 173, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.labeled.slider > .labels .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

/* line 181, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.labeled.ticked.slider > .labels .label:after {
  content: ' ';
  height: 1.5em;
  width: 1px;
  background: #ccc;
  position: absolute;
  top: 100%;
  left: 50%;
}

/* line 190, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.labeled.ticked.slider > .labels .halftick.label:after {
  height: 0.75em;
}

/* Vertical Labels */
/* line 195, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.labeled.vertical.slider > .labels {
  width: 1.5em;
  height: auto;
  left: 50%;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 204, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.labeled.vertical.slider > .labels .label {
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

/* line 208, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.labeled.vertical.slider > .labels .label:after {
  width: 1.5em;
  height: 1px;
  left: 100%;
  top: 50%;
}

/* line 214, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.labeled.vertical.slider > .labels .halftick.label:after {
  width: 0.75em;
  height: 1px;
}

/* Vertical Reversed Labels */
/* line 220, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.labeled.vertical.reversed.slider > .labels .label {
  -webkit-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
}

/*--------------
    Hover
---------------*/
/* line 229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.hover.slider .inner .thumb {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 234, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.hover.slider:not(.disabled):hover .inner .thumb,
.ui.hover.slider:not(.disabled):focus .inner .thumb {
  opacity: 1;
}

/*--------------
      Inverted
  ---------------*/
/* line 243, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.inverted.slider .inner .track-fill {
  background-color: #545454;
}

/* line 246, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.inverted.slider .inner .track {
  background-color: rgba(255, 255, 255, 0.08);
}

/*--------------
     Colors
---------------*/
/* Standard */
/* line 256, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.primary.slider .inner .track-fill {
  background-color: #2196f3;
}

/* line 259, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.primary.inverted.slider .inner .track-fill {
  background-color: #54C8FF;
}

/* Basic */
/* line 264, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.primary.slider.basic .inner .thumb {
  background-color: #2196f3;
}

/* line 267, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.primary.slider.basic .inner .thumb:hover,
.ui.primary.slider.basic:focus .inner .thumb {
  background-color: #1678c2;
}

/* Basic Inverted */
/* line 273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.primary.inverted.slider.basic .inner .thumb {
  background-color: #54C8FF;
}

/* line 276, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.primary.inverted.slider.basic .inner .thumb:hover,
.ui.primary.inverted.slider.basic:focus .inner .thumb {
  background-color: #21b8ff;
}

/* Standard */
/* line 282, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.secondary.slider .inner .track-fill {
  background-color: #1A1A1D;
}

/* line 285, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.secondary.inverted.slider .inner .track-fill {
  background-color: #545454;
}

/* Basic */
/* line 290, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.secondary.slider.basic .inner .thumb {
  background-color: #1A1A1D;
}

/* line 293, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.secondary.slider.basic .inner .thumb:hover,
.ui.secondary.slider.basic:focus .inner .thumb {
  background-color: #27292a;
}

/* Basic Inverted */
/* line 299, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.secondary.inverted.slider.basic .inner .thumb {
  background-color: #545454;
}

/* line 302, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.secondary.inverted.slider.basic .inner .thumb:hover,
.ui.secondary.inverted.slider.basic:focus .inner .thumb {
  background-color: #6e6e6e;
}

/* Standard */
/* line 308, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.red.slider .inner .track-fill {
  background-color: #d32f2f;
}

/* line 311, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.red.inverted.slider .inner .track-fill {
  background-color: #FF695E;
}

/* Basic */
/* line 316, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.red.slider.basic .inner .thumb {
  background-color: #d32f2f;
}

/* line 319, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.red.slider.basic .inner .thumb:hover,
.ui.red.slider.basic:focus .inner .thumb {
  background-color: #d01919;
}

/* Basic Inverted */
/* line 325, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.red.inverted.slider.basic .inner .thumb {
  background-color: #FF695E;
}

/* line 328, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.red.inverted.slider.basic .inner .thumb:hover,
.ui.red.inverted.slider.basic:focus .inner .thumb {
  background-color: #ff392b;
}

/* Standard */
/* line 334, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.orange.slider .inner .track-fill {
  background-color: #f57c00;
}

/* line 337, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.orange.inverted.slider .inner .track-fill {
  background-color: #FF851B;
}

/* Basic */
/* line 342, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.orange.slider.basic .inner .thumb {
  background-color: #f57c00;
}

/* line 345, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.orange.slider.basic .inner .thumb:hover,
.ui.orange.slider.basic:focus .inner .thumb {
  background-color: #f26202;
}

/* Basic Inverted */
/* line 351, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.orange.inverted.slider.basic .inner .thumb {
  background-color: #FF851B;
}

/* line 354, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.orange.inverted.slider.basic .inner .thumb:hover,
.ui.orange.inverted.slider.basic:focus .inner .thumb {
  background-color: #e76b00;
}

/* Standard */
/* line 360, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.yellow.slider .inner .track-fill {
  background-color: #FBBD08;
}

/* line 363, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.yellow.inverted.slider .inner .track-fill {
  background-color: #FFE21F;
}

/* Basic */
/* line 368, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.yellow.slider.basic .inner .thumb {
  background-color: #FBBD08;
}

/* line 371, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.yellow.slider.basic .inner .thumb:hover,
.ui.yellow.slider.basic:focus .inner .thumb {
  background-color: #eaae00;
}

/* Basic Inverted */
/* line 377, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.yellow.inverted.slider.basic .inner .thumb {
  background-color: #FFE21F;
}

/* line 380, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.yellow.inverted.slider.basic .inner .thumb:hover,
.ui.yellow.inverted.slider.basic:focus .inner .thumb {
  background-color: #ebcd00;
}

/* Standard */
/* line 386, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.olive.slider .inner .track-fill {
  background-color: #B5CC18;
}

/* line 389, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.olive.inverted.slider .inner .track-fill {
  background-color: #D9E778;
}

/* Basic */
/* line 394, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.olive.slider.basic .inner .thumb {
  background-color: #B5CC18;
}

/* line 397, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.olive.slider.basic .inner .thumb:hover,
.ui.olive.slider.basic:focus .inner .thumb {
  background-color: #a7bd0d;
}

/* Basic Inverted */
/* line 403, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.olive.inverted.slider.basic .inner .thumb {
  background-color: #D9E778;
}

/* line 406, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.olive.inverted.slider.basic .inner .thumb:hover,
.ui.olive.inverted.slider.basic:focus .inner .thumb {
  background-color: #d2e745;
}

/* Standard */
/* line 412, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.green.slider .inner .track-fill {
  background-color: #21BA45;
}

/* line 415, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.green.inverted.slider .inner .track-fill {
  background-color: #2ECC40;
}

/* Basic */
/* line 420, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.green.slider.basic .inner .thumb {
  background-color: #21BA45;
}

/* line 423, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.green.slider.basic .inner .thumb:hover,
.ui.green.slider.basic:focus .inner .thumb {
  background-color: #16ab39;
}

/* Basic Inverted */
/* line 429, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.green.inverted.slider.basic .inner .thumb {
  background-color: #2ECC40;
}

/* line 432, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.green.inverted.slider.basic .inner .thumb:hover,
.ui.green.inverted.slider.basic:focus .inner .thumb {
  background-color: #1ea92e;
}

/* Standard */
/* line 438, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.teal.slider .inner .track-fill {
  background-color: #00796b;
}

/* line 441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.teal.inverted.slider .inner .track-fill {
  background-color: #6DFFFF;
}

/* Basic */
/* line 446, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.teal.slider.basic .inner .thumb {
  background-color: #00796b;
}

/* line 449, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.teal.slider.basic .inner .thumb:hover,
.ui.teal.slider.basic:focus .inner .thumb {
  background-color: #009c95;
}

/* Basic Inverted */
/* line 455, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.teal.inverted.slider.basic .inner .thumb {
  background-color: #6DFFFF;
}

/* line 458, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.teal.inverted.slider.basic .inner .thumb:hover,
.ui.teal.inverted.slider.basic:focus .inner .thumb {
  background-color: #3affff;
}

/* Standard */
/* line 464, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.blue.slider .inner .track-fill {
  background-color: #2196f3;
}

/* line 467, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.blue.inverted.slider .inner .track-fill {
  background-color: #54C8FF;
}

/* Basic */
/* line 472, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.blue.slider.basic .inner .thumb {
  background-color: #2196f3;
}

/* line 475, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.blue.slider.basic .inner .thumb:hover,
.ui.blue.slider.basic:focus .inner .thumb {
  background-color: #1678c2;
}

/* Basic Inverted */
/* line 481, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.blue.inverted.slider.basic .inner .thumb {
  background-color: #54C8FF;
}

/* line 484, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.blue.inverted.slider.basic .inner .thumb:hover,
.ui.blue.inverted.slider.basic:focus .inner .thumb {
  background-color: #21b8ff;
}

/* Standard */
/* line 490, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.violet.slider .inner .track-fill {
  background-color: #6435C9;
}

/* line 493, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.violet.inverted.slider .inner .track-fill {
  background-color: #A291FB;
}

/* Basic */
/* line 498, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.violet.slider.basic .inner .thumb {
  background-color: #6435C9;
}

/* line 501, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.violet.slider.basic .inner .thumb:hover,
.ui.violet.slider.basic:focus .inner .thumb {
  background-color: #5829bb;
}

/* Basic Inverted */
/* line 507, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.violet.inverted.slider.basic .inner .thumb {
  background-color: #A291FB;
}

/* line 510, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.violet.inverted.slider.basic .inner .thumb:hover,
.ui.violet.inverted.slider.basic:focus .inner .thumb {
  background-color: #745aff;
}

/* Standard */
/* line 516, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.purple.slider .inner .track-fill {
  background-color: #A333C8;
}

/* line 519, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.purple.inverted.slider .inner .track-fill {
  background-color: #DC73FF;
}

/* Basic */
/* line 524, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.purple.slider.basic .inner .thumb {
  background-color: #A333C8;
}

/* line 527, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.purple.slider.basic .inner .thumb:hover,
.ui.purple.slider.basic:focus .inner .thumb {
  background-color: #9627ba;
}

/* Basic Inverted */
/* line 533, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.purple.inverted.slider.basic .inner .thumb {
  background-color: #DC73FF;
}

/* line 536, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.purple.inverted.slider.basic .inner .thumb:hover,
.ui.purple.inverted.slider.basic:focus .inner .thumb {
  background-color: #cf40ff;
}

/* Standard */
/* line 542, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.pink.slider .inner .track-fill {
  background-color: #E03997;
}

/* line 545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.pink.inverted.slider .inner .track-fill {
  background-color: #FF8EDF;
}

/* Basic */
/* line 550, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.pink.slider.basic .inner .thumb {
  background-color: #E03997;
}

/* line 553, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.pink.slider.basic .inner .thumb:hover,
.ui.pink.slider.basic:focus .inner .thumb {
  background-color: #e61a8d;
}

/* Basic Inverted */
/* line 559, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.pink.inverted.slider.basic .inner .thumb {
  background-color: #FF8EDF;
}

/* line 562, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.pink.inverted.slider.basic .inner .thumb:hover,
.ui.pink.inverted.slider.basic:focus .inner .thumb {
  background-color: #ff5bd1;
}

/* Standard */
/* line 568, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.brown.slider .inner .track-fill {
  background-color: #A5673F;
}

/* line 571, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.brown.inverted.slider .inner .track-fill {
  background-color: #D67C1C;
}

/* Basic */
/* line 576, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.brown.slider.basic .inner .thumb {
  background-color: #A5673F;
}

/* line 579, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.brown.slider.basic .inner .thumb:hover,
.ui.brown.slider.basic:focus .inner .thumb {
  background-color: #975b33;
}

/* Basic Inverted */
/* line 585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.brown.inverted.slider.basic .inner .thumb {
  background-color: #D67C1C;
}

/* line 588, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.brown.inverted.slider.basic .inner .thumb:hover,
.ui.brown.inverted.slider.basic:focus .inner .thumb {
  background-color: #b0620f;
}

/* Standard */
/* line 594, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.grey.slider .inner .track-fill {
  background-color: #767676;
}

/* line 597, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.grey.inverted.slider .inner .track-fill {
  background-color: #DCDDDE;
}

/* Basic */
/* line 602, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.grey.slider.basic .inner .thumb {
  background-color: #767676;
}

/* line 605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.grey.slider.basic .inner .thumb:hover,
.ui.grey.slider.basic:focus .inner .thumb {
  background-color: #838383;
}

/* Basic Inverted */
/* line 611, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.grey.inverted.slider.basic .inner .thumb {
  background-color: #DCDDDE;
}

/* line 614, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.grey.inverted.slider.basic .inner .thumb:hover,
.ui.grey.inverted.slider.basic:focus .inner .thumb {
  background-color: #c2c4c5;
}

/* Standard */
/* line 620, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.black.slider .inner .track-fill {
  background-color: #1A1A1D;
}

/* line 623, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.black.inverted.slider .inner .track-fill {
  background-color: #545454;
}

/* Basic */
/* line 628, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.black.slider.basic .inner .thumb {
  background-color: #1A1A1D;
}

/* line 631, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.black.slider.basic .inner .thumb:hover,
.ui.black.slider.basic:focus .inner .thumb {
  background-color: #27292a;
}

/* Basic Inverted */
/* line 637, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.black.inverted.slider.basic .inner .thumb {
  background-color: #545454;
}

/* line 640, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.black.inverted.slider.basic .inner .thumb:hover,
.ui.black.inverted.slider.basic:focus .inner .thumb {
  background-color: #000000;
}

/*--------------
       Basic
  ---------------*/
/* Standard */
/* line 651, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider.basic .inner .thumb {
  background-color: #1A1A1D;
}

/* line 654, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider.basic .inner .thumb:hover,
.ui.slider.basic:focus .inner .thumb {
  background-color: #27292a;
}

/*--------------
      Basic Inverted
    ---------------*/
/* Standard */
/* line 665, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.inverted.slider.basic .inner .thumb {
  background-color: #545454;
}

/* line 668, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.inverted.slider.basic .inner .thumb:hover,
.ui.inverted.slider.basic:focus .inner .thumb {
  background-color: #000000;
}

/*--------------
     Sizing
---------------*/
/* line 677, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider.small .inner .thumb {
  height: 1em;
  width: 1em;
}

/* line 681, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider.small:not(.vertical) .inner {
  height: 1em;
}

/* line 684, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider.small:not(.vertical) .inner .track,
.ui.slider.small:not(.vertical) .inner .track-fill {
  height: 0.3em;
  top: 0.35em;
}

/* line 689, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.small.labeled.slider:not(.vertical) > .labels,
.ui.small.labeled.slider:not(.vertical) > .labels .label:after {
  height: 1em;
}

/* line 693, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.small.labeled.slider:not(.vertical) > .labels .halftick.label:after {
  height: 0.5em;
}

/* Small Vertical */
/* line 698, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider.small.vertical .inner {
  width: 1em;
}

/* line 701, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider.small.vertical .inner .track,
.ui.slider.small.vertical .inner .track-fill {
  width: 0.3em;
  left: 0.35em;
}

/* line 706, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.small.labeled.vertical.slider > .labels,
.ui.small.labeled.vertical.slider > .labels .label:after {
  width: 1em;
}

/* line 710, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.small.labeled.vertical.slider > .labels .halftick.label:after {
  width: 0.5em;
}

/* line 713, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider.large .inner .thumb {
  height: 2em;
  width: 2em;
}

/* line 717, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider.large:not(.vertical) .inner {
  height: 2em;
}

/* line 720, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider.large:not(.vertical) .inner .track,
.ui.slider.large:not(.vertical) .inner .track-fill {
  height: 0.5em;
  top: 0.75em;
}

/* line 725, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.large.labeled.slider:not(.vertical) > .labels,
.ui.large.labeled.slider:not(.vertical) > .labels .label:after {
  height: 2em;
}

/* line 729, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.large.labeled.slider:not(.vertical) > .labels .halftick.label:after {
  height: 1em;
}

/* Small Vertical */
/* line 734, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider.large.vertical .inner {
  width: 2em;
}

/* line 737, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider.large.vertical .inner .track,
.ui.slider.large.vertical .inner .track-fill {
  width: 0.5em;
  left: 0.75em;
}

/* line 742, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.large.labeled.vertical.slider > .labels,
.ui.large.labeled.vertical.slider > .labels .label:after {
  width: 2em;
}

/* line 746, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.large.labeled.vertical.slider > .labels .halftick.label:after {
  width: 1em;
}

/* line 749, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider.big .inner .thumb {
  height: 2.5em;
  width: 2.5em;
}

/* line 753, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider.big:not(.vertical) .inner {
  height: 2.5em;
}

/* line 756, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider.big:not(.vertical) .inner .track,
.ui.slider.big:not(.vertical) .inner .track-fill {
  height: 0.6em;
  top: 0.95em;
}

/* line 761, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.big.labeled.slider:not(.vertical) > .labels,
.ui.big.labeled.slider:not(.vertical) > .labels .label:after {
  height: 2.5em;
}

/* line 765, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.big.labeled.slider:not(.vertical) > .labels .halftick.label:after {
  height: 1.25em;
}

/* Small Vertical */
/* line 770, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider.big.vertical .inner {
  width: 2.5em;
}

/* line 773, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.slider.big.vertical .inner .track,
.ui.slider.big.vertical .inner .track-fill {
  width: 0.6em;
  left: 0.95em;
}

/* line 778, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.big.labeled.vertical.slider > .labels,
.ui.big.labeled.vertical.slider > .labels .label:after {
  width: 2.5em;
}

/* line 782, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_slider.scss */
.ui.big.labeled.vertical.slider > .labels .halftick.label:after {
  width: 1.25em;
}

/*******************************
        Slider Overrides
*******************************/
/*!
 * # Fomantic-UI - Sticky
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Sticky
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sticky.scss */
.ui.sticky {
  position: static;
  -webkit-transition: none;
  transition: none;
  z-index: 800;
}

/*******************************
            States
*******************************/
/* Bound */
/* line 30, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sticky.scss */
.ui.sticky.bound {
  position: absolute;
  left: auto;
  right: auto;
}

/* Fixed */
/* line 37, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sticky.scss */
.ui.sticky.fixed {
  position: fixed;
  left: auto;
  right: auto;
}

/* Bound/Fixed Position */
/* line 44, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sticky.scss */
.ui.sticky.bound.top,
.ui.sticky.fixed.top {
  top: 0;
  bottom: auto;
}

/* line 49, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sticky.scss */
.ui.sticky.bound.bottom,
.ui.sticky.fixed.bottom {
  top: auto;
  bottom: 0;
}

/*******************************
            Types
*******************************/
/* line 60, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_sticky.scss */
.ui.native.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Fomantic-UI - Tab
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
           UI Tabs
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_tab.scss */
.ui.tab {
  display: none;
}

/*******************************
             States
*******************************/
/*--------------------
       Active
---------------------*/
/* line 30, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_tab.scss */
.ui.tab.active,
.ui.tab.open {
  display: block;
}

/*--------------------
         Loading
  ---------------------*/
/* line 39, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_tab.scss */
.ui.tab.loading {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 250px;
}

/* line 45, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_tab.scss */
.ui.tab.loading * {
  position: relative !important;
  left: -10000px !important;
}

/* line 49, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_tab.scss */
.ui.tab.loading:before,
.ui.tab.loading.segment:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.25em 0 0 -1.25em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

/* line 61, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_tab.scss */
.ui.tab.loading:after,
.ui.tab.loading.segment:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.25em 0 0 -1.25em;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation: loader 0.6s infinite linear;
  animation: loader 0.6s infinite linear;
  border: 0.2em solid #767676;
  border-radius: 500rem;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
}

/*******************************
         Tab Overrides
*******************************/
/*******************************
        User Overrides
*******************************/
/*!
 * # Fomantic-UI - Toast
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
        Toast container
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container {
  position: fixed;
  z-index: 9999;
}

/* line 20, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container.top.right {
  top: 0.85714286em;
  right: 0.85714286em;
  margin-left: 0.85714286em;
}

/* line 25, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container.top.left {
  top: 0.85714286em;
  left: 0.85714286em;
  margin-right: 0.85714286em;
}

/* line 30, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container.top.center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0.85714286em;
}

/* line 36, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container.bottom.right {
  bottom: 0.85714286em;
  right: 0.85714286em;
  margin-left: 0.85714286em;
}

/* line 41, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container.bottom.left {
  bottom: 0.85714286em;
  left: 0.85714286em;
  margin-right: 0.85714286em;
}

/* line 46, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container.bottom.center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0.85714286em;
}

/* line 52, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .visible.toast-box,
.ui.toast-container .animating.toast-box,
.ui.toast-container .toast-box {
  display: table !important;
}

/* line 57, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box {
  margin-bottom: 0.5em;
  border-radius: 0.28571429rem;
  cursor: default;
}

/* line 62, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box:hover {
  opacity: 1;
}

/* line 65, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box:not(.unclickable):hover {
  cursor: pointer;
}

/* line 68, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box.floating,
.ui.toast-container .toast-box.hoverfloating:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.12);
}

/* line 74, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box.compact,
.ui.toast-container .toast-box > .compact {
  width: 350px;
}

/* line 78, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box > .ui.toast,
.ui.toast-container .toast-box > .ui.message,
.ui.toast-container .toast-box > .ui.alert-error {
  margin: 0 -1px -0.01em;
  position: relative;
}

/* line 83, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box > .attached.progress {
  z-index: 1;
}

/* line 86, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box > .attached.progress.bottom {
  margin: -0.2em -1px -0.01em;
}

/* line 89, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box > .attached.progress.top {
  margin: -0.01em -1px -0.2em;
}

/* line 92, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box > .attached.progress .bar {
  min-width: 0;
}

/* line 95, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box > .attached.progress.info .bar.bar.bar {
  background: #12a1bf;
}

/* line 98, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box > .attached.progress.warning .bar.bar.bar {
  background: #cf9b0d;
}

/* line 101, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box > .attached.progress.success .bar.bar.bar {
  background: #15792d;
}

/* line 104, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box > .attached.progress .error .bar.bar.bar {
  background: #9c1a1a;
}

/* line 107, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box > .attached.progress.neutral .bar.bar.bar {
  background: #d9d9d9;
}

/* line 110, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box > .ui.message > .close.icon, .ui.toast-container .toast-box > .ui.alert-error > .close.icon {
  top: 0.3em;
  right: 0.3em;
}

/* line 114, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box > .ui.message > .actions:last-child, .ui.toast-container .toast-box > .ui.alert-error > .actions:last-child {
  margin-bottom: -1em;
}

/* line 117, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box > .ui.message.icon, .ui.toast-container .toast-box > .ui.icon.alert-error {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

/* line 122, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box > .ui.message.icon > :not(.icon):not(.actions), .ui.toast-container .toast-box > .ui.icon.alert-error > :not(.icon):not(.actions) {
  padding-left: 5rem;
}

/* line 125, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box > .ui.message.icon > .icon:not(.close), .ui.toast-container .toast-box > .ui.icon.alert-error > .icon:not(.close) {
  display: inline-block;
  position: absolute;
  width: 4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 133, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box > .ui.message.icon:not(.vertical).actions > .icon:not(.close), .ui.toast-container .toast-box > .ui.icon.alert-error:not(.vertical).actions > .icon:not(.close) {
  top: calc(50% - 1.2em);
  -webkit-transform: none;
  transform: none;
}

/* line 138, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box > .ui.message.icon:not(.vertical).icon.icon.icon, .ui.toast-container .toast-box > .ui.icon.alert-error:not(.vertical).icon.icon.icon {
  display: block;
}

/* line 141, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .ui.toast > .close.icon {
  cursor: pointer;
  margin: 0;
  opacity: 0.7;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/* line 148, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .ui.toast > .close.icon:hover {
  opacity: 1;
}

/* line 151, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .ui.toast.vertical > .close.icon {
  margin-top: -0.3em;
  margin-right: -0.3em;
}

/* line 155, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .ui.toast:not(.vertical) > .close.icon {
  position: absolute;
  top: 0.3em;
}

/* line 159, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .ui.toast:not(.vertical) > .close.icon:not(.left) {
  right: 0.3em;
}

/* line 162, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .ui.toast:not(.vertical) > .close.icon.left {
  margin-left: -0.3em;
}

/* line 165, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .ui.card {
  margin: 0;
}

/* line 168, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .ui.card.attached:not(.vertical).bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 172, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .ui.card.attached:not(.vertical).bottom.horizontal > .image > img {
  border-top-left-radius: 0;
}

/* line 175, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .ui.card.attached:not(.vertical).bottom.horizontal > .image:last-child > img {
  border-top-right-radius: 0;
}

/* line 178, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .ui.card.attached:not(.vertical).top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 182, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .ui.card.attached:not(.vertical).top.horizontal > .image > img {
  border-bottom-left-radius: 0;
}

/* line 185, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .ui.card.attached:not(.vertical).top.horizontal > .image:last-child > img {
  border-bottom-right-radius: 0;
}

/* line 188, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .ui.card.horizontal.actions > .image > img {
  border-bottom-left-radius: 0;
}

/* line 191, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .ui.card.horizontal.actions > .image:last-child > img {
  border-bottom-right-radius: 0;
}

/* line 194, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .progressing {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* line 200, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .progressing.up {
  -webkit-animation-name: progressUp;
  animation-name: progressUp;
}

/* line 204, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .progressing.down {
  -webkit-animation-name: progressDown;
  animation-name: progressDown;
}

/* line 208, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .progressing.wait {
  -webkit-animation-name: progressWait;
  animation-name: progressWait;
}

/* line 212, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box:hover .pausable.progressing {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/* line 216, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .ui.toast:not(.vertical) {
  display: block;
}

/* line 219, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box :not(.comment):not(.card) .actions {
  margin: 0.5em -1em -1em -1em;
}

/* line 222, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box :not(.comment) .actions {
  padding: 0.5em 0.5em 0.75em 0.5em;
  text-align: right;
}

/* line 226, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box :not(.comment) .actions.attached:not(.vertical) {
  margin-right: 1px;
}

/* line 229, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box :not(.comment) .actions:not(.basic):not(.attached) {
  background: rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 233, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box :not(.comment) .actions.left {
  text-align: left;
}

/* line 236, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box .vertical.actions > .button,
.ui.toast-container .toast-box > .vertical > .vertical.vertical,
.ui.toast-container .toast-box > .vertical.vertical.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 243, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box :not(.comment) .vertical.actions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 249, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box :not(.comment) .vertical.actions > .button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 254, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box :not(.comment) .vertical.actions.attached > .button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 259, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached) {
  border-top: 0;
  margin-top: -0.75em;
  margin-bottom: -0.75em;
  margin-left: 1em;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 267, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached):not(.basic) {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 270, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached) > .button:not(:last-child) {
  margin-bottom: 0.3em;
}

/* line 273, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached).top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 278, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached).bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 283, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.vertical.attached:not(.left).card > .image > img {
  border-top-right-radius: 0;
}

/* line 286, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.vertical.attached:not(.left).card.horizontal > .image:last-child > img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 290, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.vertical.attached:not(.left).card,
.ui.vertical.attached:not(.left).toast {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 295, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.vertical.attached:not(.left).actions {
  border-top-right-radius: 0.28571429rem;
  border-bottom-right-radius: 0.28571429rem;
}

/* line 299, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.vertical.attached:not(.left).actions .button:first-child,
.ui.vertical.attached:not(.left).actions .button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 304, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.vertical.attached:not(.left).message, .ui.vertical.attached.alert-error:not(.left) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.28571429rem;
}

/* line 308, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.vertical.attached.left.card > .image > img {
  border-top-left-radius: 0;
}

/* line 311, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.vertical.attached.left.card.horizontal > .image > img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 315, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.vertical.attached.left.card,
.ui.vertical.attached.left.toast {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 320, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.vertical.attached.left.actions {
  border-top-left-radius: 0.28571429rem;
  border-bottom-left-radius: 0.28571429rem;
}

/* line 324, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.vertical.attached.left.actions .button:first-child,
.ui.vertical.attached.left.actions .button:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 329, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.vertical.attached.left.actions .button:not(:first-child):not(:last-child) {
  margin-left: -1px;
}

/* line 332, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.vertical.attached.left.message.message.message, .ui.vertical.attached.left.alert-error {
  border-top-right-radius: 0.28571429rem;
  border-bottom-right-radius: 0.28571429rem;
}

/* line 336, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.attached:not(.vertical):not(.top).actions {
  border-bottom-left-radius: 0.28571429rem;
  border-bottom-right-radius: 0.28571429rem;
}

/* line 340, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.attached:not(.vertical):not(.top).actions .button:first-child {
  border-bottom-left-radius: 0.28571429rem;
}

/* line 343, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.attached:not(.vertical):not(.top).actions .button:last-child {
  border-bottom-right-radius: 0.28571429rem;
}

/* line 346, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.attached:not(.vertical).top.actions {
  border-top-left-radius: 0.28571429rem;
  border-top-right-radius: 0.28571429rem;
}

/* line 350, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.attached:not(.vertical).top.actions .button:first-child {
  border-top-left-radius: 0.28571429rem;
}

/* line 353, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.attached:not(.vertical).top.actions .button:last-child {
  border-top-right-radius: 0.28571429rem;
}

/*******************************
            Toast
*******************************/
/* line 362, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast {
  display: none;
  border-radius: 0.28571429rem;
  padding: 0.78571429em 1em;
  margin: 0 -1px -0.01em;
  color: rgba(0, 0, 0, 0.87);
  background-color: #FFFFFF;
}

/* line 370, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast > .content > .header {
  font-weight: bold;
  color: inherit;
  margin: 0;
}

/* line 375, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast.info {
  background-color: #31CCEC;
  color: rgba(255, 255, 255, 0.9);
}

/* line 379, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast.warning {
  background-color: #F2C037;
  color: rgba(255, 255, 255, 0.9);
}

/* line 383, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast.success {
  background-color: #21BA45;
  color: rgba(255, 255, 255, 0.9);
}

/* line 387, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast.error {
  background-color: #d32f2f;
  color: rgba(255, 255, 255, 0.9);
}

/* line 391, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast.neutral {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}

/* line 395, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast > .icon:not(.close) {
  font-size: 1.5em;
}

/* line 398, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast:not(.vertical) > .icon:not(.close) {
  position: absolute;
}

/* line 401, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast:not(.vertical) > .icon:not(.close) + .content {
  padding-left: 3em;
}

/* line 404, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast:not(.vertical) > .close.icon + .content {
  padding-left: 1.5em;
}

/* line 407, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast:not(.vertical) > .ui.image {
  position: absolute;
}

/* line 410, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast:not(.vertical) > .ui.image.avatar + .content {
  padding-left: 3em;
  min-height: 2em;
}

/* line 414, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast:not(.vertical) > .ui.image.mini + .content {
  padding-left: 3.4em;
  min-height: 35px;
}

/* line 418, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast:not(.vertical) > .ui.image.tiny + .content {
  padding-left: 7em;
  min-height: 80px;
}

/* line 422, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast:not(.vertical) > .ui.image.small + .content {
  padding-left: 12em;
  min-height: 150px;
}

/* line 426, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast:not(.vertical) > .centered.image,
.ui.toast:not(.vertical) > .centered.icon {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

/* line 432, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast:not(.vertical).actions > .centered.image {
  top: calc(50% - 2em);
}

/* line 435, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast:not(.vertical).actions > .centered.icon {
  top: calc(50% - 1.2em);
}

/* line 438, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast.vertical > .close.icon + .content {
  padding-left: 1em;
}

/* line 441, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast.vertical > .ui.image + .content,
.ui.toast.vertical > .icon:not(.close) + .content {
  padding-left: 1em;
}

/* line 445, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast.vertical > .ui.image {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* IE11 fix */
}

/* line 453, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast.vertical > .centered.image,
.ui.toast.vertical > .centered.icon {
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 458, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast.attached.bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 462, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.toast.attached.top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 466, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.hoverfloating.message:hover, .ui.hoverfloating.alert-error:hover {
  -webkit-box-shadow: 0 0 0 1px inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

/* line 470, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.center.toast-container .toast-box,
.ui.right.toast-container .toast-box {
  margin-left: auto;
}

/* line 474, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.center.toast-container .toast-box {
  margin-right: auto;
}

/*--------------
     Colors
-------------- */
/* line 482, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.primary.toast {
  background-color: #2196f3;
  color: rgba(255, 255, 255, 0.9);
}

/* line 486, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.inverted.primary.toast,
.ui.toast-container .toast-box > .inverted.primary.attached.progress .bar {
  background-color: #54C8FF;
  color: rgba(0, 0, 0, 0.87);
}

/* line 491, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.secondary.toast {
  background-color: #1A1A1D;
  color: rgba(255, 255, 255, 0.9);
}

/* line 495, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.inverted.secondary.toast,
.ui.toast-container .toast-box > .inverted.secondary.attached.progress .bar {
  background-color: #545454;
  color: rgba(0, 0, 0, 0.87);
}

/* line 500, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.red.toast {
  background-color: #d32f2f;
  color: rgba(255, 255, 255, 0.9);
}

/* line 504, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.inverted.red.toast,
.ui.toast-container .toast-box > .inverted.red.attached.progress .bar {
  background-color: #FF695E;
  color: rgba(0, 0, 0, 0.87);
}

/* line 509, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.orange.toast {
  background-color: #f57c00;
  color: rgba(255, 255, 255, 0.9);
}

/* line 513, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.inverted.orange.toast,
.ui.toast-container .toast-box > .inverted.orange.attached.progress .bar {
  background-color: #FF851B;
  color: rgba(0, 0, 0, 0.87);
}

/* line 518, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.yellow.toast {
  background-color: #FBBD08;
  color: rgba(255, 255, 255, 0.9);
}

/* line 522, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.inverted.yellow.toast,
.ui.toast-container .toast-box > .inverted.yellow.attached.progress .bar {
  background-color: #FFE21F;
  color: rgba(0, 0, 0, 0.87);
}

/* line 527, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.olive.toast {
  background-color: #B5CC18;
  color: rgba(255, 255, 255, 0.9);
}

/* line 531, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.inverted.olive.toast,
.ui.toast-container .toast-box > .inverted.olive.attached.progress .bar {
  background-color: #D9E778;
  color: rgba(0, 0, 0, 0.87);
}

/* line 536, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.green.toast {
  background-color: #21BA45;
  color: rgba(255, 255, 255, 0.9);
}

/* line 540, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.inverted.green.toast,
.ui.toast-container .toast-box > .inverted.green.attached.progress .bar {
  background-color: #2ECC40;
  color: rgba(0, 0, 0, 0.87);
}

/* line 545, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.teal.toast {
  background-color: #00796b;
  color: rgba(255, 255, 255, 0.9);
}

/* line 549, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.inverted.teal.toast,
.ui.toast-container .toast-box > .inverted.teal.attached.progress .bar {
  background-color: #6DFFFF;
  color: rgba(0, 0, 0, 0.87);
}

/* line 554, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.blue.toast {
  background-color: #2196f3;
  color: rgba(255, 255, 255, 0.9);
}

/* line 558, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.inverted.blue.toast,
.ui.toast-container .toast-box > .inverted.blue.attached.progress .bar {
  background-color: #54C8FF;
  color: rgba(0, 0, 0, 0.87);
}

/* line 563, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.violet.toast {
  background-color: #6435C9;
  color: rgba(255, 255, 255, 0.9);
}

/* line 567, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.inverted.violet.toast,
.ui.toast-container .toast-box > .inverted.violet.attached.progress .bar {
  background-color: #A291FB;
  color: rgba(0, 0, 0, 0.87);
}

/* line 572, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.purple.toast {
  background-color: #A333C8;
  color: rgba(255, 255, 255, 0.9);
}

/* line 576, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.inverted.purple.toast,
.ui.toast-container .toast-box > .inverted.purple.attached.progress .bar {
  background-color: #DC73FF;
  color: rgba(0, 0, 0, 0.87);
}

/* line 581, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.pink.toast {
  background-color: #E03997;
  color: rgba(255, 255, 255, 0.9);
}

/* line 585, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.inverted.pink.toast,
.ui.toast-container .toast-box > .inverted.pink.attached.progress .bar {
  background-color: #FF8EDF;
  color: rgba(0, 0, 0, 0.87);
}

/* line 590, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.brown.toast {
  background-color: #A5673F;
  color: rgba(255, 255, 255, 0.9);
}

/* line 594, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.inverted.brown.toast,
.ui.toast-container .toast-box > .inverted.brown.attached.progress .bar {
  background-color: #D67C1C;
  color: rgba(0, 0, 0, 0.87);
}

/* line 599, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.grey.toast {
  background-color: #767676;
  color: rgba(255, 255, 255, 0.9);
}

/* line 603, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.inverted.grey.toast,
.ui.toast-container .toast-box > .inverted.grey.attached.progress .bar {
  background-color: #DCDDDE;
  color: rgba(0, 0, 0, 0.87);
}

/* line 608, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.black.toast {
  background-color: #1A1A1D;
  color: rgba(255, 255, 255, 0.9);
}

/* line 612, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.inverted.black.toast,
.ui.toast-container .toast-box > .inverted.black.attached.progress .bar {
  background-color: #545454;
  color: rgba(0, 0, 0, 0.87);
}

/* line 617, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
.ui.inverted.toast {
  color: rgba(255, 255, 255, 0.9);
  background-color: #1A1A1D;
}

@media only screen and (max-width: 420px) {
  /* line 622, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
  .ui.toast-container .toast-box.toast-box,
  .ui.toast-container .toast-box > .compact,
  .ui.toast-container .toast-box > .vertical > *,
  .ui.toast-container .toast-box > * {
    width: auto;
    max-width: 100%;
  }

  /* line 629, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
  .ui.toast-container .toast-box > *:not(.vertical) {
    min-width: 280px;
  }

  /* line 632, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_toast.scss */
  .ui.toast-container .toast-box > .ui.card.horizontal,
  .ui.toast-container .toast-box > .vertical > .ui.horizontal.card {
    min-width: initial;
  }
}
/*---------------
   Progress Bar
 ----------------*/
@-webkit-keyframes progressDown {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes progressDown {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes progressUp {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressUp {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progressWait {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes progressWait {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*!
 * # Fomantic-UI - Transition
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
          Transitions
*******************************/
/* line 16, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*******************************
            States
*******************************/
/* Animating */
/* line 34, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.animating.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible !important;
}

/* Loading */
/* line 41, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

/* Hidden */
/* line 48, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.hidden.transition {
  display: none;
  visibility: hidden;
}

/* Visible */
/* line 54, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.visible.transition {
  display: block !important;
  visibility: visible !important;
  /*  backface-visibility: @backfaceVisibility;
    transform: @use3DAcceleration;*/
}

/* Disabled */
/* line 62, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.disabled.transition {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/*******************************
          Variations
*******************************/
/* line 72, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.looping.transition {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*******************************
          Transitions
*******************************/
/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/
/*--------------
     Browse
---------------*/
/* line 94, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition.browse {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/* line 98, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition.browse.in {
  -webkit-animation-name: browseIn;
  animation-name: browseIn;
}

/* line 102, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition.browse.out,
.transition.browse.left.out {
  -webkit-animation-name: browseOutLeft;
  animation-name: browseOutLeft;
}

/* line 107, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
  animation-name: browseOutRight;
}

/* In */
@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
  }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999;
  }
}
@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
  }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999;
  }
}
/* Out */
@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
/*--------------
     Drop
---------------*/
/* line 252, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.drop.transition {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}

/* line 260, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.drop.transition.in {
  -webkit-animation-name: dropIn;
  animation-name: dropIn;
}

/* line 264, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.drop.transition.out {
  -webkit-animation-name: dropOut;
  animation-name: dropOut;
}

/* Drop */
@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
/*--------------
      Fade
---------------*/
/* line 323, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* line 327, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* line 331, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* line 335, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* line 339, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* line 343, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition.fade.out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/* line 347, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/* line 351, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/* line 355, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/* line 359, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

/* In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* Out */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
/*--------------
     Flips
---------------*/
/* line 596, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.flip.transition.in,
.flip.transition.out {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

/* line 601, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn;
}

/* line 605, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut;
}

/* line 609, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn;
}

/* line 613, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut;
}

/* In */
@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
}
/* Out */
@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}
/*--------------
      Scale
---------------*/
/* line 722, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

/* line 726, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Out */
@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/*--------------
      Fly
---------------*/
/* Inward */
/* line 787, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition.fly {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 793, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition.fly.in {
  -webkit-animation-name: flyIn;
  animation-name: flyIn;
}

/* line 797, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}

/* line 801, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}

/* line 805, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}

/* line 809, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}

/* Outward */
/* line 815, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition.fly.out {
  -webkit-animation-name: flyOut;
  animation-name: flyOut;
}

/* line 819, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
  animation-name: flyOutUp;
}

/* line 823, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
  animation-name: flyOutDown;
}

/* line 827, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
  animation-name: flyOutLeft;
}

/* line 831, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
  animation-name: flyOutRight;
}

/* In */
@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* Out */
@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/*--------------
     Slide
---------------*/
/* line 1244, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition.slide.in,
.transition[class*="slide down"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/* line 1251, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="slide up"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

/* line 1257, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="slide left"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

/* line 1263, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="slide right"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

/* line 1269, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition.slide.out,
.transition[class*="slide down"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/* line 1276, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="slide up"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

/* line 1282, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="slide left"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

/* line 1288, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="slide right"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

/* In */
@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* Out */
@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
/*--------------
     Swing
---------------*/
/* line 1399, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition.swing {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

/* line 1403, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="swing down"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/* line 1409, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="swing up"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

/* line 1415, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="swing left"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

/* line 1421, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="swing right"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

/* line 1427, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition.swing.out,
.transition[class*="swing down"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/* line 1434, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="swing up"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

/* line 1440, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="swing left"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

/* line 1446, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition[class*="swing right"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

/* In */
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
/* Out */
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
/*--------------
      Zoom
---------------*/
/* line 1653, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition.zoom.in {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* line 1657, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition.zoom.out {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
/*******************************
       Static Animations
*******************************/
/*--------------
    Emphasis
---------------*/
/* line 1720, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.flash.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* line 1726, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.shake.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: shake;
  animation-name: shake;
}

/* line 1732, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.bounce.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

/* line 1738, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.tada.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* line 1744, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.pulse.transition {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/* line 1750, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.jiggle.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: jiggle;
  animation-name: jiggle;
}

/* line 1756, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition.glow {
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 1762, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_transition.scss */
.transition.glow {
  -webkit-animation-name: glow;
  animation-name: glow;
}

/* Flash */
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
/* Shake */
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
/* Bounce */
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* Tada */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
/* Pulse */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* Jiggle */
@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* Glow */
@-webkit-keyframes glow {
  0% {
    background-color: #FCFCFD;
  }
  30% {
    background-color: #FFF6CD;
  }
  100% {
    background-color: #FCFCFD;
  }
}
@keyframes glow {
  0% {
    background-color: #FCFCFD;
  }
  30% {
    background-color: #FFF6CD;
  }
  100% {
    background-color: #FCFCFD;
  }
}
/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 1.12.3 - Video
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Video
*******************************/
/* line 17, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_video.scss */
.ui.video {
  background-color: #dddddd;
  position: relative;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  overflow: hidden;
}

/*--------------
     Content
---------------*/
/* Placeholder Image */
/* line 32, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_video.scss */
.ui.video .placeholder {
  background-color: #333333;
}

/* Play Icon Overlay */
/* line 37, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_video.scss */
.ui.video .play {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* line 49, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_video.scss */
.ui.video .play.icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  background: rgba(0, 0, 0, 0.3);
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
  border-radius: 500rem;
  color: #FFFFFF;
  font-size: 8rem;
  text-shadow: none;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 66, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_video.scss */
.ui.video .placeholder {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
}

/* IFrame Embed */
/* line 76, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_video.scss */
.ui.video .embed iframe,
.ui.video .embed embed,
.ui.video .embed object {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0em;
  padding: 0em;
}

/*******************************
            States
*******************************/
/*--------------
    Hover
---------------*/
/* line 99, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_video.scss */
.ui.video .play:hover {
  opacity: 1;
}

/*--------------
     Active
---------------*/
/* line 107, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_video.scss */
.ui.video.active .play,
.ui.video.active .placeholder {
  display: none;
}

/* line 111, /myapp/vendor/gems/fomantic-ui-sass/app/assets/stylesheets/semantic-ui/modules/_video.scss */
.ui.video.active .embed {
  display: inline;
}

/*******************************
        Video Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 0.0.8 - Calendar
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Popup
*******************************/
/* line 16, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.popup {
  max-width: none;
  padding: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*******************************
            Calendar
*******************************/
/* line 31, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .calendar:focus {
  outline: 0;
}

/*******************************
            Grid
*******************************/
/* line 40, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.popup .ui.grid {
  display: block;
  white-space: nowrap;
}

/* line 44, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.popup .ui.grid > .column {
  width: auto;
}

/*******************************
            Table
*******************************/
/* line 53, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table.year,
.ui.calendar .ui.table.month,
.ui.calendar .ui.table.minute {
  min-width: 15em;
}

/* line 58, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table.day {
  min-width: 18em;
}

/* line 61, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table.hour {
  min-width: 20em;
}

/* line 64, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table tr th,
.ui.calendar .ui.table tr td {
  padding: 0.5em;
  white-space: nowrap;
}

/* line 69, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table tr th {
  border-left: none;
}

/* line 72, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table tr th .icon {
  margin: 0;
}

/* line 75, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table tr th .icon {
  margin: 0;
}

/* line 78, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table tr:first-child th {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

/* line 83, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table.day tr:first-child th {
  border: none;
}

/* line 86, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table.day tr:nth-child(2) th {
  padding-top: 0.2em;
  padding-bottom: 0.3em;
}

/* line 90, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table tr td {
  padding-left: 0.1em;
  padding-right: 0.1em;
}

/* line 94, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table tr .link {
  cursor: pointer;
}

/* line 97, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table tr .prev.link {
  width: 14.28571429%;
  position: absolute;
  left: 0;
}

/* line 102, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table tr .next.link {
  width: 14.28571429%;
  position: absolute;
  right: 0;
}

/* line 107, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table tr .disabled {
  pointer-events: none;
  color: rgba(40, 40, 40, 0.3);
}

/*--------------
     States
---------------*/
/* line 116, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table tr td.today {
  font-weight: bold;
}

/* line 119, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table tr td.range {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  box-shadow: none;
}

/* line 124, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .ui.table.inverted tr td.range {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: none;
}

/* line 129, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .calendar:focus .ui.table tbody tr td.focus,
.ui.calendar .calendar.active .ui.table tbody tr td.focus {
  box-shadow: inset 0 0 0 1px #85B7D9;
}

/* line 133, /myapp/app/assets/stylesheets/semantic.calendar.css */
.ui.calendar .calendar:focus .ui.table.inverted tbody tr td.focus,
.ui.calendar .calendar.active .ui.table.inverted tbody tr td.focus {
  box-shadow: inset 0 0 0 1px #85B7D9;
}

/*******************************
         Theme Overrides
*******************************/
/* line 1, /myapp/app/assets/stylesheets/override.scss */
#main {
  min-height: 90%;
}

/* line 5, /myapp/app/assets/stylesheets/override.scss */
.brand {
  font-size: 1.3rem;
  margin-left: 0.5rem;
}

/* line 13, /myapp/app/assets/stylesheets/application.scss */
.header-logo-computer {
  padding-top: 7px !important;
  padding-bottom: 5px !important;
}

/* line 18, /myapp/app/assets/stylesheets/application.scss */
.header-logo-computer-image {
  max-height: 2em;
}

/* line 22, /myapp/app/assets/stylesheets/application.scss */
.half-width {
  ime-mode: disabled;
}

/* line 26, /myapp/app/assets/stylesheets/application.scss */
.footer-inverse {
  background: #333333 !important;
  color: #ffffff !important;
  padding-left: 0.5em;
}

/* line 32, /myapp/app/assets/stylesheets/application.scss */
.footer-inverse a:link {
  color: #c09853;
}

/* line 36, /myapp/app/assets/stylesheets/application.scss */
.footer-inverse a:visited {
  color: #c09853;
}

/* line 40, /myapp/app/assets/stylesheets/application.scss */
.footer-inverse a:hover {
  color: #c09853;
  text-decoration: underline;
}

/* line 45, /myapp/app/assets/stylesheets/application.scss */
.footer-inverse a:active {
  color: #eeeeee;
  text-decoration: underline;
}

/* line 50, /myapp/app/assets/stylesheets/application.scss */
#footer {
  margin-top: 3em;
}

/* line 54, /myapp/app/assets/stylesheets/application.scss */
#submit {
  margin-top: 1.5em;
}

/* line 67, /myapp/app/assets/stylesheets/application.scss */
.width_auto {
  display: inline-block;
  width: auto;
}

/* line 72, /myapp/app/assets/stylesheets/application.scss */
.button.x-mini {
  padding: 5px 7px;
  white-space: nowrap;
}

/* line 78, /myapp/app/assets/stylesheets/application.scss */
.target-office-select {
  width: 100%;
  vertical-align: bottom;
}

/* line 83, /myapp/app/assets/stylesheets/application.scss */
.remove-target {
  margin-top: 0.8em !important;
}

/* line 87, /myapp/app/assets/stylesheets/application.scss */
.section-left {
  width: 45%;
  float: left;
  margin-right: 5%;
}

/* line 93, /myapp/app/assets/stylesheets/application.scss */
.section-right {
  width: 45%;
  float: left;
  margin-left: 5%;
}

/* line 99, /myapp/app/assets/stylesheets/application.scss */
.clear-both {
  clear: both;
}

/* line 103, /myapp/app/assets/stylesheets/application.scss */
.detail-frame {
  border: solid #999 1px;
  padding: 30px;
  margin-top: 0.5em;
  margin-bottom: 2em;
}

/* line 110, /myapp/app/assets/stylesheets/application.scss */
table.details {
  border: solid #dddddd 1px;
}

/* line 114, /myapp/app/assets/stylesheets/application.scss */
table.details th {
  padding: 4px 8px !important;
  border: solid #dddddd 1px;
  font-size: 0.8em;
}

/* line 120, /myapp/app/assets/stylesheets/application.scss */
table.details td {
  width: 15%;
  padding: 4px 8px !important;
  border: solid #dddddd 1px;
  font-size: 0.8em;
}

/* line 127, /myapp/app/assets/stylesheets/application.scss */
table.sum td {
  width: auto;
  padding: 4px 8px !important;
  border: solid #dddddd 1px;
  font-size: 0.8em;
}

/* line 134, /myapp/app/assets/stylesheets/application.scss */
.pdf-title {
  text-align: center;
}

/* line 138, /myapp/app/assets/stylesheets/application.scss */
.currency {
  text-align: right !important;
}
