/*!
 * # Fomantic-UI 2.8.8 - Rating
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */


/*******************************
           Rating
*******************************/

.ui.rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: baseline;
}
.ui.rating:last-child {
  margin-right: 0;
}

/* Icon */
.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 */
.ui.rating .icon {
  background: transparent;
  color: rgba(0, 0, 0, 0.15);
}

/* Active Icon */
.ui.rating .active.icon {
  background: transparent;
  color: rgba(0, 0, 0, 0.85);
}

/* Partially Active Icon */
.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%);
}

/* central override for colors */
.ui.ui.rating .icon.partial.active {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

/* Selected Icon */
.ui.rating .icon.selected,
.ui.rating .icon.selected.active,
.ui.rating .icon.selected.partial.active {
  background: transparent;
  color: #000000;
  background-clip: unset;
}

/*--------------
     Colors
-------------- */

.ui.primary.rating .active.icon {
  color: #38bdf8;
  text-shadow: 0px -1px 0px #1e3a8a, -1px 0px 0px #1e3a8a, 0px 1px 0px #1e3a8a, 1px 0px 0px #1e3a8a;
}
.ui.primary.rating .icon.selected,
.ui.primary.rating .icon.selected.active,
.ui.primary.rating .icon.selected.partial.active {
  background: inherit;
  color: #00affd;
  text-shadow: 0px -1px 0px #152f7a, -1px 0px 0px #152f7a, 0px 1px 0px #152f7a, 1px 0px 0px #152f7a;
  -webkit-text-stroke: unset;
  background-clip: unset;
}
.ui.primary.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#38bdf8), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #38bdf8 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #38bdf8 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  -webkit-text-stroke: #1e3a8a 0.78px;
}
.ui.secondary.rating .active.icon {
  color: #545454;
  text-shadow: 0px -1px 0px #0f172a, -1px 0px 0px #0f172a, 0px 1px 0px #0f172a, 1px 0px 0px #0f172a;
}
.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 #14203f, -1px 0px 0px #14203f, 0px 1px 0px #14203f, 1px 0px 0px #14203f;
  -webkit-text-stroke: unset;
  background-clip: unset;
}
.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%);
  -webkit-text-stroke: #0f172a 0.78px;
}
.ui.red.rating .active.icon {
  color: #ef4444;
  text-shadow: 0px -1px 0px #881337, -1px 0px 0px #881337, 0px 1px 0px #881337, 1px 0px 0px #881337;
}
.ui.red.rating .icon.selected,
.ui.red.rating .icon.selected.active,
.ui.red.rating .icon.selected.partial.active {
  background: inherit;
  color: #f60a0a;
  text-shadow: 0px -1px 0px #770b2c, -1px 0px 0px #770b2c, 0px 1px 0px #770b2c, 1px 0px 0px #770b2c;
  -webkit-text-stroke: unset;
  background-clip: unset;
}
.ui.red.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#ef4444), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #ef4444 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #ef4444 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  -webkit-text-stroke: #881337 0.78px;
}
.ui.orange.rating .active.icon {
  color: #f97316;
  text-shadow: 0px -1px 0px #c2410c, -1px 0px 0px #c2410c, 0px 1px 0px #c2410c, 1px 0px 0px #c2410c;
}
.ui.orange.rating .icon.selected,
.ui.orange.rating .icon.selected.active,
.ui.orange.rating .icon.selected.partial.active {
  background: inherit;
  color: #dc5a00;
  text-shadow: 0px -1px 0px #b23603, -1px 0px 0px #b23603, 0px 1px 0px #b23603, 1px 0px 0px #b23603;
  -webkit-text-stroke: unset;
  background-clip: unset;
}
.ui.orange.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#f97316), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #f97316 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #f97316 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  -webkit-text-stroke: #c2410c 0.78px;
}
.ui.yellow.rating .active.icon {
  color: #facc15;
  text-shadow: 0px -1px 0px #f59e0b, -1px 0px 0px #f59e0b, 0px 1px 0px #f59e0b, 1px 0px 0px #f59e0b;
}
.ui.yellow.rating .icon.selected,
.ui.yellow.rating .icon.selected.active,
.ui.yellow.rating .icon.selected.partial.active {
  background: inherit;
  color: #dcb000;
  text-shadow: 0px -1px 0px #e79100, -1px 0px 0px #e79100, 0px 1px 0px #e79100, 1px 0px 0px #e79100;
  -webkit-text-stroke: unset;
  background-clip: unset;
}
.ui.yellow.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#facc15), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #facc15 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #facc15 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  -webkit-text-stroke: #f59e0b 0.78px;
}
.ui.olive.rating .active.icon {
  color: #d9f99d;
  text-shadow: 0px -1px 0px #65a30d, -1px 0px 0px #65a30d, 0px 1px 0px #65a30d, 1px 0px 0px #65a30d;
}
.ui.olive.rating .icon.selected,
.ui.olive.rating .icon.selected.active,
.ui.olive.rating .icon.selected.partial.active {
  background: inherit;
  color: #c8fd66;
  text-shadow: 0px -1px 0px #579205, -1px 0px 0px #579205, 0px 1px 0px #579205, 1px 0px 0px #579205;
  -webkit-text-stroke: unset;
  background-clip: unset;
}
.ui.olive.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#d9f99d), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #d9f99d 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #d9f99d 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  -webkit-text-stroke: #65a30d 0.78px;
}
.ui.green.rating .active.icon {
  color: #16a34a;
  text-shadow: 0px -1px 0px #166534, -1px 0px 0px #166534, 0px 1px 0px #166534, 1px 0px 0px #166534;
}
.ui.green.rating .icon.selected,
.ui.green.rating .icon.selected.active,
.ui.green.rating .icon.selected.partial.active {
  background: inherit;
  color: #0b7b34;
  text-shadow: 0px -1px 0px #0e5328, -1px 0px 0px #0e5328, 0px 1px 0px #0e5328, 1px 0px 0px #0e5328;
  -webkit-text-stroke: unset;
  background-clip: unset;
}
.ui.green.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#16a34a), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #16a34a 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #16a34a 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  -webkit-text-stroke: #166534 0.78px;
}
.ui.teal.rating .active.icon {
  color: #99f6e4;
  text-shadow: 0px -1px 0px #0d9488, -1px 0px 0px #0d9488, 0px 1px 0px #0d9488, 1px 0px 0px #0d9488;
}
.ui.teal.rating .icon.selected,
.ui.teal.rating .icon.selected.active,
.ui.teal.rating .icon.selected.partial.active {
  background: inherit;
  color: #63f9dc;
  text-shadow: 0px -1px 0px #058277, -1px 0px 0px #058277, 0px 1px 0px #058277, 1px 0px 0px #058277;
  -webkit-text-stroke: unset;
  background-clip: unset;
}
.ui.teal.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#99f6e4), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #99f6e4 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #99f6e4 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  -webkit-text-stroke: #0d9488 0.78px;
}
.ui.blue.rating .active.icon {
  color: #38bdf8;
  text-shadow: 0px -1px 0px #1e3a8a, -1px 0px 0px #1e3a8a, 0px 1px 0px #1e3a8a, 1px 0px 0px #1e3a8a;
}
.ui.blue.rating .icon.selected,
.ui.blue.rating .icon.selected.active,
.ui.blue.rating .icon.selected.partial.active {
  background: inherit;
  color: #00affd;
  text-shadow: 0px -1px 0px #152f7a, -1px 0px 0px #152f7a, 0px 1px 0px #152f7a, 1px 0px 0px #152f7a;
  -webkit-text-stroke: unset;
  background-clip: unset;
}
.ui.blue.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#38bdf8), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #38bdf8 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #38bdf8 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  -webkit-text-stroke: #1e3a8a 0.78px;
}
.ui.violet.rating .active.icon {
  color: #8b5cf6;
  text-shadow: 0px -1px 0px #4c1d95, -1px 0px 0px #4c1d95, 0px 1px 0px #4c1d95, 1px 0px 0px #4c1d95;
}
.ui.violet.rating .icon.selected,
.ui.violet.rating .icon.selected.active,
.ui.violet.rating .icon.selected.partial.active {
  background: inherit;
  color: #6522fd;
  text-shadow: 0px -1px 0px #401485, -1px 0px 0px #401485, 0px 1px 0px #401485, 1px 0px 0px #401485;
  -webkit-text-stroke: unset;
  background-clip: unset;
}
.ui.violet.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#8b5cf6), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #8b5cf6 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #8b5cf6 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  -webkit-text-stroke: #4c1d95 0.78px;
}
.ui.purple.rating .active.icon {
  color: #d946ef;
  text-shadow: 0px -1px 0px #581c87, -1px 0px 0px #581c87, 0px 1px 0px #581c87, 1px 0px 0px #581c87;
}
.ui.purple.rating .icon.selected,
.ui.purple.rating .icon.selected.active,
.ui.purple.rating .icon.selected.partial.active {
  background: inherit;
  color: #d70cf6;
  text-shadow: 0px -1px 0px #4b1376, -1px 0px 0px #4b1376, 0px 1px 0px #4b1376, 1px 0px 0px #4b1376;
  -webkit-text-stroke: unset;
  background-clip: unset;
}
.ui.purple.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#d946ef), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #d946ef 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #d946ef 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  -webkit-text-stroke: #581c87 0.78px;
}
.ui.pink.rating .active.icon {
  color: #ec4899;
  text-shadow: 0px -1px 0px #be185d, -1px 0px 0px #be185d, 0px 1px 0px #be185d, 1px 0px 0px #be185d;
}
.ui.pink.rating .icon.selected,
.ui.pink.rating .icon.selected.active,
.ui.pink.rating .icon.selected.partial.active {
  background: inherit;
  color: #f1107f;
  text-shadow: 0px -1px 0px #af0e51, -1px 0px 0px #af0e51, 0px 1px 0px #af0e51, 1px 0px 0px #af0e51;
  -webkit-text-stroke: unset;
  background-clip: unset;
}
.ui.pink.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#ec4899), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #ec4899 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #ec4899 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  -webkit-text-stroke: #be185d 0.78px;
}
.ui.brown.rating .active.icon {
  color: #b45309;
  text-shadow: 0px -1px 0px #78350f, -1px 0px 0px #78350f, 0px 1px 0px #78350f, 1px 0px 0px #78350f;
}
.ui.brown.rating .icon.selected,
.ui.brown.rating .icon.selected.active,
.ui.brown.rating .icon.selected.partial.active {
  background: inherit;
  color: #8a3c00;
  text-shadow: 0px -1px 0px #662a08, -1px 0px 0px #662a08, 0px 1px 0px #662a08, 1px 0px 0px #662a08;
  -webkit-text-stroke: unset;
  background-clip: unset;
}
.ui.brown.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#b45309), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #b45309 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #b45309 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  -webkit-text-stroke: #78350f 0.78px;
}
.ui.grey.rating .active.icon {
  color: #94a3b8;
  text-shadow: 0px -1px 0px #334155, -1px 0px 0px #334155, 0px 1px 0px #334155, 1px 0px 0px #334155;
}
.ui.grey.rating .icon.selected,
.ui.grey.rating .icon.selected.active,
.ui.grey.rating .icon.selected.partial.active {
  background: inherit;
  color: #7388a6;
  text-shadow: 0px -1px 0px #3d4d65, -1px 0px 0px #3d4d65, 0px 1px 0px #3d4d65, 1px 0px 0px #3d4d65;
  -webkit-text-stroke: unset;
  background-clip: unset;
}
.ui.grey.rating .icon.partial.active {
  background: -webkit-gradient(linear, left top, right top, from(#94a3b8), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, #94a3b8 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  background: linear-gradient(to right, #94a3b8 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
  -webkit-text-stroke: #334155 0.78px;
}
.ui.black.rating .active.icon {
  color: #545454;
  text-shadow: 0px -1px 0px #0f172a, -1px 0px 0px #0f172a, 0px 1px 0px #0f172a, 1px 0px 0px #0f172a;
}
.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 #16213d, -1px 0px 0px #16213d, 0px 1px 0px #16213d, 1px 0px 0px #16213d;
  -webkit-text-stroke: unset;
  background-clip: unset;
}
.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%);
  -webkit-text-stroke: #0f172a 0.78px;
}


/*******************************
             States
*******************************/


/*-------------------
         Disabled
  --------------------*/


/* disabled rating */
.ui.disabled.rating .icon {
  cursor: default;
  pointer-events: none;
}

/*-------------------
   User Interactive
--------------------*/


/* Selected Rating */
.ui.rating.selected .active.icon {
  opacity: 1;
}
.ui.rating.selected .icon.selected,
.ui.rating .icon.selected {
  opacity: 1;
}


/*******************************
          Variations
*******************************/

.ui.rating {
  font-size: 1rem;
}
.ui.mini.rating {
  font-size: 0.78571429rem;
}
.ui.tiny.rating {
  font-size: 0.85714286rem;
}
.ui.small.rating {
  font-size: 0.92857143rem;
}
.ui.large.rating {
  font-size: 1.14285714rem;
}
.ui.big.rating {
  font-size: 1.28571429rem;
}
.ui.huge.rating {
  font-size: 1.42857143rem;
}
.ui.massive.rating {
  font-size: 2rem;
}


/*******************************
         Theme Overrides
*******************************/

