/*!
 *  'rockicons' by ManoLab
 *  Copyright 2015-2022 ManoLab
 *  Designed and Developed by Christian Fillies
 *  Version 3.27.57 (9/26/2023)
 */
@import url(/media/launchpad/app/assets/css/launchpad-icons-regular-codes.css);
:root {
  --os-unit: 50px; }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "rockicons";
  src: url("/media/launchpad/app/assets/fonts/rockicons.eot");
  src: url("/media/launchpad/app/assets/fonts/rockicons.eot?#iefix") format("embedded-opentype"), url("/media/launchpad/app/assets/fonts/rockicons.woff2") format("woff2"), url("/media/launchpad/app/assets/fonts/rockicons.woff?") format("woff"), url("/media/launchpad/app/assets/fonts/rockicons.ttf") format("truetype"), url("/media/launchpad/app/assets/fonts/rockicons.svg?#rockicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ri {
  display: inline-grid;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never; }
  .ri.os-text {
    font-size: calc(var(--os-unit) * .32); }
    .ri.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    .ri.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    .ri.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    .ri.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  .ri:before, .ri:after {
    display: block; }

/* makes the font 33% larger relative to the icon container */
.ri-sm {
  font-size: .5em; }

.ri-lg {
  font-size: 1.3333333333em !important;
  line-height: 0.75em;
  vertical-align: -15% !important; }

.ri-2x {
  font-size: 2em; }

.ri-3x {
  font-size: 3em; }

.ri-4x {
  font-size: 4em; }

.ri-5x {
  font-size: 5em; }

.ri-6x {
  font-size: 6em; }

.ri-7x {
  font-size: 7em; }

.ri-8x {
  font-size: 8em; }

.ri-9x {
  font-size: 9em; }

.ri-10x {
  font-size: 10em; }

.ri-fw {
  width: 1.2857142857em;
  text-align: center; }

.ri-va {
  vertical-align: middle; }

.ri-ta {
  vertical-align: top; }

.ri-tt {
  vertical-align: text-top; }

.ri-tb {
  vertical-align: text-bottom; }

.ri-bl {
  vertical-align: baseline; }

.ri-ba {
  vertical-align: bottom; }

.ri-square-up {
  width: var(--os-unit);
  height: calc(var(--os-unit) * .6);
  line-height: calc(var(--os-unit) * .6 - 1) !important;
  margin: calc(var(--os-unit) * .2 - 1) calc(var(--os-unit) * .2) calc(var(--os-unit) * .2 + 2) !important;
  padding: 0 !important;
  display: inline-block;
  text-align: center;
  font-size: calc(var(--os-unit) * .6); }
  .ri-square-up:before, .ri-square-up:after {
    margin-left: 0.05rem;
    margin-right: 0.05rem; }
  .ri-square-up.ri-border, .ri-square-up.ri-circle, .ri-square-up.ri-disc {
    font-size: calc(var(--os-unit) * .45);
    width: calc(var(--os-unit) * .6);
    height: calc(var(--os-unit) * .6);
    border-width: .2rem; }
    .ri-square-up.ri-border:before, .ri-square-up.ri-border:before, .ri-square-up.ri-circle:before, .ri-square-up.ri-circle:before, .ri-square-up.ri-disc:before, .ri-square-up.ri-disc:before {
      margin-top: -.2rem;
      display: block; }
  .ri-square-up.ri-social-facebook {
    height: var(--os-unit) !important;
    width: var(--os-unit) !important;
    font-size: var(--os-unit) !important;
    line-height: var(--os-unit) !important;
    margin: 0 !important; }
  .ri-square-up.ri-circle {
    font-size: calc(var(--os-unit) * .6); }
  .ri-stack .ri-square-up.ri-stack-over {
    font-size: calc(var(--os-unit) * .6);
    line-height: calc(var(--os-unit) * .6);
    left: -.4rem;
    top: 0; }
  .ri-square-up.ri-circle:before, .ri-square-up.ri-circle-closed:before, .ri-square-up.ri-circle-open:before, .ri-square-up.ri-circle-locked:before, .ri-square-up.ri-circle-edit:before, .ri-square-up.ri-circle-minus:before, .ri-square-up.ri-circle-play:before, .ri-square-up.ri-circle-plus:before, .ri-square-up.ri-circle-solid:before, .ri-square-up.ri-circle-view:before, .ri-square-up.ri-circle-find:before {
    margin-top: 0;
    vertical-align: top; }
  .ri-square-up.ri-circle:after, .ri-square-up.ri-circle-closed:after, .ri-square-up.ri-circle-open:after, .ri-square-up.ri-circle-locked:after, .ri-square-up.ri-circle-edit:after, .ri-square-up.ri-circle-minus:after, .ri-square-up.ri-circle-play:after, .ri-square-up.ri-circle-plus:after, .ri-square-up.ri-circle-solid:after, .ri-square-up.ri-circle-view:after, .ri-square-up.ri-circle-find:after {
    top: 0; }
  .ri-square-up.ri-circle:before {
    margin-left: -.15rem; }

.ri-ml-square-up {
  margin-left: var(--os-unit) !important; }
  .ri-ml-square-up.ri-square-up {
    margin-left: calc(var(--os-unit) + var(--os-unit) * .2) !important; }

.ri-mt-square-up {
  margin-top: var(--os-unit) !important; }
  .ri-mt-square-up.ri-square-up {
    margin-top: calc(var(--os-unit) + var(--os-unit) * .2) !important; }

.ri-mr-square-up {
  margin-right: var(--os-unit) !important; }
  .ri-mr-square-up.ri-square-up {
    margin-right: calc(var(--os-unit) + var(--os-unit) * .2) !important; }

.ri-mb-square-up {
  margin-bottom: var(--os-unit) !important; }
  .ri-mb-square-up.ri-square-up {
    margin-bottom: calc(var(--os-unit) + var(--os-unit) * .2) !important; }

.ri-pl-square-up {
  padding-left: var(--os-unit) !important; }
  .ri-pl-square-up.ri-square-up {
    width: calc(var(--os-unit) + var(--os-unit) * .6) !important; }

.ri-pt-square-up {
  padding-top: var(--os-unit) !important; }
  .ri-pt-square-up.ri-square-up {
    width: calc(var(--os-unit) + var(--os-unit) * .6) !important; }

.ri-pr-square-up {
  padding-right: var(--os-unit) !important; }
  .ri-pr-square-up.ri-square-up {
    width: calc(var(--os-unit) + var(--os-unit) * .6) !important; }

.ri-pb-square-up {
  padding-bottom: var(--os-unit) !important; }
  .ri-pb-square-up.ri-square-up {
    width: calc(var(--os-unit) + var(--os-unit) * .6) !important; }

.ri-w-square-up {
  width: var(--os-unit) !important; }
  .ri-w-square-up.ri-square-up {
    width: calc(var(--os-unit) * .6) !important; }

.ri-h-square-up {
  height: var(--os-unit) !important; }
  .ri-h-square-up.ri-square-up {
    height: calc(var(--os-unit) * .6) !important; }

.ri-lh-square-up {
  line-height: var(--os-unit) !important; }
  .ri-lh-square-up.ri-square-up {
    line-height: calc(var(--os-unit) * .6) !important; }

.ri:not([class^="li-"]):not([class*=" li-"]).os-unit, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s,
.fa.os-unit,
.fa.os-unit-half,
.fa.os-unit-xs,
.fa.os-unit-75,
.fa.os-unit-s,
[class*="pe-7s-"].os-unit,
[class*="pe-7s-"].os-unit-half,
[class*="pe-7s-"].os-unit-xs,
[class*="pe-7s-"].os-unit-75,
[class*="pe-7s-"].os-unit-s {
  vertical-align: middle;
  text-align: center; }
  .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-dots, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-dots:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-dots:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-dots-vertical, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-dots-vertical:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-dots-vertical:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-loading, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-loading:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-loading:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-loading-vertical, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-loading-vertical:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-loading-vertical:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-dots, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-dots:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-dots:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-dots-vertical, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-dots-vertical:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-dots-vertical:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-loading, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-loading:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-loading:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-loading-vertical, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-loading-vertical:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-loading-vertical:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-dots, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-dots:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-dots:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-dots-vertical, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-dots-vertical:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-dots-vertical:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-loading, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-loading:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-loading:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-loading-vertical, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-loading-vertical:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-loading-vertical:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-dots, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-dots:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-dots:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-dots-vertical, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-dots-vertical:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-dots-vertical:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-loading, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-loading:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-loading:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-loading-vertical, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-loading-vertical:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-loading-vertical:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-dots, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-dots:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-dots:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-dots-vertical, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-dots-vertical:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-dots-vertical:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-loading, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-loading:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-loading:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-loading-vertical, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-loading-vertical:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-loading-vertical:after,
  .fa.os-unit.ri-dots,
  .fa.os-unit.ri-dots:before,
  .fa.os-unit.ri-dots:after,
  .fa.os-unit.ri-dots-vertical,
  .fa.os-unit.ri-dots-vertical:before,
  .fa.os-unit.ri-dots-vertical:after,
  .fa.os-unit.ri-loading,
  .fa.os-unit.ri-loading:before,
  .fa.os-unit.ri-loading:after,
  .fa.os-unit.ri-loading-vertical,
  .fa.os-unit.ri-loading-vertical:before,
  .fa.os-unit.ri-loading-vertical:after,
  .fa.os-unit-half.ri-dots,
  .fa.os-unit-half.ri-dots:before,
  .fa.os-unit-half.ri-dots:after,
  .fa.os-unit-half.ri-dots-vertical,
  .fa.os-unit-half.ri-dots-vertical:before,
  .fa.os-unit-half.ri-dots-vertical:after,
  .fa.os-unit-half.ri-loading,
  .fa.os-unit-half.ri-loading:before,
  .fa.os-unit-half.ri-loading:after,
  .fa.os-unit-half.ri-loading-vertical,
  .fa.os-unit-half.ri-loading-vertical:before,
  .fa.os-unit-half.ri-loading-vertical:after,
  .fa.os-unit-xs.ri-dots,
  .fa.os-unit-xs.ri-dots:before,
  .fa.os-unit-xs.ri-dots:after,
  .fa.os-unit-xs.ri-dots-vertical,
  .fa.os-unit-xs.ri-dots-vertical:before,
  .fa.os-unit-xs.ri-dots-vertical:after,
  .fa.os-unit-xs.ri-loading,
  .fa.os-unit-xs.ri-loading:before,
  .fa.os-unit-xs.ri-loading:after,
  .fa.os-unit-xs.ri-loading-vertical,
  .fa.os-unit-xs.ri-loading-vertical:before,
  .fa.os-unit-xs.ri-loading-vertical:after,
  .fa.os-unit-75.ri-dots,
  .fa.os-unit-75.ri-dots:before,
  .fa.os-unit-75.ri-dots:after,
  .fa.os-unit-75.ri-dots-vertical,
  .fa.os-unit-75.ri-dots-vertical:before,
  .fa.os-unit-75.ri-dots-vertical:after,
  .fa.os-unit-75.ri-loading,
  .fa.os-unit-75.ri-loading:before,
  .fa.os-unit-75.ri-loading:after,
  .fa.os-unit-75.ri-loading-vertical,
  .fa.os-unit-75.ri-loading-vertical:before,
  .fa.os-unit-75.ri-loading-vertical:after,
  .fa.os-unit-s.ri-dots,
  .fa.os-unit-s.ri-dots:before,
  .fa.os-unit-s.ri-dots:after,
  .fa.os-unit-s.ri-dots-vertical,
  .fa.os-unit-s.ri-dots-vertical:before,
  .fa.os-unit-s.ri-dots-vertical:after,
  .fa.os-unit-s.ri-loading,
  .fa.os-unit-s.ri-loading:before,
  .fa.os-unit-s.ri-loading:after,
  .fa.os-unit-s.ri-loading-vertical,
  .fa.os-unit-s.ri-loading-vertical:before,
  .fa.os-unit-s.ri-loading-vertical:after,
  [class*="pe-7s-"].os-unit.ri-dots,
  [class*="pe-7s-"].os-unit.ri-dots:before,
  [class*="pe-7s-"].os-unit.ri-dots:after,
  [class*="pe-7s-"].os-unit.ri-dots-vertical,
  [class*="pe-7s-"].os-unit.ri-dots-vertical:before,
  [class*="pe-7s-"].os-unit.ri-dots-vertical:after,
  [class*="pe-7s-"].os-unit.ri-loading,
  [class*="pe-7s-"].os-unit.ri-loading:before,
  [class*="pe-7s-"].os-unit.ri-loading:after,
  [class*="pe-7s-"].os-unit.ri-loading-vertical,
  [class*="pe-7s-"].os-unit.ri-loading-vertical:before,
  [class*="pe-7s-"].os-unit.ri-loading-vertical:after,
  [class*="pe-7s-"].os-unit-half.ri-dots,
  [class*="pe-7s-"].os-unit-half.ri-dots:before,
  [class*="pe-7s-"].os-unit-half.ri-dots:after,
  [class*="pe-7s-"].os-unit-half.ri-dots-vertical,
  [class*="pe-7s-"].os-unit-half.ri-dots-vertical:before,
  [class*="pe-7s-"].os-unit-half.ri-dots-vertical:after,
  [class*="pe-7s-"].os-unit-half.ri-loading,
  [class*="pe-7s-"].os-unit-half.ri-loading:before,
  [class*="pe-7s-"].os-unit-half.ri-loading:after,
  [class*="pe-7s-"].os-unit-half.ri-loading-vertical,
  [class*="pe-7s-"].os-unit-half.ri-loading-vertical:before,
  [class*="pe-7s-"].os-unit-half.ri-loading-vertical:after,
  [class*="pe-7s-"].os-unit-xs.ri-dots,
  [class*="pe-7s-"].os-unit-xs.ri-dots:before,
  [class*="pe-7s-"].os-unit-xs.ri-dots:after,
  [class*="pe-7s-"].os-unit-xs.ri-dots-vertical,
  [class*="pe-7s-"].os-unit-xs.ri-dots-vertical:before,
  [class*="pe-7s-"].os-unit-xs.ri-dots-vertical:after,
  [class*="pe-7s-"].os-unit-xs.ri-loading,
  [class*="pe-7s-"].os-unit-xs.ri-loading:before,
  [class*="pe-7s-"].os-unit-xs.ri-loading:after,
  [class*="pe-7s-"].os-unit-xs.ri-loading-vertical,
  [class*="pe-7s-"].os-unit-xs.ri-loading-vertical:before,
  [class*="pe-7s-"].os-unit-xs.ri-loading-vertical:after,
  [class*="pe-7s-"].os-unit-75.ri-dots,
  [class*="pe-7s-"].os-unit-75.ri-dots:before,
  [class*="pe-7s-"].os-unit-75.ri-dots:after,
  [class*="pe-7s-"].os-unit-75.ri-dots-vertical,
  [class*="pe-7s-"].os-unit-75.ri-dots-vertical:before,
  [class*="pe-7s-"].os-unit-75.ri-dots-vertical:after,
  [class*="pe-7s-"].os-unit-75.ri-loading,
  [class*="pe-7s-"].os-unit-75.ri-loading:before,
  [class*="pe-7s-"].os-unit-75.ri-loading:after,
  [class*="pe-7s-"].os-unit-75.ri-loading-vertical,
  [class*="pe-7s-"].os-unit-75.ri-loading-vertical:before,
  [class*="pe-7s-"].os-unit-75.ri-loading-vertical:after,
  [class*="pe-7s-"].os-unit-s.ri-dots,
  [class*="pe-7s-"].os-unit-s.ri-dots:before,
  [class*="pe-7s-"].os-unit-s.ri-dots:after,
  [class*="pe-7s-"].os-unit-s.ri-dots-vertical,
  [class*="pe-7s-"].os-unit-s.ri-dots-vertical:before,
  [class*="pe-7s-"].os-unit-s.ri-dots-vertical:after,
  [class*="pe-7s-"].os-unit-s.ri-loading,
  [class*="pe-7s-"].os-unit-s.ri-loading:before,
  [class*="pe-7s-"].os-unit-s.ri-loading:after,
  [class*="pe-7s-"].os-unit-s.ri-loading-vertical,
  [class*="pe-7s-"].os-unit-s.ri-loading-vertical:before,
  [class*="pe-7s-"].os-unit-s.ri-loading-vertical:after {
    height: 4px !important;
    width: 4px; }
  .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-disc, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-disc, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-disc, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-disc, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-disc,
  .fa.os-unit.ri-disc,
  .fa.os-unit-half.ri-disc,
  .fa.os-unit-xs.ri-disc,
  .fa.os-unit-75.ri-disc,
  .fa.os-unit-s.ri-disc,
  [class*="pe-7s-"].os-unit.ri-disc,
  [class*="pe-7s-"].os-unit-half.ri-disc,
  [class*="pe-7s-"].os-unit-xs.ri-disc,
  [class*="pe-7s-"].os-unit-75.ri-disc,
  [class*="pe-7s-"].os-unit-s.ri-disc {
    margin: 0;
    padding: 0;
    border-width: 0;
    background: transparent;
    border-radius: 0; }
    [href]:hover .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-disc, [href]:hover .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-disc, [href]:hover .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-disc, [href]:hover .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-disc, [href]:hover .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-disc, [href]:hover .fa.os-unit.ri-disc, [href]:hover .fa.os-unit-half.ri-disc, [href]:hover .fa.os-unit-xs.ri-disc, [href]:hover .fa.os-unit-75.ri-disc, [href]:hover .fa.os-unit-s.ri-disc, [href]:hover [class*="pe-7s-"].os-unit.ri-disc, [href]:hover [class*="pe-7s-"].os-unit-half.ri-disc, [href]:hover [class*="pe-7s-"].os-unit-xs.ri-disc, [href]:hover [class*="pe-7s-"].os-unit-75.ri-disc, [href]:hover [class*="pe-7s-"].os-unit-s.ri-disc {
      background: transparent; }
    .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-disc:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-disc:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-disc:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-disc:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-disc:after,
    .fa.os-unit.ri-disc:after,
    .fa.os-unit-half.ri-disc:after,
    .fa.os-unit-xs.ri-disc:after,
    .fa.os-unit-75.ri-disc:after,
    .fa.os-unit-s.ri-disc:after,
    [class*="pe-7s-"].os-unit.ri-disc:after,
    [class*="pe-7s-"].os-unit-half.ri-disc:after,
    [class*="pe-7s-"].os-unit-xs.ri-disc:after,
    [class*="pe-7s-"].os-unit-75.ri-disc:after,
    [class*="pe-7s-"].os-unit-s.ri-disc:after {
      content: "\f10f" !important;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 0;
      text-align: center; }
    .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-disc:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-disc:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-disc:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-disc:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-disc:before,
    .fa.os-unit.ri-disc:before,
    .fa.os-unit-half.ri-disc:before,
    .fa.os-unit-xs.ri-disc:before,
    .fa.os-unit-75.ri-disc:before,
    .fa.os-unit-s.ri-disc:before,
    [class*="pe-7s-"].os-unit.ri-disc:before,
    [class*="pe-7s-"].os-unit-half.ri-disc:before,
    [class*="pe-7s-"].os-unit-xs.ri-disc:before,
    [class*="pe-7s-"].os-unit-75.ri-disc:before,
    [class*="pe-7s-"].os-unit-s.ri-disc:before {
      z-index: 1;
      position: absolute;
      text-align: center; }
  .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-circle:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-circle:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-circle:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-circle:before, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-circle:before,
  .fa.os-unit.ri-circle:before,
  .fa.os-unit-half.ri-circle:before,
  .fa.os-unit-xs.ri-circle:before,
  .fa.os-unit-75.ri-circle:before,
  .fa.os-unit-s.ri-circle:before,
  [class*="pe-7s-"].os-unit.ri-circle:before,
  [class*="pe-7s-"].os-unit-half.ri-circle:before,
  [class*="pe-7s-"].os-unit-xs.ri-circle:before,
  [class*="pe-7s-"].os-unit-75.ri-circle:before,
  [class*="pe-7s-"].os-unit-s.ri-circle:before {
    padding: 0;
    border-width: 0;
    margin: 0; }
  .ri:not([class^="li-"]):not([class*=" li-"]).os-unit.ri-circle:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-half.ri-circle:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-xs.ri-circle:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-75.ri-circle:after, .ri:not([class^="li-"]):not([class*=" li-"]).os-unit-s.ri-circle:after,
  .fa.os-unit.ri-circle:after,
  .fa.os-unit-half.ri-circle:after,
  .fa.os-unit-xs.ri-circle:after,
  .fa.os-unit-75.ri-circle:after,
  .fa.os-unit-s.ri-circle:after,
  [class*="pe-7s-"].os-unit.ri-circle:after,
  [class*="pe-7s-"].os-unit-half.ri-circle:after,
  [class*="pe-7s-"].os-unit-xs.ri-circle:after,
  [class*="pe-7s-"].os-unit-75.ri-circle:after,
  [class*="pe-7s-"].os-unit-s.ri-circle:after {
    top: 0;
    left: 0;
    right: 0; }

.ri:not([class*="li-"]).os-unit,
.fa:not([class*="li-"]).os-unit,
[class*="pe-7s-"]:not([class*="li-"]).os-unit {
  line-height: calc(var(--os-unit) * 1) !important;
  min-height: calc(var(--os-unit) * 1);
  width: calc(var(--os-unit) * 1);
  font-weight: normal;
  font-size: calc(var(--os-unit) * 1 * .6); }
  .ri:not([class*="li-"]).os-unit.ri-sm:before, .ri:not([class*="li-"]).os-unit.fa-sm:before, .ri:not([class*="li-"]).os-unit.pe-sm:before,
  .fa:not([class*="li-"]).os-unit.ri-sm:before,
  .fa:not([class*="li-"]).os-unit.fa-sm:before,
  .fa:not([class*="li-"]).os-unit.pe-sm:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-sm:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit.fa-sm:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit.pe-sm:before {
    font-size: calc(var(--os-unit) * .6 * .6); }
  .ri:not([class*="li-"]).os-unit.ri-disc,
  .fa:not([class*="li-"]).os-unit.ri-disc,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-disc {
    line-height: calc(var(--os-unit) * 1) !important;
    min-height: calc(var(--os-unit) * 1);
    height: calc(var(--os-unit) * 1);
    width: calc(var(--os-unit) * 1); }
    .ri:not([class*="li-"]).os-unit.ri-disc:after,
    .fa:not([class*="li-"]).os-unit.ri-disc:after,
    [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-disc:after {
      line-height: calc(var(--os-unit) * 1);
      font-size: calc(var(--os-unit) * 1 * .6); }
    .ri:not([class*="li-"]).os-unit.ri-disc:before,
    .fa:not([class*="li-"]).os-unit.ri-disc:before,
    [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-disc:before {
      font-size: calc(var(--os-unit) * 1 * .6); }
  .ri:not([class*="li-"]).os-unit.ri-circle:before,
  .fa:not([class*="li-"]).os-unit.ri-circle:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-circle:before {
    font-size: calc(var(--os-unit) * 1 * .6); }
  .ri:not([class*="li-"]).os-unit.ri-circle:after,
  .fa:not([class*="li-"]).os-unit.ri-circle:after,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-circle:after {
    height: calc(var(--os-unit) * 1 * .6); }

.ri:not([class*="li-"]).os-unit-half,
.fa:not([class*="li-"]).os-unit-half,
[class*="pe-7s-"]:not([class*="li-"]).os-unit-half {
  line-height: calc(var(--os-unit) * 0.5) !important;
  min-height: calc(var(--os-unit) * 0.5);
  width: calc(var(--os-unit) * 0.5);
  font-weight: normal;
  font-size: calc(var(--os-unit) * 0.5 * .6); }
  .ri:not([class*="li-"]).os-unit-half.ri-sm:before, .ri:not([class*="li-"]).os-unit-half.fa-sm:before, .ri:not([class*="li-"]).os-unit-half.pe-sm:before,
  .fa:not([class*="li-"]).os-unit-half.ri-sm:before,
  .fa:not([class*="li-"]).os-unit-half.fa-sm:before,
  .fa:not([class*="li-"]).os-unit-half.pe-sm:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-half.ri-sm:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-half.fa-sm:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-half.pe-sm:before {
    font-size: calc(var(--os-unit) * .6 * .6); }
  .ri:not([class*="li-"]).os-unit-half.ri-disc,
  .fa:not([class*="li-"]).os-unit-half.ri-disc,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-half.ri-disc {
    line-height: calc(var(--os-unit) * 0.5) !important;
    min-height: calc(var(--os-unit) * 0.5);
    height: calc(var(--os-unit) * 0.5);
    width: calc(var(--os-unit) * 0.5); }
    .ri:not([class*="li-"]).os-unit-half.ri-disc:after,
    .fa:not([class*="li-"]).os-unit-half.ri-disc:after,
    [class*="pe-7s-"]:not([class*="li-"]).os-unit-half.ri-disc:after {
      line-height: calc(var(--os-unit) * 0.5);
      font-size: calc(var(--os-unit) * 0.5 * .6); }
    .ri:not([class*="li-"]).os-unit-half.ri-disc:before,
    .fa:not([class*="li-"]).os-unit-half.ri-disc:before,
    [class*="pe-7s-"]:not([class*="li-"]).os-unit-half.ri-disc:before {
      font-size: calc(var(--os-unit) * 0.5 * .6); }
  .ri:not([class*="li-"]).os-unit-half.ri-circle:before,
  .fa:not([class*="li-"]).os-unit-half.ri-circle:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-half.ri-circle:before {
    font-size: calc(var(--os-unit) * 0.5 * .6); }
  .ri:not([class*="li-"]).os-unit-half.ri-circle:after,
  .fa:not([class*="li-"]).os-unit-half.ri-circle:after,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-half.ri-circle:after {
    height: calc(var(--os-unit) * 0.5 * .6); }

.ri:not([class*="li-"]).os-unit-xs,
.fa:not([class*="li-"]).os-unit-xs,
[class*="pe-7s-"]:not([class*="li-"]).os-unit-xs {
  line-height: calc(var(--os-unit) * 0.5) !important;
  min-height: calc(var(--os-unit) * 0.5);
  width: calc(var(--os-unit) * 0.5);
  font-weight: normal;
  font-size: calc(var(--os-unit) * 0.5 * .6); }
  .ri:not([class*="li-"]).os-unit-xs.ri-sm:before, .ri:not([class*="li-"]).os-unit-xs.fa-sm:before, .ri:not([class*="li-"]).os-unit-xs.pe-sm:before,
  .fa:not([class*="li-"]).os-unit-xs.ri-sm:before,
  .fa:not([class*="li-"]).os-unit-xs.fa-sm:before,
  .fa:not([class*="li-"]).os-unit-xs.pe-sm:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-xs.ri-sm:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-xs.fa-sm:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-xs.pe-sm:before {
    font-size: calc(var(--os-unit) * .6 * .6); }
  .ri:not([class*="li-"]).os-unit-xs.ri-disc,
  .fa:not([class*="li-"]).os-unit-xs.ri-disc,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-xs.ri-disc {
    line-height: calc(var(--os-unit) * 0.5) !important;
    min-height: calc(var(--os-unit) * 0.5);
    height: calc(var(--os-unit) * 0.5);
    width: calc(var(--os-unit) * 0.5); }
    .ri:not([class*="li-"]).os-unit-xs.ri-disc:after,
    .fa:not([class*="li-"]).os-unit-xs.ri-disc:after,
    [class*="pe-7s-"]:not([class*="li-"]).os-unit-xs.ri-disc:after {
      line-height: calc(var(--os-unit) * 0.5);
      font-size: calc(var(--os-unit) * 0.5 * .6); }
    .ri:not([class*="li-"]).os-unit-xs.ri-disc:before,
    .fa:not([class*="li-"]).os-unit-xs.ri-disc:before,
    [class*="pe-7s-"]:not([class*="li-"]).os-unit-xs.ri-disc:before {
      font-size: calc(var(--os-unit) * 0.5 * .6); }
  .ri:not([class*="li-"]).os-unit-xs.ri-circle:before,
  .fa:not([class*="li-"]).os-unit-xs.ri-circle:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-xs.ri-circle:before {
    font-size: calc(var(--os-unit) * 0.5 * .6); }
  .ri:not([class*="li-"]).os-unit-xs.ri-circle:after,
  .fa:not([class*="li-"]).os-unit-xs.ri-circle:after,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-xs.ri-circle:after {
    height: calc(var(--os-unit) * 0.5 * .6); }

.ri:not([class*="li-"]).os-unit-75,
.fa:not([class*="li-"]).os-unit-75,
[class*="pe-7s-"]:not([class*="li-"]).os-unit-75 {
  line-height: calc(var(--os-unit) * 0.75) !important;
  min-height: calc(var(--os-unit) * 0.75);
  width: calc(var(--os-unit) * 0.75);
  font-weight: normal;
  font-size: calc(var(--os-unit) * 0.75 * .6); }
  .ri:not([class*="li-"]).os-unit-75.ri-sm:before, .ri:not([class*="li-"]).os-unit-75.fa-sm:before, .ri:not([class*="li-"]).os-unit-75.pe-sm:before,
  .fa:not([class*="li-"]).os-unit-75.ri-sm:before,
  .fa:not([class*="li-"]).os-unit-75.fa-sm:before,
  .fa:not([class*="li-"]).os-unit-75.pe-sm:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-75.ri-sm:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-75.fa-sm:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-75.pe-sm:before {
    font-size: calc(var(--os-unit) * .6 * .6); }
  .ri:not([class*="li-"]).os-unit-75.ri-disc,
  .fa:not([class*="li-"]).os-unit-75.ri-disc,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-75.ri-disc {
    line-height: calc(var(--os-unit) * 0.75) !important;
    min-height: calc(var(--os-unit) * 0.75);
    height: calc(var(--os-unit) * 0.75);
    width: calc(var(--os-unit) * 0.75); }
    .ri:not([class*="li-"]).os-unit-75.ri-disc:after,
    .fa:not([class*="li-"]).os-unit-75.ri-disc:after,
    [class*="pe-7s-"]:not([class*="li-"]).os-unit-75.ri-disc:after {
      line-height: calc(var(--os-unit) * 0.75);
      font-size: calc(var(--os-unit) * 0.75 * .6); }
    .ri:not([class*="li-"]).os-unit-75.ri-disc:before,
    .fa:not([class*="li-"]).os-unit-75.ri-disc:before,
    [class*="pe-7s-"]:not([class*="li-"]).os-unit-75.ri-disc:before {
      font-size: calc(var(--os-unit) * 0.75 * .6); }
  .ri:not([class*="li-"]).os-unit-75.ri-circle:before,
  .fa:not([class*="li-"]).os-unit-75.ri-circle:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-75.ri-circle:before {
    font-size: calc(var(--os-unit) * 0.75 * .6); }
  .ri:not([class*="li-"]).os-unit-75.ri-circle:after,
  .fa:not([class*="li-"]).os-unit-75.ri-circle:after,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-75.ri-circle:after {
    height: calc(var(--os-unit) * 0.75 * .6); }

.ri:not([class*="li-"]).os-unit-s,
.fa:not([class*="li-"]).os-unit-s,
[class*="pe-7s-"]:not([class*="li-"]).os-unit-s {
  line-height: calc(var(--os-unit) * 0.75) !important;
  min-height: calc(var(--os-unit) * 0.75);
  width: calc(var(--os-unit) * 0.75);
  font-weight: normal;
  font-size: calc(var(--os-unit) * 0.75 * .6); }
  .ri:not([class*="li-"]).os-unit-s.ri-sm:before, .ri:not([class*="li-"]).os-unit-s.fa-sm:before, .ri:not([class*="li-"]).os-unit-s.pe-sm:before,
  .fa:not([class*="li-"]).os-unit-s.ri-sm:before,
  .fa:not([class*="li-"]).os-unit-s.fa-sm:before,
  .fa:not([class*="li-"]).os-unit-s.pe-sm:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-s.ri-sm:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-s.fa-sm:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-s.pe-sm:before {
    font-size: calc(var(--os-unit) * .6 * .6); }
  .ri:not([class*="li-"]).os-unit-s.ri-disc,
  .fa:not([class*="li-"]).os-unit-s.ri-disc,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-s.ri-disc {
    line-height: calc(var(--os-unit) * 0.75) !important;
    min-height: calc(var(--os-unit) * 0.75);
    height: calc(var(--os-unit) * 0.75);
    width: calc(var(--os-unit) * 0.75); }
    .ri:not([class*="li-"]).os-unit-s.ri-disc:after,
    .fa:not([class*="li-"]).os-unit-s.ri-disc:after,
    [class*="pe-7s-"]:not([class*="li-"]).os-unit-s.ri-disc:after {
      line-height: calc(var(--os-unit) * 0.75);
      font-size: calc(var(--os-unit) * 0.75 * .6); }
    .ri:not([class*="li-"]).os-unit-s.ri-disc:before,
    .fa:not([class*="li-"]).os-unit-s.ri-disc:before,
    [class*="pe-7s-"]:not([class*="li-"]).os-unit-s.ri-disc:before {
      font-size: calc(var(--os-unit) * 0.75 * .6); }
  .ri:not([class*="li-"]).os-unit-s.ri-circle:before,
  .fa:not([class*="li-"]).os-unit-s.ri-circle:before,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-s.ri-circle:before {
    font-size: calc(var(--os-unit) * 0.75 * .6); }
  .ri:not([class*="li-"]).os-unit-s.ri-circle:after,
  .fa:not([class*="li-"]).os-unit-s.ri-circle:after,
  [class*="pe-7s-"]:not([class*="li-"]).os-unit-s.ri-circle:after {
    height: calc(var(--os-unit) * 0.75 * .6); }

.os-unit-half .ri:not([class*="li-"]).os-unit,
.os-unit-half .fa:not([class*="li-"]).os-unit,
.os-unit-half [class*="pe-7s-"]:not([class*="li-"]).os-unit, .os-unit-xs .ri:not([class*="li-"]).os-unit,
.os-unit-xs .fa:not([class*="li-"]).os-unit,
.os-unit-xs [class*="pe-7s-"]:not([class*="li-"]).os-unit {
  line-height: calc(var(--os-unit) * 0.5) !important;
  min-height: calc(var(--os-unit) * 0.5);
  width: calc(var(--os-unit) * 0.5);
  font-weight: normal;
  font-size: calc(var(--os-unit) * 0.5 * .6); }
  .os-unit-half .ri:not([class*="li-"]).os-unit.ri-sm:before, .os-unit-half .ri:not([class*="li-"]).os-unit.fa-sm:before, .os-unit-half .ri:not([class*="li-"]).os-unit.pe-sm:before,
  .os-unit-half .fa:not([class*="li-"]).os-unit.ri-sm:before,
  .os-unit-half .fa:not([class*="li-"]).os-unit.fa-sm:before,
  .os-unit-half .fa:not([class*="li-"]).os-unit.pe-sm:before,
  .os-unit-half [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-sm:before,
  .os-unit-half [class*="pe-7s-"]:not([class*="li-"]).os-unit.fa-sm:before,
  .os-unit-half [class*="pe-7s-"]:not([class*="li-"]).os-unit.pe-sm:before, .os-unit-xs .ri:not([class*="li-"]).os-unit.ri-sm:before, .os-unit-xs .ri:not([class*="li-"]).os-unit.fa-sm:before, .os-unit-xs .ri:not([class*="li-"]).os-unit.pe-sm:before,
  .os-unit-xs .fa:not([class*="li-"]).os-unit.ri-sm:before,
  .os-unit-xs .fa:not([class*="li-"]).os-unit.fa-sm:before,
  .os-unit-xs .fa:not([class*="li-"]).os-unit.pe-sm:before,
  .os-unit-xs [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-sm:before,
  .os-unit-xs [class*="pe-7s-"]:not([class*="li-"]).os-unit.fa-sm:before,
  .os-unit-xs [class*="pe-7s-"]:not([class*="li-"]).os-unit.pe-sm:before {
    font-size: calc(var(--os-unit) * .6 * .6); }
  .os-unit-half .ri:not([class*="li-"]).os-unit.ri-disc,
  .os-unit-half .fa:not([class*="li-"]).os-unit.ri-disc,
  .os-unit-half [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-disc, .os-unit-xs .ri:not([class*="li-"]).os-unit.ri-disc,
  .os-unit-xs .fa:not([class*="li-"]).os-unit.ri-disc,
  .os-unit-xs [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-disc {
    line-height: calc(var(--os-unit) * 0.5) !important;
    min-height: calc(var(--os-unit) * 0.5);
    height: calc(var(--os-unit) * 0.5);
    width: calc(var(--os-unit) * 0.5); }
    .os-unit-half .ri:not([class*="li-"]).os-unit.ri-disc:after,
    .os-unit-half .fa:not([class*="li-"]).os-unit.ri-disc:after,
    .os-unit-half [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-disc:after, .os-unit-xs .ri:not([class*="li-"]).os-unit.ri-disc:after,
    .os-unit-xs .fa:not([class*="li-"]).os-unit.ri-disc:after,
    .os-unit-xs [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-disc:after {
      line-height: calc(var(--os-unit) * 0.5);
      font-size: calc(var(--os-unit) * 0.5 * .6); }
    .os-unit-half .ri:not([class*="li-"]).os-unit.ri-disc:before,
    .os-unit-half .fa:not([class*="li-"]).os-unit.ri-disc:before,
    .os-unit-half [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-disc:before, .os-unit-xs .ri:not([class*="li-"]).os-unit.ri-disc:before,
    .os-unit-xs .fa:not([class*="li-"]).os-unit.ri-disc:before,
    .os-unit-xs [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-disc:before {
      font-size: calc(var(--os-unit) * 0.5 * .6); }
  .os-unit-half .ri:not([class*="li-"]).os-unit.ri-circle:before,
  .os-unit-half .fa:not([class*="li-"]).os-unit.ri-circle:before,
  .os-unit-half [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-circle:before, .os-unit-xs .ri:not([class*="li-"]).os-unit.ri-circle:before,
  .os-unit-xs .fa:not([class*="li-"]).os-unit.ri-circle:before,
  .os-unit-xs [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-circle:before {
    font-size: calc(var(--os-unit) * 0.5 * .6); }
  .os-unit-half .ri:not([class*="li-"]).os-unit.ri-circle:after,
  .os-unit-half .fa:not([class*="li-"]).os-unit.ri-circle:after,
  .os-unit-half [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-circle:after, .os-unit-xs .ri:not([class*="li-"]).os-unit.ri-circle:after,
  .os-unit-xs .fa:not([class*="li-"]).os-unit.ri-circle:after,
  .os-unit-xs [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-circle:after {
    height: calc(var(--os-unit) * 0.5 * .6); }

.os-unit-75 .ri:not([class*="li-"]).os-unit,
.os-unit-75 .fa:not([class*="li-"]).os-unit,
.os-unit-75 [class*="pe-7s-"]:not([class*="li-"]).os-unit, .os-unit-s .ri:not([class*="li-"]).os-unit,
.os-unit-s .fa:not([class*="li-"]).os-unit,
.os-unit-s [class*="pe-7s-"]:not([class*="li-"]).os-unit {
  line-height: calc(var(--os-unit) * 0.75) !important;
  min-height: calc(var(--os-unit) * 0.75);
  width: calc(var(--os-unit) * 0.75);
  font-weight: normal;
  font-size: calc(var(--os-unit) * 0.75 * .6); }
  .os-unit-75 .ri:not([class*="li-"]).os-unit.ri-sm:before, .os-unit-75 .ri:not([class*="li-"]).os-unit.fa-sm:before, .os-unit-75 .ri:not([class*="li-"]).os-unit.pe-sm:before,
  .os-unit-75 .fa:not([class*="li-"]).os-unit.ri-sm:before,
  .os-unit-75 .fa:not([class*="li-"]).os-unit.fa-sm:before,
  .os-unit-75 .fa:not([class*="li-"]).os-unit.pe-sm:before,
  .os-unit-75 [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-sm:before,
  .os-unit-75 [class*="pe-7s-"]:not([class*="li-"]).os-unit.fa-sm:before,
  .os-unit-75 [class*="pe-7s-"]:not([class*="li-"]).os-unit.pe-sm:before, .os-unit-s .ri:not([class*="li-"]).os-unit.ri-sm:before, .os-unit-s .ri:not([class*="li-"]).os-unit.fa-sm:before, .os-unit-s .ri:not([class*="li-"]).os-unit.pe-sm:before,
  .os-unit-s .fa:not([class*="li-"]).os-unit.ri-sm:before,
  .os-unit-s .fa:not([class*="li-"]).os-unit.fa-sm:before,
  .os-unit-s .fa:not([class*="li-"]).os-unit.pe-sm:before,
  .os-unit-s [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-sm:before,
  .os-unit-s [class*="pe-7s-"]:not([class*="li-"]).os-unit.fa-sm:before,
  .os-unit-s [class*="pe-7s-"]:not([class*="li-"]).os-unit.pe-sm:before {
    font-size: calc(var(--os-unit) * .6 * .6); }
  .os-unit-75 .ri:not([class*="li-"]).os-unit.ri-disc,
  .os-unit-75 .fa:not([class*="li-"]).os-unit.ri-disc,
  .os-unit-75 [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-disc, .os-unit-s .ri:not([class*="li-"]).os-unit.ri-disc,
  .os-unit-s .fa:not([class*="li-"]).os-unit.ri-disc,
  .os-unit-s [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-disc {
    line-height: calc(var(--os-unit) * 0.75) !important;
    min-height: calc(var(--os-unit) * 0.75);
    height: calc(var(--os-unit) * 0.75);
    width: calc(var(--os-unit) * 0.75); }
    .os-unit-75 .ri:not([class*="li-"]).os-unit.ri-disc:after,
    .os-unit-75 .fa:not([class*="li-"]).os-unit.ri-disc:after,
    .os-unit-75 [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-disc:after, .os-unit-s .ri:not([class*="li-"]).os-unit.ri-disc:after,
    .os-unit-s .fa:not([class*="li-"]).os-unit.ri-disc:after,
    .os-unit-s [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-disc:after {
      line-height: calc(var(--os-unit) * 0.75);
      font-size: calc(var(--os-unit) * 0.75 * .6); }
    .os-unit-75 .ri:not([class*="li-"]).os-unit.ri-disc:before,
    .os-unit-75 .fa:not([class*="li-"]).os-unit.ri-disc:before,
    .os-unit-75 [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-disc:before, .os-unit-s .ri:not([class*="li-"]).os-unit.ri-disc:before,
    .os-unit-s .fa:not([class*="li-"]).os-unit.ri-disc:before,
    .os-unit-s [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-disc:before {
      font-size: calc(var(--os-unit) * 0.75 * .6); }
  .os-unit-75 .ri:not([class*="li-"]).os-unit.ri-circle:before,
  .os-unit-75 .fa:not([class*="li-"]).os-unit.ri-circle:before,
  .os-unit-75 [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-circle:before, .os-unit-s .ri:not([class*="li-"]).os-unit.ri-circle:before,
  .os-unit-s .fa:not([class*="li-"]).os-unit.ri-circle:before,
  .os-unit-s [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-circle:before {
    font-size: calc(var(--os-unit) * 0.75 * .6); }
  .os-unit-75 .ri:not([class*="li-"]).os-unit.ri-circle:after,
  .os-unit-75 .fa:not([class*="li-"]).os-unit.ri-circle:after,
  .os-unit-75 [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-circle:after, .os-unit-s .ri:not([class*="li-"]).os-unit.ri-circle:after,
  .os-unit-s .fa:not([class*="li-"]).os-unit.ri-circle:after,
  .os-unit-s [class*="pe-7s-"]:not([class*="li-"]).os-unit.ri-circle:after {
    height: calc(var(--os-unit) * 0.75 * .6); }

.ri-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .ri-ul > li {
    position: relative; }

.ri-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .ri-li.ri-lg {
    left: -1.8571428571em; }

.ri-rounded {
  border-radius: 2em !important; }

.ri-disc,
.ri-border {
  transition: all .3s ease-in-out;
  padding: .1em;
  border: solid 0.1rem #8d8e98;
  border-radius: .1em;
  font-size: 1em;
  text-align: center;
  width: auto;
  height: auto; }
  .ri-disc:before,
  .ri-border:before {
    font-size: .7em; }
  .ri-disc.ri-lg,
  .ri-border.ri-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%; }
    .ri-disc.ri-lg:before,
    .ri-border.ri-lg:before {
      margin-left: 0; }
  .ri-disc.ri-2x,
  .ri-border.ri-2x {
    font-size: 2em; }
    .ri-disc.ri-2x:before,
    .ri-border.ri-2x:before {
      margin-left: 0; }
  .ri-disc.ri-3x,
  .ri-border.ri-3x {
    font-size: 3em; }
    .ri-disc.ri-3x:before,
    .ri-border.ri-3x:before {
      margin-left: 0; }
  .ri-disc.ri-4x,
  .ri-border.ri-4x {
    font-size: 4em; }
    .ri-disc.ri-4x:before,
    .ri-border.ri-4x:before {
      margin-left: 0; }
  .ri-disc.ri-5x,
  .ri-border.ri-5x {
    font-size: 5em; }
    .ri-disc.ri-5x:before,
    .ri-border.ri-5x:before {
      margin-left: 0; }

.ri-border {
  vertical-align: baseline; }

.ri-disc {
  border-radius: 50%;
  background: #8d8e98;
  color: white; }

[href]:hover .ri-border {
  border-color: #7a7b87;
  background-color: rgba(141, 142, 152, 0.2); }

[href]:hover .ri-disc {
  background-color: #73747f;
  border-color: #6e6f7a; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.ri.pull-left {
  margin-right: .3em; }

.ri.pull-right {
  margin-left: .3em; }

@-webkit-keyframes loading-blink {
  0% {
    opacity: .5; }
  25% {
    opacity: 1; }
  100% {
    opacity: .5; } }

@keyframes loading-blink {
  0% {
    opacity: .5; }
  25% {
    opacity: 1; }
  100% {
    opacity: .5; } }

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes icon-spin-counter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); } }

@keyframes icon-spin-counter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); } }

.ri-spin, .ri-spin-counter {
  position: relative;
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear; }
  .ri-spin:before, .ri-spin-counter:before {
    border: 1px solid transparent;
    height: 100%;
    position: relative; }

.ri-spin-counter {
  -webkit-animation: icon-spin-counter 2s infinite linear;
  animation: icon-spin-counter 2s infinite linear; }

.ri-pulse, .ri-pulse-counter {
  position: relative;
  -webkit-animation: icon-spin 1s infinite steps(8);
  animation: icon-spin 1s infinite steps(8); }
  .ri-pulse:before, .ri-pulse-counter:before {
    border: 1px solid transparent;
    height: 100%;
    position: relative; }

.ri-pulse-counter {
  -webkit-animation: icon-spin-counter 1s infinite steps(8);
  animation: icon-spin-counter 1s infinite steps(8); }

.ri-spin,
.ri-spin-counter {
  transform-origin: center center; }

.ri-pulse,
.ri-pulse-counter {
  transform-origin: center center; }

.ri-dots.loading, .ri-dots.loading:before, .ri-dots.loading:after,
.ri-dots-vertical.loading,
.ri-dots-vertical.loading:before,
.ri-dots-vertical.loading:after,
.ri-loading,
.ri-loading:before,
.ri-loading:after,
.ri-loading-vertical,
.ri-loading-vertical:before,
.ri-loading-vertical:after {
  animation-name: loading-blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both; }

.ri-dots.loading:before,
.ri-dots-vertical.loading:before,
.ri-loading:before,
.ri-loading-vertical:before {
  animation-delay: 0s; }

.ri-dots.loading,
.ri-dots-vertical.loading,
.ri-loading,
.ri-loading-vertical {
  animation-delay: .2s; }

.ri-dots.loading:after,
.ri-dots-vertical.loading:after,
.ri-loading:after,
.ri-loading-vertical:after {
  animation-delay: .4s; }

.ri-dots.loading.os-unit:before,
.ri-dots-vertical.loading.os-unit:before,
.ri-loading.os-unit:before,
.ri-loading-vertical.os-unit:before {
  animation-delay: .2s; }

.ri-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.ri-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.ri-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.ri-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.ri-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .ri-rotate-90, :root .ri-rotate-180, :root .ri-rotate-270, :root .ri-flip-horizontal, :root .ri-flip-vertical {
  filter: none; }

.ri-stack {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: middle; }

.ri-stack-over,
.ri-stack-under {
  position: relative;
  width: 100%;
  text-align: center; }

.ri-stack-under {
  position: relative; }

.ri-stack-over {
  line-height: inherit;
  top: -100%;
  left: 0; }
  .ri-stack-over.ri-2x {
    font-size: .8em; }
  .ri-stack-over.ri-3x {
    font-size: .7em; }
  .ri-stack-over.ri-4x {
    font-size: .6em; }
  .ri-stack-over.ri-5x {
    font-size: .5em; }
  .ri-stack-over.ri-6x {
    font-size: .4em; }
  .ri-stack-over.ri-7x {
    font-size: .3em; }
  .ri-stack-over.ri-8x {
    font-size: .2em; }
  .ri-stack-over.ri-9x {
    font-size: .1em; }
  .ri-stack-over.ri-10x {
    font-size: .05em; }

.ri-inverse {
  color: white; }

.ri-circle,
.ri-circle-closed,
.ri-circle-open,
.ri-circle-locked,
.ri-circle-edit,
.ri-circle-minus,
.ri-circle-play,
.ri-circle-plus,
.ri-circle-solid,
.ri-circle-view,
.ri-circle-find {
  line-height: 100%; }
  .ri-circle:before,
  .ri-circle-closed:before,
  .ri-circle-open:before,
  .ri-circle-locked:before,
  .ri-circle-edit:before,
  .ri-circle-minus:before,
  .ri-circle-play:before,
  .ri-circle-plus:before,
  .ri-circle-solid:before,
  .ri-circle-view:before,
  .ri-circle-find:before {
    font-size: .55em;
    text-align: center;
    padding: 0 .4em;
    display: inline-block;
    margin-top: -.4rem; }
  .ri-circle:after,
  .ri-circle-closed:after,
  .ri-circle-open:after,
  .ri-circle-locked:after,
  .ri-circle-edit:after,
  .ri-circle-minus:after,
  .ri-circle-play:after,
  .ri-circle-plus:after,
  .ri-circle-solid:after,
  .ri-circle-view:after,
  .ri-circle-find:after {
    top: -.4rem;
    left: 0;
    font-size: 1em;
    position: absolute; }
  .ri-circle.ri-lg,
  .ri-circle-closed.ri-lg,
  .ri-circle-open.ri-lg,
  .ri-circle-locked.ri-lg,
  .ri-circle-edit.ri-lg,
  .ri-circle-minus.ri-lg,
  .ri-circle-play.ri-lg,
  .ri-circle-plus.ri-lg,
  .ri-circle-solid.ri-lg,
  .ri-circle-view.ri-lg,
  .ri-circle-find.ri-lg {
    font-size: 1.3333333333em !important;
    line-height: 1;
    vertical-align: 0 !important; }
    .ri-circle.ri-lg:before,
    .ri-circle-closed.ri-lg:before,
    .ri-circle-open.ri-lg:before,
    .ri-circle-locked.ri-lg:before,
    .ri-circle-edit.ri-lg:before,
    .ri-circle-minus.ri-lg:before,
    .ri-circle-play.ri-lg:before,
    .ri-circle-plus.ri-lg:before,
    .ri-circle-solid.ri-lg:before,
    .ri-circle-view.ri-lg:before,
    .ri-circle-find.ri-lg:before {
      font-size: .8em;
      padding: 0 .11em; }
  .ri-circle.ri-2x,
  .ri-circle-closed.ri-2x,
  .ri-circle-open.ri-2x,
  .ri-circle-locked.ri-2x,
  .ri-circle-edit.ri-2x,
  .ri-circle-minus.ri-2x,
  .ri-circle-play.ri-2x,
  .ri-circle-plus.ri-2x,
  .ri-circle-solid.ri-2x,
  .ri-circle-view.ri-2x,
  .ri-circle-find.ri-2x {
    font-size: 2em; }
    .ri-circle.ri-2x:before,
    .ri-circle-closed.ri-2x:before,
    .ri-circle-open.ri-2x:before,
    .ri-circle-locked.ri-2x:before,
    .ri-circle-edit.ri-2x:before,
    .ri-circle-minus.ri-2x:before,
    .ri-circle-play.ri-2x:before,
    .ri-circle-plus.ri-2x:before,
    .ri-circle-solid.ri-2x:before,
    .ri-circle-view.ri-2x:before,
    .ri-circle-find.ri-2x:before {
      padding: 0 .11em;
      font-size: .8em; }
  .ri-circle.ri-3x,
  .ri-circle-closed.ri-3x,
  .ri-circle-open.ri-3x,
  .ri-circle-locked.ri-3x,
  .ri-circle-edit.ri-3x,
  .ri-circle-minus.ri-3x,
  .ri-circle-play.ri-3x,
  .ri-circle-plus.ri-3x,
  .ri-circle-solid.ri-3x,
  .ri-circle-view.ri-3x,
  .ri-circle-find.ri-3x {
    font-size: 3em; }
    .ri-circle.ri-3x:before,
    .ri-circle-closed.ri-3x:before,
    .ri-circle-open.ri-3x:before,
    .ri-circle-locked.ri-3x:before,
    .ri-circle-edit.ri-3x:before,
    .ri-circle-minus.ri-3x:before,
    .ri-circle-play.ri-3x:before,
    .ri-circle-plus.ri-3x:before,
    .ri-circle-solid.ri-3x:before,
    .ri-circle-view.ri-3x:before,
    .ri-circle-find.ri-3x:before {
      padding: 0 .14em;
      font-size: .8em; }
  .ri-circle.ri-4x,
  .ri-circle-closed.ri-4x,
  .ri-circle-open.ri-4x,
  .ri-circle-locked.ri-4x,
  .ri-circle-edit.ri-4x,
  .ri-circle-minus.ri-4x,
  .ri-circle-play.ri-4x,
  .ri-circle-plus.ri-4x,
  .ri-circle-solid.ri-4x,
  .ri-circle-view.ri-4x,
  .ri-circle-find.ri-4x {
    font-size: 4em; }
    .ri-circle.ri-4x:before,
    .ri-circle-closed.ri-4x:before,
    .ri-circle-open.ri-4x:before,
    .ri-circle-locked.ri-4x:before,
    .ri-circle-edit.ri-4x:before,
    .ri-circle-minus.ri-4x:before,
    .ri-circle-play.ri-4x:before,
    .ri-circle-plus.ri-4x:before,
    .ri-circle-solid.ri-4x:before,
    .ri-circle-view.ri-4x:before,
    .ri-circle-find.ri-4x:before {
      font-size: .8em;
      padding: 0 .14em; }
  .ri-circle.ri-5x,
  .ri-circle-closed.ri-5x,
  .ri-circle-open.ri-5x,
  .ri-circle-locked.ri-5x,
  .ri-circle-edit.ri-5x,
  .ri-circle-minus.ri-5x,
  .ri-circle-play.ri-5x,
  .ri-circle-plus.ri-5x,
  .ri-circle-solid.ri-5x,
  .ri-circle-view.ri-5x,
  .ri-circle-find.ri-5x {
    font-size: 5em; }
    .ri-circle.ri-5x:before,
    .ri-circle-closed.ri-5x:before,
    .ri-circle-open.ri-5x:before,
    .ri-circle-locked.ri-5x:before,
    .ri-circle-edit.ri-5x:before,
    .ri-circle-minus.ri-5x:before,
    .ri-circle-play.ri-5x:before,
    .ri-circle-plus.ri-5x:before,
    .ri-circle-solid.ri-5x:before,
    .ri-circle-view.ri-5x:before,
    .ri-circle-find.ri-5x:before {
      font-size: .8em;
      padding: 0 .14em; }
  .ri-circle.ri-user-rounded:before,
  .ri-circle-closed.ri-user-rounded:before,
  .ri-circle-open.ri-user-rounded:before,
  .ri-circle-locked.ri-user-rounded:before,
  .ri-circle-edit.ri-user-rounded:before,
  .ri-circle-minus.ri-user-rounded:before,
  .ri-circle-play.ri-user-rounded:before,
  .ri-circle-plus.ri-user-rounded:before,
  .ri-circle-solid.ri-user-rounded:before,
  .ri-circle-view.ri-user-rounded:before,
  .ri-circle-find.ri-user-rounded:before {
    font-size: 1em !important;
    padding: 0;
    top: -0.2em; }

.ri-circle-solid:before {
  color: white;
  position: absolute; }

.ri-super-color, .rockicolors-reverse .ri-super-color, .rocket-reverse .ri-super-color {
  position: relative;
  color: #d3a7fb !important; }
  .ri-super-color:before, .rockicolors-reverse .ri-super-color:before, .rocket-reverse .ri-super-color:before {
    content: "\f225" !important;
    margin-left: .01rem !important; }
  .ri-super-color i, .rockicolors-reverse .ri-super-color i, .rocket-reverse .ri-super-color i {
    display: inline-grid;
    position: relative;
    font-weight: normal;
    font-family: rockicons;
    font-style: normal;
    font-kerning: normal;
    line-height: 1em;
    font-size: 1em;
    align-content: center;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: auto;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
    speak: never;
    color: #2ad8fa !important;
    position: absolute;
    top: 0;
    left: 0;
    font-size: inherit; }
    .ri-super-color i.os-text, .rockicolors-reverse .ri-super-color i.os-text, .rocket-reverse .ri-super-color i.os-text {
      font-size: calc(var(--os-unit) * .32); }
      .ri-super-color i.os-text-xs, .rockicolors-reverse .ri-super-color i.os-text-xs, .rocket-reverse .ri-super-color i.os-text-xs {
        font-size: calc(var(--os-unit) * .22); }
      .ri-super-color i.os-text-s, .rockicolors-reverse .ri-super-color i.os-text-s, .rocket-reverse .ri-super-color i.os-text-s {
        font-size: calc(var(--os-unit) * .26); }
      .ri-super-color i.os-text-m, .rockicolors-reverse .ri-super-color i.os-text-m, .rocket-reverse .ri-super-color i.os-text-m {
        font-size: calc(var(--os-unit) * .36); }
      .ri-super-color i.os-text-l, .rockicolors-reverse .ri-super-color i.os-text-l, .rocket-reverse .ri-super-color i.os-text-l {
        font-size: calc(var(--os-unit) * .4); }
    .ri-super-color i:before, .ri-super-color i:after, .rockicolors-reverse .ri-super-color i:before, .rockicolors-reverse .ri-super-color i:after, .rocket-reverse .ri-super-color i:before, .rocket-reverse .ri-super-color i:after {
      display: block; }
    .ri-super-color i:before, .rockicolors-reverse .ri-super-color i:before, .rocket-reverse .ri-super-color i:before {
      content: "\f226" !important;
      margin-left: 0 !important; }
    .ri-super-color i + i, .rockicolors-reverse .ri-super-color i + i, .rocket-reverse .ri-super-color i + i {
      color: #f57ccf !important; }
      .ri-super-color i + i:before, .rockicolors-reverse .ri-super-color i + i:before, .rocket-reverse .ri-super-color i + i:before {
        content: "\f227" !important; }
      .ri-super-color i + i + i, .rockicolors-reverse .ri-super-color i + i + i, .rocket-reverse .ri-super-color i + i + i {
        color: #fd5757 !important; }
        .ri-super-color i + i + i:before, .rockicolors-reverse .ri-super-color i + i + i:before, .rocket-reverse .ri-super-color i + i + i:before {
          content: "\f228" !important; }
        .ri-super-color i + i + i + i, .rockicolors-reverse .ri-super-color i + i + i + i, .rocket-reverse .ri-super-color i + i + i + i {
          color: #94e11a !important; }
          .ri-super-color i + i + i + i:before, .rockicolors-reverse .ri-super-color i + i + i + i:before, .rocket-reverse .ri-super-color i + i + i + i:before {
            content: "\f229" !important; }
          .ri-super-color i + i + i + i + i, .rockicolors-reverse .ri-super-color i + i + i + i + i, .rocket-reverse .ri-super-color i + i + i + i + i {
            color: #ffbb18 !important; }
            .ri-super-color i + i + i + i + i:before, .rockicolors-reverse .ri-super-color i + i + i + i + i:before, .rocket-reverse .ri-super-color i + i + i + i + i:before {
              content: "\f22a" !important; }

.ri > h3, .ri > .h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0 !important;
  font-size: 80%;
  line-height: initial !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: -2px !important;
  display: inline-grid;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never; }
  .select2-container--default .select2-selection--single .select2-selection__arrow.os-text, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow.os-text {
    font-size: calc(var(--os-unit) * .32); }
    .select2-container--default .select2-selection--single .select2-selection__arrow.os-text-xs, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    .select2-container--default .select2-selection--single .select2-selection__arrow.os-text-s, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    .select2-container--default .select2-selection--single .select2-selection__arrow.os-text-m, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    .select2-container--default .select2-selection--single .select2-selection__arrow.os-text-l, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  .select2-container--default .select2-selection--single .select2-selection__arrow:before, .select2-container--default .select2-selection--single .select2-selection__arrow:after, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    display: block; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:before, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    content: "\f1cd" !important; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    display: none; }

[contenteditable].dropdown-toggle,
.btn.dropdown-toggle {
  position: relative;
  padding-right: 0; }
  [contenteditable].dropdown-toggle:after,
  .btn.dropdown-toggle:after {
    display: inline;
    display: inline-grid;
    position: relative;
    font-weight: normal;
    font-family: rockicons;
    font-style: normal;
    font-kerning: normal;
    line-height: 1em;
    font-size: 1em;
    align-content: center;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: auto;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
    speak: never;
    text-align: center;
    line-height: initial;
    content: "\f1cd" !important;
    color: #8d8e98;
    width: calc(var(--os-unit) * .8) !important; }
    [contenteditable].dropdown-toggle:after.os-text,
    .btn.dropdown-toggle:after.os-text {
      font-size: calc(var(--os-unit) * .32); }
      [contenteditable].dropdown-toggle:after.os-text-xs,
      .btn.dropdown-toggle:after.os-text-xs {
        font-size: calc(var(--os-unit) * .22); }
      [contenteditable].dropdown-toggle:after.os-text-s,
      .btn.dropdown-toggle:after.os-text-s {
        font-size: calc(var(--os-unit) * .26); }
      [contenteditable].dropdown-toggle:after.os-text-m,
      .btn.dropdown-toggle:after.os-text-m {
        font-size: calc(var(--os-unit) * .36); }
      [contenteditable].dropdown-toggle:after.os-text-l,
      .btn.dropdown-toggle:after.os-text-l {
        font-size: calc(var(--os-unit) * .4); }
    [contenteditable].dropdown-toggle:after:before, [contenteditable].dropdown-toggle:after:after,
    .btn.dropdown-toggle:after:before,
    .btn.dropdown-toggle:after:after {
      display: block; }
  .note-btn-group [contenteditable].dropdown-toggle, .note-btn-group .btn.dropdown-toggle {
    padding-right: 5px; }
    .note-btn-group [contenteditable].dropdown-toggle:after, .note-btn-group .btn.dropdown-toggle:after {
      display: none; }
  [contenteditable].dropdown-toggle.btn-block:after,
  .btn.dropdown-toggle.btn-block:after {
    position: absolute !important;
    top: .55em;
    right: 15px;
    text-align: right; }

.input-group .btn.dropdown-toggle {
  position: relative !important;
  box-shadow: none;
  margin-left: -1px !important;
  color: #8d8e98;
  margin-bottom: 0;
  line-height: inherit;
  text-align: center;
  padding-left: 0; }
  .input-group .btn.dropdown-toggle:after {
    display: inline-block !important;
    border: none !important;
    text-align: center;
    position: inherit !important;
    right: auto;
    top: auto;
    height: auto !important;
    margin-bottom: 1px; }
  .input-group .btn.dropdown-toggle:empty {
    position: inherit; }
    .input-group .btn.dropdown-toggle:empty:before {
      content: ' ';
      display: block;
      height: 3px; }

.rocket-skin .input-group .btn.dropdown-toggle:empty:before, .modal-rocket .input-group .btn.dropdown-toggle:empty:before, .rocket-select .input-group .btn.dropdown-toggle:empty:before {
  height: auto; }

.bootstrap-select.btn-group .btn.dropdown-toggle {
  padding-right: 1.5em; }
  .bootstrap-select.btn-group .btn.dropdown-toggle .filter-option {
    padding-right: calc(var(--os-unit) * .7); }
    .bootstrap-select.btn-group .btn.dropdown-toggle .filter-option:after {
      display: inline-grid;
      position: relative;
      font-weight: normal;
      font-family: rockicons;
      font-style: normal;
      font-kerning: normal;
      line-height: 1em;
      font-size: 1em;
      align-content: center;
      align-items: center;
      justify-content: center;
      vertical-align: middle;
      height: auto;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      -webkit-transition: none;
      transition: none;
      speak: never;
      content: "\f1cd" !important;
      position: absolute;
      right: 0;
      text-align: center !important;
      width: calc(var(--os-unit) * .8) !important;
      color: #8d8e98;
      vertical-align: inherit;
      line-height: inherit; }
      .bootstrap-select.btn-group .btn.dropdown-toggle .filter-option:after.os-text {
        font-size: calc(var(--os-unit) * .32); }
        .bootstrap-select.btn-group .btn.dropdown-toggle .filter-option:after.os-text-xs {
          font-size: calc(var(--os-unit) * .22); }
        .bootstrap-select.btn-group .btn.dropdown-toggle .filter-option:after.os-text-s {
          font-size: calc(var(--os-unit) * .26); }
        .bootstrap-select.btn-group .btn.dropdown-toggle .filter-option:after.os-text-m {
          font-size: calc(var(--os-unit) * .36); }
        .bootstrap-select.btn-group .btn.dropdown-toggle .filter-option:after.os-text-l {
          font-size: calc(var(--os-unit) * .4); }
      .bootstrap-select.btn-group .btn.dropdown-toggle .filter-option:after:before, .bootstrap-select.btn-group .btn.dropdown-toggle .filter-option:after:after {
        display: block; }

.bootstrap-select.btn-group .bs-caret {
  display: none !important; }

.bootstrap-select.btn-group a span.check-mark {
  float: right;
  display: none;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never; }
  .bootstrap-select.btn-group a span.check-mark.os-text {
    font-size: calc(var(--os-unit) * .32); }
    .bootstrap-select.btn-group a span.check-mark.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    .bootstrap-select.btn-group a span.check-mark.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    .bootstrap-select.btn-group a span.check-mark.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    .bootstrap-select.btn-group a span.check-mark.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  .bootstrap-select.btn-group a span.check-mark:before, .bootstrap-select.btn-group a span.check-mark:after {
    display: block; }
  .bootstrap-select.btn-group a span.check-mark:before {
    content: "\f126" !important; }

.bootstrap-select.btn-group .selected a span.check-mark {
  display: block; }

.bootstrap-select.btn-group .btn.dropdown-toggle.multiple + .dropdown-menu a span.check-mark, .bootstrap-select.btn-group.multiple > .dropdown-menu li a span.check-mark {
  display: block !important; }
  .bootstrap-select.btn-group .btn.dropdown-toggle.multiple + .dropdown-menu a span.check-mark:before, .bootstrap-select.btn-group.multiple > .dropdown-menu li a span.check-mark:before {
    content: "\f282" !important;
    color: #d6d6d6; }

.bootstrap-select.btn-group .btn.dropdown-toggle.multiple + .dropdown-menu.selected a span.check-mark:before, .bootstrap-select.btn-group.multiple > .dropdown-menu li.selected a span.check-mark:before {
  content: "\f283" !important;
  color: inherit; }

label.ri-checkbox, label.ri-radio, label.ri-toggle {
  cursor: pointer; }
  label.ri-checkbox input[type="radio"], label.ri-checkbox input[type="checkbox"], label.ri-radio input[type="radio"], label.ri-radio input[type="checkbox"], label.ri-toggle input[type="radio"], label.ri-toggle input[type="checkbox"] {
    visibility: hidden; }

label.ri-toggle > input[type="checkbox"] + .ri:before, label.ri-toggle > input[type="radio"] + .ri:before {
  color: rgba(141, 142, 152, 0.39) !important; }

label.ri-toggle > input[type="checkbox"]:checked + .ri:before, label.ri-toggle > input[type="radio"]:checked + .ri:before {
  color: inherit !important; }

.ri > .badge,
.fa > .badge {
  position: absolute;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .4em;
  padding: .1em .2em .2em;
  top: -0.3em;
  right: -0.3em; }
  .ri > .badge > .ri:first-child,
  .fa > .badge > .ri:first-child {
    margin-left: -.2em; }
  .ri > .badge > .ri:last-child,
  .fa > .badge > .ri:last-child {
    margin-right: -.2em; }
  .ri > .badge-pill,
  .fa > .badge-pill {
    padding-right: .3em;
    padding-left: .3em;
    border-radius: 10rem; }
  .ri > .badge-tl,
  .fa > .badge-tl {
    top: -0.3em;
    left: -0.3em;
    right: auto; }
  .ri > .badge-bl,
  .fa > .badge-bl {
    bottom: -0.3em;
    top: auto;
    left: -0.3em;
    right: auto; }
  .ri > .badge-tr,
  .fa > .badge-tr {
    top: -0.3em;
    right: -0.3em; }
  .ri > .badge-br,
  .fa > .badge-br {
    bottom: -0.3em;
    top: auto;
    right: -0.3em; }

.ri-square-up > .badge {
  padding: .1em; }
  .ri-square-up > .badge-pill {
    padding-right: .3em;
    padding-left: .3em; }
  .ri-square-up > .badge.badge-info {
    background-color: #2ad8fa; }
  .ri-square-up > .badge.badge-success {
    background-color: #94e11a; }
  .ri-square-up > .badge.badge-danger {
    background-color: #fd5757; }
  .ri-square-up > .badge.badge-primary {
    background-color: #4f5062; }
  .ri-square-up > .badge.badge-warning {
    background-color: #ffbb18; }

.ri-dots, .ri-dots-vertical,
.ri-loading,
.ri-loading-vertical {
  margin: .32555em;
  display: inline-block; }
  .ri-dots:not([class*=color-bg]), .ri-dots-vertical:not([class*=color-bg]),
  .ri-loading:not([class*=color-bg]),
  .ri-loading-vertical:not([class*=color-bg]) {
    background-color: #8d8e98; }
  .ri-dots, .ri-dots:before, .ri-dots:after, .ri-dots-vertical, .ri-dots-vertical:before, .ri-dots-vertical:after,
  .ri-loading,
  .ri-loading:before,
  .ri-loading:after,
  .ri-loading-vertical,
  .ri-loading-vertical:before,
  .ri-loading-vertical:after {
    background-color: inherit;
    border-radius: 50%;
    height: .15em !important;
    width: .15em; }
  .ri-dots:before, .ri-dots:after, .ri-dots-vertical:before, .ri-dots-vertical:after,
  .ri-loading:before,
  .ri-loading:after,
  .ri-loading-vertical:before,
  .ri-loading-vertical:after {
    content: '';
    display: block; }
  .ri-dots:before, .ri-dots-vertical:before,
  .ri-loading:before,
  .ri-loading-vertical:before {
    margin-left: -.25em; }
  .ri-dots:after, .ri-dots-vertical:after,
  .ri-loading:after,
  .ri-loading-vertical:after {
    margin-left: .25em;
    margin-top: -.15em; }
  .ri-dots.os-unit, .ri-dots-vertical.os-unit,
  .ri-loading.os-unit,
  .ri-loading-vertical.os-unit {
    line-height: 1 !important;
    min-height: auto;
    visibility: hidden;
    margin: calc((var(--os-unit) - 4) * .5); }
    .ri-dots.os-unit:before, .ri-dots-vertical.os-unit:before,
    .ri-loading.os-unit:before,
    .ri-loading-vertical.os-unit:before {
      visibility: visible;
      margin-left: -4px; }
    .ri-dots.os-unit:after, .ri-dots-vertical.os-unit:after,
    .ri-loading.os-unit:after,
    .ri-loading-vertical.os-unit:after {
      visibility: visible;
      margin-left: 4px; }
  .ri-dots.ri-square-up, .ri-dots-vertical.ri-square-up,
  .ri-loading.ri-square-up,
  .ri-loading-vertical.ri-square-up {
    margin: calc((var(--os-unit) - var(--os-unit) / 10) * .5) auto !important;
    font-size: 1em;
    line-height: initial !important; }
    .ri-dots.ri-square-up, .ri-dots.ri-square-up:before, .ri-dots.ri-square-up:after, .ri-dots-vertical.ri-square-up, .ri-dots-vertical.ri-square-up:before, .ri-dots-vertical.ri-square-up:after,
    .ri-loading.ri-square-up,
    .ri-loading.ri-square-up:before,
    .ri-loading.ri-square-up:after,
    .ri-loading-vertical.ri-square-up,
    .ri-loading-vertical.ri-square-up:before,
    .ri-loading-vertical.ri-square-up:after {
      height: calc(var(--os-unit) * .1) !important;
      width: calc(var(--os-unit) * .1); }
    .ri-dots.ri-square-up:before, .ri-dots-vertical.ri-square-up:before,
    .ri-loading.ri-square-up:before,
    .ri-loading-vertical.ri-square-up:before {
      margin-left: calc((var(--os-unit) / 6.6) * -1); }
    .ri-dots.ri-square-up:after, .ri-dots-vertical.ri-square-up:after,
    .ri-loading.ri-square-up:after,
    .ri-loading-vertical.ri-square-up:after {
      margin-top: calc(var(--os-unit) * .1 * -1);
      margin-left: calc(var(--os-unit) / 6.6); }

.ri-dots-vertical:before,
.ri-loading-vertical:before {
  margin-top: -.2355em;
  margin-left: 0; }

.ri-dots-vertical:after,
.ri-loading-vertical:after {
  margin-left: 0;
  margin-top: .3255em; }

.ri-dots-vertical.os-unit:before,
.ri-loading-vertical.os-unit:before {
  margin-top: -4px;
  margin-left: 0; }

.ri-dots-vertical.os-unit:after,
.ri-loading-vertical.os-unit:after {
  margin-left: 0;
  margin-top: 4px; }

.ri-dots-vertical.ri-square-up:before,
.ri-loading-vertical.ri-square-up:before {
  margin-top: calc((var(--os-unit) / 6.6) * -1);
  margin-left: 0; }

.ri-dots-vertical.ri-square-up:after,
.ri-loading-vertical.ri-square-up:after {
  margin-left: 0;
  margin-top: calc(var(--os-unit) / 5.1); }

.fa {
  position: relative; }

.ri-color-bg-warning {
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  background-color: #ffbb18; }
  .ri-color-bg-warning.ri-disc {
    border-color: #ffb80e; }

.navbar-inverse .ri-color-bg-warning.ri-disc {
  border-color: #ffbe22; }

[href]:hover .ri-color-bg-warning {
  background-color: #feb300; }
  [href]:hover .ri-color-bg-warning.ri-disc {
    border-color: #f3ac00; }

.navbar-inverse [href]:hover .ri-color-bg-warning {
  background-color: #ffc332; }
  .navbar-inverse [href]:hover .ri-color-bg-warning.ri-disc {
    border-color: #ffc63c; }

.ri-color-fg-warning {
  color: #ffbb18 !important; }
  .ri-color-fg-warning, .ri-color-fg-warning:before, .ri-color-fg-warning:after {
    transition: all .3s ease-in-out; }
  .ri-color-fg-warning.disabled {
    color: rgba(255, 187, 24, 0.4) !important; }
  .ri-color-fg-warning.ri-circle, .ri-color-fg-warning.ri-border, .ri-color-fg-warning.ri-disc {
    border-color: #ffbb18; }

.ri-color-ol-warning {
  transition: border-color .3s ease-in-out;
  border-color: #ffbb18; }
  .ri-color-ol-warning.ri-border, .ri-color-ol-warning.ri-disc {
    border-color: #ffbb18 !important; }
  .ri-color-ol-warning.ri-circle:after {
    color: #ffbb18 !important; }

[href]:hover .ri-color-ol-warning.ri-circle {
  border-color: #f3ac00; }

.navbar-inverse [href]:hover .ri-color-ol-warning.ri-circle {
  border-color: #ffc63c; }

[href]:hover .ri-color-fg-warning:before {
  color: #b17d00 !important; }

.navbar-inverse [href]:hover .ri-color-fg-warning:before {
  color: #ffd97e !important; }

.ri-color-bg-orange {
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  background-color: #f58345; }
  .ri-color-bg-orange.ri-disc {
    border-color: #f47d3b; }

.navbar-inverse .ri-color-bg-orange.ri-disc {
  border-color: #f6894f; }

[href]:hover .ri-color-bg-orange {
  background-color: #f4732d; }
  [href]:hover .ri-color-bg-orange.ri-disc {
    border-color: #f36c23; }

.navbar-inverse [href]:hover .ri-color-bg-orange {
  background-color: #f6935d; }
  .navbar-inverse [href]:hover .ri-color-bg-orange.ri-disc {
    border-color: #f79a67; }

.ri-color-fg-orange {
  color: #f58345 !important; }
  .ri-color-fg-orange, .ri-color-fg-orange:before, .ri-color-fg-orange:after {
    transition: all .3s ease-in-out; }
  .ri-color-fg-orange.disabled {
    color: rgba(245, 131, 69, 0.4) !important; }
  .ri-color-fg-orange.ri-circle, .ri-color-fg-orange.ri-border, .ri-color-fg-orange.ri-disc {
    border-color: #f58345; }

.ri-color-ol-orange {
  transition: border-color .3s ease-in-out;
  border-color: #f58345; }
  .ri-color-ol-orange.ri-border, .ri-color-ol-orange.ri-disc {
    border-color: #f58345 !important; }
  .ri-color-ol-orange.ri-circle:after {
    color: #f58345 !important; }

[href]:hover .ri-color-ol-orange.ri-circle {
  border-color: #f36c23; }

.navbar-inverse [href]:hover .ri-color-ol-orange.ri-circle {
  border-color: #f79a67; }

[href]:hover .ri-color-fg-orange:before {
  color: #c94e0b !important; }

.navbar-inverse [href]:hover .ri-color-fg-orange:before {
  color: #fac4a6 !important; }

.ri-color-bg-primary {
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  background-color: #4f5062; }
  .ri-color-bg-primary.ri-disc {
    border-color: #4a4b5c; }

.navbar-inverse .ri-color-bg-primary.ri-disc {
  border-color: #545568; }

[href]:hover .ri-color-bg-primary {
  background-color: #444454; }
  [href]:hover .ri-color-bg-primary.ri-disc {
    border-color: #3f404e; }

.navbar-inverse [href]:hover .ri-color-bg-primary {
  background-color: #5a5c70; }
  .navbar-inverse [href]:hover .ri-color-bg-primary.ri-disc {
    border-color: #5f6076; }

.ri-color-fg-primary {
  color: #4f5062 !important; }
  .ri-color-fg-primary, .ri-color-fg-primary:before, .ri-color-fg-primary:after {
    transition: all .3s ease-in-out; }
  .ri-color-fg-primary.disabled {
    color: rgba(79, 80, 98, 0.4) !important; }
  .ri-color-fg-primary.ri-circle, .ri-color-fg-primary.ri-border, .ri-color-fg-primary.ri-disc {
    border-color: #4f5062; }

.ri-color-ol-primary {
  transition: border-color .3s ease-in-out;
  border-color: #4f5062; }
  .ri-color-ol-primary.ri-border, .ri-color-ol-primary.ri-disc {
    border-color: #4f5062 !important; }
  .ri-color-ol-primary.ri-circle:after {
    color: #4f5062 !important; }

[href]:hover .ri-color-ol-primary.ri-circle {
  border-color: #3f404e; }

.navbar-inverse [href]:hover .ri-color-ol-primary.ri-circle {
  border-color: #5f6076; }

[href]:hover .ri-color-fg-primary:before {
  color: #21222a !important; }

.navbar-inverse [href]:hover .ri-color-fg-primary:before {
  color: #7f8098 !important; }

.ri-color-bg-default {
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  background-color: #8d8e98; }
  .ri-color-bg-default.ri-disc {
    border-color: #888993; }

.navbar-inverse .ri-color-bg-default.ri-disc {
  border-color: #92939d; }

[href]:hover .ri-color-bg-default {
  background-color: #80818c; }
  [href]:hover .ri-color-bg-default.ri-disc {
    border-color: #7a7b87; }

.navbar-inverse [href]:hover .ri-color-bg-default {
  background-color: #9a9ba4; }
  .navbar-inverse [href]:hover .ri-color-bg-default.ri-disc {
    border-color: #a0a1a9; }

.ri-color-fg-default {
  color: #8d8e98 !important; }
  .ri-color-fg-default, .ri-color-fg-default:before, .ri-color-fg-default:after {
    transition: all .3s ease-in-out; }
  .ri-color-fg-default.disabled {
    color: rgba(141, 142, 152, 0.4) !important; }
  .ri-color-fg-default.ri-circle, .ri-color-fg-default.ri-border, .ri-color-fg-default.ri-disc {
    border-color: #8d8e98; }

.ri-color-ol-default {
  transition: border-color .3s ease-in-out;
  border-color: #8d8e98; }
  .ri-color-ol-default.ri-border, .ri-color-ol-default.ri-disc {
    border-color: #8d8e98 !important; }
  .ri-color-ol-default.ri-circle:after {
    color: #8d8e98 !important; }

[href]:hover .ri-color-ol-default.ri-circle {
  border-color: #7a7b87; }

.navbar-inverse [href]:hover .ri-color-ol-default.ri-circle {
  border-color: #a0a1a9; }

[href]:hover .ri-color-fg-default:before {
  color: #5b5c64 !important; }

.navbar-inverse [href]:hover .ri-color-fg-default:before {
  color: #c3c3c8 !important; }

.ri-color-bg-gray {
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  background-color: #8d8e98; }
  .ri-color-bg-gray.ri-disc {
    border-color: #888993; }

.navbar-inverse .ri-color-bg-gray.ri-disc {
  border-color: #92939d; }

[href]:hover .ri-color-bg-gray {
  background-color: #80818c; }
  [href]:hover .ri-color-bg-gray.ri-disc {
    border-color: #7a7b87; }

.navbar-inverse [href]:hover .ri-color-bg-gray {
  background-color: #9a9ba4; }
  .navbar-inverse [href]:hover .ri-color-bg-gray.ri-disc {
    border-color: #a0a1a9; }

.ri-color-fg-gray {
  color: #8d8e98 !important; }
  .ri-color-fg-gray, .ri-color-fg-gray:before, .ri-color-fg-gray:after {
    transition: all .3s ease-in-out; }
  .ri-color-fg-gray.disabled {
    color: rgba(141, 142, 152, 0.4) !important; }
  .ri-color-fg-gray.ri-circle, .ri-color-fg-gray.ri-border, .ri-color-fg-gray.ri-disc {
    border-color: #8d8e98; }

.ri-color-ol-gray {
  transition: border-color .3s ease-in-out;
  border-color: #8d8e98; }
  .ri-color-ol-gray.ri-border, .ri-color-ol-gray.ri-disc {
    border-color: #8d8e98 !important; }
  .ri-color-ol-gray.ri-circle:after {
    color: #8d8e98 !important; }

[href]:hover .ri-color-ol-gray.ri-circle {
  border-color: #7a7b87; }

.navbar-inverse [href]:hover .ri-color-ol-gray.ri-circle {
  border-color: #a0a1a9; }

[href]:hover .ri-color-fg-gray:before {
  color: #5b5c64 !important; }

.navbar-inverse [href]:hover .ri-color-fg-gray:before {
  color: #c3c3c8 !important; }

.ri-color-bg-danger {
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  background-color: #fd5757; }
  .ri-color-bg-danger.ri-disc {
    border-color: #fd4d4d; }

.navbar-inverse .ri-color-bg-danger.ri-disc {
  border-color: #fd6161; }

[href]:hover .ri-color-bg-danger {
  background-color: #fd3e3e; }
  [href]:hover .ri-color-bg-danger.ri-disc {
    border-color: #fd3434; }

.navbar-inverse [href]:hover .ri-color-bg-danger {
  background-color: #fd7070; }
  .navbar-inverse [href]:hover .ri-color-bg-danger.ri-disc {
    border-color: #fd7a7a; }

.ri-color-fg-danger {
  color: #fd5757 !important; }
  .ri-color-fg-danger, .ri-color-fg-danger:before, .ri-color-fg-danger:after {
    transition: all .3s ease-in-out; }
  .ri-color-fg-danger.disabled {
    color: rgba(253, 87, 87, 0.4) !important; }
  .ri-color-fg-danger.ri-circle, .ri-color-fg-danger.ri-border, .ri-color-fg-danger.ri-disc {
    border-color: #fd5757; }

.ri-color-ol-danger {
  transition: border-color .3s ease-in-out;
  border-color: #fd5757; }
  .ri-color-ol-danger.ri-border, .ri-color-ol-danger.ri-disc {
    border-color: #fd5757 !important; }
  .ri-color-ol-danger.ri-circle:after {
    color: #fd5757 !important; }

[href]:hover .ri-color-ol-danger.ri-circle {
  border-color: #fd3434; }

.navbar-inverse [href]:hover .ri-color-ol-danger.ri-circle {
  border-color: #fd7a7a; }

[href]:hover .ri-color-fg-danger:before {
  color: #eb0303 !important; }

.navbar-inverse [href]:hover .ri-color-fg-danger:before {
  color: #febcbc !important; }

.ri-color-bg-red {
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  background-color: #fd5757; }
  .ri-color-bg-red.ri-disc {
    border-color: #fd4d4d; }

.navbar-inverse .ri-color-bg-red.ri-disc {
  border-color: #fd6161; }

[href]:hover .ri-color-bg-red {
  background-color: #fd3e3e; }
  [href]:hover .ri-color-bg-red.ri-disc {
    border-color: #fd3434; }

.navbar-inverse [href]:hover .ri-color-bg-red {
  background-color: #fd7070; }
  .navbar-inverse [href]:hover .ri-color-bg-red.ri-disc {
    border-color: #fd7a7a; }

.ri-color-fg-red {
  color: #fd5757 !important; }
  .ri-color-fg-red, .ri-color-fg-red:before, .ri-color-fg-red:after {
    transition: all .3s ease-in-out; }
  .ri-color-fg-red.disabled {
    color: rgba(253, 87, 87, 0.4) !important; }
  .ri-color-fg-red.ri-circle, .ri-color-fg-red.ri-border, .ri-color-fg-red.ri-disc {
    border-color: #fd5757; }

.ri-color-ol-red {
  transition: border-color .3s ease-in-out;
  border-color: #fd5757; }
  .ri-color-ol-red.ri-border, .ri-color-ol-red.ri-disc {
    border-color: #fd5757 !important; }
  .ri-color-ol-red.ri-circle:after {
    color: #fd5757 !important; }

[href]:hover .ri-color-ol-red.ri-circle {
  border-color: #fd3434; }

.navbar-inverse [href]:hover .ri-color-ol-red.ri-circle {
  border-color: #fd7a7a; }

[href]:hover .ri-color-fg-red:before {
  color: #eb0303 !important; }

.navbar-inverse [href]:hover .ri-color-fg-red:before {
  color: #febcbc !important; }

.ri-color-bg-info {
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  background-color: #2ad8fa; }
  .ri-color-bg-info.ri-disc {
    border-color: #20d6fa; }

.navbar-inverse .ri-color-bg-info.ri-disc {
  border-color: #34dafa; }

[href]:hover .ri-color-bg-info {
  background-color: #11d3f9; }
  [href]:hover .ri-color-bg-info.ri-disc {
    border-color: #07d2f9; }

.navbar-inverse [href]:hover .ri-color-bg-info {
  background-color: #43ddfb; }
  .navbar-inverse [href]:hover .ri-color-bg-info.ri-disc {
    border-color: #4ddefb; }

.ri-color-fg-info {
  color: #2ad8fa !important; }
  .ri-color-fg-info, .ri-color-fg-info:before, .ri-color-fg-info:after {
    transition: all .3s ease-in-out; }
  .ri-color-fg-info.disabled {
    color: rgba(42, 216, 250, 0.4) !important; }
  .ri-color-fg-info.ri-circle, .ri-color-fg-info.ri-border, .ri-color-fg-info.ri-disc {
    border-color: #2ad8fa; }

.ri-color-ol-info {
  transition: border-color .3s ease-in-out;
  border-color: #2ad8fa; }
  .ri-color-ol-info.ri-border, .ri-color-ol-info.ri-disc {
    border-color: #2ad8fa !important; }
  .ri-color-ol-info.ri-circle:after {
    color: #2ad8fa !important; }

[href]:hover .ri-color-ol-info.ri-circle {
  border-color: #07d2f9; }

.navbar-inverse [href]:hover .ri-color-ol-info.ri-circle {
  border-color: #4ddefb; }

[href]:hover .ri-color-fg-info:before {
  color: #049cba !important; }

.navbar-inverse [href]:hover .ri-color-fg-info:before {
  color: #8eeafc !important; }

.ri-color-bg-blue {
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  background-color: #2ad8fa; }
  .ri-color-bg-blue.ri-disc {
    border-color: #20d6fa; }

.navbar-inverse .ri-color-bg-blue.ri-disc {
  border-color: #34dafa; }

[href]:hover .ri-color-bg-blue {
  background-color: #11d3f9; }
  [href]:hover .ri-color-bg-blue.ri-disc {
    border-color: #07d2f9; }

.navbar-inverse [href]:hover .ri-color-bg-blue {
  background-color: #43ddfb; }
  .navbar-inverse [href]:hover .ri-color-bg-blue.ri-disc {
    border-color: #4ddefb; }

.ri-color-fg-blue {
  color: #2ad8fa !important; }
  .ri-color-fg-blue, .ri-color-fg-blue:before, .ri-color-fg-blue:after {
    transition: all .3s ease-in-out; }
  .ri-color-fg-blue.disabled {
    color: rgba(42, 216, 250, 0.4) !important; }
  .ri-color-fg-blue.ri-circle, .ri-color-fg-blue.ri-border, .ri-color-fg-blue.ri-disc {
    border-color: #2ad8fa; }

.ri-color-ol-blue {
  transition: border-color .3s ease-in-out;
  border-color: #2ad8fa; }
  .ri-color-ol-blue.ri-border, .ri-color-ol-blue.ri-disc {
    border-color: #2ad8fa !important; }
  .ri-color-ol-blue.ri-circle:after {
    color: #2ad8fa !important; }

[href]:hover .ri-color-ol-blue.ri-circle {
  border-color: #07d2f9; }

.navbar-inverse [href]:hover .ri-color-ol-blue.ri-circle {
  border-color: #4ddefb; }

[href]:hover .ri-color-fg-blue:before {
  color: #049cba !important; }

.navbar-inverse [href]:hover .ri-color-fg-blue:before {
  color: #8eeafc !important; }

.ri-color-bg-success {
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  background-color: #94e11a; }
  .ri-color-bg-success.ri-disc {
    border-color: #8ed819; }

.navbar-inverse .ri-color-bg-success.ri-disc {
  border-color: #99e520; }

[href]:hover .ri-color-bg-success {
  background-color: #85ca17; }
  [href]:hover .ri-color-bg-success.ri-disc {
    border-color: #7fc116; }

.navbar-inverse [href]:hover .ri-color-bg-success {
  background-color: #9fe72e; }
  .navbar-inverse [href]:hover .ri-color-bg-success.ri-disc {
    border-color: #a3e837; }

.ri-color-fg-success {
  color: #94e11a !important; }
  .ri-color-fg-success, .ri-color-fg-success:before, .ri-color-fg-success:after {
    transition: all .3s ease-in-out; }
  .ri-color-fg-success.disabled {
    color: rgba(148, 225, 26, 0.4) !important; }
  .ri-color-fg-success.ri-circle, .ri-color-fg-success.ri-border, .ri-color-fg-success.ri-disc {
    border-color: #94e11a; }

.ri-color-ol-success {
  transition: border-color .3s ease-in-out;
  border-color: #94e11a; }
  .ri-color-ol-success.ri-border, .ri-color-ol-success.ri-disc {
    border-color: #94e11a !important; }
  .ri-color-ol-success.ri-circle:after {
    color: #94e11a !important; }

[href]:hover .ri-color-ol-success.ri-circle {
  border-color: #7fc116; }

.navbar-inverse [href]:hover .ri-color-ol-success.ri-circle {
  border-color: #a3e837; }

[href]:hover .ri-color-fg-success:before {
  color: #58860f !important; }

.navbar-inverse [href]:hover .ri-color-fg-success:before {
  color: #bfef72 !important; }

.ri-color-bg-green {
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  background-color: #94e11a; }
  .ri-color-bg-green.ri-disc {
    border-color: #8ed819; }

.navbar-inverse .ri-color-bg-green.ri-disc {
  border-color: #99e520; }

[href]:hover .ri-color-bg-green {
  background-color: #85ca17; }
  [href]:hover .ri-color-bg-green.ri-disc {
    border-color: #7fc116; }

.navbar-inverse [href]:hover .ri-color-bg-green {
  background-color: #9fe72e; }
  .navbar-inverse [href]:hover .ri-color-bg-green.ri-disc {
    border-color: #a3e837; }

.ri-color-fg-green {
  color: #94e11a !important; }
  .ri-color-fg-green, .ri-color-fg-green:before, .ri-color-fg-green:after {
    transition: all .3s ease-in-out; }
  .ri-color-fg-green.disabled {
    color: rgba(148, 225, 26, 0.4) !important; }
  .ri-color-fg-green.ri-circle, .ri-color-fg-green.ri-border, .ri-color-fg-green.ri-disc {
    border-color: #94e11a; }

.ri-color-ol-green {
  transition: border-color .3s ease-in-out;
  border-color: #94e11a; }
  .ri-color-ol-green.ri-border, .ri-color-ol-green.ri-disc {
    border-color: #94e11a !important; }
  .ri-color-ol-green.ri-circle:after {
    color: #94e11a !important; }

[href]:hover .ri-color-ol-green.ri-circle {
  border-color: #7fc116; }

.navbar-inverse [href]:hover .ri-color-ol-green.ri-circle {
  border-color: #a3e837; }

[href]:hover .ri-color-fg-green:before {
  color: #58860f !important; }

.navbar-inverse [href]:hover .ri-color-fg-green:before {
  color: #bfef72 !important; }

.ri-color-bg-inverse {
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  background-color: white; }
  .ri-color-bg-inverse.ri-disc {
    border-color: #fafafa; }

.navbar-inverse .ri-color-bg-inverse.ri-disc {
  border-color: white; }

[href]:hover .ri-color-bg-inverse {
  background-color: #f2f2f2; }
  [href]:hover .ri-color-bg-inverse.ri-disc {
    border-color: #ededed; }

.navbar-inverse [href]:hover .ri-color-bg-inverse {
  background-color: white; }
  .navbar-inverse [href]:hover .ri-color-bg-inverse.ri-disc {
    border-color: white; }

.ri-color-fg-inverse {
  color: white !important; }
  .ri-color-fg-inverse, .ri-color-fg-inverse:before, .ri-color-fg-inverse:after {
    transition: all .3s ease-in-out; }
  .ri-color-fg-inverse.disabled {
    color: rgba(255, 255, 255, 0.4) !important; }
  .ri-color-fg-inverse.ri-circle, .ri-color-fg-inverse.ri-border, .ri-color-fg-inverse.ri-disc {
    border-color: white; }

.ri-color-ol-inverse {
  transition: border-color .3s ease-in-out;
  border-color: white; }
  .ri-color-ol-inverse.ri-border, .ri-color-ol-inverse.ri-disc {
    border-color: white !important; }
  .ri-color-ol-inverse.ri-circle:after {
    color: white !important; }

[href]:hover .ri-color-ol-inverse.ri-circle {
  border-color: #ededed; }

.navbar-inverse [href]:hover .ri-color-ol-inverse.ri-circle {
  border-color: white; }

[href]:hover .ri-color-fg-inverse:before {
  color: #cccccc !important; }

.navbar-inverse [href]:hover .ri-color-fg-inverse:before {
  color: white !important; }

.ri-color-bg-white {
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  background-color: white; }
  .ri-color-bg-white.ri-disc {
    border-color: #fafafa; }

.navbar-inverse .ri-color-bg-white.ri-disc {
  border-color: white; }

[href]:hover .ri-color-bg-white {
  background-color: #f2f2f2; }
  [href]:hover .ri-color-bg-white.ri-disc {
    border-color: #ededed; }

.navbar-inverse [href]:hover .ri-color-bg-white {
  background-color: white; }
  .navbar-inverse [href]:hover .ri-color-bg-white.ri-disc {
    border-color: white; }

.ri-color-fg-white {
  color: white !important; }
  .ri-color-fg-white, .ri-color-fg-white:before, .ri-color-fg-white:after {
    transition: all .3s ease-in-out; }
  .ri-color-fg-white.disabled {
    color: rgba(255, 255, 255, 0.4) !important; }
  .ri-color-fg-white.ri-circle, .ri-color-fg-white.ri-border, .ri-color-fg-white.ri-disc {
    border-color: white; }

.ri-color-ol-white {
  transition: border-color .3s ease-in-out;
  border-color: white; }
  .ri-color-ol-white.ri-border, .ri-color-ol-white.ri-disc {
    border-color: white !important; }
  .ri-color-ol-white.ri-circle:after {
    color: white !important; }

[href]:hover .ri-color-ol-white.ri-circle {
  border-color: #ededed; }

.navbar-inverse [href]:hover .ri-color-ol-white.ri-circle {
  border-color: white; }

[href]:hover .ri-color-fg-white:before {
  color: #cccccc !important; }

.navbar-inverse [href]:hover .ri-color-fg-white:before {
  color: white !important; }

.ri-color-bg-purple {
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  background-color: #d3a7fb; }
  .ri-color-bg-purple.ri-disc {
    border-color: #ce9dfb; }

.navbar-inverse .ri-color-bg-purple.ri-disc {
  border-color: #d8b1fb; }

[href]:hover .ri-color-bg-purple {
  background-color: #c78ffa; }
  [href]:hover .ri-color-bg-purple.ri-disc {
    border-color: #c285f9; }

.navbar-inverse [href]:hover .ri-color-bg-purple {
  background-color: #dfbffc; }
  .navbar-inverse [href]:hover .ri-color-bg-purple.ri-disc {
    border-color: #e4c9fd; }

.ri-color-fg-purple {
  color: #d3a7fb !important; }
  .ri-color-fg-purple, .ri-color-fg-purple:before, .ri-color-fg-purple:after {
    transition: all .3s ease-in-out; }
  .ri-color-fg-purple.disabled {
    color: rgba(211, 167, 251, 0.4) !important; }
  .ri-color-fg-purple.ri-circle, .ri-color-fg-purple.ri-border, .ri-color-fg-purple.ri-disc {
    border-color: #d3a7fb; }

.ri-color-ol-purple {
  transition: border-color .3s ease-in-out;
  border-color: #d3a7fb; }
  .ri-color-ol-purple.ri-border, .ri-color-ol-purple.ri-disc {
    border-color: #d3a7fb !important; }
  .ri-color-ol-purple.ri-circle:after {
    color: #d3a7fb !important; }

[href]:hover .ri-color-ol-purple.ri-circle {
  border-color: #c285f9; }

.navbar-inverse [href]:hover .ri-color-ol-purple.ri-circle {
  border-color: #e4c9fd; }

[href]:hover .ri-color-fg-purple:before {
  color: #a245f7 !important; }

.navbar-inverse [href]:hover .ri-color-fg-purple:before {
  color: white !important; }

.ri-color-bg-pink {
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  background-color: #f57ccf; }
  .ri-color-bg-pink.ri-disc {
    border-color: #f473cc; }

.navbar-inverse .ri-color-bg-pink.ri-disc {
  border-color: #f685d2; }

[href]:hover .ri-color-bg-pink {
  background-color: #f364c6; }
  [href]:hover .ri-color-bg-pink.ri-disc {
    border-color: #f25bc3; }

.navbar-inverse [href]:hover .ri-color-bg-pink {
  background-color: #f794d8; }
  .navbar-inverse [href]:hover .ri-color-bg-pink.ri-disc {
    border-color: #f89ddb; }

.ri-color-fg-pink {
  color: #f57ccf !important; }
  .ri-color-fg-pink, .ri-color-fg-pink:before, .ri-color-fg-pink:after {
    transition: all .3s ease-in-out; }
  .ri-color-fg-pink.disabled {
    color: rgba(245, 124, 207, 0.4) !important; }
  .ri-color-fg-pink.ri-circle, .ri-color-fg-pink.ri-border, .ri-color-fg-pink.ri-disc {
    border-color: #f57ccf; }

.ri-color-ol-pink {
  transition: border-color .3s ease-in-out;
  border-color: #f57ccf; }
  .ri-color-ol-pink.ri-border, .ri-color-ol-pink.ri-disc {
    border-color: #f57ccf !important; }
  .ri-color-ol-pink.ri-circle:after {
    color: #f57ccf !important; }

[href]:hover .ri-color-ol-pink.ri-circle {
  border-color: #f25bc3; }

.navbar-inverse [href]:hover .ri-color-ol-pink.ri-circle {
  border-color: #f89ddb; }

[href]:hover .ri-color-fg-pink:before {
  color: #ee1dac !important; }

.navbar-inverse [href]:hover .ri-color-fg-pink:before {
  color: #fcdbf2 !important; }

.ri-color-bg-cancel {
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  background-color: #d6d6d6; }
  .ri-color-bg-cancel.ri-disc {
    border-color: #d1d1d1; }

.navbar-inverse .ri-color-bg-cancel.ri-disc {
  border-color: #dbdbdb; }

[href]:hover .ri-color-bg-cancel {
  background-color: #c9c9c9; }
  [href]:hover .ri-color-bg-cancel.ri-disc {
    border-color: #c4c4c4; }

.navbar-inverse [href]:hover .ri-color-bg-cancel {
  background-color: #e3e3e3; }
  .navbar-inverse [href]:hover .ri-color-bg-cancel.ri-disc {
    border-color: #e8e8e8; }

.ri-color-fg-cancel {
  color: #d6d6d6 !important; }
  .ri-color-fg-cancel, .ri-color-fg-cancel:before, .ri-color-fg-cancel:after {
    transition: all .3s ease-in-out; }
  .ri-color-fg-cancel.disabled {
    color: rgba(214, 214, 214, 0.4) !important; }
  .ri-color-fg-cancel.ri-circle, .ri-color-fg-cancel.ri-border, .ri-color-fg-cancel.ri-disc {
    border-color: #d6d6d6; }

.ri-color-ol-cancel {
  transition: border-color .3s ease-in-out;
  border-color: #d6d6d6; }
  .ri-color-ol-cancel.ri-border, .ri-color-ol-cancel.ri-disc {
    border-color: #d6d6d6 !important; }
  .ri-color-ol-cancel.ri-circle:after {
    color: #d6d6d6 !important; }

[href]:hover .ri-color-ol-cancel.ri-circle {
  border-color: #c4c4c4; }

.navbar-inverse [href]:hover .ri-color-ol-cancel.ri-circle {
  border-color: #e8e8e8; }

[href]:hover .ri-color-fg-cancel:before {
  color: #a3a3a3 !important; }

.navbar-inverse [href]:hover .ri-color-fg-cancel:before {
  color: white !important; }

label.ri-checkbox > input[type="checkbox"] + .ri:before, label.ri-radio > input[type="checkbox"] + .ri:before {
  content: "\f127" !important; }

label.ri-checkbox > input[type="checkbox"]:checked + .ri:before, label.ri-radio > input[type="checkbox"]:checked + .ri:before {
  content: "\f128" !important; }

label.ri-checkbox > input[type="radio"] + .ri:before, label.ri-checkbox.ri-checkbox-rounded input[type="checkbox"] + .ri:before, label.ri-radio > input[type="radio"] + .ri:before, label.ri-radio.ri-checkbox-rounded input[type="checkbox"] + .ri:before {
  content: "\f282" !important; }

label.ri-checkbox > input[type="radio"]:checked + .ri:before, label.ri-radio > input[type="radio"]:checked + .ri:before {
  content: "\f283" !important; }

label.ri-checkbox.ri-radio-tigstyle input[type="radio"]:checked + .ri:before, label.ri-checkbox.ri-checkbox-rounded input[type="checkbox"]:checked + .ri:before, label.ri-radio.ri-radio-tigstyle input[type="radio"]:checked + .ri:before, label.ri-radio.ri-checkbox-rounded input[type="checkbox"]:checked + .ri:before {
  content: "\f284" !important; }

.ri-Add:before,
.ri-add:before,
.ri-plus:before,
.ri-new:before {
  content: "\f19b" !important; }

.ri-Add-circle:before,
.ri-add-circle:before,
.ri-plus-circle:before,
.ri-new-circle:before {
  content: "\f19a" !important; }

.ri-Add-disc:before,
.ri-add-disc:before,
.ri-plus-disc:before,
.ri-new-disc:before {
  content: "\f199" !important; }

.ri-adjustments:before {
  content: "\f285" !important; }

.ri-aggregate:before,
.ri-aggregate-:before {
  content: "\f111" !important; }

.ri-aggregate-apply:before,
.ri-aggregate-Apply:before {
  content: "\f132" !important; }

.ri-aggregate-count:before,
.ri-aggregate-Count:before {
  content: "\f290" !important; }

.ri-aggregate-select:before,
.ri-aggregate-Select:before {
  content: "\f133" !important; }

.ri-aggregate-group:before,
.ri-aggregate-Group:before {
  content: "\f131" !important; }

.ri-aggregate-average:before,
.ri-aggregate-Average:before {
  content: "\f20c" !important; }

.ri-aggregate-max:before,
.ri-aggregate-Max:before {
  content: "\f20b" !important; }

.ri-aggregate-min:before,
.ri-aggregate-Min:before {
  content: "\f20a" !important; }

.ri-aggregate-sum:before,
.ri-aggregate-Sum:before {
  content: "\f20d" !important; }

.ri-alert:before {
  content: "\f11d" !important; }

.ri-align-center:before {
  content: "\f27a" !important; }

.ri-align-left:before {
  content: "\f27c" !important; }

.ri-align-right:before {
  content: "\f27b" !important; }

.ri-align-justify:before {
  content: "\f27d" !important; }

.ri-and:before,
.ri-AND:before {
  content: "\f134" !important; }

.ri-api:before {
  content: "\f218" !important; }

.ri-app:not([class*=li-]):before,
.ri-App:before,
.ri-app_version:before {
  content: "\f08e" !important; }

.ri-app-circle:before,
.ri-App-circle:before,
.ri-app_version-circle:before {
  content: "\f222" !important; }

.ri-app-disc:before,
.ri-App-disc:before,
.ri-app_version-disc:before {
  content: "\f223" !important; }

.ri-archive:before {
  content: "\f307" !important; }

.ri-arrow-n:before {
  content: "\f10a" !important; }

.ri-arrow-n-circle:before {
  content: "\f109" !important; }

.ri-arrow-n-disc:before {
  content: "\f108" !important; }

.ri-arrow-ne:before {
  content: "\f120" !important; }

.ri-arrow-nw:before {
  content: "\f123" !important; }

.ri-arrow-ns:before {
  content: "\f232" !important; }

.ri-arrow-e:before {
  content: "\f107" !important; }

.ri-arrow-e-circle:before {
  content: "\f106" !important; }

.ri-arrow-e-disc:before {
  content: "\f105" !important; }

.ri-arrow-ew:before {
  content: "\f231" !important; }

.ri-arrow-s:before {
  content: "\f10d" !important; }

.ri-arrow-s-circle:before {
  content: "\f10c" !important; }

.ri-arrow-s-disc:before {
  content: "\f10b" !important; }

.ri-arrow-se:before {
  content: "\f121" !important; }

.ri-arrow-sw:before {
  content: "\f122" !important; }

.ri-arrow-w:before {
  content: "\f104" !important; }

.ri-arrow-w-circle:before {
  content: "\f103" !important; }

.ri-arrow-w-disc:before {
  content: "\f102" !important; }

.ri-assign:before {
  content: "\f21c" !important; }

.ri-at:before {
  content: "@"; }

.ri-audio:before,
.ri-audio-:before,
.ri-audio-on:before,
.ri-audio-up:before,
.ri-audio.up:before,
.ri-audio.on:before {
  content: "\f321" !important; }

.ri-audio-down:before,
.ri-audio.down:before {
  content: "\f322" !important; }

.ri-audio-off:before,
.ri-audio.off:before {
  content: "\f323" !important; }

.ri-audio-square:before,
.ri-audio.square:before {
  content: "\f323" !important; }

.ri-audio-circle:before,
.ri-audio-on-circle:before,
.ri-audio-up-circle:before,
.ri-audio-circle.up:before,
.ri-audio-circle.off:before {
  content: "\f324" !important; }

.ri-audio-down-circle:before,
.ri-audio-circle.down:before {
  content: "\f325" !important; }

.ri-audio-off-circle:before,
.ri-audio-circle.off:before {
  content: "\f326" !important; }

.ri-audio-disc:before,
.ri-audio-on-disc:before,
.ri-audio-up-disc:before,
.ri-audio-disc.up:before,
.ri-audio-disc.off:before {
  content: "\f327" !important; }

.ri-audio-down-disc:before,
.ri-audio-disc.down:before {
  content: "\f328" !important; }

.ri-audio-off-disc:before,
.ri-audio-disc.off:before {
  content: "\f329" !important; }

.ri-base:before {
  content: "\f09f" !important; }

.ri-folder:before,
.ri-bin:before,
.ri-assets:before {
  content: "\f150" !important; }

.ri-folder-disc:before,
.ri-bin-disc:before,
.ri-assets-disc:before {
  content: "\f370" !important; }

.ri-folder-circle:before,
.ri-bin-circle:before,
.ri-assets-circle:before {
  content: "\f371" !important; }

.ri-folder-add:before,
.ri-folder-new:before,
.ri-bin-add:before,
.ri-bin-new:before {
  content: "\f14e" !important; }

.ri-folder-locked:before,
.ri-folder-secure:before,
.ri-bin-locked:before,
.ri-bin-secure:before {
  content: "\f14f" !important; }

.ri-folder-move:before,
.ri-bin-move:before {
  content: "\f25d" !important; }

.ri-folder-move-circle:before,
.ri-bin-move-circle:before {
  content: "\f25e" !important; }

.ri-folder-move-disc:before,
.ri-bin-move-disc:before {
  content: "\f25f" !important; }

.ri-bin-app:before,
.ri-bin-apps:before,
.ri-folder-apps:before {
  content: "\f287" !important; }

.ri-bin-home:before,
.ri-folder-home:before {
  content: "\f286" !important; }

.ri-bin-library:before,
.ri-folder-library:before {
  content: "\f28b" !important; }

.ri-bin-log:before,
.ri-bin-logs:before,
.ri-folder-logs:before {
  content: "\f28a" !important; }

.ri-bin-trash:before,
.ri-folder-trash:before {
  content: "\f288" !important; }

.ri-bin-user:before,
.ri-folder-user:before {
  content: "\f289" !important; }

.ri-bin-find:before,
.ri-folder-find:before,
.ri-assets-search:before {
  content: "\f372" !important; }

.ri-bin-find-circle:before,
.ri-folder-find-circle:before,
.ri-assets-search-circle:before {
  content: "\f373" !important; }

.ri-bin-find-disc:before,
.ri-folder-find-disc:before,
.ri-assets-search-disc:before {
  content: "\f374" !important; }

.ri-bolt:before {
  content: "\f356" !important; }

.ri-bolt-circle:before {
  content: "\f352" !important; }

.ri-bolt-circle-locked:before,
.ri-bolt-circle.locked:before {
  content: "\f361" !important; }

.ri-bolt-circle-disabled-locked:before,
.ri-bolt-circle.locked.disabled:before {
  content: "\f362" !important; }

.ri-bolt-disc:before {
  content: "\f350" !important; }

.ri-bolt-disabled-disc:before,
.ri-bolt-disc-disabled:before,
.ri-bolt-disc.disabled:before {
  content: "\e006" !important; }

.ri-bolt-locked:before,
.ri-bolt.locked:before {
  content: "\f354" !important; }

.ri-bolt-disabled:before,
.ri-bolt.disabled:before {
  content: "\f355" !important; }

.ri-bolt-disabled-circle:before,
.ri-bolt-circle-disabled:before,
.ri-bolt-circle.disabled:before {
  content: "\f351" !important; }

.ri-bolt-disabled-locked:before,
.ri-bolt.disabled.locked:before {
  content: "\f353" !important; }

.ri-book:before {
  content: "\f185" !important; }

.ri-bug:before {
  content: "\f16f" !important; }

.ri-bug-circle:before {
  content: "\f16e" !important; }

.ri-bug-disc:before {
  content: "\f16d" !important; }

.ri-calculate:before {
  content: "\f11e" !important; }

.ri-cal:before,
.ri-calendar:before {
  content: "\f12f" !important; }

.ri-camera:before {
  content: "\f260" !important; }

.ri-camera-circle:before {
  content: "\f26c" !important; }

.ri-camera-disc:before {
  content: "\f26d" !important; }

.ri-camera-utility:before {
  content: "\f26e" !important; }

.ri-cancel:before {
  content: "\f213" !important; }

.ri-cancel-circle:before {
  content: "\f216" !important; }

.ri-cancel-disc:before {
  content: "\f215" !important; }

.ri-link:before,
.ri-chain:before {
  content: "\f208" !important; }

.ri-chain-disconnected:before,
.ri-link-disconnected:before {
  content: "\f209" !important; }

.ri-check:before,
.ri-tig:before,
.ri-save:before {
  content: "\f126" !important; }

.ri-check-circle:before,
.ri-tig-circle:before,
.ri-save-circle:before {
  content: "\f125" !important; }

.ri-check-disc:before,
.ri-tig-disc:before,
.ri-save-disc:before {
  content: "\f124" !important; }

.os-form-shift .os-form-shift.ri-check:before, .os-form-shift .os-form-shift.ri-tig:before, .os-form-shift .os-form-shift.ri-save:before {
  content: "\f19c" !important; }

.os-form-shift .os-form-shift.ri-check-circle:before, .os-form-shift .os-form-shift.ri-tig-circle:before, .os-form-shift .os-form-shift.ri-save-circle:before {
  content: "\f1e6" !important; }

.os-form-shift .os-form-shift.ri-check-disc:before, .os-form-shift .os-form-shift.ri-tig-disc:before, .os-form-shift .os-form-shift.ri-save-disc:before {
  content: "\f1e7" !important; }

.os-form-shift .os-form-shift.li-check:before {
  content: "\e822" !important; }

.ri.ri-checkbox:before {
  content: "\f127" !important; }

.ri-checkbox-checked:before,
.ri-checkbox-active:before,
.ri-checkbox.active:before,
.ri-checkbox.checked:before {
  content: "\f128" !important; }

.ri-choose:before {
  content: "\f261" !important; }

.ri-choose-circle:before {
  content: "\f271" !important; }

.ri-choose-disc:before {
  content: "\f272" !important; }

.ri-choose-all:before {
  content: "\f262" !important; }

.ri-choose-none:before {
  content: "\f263" !important; }

.ri-circle:after,
.ri-circle-closed:after {
  content: "\f10e" !important; }

.ri-circle-open:after {
  content: "\f154" !important; }

.ri-circle-locked:after {
  content: "\f1bf" !important; }

.ri-circle-edit:after {
  content: "\f20e" !important; }

.ri-circle-minus:after {
  content: "\f20f" !important; }

.ri-circle-play:after {
  content: "\f211" !important; }

.ri-circle-plus:after {
  content: "\f210" !important; }

.ri-circle-solid:after {
  content: "\f10f" !important; }

.ri-circle-view:after {
  content: "\f212" !important; }

.ri-circle-find:after {
  content: "\f256" !important; }

.ri-clock:before {
  content: "\f345" !important; }

.ri-close:before {
  content: "\f217" !important; }

.ri-close-disc:before {
  content: "\f215" !important; }

.ri-close-circle:before {
  content: "\f216" !important; }

.ri-cloud:before {
  content: "\f12d" !important; }

.ri-cloud-circle:before {
  content: "\f32d" !important; }

.ri-cloud-disc:before {
  content: "\f32e" !important; }

.ri-cloud-outline:before {
  content: "\f12c" !important; }

.ri-cloud-reload:before,
.ri-cloud.reload:before,
.ri-cloud-refresh:before,
.ri-cloud.refresh:before {
  content: "\f12e" !important; }

.ri-cloud-reload-circle:before,
.ri-cloud-circle.reload:before,
.ri-cloud-refresh-circle:before,
.ri-cloud-circle.refresh:before {
  content: "\f1e4" !important; }

.ri-cloud-reload-disc:before,
.ri-cloud-disc.reload:before,
.ri-cloud-refresh-disc:before,
.ri-cloud-disc.refresh:before {
  content: "\f1e5" !important; }

.ri-connection:before {
  content: "\f28e" !important; }

.ri-code:before {
  content: "\f11b" !important; }

.ri-code-circle:before {
  content: "\f241" !important; }

.ri-code-disc:before {
  content: "\f242" !important; }

.ri-code-builder-circle:before,
.ri-code-circle.builder:before,
.ri-code-utility:before {
  content: "\f243" !important; }

.ri-modifier:before,
.ri-colon:before {
  content: "\3a" !important; }

.ri-columns:before,
.ri-td:before,
.ri-th:before {
  content: "\f138" !important; }

.ri-columns-circle:before,
.ri-td-circle:before,
.ri-th-circle:before {
  content: "\f137" !important; }

.ri-columns-disc:before,
.ri-td-disc:before,
.ri-th-disc:before {
  content: "\f136" !important; }

.ri-comma:before {
  content: "\2c" !important; }

.ri-comment:before {
  content: "\3b" !important; }

.ri-company:before {
  content: "\f205" !important; }

.ri-compile:before {
  content: "\f11c" !important; }

.ri-compose:before {
  content: "\f30b" !important; }

.ri-addresses:before,
.ri-contacts:before {
  content: "\f1fa" !important; }

.ri-content:before {
  content: "\f152" !important; }

.ri-content-circle:before {
  content: "\f148" !important; }

.ri-content-disc:before {
  content: "\f149" !important; }

.ri-content-square:before,
.ri-content.square:before {
  content: "\f17e" !important; }

.ri-content-utility:before {
  content: "\f26b" !important; }

.ri-control:before,
.ri-security:before {
  content: "\f1ec" !important; }

.ri-control-circle:before,
.ri-security-circle:before {
  content: "\f248" !important; }

.ri-control-disc:before,
.ri-security-disc:before {
  content: "\f249" !important; }

.ri-control-utility:before,
.ri-security-utility:before {
  content: "\f338" !important; }

.ri-count:before {
  content: "\f11f" !important; }

.ri-dashboard:before {
  content: "\f375" !important; }

.ri-dashboard-circle:before {
  content: "\f376" !important; }

.ri-dashboard-disc:before {
  content: "\f377" !important; }

.ri-data:before,
.ri-data_source:before {
  content: "\f187" !important; }

.ri-data-circle:before,
.ri-data_source-circle:before {
  content: "\f206" !important; }

.ri-data-disc:before,
.ri-data_source-disc:before {
  content: "\f207" !important; }

.ri-data-locked:before,
.ri-data.locked:before,
.ri-data-secure:before,
.ri-data.secure:before {
  content: "\f188" !important; }

.ri-destination:before {
  content: "\f28f" !important; }

.ri-default:before {
  content: "\21" !important; }

.ri-dbo:before {
  content: "\f23a" !important; }

.ri-db-mysql:before {
  content: "\f342" !important; }

.ri-db-mssql:before {
  content: "\f343" !important; }

.ri-db-mongo:before {
  content: "\f341" !important; }

.ri-db-oracle:before {
  content: "\f344" !important; }

.ri-document-acrobat:not([class*=li-]):before {
  content: "\f31a" !important; }

.ri-document-audio:not([class*=li-]):before {
  content: "\f32b" !important; }

.ri-document-css:not([class*=li-]):before {
  content: "\f320" !important; }

.ri-document-html:not([class*=li-]):before {
  content: "\f31c" !important; }

.ri-document-js:not([class*=li-]):before,
.ri-document-javascript:not([class*=li-]):before {
  content: "\f31f" !important; }

.ri-document-json:not([class*=li-]):before {
  content: "\f31d" !important; }

.ri-document-pdf:not([class*=li-]):before {
  content: "\f31b" !important; }

.ri-document-xml:not([class*=li-]):before {
  content: "\f31e" !important; }

.ri-document-video:not([class*=li-]):before {
  content: "\f32c" !important; }

.ri-document:not([class*=li-]):before,
.ri-document-:before,
.ri-doc:before {
  content: "\f189" !important; }

.ri-document-outline:before,
.ri-doc-outline:before {
  content: "\f1a0" !important; }

.ri-document-space:before {
  content: "\f233" !important; }

.ri-documents:before,
.ri-docs:before {
  content: "\f18a" !important; }

.ri-documents-outline:before,
.ri-docs-outline:before {
  content: "\f147" !important; }

.ri-documents-space:before {
  content: "\f233" !important; }

.ri-target:before,
.ri-dollar:before {
  content: "\24" !important; }

.ri-duplicate:before,
.ri-dupe:before {
  content: "\f19c" !important; }

.ri-duplicate-circle:before,
.ri-dupe-circle:before {
  content: "\f1e6" !important; }

.ri-duplicate-disc:before,
.ri-dupe-disc:before {
  content: "\f1e7" !important; }

.ri-duplicate-alt:before,
.ri-dupe-alt:before {
  content: "\f142" !important; }

.ri-dot:before {
  content: "\f10f" !important; }

.ri-dot-outline:before {
  content: "\f10e" !important; }

.ri-dot-selected:before {
  content: "\f110" !important; }

.ri-dots-circle:before,
.ri-dots-horizontal-circle:before {
  content: "\f234" !important; }

.ri-dots-disc:before,
.ri-dots-horizontal-disc:before {
  content: "\f235" !important; }

.ri-dots-vertical-circle:before {
  content: "\f237" !important; }

.ri-dots-vertical-disc:before {
  content: "\f238" !important; }

.ri-draft:before {
  content: "\f30a" !important; }

.ri-earth:before {
  content: "\f18c" !important; }

.ri-edit:before,
.ri-Edit:before {
  content: "\f162" !important; }

.ri-edit-circle:before,
.ri-Edit-circle:before {
  content: "\f161" !important; }

.ri-edit-disc:before,
.ri-Edit-disc:before {
  content: "\f160" !important; }

.ri-entity_column:before,
.ri-entity_col:before {
  content: "\f180" !important; }

.ri-entity_column-circle:before,
.ri-entity_col-circle:before {
  content: "\f21f" !important; }

.ri-entity_column-disc:before,
.ri-entity_col-disc:before {
  content: "\f221" !important; }

.ri-eraser:before {
  content: "\f281" !important; }

.ri-exclude:before,
.ri-Exclude:before {
  content: "\f1e9" !important; }

.ri-export:before {
  content: "\f257" !important; }

.ri-export-circle:before {
  content: "\f258" !important; }

.ri-export-disc:before {
  content: "\f259" !important; }

.ri-eye:before,
.ri-hide-off:before,
.ri-hide.off:before {
  content: "\f165" !important; }

.ri-eye-circle:before {
  content: "\f164" !important; }

.ri-eye-disc:before {
  content: "\f163" !important; }

.ri-eye-space:before {
  content: "\f1fe" !important; }

.ri-eye-closed:before,
.ri-eye-disabled:before,
.ri-eye.disabled:before,
.ri-hide:before,
.ri-hide-:before,
.ri-hide-Hidden:before {
  content: "\f317" !important; }

.ri-eye-closed-circle:before,
.ri-eye-disabled-circle:before,
.ri-eye-circle.disabled:before,
.ri-hide-circle:before,
.ri-hide--circle:before,
.ri-hide-Hidden-circle:before {
  content: "\f318" !important; }

.ri-eye-closed-disc:before,
.ri-eye-disabled-disc:before,
.ri-eye-disc.disabled:before,
.ri-hide-disc:before,
.ri-hide--disc:before,
.ri-hide-Hidden-disc:before {
  content: "\f319" !important; }

.ri-fillin:before,
.ri-fillin.editable:before {
  content: "\f116" !important; }

.ri-fillin-disallowed:before,
.ri-fillin.disallowed:before,
.ri-fillin-disabled:before,
.ri-fillin.disabled:before {
  content: "\f117" !important; }

.ri-flag:before {
  content: "\f305" !important; }

.ri-flag-full:before,
.ri-flag.full:before {
  content: "\f306" !important; }

.ri-funnel:before {
  content: "\f14c" !important; }

.ri-funnel-disc:before {
  content: "\f14a" !important; }

.ri-funnel-circle:before {
  content: "\f14b" !important; }

.ri-filter:before,
.ri-filter-down:before,
.ri-filter.down:before {
  content: "\f29b" !important; }

.ri-filter-disc:before,
.ri-filter-down-disc:before,
.ri-filter-disc.down:before {
  content: "\f29f" !important; }

.ri-filter-circle:before,
.ri-filter-down-circle:before,
.ri-filter-circle.down:before {
  content: "\f29d" !important; }

.ri-filter-up:before,
.ri-filter.up:before {
  content: "\f29c" !important; }

.ri-filter-up-disc:before,
.ri-filter-up.down:before {
  content: "\f300" !important; }

.ri-filter-up-circle:before,
.ri-filter-circle.up:before {
  content: "\f29e" !important; }

.ri-find:before,
.ri-search:before,
.ri-magnifier:before {
  content: "\f16c" !important; }

.ri-find-circle:before,
.ri-search-circle:before,
.ri-magnifier-circle:before {
  content: "\f16b" !important; }

.ri-find-disc:before,
.ri-search-disc:before,
.ri-magnifier-disc:before {
  content: "\f16a" !important; }

.ri-formula:before,
.ri-fx:before {
  content: "\f129" !important; }

.ri-forward:before,
.ri-redirect:before {
  content: "\f1b8" !important; }

.ri-forward-circle:before,
.ri-redirect-circle:before {
  content: "\f1b7" !important; }

.ri-forward-disc:before,
.ri-redirect-disc:before {
  content: "\f1b6" !important; }

.ri-forward-all:before {
  content: "\f1af" !important; }

.ri-forward-all-circle:before {
  content: "\f1ae" !important; }

.ri-forward-all-disc:before {
  content: "\f1ad" !important; }

.ri-genious:before {
  content: "\f155" !important; }

.ri-glimpse:before {
  content: "\f12a" !important; }

.ri-globe:before,
.ri-domain:before {
  content: "\f219" !important; }

.ri-globe-circle:before,
.ri-domain-circle:before {
  content: "\f21a" !important; }

.ri-globe-disc:before,
.ri-domain-disc:before {
  content: "\f21b" !important; }

.ri-hamburger:before {
  content: "\f309" !important; }

.ri-handle:before {
  content: "\f101" !important; }

.ri-help:before {
  content: "\f331" !important; }

.ri-help-circle:before {
  content: "\f332" !important; }

.ri-help-disc:before {
  content: "\f333" !important; }

.ri-history:before {
  content: "\f1a3" !important; }

.ri-history-circle:before {
  content: "\f1a2" !important; }

.ri-history-disc:before {
  content: "\f1a1" !important; }

.ri-home:before {
  content: "\f15a" !important; }

.ri-home-circle:before {
  content: "\f159" !important; }

.ri-home-disc:before {
  content: "\f158" !important; }

.ri-import:before {
  content: "\f25a" !important; }

.ri-import-circle:before {
  content: "\f25b" !important; }

.ri-import-disc:before {
  content: "\f25c" !important; }

.ri-import-columns:before,
.ri-import-cols:before {
  content: "\f177" !important; }

.ri-inbox:before,
.ri-download:before,
.ri-inbound:before {
  content: "\f1ac" !important; }

.ri-inbox-circle:before,
.ri-download-circle:before,
.ri-inbound-circle:before {
  content: "\f1ab" !important; }

.ri-inbox-disc:before,
.ri-download-disc:before,
.ri-inbound-disc:before {
  content: "\f1aa" !important; }

.ri-indent:before {
  content: "\f27f" !important; }

.ri-incl:before,
.ri-include:before,
.ri-Include:before {
  content: "\f1e1" !important; }

.ri-info:before,
.ri-information:before {
  content: "\f15f" !important; }

.ri-info-circle:before,
.ri-information-circle:before {
  content: "\f15e" !important; }

.ri-info-disc:before,
.ri-information-disc:before {
  content: "\f15d" !important; }

.ri-input:before {
  content: "\f23d" !important; }

.ri-input-circle:before {
  content: "\f23e" !important; }

.ri-input-disc:before {
  content: "\f23f" !important; }

.ri-input-space:before {
  content: "\f181" !important; }

.ri-input-field:before {
  content: "\f182" !important; }

.ri-join:before,
.ri-Join:before,
.ri-output_join:before,
.ri-output_value_entity_column_rel:before {
  content: "\f220" !important; }

.ri-join-alt:before,
.ri-Join-alt:before {
  content: "\f230" !important; }

.ri-join-inner:before,
.ri-InnerJoin:before {
  content: "\f112" !important; }

.ri-join-outer:before,
.ri-join-outer-full:before,
.ri-FullOuterJoin:before {
  content: "\f115" !important; }

.ri-join-outer-left:before,
.ri-LeftOuterJoin:before {
  content: "\f114" !important; }

.ri-join-outer-right:before,
.ri-RightOuterJoin:before {
  content: "\f113" !important; }

.ri-junk:before {
  content: "\f308" !important; }

.ri-key:before {
  content: "\f339" !important; }

.ri-key-circle:before {
  content: "\f33a" !important; }

.ri-key-disc:before {
  content: "\f33b" !important; }

.ri-launch:before {
  content: "\f100" !important; }

.ri-launchpad:before {
  content: "\f24d" !important; }

.ri-launchpad-circle:before {
  content: "\f24e" !important; }

.ri-launchpad-disc:before {
  content: "\f24f" !important; }

.ri-library:before {
  content: "\f28c" !important; }

.ri-lock:before,
.ri-locked:before,
.ri-secure:before {
  content: "\f130" !important; }

.ri-lock.open:before,
.ri-unlocked:before,
.ri-insecure:before {
  content: "\f334" !important; }

.ri-lock-circle:before,
.ri-locked-circle:before,
.ri-secure-circle:before {
  content: "\f22b" !important; }

.ri-lock-circle.open:before,
.ri-unlocked-circle:before,
.ri-insecure-circle:before {
  content: "\f335" !important; }

.ri-lock-disc:before,
.ri-locked-disc:before,
.ri-secure-disc:before {
  content: "\f22c" !important; }

.ri-lock-disc.open:before,
.ri-unlocked-disc:before,
.ri-insecure-disc:before {
  content: "\f336" !important; }

.ri-lock-utility:before,
.ri-locked-utility:before,
.ri-secure-utility:before {
  content: "\f337" !important; }

.ri-logout:before,
.ri-logoff:before,
.ri-onoff:before,
.ri-power:before {
  content: "\f12b" !important; }

.ri-mail:before,
.ri-mailserver:before,
.ri-mail_server:before,
.ri-envelope:before {
  content: "\f173" !important; }

.ri-mail-circle:before,
.ri-mailserver-circle:before,
.ri-mail_server-circle:before,
.ri-envelope-circle:before {
  content: "\f244" !important; }

.ri-mail-utility:before,
.ri-message-utility:before,
.ri-envelope-utility:before {
  content: "\f26a" !important; }

.ri-mail-disc:before,
.ri-mailserver-disc:before,
.ri-mail_server-disc:before,
.ri-envelope-disc:before {
  content: "\f245" !important; }

.ri-mail.open:before,
.ri-mailserver.open:before,
.ri-mail_server.open:before,
.ri-envelope.open:before,
.ri-mail-open:before,
.ri-mailserver-open:before,
.ri-mail_server-open:before,
.ri-envelope-open:before,
.ri-message:before {
  content: "\f18e" !important; }

.ri-mail-circle.open:before,
.ri-mailserver-circle.open:before,
.ri-mail_server-circle.open:before,
.ri-envelope-circle.open:before,
.ri-mail-open-circle:before,
.ri-mailserver-open-circle:before,
.ri-mail_server-open-circle:before,
.ri-envelope-open-circle:before,
.ri-message-circle:before {
  content: "\f246" !important; }

.ri-mail-disc.open:before,
.ri-mailserver-disc.open:before,
.ri-mail_server-disc.open:before,
.ri-envelope-disc.open:before,
.ri-mail-open-disc:before,
.ri-mailserver-open-disc:before,
.ri-mail_server-open-disc:before,
.ri-envelope-open-disc:before,
.ri-message-disc:before {
  content: "\f247" !important; }

.ri-map:before,
.ri-direction:before,
.ri-location:before,
.ri-navigation:before {
  content: "\f18d" !important; }

.ri-matrix:before {
  content: "\f13e" !important; }

.ri-matrix-circle:before {
  content: "\f13d" !important; }

.ri-matrix-disc:before {
  content: "\f13c" !important; }

.ri-media:before {
  content: "\f184" !important; }

.ri-media-circle:before {
  content: "\f1fb" !important; }

.ri-media-disc:before {
  content: "\f1fc" !important; }

.ri-media-utility:before {
  content: "\f269" !important; }

.ri-member:before {
  content: "\f1f9" !important; }

.ri-minus:before,
.ri-remove:before,
.ri-delete:before,
.ri-Delete:before {
  content: "\f176" !important; }

.ri-minus-circle:before,
.ri-remove-circle:before,
.ri-Delete-circle:before,
.ri-delete-circle:before {
  content: "\f175" !important; }

.ri-minus-disc:before,
.ri-remove-disc:before,
.ri-Delete-disc:before,
.ri-delete-disc:before {
  content: "\f174" !important; }

.ri-molecules:before {
  content: "\f09e" !important; }

.ri-more:before,
.ri-more-ns:before,
.ri-pop:before,
.ri-pop-ns:before {
  content: "\f1cd" !important; }

.ri-more-out:before,
.ri-pop-out:before {
  content: "\f120" !important; }

.ri-more-in:before,
.ri-pop-in:before {
  content: "\f122" !important; }

.ri-more-modal:before,
.ri-pop-modal:before {
  content: "\f144" !important; }

.ri-min-modal:before {
  content: "\f35a" !important; }

.ri-more-n:before,
.ri-pop-n:before {
  content: "\f1c9" !important; }

.ri-more-e:before,
.ri-pop-e:before {
  content: "\f1ca" !important; }

.ri-more-s:before,
.ri-pop-s:before {
  content: "\f1cb" !important; }

.ri-more-w:before,
.ri-pop-w:before {
  content: "\f1cc" !important; }

.ri-more-n-lg:before,
.ri-pop-n-lg:before {
  content: "\f1c3" !important; }

.ri-more-e-lg:before,
.ri-pop-e-lg:before {
  content: "\f1c0" !important; }

.ri-more-s-lg:before,
.ri-pop-s-lg:before {
  content: "\f1c1" !important; }

.ri-more-w-lg:before,
.ri-pop-w-lg:before {
  content: "\f1c2" !important; }

.ri-network:before,
.ri-network-4:before {
  content: "\f360" !important; }

.ri-network-locked:before,
.ri-network.locked:before,
.ri-network-4-locked:before,
.ri-network-4.locked:before {
  content: "\f35d" !important; }

.ri-network-0:before,
.ri-network-disabled:before,
.ri-network.disabled:before {
  content: "\f357" !important; }

.ri-network-0-locked:before,
.ri-network-0.locked:before,
.ri-network-disabled-locked:before,
.ri-network.disabled.locked:before {
  content: "\f35e" !important; }

.ri-network-1:before {
  content: "\f358" !important; }

.ri-network-2:before {
  content: "\f359" !important; }

.ri-network-3:before {
  content: "\f35f" !important; }

.ri-news:before,
.ri-newsletter:before {
  content: "\f186" !important; }

.ri-numbersign:before,
.ri-embed:before {
  content: "\23" !important; }

.ri-or:before,
.ri-OR:before {
  content: "\f135" !important; }

.ri-outdent:before {
  content: "\f27e" !important; }

.ri-output:before {
  content: "\f151" !important; }

.ri-output-circle:before {
  content: "\f156" !important; }

.ri-output-disc:before {
  content: "\f157" !important; }

.ri-output-builder:before,
.ri-output.builder:before {
  content: "\f153" !important; }

.ri-output-builder-circle:before,
.ri-output-circle.builder:before,
.ri-output-utility:before {
  content: "\f14d" !important; }

.ri-output-value:before {
  content: "\f17f" !important; }

.ri-output-column:before,
.ri-output.column:before,
.ri-output-value-column:before,
.ri-output-value.column:before {
  content: "\f180" !important; }

.ri-outbox:before,
.ri-outbound:before {
  content: "\f1a9" !important; }

.ri-outbox-circle:before,
.ri-outbound-circle:before {
  content: "\f1a8" !important; }

.ri-outbox-disc:before,
.ri-outbound-disc:before {
  content: "\f1a7" !important; }

.ri-pause:before {
  content: "\f191" !important; }

.ri-pause-circle:before {
  content: "\f190" !important; }

.ri-pause-disc:before {
  content: "\f18f" !important; }

.ri-pencil:before {
  content: "\f194" !important; }

.ri-pencil-circle:before {
  content: "\f193" !important; }

.ri-pencil-disc:before {
  content: "\f192" !important; }

.ri-picture:before {
  content: "\f277" !important; }

.ri-pin:before {
  content: "\f172" !important; }

.ri-pin-circle:before {
  content: "\f171" !important; }

.ri-pin-disc:before {
  content: "\f170" !important; }

.ri-play:before,
.ri-exe:before,
.ri-execute:before,
.ri-Execute:before,
.ri-run:before {
  content: "\f198" !important; }

.ri-play-circle:before,
.ri-exe-circle:before,
.ri-execute-circle:before,
.ri-execute-circle:before,
.ri-run-circle:before {
  content: "\f196" !important; }

.ri-play-disc:before,
.ri-exe-disc:before,
.ri-execute-disc:before,
.ri-Execute-disc:before,
.ri-run-disc:before {
  content: "\f195" !important; }

.ri-play-square:before,
.ri-run-square:before,
.ri-play.square:before,
.ri-run.square:before,
.ri-video:before {
  content: "\f197" !important; }

.ri-play-space:before,
.ri-run-space:before {
  content: "\f1ff" !important; }

.ri-play-space-sm:before,
.ri-run-space-sm:before {
  content: "\f200" !important; }

.ri-print:before {
  content: "\f19f" !important; }

.ri-print-circle:before {
  content: "\f19e" !important; }

.ri-print-disc:before {
  content: "\f19d" !important; }

.ri-puzzle:before,
.ri-plugin:before,
.ri-extension:before {
  content: "\f33c" !important; }

.ri-puzzle-circle:before,
.ri-plugin-circle:before,
.ri-extension-circle:before {
  content: "\f33d" !important; }

.ri-puzzle-disc:before,
.ri-plugin-disc:before,
.ri-extension-disc:before {
  content: "\f33e" !important; }

.ri-pop-out:before {
  content: "\f347" !important; }

.ri-pop-down:before {
  content: "\f34c" !important; }

.ri-pop-in:before {
  content: "\f34d" !important; }

.ri-pop-todock:before {
  content: "\f34e" !important; }

.ri.ri-radio:before {
  content: "\f282" !important; }

.ri-radio-selected:before,
.ri-radio-active:before,
.ri-radio.active:before,
.ri-radio.selected:before {
  content: "\f283" !important; }

.ri-radio-checked:before,
.ri-radio.checked:before,
label.ri-radio-tigstyle .ri-radio-checked:before,
label.ri-radio-tigstyle .ri-radio.checked:before {
  content: "\f284" !important; }

.ri-random:before {
  content: "\f1b2" !important; }

.ri-random-circle:before {
  content: "\f1b1" !important; }

.ri-random-disc:before {
  content: "\f1b0" !important; }

.ri-refresh:before {
  content: "\f1a6" !important; }

.ri-refresh-circle:before {
  content: "\f1a5" !important; }

.ri-refresh-disc:before {
  content: "\f1a4" !important; }

.ri-reload:before {
  content: "\f1d6" !important; }

.ri-reload-circle:before {
  content: "\f1d5" !important; }

.ri-reload-disc:before {
  content: "\f1d4" !important; }

.ri-reply:before {
  content: "\f1bb" !important; }

.ri-reply-circle:before {
  content: "\f1ba" !important; }

.ri-reply-disc:before {
  content: "\f1b9" !important; }

.ri-reply-all:before {
  content: "\f1be" !important; }

.ri-reply-all-circle:before {
  content: "\f1bd" !important; }

.ri-reply-all-disc:before {
  content: "\f1bc" !important; }

.ri-return:before {
  content: "\f141" !important; }

.ri-return-circle:before {
  content: "\f140" !important; }

.ri-return-disc:before {
  content: "\f13f" !important; }

.ri-exclamation:before,
.ri-required:before {
  content: "\f314" !important; }

.ri-exclamation-circle:before,
.ri-required-circle:before {
  content: "\f315" !important; }

.ri-exclamation-disc:before,
.ri-required-disc:before {
  content: "\f316" !important; }

.ri-rocket:before {
  content: "\f24a" !important; }

.ri-rocket-circle:before {
  content: "\f24b" !important; }

.ri-rocket-disc:before {
  content: "\f24c" !important; }

.ri-rows:before {
  content: "\f13b" !important; }

.ri-rows-circle:before {
  content: "\f13a" !important; }

.ri-rows-disc:before {
  content: "\f139" !important; }

.ri-rows-max:before {
  content: "\f145" !important; }

.ri-rows-max-document:before {
  content: "\f146" !important; }

.ri-select:before,
.ri-select-:before,
.ri-select-FilterType:before {
  content: "\f1db" !important; }

.ri-select-exact:before,
.ri-select-Exact:before {
  content: "\f1da" !important; }

.ri-select-contains:before,
.ri-select-Contains:before {
  content: "\f1d8" !important; }

.ri-select-begins:before,
.ri-select-StartsWith:before {
  content: "\f1d7" !important; }

.ri-select-ends:before,
.ri-select-EndsWith:before {
  content: "\f1d9" !important; }

.ri-select-less:before,
.ri-select-LessThan:before {
  content: "\f1de" !important; }

.ri-select-less-equal:before,
.ri-select-LessThanOrEqualTo:before {
  content: "\f1dd" !important; }

.ri-select-more:before,
.ri-select-GreaterThan:before {
  content: "\f1df" !important; }

.ri-select-more-equal:before,
.ri-select-GreaterThanOrEqualTo:before {
  content: "\f1dc" !important; }

.ri-send:before {
  content: "\f304" !important; }

.ri-server:before {
  content: "\f30e" !important; }

.ri-server-success {
  position: relative; }
  .ri-server-success:before {
    content: "\f30e" !important;
    position: relative; }
  .ri-server-success:after {
    content: "\f30f" !important;
    color: #94e11a !important;
    position: absolute;
    left: 0; }
  .ri-server-success.ri-4x:after, .ri-server-success.ri-5x:after {
    font-size: 1em;
    left: -.04rem; }
  .ri-server-success.ri-5x:after {
    left: -.05rem; }

.ri-server-warning {
  position: relative; }
  .ri-server-warning:before {
    content: "\f30e" !important;
    position: relative; }
  .ri-server-warning:after {
    content: "\f30f" !important;
    color: #ffbb18 !important;
    position: absolute;
    left: 0; }
  .ri-server-warning.ri-4x:after, .ri-server-warning.ri-5x:after {
    font-size: 1em;
    left: -.04rem; }
  .ri-server-warning.ri-5x:after {
    left: -.05rem; }

.ri-server-danger {
  position: relative; }
  .ri-server-danger:before {
    content: "\f30e" !important;
    position: relative; }
  .ri-server-danger:after {
    content: "\f30f" !important;
    color: #fd5757 !important;
    position: absolute;
    left: 0; }
  .ri-server-danger.ri-4x:after, .ri-server-danger.ri-5x:after {
    font-size: 1em;
    left: -.04rem; }
  .ri-server-danger.ri-5x:after {
    left: -.05rem; }

.ri-server-circle:before {
  content: "\f311" !important; }

.ri-server-circle-success {
  position: relative; }
  .ri-server-circle-success:before {
    content: "\f311" !important;
    position: relative; }
  .ri-server-circle-success:after {
    content: "\f310" !important;
    color: #94e11a !important;
    position: absolute;
    left: 0; }
  .ri-server-circle-success.ri-4x:after, .ri-server-circle-success.ri-5x:after {
    font-size: 1em;
    left: -.04rem; }
  .ri-server-circle-success.ri-5x:after {
    left: -.05rem; }

.ri-server-circle-warning {
  position: relative; }
  .ri-server-circle-warning:before {
    content: "\f311" !important;
    position: relative; }
  .ri-server-circle-warning:after {
    content: "\f310" !important;
    color: #ffbb18 !important;
    position: absolute;
    left: 0; }
  .ri-server-circle-warning.ri-4x:after, .ri-server-circle-warning.ri-5x:after {
    font-size: 1em;
    left: -.04rem; }
  .ri-server-circle-warning.ri-5x:after {
    left: -.05rem; }

.ri-server-circle-danger {
  position: relative; }
  .ri-server-circle-danger:before {
    content: "\f311" !important;
    position: relative; }
  .ri-server-circle-danger:after {
    content: "\f310" !important;
    color: #fd5757 !important;
    position: absolute;
    left: 0; }
  .ri-server-circle-danger.ri-4x:after, .ri-server-circle-danger.ri-5x:after {
    font-size: 1em;
    left: -.04rem; }
  .ri-server-circle-danger.ri-5x:after {
    left: -.05rem; }

.ri-server-disc:before {
  content: "\f313" !important; }

.ri-server-disc-success {
  position: relative; }
  .ri-server-disc-success:before {
    content: "\f313" !important;
    position: relative; }
  .ri-server-disc-success:after {
    content: "\f312" !important;
    color: #94e11a !important;
    position: absolute;
    left: 0; }
  .ri-server-disc-success.ri-4x:after, .ri-server-disc-success.ri-5x:after {
    font-size: 1em;
    left: -.04rem; }
  .ri-server-disc-success.ri-5x:after {
    left: -.05rem; }

.ri-server-disc-warning {
  position: relative; }
  .ri-server-disc-warning:before {
    content: "\f313" !important;
    position: relative; }
  .ri-server-disc-warning:after {
    content: "\f312" !important;
    color: #ffbb18 !important;
    position: absolute;
    left: 0; }
  .ri-server-disc-warning.ri-4x:after, .ri-server-disc-warning.ri-5x:after {
    font-size: 1em;
    left: -.04rem; }
  .ri-server-disc-warning.ri-5x:after {
    left: -.05rem; }

.ri-server-disc-danger {
  position: relative; }
  .ri-server-disc-danger:before {
    content: "\f313" !important;
    position: relative; }
  .ri-server-disc-danger:after {
    content: "\f312" !important;
    color: #fd5757 !important;
    position: absolute;
    left: 0; }
  .ri-server-disc-danger.ri-4x:after, .ri-server-disc-danger.ri-5x:after {
    font-size: 1em;
    left: -.04rem; }
  .ri-server-disc-danger.ri-5x:after {
    left: -.05rem; }

.ri-settings:before {
  content: "\f214" !important; }

.ri-share:before {
  content: "\f143" !important; }

.ri-expand:before {
  content: "\f276" !important; }

.fullscreen .ri-expand:before,
.os-modal.fullscreen .ri.ri-expand:before,
.os-modal-dialog:fullscreen .ri.ri-expand:before {
  content: "\f275" !important; }

.ri-shrink:before {
  content: "\f275" !important; }

.ri-sidebar:before {
  content: "\f340" !important; }

.ri-sidebar.right:before,
.ri-sidebar-right:before {
  content: "\f33f" !important; }

.ri-site:before,
.ri-web:before,
.ri-website:before {
  content: "\f18b" !important; }

.ri-site-circle:before,
.ri-web-circle:before,
.ri-website-circle:before {
  content: "\f23b" !important; }

.ri-site-disc:before,
.ri-web-disc:before,
.ri-website-disc:before {
  content: "\f23c" !important; }

.ri-slash:before {
  content: "\f162" !important; }

.ri-slash-circle:before {
  content: "\f161" !important; }

.ri-slash-disc:before {
  content: "\f160" !important; }

.ri-source:before {
  content: "\f28d" !important; }

.ri-sort:before,
.ri-sort-:before,
.ri-sort-asc:before,
.ri-sort-Ascending:before,
.ri-sort-Ascending-:before {
  content: "\f119" !important; }

.ri-sort-desc:before,
.ri-sort-Descending:before,
.ri-sort-Descending-:before {
  content: "\f11a" !important; }

.ri-sort-random:before,
.ri-sort-Random:before,
.ri-sort-Random-:before {
  content: "\f1b2" !important; }

.ri-sort-asc-1:before,
.ri-sort-Ascending-1:before {
  content: "\f292" !important; }

.ri-sort-desc-1:before,
.ri-sort-Descending-1:before {
  content: "\f291" !important; }

.ri-sort-asc-2:before,
.ri-sort-Ascending-2:before {
  content: "\f294" !important; }

.ri-sort-desc-2:before,
.ri-sort-Descending-2:before {
  content: "\f293" !important; }

.ri-sort-asc-3:before,
.ri-sort-Ascending-3:before {
  content: "\f296" !important; }

.ri-sort-desc-3:before,
.ri-sort-Descending-3:before {
  content: "\f295" !important; }

.ri-sort-asc-4:before,
.ri-sort-Ascending-4:before {
  content: "\f298" !important; }

.ri-sort-desc-4:before,
.ri-sort-Descending-4:before {
  content: "\f297" !important; }

.ri-sort-asc-5:before,
.ri-sort-Ascending-5:before {
  content: "\f29a" !important; }

.ri-sort-desc-5:before,
.ri-sort-Descending-5:before {
  content: "\f299" !important; }

.ri-solidus:before,
.ri-donnot:before,
.ri-sort-none:before,
.ri-sort-solidus:before,
.ri-sort-donnot:before {
  content: "\29B8" !important; }

.ri-space:before {
  content: "\f233" !important; }

.ri-space-content:before {
  content: "\f17e" !important; }

.ri-space-find:before {
  content: "\f183" !important; }

.ri-space-output:before {
  content: "\f17f" !important; }

.ri-sprocket:before {
  content: "\f214" !important; }

.ri-sql:before {
  content: "\f118" !important; }

.ri-sql-circle:before {
  content: "\f1e2" !important; }

.ri-sql-disc:before {
  content: "\f1e3" !important; }

.ri-sigma:before {
  content: "\3a3" !important; }

.ri-sigma-brackets:before {
  content: "\3a4" !important; }

.ri-star:before {
  content: "\f301" !important; }

.ri-star-half:before,
.ri-star.half:before {
  content: "\f302" !important; }

.ri-star-full:before,
.ri-star.full:before {
  content: "\f303" !important; }

.ri-sun:before {
  content: "\f1b5" !important; }

.ri-sun-circle:before {
  content: "\f1b4" !important; }

.ri-sun-disc:before {
  content: "\f1b3" !important; }

.ri-super:before {
  content: "\f224" !important; }

.ri-super-circle:before {
  content: "\f250" !important; }

.ri-super-disc:before {
  content: "\f251" !important; }

.ri-switch:before {
  content: "\f264" !important; }

.ri-switch-circle:before {
  content: "\f273" !important; }

.ri-switch-disc:before {
  content: "\f274" !important; }

.ri-switch-all:before {
  content: "\f265" !important; }

.ri-switch-none:before {
  content: "\f266" !important; }

.ri-switch-on:before {
  content: "\f267" !important; }

.ri-switch-on-locked:before,
.ri-switch-on.locked:before {
  content: "\f35c" !important; }

.ri-switch-off:before {
  content: "\f268" !important; }

.ri-switch-off-locked:before,
.ri-switch-off.locked:before {
  content: "\f35b" !important; }

.ri-social-facebook:before {
  content: "\46" !important; }

.ri-social-google:before {
  content: "\47" !important; }

.ri-social-github:before {
  content: "\48" !important; }

.ri-social-instagram:before {
  content: "\49" !important; }

.ri-social-linkedin:before {
  content: "\4c" !important; }

.ri-social-pinterest:before {
  content: "\50" !important; }

.ri-social-stackoverflow:before {
  content: "\53" !important; }

.ri-social-superuser:before {
  content: "\55" !important; }

.ri-social-twitter:before {
  content: "\f30d" !important; }

.ri-social-vimeo:before {
  content: "\56" !important; }

.ri-social-xing:before {
  content: "\f30c" !important; }

.ri-social-youtube:before {
  content: "\59" !important; }

.ri-stopwatch:before {
  content: "\f346" !important; }

.ri-table:before,
.ri-entity:before {
  content: "\f166" !important; }

.ri-table-simple:before,
.ri-table.simple:before {
  content: "\f280" !important; }

.ri-table-circle:before,
.ri-entity-circle:before {
  content: "\f21d" !important; }

.ri-table-disc:before,
.ri-entity-disc:before {
  content: "\f21e" !important; }

.ri-table-value:before {
  content: "\f167" !important; }

.ri-table-tr:before {
  content: "\f168" !important; }

.ri-table-tr-count:before {
  content: "\f169" !important; }

.ri-table-thead:before {
  content: "\f15b" !important; }

.ri-table-thead-moveto:before {
  content: "\f15c" !important; }

.ri-table-td-import:before {
  content: "\f177" !important; }

.ri-table-one2one:before {
  content: "\f1ce" !important; }

.ri-table-one2one-inner:before {
  content: "\f1d0" !important; }

.ri-table-one2one-outer:before {
  content: "\f1d1" !important; }

.ri-table-one2many:before {
  content: "\f1cf" !important; }

.ri-table-one2many-inner:before {
  content: "\f1d2" !important; }

.ri-table-one2many-outer:before {
  content: "\f1d3" !important; }

.ri-table-view:before {
  content: "\f22d" !important; }

.ri-text:before {
  content: "\74" !important; }

.ri-text-utility:before {
  content: "\f26f" !important; }

.ri-text-styles:before {
  content: "\61" !important; }

.ri-text-font:before {
  content: "\41" !important; }

.ri-text-italic:before {
  content: "\69" !important; }

.ri-text-bold:before {
  content: "\62" !important; }

.ri-text-underline:before {
  content: "\75" !important; }

.ri-text-strike:before {
  content: "\73" !important; }

.ri-text-lineheight:before {
  content: "\54" !important; }

.ri-text-superscript:before {
  content: "\58" !important; }

.ri-text-subscript:before {
  content: "\78" !important; }

.ri-tilde:before {
  content: "\7e" !important; }

.ri-triangle-n:before {
  content: "\f1c5" !important; }

.ri-triangle-e:before {
  content: "\f1c6" !important; }

.ri-triangle-s:before {
  content: "\f1c7" !important; }

.ri-triangle-w:before {
  content: "\f1c8" !important; }

.ri-triangle-ns:before {
  content: "\f1c4" !important; }

.ri-trash:before {
  content: "\f204" !important; }

.ri-trash-circle:before {
  content: "\f32f" !important; }

.ri-trash-disc:before {
  content: "\f330" !important; }

.ri-today:before {
  content: "\f348" !important; }

.ri-user:before,
.ri-User:before {
  content: "\f1ef" !important; }

.ri-user-book:before {
  content: "\f1fa" !important; }

.ri-user-global:before {
  content: "\f1f0" !important; }

.ri-user-admin:before {
  content: "\f1f1" !important; }

.ri-user-assigned:before {
  content: "\f1f9" !important; }

.ri-user-new:before,
.ri-user-add:before {
  content: "\f1f2" !important; }

.ri-user-locked:before,
.ri-user-secure:before {
  content: "\f1f3" !important; }

.ri-user-share:before {
  content: "\f1f4" !important; }

.ri-user-rounded:before {
  content: "\f1ee" !important; }

.ri-user-circle:before,
.ri-User-circle:before {
  content: "\f1ed" !important; }

.ri-user-disc:before,
.ri-User-disc:before {
  content: "\f252" !important; }

.ri-group:before,
.ri-usergroup:before {
  content: "\f1f5" !important; }

.ri-group-circle:before,
.ri-usergroup-circle:before {
  content: "\f254" !important; }

.ri-group-disc:before,
.ri-usergroup-disc:before {
  content: "\f255" !important; }

.ri-group-rounded:before,
.ri-usergroup-rounded:before {
  content: "\f253" !important; }

.ri-usergroup-new:before,
.ri-usergroup-add:before {
  content: "\f1f6" !important; }

.ri-usergroup-locked:before,
.ri-usergroup-secure:before {
  content: "\f1f7" !important; }

.ri-usergroup-share:before {
  content: "\f1f8" !important; }

.ri-view:before,
.ri-View:before {
  content: "\f201" !important; }

.ri-view-circle:before,
.ri-View-circle:before {
  content: "\f202" !important; }

.ri-view-disc:before,
.ri-View-disc:before {
  content: "\f203" !important; }

.ri-workspace:before {
  content: "\f233" !important; }

.ri-workspace-edit:before {
  content: "\f349" !important; }

.ri-workspace-pencil:before {
  content: "\f34f" !important; }

.ri-workspace-view:before {
  content: "\f34b" !important; }

.ri-workspace-info:before {
  content: "\f34a" !important; }

.CodeMirror .cm-error:last-of-type:after {
  content: "\f11d" !important;
  font-family: rockicons;
  margin-right: calc(var(--os-unit) * .1);
  margin-left: calc(var(--os-unit) * .1); }

.CodeMirror-single-line.CodeMirror-list-item .CodeMirror-linenumber {
  width: var(--os-unit)-calc(var(--os-unit) * .1) !important; }

.CodeMirror-single-line.CodeMirror-list-item .CodeMirror-linenumber, .CodeMirror-single-line.CodeMirror-list-item .CodeMirror-linenumbers, .CodeMirror-single-line.CodeMirror-list-item .CodeMirror-gutter-elt, .CodeMirror-single-line.CodeMirror-list-item .CodeMirror-line, .CodeMirror-single-line.CodeMirror-list-item .CodeMirror-line-like, .CodeMirror-single-line.CodeMirror-list-item .CodeMirror pre.CodeMirror-line, .CodeMirror-single-line.CodeMirror-list-item .CodeMirror pre.CodeMirror-line-like {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.CodeMirror-single-line.CodeMirror-list-item .CodeMirror-gutter-elt.CodeMirror-linenumber {
  width: 40px !important;
  min-width: auto !important; }
  .CodeMirror-single-line.CodeMirror-list-item .CodeMirror-gutter-elt.CodeMirror-linenumber:after {
    content: '\e80c';
    font-family: launchpad-icons;
    line-height: calc(var(--os-unit) * .4);
    text-align: center;
    width: 47px;
    margin: 0 auto;
    font-size: 1.2em; }

body [class^="note-icon-"]:before,
body [class*="note-icon"]:before, .rocket-skin [class^="note-icon-"]:before,
.rocket-skin [class*="note-icon"]:before, .modal-rocket [class^="note-icon-"]:before,
.modal-rocket [class*="note-icon"]:before {
  font-family: rockicons !important;
  padding-left: 1px;
  padding-right: 1px; }

body .note-icon-chain-broken:before, .rocket-skin .note-icon-chain-broken:before, .modal-rocket .note-icon-chain-broken:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f209" !important; }
  body .note-icon-chain-broken:before.os-text, .rocket-skin .note-icon-chain-broken:before.os-text, .modal-rocket .note-icon-chain-broken:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-chain-broken:before.os-text-xs, .rocket-skin .note-icon-chain-broken:before.os-text-xs, .modal-rocket .note-icon-chain-broken:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-chain-broken:before.os-text-s, .rocket-skin .note-icon-chain-broken:before.os-text-s, .modal-rocket .note-icon-chain-broken:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-chain-broken:before.os-text-m, .rocket-skin .note-icon-chain-broken:before.os-text-m, .modal-rocket .note-icon-chain-broken:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-chain-broken:before.os-text-l, .rocket-skin .note-icon-chain-broken:before.os-text-l, .modal-rocket .note-icon-chain-broken:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-chain-broken:before:before, body .note-icon-chain-broken:before:after, .rocket-skin .note-icon-chain-broken:before:before, .rocket-skin .note-icon-chain-broken:before:after, .modal-rocket .note-icon-chain-broken:before:before, .modal-rocket .note-icon-chain-broken:before:after {
    display: block; }
  body .note-icon-chain-broken:before:before, body .note-icon-chain-broken:before:after, .rocket-skin .note-icon-chain-broken:before:before, .rocket-skin .note-icon-chain-broken:before:after, .modal-rocket .note-icon-chain-broken:before:before, .modal-rocket .note-icon-chain-broken:before:after {
    display: inherit; }

body .note-icon-code:before, .rocket-skin .note-icon-code:before, .modal-rocket .note-icon-code:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f241" !important; }
  body .note-icon-code:before.os-text, .rocket-skin .note-icon-code:before.os-text, .modal-rocket .note-icon-code:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-code:before.os-text-xs, .rocket-skin .note-icon-code:before.os-text-xs, .modal-rocket .note-icon-code:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-code:before.os-text-s, .rocket-skin .note-icon-code:before.os-text-s, .modal-rocket .note-icon-code:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-code:before.os-text-m, .rocket-skin .note-icon-code:before.os-text-m, .modal-rocket .note-icon-code:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-code:before.os-text-l, .rocket-skin .note-icon-code:before.os-text-l, .modal-rocket .note-icon-code:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-code:before:before, body .note-icon-code:before:after, .rocket-skin .note-icon-code:before:before, .rocket-skin .note-icon-code:before:after, .modal-rocket .note-icon-code:before:before, .modal-rocket .note-icon-code:before:after {
    display: block; }
  body .note-icon-code:before:before, body .note-icon-code:before:after, .rocket-skin .note-icon-code:before:before, .rocket-skin .note-icon-code:before:after, .modal-rocket .note-icon-code:before:before, .modal-rocket .note-icon-code:before:after {
    display: inherit; }

body .note-icon-menu-check:before, .rocket-skin .note-icon-menu-check:before, .modal-rocket .note-icon-menu-check:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f126" !important; }
  body .note-icon-menu-check:before.os-text, .rocket-skin .note-icon-menu-check:before.os-text, .modal-rocket .note-icon-menu-check:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-menu-check:before.os-text-xs, .rocket-skin .note-icon-menu-check:before.os-text-xs, .modal-rocket .note-icon-menu-check:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-menu-check:before.os-text-s, .rocket-skin .note-icon-menu-check:before.os-text-s, .modal-rocket .note-icon-menu-check:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-menu-check:before.os-text-m, .rocket-skin .note-icon-menu-check:before.os-text-m, .modal-rocket .note-icon-menu-check:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-menu-check:before.os-text-l, .rocket-skin .note-icon-menu-check:before.os-text-l, .modal-rocket .note-icon-menu-check:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-menu-check:before:before, body .note-icon-menu-check:before:after, .rocket-skin .note-icon-menu-check:before:before, .rocket-skin .note-icon-menu-check:before:after, .modal-rocket .note-icon-menu-check:before:before, .modal-rocket .note-icon-menu-check:before:after {
    display: block; }
  body .note-icon-menu-check:before:before, body .note-icon-menu-check:before:after, .rocket-skin .note-icon-menu-check:before:before, .rocket-skin .note-icon-menu-check:before:after, .modal-rocket .note-icon-menu-check:before:before, .modal-rocket .note-icon-menu-check:before:after {
    display: inherit; }

body .note-icon-link:before, .rocket-skin .note-icon-link:before, .modal-rocket .note-icon-link:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f208" !important; }
  body .note-icon-link:before.os-text, .rocket-skin .note-icon-link:before.os-text, .modal-rocket .note-icon-link:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-link:before.os-text-xs, .rocket-skin .note-icon-link:before.os-text-xs, .modal-rocket .note-icon-link:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-link:before.os-text-s, .rocket-skin .note-icon-link:before.os-text-s, .modal-rocket .note-icon-link:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-link:before.os-text-m, .rocket-skin .note-icon-link:before.os-text-m, .modal-rocket .note-icon-link:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-link:before.os-text-l, .rocket-skin .note-icon-link:before.os-text-l, .modal-rocket .note-icon-link:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-link:before:before, body .note-icon-link:before:after, .rocket-skin .note-icon-link:before:before, .rocket-skin .note-icon-link:before:after, .modal-rocket .note-icon-link:before:before, .modal-rocket .note-icon-link:before:after {
    display: block; }
  body .note-icon-link:before:before, body .note-icon-link:before:after, .rocket-skin .note-icon-link:before:before, .rocket-skin .note-icon-link:before:after, .modal-rocket .note-icon-link:before:before, .modal-rocket .note-icon-link:before:after {
    display: inherit; }

body .note-icon-minus:before, .rocket-skin .note-icon-minus:before, .modal-rocket .note-icon-minus:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f176" !important; }
  body .note-icon-minus:before.os-text, .rocket-skin .note-icon-minus:before.os-text, .modal-rocket .note-icon-minus:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-minus:before.os-text-xs, .rocket-skin .note-icon-minus:before.os-text-xs, .modal-rocket .note-icon-minus:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-minus:before.os-text-s, .rocket-skin .note-icon-minus:before.os-text-s, .modal-rocket .note-icon-minus:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-minus:before.os-text-m, .rocket-skin .note-icon-minus:before.os-text-m, .modal-rocket .note-icon-minus:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-minus:before.os-text-l, .rocket-skin .note-icon-minus:before.os-text-l, .modal-rocket .note-icon-minus:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-minus:before:before, body .note-icon-minus:before:after, .rocket-skin .note-icon-minus:before:before, .rocket-skin .note-icon-minus:before:after, .modal-rocket .note-icon-minus:before:before, .modal-rocket .note-icon-minus:before:after {
    display: block; }
  body .note-icon-minus:before:before, body .note-icon-minus:before:after, .rocket-skin .note-icon-minus:before:before, .rocket-skin .note-icon-minus:before:after, .modal-rocket .note-icon-minus:before:before, .modal-rocket .note-icon-minus:before:after {
    display: inherit; }

body .note-icon-question:before, .rocket-skin .note-icon-question:before, .modal-rocket .note-icon-question:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f15e" !important; }
  body .note-icon-question:before.os-text, .rocket-skin .note-icon-question:before.os-text, .modal-rocket .note-icon-question:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-question:before.os-text-xs, .rocket-skin .note-icon-question:before.os-text-xs, .modal-rocket .note-icon-question:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-question:before.os-text-s, .rocket-skin .note-icon-question:before.os-text-s, .modal-rocket .note-icon-question:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-question:before.os-text-m, .rocket-skin .note-icon-question:before.os-text-m, .modal-rocket .note-icon-question:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-question:before.os-text-l, .rocket-skin .note-icon-question:before.os-text-l, .modal-rocket .note-icon-question:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-question:before:before, body .note-icon-question:before:after, .rocket-skin .note-icon-question:before:before, .rocket-skin .note-icon-question:before:after, .modal-rocket .note-icon-question:before:before, .modal-rocket .note-icon-question:before:after {
    display: block; }
  body .note-icon-question:before:before, body .note-icon-question:before:after, .rocket-skin .note-icon-question:before:before, .rocket-skin .note-icon-question:before:after, .modal-rocket .note-icon-question:before:before, .modal-rocket .note-icon-question:before:after {
    display: inherit; }

body .note-icon-table:before, .rocket-skin .note-icon-table:before, .modal-rocket .note-icon-table:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f280" !important; }
  body .note-icon-table:before.os-text, .rocket-skin .note-icon-table:before.os-text, .modal-rocket .note-icon-table:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-table:before.os-text-xs, .rocket-skin .note-icon-table:before.os-text-xs, .modal-rocket .note-icon-table:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-table:before.os-text-s, .rocket-skin .note-icon-table:before.os-text-s, .modal-rocket .note-icon-table:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-table:before.os-text-m, .rocket-skin .note-icon-table:before.os-text-m, .modal-rocket .note-icon-table:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-table:before.os-text-l, .rocket-skin .note-icon-table:before.os-text-l, .modal-rocket .note-icon-table:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-table:before:before, body .note-icon-table:before:after, .rocket-skin .note-icon-table:before:before, .rocket-skin .note-icon-table:before:after, .modal-rocket .note-icon-table:before:before, .modal-rocket .note-icon-table:before:after {
    display: block; }
  body .note-icon-table:before:before, body .note-icon-table:before:after, .rocket-skin .note-icon-table:before:before, .rocket-skin .note-icon-table:before:after, .modal-rocket .note-icon-table:before:before, .modal-rocket .note-icon-table:before:after {
    display: inherit; }

body .note-icon-video:before, .rocket-skin .note-icon-video:before, .modal-rocket .note-icon-video:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f197" !important; }
  body .note-icon-video:before.os-text, .rocket-skin .note-icon-video:before.os-text, .modal-rocket .note-icon-video:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-video:before.os-text-xs, .rocket-skin .note-icon-video:before.os-text-xs, .modal-rocket .note-icon-video:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-video:before.os-text-s, .rocket-skin .note-icon-video:before.os-text-s, .modal-rocket .note-icon-video:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-video:before.os-text-m, .rocket-skin .note-icon-video:before.os-text-m, .modal-rocket .note-icon-video:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-video:before.os-text-l, .rocket-skin .note-icon-video:before.os-text-l, .modal-rocket .note-icon-video:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-video:before:before, body .note-icon-video:before:after, .rocket-skin .note-icon-video:before:before, .rocket-skin .note-icon-video:before:after, .modal-rocket .note-icon-video:before:before, .modal-rocket .note-icon-video:before:after {
    display: block; }
  body .note-icon-video:before:before, body .note-icon-video:before:after, .rocket-skin .note-icon-video:before:before, .rocket-skin .note-icon-video:before:after, .modal-rocket .note-icon-video:before:before, .modal-rocket .note-icon-video:before:after {
    display: inherit; }

body .note-icon-picture:before, .rocket-skin .note-icon-picture:before, .modal-rocket .note-icon-picture:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f277" !important; }
  body .note-icon-picture:before.os-text, .rocket-skin .note-icon-picture:before.os-text, .modal-rocket .note-icon-picture:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-picture:before.os-text-xs, .rocket-skin .note-icon-picture:before.os-text-xs, .modal-rocket .note-icon-picture:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-picture:before.os-text-s, .rocket-skin .note-icon-picture:before.os-text-s, .modal-rocket .note-icon-picture:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-picture:before.os-text-m, .rocket-skin .note-icon-picture:before.os-text-m, .modal-rocket .note-icon-picture:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-picture:before.os-text-l, .rocket-skin .note-icon-picture:before.os-text-l, .modal-rocket .note-icon-picture:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-picture:before:before, body .note-icon-picture:before:after, .rocket-skin .note-icon-picture:before:before, .rocket-skin .note-icon-picture:before:after, .modal-rocket .note-icon-picture:before:before, .modal-rocket .note-icon-picture:before:after {
    display: block; }
  body .note-icon-picture:before:before, body .note-icon-picture:before:after, .rocket-skin .note-icon-picture:before:before, .rocket-skin .note-icon-picture:before:after, .modal-rocket .note-icon-picture:before:before, .modal-rocket .note-icon-picture:before:after {
    display: inherit; }

body .note-icon-eraser:before, .rocket-skin .note-icon-eraser:before, .modal-rocket .note-icon-eraser:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f281" !important; }
  body .note-icon-eraser:before.os-text, .rocket-skin .note-icon-eraser:before.os-text, .modal-rocket .note-icon-eraser:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-eraser:before.os-text-xs, .rocket-skin .note-icon-eraser:before.os-text-xs, .modal-rocket .note-icon-eraser:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-eraser:before.os-text-s, .rocket-skin .note-icon-eraser:before.os-text-s, .modal-rocket .note-icon-eraser:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-eraser:before.os-text-m, .rocket-skin .note-icon-eraser:before.os-text-m, .modal-rocket .note-icon-eraser:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-eraser:before.os-text-l, .rocket-skin .note-icon-eraser:before.os-text-l, .modal-rocket .note-icon-eraser:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-eraser:before:before, body .note-icon-eraser:before:after, .rocket-skin .note-icon-eraser:before:before, .rocket-skin .note-icon-eraser:before:after, .modal-rocket .note-icon-eraser:before:before, .modal-rocket .note-icon-eraser:before:after {
    display: block; }
  body .note-icon-eraser:before:before, body .note-icon-eraser:before:after, .rocket-skin .note-icon-eraser:before:before, .rocket-skin .note-icon-eraser:before:after, .modal-rocket .note-icon-eraser:before:before, .modal-rocket .note-icon-eraser:before:after {
    display: inherit; }

body .note-icon-arrows-alt:before, .rocket-skin .note-icon-arrows-alt:before, .modal-rocket .note-icon-arrows-alt:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f276" !important; }
  body .note-icon-arrows-alt:before.os-text, .rocket-skin .note-icon-arrows-alt:before.os-text, .modal-rocket .note-icon-arrows-alt:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-arrows-alt:before.os-text-xs, .rocket-skin .note-icon-arrows-alt:before.os-text-xs, .modal-rocket .note-icon-arrows-alt:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-arrows-alt:before.os-text-s, .rocket-skin .note-icon-arrows-alt:before.os-text-s, .modal-rocket .note-icon-arrows-alt:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-arrows-alt:before.os-text-m, .rocket-skin .note-icon-arrows-alt:before.os-text-m, .modal-rocket .note-icon-arrows-alt:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-arrows-alt:before.os-text-l, .rocket-skin .note-icon-arrows-alt:before.os-text-l, .modal-rocket .note-icon-arrows-alt:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-arrows-alt:before:before, body .note-icon-arrows-alt:before:after, .rocket-skin .note-icon-arrows-alt:before:before, .rocket-skin .note-icon-arrows-alt:before:after, .modal-rocket .note-icon-arrows-alt:before:before, .modal-rocket .note-icon-arrows-alt:before:after {
    display: block; }
  body .note-icon-arrows-alt:before:before, body .note-icon-arrows-alt:before:after, .rocket-skin .note-icon-arrows-alt:before:before, .rocket-skin .note-icon-arrows-alt:before:after, .modal-rocket .note-icon-arrows-alt:before:before, .modal-rocket .note-icon-arrows-alt:before:after {
    display: inherit; }

body .note-icon-magic:before, .rocket-skin .note-icon-magic:before, .modal-rocket .note-icon-magic:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\61" !important; }
  body .note-icon-magic:before.os-text, .rocket-skin .note-icon-magic:before.os-text, .modal-rocket .note-icon-magic:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-magic:before.os-text-xs, .rocket-skin .note-icon-magic:before.os-text-xs, .modal-rocket .note-icon-magic:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-magic:before.os-text-s, .rocket-skin .note-icon-magic:before.os-text-s, .modal-rocket .note-icon-magic:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-magic:before.os-text-m, .rocket-skin .note-icon-magic:before.os-text-m, .modal-rocket .note-icon-magic:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-magic:before.os-text-l, .rocket-skin .note-icon-magic:before.os-text-l, .modal-rocket .note-icon-magic:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-magic:before:before, body .note-icon-magic:before:after, .rocket-skin .note-icon-magic:before:before, .rocket-skin .note-icon-magic:before:after, .modal-rocket .note-icon-magic:before:before, .modal-rocket .note-icon-magic:before:after {
    display: block; }
  body .note-icon-magic:before:before, body .note-icon-magic:before:after, .rocket-skin .note-icon-magic:before:before, .rocket-skin .note-icon-magic:before:after, .modal-rocket .note-icon-magic:before:before, .modal-rocket .note-icon-magic:before:after {
    display: inherit; }

body .note-icon-text-height:before, .rocket-skin .note-icon-text-height:before, .modal-rocket .note-icon-text-height:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\54" !important; }
  body .note-icon-text-height:before.os-text, .rocket-skin .note-icon-text-height:before.os-text, .modal-rocket .note-icon-text-height:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-text-height:before.os-text-xs, .rocket-skin .note-icon-text-height:before.os-text-xs, .modal-rocket .note-icon-text-height:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-text-height:before.os-text-s, .rocket-skin .note-icon-text-height:before.os-text-s, .modal-rocket .note-icon-text-height:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-text-height:before.os-text-m, .rocket-skin .note-icon-text-height:before.os-text-m, .modal-rocket .note-icon-text-height:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-text-height:before.os-text-l, .rocket-skin .note-icon-text-height:before.os-text-l, .modal-rocket .note-icon-text-height:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-text-height:before:before, body .note-icon-text-height:before:after, .rocket-skin .note-icon-text-height:before:before, .rocket-skin .note-icon-text-height:before:after, .modal-rocket .note-icon-text-height:before:before, .modal-rocket .note-icon-text-height:before:after {
    display: block; }
  body .note-icon-text-height:before:before, body .note-icon-text-height:before:after, .rocket-skin .note-icon-text-height:before:before, .rocket-skin .note-icon-text-height:before:after, .modal-rocket .note-icon-text-height:before:before, .modal-rocket .note-icon-text-height:before:after {
    display: inherit; }

body .note-icon-font:before, .rocket-skin .note-icon-font:before, .modal-rocket .note-icon-font:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\41" !important; }
  body .note-icon-font:before.os-text, .rocket-skin .note-icon-font:before.os-text, .modal-rocket .note-icon-font:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-font:before.os-text-xs, .rocket-skin .note-icon-font:before.os-text-xs, .modal-rocket .note-icon-font:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-font:before.os-text-s, .rocket-skin .note-icon-font:before.os-text-s, .modal-rocket .note-icon-font:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-font:before.os-text-m, .rocket-skin .note-icon-font:before.os-text-m, .modal-rocket .note-icon-font:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-font:before.os-text-l, .rocket-skin .note-icon-font:before.os-text-l, .modal-rocket .note-icon-font:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-font:before:before, body .note-icon-font:before:after, .rocket-skin .note-icon-font:before:before, .rocket-skin .note-icon-font:before:after, .modal-rocket .note-icon-font:before:before, .modal-rocket .note-icon-font:before:after {
    display: block; }
  body .note-icon-font:before:before, body .note-icon-font:before:after, .rocket-skin .note-icon-font:before:before, .rocket-skin .note-icon-font:before:after, .modal-rocket .note-icon-font:before:before, .modal-rocket .note-icon-font:before:after {
    display: inherit; }

body .note-icon-bold:before, .rocket-skin .note-icon-bold:before, .modal-rocket .note-icon-bold:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\62" !important; }
  body .note-icon-bold:before.os-text, .rocket-skin .note-icon-bold:before.os-text, .modal-rocket .note-icon-bold:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-bold:before.os-text-xs, .rocket-skin .note-icon-bold:before.os-text-xs, .modal-rocket .note-icon-bold:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-bold:before.os-text-s, .rocket-skin .note-icon-bold:before.os-text-s, .modal-rocket .note-icon-bold:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-bold:before.os-text-m, .rocket-skin .note-icon-bold:before.os-text-m, .modal-rocket .note-icon-bold:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-bold:before.os-text-l, .rocket-skin .note-icon-bold:before.os-text-l, .modal-rocket .note-icon-bold:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-bold:before:before, body .note-icon-bold:before:after, .rocket-skin .note-icon-bold:before:before, .rocket-skin .note-icon-bold:before:after, .modal-rocket .note-icon-bold:before:before, .modal-rocket .note-icon-bold:before:after {
    display: block; }
  body .note-icon-bold:before:before, body .note-icon-bold:before:after, .rocket-skin .note-icon-bold:before:before, .rocket-skin .note-icon-bold:before:after, .modal-rocket .note-icon-bold:before:before, .modal-rocket .note-icon-bold:before:after {
    display: inherit; }

body .note-icon-italic:before, .rocket-skin .note-icon-italic:before, .modal-rocket .note-icon-italic:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\69" !important; }
  body .note-icon-italic:before.os-text, .rocket-skin .note-icon-italic:before.os-text, .modal-rocket .note-icon-italic:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-italic:before.os-text-xs, .rocket-skin .note-icon-italic:before.os-text-xs, .modal-rocket .note-icon-italic:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-italic:before.os-text-s, .rocket-skin .note-icon-italic:before.os-text-s, .modal-rocket .note-icon-italic:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-italic:before.os-text-m, .rocket-skin .note-icon-italic:before.os-text-m, .modal-rocket .note-icon-italic:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-italic:before.os-text-l, .rocket-skin .note-icon-italic:before.os-text-l, .modal-rocket .note-icon-italic:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-italic:before:before, body .note-icon-italic:before:after, .rocket-skin .note-icon-italic:before:before, .rocket-skin .note-icon-italic:before:after, .modal-rocket .note-icon-italic:before:before, .modal-rocket .note-icon-italic:before:after {
    display: block; }
  body .note-icon-italic:before:before, body .note-icon-italic:before:after, .rocket-skin .note-icon-italic:before:before, .rocket-skin .note-icon-italic:before:after, .modal-rocket .note-icon-italic:before:before, .modal-rocket .note-icon-italic:before:after {
    display: inherit; }

body .note-icon-underline:before, .rocket-skin .note-icon-underline:before, .modal-rocket .note-icon-underline:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\75" !important; }
  body .note-icon-underline:before.os-text, .rocket-skin .note-icon-underline:before.os-text, .modal-rocket .note-icon-underline:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-underline:before.os-text-xs, .rocket-skin .note-icon-underline:before.os-text-xs, .modal-rocket .note-icon-underline:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-underline:before.os-text-s, .rocket-skin .note-icon-underline:before.os-text-s, .modal-rocket .note-icon-underline:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-underline:before.os-text-m, .rocket-skin .note-icon-underline:before.os-text-m, .modal-rocket .note-icon-underline:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-underline:before.os-text-l, .rocket-skin .note-icon-underline:before.os-text-l, .modal-rocket .note-icon-underline:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-underline:before:before, body .note-icon-underline:before:after, .rocket-skin .note-icon-underline:before:before, .rocket-skin .note-icon-underline:before:after, .modal-rocket .note-icon-underline:before:before, .modal-rocket .note-icon-underline:before:after {
    display: block; }
  body .note-icon-underline:before:before, body .note-icon-underline:before:after, .rocket-skin .note-icon-underline:before:before, .rocket-skin .note-icon-underline:before:after, .modal-rocket .note-icon-underline:before:before, .modal-rocket .note-icon-underline:before:after {
    display: inherit; }

body .note-icon-unorderedlist:before, .rocket-skin .note-icon-unorderedlist:before, .modal-rocket .note-icon-unorderedlist:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f279" !important; }
  body .note-icon-unorderedlist:before.os-text, .rocket-skin .note-icon-unorderedlist:before.os-text, .modal-rocket .note-icon-unorderedlist:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-unorderedlist:before.os-text-xs, .rocket-skin .note-icon-unorderedlist:before.os-text-xs, .modal-rocket .note-icon-unorderedlist:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-unorderedlist:before.os-text-s, .rocket-skin .note-icon-unorderedlist:before.os-text-s, .modal-rocket .note-icon-unorderedlist:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-unorderedlist:before.os-text-m, .rocket-skin .note-icon-unorderedlist:before.os-text-m, .modal-rocket .note-icon-unorderedlist:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-unorderedlist:before.os-text-l, .rocket-skin .note-icon-unorderedlist:before.os-text-l, .modal-rocket .note-icon-unorderedlist:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-unorderedlist:before:before, body .note-icon-unorderedlist:before:after, .rocket-skin .note-icon-unorderedlist:before:before, .rocket-skin .note-icon-unorderedlist:before:after, .modal-rocket .note-icon-unorderedlist:before:before, .modal-rocket .note-icon-unorderedlist:before:after {
    display: block; }
  body .note-icon-unorderedlist:before:before, body .note-icon-unorderedlist:before:after, .rocket-skin .note-icon-unorderedlist:before:before, .rocket-skin .note-icon-unorderedlist:before:after, .modal-rocket .note-icon-unorderedlist:before:before, .modal-rocket .note-icon-unorderedlist:before:after {
    display: inherit; }

body .note-icon-orderedlist:before, .rocket-skin .note-icon-orderedlist:before, .modal-rocket .note-icon-orderedlist:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f278" !important; }
  body .note-icon-orderedlist:before.os-text, .rocket-skin .note-icon-orderedlist:before.os-text, .modal-rocket .note-icon-orderedlist:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-orderedlist:before.os-text-xs, .rocket-skin .note-icon-orderedlist:before.os-text-xs, .modal-rocket .note-icon-orderedlist:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-orderedlist:before.os-text-s, .rocket-skin .note-icon-orderedlist:before.os-text-s, .modal-rocket .note-icon-orderedlist:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-orderedlist:before.os-text-m, .rocket-skin .note-icon-orderedlist:before.os-text-m, .modal-rocket .note-icon-orderedlist:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-orderedlist:before.os-text-l, .rocket-skin .note-icon-orderedlist:before.os-text-l, .modal-rocket .note-icon-orderedlist:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-orderedlist:before:before, body .note-icon-orderedlist:before:after, .rocket-skin .note-icon-orderedlist:before:before, .rocket-skin .note-icon-orderedlist:before:after, .modal-rocket .note-icon-orderedlist:before:before, .modal-rocket .note-icon-orderedlist:before:after {
    display: block; }
  body .note-icon-orderedlist:before:before, body .note-icon-orderedlist:before:after, .rocket-skin .note-icon-orderedlist:before:before, .rocket-skin .note-icon-orderedlist:before:after, .modal-rocket .note-icon-orderedlist:before:before, .modal-rocket .note-icon-orderedlist:before:after {
    display: inherit; }

body .note-icon-align-left:before, .rocket-skin .note-icon-align-left:before, .modal-rocket .note-icon-align-left:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f27c" !important; }
  body .note-icon-align-left:before.os-text, .rocket-skin .note-icon-align-left:before.os-text, .modal-rocket .note-icon-align-left:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-align-left:before.os-text-xs, .rocket-skin .note-icon-align-left:before.os-text-xs, .modal-rocket .note-icon-align-left:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-align-left:before.os-text-s, .rocket-skin .note-icon-align-left:before.os-text-s, .modal-rocket .note-icon-align-left:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-align-left:before.os-text-m, .rocket-skin .note-icon-align-left:before.os-text-m, .modal-rocket .note-icon-align-left:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-align-left:before.os-text-l, .rocket-skin .note-icon-align-left:before.os-text-l, .modal-rocket .note-icon-align-left:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-align-left:before:before, body .note-icon-align-left:before:after, .rocket-skin .note-icon-align-left:before:before, .rocket-skin .note-icon-align-left:before:after, .modal-rocket .note-icon-align-left:before:before, .modal-rocket .note-icon-align-left:before:after {
    display: block; }
  body .note-icon-align-left:before:before, body .note-icon-align-left:before:after, .rocket-skin .note-icon-align-left:before:before, .rocket-skin .note-icon-align-left:before:after, .modal-rocket .note-icon-align-left:before:before, .modal-rocket .note-icon-align-left:before:after {
    display: inherit; }

body .note-icon-align-right:before, .rocket-skin .note-icon-align-right:before, .modal-rocket .note-icon-align-right:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f27b" !important; }
  body .note-icon-align-right:before.os-text, .rocket-skin .note-icon-align-right:before.os-text, .modal-rocket .note-icon-align-right:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-align-right:before.os-text-xs, .rocket-skin .note-icon-align-right:before.os-text-xs, .modal-rocket .note-icon-align-right:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-align-right:before.os-text-s, .rocket-skin .note-icon-align-right:before.os-text-s, .modal-rocket .note-icon-align-right:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-align-right:before.os-text-m, .rocket-skin .note-icon-align-right:before.os-text-m, .modal-rocket .note-icon-align-right:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-align-right:before.os-text-l, .rocket-skin .note-icon-align-right:before.os-text-l, .modal-rocket .note-icon-align-right:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-align-right:before:before, body .note-icon-align-right:before:after, .rocket-skin .note-icon-align-right:before:before, .rocket-skin .note-icon-align-right:before:after, .modal-rocket .note-icon-align-right:before:before, .modal-rocket .note-icon-align-right:before:after {
    display: block; }
  body .note-icon-align-right:before:before, body .note-icon-align-right:before:after, .rocket-skin .note-icon-align-right:before:before, .rocket-skin .note-icon-align-right:before:after, .modal-rocket .note-icon-align-right:before:before, .modal-rocket .note-icon-align-right:before:after {
    display: inherit; }

body .note-icon-align-center:before, .rocket-skin .note-icon-align-center:before, .modal-rocket .note-icon-align-center:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f27a" !important; }
  body .note-icon-align-center:before.os-text, .rocket-skin .note-icon-align-center:before.os-text, .modal-rocket .note-icon-align-center:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-align-center:before.os-text-xs, .rocket-skin .note-icon-align-center:before.os-text-xs, .modal-rocket .note-icon-align-center:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-align-center:before.os-text-s, .rocket-skin .note-icon-align-center:before.os-text-s, .modal-rocket .note-icon-align-center:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-align-center:before.os-text-m, .rocket-skin .note-icon-align-center:before.os-text-m, .modal-rocket .note-icon-align-center:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-align-center:before.os-text-l, .rocket-skin .note-icon-align-center:before.os-text-l, .modal-rocket .note-icon-align-center:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-align-center:before:before, body .note-icon-align-center:before:after, .rocket-skin .note-icon-align-center:before:before, .rocket-skin .note-icon-align-center:before:after, .modal-rocket .note-icon-align-center:before:before, .modal-rocket .note-icon-align-center:before:after {
    display: block; }
  body .note-icon-align-center:before:before, body .note-icon-align-center:before:after, .rocket-skin .note-icon-align-center:before:before, .rocket-skin .note-icon-align-center:before:after, .modal-rocket .note-icon-align-center:before:before, .modal-rocket .note-icon-align-center:before:after {
    display: inherit; }

body .note-icon-align-justify:before, .rocket-skin .note-icon-align-justify:before, .modal-rocket .note-icon-align-justify:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f27d" !important; }
  body .note-icon-align-justify:before.os-text, .rocket-skin .note-icon-align-justify:before.os-text, .modal-rocket .note-icon-align-justify:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-align-justify:before.os-text-xs, .rocket-skin .note-icon-align-justify:before.os-text-xs, .modal-rocket .note-icon-align-justify:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-align-justify:before.os-text-s, .rocket-skin .note-icon-align-justify:before.os-text-s, .modal-rocket .note-icon-align-justify:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-align-justify:before.os-text-m, .rocket-skin .note-icon-align-justify:before.os-text-m, .modal-rocket .note-icon-align-justify:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-align-justify:before.os-text-l, .rocket-skin .note-icon-align-justify:before.os-text-l, .modal-rocket .note-icon-align-justify:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-align-justify:before:before, body .note-icon-align-justify:before:after, .rocket-skin .note-icon-align-justify:before:before, .rocket-skin .note-icon-align-justify:before:after, .modal-rocket .note-icon-align-justify:before:before, .modal-rocket .note-icon-align-justify:before:after {
    display: block; }
  body .note-icon-align-justify:before:before, body .note-icon-align-justify:before:after, .rocket-skin .note-icon-align-justify:before:before, .rocket-skin .note-icon-align-justify:before:after, .modal-rocket .note-icon-align-justify:before:before, .modal-rocket .note-icon-align-justify:before:after {
    display: inherit; }

body .note-icon-align-outdent:before, .rocket-skin .note-icon-align-outdent:before, .modal-rocket .note-icon-align-outdent:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f27e" !important; }
  body .note-icon-align-outdent:before.os-text, .rocket-skin .note-icon-align-outdent:before.os-text, .modal-rocket .note-icon-align-outdent:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-align-outdent:before.os-text-xs, .rocket-skin .note-icon-align-outdent:before.os-text-xs, .modal-rocket .note-icon-align-outdent:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-align-outdent:before.os-text-s, .rocket-skin .note-icon-align-outdent:before.os-text-s, .modal-rocket .note-icon-align-outdent:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-align-outdent:before.os-text-m, .rocket-skin .note-icon-align-outdent:before.os-text-m, .modal-rocket .note-icon-align-outdent:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-align-outdent:before.os-text-l, .rocket-skin .note-icon-align-outdent:before.os-text-l, .modal-rocket .note-icon-align-outdent:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-align-outdent:before:before, body .note-icon-align-outdent:before:after, .rocket-skin .note-icon-align-outdent:before:before, .rocket-skin .note-icon-align-outdent:before:after, .modal-rocket .note-icon-align-outdent:before:before, .modal-rocket .note-icon-align-outdent:before:after {
    display: block; }
  body .note-icon-align-outdent:before:before, body .note-icon-align-outdent:before:after, .rocket-skin .note-icon-align-outdent:before:before, .rocket-skin .note-icon-align-outdent:before:after, .modal-rocket .note-icon-align-outdent:before:before, .modal-rocket .note-icon-align-outdent:before:after {
    display: inherit; }

body .note-icon-align-indent:before, .rocket-skin .note-icon-align-indent:before, .modal-rocket .note-icon-align-indent:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f27f" !important; }
  body .note-icon-align-indent:before.os-text, .rocket-skin .note-icon-align-indent:before.os-text, .modal-rocket .note-icon-align-indent:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-align-indent:before.os-text-xs, .rocket-skin .note-icon-align-indent:before.os-text-xs, .modal-rocket .note-icon-align-indent:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-align-indent:before.os-text-s, .rocket-skin .note-icon-align-indent:before.os-text-s, .modal-rocket .note-icon-align-indent:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-align-indent:before.os-text-m, .rocket-skin .note-icon-align-indent:before.os-text-m, .modal-rocket .note-icon-align-indent:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-align-indent:before.os-text-l, .rocket-skin .note-icon-align-indent:before.os-text-l, .modal-rocket .note-icon-align-indent:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-align-indent:before:before, body .note-icon-align-indent:before:after, .rocket-skin .note-icon-align-indent:before:before, .rocket-skin .note-icon-align-indent:before:after, .modal-rocket .note-icon-align-indent:before:before, .modal-rocket .note-icon-align-indent:before:after {
    display: block; }
  body .note-icon-align-indent:before:before, body .note-icon-align-indent:before:after, .rocket-skin .note-icon-align-indent:before:before, .rocket-skin .note-icon-align-indent:before:after, .modal-rocket .note-icon-align-indent:before:before, .modal-rocket .note-icon-align-indent:before:after {
    display: inherit; }

body .note-icon-trash:before, .rocket-skin .note-icon-trash:before, .modal-rocket .note-icon-trash:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f204" !important; }
  body .note-icon-trash:before.os-text, .rocket-skin .note-icon-trash:before.os-text, .modal-rocket .note-icon-trash:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-trash:before.os-text-xs, .rocket-skin .note-icon-trash:before.os-text-xs, .modal-rocket .note-icon-trash:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-trash:before.os-text-s, .rocket-skin .note-icon-trash:before.os-text-s, .modal-rocket .note-icon-trash:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-trash:before.os-text-m, .rocket-skin .note-icon-trash:before.os-text-m, .modal-rocket .note-icon-trash:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-trash:before.os-text-l, .rocket-skin .note-icon-trash:before.os-text-l, .modal-rocket .note-icon-trash:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-trash:before:before, body .note-icon-trash:before:after, .rocket-skin .note-icon-trash:before:before, .rocket-skin .note-icon-trash:before:after, .modal-rocket .note-icon-trash:before:before, .modal-rocket .note-icon-trash:before:after {
    display: block; }
  body .note-icon-trash:before:before, body .note-icon-trash:before:after, .rocket-skin .note-icon-trash:before:before, .rocket-skin .note-icon-trash:before:after, .modal-rocket .note-icon-trash:before:before, .modal-rocket .note-icon-trash:before:after {
    display: inherit; }

body .note-icon-caret:before, .rocket-skin .note-icon-caret:before, .modal-rocket .note-icon-caret:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f1cd" !important; }
  body .note-icon-caret:before.os-text, .rocket-skin .note-icon-caret:before.os-text, .modal-rocket .note-icon-caret:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .note-icon-caret:before.os-text-xs, .rocket-skin .note-icon-caret:before.os-text-xs, .modal-rocket .note-icon-caret:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .note-icon-caret:before.os-text-s, .rocket-skin .note-icon-caret:before.os-text-s, .modal-rocket .note-icon-caret:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .note-icon-caret:before.os-text-m, .rocket-skin .note-icon-caret:before.os-text-m, .modal-rocket .note-icon-caret:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .note-icon-caret:before.os-text-l, .rocket-skin .note-icon-caret:before.os-text-l, .modal-rocket .note-icon-caret:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .note-icon-caret:before:before, body .note-icon-caret:before:after, .rocket-skin .note-icon-caret:before:before, .rocket-skin .note-icon-caret:before:after, .modal-rocket .note-icon-caret:before:before, .modal-rocket .note-icon-caret:before:after {
    display: block; }
  body .note-icon-caret:before:before, body .note-icon-caret:before:after, .rocket-skin .note-icon-caret:before:before, .rocket-skin .note-icon-caret:before:after, .modal-rocket .note-icon-caret:before:before, .modal-rocket .note-icon-caret:before:after {
    display: inherit; }

body .fullscreen .note-icon-arrows-alt:before,
body .active > .note-icon-arrows-alt:before, .rocket-skin .fullscreen .note-icon-arrows-alt:before,
.rocket-skin .active > .note-icon-arrows-alt:before, .modal-rocket .fullscreen .note-icon-arrows-alt:before,
.modal-rocket .active > .note-icon-arrows-alt:before {
  display: inherit;
  position: relative;
  font-weight: normal;
  font-family: rockicons;
  font-style: normal;
  font-kerning: normal;
  line-height: 1em;
  font-size: 1em;
  align-content: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
  speak: never;
  content: "\f275" !important; }
  body .fullscreen .note-icon-arrows-alt:before.os-text,
  body .active > .note-icon-arrows-alt:before.os-text, .rocket-skin .fullscreen .note-icon-arrows-alt:before.os-text,
  .rocket-skin .active > .note-icon-arrows-alt:before.os-text, .modal-rocket .fullscreen .note-icon-arrows-alt:before.os-text,
  .modal-rocket .active > .note-icon-arrows-alt:before.os-text {
    font-size: calc(var(--os-unit) * .32); }
    body .fullscreen .note-icon-arrows-alt:before.os-text-xs,
    body .active > .note-icon-arrows-alt:before.os-text-xs, .rocket-skin .fullscreen .note-icon-arrows-alt:before.os-text-xs,
    .rocket-skin .active > .note-icon-arrows-alt:before.os-text-xs, .modal-rocket .fullscreen .note-icon-arrows-alt:before.os-text-xs,
    .modal-rocket .active > .note-icon-arrows-alt:before.os-text-xs {
      font-size: calc(var(--os-unit) * .22); }
    body .fullscreen .note-icon-arrows-alt:before.os-text-s,
    body .active > .note-icon-arrows-alt:before.os-text-s, .rocket-skin .fullscreen .note-icon-arrows-alt:before.os-text-s,
    .rocket-skin .active > .note-icon-arrows-alt:before.os-text-s, .modal-rocket .fullscreen .note-icon-arrows-alt:before.os-text-s,
    .modal-rocket .active > .note-icon-arrows-alt:before.os-text-s {
      font-size: calc(var(--os-unit) * .26); }
    body .fullscreen .note-icon-arrows-alt:before.os-text-m,
    body .active > .note-icon-arrows-alt:before.os-text-m, .rocket-skin .fullscreen .note-icon-arrows-alt:before.os-text-m,
    .rocket-skin .active > .note-icon-arrows-alt:before.os-text-m, .modal-rocket .fullscreen .note-icon-arrows-alt:before.os-text-m,
    .modal-rocket .active > .note-icon-arrows-alt:before.os-text-m {
      font-size: calc(var(--os-unit) * .36); }
    body .fullscreen .note-icon-arrows-alt:before.os-text-l,
    body .active > .note-icon-arrows-alt:before.os-text-l, .rocket-skin .fullscreen .note-icon-arrows-alt:before.os-text-l,
    .rocket-skin .active > .note-icon-arrows-alt:before.os-text-l, .modal-rocket .fullscreen .note-icon-arrows-alt:before.os-text-l,
    .modal-rocket .active > .note-icon-arrows-alt:before.os-text-l {
      font-size: calc(var(--os-unit) * .4); }
  body .fullscreen .note-icon-arrows-alt:before:before, body .fullscreen .note-icon-arrows-alt:before:after,
  body .active > .note-icon-arrows-alt:before:before,
  body .active > .note-icon-arrows-alt:before:after, .rocket-skin .fullscreen .note-icon-arrows-alt:before:before, .rocket-skin .fullscreen .note-icon-arrows-alt:before:after,
  .rocket-skin .active > .note-icon-arrows-alt:before:before,
  .rocket-skin .active > .note-icon-arrows-alt:before:after, .modal-rocket .fullscreen .note-icon-arrows-alt:before:before, .modal-rocket .fullscreen .note-icon-arrows-alt:before:after,
  .modal-rocket .active > .note-icon-arrows-alt:before:before,
  .modal-rocket .active > .note-icon-arrows-alt:before:after {
    display: block; }
  body .fullscreen .note-icon-arrows-alt:before:before, body .fullscreen .note-icon-arrows-alt:before:after,
  body .active > .note-icon-arrows-alt:before:before,
  body .active > .note-icon-arrows-alt:before:after, .rocket-skin .fullscreen .note-icon-arrows-alt:before:before, .rocket-skin .fullscreen .note-icon-arrows-alt:before:after,
  .rocket-skin .active > .note-icon-arrows-alt:before:before,
  .rocket-skin .active > .note-icon-arrows-alt:before:after, .modal-rocket .fullscreen .note-icon-arrows-alt:before:before, .modal-rocket .fullscreen .note-icon-arrows-alt:before:after,
  .modal-rocket .active > .note-icon-arrows-alt:before:before,
  .modal-rocket .active > .note-icon-arrows-alt:before:after {
    display: inherit; }

body .note-btn.btn.btn-default.btn-sm.dropdown-toggle, body .note-btn.btn.btn-default.btn-sm.dropdown-toggle:first-child, .rocket-skin .note-btn.btn.btn-default.btn-sm.dropdown-toggle, .rocket-skin .note-btn.btn.btn-default.btn-sm.dropdown-toggle:first-child, .modal-rocket .note-btn.btn.btn-default.btn-sm.dropdown-toggle, .modal-rocket .note-btn.btn.btn-default.btn-sm.dropdown-toggle:first-child {
  padding-left: 12px; }

body .note-btn.btn.btn-default.btn-sm.dropdown-toggle:after, .rocket-skin .note-btn.btn.btn-default.btn-sm.dropdown-toggle:after, .modal-rocket .note-btn.btn.btn-default.btn-sm.dropdown-toggle:after {
  display: none !important; }

.btn-ri {
  color: #8d8e98;
  background-color: #4f5062;
  border-color: #8d8e98;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent; }
  .btn-ri:focus, .btn-ri.focus {
    color: #8d8e98;
    background-color: #383946;
    border-color: #4f4f57; }
  .btn-ri:hover {
    color: #8d8e98;
    background-color: #383946;
    border-color: #6e6f7a; }
  .btn-ri:active, .btn-ri.active, .open > .btn-ri.dropdown-toggle {
    color: #8d8e98;
    background-color: #383946;
    border-color: #6e6f7a; }
    .btn-ri:active:hover, .btn-ri:active:focus, .btn-ri:active.focus, .btn-ri.active:hover, .btn-ri.active:focus, .btn-ri.active.focus, .open > .btn-ri.dropdown-toggle:hover, .open > .btn-ri.dropdown-toggle:focus, .open > .btn-ri.dropdown-toggle.focus {
      color: #8d8e98;
      background-color: #282932;
      border-color: #4f4f57; }
  .btn-ri:active, .btn-ri.active, .open > .btn-ri.dropdown-toggle {
    background-image: none; }
  .btn-ri.disabled:hover, .btn-ri.disabled:focus, .btn-ri.disabled.focus, .btn-ri[disabled]:hover, .btn-ri[disabled]:focus, .btn-ri[disabled].focus, fieldset[disabled] .btn-ri:hover, fieldset[disabled] .btn-ri:focus, fieldset[disabled] .btn-ri.focus {
    background-color: #4f5062;
    border-color: #8d8e98; }
  .btn-ri .badge {
    color: #4f5062;
    background-color: #8d8e98; }
  .btn-ri-no-padding {
    padding: 0 0 !important;
    font-size: 1em !important;
    line-height: 1 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important; }
  .btn-ri-no-border {
    color: #8d8e98;
    background-color: #4f5062;
    border-color: transparent !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 0 !important;
    font-size: 1em !important;
    line-height: 1 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important; }
    .btn-ri-no-border:focus, .btn-ri-no-border.focus {
      color: #8d8e98;
      background-color: #383946;
      border-color: rgba(0, 0, 0, 0) !important; }
    .btn-ri-no-border:hover {
      color: #8d8e98;
      background-color: #383946;
      border-color: rgba(0, 0, 0, 0) !important; }
    .btn-ri-no-border:active, .btn-ri-no-border.active, .open > .btn-ri-no-border.dropdown-toggle {
      color: #8d8e98;
      background-color: #383946;
      border-color: rgba(0, 0, 0, 0) !important; }
      .btn-ri-no-border:active:hover, .btn-ri-no-border:active:focus, .btn-ri-no-border:active.focus, .btn-ri-no-border.active:hover, .btn-ri-no-border.active:focus, .btn-ri-no-border.active.focus, .open > .btn-ri-no-border.dropdown-toggle:hover, .open > .btn-ri-no-border.dropdown-toggle:focus, .open > .btn-ri-no-border.dropdown-toggle.focus {
        color: #8d8e98;
        background-color: #282932;
        border-color: rgba(0, 0, 0, 0) !important; }
    .btn-ri-no-border:active, .btn-ri-no-border.active, .open > .btn-ri-no-border.dropdown-toggle {
      background-image: none; }
    .btn-ri-no-border.disabled:hover, .btn-ri-no-border.disabled:focus, .btn-ri-no-border.disabled.focus, .btn-ri-no-border[disabled]:hover, .btn-ri-no-border[disabled]:focus, .btn-ri-no-border[disabled].focus, fieldset[disabled] .btn-ri-no-border:hover, fieldset[disabled] .btn-ri-no-border:focus, fieldset[disabled] .btn-ri-no-border.focus {
      background-color: #4f5062;
      border-color: transparent; }
    .btn-ri-no-border .badge {
      color: #4f5062;
      background-color: #8d8e98; }
    .btn-ri-no-border.btn-transparent {
      color: #8d8e98;
      background-color: transparent;
      border-color: transparent !important;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .btn-ri-no-border.btn-transparent:focus, .btn-ri-no-border.btn-transparent.focus {
        color: #8d8e98;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(0, 0, 0, 0) !important; }
      .btn-ri-no-border.btn-transparent:hover {
        color: #8d8e98;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(0, 0, 0, 0) !important; }
      .btn-ri-no-border.btn-transparent:active, .btn-ri-no-border.btn-transparent.active, .open > .btn-ri-no-border.btn-transparent.dropdown-toggle {
        color: #8d8e98;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(0, 0, 0, 0) !important; }
        .btn-ri-no-border.btn-transparent:active:hover, .btn-ri-no-border.btn-transparent:active:focus, .btn-ri-no-border.btn-transparent:active.focus, .btn-ri-no-border.btn-transparent.active:hover, .btn-ri-no-border.btn-transparent.active:focus, .btn-ri-no-border.btn-transparent.active.focus, .open > .btn-ri-no-border.btn-transparent.dropdown-toggle:hover, .open > .btn-ri-no-border.btn-transparent.dropdown-toggle:focus, .open > .btn-ri-no-border.btn-transparent.dropdown-toggle.focus {
          color: #8d8e98;
          background-color: rgba(0, 0, 0, 0);
          border-color: rgba(0, 0, 0, 0) !important; }
      .btn-ri-no-border.btn-transparent:active, .btn-ri-no-border.btn-transparent.active, .open > .btn-ri-no-border.btn-transparent.dropdown-toggle {
        background-image: none; }
      .btn-ri-no-border.btn-transparent.disabled:hover, .btn-ri-no-border.btn-transparent.disabled:focus, .btn-ri-no-border.btn-transparent.disabled.focus, .btn-ri-no-border.btn-transparent[disabled]:hover, .btn-ri-no-border.btn-transparent[disabled]:focus, .btn-ri-no-border.btn-transparent[disabled].focus, fieldset[disabled] .btn-ri-no-border.btn-transparent:hover, fieldset[disabled] .btn-ri-no-border.btn-transparent:focus, fieldset[disabled] .btn-ri-no-border.btn-transparent.focus {
        background-color: transparent;
        border-color: transparent; }
      .btn-ri-no-border.btn-transparent .badge {
        color: transparent;
        background-color: #8d8e98; }
  .btn-ri .btn-default, .btn-ri-no-border .btn-default {
    color: white;
    background-color: #8d8e98;
    border-color: #8d8e98;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btn-ri .btn-default:focus, .btn-ri .btn-default.focus, .btn-ri-no-border .btn-default:focus, .btn-ri-no-border .btn-default.focus {
      color: white;
      background-color: #73747f;
      border-color: #4f4f57; }
    .btn-ri .btn-default:hover, .btn-ri-no-border .btn-default:hover {
      color: white;
      background-color: #73747f;
      border-color: #6e6f7a; }
    .btn-ri .btn-default:active, .btn-ri .btn-default.active, .open > .btn-ri .btn-default.dropdown-toggle, .btn-ri-no-border .btn-default:active, .btn-ri-no-border .btn-default.active, .open > .btn-ri-no-border .btn-default.dropdown-toggle {
      color: white;
      background-color: #73747f;
      border-color: #6e6f7a; }
      .btn-ri .btn-default:active:hover, .btn-ri .btn-default:active:focus, .btn-ri .btn-default:active.focus, .btn-ri .btn-default.active:hover, .btn-ri .btn-default.active:focus, .btn-ri .btn-default.active.focus, .open > .btn-ri .btn-default.dropdown-toggle:hover, .open > .btn-ri .btn-default.dropdown-toggle:focus, .open > .btn-ri .btn-default.dropdown-toggle.focus, .btn-ri-no-border .btn-default:active:hover, .btn-ri-no-border .btn-default:active:focus, .btn-ri-no-border .btn-default:active.focus, .btn-ri-no-border .btn-default.active:hover, .btn-ri-no-border .btn-default.active:focus, .btn-ri-no-border .btn-default.active.focus, .open > .btn-ri-no-border .btn-default.dropdown-toggle:hover, .open > .btn-ri-no-border .btn-default.dropdown-toggle:focus, .open > .btn-ri-no-border .btn-default.dropdown-toggle.focus {
        color: white;
        background-color: #62636c;
        border-color: #4f4f57; }
    .btn-ri .btn-default:active, .btn-ri .btn-default.active, .open > .btn-ri .btn-default.dropdown-toggle, .btn-ri-no-border .btn-default:active, .btn-ri-no-border .btn-default.active, .open > .btn-ri-no-border .btn-default.dropdown-toggle {
      background-image: none; }
    .btn-ri .btn-default.disabled:hover, .btn-ri .btn-default.disabled:focus, .btn-ri .btn-default.disabled.focus, .btn-ri .btn-default[disabled]:hover, .btn-ri .btn-default[disabled]:focus, .btn-ri .btn-default[disabled].focus, fieldset[disabled] .btn-ri .btn-default:hover, fieldset[disabled] .btn-ri .btn-default:focus, fieldset[disabled] .btn-ri .btn-default.focus, .btn-ri-no-border .btn-default.disabled:hover, .btn-ri-no-border .btn-default.disabled:focus, .btn-ri-no-border .btn-default.disabled.focus, .btn-ri-no-border .btn-default[disabled]:hover, .btn-ri-no-border .btn-default[disabled]:focus, .btn-ri-no-border .btn-default[disabled].focus, fieldset[disabled] .btn-ri-no-border .btn-default:hover, fieldset[disabled] .btn-ri-no-border .btn-default:focus, fieldset[disabled] .btn-ri-no-border .btn-default.focus {
      background-color: #8d8e98;
      border-color: #8d8e98; }
    .btn-ri .btn-default .badge, .btn-ri-no-border .btn-default .badge {
      color: #8d8e98;
      background-color: white; }
  .btn-ri.btn-primary, .btn-ri-no-border.btn-primary {
    color: white;
    background-color: #4f5062;
    border-color: #4f5062;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btn-ri.btn-primary:focus, .btn-ri.btn-primary.focus, .btn-ri-no-border.btn-primary:focus, .btn-ri-no-border.btn-primary.focus {
      color: white;
      background-color: #383946;
      border-color: #16161b; }
    .btn-ri.btn-primary:hover, .btn-ri-no-border.btn-primary:hover {
      color: white;
      background-color: #383946;
      border-color: #343440; }
    .btn-ri.btn-primary:active, .btn-ri.btn-primary.active, .open > .btn-ri.btn-primary.dropdown-toggle, .btn-ri-no-border.btn-primary:active, .btn-ri-no-border.btn-primary.active, .open > .btn-ri-no-border.btn-primary.dropdown-toggle {
      color: white;
      background-color: #383946;
      border-color: #343440; }
      .btn-ri.btn-primary:active:hover, .btn-ri.btn-primary:active:focus, .btn-ri.btn-primary:active.focus, .btn-ri.btn-primary.active:hover, .btn-ri.btn-primary.active:focus, .btn-ri.btn-primary.active.focus, .open > .btn-ri.btn-primary.dropdown-toggle:hover, .open > .btn-ri.btn-primary.dropdown-toggle:focus, .open > .btn-ri.btn-primary.dropdown-toggle.focus, .btn-ri-no-border.btn-primary:active:hover, .btn-ri-no-border.btn-primary:active:focus, .btn-ri-no-border.btn-primary:active.focus, .btn-ri-no-border.btn-primary.active:hover, .btn-ri-no-border.btn-primary.active:focus, .btn-ri-no-border.btn-primary.active.focus, .open > .btn-ri-no-border.btn-primary.dropdown-toggle:hover, .open > .btn-ri-no-border.btn-primary.dropdown-toggle:focus, .open > .btn-ri-no-border.btn-primary.dropdown-toggle.focus {
        color: white;
        background-color: #282932;
        border-color: #16161b; }
    .btn-ri.btn-primary:active, .btn-ri.btn-primary.active, .open > .btn-ri.btn-primary.dropdown-toggle, .btn-ri-no-border.btn-primary:active, .btn-ri-no-border.btn-primary.active, .open > .btn-ri-no-border.btn-primary.dropdown-toggle {
      background-image: none; }
    .btn-ri.btn-primary.disabled:hover, .btn-ri.btn-primary.disabled:focus, .btn-ri.btn-primary.disabled.focus, .btn-ri.btn-primary[disabled]:hover, .btn-ri.btn-primary[disabled]:focus, .btn-ri.btn-primary[disabled].focus, fieldset[disabled] .btn-ri.btn-primary:hover, fieldset[disabled] .btn-ri.btn-primary:focus, fieldset[disabled] .btn-ri.btn-primary.focus, .btn-ri-no-border.btn-primary.disabled:hover, .btn-ri-no-border.btn-primary.disabled:focus, .btn-ri-no-border.btn-primary.disabled.focus, .btn-ri-no-border.btn-primary[disabled]:hover, .btn-ri-no-border.btn-primary[disabled]:focus, .btn-ri-no-border.btn-primary[disabled].focus, fieldset[disabled] .btn-ri-no-border.btn-primary:hover, fieldset[disabled] .btn-ri-no-border.btn-primary:focus, fieldset[disabled] .btn-ri-no-border.btn-primary.focus {
      background-color: #4f5062;
      border-color: #4f5062; }
    .btn-ri.btn-primary .badge, .btn-ri-no-border.btn-primary .badge {
      color: #4f5062;
      background-color: white; }
  .btn-ri.btn-success, .btn-ri-no-border.btn-success {
    color: white;
    background-color: #94e11a;
    border-color: #94e11a;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btn-ri.btn-success:focus, .btn-ri.btn-success.focus, .btn-ri-no-border.btn-success:focus, .btn-ri-no-border.btn-success.focus {
      color: white;
      background-color: #76b315;
      border-color: #496f0d; }
    .btn-ri.btn-success:hover, .btn-ri-no-border.btn-success:hover {
      color: white;
      background-color: #76b315;
      border-color: #70aa14; }
    .btn-ri.btn-success:active, .btn-ri.btn-success.active, .open > .btn-ri.btn-success.dropdown-toggle, .btn-ri-no-border.btn-success:active, .btn-ri-no-border.btn-success.active, .open > .btn-ri-no-border.btn-success.dropdown-toggle {
      color: white;
      background-color: #76b315;
      border-color: #70aa14; }
      .btn-ri.btn-success:active:hover, .btn-ri.btn-success:active:focus, .btn-ri.btn-success:active.focus, .btn-ri.btn-success.active:hover, .btn-ri.btn-success.active:focus, .btn-ri.btn-success.active.focus, .open > .btn-ri.btn-success.dropdown-toggle:hover, .open > .btn-ri.btn-success.dropdown-toggle:focus, .open > .btn-ri.btn-success.dropdown-toggle.focus, .btn-ri-no-border.btn-success:active:hover, .btn-ri-no-border.btn-success:active:focus, .btn-ri-no-border.btn-success:active.focus, .btn-ri-no-border.btn-success.active:hover, .btn-ri-no-border.btn-success.active:focus, .btn-ri-no-border.btn-success.active.focus, .open > .btn-ri-no-border.btn-success.dropdown-toggle:hover, .open > .btn-ri-no-border.btn-success.dropdown-toggle:focus, .open > .btn-ri-no-border.btn-success.dropdown-toggle.focus {
        color: white;
        background-color: #619311;
        border-color: #496f0d; }
    .btn-ri.btn-success:active, .btn-ri.btn-success.active, .open > .btn-ri.btn-success.dropdown-toggle, .btn-ri-no-border.btn-success:active, .btn-ri-no-border.btn-success.active, .open > .btn-ri-no-border.btn-success.dropdown-toggle {
      background-image: none; }
    .btn-ri.btn-success.disabled:hover, .btn-ri.btn-success.disabled:focus, .btn-ri.btn-success.disabled.focus, .btn-ri.btn-success[disabled]:hover, .btn-ri.btn-success[disabled]:focus, .btn-ri.btn-success[disabled].focus, fieldset[disabled] .btn-ri.btn-success:hover, fieldset[disabled] .btn-ri.btn-success:focus, fieldset[disabled] .btn-ri.btn-success.focus, .btn-ri-no-border.btn-success.disabled:hover, .btn-ri-no-border.btn-success.disabled:focus, .btn-ri-no-border.btn-success.disabled.focus, .btn-ri-no-border.btn-success[disabled]:hover, .btn-ri-no-border.btn-success[disabled]:focus, .btn-ri-no-border.btn-success[disabled].focus, fieldset[disabled] .btn-ri-no-border.btn-success:hover, fieldset[disabled] .btn-ri-no-border.btn-success:focus, fieldset[disabled] .btn-ri-no-border.btn-success.focus {
      background-color: #94e11a;
      border-color: #94e11a; }
    .btn-ri.btn-success .badge, .btn-ri-no-border.btn-success .badge {
      color: #94e11a;
      background-color: white; }
  .btn-ri.btn-info, .btn-ri-no-border.btn-info {
    color: white;
    background-color: #2ad8fa;
    border-color: #2ad8fa;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btn-ri.btn-info:focus, .btn-ri.btn-info.focus, .btn-ri-no-border.btn-info:focus, .btn-ri-no-border.btn-info.focus {
      color: white;
      background-color: #06c6eb;
      border-color: #0487a1; }
    .btn-ri.btn-info:hover, .btn-ri-no-border.btn-info:hover {
      color: white;
      background-color: #06c6eb;
      border-color: #05bee2; }
    .btn-ri.btn-info:active, .btn-ri.btn-info.active, .open > .btn-ri.btn-info.dropdown-toggle, .btn-ri-no-border.btn-info:active, .btn-ri-no-border.btn-info.active, .open > .btn-ri-no-border.btn-info.dropdown-toggle {
      color: white;
      background-color: #06c6eb;
      border-color: #05bee2; }
      .btn-ri.btn-info:active:hover, .btn-ri.btn-info:active:focus, .btn-ri.btn-info:active.focus, .btn-ri.btn-info.active:hover, .btn-ri.btn-info.active:focus, .btn-ri.btn-info.active.focus, .open > .btn-ri.btn-info.dropdown-toggle:hover, .open > .btn-ri.btn-info.dropdown-toggle:focus, .open > .btn-ri.btn-info.dropdown-toggle.focus, .btn-ri-no-border.btn-info:active:hover, .btn-ri-no-border.btn-info:active:focus, .btn-ri-no-border.btn-info:active.focus, .btn-ri-no-border.btn-info.active:hover, .btn-ri-no-border.btn-info.active:focus, .btn-ri-no-border.btn-info.active.focus, .open > .btn-ri-no-border.btn-info.dropdown-toggle:hover, .open > .btn-ri-no-border.btn-info.dropdown-toggle:focus, .open > .btn-ri-no-border.btn-info.dropdown-toggle.focus {
        color: white;
        background-color: #05a9c9;
        border-color: #0487a1; }
    .btn-ri.btn-info:active, .btn-ri.btn-info.active, .open > .btn-ri.btn-info.dropdown-toggle, .btn-ri-no-border.btn-info:active, .btn-ri-no-border.btn-info.active, .open > .btn-ri-no-border.btn-info.dropdown-toggle {
      background-image: none; }
    .btn-ri.btn-info.disabled:hover, .btn-ri.btn-info.disabled:focus, .btn-ri.btn-info.disabled.focus, .btn-ri.btn-info[disabled]:hover, .btn-ri.btn-info[disabled]:focus, .btn-ri.btn-info[disabled].focus, fieldset[disabled] .btn-ri.btn-info:hover, fieldset[disabled] .btn-ri.btn-info:focus, fieldset[disabled] .btn-ri.btn-info.focus, .btn-ri-no-border.btn-info.disabled:hover, .btn-ri-no-border.btn-info.disabled:focus, .btn-ri-no-border.btn-info.disabled.focus, .btn-ri-no-border.btn-info[disabled]:hover, .btn-ri-no-border.btn-info[disabled]:focus, .btn-ri-no-border.btn-info[disabled].focus, fieldset[disabled] .btn-ri-no-border.btn-info:hover, fieldset[disabled] .btn-ri-no-border.btn-info:focus, fieldset[disabled] .btn-ri-no-border.btn-info.focus {
      background-color: #2ad8fa;
      border-color: #2ad8fa; }
    .btn-ri.btn-info .badge, .btn-ri-no-border.btn-info .badge {
      color: #2ad8fa;
      background-color: white; }
  .btn-ri.btn-warning, .btn-ri-no-border.btn-warning {
    color: white;
    background-color: #ffbb18;
    border-color: #ffbb18;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btn-ri.btn-warning:focus, .btn-ri.btn-warning.focus, .btn-ri-no-border.btn-warning:focus, .btn-ri-no-border.btn-warning.focus {
      color: white;
      background-color: #e4a100;
      border-color: #986b00; }
    .btn-ri.btn-warning:hover, .btn-ri-no-border.btn-warning:hover {
      color: white;
      background-color: #e4a100;
      border-color: #da9a00; }
    .btn-ri.btn-warning:active, .btn-ri.btn-warning.active, .open > .btn-ri.btn-warning.dropdown-toggle, .btn-ri-no-border.btn-warning:active, .btn-ri-no-border.btn-warning.active, .open > .btn-ri-no-border.btn-warning.dropdown-toggle {
      color: white;
      background-color: #e4a100;
      border-color: #da9a00; }
      .btn-ri.btn-warning:active:hover, .btn-ri.btn-warning:active:focus, .btn-ri.btn-warning:active.focus, .btn-ri.btn-warning.active:hover, .btn-ri.btn-warning.active:focus, .btn-ri.btn-warning.active.focus, .open > .btn-ri.btn-warning.dropdown-toggle:hover, .open > .btn-ri.btn-warning.dropdown-toggle:focus, .open > .btn-ri.btn-warning.dropdown-toggle.focus, .btn-ri-no-border.btn-warning:active:hover, .btn-ri-no-border.btn-warning:active:focus, .btn-ri-no-border.btn-warning:active.focus, .btn-ri-no-border.btn-warning.active:hover, .btn-ri-no-border.btn-warning.active:focus, .btn-ri-no-border.btn-warning.active.focus, .open > .btn-ri-no-border.btn-warning.dropdown-toggle:hover, .open > .btn-ri-no-border.btn-warning.dropdown-toggle:focus, .open > .btn-ri-no-border.btn-warning.dropdown-toggle.focus {
        color: white;
        background-color: #c08800;
        border-color: #986b00; }
    .btn-ri.btn-warning:active, .btn-ri.btn-warning.active, .open > .btn-ri.btn-warning.dropdown-toggle, .btn-ri-no-border.btn-warning:active, .btn-ri-no-border.btn-warning.active, .open > .btn-ri-no-border.btn-warning.dropdown-toggle {
      background-image: none; }
    .btn-ri.btn-warning.disabled:hover, .btn-ri.btn-warning.disabled:focus, .btn-ri.btn-warning.disabled.focus, .btn-ri.btn-warning[disabled]:hover, .btn-ri.btn-warning[disabled]:focus, .btn-ri.btn-warning[disabled].focus, fieldset[disabled] .btn-ri.btn-warning:hover, fieldset[disabled] .btn-ri.btn-warning:focus, fieldset[disabled] .btn-ri.btn-warning.focus, .btn-ri-no-border.btn-warning.disabled:hover, .btn-ri-no-border.btn-warning.disabled:focus, .btn-ri-no-border.btn-warning.disabled.focus, .btn-ri-no-border.btn-warning[disabled]:hover, .btn-ri-no-border.btn-warning[disabled]:focus, .btn-ri-no-border.btn-warning[disabled].focus, fieldset[disabled] .btn-ri-no-border.btn-warning:hover, fieldset[disabled] .btn-ri-no-border.btn-warning:focus, fieldset[disabled] .btn-ri-no-border.btn-warning.focus {
      background-color: #ffbb18;
      border-color: #ffbb18; }
    .btn-ri.btn-warning .badge, .btn-ri-no-border.btn-warning .badge {
      color: #ffbb18;
      background-color: white; }
  .btn-ri.btn-danger, .btn-ri-no-border.btn-danger {
    color: white;
    background-color: #fd5757;
    border-color: #fd5757;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btn-ri.btn-danger:focus, .btn-ri.btn-danger.focus, .btn-ri-no-border.btn-danger:focus, .btn-ri-no-border.btn-danger.focus {
      color: white;
      background-color: #fc2525;
      border-color: #d20303; }
    .btn-ri.btn-danger:hover, .btn-ri-no-border.btn-danger:hover {
      color: white;
      background-color: #fc2525;
      border-color: #fc1b1b; }
    .btn-ri.btn-danger:active, .btn-ri.btn-danger.active, .open > .btn-ri.btn-danger.dropdown-toggle, .btn-ri-no-border.btn-danger:active, .btn-ri-no-border.btn-danger.active, .open > .btn-ri-no-border.btn-danger.dropdown-toggle {
      color: white;
      background-color: #fc2525;
      border-color: #fc1b1b; }
      .btn-ri.btn-danger:active:hover, .btn-ri.btn-danger:active:focus, .btn-ri.btn-danger:active.focus, .btn-ri.btn-danger.active:hover, .btn-ri.btn-danger.active:focus, .btn-ri.btn-danger.active.focus, .open > .btn-ri.btn-danger.dropdown-toggle:hover, .open > .btn-ri.btn-danger.dropdown-toggle:focus, .open > .btn-ri.btn-danger.dropdown-toggle.focus, .btn-ri-no-border.btn-danger:active:hover, .btn-ri-no-border.btn-danger:active:focus, .btn-ri-no-border.btn-danger:active.focus, .btn-ri-no-border.btn-danger.active:hover, .btn-ri-no-border.btn-danger.active:focus, .btn-ri-no-border.btn-danger.active.focus, .open > .btn-ri-no-border.btn-danger.dropdown-toggle:hover, .open > .btn-ri-no-border.btn-danger.dropdown-toggle:focus, .open > .btn-ri-no-border.btn-danger.dropdown-toggle.focus {
        color: white;
        background-color: #fa0303;
        border-color: #d20303; }
    .btn-ri.btn-danger:active, .btn-ri.btn-danger.active, .open > .btn-ri.btn-danger.dropdown-toggle, .btn-ri-no-border.btn-danger:active, .btn-ri-no-border.btn-danger.active, .open > .btn-ri-no-border.btn-danger.dropdown-toggle {
      background-image: none; }
    .btn-ri.btn-danger.disabled:hover, .btn-ri.btn-danger.disabled:focus, .btn-ri.btn-danger.disabled.focus, .btn-ri.btn-danger[disabled]:hover, .btn-ri.btn-danger[disabled]:focus, .btn-ri.btn-danger[disabled].focus, fieldset[disabled] .btn-ri.btn-danger:hover, fieldset[disabled] .btn-ri.btn-danger:focus, fieldset[disabled] .btn-ri.btn-danger.focus, .btn-ri-no-border.btn-danger.disabled:hover, .btn-ri-no-border.btn-danger.disabled:focus, .btn-ri-no-border.btn-danger.disabled.focus, .btn-ri-no-border.btn-danger[disabled]:hover, .btn-ri-no-border.btn-danger[disabled]:focus, .btn-ri-no-border.btn-danger[disabled].focus, fieldset[disabled] .btn-ri-no-border.btn-danger:hover, fieldset[disabled] .btn-ri-no-border.btn-danger:focus, fieldset[disabled] .btn-ri-no-border.btn-danger.focus {
      background-color: #fd5757;
      border-color: #fd5757; }
    .btn-ri.btn-danger .badge, .btn-ri-no-border.btn-danger .badge {
      color: #fd5757;
      background-color: white; }
  .btn-ri-no-border[class*="btn-"] {
    border: none transparent !important; }

@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
  button .ri, button.btn .ri {
    display: contents; } }

.ri-spinner, .ri-progress {
  display: none;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2); }
  .ri-spinner:before, .ri-progress:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .ri-spinner svg, .ri-progress svg {
    animation: rotateSpinner 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    .ri-spinner svg circle, .ri-progress svg circle {
      stroke: #2ad8fa;
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
      stroke-width: 2;
      stroke-miterlimit: 10;
      shape-rendering: geometricPrecision;
      fill: none;
      animation: dashSpinner 1.5s ease-in-out infinite;
      stroke-linecap: round; }

.ri-progress svg, .ri-progress svg circle {
  animation: none; }

.os-form-submitting .ri-spinner,
.os-form-submitting .ri-progress {
  display: initial; }

@keyframes rotateSpinner {
  100% {
    transform: rotate(360deg); } }

@keyframes dashSpinner {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

/*# sourceMappingURL=rockicons.css.map */